@import url(yzui.css);
/* @import url(animate.min.css);
@import url(animation.css); */

body{
    background-color: #f5f5f5;
}

.index-body{
    background-color: #fff;
}

.title-f{
    background-color: #f5f5f5;
}

.Distraction{
    height: 58px;
}

.index-input ::-webkit-input-placeholder { /* WebKit browsers */
color:#b9b9b9;
}
.index-input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #b9b9b9;
}
.index-input ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #b9b9b9;
}
.index-input :-ms-input-placeholder { /* Internet Explorer 10+ */
color: #b9b9b9;
}

:-moz-placeholder {color:#999;opacity: 1;}
::-moz-placeholder {color: #999;opacity: 1;}
input:-ms-input-placeholder {color: #fff;opacity: 1;}
input::-webkit-input-placeholder {color: #fff;opacity: 1;}

.header{
    background: url('../images/header-bg.jpg') repeat;
    padding: 10px 0;
    text-align: center;
}

.header .icon-01{
    margin-top: 8px;
    width: 24px;
}

.header .icon-02{
    margin-top: 5px;
    width: 24px;
}

.header .logo{
    width: 150px;
}


.xxdt{
    color: #666;
    text-align: center;
    padding: 20px 0;
}

.xxdt .title{
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
}

.xxdt .title .tex{
    color:#333;
}

.xxdt .title .time{
    width: 75%;
    font-size: 0.75rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.xxdt .texts{
    text-align: left;
}

.xxdt .texts .img{
    width: 49%;
}

.xxdt .texts p{
    margin: 20px 0;
    line-height: 22px;
}

.footer{
    background: url('../images/footer-bg.jpg') repeat;
    padding: 8px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 950;
}

.footer ul li{
    float: left;
    width: 24%;
}

.footer .clearfix{
    margin-left: 0;
}

.footer ul li a{
    color: #fff;
    font-size: 0.75rem;
}

.footer ul li a img{
    margin-bottom: 6px;
    width: 20px;
    height: 20px;
}

.fixed{
    position: fixed;
    bottom: 100px;
    right: 15px;
    background-color: #DDDDDD;
    border-radius:50%;
    padding: 10px;
}

.xxdt-index-title{
    text-align: center;
    padding: 20px 0;
}

.xxdt-index-title .top{
    font-size: 1.375rem;
    color:#ff8400;
    font-weight: 800;
}

.xxdt-index-title .bottom{
    font-size: 0.75rem;
}

/* .xxdt-nav ul li{
    color: #fff;
    float: left;
    width: 24%;
    padding: 20px 0;
    margin-left: 1%;
    text-align: center;
    background-color: #04A6D1;
} */
.xxdt-nav ul li {

    color: #fff;
    float: left;
    width: 49%;
    padding: 10px 0;
    margin-left: 1%;
    text-align: center;
    background-color: #04A6D1;
    font-size: 14px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;

}

.xxdt-nav ul li.active{
    background-color: #FF8400;
    color:#fff;
}

.xxdt-nav .clearfix{
    margin-left: -1%;
}

.list{
    padding-bottom: 20px;
    background: url('../images/xxdt-index-bg.jpg') no-repeat;
}

.list ul li{
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
}

.list ul li .col-left{
    width: 32%;
}

.list ul li .col-right{
    width: 65%;
}

.list ul li .col-right .title{
    color: #333;
}

.list ul li .col-right .tex{
    color: #999;
    font-size: 0.75rem;
}

.list-con{width:100%;margin-top:10px;}

/* label */
.list-con .label{
    width: 100%;
    padding-top: 40px;
}

.list-con .label ul{
    width: 200px;
    margin: 0 auto;
}

.list-con .label ul li{
    text-align: center;
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #E5E5E5;
    margin-left: 20px;
}

.list-con .label ul li:hover{
    cursor: pointer;
    background-color: #FF8400;
}

.list-con .label ul li:hover a{
    color: #fff;
}

.list-con .title .name{
    margin-left: 15px;
}

.list-con .title .name .sp1{
    font-size: 16px;
    color: #333;
}

.list-con .title .name .sp2{
    font-size: 12px;
    color: #D9D9D9;
}

.list-con .title .line{
    margin:0;
    width: 3px;
    height: 32px;
    background-color: #FF8400;
}

.list-con .list-tex{
    padding: 10px 0;
}

.list-con .list-tex li{
    padding:10px;
    border-bottom: 1px solid #E7E7E7 ;
}

.list-con .list-tex li .li-bottom{
    margin-top:10px;
    color: #666;
    display: none;
}

.list-con .list-tex .li-top .jiantou{
    width: 16px;
    height: 10px;
    background: url('../images/arrow-lower.png')no-repeat center center;
    background-size:100% 100%;
}

.list-con .list-tex .li-top .active{
    width: 16px;
    height: 10px;
    background: url('../images/arrow-upper.png')no-repeat center center;
    background-size:100% 100%;
}

.list-con .list-tex li .li-bottom p{
    font-size: 12px;
}

.list-con .list-tex li .li-bottom span{
    font-size:14px;
}

.list-con .list-tex li .li-bottom .col-left{
    width: 100%;
}

.list-con .list-tex li .li-bottom .col-left p{
    line-height:24px;
}

.list-con .list-tex li .li-bottom .col-right p{
    line-height:24px;
}

.list-con .list-tex li .li-bottom .col-right{
    width:100%;
    margin-top: 0px;
}


.list-con .list-tex li:hover{
    background-color: #F5F5F5;
    cursor: pointer;
}

.list-con .list-tex .col-left span{
    display: block;
}

.list-con .list-tex .col-left .sp1{
    color:#333;
    font-size: 14px;
    padding-bottom:5px;
}

.list-con .list-tex .col-left .sp2{
    color:#8e8e8e;
    font-size: 12px;
}

.list-con .list-tex .col-right{
    margin-top:5px;
}

@media (min-width:320px) and (max-width:360px){
}
@media (min-width:768px) and (max-width:1024px){
    .list ul li .col-right .title{
        font-size: 1.125rem;
        padding-bottom: 20px;
    }

    .list ul li .col-right .tex{
        font-size: 1rem;
        line-height: 30px;
    }
}

@media (min-width:1024px) and (max-width:1366px){
}

.result{
    color: #666;
    padding: 20px 0;
    border-bottom:1px solid #EBEBEB;
}

.search-list{
    padding: 20px 0;
}

.search-list ul li{
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 10px;
}

.search-list ul .clearfix{
    margin-left: -2%;
}

.search-list ul li img{
    width: 100%;
}

.search-list ul li .tex{
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
}

.input{
    background-color: #64C6DF;
    padding: 30px 0;
}

.input .con{
    width: 70%;
}

.input .con input{
    width: 100%;
    height: 40px;
    margin: 10px 0;
    border: none;
    background-color: #F1F1F1;
    font-size: 1rem;
    padding-left: 10px;
}

.input .con .zd_textarea{
    width: 100%;
    border: none;
    resize:none;
    font-size: 1rem;
    background-color: #F1F1F1;
    padding-left: 10px;
    margin: 10px 0;
    padding-top: 10px;
    font-family:"微软雅黑";
}

.input .con .btn button{
    width: 100%;
    border: 0;
    background-color: #FF8400;
    padding: 10px 0;
    font-size: 1rem;
    color: #fff;
    margin-top: 10px;
}

.input .con .btn button img{
    margin-right: 10px;
}

.us-detail{
    background-color: #fff;
    font-size: 0.75rem;
    padding: 20px 0;
}

.us-detail .title{
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.us-detail .con .left{
    width: 60%;
    text-align: left;
}

.us-detail .con .left li{
    margin-bottom: 10px;
}

.us-detail .con .left li .tex{
    color: #666;
    font-size: 0.875rem;
}

.us-detail .con .left li img{
    width: 20px;
    margin-right: 6px;
}

.us-detail .con .left li .title-01{
    color: #0d549c;
    font-size: 0.875rem;
}

.us-detail .con .left li .title-02{
    color: #ff6000;
    font-size: 0.875rem;
}

.us-detail .con .left li .title-03{
    color: #ff0000;
    font-size: 0.875rem;
}

.us-detail .con .left li .title-04{
    color: #348903;
    font-size: 0.875rem;
}

.us-detail .con .right{
    width: 33%;
    text-align: center;
    margin-top: 20px;
}

.us-detail .con .right .code{
    margin-top: 10px;
}

@media (min-width:320px) and (max-width:360px){
    .us-detail .con .left{
        width: 70%;
    }
    .us-detail .con .right{
        width: 25%;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .us-detail .con .left li img{
        width: 30px;
    }
    .us-detail .con .left li{
        font-size: 1.125rem;
    }
}

.qyjs{
    background-color: #fff;
}

.qyjs .title{
    text-align: center;
    padding: 20px 0;
}

.qyjs .title .top{
    font-size: 1.375rem;
    color:#ff8400;
    font-weight: 800;
}

.qyjs .title .bottom{
    font-size: 0.75rem;
}

.qyjs .tex p{
    padding: 15px 0;
}

.qywh{
    background-color: #F5F5F5;
    padding-bottom: 30px;
}

.qywh .more ul li{
    float: left;
    width: 32%;
    margin-left:1.2%;
}

.qywh .more ul li img{
    width: 100px;
}

.qywh .more .clearfix{
    margin-left: 5%;
}

@media (min-width:320px) and (max-width:360px){
    .qywh .more .clearfix{
        margin-left: 0%;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .qywh .more .clearfix{
        margin-left: 15%;
    }
}

.cpx-nav ul li{
    padding: 10px 0;
    float: left;
    width: 15.6%;
    background-color: #04A6D1;
    text-align: center;
    margin-left: 1%;
}

.cpx-nav ul li a{
    color:#fff;
}

.cpx-nav ul li img{
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.cpx-nav .clearfix{
    margin-left: -1%;
}

.cpx-nav .clearfix li{
    position: relative;
    color: #fff;
}

.cpx-nav .clearfix li.active{
    background-color: #FF8400
}

.cpx-nav .clearfix li .drop-down{
    display: none;
    width: 200px;
    background-color: #FF8400;
}

.cpx-nav .clearfix li .d1{
    position: absolute;
    top:74px;
    left: 0;
}

.cpx-nav .clearfix li .d2{
    position: absolute;
    top:74px;
    left: 0px;
}

.cpx-nav .clearfix li .d3{
    position: absolute;
    top:74px;
    left: 0px;
}

.cpx-nav .clearfix li .d4{
    position: absolute;
    top:74px;
    right: 0px;
}

.cpx-nav .clearfix li .d5{
    position: absolute;
    top:74px;
    right: 0;
}

.cpx-nav .clearfix li .d6{
    position: absolute;
    top:74px;
    right: 0;
}

.cpx-nav .clearfix li .drop-down dl dd{
    padding: 10px 0;
    border-bottom: 1px solid #ffc687;
    text-align: left;
}

@media (min-width:320px) and (max-width:360px){
    .cpx-nav ul li .tex{
        font-size: 0.75rem;
    }
    .cpx-nav .clearfix li .d1{
        top:71px;
    }

    .cpx-nav .clearfix li .d2{
        top:71px;
    }

    .cpx-nav .clearfix li .d3{
        top:71px;
    }

    .cpx-nav .clearfix li .d4{
        top:71px;
    }

    .cpx-nav .clearfix li .d5{
        top:71px;
    }

    .cpx-nav .clearfix li .d6{
        top:71px;
    }
}

.index-kfzx .index-input{
    background: url('../images/index-kfzx-bg.jpg') repeat;
}

.index-bg{
    overflow: hidden;
}

.index-bg .title{
    text-align: center;
    padding: 20px 0;
}

.index-bg .title .top{
    font-size: 1.625rem;
    color: #333;
    background: url('../images/index-title-bg.png') no-repeat center center;
}

.index-bg .title .bottom{
    font-size: 1.25rem;
    color: #e3e3e3;
}

.index-xxdt .more{
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
}

.index-xxdt .more a{
    display: inline-block;
    width: 170px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding-right: 60px;
    background: #ff8400 url('../images/arrow-bg.jpg') no-repeat right center;
    font-size: 1rem;
    color:#fff;
}

.index-list .title{
    text-align: left;
}

.qyjj-bottom{
    position: relative;
}

.qyjj-bottom .tex{
    position: absolute;
    top:10px;
    left: 35px;
    color: #fff;
}

.qyjj-bottom .tex p{
    line-height: 21px;
}

.qyjj-bottom .tex span{
    font-weight: bold;
}

@media (min-width:320px) and (max-width:360px){
    .qyjj-bottom .tex p{
        line-height: 18px;
        font-size: 0.75rem;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .qyjj-bottom .tex{
        top:60px;
        left: 225px;
    }
    .qyjj-bottom .tex p{
        line-height: 30px;
        font-size: 1rem;
    }
}
@media (min-width:1024px) and (max-width:1366px){
    .qyjj-bottom .tex{
        top:90px;
        left: 360px;
    }
    .qyjj-bottom .tex p{
        line-height: 30px;
        font-size: 1rem;
    }
}

.list-01{
    padding-bottom: 20px;
    background-color: #fff;
}

.list-01 ul li{
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
}

.list-01 ul li .col-left{
    width: 32%;
}

.list-01 ul li .col-right{
    width: 65%;
}

.list-01 ul li .col-right .title-01{
    color: #333;
}

.list-01 ul li .col-right .tex{
    color: #999;
    font-size: 0.75rem;
}

.index-cpx{
    position: relative;
    padding-bottom: 16px;
    min-height: 370px;
}

.index-cpx .title{
    width: 208px;
    position: absolute;
    top:10px;
    left: 50%;
    margin-left: -104px;
}

.index-cpx .index-cpx-nav{
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
}

.index-cpx .index-cpx-nav ul li{
    float: left;
    width: 15.6%;
    background-color: #04A6D1;
    color: #fff;
    padding: 2% 2%;
    margin-left: 1%;
    text-align: center;
}

.index-cpx .index-cpx-nav ul li .tex{
    font-size: 0.75rem;
    width: 100%;
}

.index-cpx .index-cpx-nav .clearfix{
    margin-left: -1%;
}

.index-cpx .index-cpx-nav ul li.active{
    background-color: #FF8400;
}

.index-cpx .index-cpx-nav ul li img{
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
}

.index-cpx-con{width:100%;display:inline-block;position:absolute;bottom:10px;left:50%;margin-left:-125px;}
.index-cpx-con .item{display:none;}

.index-cpx .swiper-container-cpx{

}

.index-cpx .swiper-container-cpx img{
    width: 250px;
}


@media (min-width:320px) and (max-width:360px){
    .index-cpx .swiper-container-cpx img{
        width: 176px;
        margin-left: 42px;
    }
}

.index-cpx .swiper-container-cpx .next{
    background: url('../images/index-cpx-arrow-left.png') no-repeat center center;
    width: 22px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: -27px;
    top:-42px;
    z-index: 910;
}

.index-cpx .swiper-container-cpx .next.swiper-button-disabled{
    background: url('../images/index-cpx-arrow-left-white.png') no-repeat center center;
}

.index-cpx .swiper-container-cpx .prev{
    background: url('../images/index-cpx-arrow-right.png') no-repeat center center;
    width: 22px;
    height: 20px;
    display: inline-block;
    position: relative;
    right:-234px;
    top:-42px;
    z-index: 910;
}

.index-cpx .swiper-container-cpx .prev.swiper-button-disabled{
    background: url('../images/index-cpx-arrow-right-white.png') no-repeat center center;
}

.index-qyjj{
    position: relative;
    overflow: hidden;
}

.index-qyjj .title{
    width: 150px;
    text-align: center;
    margin-left: 15px;
    padding: 6% 0;
}

.index-qyjj  .title .top{
    font-size: 1.625rem;
    color: #333;
    background: url('../images/index-title-bg.png') no-repeat left center;
}

.index-qyjj  .title .bottom{
    font-size: 1.25rem;
    color: #e3e3e3;
}

.index-qyjj .qyjj-02{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.index-qyjj .qyjj-01{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 800;
}

.index-qyjj .tex{
    width: 61%;
    position: absolute;
    top: 0;
    z-index: 900;
    color: #fff;
    text-align: left;
}

.index-qyjj .tex .texts{
    margin-top: 2%;
    margin-left: 15px;
    width: 70%;
    font-size: 0.75rem;
}


.index-qyjj .tex .texts-p{
    margin-top: 7%;
    width: 88%;
    font-size: 0.75rem;
    margin-left: 15px;
}

.index-qyjj .tex .more{
    margin-left: 15px;
    margin-top: 6%;
}

.index-qyjj .tex .more a{
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-right: 66px;
    background: #ff8400 url('../images/arrow-bg-fff.jpg') no-repeat right center;
    font-size: 0.875rem;
    color:#fff;
}

@media (min-width:320px) and (max-width:360px){
    .index-qyjj{
        padding-bottom: 88px;
    }
}

@media (min-width:360px) and (max-width:768px){
    .index-qyjj{
        padding-bottom: 60px;
    }

}

.home-about{background:url('../images/index-qyjj-bg.jpg') no-repeat top center;position:relative;overflow:hidden;}
.home-about .texts{z-index:99;position:absolute;left:0px;top:0px;width:100%;height:100%;background:url('../images/index-qyjs-01.png') no-repeat center center;}
.home-about .texts .con{width:380px;margin-left:0px;color:#fff;margin-top:302px;}
.home-about .texts .con strong{font-size:3.25rem;font-family:'Arial';font-weight:bold;}
.home-about .texts .con h2{font-size:1.125rem;margin-top:10px;}
.home-about .texts .con h2 span{display:block;font-size:0.9375rem;font-weight:normal;margin-top:5px;}
.home-about .texts .con p{margin-top:15px;line-height:30px;}
.home-about .texts .con a{width:170px;height:60px;line-height:60px;font-size:1rem;color:#fff;background:url('../images/index-qyjs-02.png');display:block;padding-left:25px;margin-top:45px;}
.home-about .imgs{margin-top:48px;}
.home-about .imgs img{width:100%;}

body{
    position: relative;
}

.nav-hide{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/search-bg.jpg') no-repeat;
    background-size: cover;
    z-index: 999;
}
.nav-hide .con{
    width: 95%;
    margin: 0 auto;
    color:#fff;
}

.nav-hide .con .sp1{
    text-align: right;
    position: relative;
    top:56px;
}

.nav-hide .con .sp2{
    border-bottom: 1px solid #56C7E7;
}

.nav-hide .con .sp2 img{
    position: relative;
    top: 38px;
}

.nav-hide .con .sp2 input{
    width: 95%;
    height: 50px;
    border: 0;
    background: none;
    margin-left: 40px;
    font-size: 1.5rem;
    color: #fff;
}

.nav-hide .con .sp4{
    padding: 20px 0;
}

.nav-hide .con .sp4 ul li{
    float: left;
    width: 33%;
    padding: 10px 0;
}

.nav-hide .con .sp4 ul li a{
    color: #fff;
    font-size: 1rem;
}

.nav-hide .con .sp4 .clearfix{
    margin-left: 2%;
}

.index-fzlc{
    position: relative;
}

.index-fzlc .fzlc-title{
    background: url('../images/index-fzlc-top.jpg') repeat;
}

.index-fzlc .ruler{
    position: absolute;
    bottom: 0;
    z-index: 900;
}

.index-fzlc .ruler .sp{
    text-align: center;
    width: 50px;
    height: 48px;
}

.index-fzlc .ruler .ruler-01{
    position: absolute;
    top: 5px;
    left: 50px;
    background: url('../images/index-fzlc-ruler-01.png') no-repeat center bottom;
}

.index-fzlc .ruler .ruler-02{
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -20px;
    background: url('../images/index-fzlc-ruler-02.png') no-repeat center bottom;
}

.index-fzlc .ruler .ruler-03{
    position: absolute;
    top: 5px;
    right: 40px;
    background: url('../images/index-fzlc-ruler-02.png') no-repeat center bottom;
}

.index-fzlc .swiper-container-fzlc{
    position: relative;
}

.index-fzlc .swiper-container-fzlc .fzlc-img img{
    width: 20px;
    height: 30px;
}

.index-fzlc .swiper-container-fzlc .fzlc-next{
    background: url('../images/fzlc-arrow-right.jpg') no-repeat;
    background-size:100% 100%;
    width: 20px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: 900;
}

.index-fzlc .swiper-container-fzlc .fzlc-next.swiper-button-disabled{
    background: url('../images/fzlc-arrow-right.png') no-repeat;
    background-size:100% 100%;
}
.index-fzlc .swiper-container-fzlc .fzlc-prev{
    background: url('../images/fzlc-arrow-left.jpg') no-repeat;
    background-size:100% 100%;
    position: absolute;
    width: 20px;
    height: 30px;
    left: 10px;
    top:70px;
    z-index: 900;
}

.index-fzlc .swiper-container-fzlc .fzlc-prev.swiper-button-disabled{
    background: url('../images/fzlc-arrow-left.png') no-repeat;
    background-size:100% 100%;
}

.index-fzlc .swiper-container-fzlc .swiper-pagination-bullets{
    bottom:0;
}

.index-fzlc .swiper-container-fzlc .swiper-pagination-bullets .swiper-pagination-bullet{
    margin:4px 5px;
}

.index-fzlc .swiper-container-fzlc .swiper-slide .fzlc-tex{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
}

.index-fzlc .swiper-container-fzlc .swiper-slide .fzlc-tex img{
    width: 250px;
}

.index-fzlc .swiper-container-fzlc .swiper-slide .fzlc-tex .texts{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background:rgba(255,255,255,0.6)
}

.index-fzlc .swiper-container-fzlc .swiper-slide .fzlc-tex .texts h5{
    margin-bottom: 5px;
    color:#333;
}

.index-fzlc .swiper-container-fzlc .swiper-slide .fzlc-tex .texts p{
    color:#333;
    font-size:12px;
}

.swiper-container .banner{
    position: relative;
}

.swiper-container .banner .fade{
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -30%;
    width:60%;

}

.swiper-container .banner .fade img{
  width:100%;
}

.swiper-container-xxdt .swiper-pagination{
    margin-bottom: 30px;
    z-index: 900;
}

.swiper-container-xxdt .swiper-pagination .swiper-pagination-bullet-active{
    width: 25px;
    border-radius: 10px;
}

.swiper-container-xxdt .swiper-slide{
    position: relative;
}

.swiper-container-xxdt .fade{
    position: absolute;
    bottom: 0;
}

.swiper-container-xxdt .fade .fade-span{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -150px;
    color: #fff;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    width: 25px;
    border-radius: 10px;
}

.index-scyx{
    background-color: #f5f5f5;
    overflow: hidden;
}

.index-map{
    background: url('../images/scyx-bg.jpg') repeat;
}

.imp-scyx{
    background-color: #fff;
}

.index-scyx .tab{
    width: 75%;
}

.index-scyx .tab ul li{
    float: left;
    width: 44%;
    height: 46px;
    text-align: center;
    margin-left: 2%;
    background: url('../images/scyx-tab-01.png') no-repeat;
    background-size: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.index-scyx .tab ul li a{line-height: 18px;}

.index-scyx .tab ul li.active{
    background: url('../images/scyx-tab-02.png') no-repeat;
    background-size: 100%;
    color:#fff;
}

.index-scyx .tab .clearfix{
    margin-left: -2%;
}
