/* author mexxj@qq.com */
body{
    background: #d1dfec url("../images/bg.jpg") no-repeat;
    overflow-x: hidden;
}
li{
    list-style: none;
}
a{
    color: #333;
}
a:hover{
    color: #00a7dc;
}
.dropdown ul li{
	float:left;
	width:25%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.top{
    background: rgba(255, 255, 255, 0.4);
    line-height: 28px;
}
.top .pull-left > a,.top .pull-right > a{
    color: #fff;
}
.top .pull-left > a:after,.top .col-md-12 > .pull-right > a:after{
    content: "|";
    margin-left: 5px;
}
.top .dropdown-menu div {
    color: #000;
    font-weight: 600;
    text-indent: 1.6rem;
}
.top .dropdown-menu div:before{
    margin-right: 5px;
}
.top .col-md-12 > .pull-right > a{
    margin-right: 5px;
}
.top .pull-left > a:last-child:after,.top .col-md-12 > .pull-right > a:last-child:after{
    content: "";
}
.navbar-default{
    background: none;
    border: none;
    padding: 30px 0 60px;
}
.menu{
    background: url("/DFS/template/789/images/banner.png") center top no-repeat;
}
ul,.navbar-header,.navbar-form-right,.navbar-brand{
    padding: 0;
}
#navbar{
    background: #007cc6;
}
.navbar-nav a{
    color: #fff;
    font-size: 16px;
}
.nav>li>a:focus, .nav>li>a:hover,.nav>li>a.on {
    background-color: #26a0e9;
}
.header .animated.tada {
    position: absolute;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animate-duration: 2s;
    -webkit-animation-duration: 2s;
    animate-iteration-count: infinite;
    -webkit-animate-iteration-count: infinite;
}
.header .animated.bounceInRight{
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.navbar-form-right .form-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header .form-group input {
    border-radius: 10px 0 0 10px;
    flex-grow: 1;
}
.focus ul,.ztzl ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: -42px;
    line-height: 42px;
    text-indent: 2em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.swiper-pagination {
    text-align: right;
    position: absolute;
    z-index: 999;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 98%;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: .6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
    opacity: 1;
}
.focus .swiper-slide,.ztzl .swiper-slide,.swiper-pic .swiper-slide div,.photo .swiper-slide div {
    position:relative;
    width:100%;
    height:0;
}
.swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.focus .swiper-slide{
    padding-top: 59.85%;
}
.ztzl .swiper-slide{
     padding-top: 9.17%;
}
.photo .swiper-slide div{
    padding-top: 55%;
}
.news,.bd{
    background: #fff;
    border: 1px solid #00a1e9;
}
.tabs{
    margin-top: 20px;
}
.title li{
    float: left;
    cursor: pointer;
}
.title li b{
    font-size: 16px;
    padding: 10px 20px;
}
.title li a {
    position: absolute;
    right: 40px;
    top: 20px;
    display: none;
}
.title li.on b{
    background: #00a7dc;
    border-radius: 6px;
    color: #fff;
    position: relative;
}
.title li.on a {
    display: block;
}
.title li.on b:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #00a7dc;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
}
.hotnews{
    padding-top: 9px;
}
.hotnews h2{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.hotnews h2 a{
    color: #f29047;
}
.hotnews p{
    color: #666;
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 10px;
    line-height: 2;
}
.nl li {
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    line-height: 3em;
    position: relative;
    text-indent: 1em;
}
.nl li a {
    color: #333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.nl li a:hover{
    color: #00a7dc;
}
.news .nl li:before{
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.focus,.news,.ztzl,.pd .row > div,.right .row > div{
    margin-bottom: 30px;
}
.news .nl li:hover:before{
    border-left: 6px solid #00a7dc;
}
.xxgk h3{
    color: #00a7dc;
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.xxgk h3:before,.xxgk h3:after{
    background: #fff;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #00a7dc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.xxgk h3:before{
    left: 30%;
    margin-right: 20%;
}
.xxgk h3:after{
    right: 30%;
    margin-left: 20%;
}
.xxgk h3 i{
    background: #00a7dc;
    height: 2px;
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.xxgk h3 i:nth-of-type(1){
    left: 0;
}
.xxgk h3 i:nth-of-type(2){
    right: 0;
}
.noicon{
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.noicon a{
    margin: 10px 10px 10px 0;
    font-size: 15px;
}
.xxgk a+a:before{
    content: "|";
    margin-right: 10px;
}
.xxgk ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xxgk ul li{
    background: #daf3fa;
    width: 48%;
    margin: 7px 0;
}
.xxgk ul li a{
    display: block;
    line-height: 2.4;
    text-indent: 2.6em;
}
.xxgk ul li a:before{
    margin-right: 15px;
}
.index .nl li:before{
    background: #00a7dc;
    border-radius: 50%;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index h4{
    border-left: 4px solid #00a7dc;
    font-weight: bold;
    text-indent: .5em;
}
.index .tzgg ul{
    border-top: 2px solid #00a7dc;
    margin-top: 21px;
}
.index h4 a{
    font-size: 14px;
    font-weight: normal;
    float: right;
}
.index .jzxx{
    padding-top: 15px;
    padding-bottom: 15px;
}
.index .jzxx a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.4;
    text-align: center;
    margin: 17px 0;
}
.index .jzxx a:nth-of-type(1),.index .jzxx a:nth-of-type(2){
    background: #daf3fa;
    position: relative;
}
.index .jzxx a:nth-of-type(1):before,.index .jzxx a:nth-of-type(2):before{
    position: absolute;
    left: 10%;
}
.index .jzxx a:nth-of-type(3),.index .jzxx a:nth-of-type(4){
    text-indent: -9999px;
}
.index .jzxx a:nth-of-type(3){
    background: url("/DFS/template/789/images/zlxz.png") top center no-repeat;
}
.index .jzxx a:nth-of-type(4){
    background: url("/DFS/template/789/images/xt.png") top center no-repeat ;
}
.photo{
    padding: 30px 0 50px;
    margin: 30px 0;
    overflow: hidden;
}
.photo .swiper-slide p{
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: -24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.photo .swiper-pagination{
    text-align: center;
    width: 100%;
}
.photo .swiper-pagination-bullet{
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    height: 3px;
}
.photo .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 5px;
}
.flink {
    background: #f6f6f6;
}
.item div{
    background: #007cc6;
    color: #fff;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    width: 150px;
    text-align: center;
    margin-top: 10px;
}
.item{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.item select{
    width: 20%;
    margin: 10px;
}
.footer {
    background: url("/DFS/template/789/images/foot.png") no-repeat;
    padding: 30px 0 15px;
}
.footer .col-md-3 a:hover{
    text-decoration: none;
}
.footer .col-md-3{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.footer .col-md-3 img,.footer .col-sm-2 img {
    display: block;
    margin: 0 auto 5px;
}
.footer .col-md-3 a:nth-of-type(2) img {
    margin-top: 13px;
}
.footer .col-md-9 img{
    margin: -3px 10px 0 0;
}
.footer .col-md-9 p{
    word-spacing: 20px;
    word-wrap: normal;
}
.footer .link span{
    margin-left: 20px;
}
.shadow{
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4),0 0 15px rgba(0, 255, 243, 0.5) inset;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 4px;
}
.list > .row > .col-md-3{
    padding: 0;
}
.list > .row > .col-md-9{
    padding: 0;
}
.list dl{
    margin-bottom: 10px;
    text-align: center;
}
.list dt{
    background: #007cc6;
    border-radius: 6px 6px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 3;
    margin-bottom: 10px;
}
.list dd a{
    border-bottom: 1px dashed #ccc;
    display: block;
    font-size: 16px;
    line-height: 2.4;
    margin: 0 auto;
    position: relative;
}
.list dd a:before,.list dd a:after{
    position: absolute;
    top: 0;
    left: 20%;
}
.list dd a:before{
    color: #00a7dc;
    transform: translateX(-350%);
}
.list dd a:after{
    color: #007cc6;
    transform: translateX(-300%);
}
.list .nl{
    padding: 10px;
}
.list .nl li{
    text-indent: 0;
}
.list .nl li:before {
    content: "¡¤";
    color: rgb(232, 232, 232);
    font-family: ºÚÌå;
    font-size: 2em;
    text-indent: -0.4em;
}
.list .nl li:hover:before{
    color: #00a7dc;
}
.list .nl li:nth-of-type(5n){
    border-bottom: 1px dashed #ccc;
}
.bnav {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0 10px;
}
.article-footer {
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    float: left;
    width: 100%;
}
/*trs*/
.pagination>li:nth-child(2) a, .pagination>li:nth-child(2) span {
    border-radius: 4px 0 0 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #0077d1;
    border-color: #0077d1;
}
.pagination>li>a, .pagination>li>span {
    color: #555;
}
.listtab{
    margin: 15px 0 -5px;
    padding: 10px 10px 0;
}
.art h2 {
    color: #0056bd;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    padding: 2rem 0 1rem;
}
.source {
    color: #23527c;
    text-align: center;
    word-spacing: 2rem;
    margin-bottom: 1.5rem;
}
.content p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    padding: 1rem;
    text-indent: 2em;
}
.qrcode, #qrcode {
    text-align: center;
}
#qrcode{
    padding-bottom: 30px;
}
.qrcode {
    margin: 10px auto;
}
.list .bnav .btn{
    margin-top: -10px;
}
.list .nl span,.xjny p.text-right{
    word-spacing: 15px;
}
.xjbt{
    margin: 0;
    padding: 20px 20px 30px;
    border-bottom: 2px solid #007cc6;
}
.xjny{
    padding: 0 25px;
    margin-top: 30px;
}
.wyxx{
    padding: 20px;
}
.wyxx .jzxx {
    color: #fff;
    border-radius: 6px;
    background: #26a0e9;
    margin-bottom: 20px;
    padding: 40px 20px;
}
.bg-tl {
    margin-top: .5rem;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    border-bottom: 1px dotted #ddd;
}
.listtab{
    text-indent: 2em;
    position: relative;
}
.listtab::before{
    position: absolute;
    left: 0;
    top: -5px;
    transform: rotate(90deg);
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .news .nl {
        margin-bottom: 5px;
    }
    .noicon a:nth-of-type(5):before{
        content: "";
        margin-right: 0;
    }
    .index .jzxx a:nth-of-type(1), .index .jzxx a:nth-of-type(2) {
        margin-left: 23px;
        margin-right: 23px;
    }
    .index .jjjd p{
        margin-bottom: 15px;
    }
    .index .jjjd p:nth-of-type(1){
         padding-top: 10px;
    }
    .index .jjjd p:nth-of-type(5){
        padding-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .top .dropdown-menu {
        min-width: 860px;
        margin-top: -1px;
        border-radius: 0 0 8px 8px;
    }
    .focus {
        margin-left: -10px;
    }
    .news{
        margin-left: 10px;
    }
    .ztzl{
        padding: 0;
    }
    .pd{
        padding-right: 30px;
        margin-right: -30px;
        margin-left: -10px;
    }
    .pd .row{
        padding-left: 30px;
    }
    .pd .row > .col-md-6:nth-of-type(1){
        margin-left: -15px;
    }
    .pd .row > .col-md-6:nth-of-type(2){
        margin-left: 20px;
        margin-right: -25px;
    }
    .right{
        margin-left: 40px;
    }
    .pd .row:nth-of-type(3){
        padding-left: 10px;
    }
    .index .sjfc{
        margin-left: 5px;
        margin-right: -25px;
    }
    .list > .row > .col-md-3{
        padding-right: 10px;
    }
    .list > .row > .col-md-9{
        padding-left: 10px;
    }
    .list dd a{
        width: 80%;
    }
    .art > .row > .col-md-12{
        padding: 0;
    }
}
@media (min-width: 768px) {
    .navbar-nav{
        display: flex;
        width: 100%;
    }
    .navbar-nav li{
        flex-grow: 1;
        text-align: center;
        position: relative;
    }
    .navbar-nav li+li:before,.navbar-nav li+li:after{
        background: #158ed5;;
        content: "";
        width: 1px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .navbar-nav li+li:before{
        background: #076ba7;
        left: -1px;
    }
    .navbar-form-right .form-group input {
        opacity: .8;
        transition: all 0.2s;
    }
    .navbar-form-right .form-group input:focus{
        opacity: 1;
    }
    .menu{
        margin-bottom: 30px;
    }
    .header .animated.tada{
        left: -70%;
        top: -40%;
    }
}
@media (max-width: 1200px) {
    .news .nl{
        margin-bottom: 2px;
    }
    .noicon a:nth-of-type(5):before{
        content: "";
        margin-right: 0;
    }
    .photo{
        padding-bottom: 39px;
    }
}
@media (max-width: 992px){
    .top .dropdown-menu {
        min-width: 720px;
    }
    .noicon a:nth-of-type(4):before,.noicon a:nth-of-type(5):before{
        content: "|";
        margin-right: 10px;
    }
    .footer{
        background: #c2d9eb;
    }
    .list dd {
        float: left;
        width: 40%;
        margin: 0 5%;
    }
}
@media (max-width: 767px){
    .navbar-default{
        padding: 0;
    }
    .navbar-brand{
        display: block;
        margin: 0 auto 30px;
        width: 100%;
    }
    .top .dropdown-menu {
        min-width: 480px;
    }
    .header .navbar-form{
        border: none;
        box-shadow: none;
        text-align: center;
    }
}
@media (max-width: 500px){
    .top .dropdown-menu {
        min-width: 360px;
    }
    img.animated{
        max-width: 100%;
    }
    .noicon{
        width: 95%;
    }
    .noicon a:nth-of-type(5):before{
        content: "";
        margin-right: 0;
    }
    .xxgk ul li a {
        text-indent: .6em;
    }
    .item{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .item select{
        width: 40%;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .noicon{
        width: 100%;
    }
    .xxgk ul li a {
        text-indent: .6em;
    }
}
.xxgk li a:before,.top .dropdown-menu div:before,.index .jzxx a:nth-of-type(1):before,.index .jzxx a:nth-of-type(2):before,.list dd a:before,.list dd a:after,.bnav span:before,.iconfont,.wyxx .jzxx:before,.listtab:before{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top .dropdown-menu div:before{
    content: "\e61d";
}
.xxgk li:nth-of-type(1) a:before{
    content: "\e708";
}
.xxgk li:nth-of-type(2) a:before{
    content: "\e637";
}
.xxgk li:nth-of-type(3) a:before{
    content: "\e61f";
}
.xxgk li:nth-of-type(4) a:before{
    content: "\e604";
}
.index .jzxx a:nth-of-type(1):before,.wyxx .jzxx:before{
    content: "\e68d";
}
.index .jzxx a:nth-of-type(2):before{
    content: "\e60e";
}
.list dd a:before,.list dd a:after,.listtab:before{
    content: "\e6ab";
}
.bnav span:before{
    content: "\e600";
}
.iconfont-x:before{
    content: "\e620";
}
.iconfont-ok:before{
    content: "\e61e";
}
.wyxx .jzxx:before{
    font-size: 26px;
    margin-right: 8px;
}
@font-face {
    font-family: 'iconfont';  /* project id 1493436 */
    src: url('http://at.alicdn.com/t/font_1493436_ix4j9tfb0u.eot');
    src: url('/DFS/template/789/fonts/font_1493436_ix4j9tfb0u.eot') format('embedded-opentype'),
    url('/DFS/template/789/fonts/font_1493436_ix4j9tfb0u.woff2') format('woff2'),
    url('/DFS/template/789/fonts/font_1493436_ix4j9tfb0u.woff') format('woff'),
    url('/DFS/template/789/fonts/font_1493436_ix4j9tfb0u.ttf') format('truetype'),
    url('/DFS/template/789/fonts/font_1493436_ix4j9tfb0u.svg') format('svg');
}