/*头部样式*/
.head{
    padding:0px 110px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:999999;
    background:#fff;
}
.logo{
    float: left;
}
.head_r{
    display: flex;
}
.ss{
    margin-right: 30px;
    position: relative;
    cursor: pointer;
 /*   line-height: 80px;*/
}
.search{
    display: none;
    position: absolute;
    top:56px;
    left:-120px;
}
#formsearch{
    display: flex;
    width: 260px;
    box-shadow: 0px 0px 10px #ccc;
/*    border:1px solid #dcdcdc;*/
}
#formsearch input{
    outline: none;
    border:none;
    font-size: 14px;
    padding:0 12px;
    line-height: 40px;
}
#keyword{
    float: left;
    width: 210px;
}
#s_btn{
    float: right;
    width: 50px;
    background-color: #0d4da1;
    text-align: center;
    padding:0;
    color: #fff;
    cursor: pointer;
}
a.language_a{
    display: block;
    padding-left: 28px;
    background:url(/template/default/images/yuyan.png) no-repeat left center;
    font-size: 16px;
    color: #1a1a1a;
    font-family: "AlibabaPuHuiTi";
/*    line-height: 80px;*/
}

.nav{
    float: left;
    display: flex;
    justify-content: center;
}
.nav li{
    /*position: relative;*/
    margin:0 30px;
}
.nav li a.a{
    display: block;
    font-size: 18px;
    color: #1a1a1a;
    text-align: center;
    line-height: 80px;
    position: relative;
}
.nav li a.a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height:3px;
    background:#0d4da1;
    transition: all 0.4s ease-out;
}
.nav li:hover a.a:before,.nav li.cur a.a:before{
    width: 100%;
}
/*.nav li:hover .b_nav{*/
/*    display: block;*/
/*}*/
.b_nav{
    display: none;
    position: absolute;
    top:80px;
    left:0px;
    z-index: 999;
    background-color: #f6f6f7;
    width: 100%;
    /*height: 630px;*/
    border-top:1px solid #ebebeb;
}
.b_nav a:hover{
    background: #0b4ca0!important;
    color: #fff!important;
}
.b_nav .cont{
    display: flex;
    /*padding:35px 0;*/
}
.btn_l{
    width: 24.5%;
}
.b_nav_a1 a{
    font-size: 16px;
    color: #1a1a1a;
}
.btn_m{
    width: 24.5%;  
    display: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.b_nav .btn_m a{
    background: #e8ebeb;
    border-bottom: 1px solid #e8ebeb;
}
.b_nav .btn_m a.cur,.b_nav .btn_l a.cur{
    background: #0b4ca0!important;
    color: #fff!important;    
}
.b_nav .cont a.cur i,.b_nav .btn_l a.cur i{
    background: url(/template/default/images/arrow2_h.png) no-repeat center!important;
}
.btn_r{
    width: 51%;    
}
.btn_r_c{
    display: none;
}
.b_nav_a1 a.a3{
    display: flex;
    font-size: 16px;
    color: #333333;
}
.b_nav_a1 a.a3 .a3_text{
    display: flex;
    align-items: center;
}
.b_nav_a1 a.a3 .a3_text .img1{
    max-width: 55px;
    margin-right: 25px;
}
.b_nav_a1 a.a3 i{
    display: block;
    width: 11px;
    height: 100%;
    background: url(/template/default/images/arrow1.png) no-repeat center;    
}
.b_nav .b_nav_a1 a.a3:hover i{
    background: url(/template/default/images/arrow1_h.png) no-repeat center;
}
.b_nav a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 38px 0 55px;
    font-size: 16px;
    /*color: #fff;  */
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
.b_nav .cont h2 a{
    font-size: 18px;
    color: #1a1a1a;
}
.b_nav .cont h2 a i{
    display: block;
    width: 11px;
    height: 100%;
    background: url(/template/default/images/arrow1.png) no-repeat center;
}
.b_nav .cont h2 a:hover i{
    background: url(/template/default/images/arrow1_h.png) no-repeat center;
}
.b_nav .cont a.a1 i{
    display: block;
    width: 11px;
    height: 100%;
    background: url(/template/default/images/arrow1.png) no-repeat center;
}
.b_nav .cont a.a1:hover i{
    background: url(/template/default/images/arrow1_h.png) no-repeat center;
}
.b_nav .cont a.a2 i{
    display: block;
    width: 25px;
    height: 100%;
    background: url(/template/default/images/arrow2.png) no-repeat center;
}
.b_nav .cont a.a2:hover i{
    background: url(/template/default/images/arrow2_h.png) no-repeat center;
}
.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

@media(max-width: 1600px){
    .head{
        padding:0 5%;
        height: 60px;
    }
    .nav li a.a{
        font-size: 16px;
        line-height: 60px;
    }
    .b_nav{
        top:60px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin:0 22px;
    }    
}
@media(max-width: 1259px){
    .head{
        padding:0 4%;
    }
    .nav li{
        margin:0 20px;
    }
    .b_nav{
        height:540px;
    }
    .b_nav a{
        line-height:60px;
    }
}
@media(max-width: 1199px){
    .head{
        padding:0 3%;
    }
    .nav li{
        margin:0 16px;
    } 
    .ss{
        display:none;
    }
}
@media(max-width: 1024px){
    .head{
        height: 50px;
    } 
    .nav li{
        margin:0 12px;
    }
    .nav li a.a{
        line-height: 50px;
    }
    .logo a img{
        max-height:50px;
    }
}
@media(max-width: 920px){
    .ss{
        display: none;
    }
    .nav li{
        margin:0 8px;
    }
}
@media(max-width: 880px){
    .head{
        height: 40px;
    }
    .menu-button{
        display: block;
    }
    .nav,.head_r{
        display: none;
    }
    .logo a img{
        max-height:40px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 55%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }

}

#c-banner1{
    position: relative;
    width: 100%;
    height: 100vh;
}
#c-banner1 .swiper-slide img{
    height: 100%;
    width: 100%;
}
#c-banner1 .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    color: #fff;  
    font-family: "AlibabaPuHuiTi";
    padding:15px 110px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
}
.banner_text .p1{
    font-size: 70px;
    line-height: 1.4;
}
.banner_text .p2{
    font-size: 45px;
}
.shu{
    position: absolute;
    bottom:0;
    left:50%;
    width: 1px;
    height: 150px;
    margin-left: -0.5px;
    background:rgba(255,255,255,.3);
    z-index:9;
}
.shu:before{
    content:'';
    position: absolute;
    bottom:150px;
    left:50%;
    width: 11px;
    height: 11px;
    background:#fff;
    border-radius: 50%;
    margin-left: -5.5px;
    z-index:10;
    -webkit-animation: home_banner_shu 2s ease infinite;
    animation: home_banner_shu 2s ease infinite;
}
@-webkit-keyframes home_banner_shu{
    0%{
        transform:translateY(0) scale(1);opacity:0
    }
    30%{opacity:1}
    60%{opacity:1}
    to{
        transform:translateY(150px) scale(.5);
        opacity:0
    }
}
@keyframes home_banner_shu{
    0%{
        transform:translateY(0) scale(1);
        opacity:0
    }
    30%{opacity:1}
    60%{opacity:1}
    to{
        transform:translateY(150px) scale(.5);
        opacity:0
    }
}
#c-banner1 .swiper-pagination{
    width: 8px;
    left: calc(100% - 132px);
    top: 50%;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#fff;
    position: relative;  
    opacity: 1;  
    margin: 20px 0;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin:-14px 0 0 -14px;
    width: 24px;
    height: 24px;
    border:2px solid #fff;
    border-radius: 50%;
    opacity: 0;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active:after{
    opacity: 1;
}

@media(max-width: 1600px){
    .banner_text{
        padding:15px 5%;
    }
    .banner_text .p1{
        font-size: 46px;
    }
    .banner_text .p2{
        font-size: 26px;
    } 
    #c-banner1 .swiper-pagination {
        left: calc(100% - 5%);
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        margin:10px 0;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet:after {
        margin: -10px 0 0 -10px;
        width: 16px;
        height: 16px;
    }   
}
@media(max-width: 1259px){
    .banner_text{
        padding:15px 4%;
    }
    .banner_text .p1{
        font-size: 36px;
    }
    .banner_text .p2{
        font-size: 22px;
    }
    .shu{
        display: none;
    }

}
@media(max-width: 990px){
    #c-banner1{
        height:auto;
    }
    #c-banner1 .swiper-pagination {
        display: none;
    }
}
@media(max-width: 820px){

    .banner_text .p1{
        font-size: 28px;
    }
    .banner_text .p2{
        font-size: 18px;
    }
    /*.h40{*/
    /*    height: 40px;*/
    /*    width: 100%;*/
    /*}*/
}
@media(max-width: 640px){
    .banner_text .p1{
        font-size: 20px;
    }
    .banner_text .p2{
        font-size: 16px;
    }
    #c-banner1 .swiper-slide video{
        display:none;
    }
    #c-banner1 .swiper-slide img{
        display:block!important;
    }
}



.index1{
    /*background:url(/template/default/images/bg1.jpg) no-repeat center;*/
    /*background-size: cover;*/
    padding:90px 0;
    position: relative;
}
#cz-indexbg {
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    bottom:0;
    overflow: hidden;
    z-index: -9;
}
.container{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
h2.t1{
    font-size: 46px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
    margin-bottom: 55px;
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.product_list1 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.product_list1 li:nth-child(4n){
    margin-right: 0;
}
.product_list1 li a.img1{
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(13,77,161,.14);
}
.product_list1 li a.img1 img{
    border-radius: 10px;    
}
.product_list1 li h3 a{
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 13px;
    background:url(/template/default/images/p_icon1.png) no-repeat left 5px;
    margin-top:12px;
    line-height: 1.6;
}
.product_list1 li:hover a.img1{
    box-shadow: 0px 0px 10px rgba(13,77,161,.3);
}
.product_list1 li:hover h3 a{
    color:#0d4da1;
}
a.more1{
     display: block;
    width: 125px;
    line-height: 45px;
    background: #0d4da1;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
a.more1:hover{
    text-decoration: underline;
}
@media(max-width: 1600px){
    h2.t1{
        font-size: 36px;
    }
    .product_list1 li h3 a{
        font-size: 15px;
    }
    /*a.more1 {*/
    /*    width: 160px;*/
    /*    line-height: 46px;*/
    /*    font-size: 16px;*/
    /*}*/
}
@media(max-width: 1259px){
    .container{
        width: 94%;
    }
    .index1{
        padding:70px 0;
    }
    h2.t1{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .product_list1 li{
        margin-bottom: 20px;
    }
    .product_list1 li h3 a {
        font-size: 14px;
        margin-top: 8px;
    }
}
@media(max-width: 990px){
    a.more1 {
        width: 120px;
        line-height: 36px;
        font-size: 14px;
    }
}
@media(max-width: 820px){
    .index1{
        padding:50px 0;
    }
    h2.t1{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .product_list1{
        padding-bottom: 30px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:30px 0;
    }
    h2.t1{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .product_list1{
        padding-bottom: 15px;
    }
    .product_list1 li {
        width: 49%;
        margin-bottom: 15px;
    }
    .product_list1 li:nth-child(4n) {
        margin-right: 2%;
    }
    .product_list1 li:nth-child(2n) {
        margin-right: 0;
    }
    a.more1{
        width: 100px;
    }
}


.index2{
    position: relative;
}
.index_hy{
    display: flex;
    height:600px;
}
.index_hy li{
    width: 15%;
    background:rgba(0,0,0,.1);
    border-left: 1px solid #cdced2;
    text-align: center;
    padding:20px 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.index_hy li:last-child{
    border-right: 1px solid #cdced2;
}
.index_hy li .txt{
    text-align: center;
    position: absolute;
    left:0;
    bottom:35px;
    width: 100%;
    text-align: center;
}
.index_hy li .cont{
    display: none;
    flex-direction: column;
    justify-content: center;    
}
.index_hy li .img1{
    position: relative;
    width: 58px;
    height:51px;
    overflow: hidden;
    margin: 0 auto 5px;
}
.index_hy li .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.index_hy li .text{
    width: 100%;
}
.index_hy li h3{
    font-size: 18px;
    color: #1a1a1a;
}
.index_hy li p{
    max-width: 385px;
    line-height: 1.8;
    font-size: 14px;
    color: #4c4c4c;
    margin:20px 0 90px;
}
.index_hy li a{
    display: block;
    width: 124px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background:#0d4da1;
    border-radius: 10px;
}
.index_hy li a:hover{
    text-decoration: underline;
}
.index_hy li.cur{
    width: 55%;
    background:rgba(255,255,255,.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.index_hy li.cur .img1{
    margin:0;
}
.index_hy li.cur .txt{
    display: none;
}
.index_hy li.cur .cont{
    display: flex;
}
.index_hy li.cur .img1 img{
    top:-51px;
}
.index_hy li.cur .cont h3{
    font-size: 30px;
    color: #333333;
    line-height: 1.8;
}
.index_hy_tab{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:-9;
}
.index_hy_tab li{
    display: none;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
}

@media(max-width: 1600px){
    .index_hy{
        height: 520px;
    }
    .index_hy li.cur .cont h3{
        font-size: 24px;
    }
    .index_hy li .txt{
        bottom:20px;
    }
    .index_hy li h3{
        font-size: 16px;
    }
}
@media(max-width: 1259px){
    .index_hy{
        height: 450px;
    }
    .index_hy li{
        padding:20px 40px;
    }
    .index_hy li.cur .cont h3{
        font-size: 22px;
    }
    .index_hy li p {
        margin: 10px 0 50px;
    }
    .index_hy li a{
        width: 100px;
        line-height: 36px;
    }
}
@media(max-width: 990px){
    .index_hy{
        width: 100%;
    }
}
@media(max-width: 820px){
    .index_hy{
        height: 360px;
    }
    .index_hy li{
        padding:20px 25px;
    }
    .index_hy li .img1 {
        position: relative;
        width: 45px;
        height: 39.5px;
    }
    .index_hy li.cur .img1 img{
        top:-39.5px;
    }
    .index_hy li.cur .cont h3{
        font-size: 20px;
    }
    .index_hy li p {
        margin: 5px 0 30px;
    }
}
@media(max-width: 640px){
    .index_hy{
        flex-wrap: wrap;
        height: auto;
    }
    .index_hy li {
        padding: 25px 15px;
        width: 100%!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        border-left: none;
        border-bottom: 1px solid #cdced2;
    }
    .index_hy li .txt{
        position: relative;
        display: none;
    }
    .index_hy li .cont{
        display: flex;
    }
    .index_hy li .img1{
        margin:0;
        width: 35px;
        height: 31px;
    }
    .index_hy li.cur .img1 img{
        top: -31px;
    }
    .index_hy li .cont h3{
        font-size: 16px;
        color: #333333;
        line-height: 1.8;
    }
    .index_hy li.cur .cont h3{
        font-size: 16px;
    }
    .index_hy li p {
        display:none;
        margin: 5px 0 20px;
    }
    .index_hy li a{
        display:none;
    }
    .index_hy li.cur p,.index_hy li.cur a{
        display:block;
    }
    .index_hy li:last-child {
        border-right: none;
        border-bottom: none;
    }
    .index_hy_tab{
        display: none;
    }
    .index_hy li{
        background:#f0f0f0;
    }
    .index_hy li:nth-child(1).cur{
        background:url("/template/default/images/index_hy1.jpg") center center / cover no-repeat;
    }
    .index_hy li:nth-child(2).cur{
        background:url("/template/default/images/index_hy2.jpg") center center / cover no-repeat;
    }
    .index_hy li:nth-child(3).cur{
        background:url("/template/default/images/index_hy3.jpg") center center / cover no-repeat;
    }
    .index_hy li:nth-child(4).cur{
        background:url("/template/default/images/index_hy4.jpg") center center / cover no-repeat;
    }
}


.index3{
    padding:95px 0 150px;
    background:url(/template/default/images/k.png)no-repeat top left;
    /*background-size: contain;*/
}
.index3 h2.t1{
    text-align: left;
    margin-bottom: 50px;
}
.index_about{
    background:url(/template/default/images/bg2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding:75px 105px 115px;
}
.index_about .p1{
    font-size: 54px;
    line-height: 1.5;
}
.index_about .p1 span{
    font-size: 32px;
    display: block;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    margin:45px 0 75px;
}
.num_list li{
    margin-right: 95px;
}
.num_list li:last-child{
    margin-right: 0;
}
.num_list li .p2{
    font-size: 50px;
    line-height: 1;
}
.num_list li .p2 sub{
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: -6px;
}
.num_list li:nth-child(1) .p2 sub{
    font-size: 14px;
}
.num_list li .p3{
    font-size: 16px;
}
.index_about a{
    display: block;
    width: 124px;
    line-height: 40px;
    background:#fff;
    font-size: 14px;
    color: #0d4da1;
    border-radius: 10px;
    text-align: center;
}
.index_about a:hover{
    color: #fff;
    background:#0d4da1;
}
@media(max-width: 1600px){
    .index3{
        padding:90px 0 120px;
    }
    .index_about{
        padding:60px 65px;
    }
    .index3 h2.t1{
        margin-bottom: 40px;
    }
    .index_about .p1{
        font-size: 42px;
    }
    .index_about .p1 span{
        font-size: 26px;
    }
    .num_list {
        margin: 30px 0 50px;
    }
    .num_list li{
        margin-right: 60px;
    }
    .num_list li .p2{
        font-size: 36px;
    }
    .num_list li .p3{
        font-size: 15px;
    }
    .index_about a{
        width: 110px;
    }

}
@media(max-width: 1259px){
    .index3{
        padding:70px 0 90px;
    }
    .index_about{
        padding:30px 30px;
    }
    .index_about .p1{
        font-size: 32px;
    }
    .index_about .p1 span{
        font-size: 22px;
    }
    .num_list {
        margin: 30px 0 40px;
    }
    .num_list li{
        margin-right: 40px;
    }
    .num_list li .p2{
        font-size: 32px;
    }
    .num_list li .p3{
        font-size: 14px;
    }
}
@media(max-width: 990px){

}
@media(max-width: 820px){
    .index3{
        padding:55px 0 60px;
    }
    .index3 h2.t1{
        margin-bottom: 30px;
    }
    .index_about{
        padding:20px 15px;
    }
    .index_about .p1{
        font-size: 26px;
    }
    .index_about .p1 span{
        font-size: 18px;
    }
    .num_list {
        margin: 25px 0 30px;
    }
    .num_list li{
        margin-right: 30px;
    }
    .num_list li .p2{
        font-size: 26px;
    }
}
@media(max-width: 640px){
    .index3{
        padding:35px 0;
    }
    .index3 h2.t1{
        margin-bottom: 20px;
    }
    .index_about{
        padding:20px 15px;
    }
    .index_about .p1{
        font-size: 20px;
    }
    .index_about .p1 span{
        font-size: 14px;
    }
    .num_list {
        margin: 20px 0 20px;
    }
    .num_list li .p2{
        font-size: 22px;
    }
}


.f_bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.f_bottom li{
    width: 50%;
}
.f_bottom li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;  
    height: 150px;  
}
.f_bottom li .img{
    position: relative;
    width: 50px;
    height: 50px;
}
.f_bottom li .img img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0s ease-out;
}
.f_bottom li p{
    font-size: 22px;
    color: #333333;
    display: flex;
    margin-left: 30px;
}
.f_bottom li p i{
    display: block;
    margin-left: 85px;
    background:url(/template/default/images/more1.png) no-repeat center;
    width: 14px;
}
.f_bottom li:nth-child(1){
    background-color: #f4f5f5;
    padding-left: 20.8%;
}
.f_bottom li:nth-child(2){
    background-color: #ebeff2;
    padding-left: 11.2%;
}
.f_bottom li:hover .img img{
    top:-50px;
}
.f_bottom li:hover p{
    color: #0d4da1;
}
.f_bottom li:hover p i{
    background:url(/template/default/images/more1_h.png) no-repeat center;    
}
#footer{
    padding:118px 0 140px;
    border-top:1px solid #ebebeb;
}
.foot_l{
    float:left;
}
.f_logo{
    margin-bottom: 85px;
}
.f_share{
    display: flex;
}
.f_share img{
    max-width: 150px;
}
.f_share li{
    position: relative;
    margin-right: 26px;
    cursor: pointer;
}
.f_share li .img1{
    width: 27px;
    height: 22px;
    position: relative;
    overflow: hidden;
}
.f_share li .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
/*    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);   */ 
}
.f_share li:hover .img1 img{
    top:-22px;
}
.f_share li .img2{
    position: absolute;
    top:35px;
    left:50%;
    width: 102px;
    margin-left: -51px;
    display: none;
}
.f_share li:hover .img2{
    display: block;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    float:right;
}
.f_nav li{
    margin-right: 90px;
    max-width: 138px;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 20px;
}
.f_nav li a{
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 2em;
}
.f_nav li a:hover{
    color: #0d4da1;
}

.copyright{
    background:#0d4da1;
    font-size: 14px;
    color: #ffffff;
    padding:10px 0;
}
.copyright a{
    font-size: 16px;
    color: #ffffff;    
}
.copyright a:hover{
    text-decoration: underline;
}
.copyright_l{
    float:left;
}
.copyright_r{
    float:right;    
}

@media(max-width: 1600px){
    .f_bottom li:nth-child(1) {
        padding-left: 10.5%;
    }
    .f_bottom li:nth-child(2){
        padding-left: 7.5%;
    }
    /*.f_bottom li a{*/
    /*    height: 200px;*/
    /*}*/
    /*.f_bottom li .img{*/
    /*    width: 70px;*/
    /*    height: 70px;*/
    /*}*/
    /*.f_bottom li .img img{*/
    /*    max-height: 140px;*/
    /*}*/
    /*.f_bottom li p{*/
    /*    font-size: 24px;*/
    /*}*/
    .f_bottom li p i{
        margin-left: 50px;
    }
    #footer{
        padding: 70px 0;
    }
    .f_nav li{
        margin-right: 60px;
        max-width: 125px;
    }
    .f_nav li h3{
        font-size: 20px;
    }
    .f_nav li a{
        font-size: 15px;
    }
    .copyright{
        font-size: 14px;
        padding:10px 0;
    }
    .copyright a{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .f_bottom li:nth-child(1) {
        padding-left: 4%;
    }
    .f_bottom li:nth-child(2){
        padding-left: 4%;
    }
    .f_bottom li a{
        height: 140px;
    }
    .f_bottom li .img{
        width: 50px;
        height: 50px;
    }
    .f_bottom li .img img{
        max-height: 100px;
    }
    .f_bottom li p{
        font-size: 20px;
    }
    .f_bottom li p i{
        margin-left: 25px;
    }
    #footer{
        padding: 40px 0;
    }
    .f_logo{
        margin-bottom: 50px;
    }
    .f_nav li{
        margin-right: 30px;
        max-width: 120px;
    }
    .f_nav li h3{
        font-size: 17px;
    }
    .f_nav li a{
        font-size: 14px;
    }

}
@media(max-width: 990px){
    .copyright{
        padding:6px 0;
        text-align: center;
    }
    .copyright_l,.copyright_r{
        width: 100%;
    }
}
@media(max-width: 820px){
    .f_bottom li a{
        height: 100px;
    }
    .f_bottom li .img{
        width: 35px;
        height: 35px;
    }
    .f_bottom li .img img{
        max-height: 70px;
    }
    .f_bottom li p{
        font-size: 16px;
        margin-left: 15px;
    }
    .f_bottom li p i{
        margin-left: 15px;
        background-size: 80%;
    }
    #footer {
        padding: 30px 0;
    }
    .f_logo{
        margin-bottom: 35px;
    }
    .f_nav li h3{
        font-size: 16px;
        margin-bottom: 10px;
    }

}
@media(max-width: 640px){
    .f_bottom li a {
        height: 70px;
    }
    .f_bottom li .img{
        width: 25px;
        height: 25px;
    }
    .f_bottom li .img img{
        max-height: 50px;
    }
    .f_bottom li p{
        font-size: 15px;
        margin-left: 12px;
    }
    .f_bottom li p i{
        margin-left: 10px;
        background-size: 60%;
    }
    #footer{
        display: none;
    }
    .copyright{
        background:#333;
    }
}
@media(max-width: 460px){
    .f_bottom li a {
        height: 60px;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.h80{
    width: 100%;
    height: 80px;
}
.sitemp{

    background:#f6f6f7;
    border-top:1px solid #e9e9e9;
}
.sitemp .site{
/*    display: flex;
    align-items: center;*/
    height: 60px;
    line-height: 60px;
    padding-left: 24px;
    background:url(/template/default/images/home.png) no-repeat left center;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.banner_text2 h3{
    font-size: 55px;
    line-height: 1.4;
    font-weight: normal;
}
.banner_text2 p{
    font-size: 22px;
}



@media(max-width: 1600px){
    .sitemp .site{
        height: 50px;
        line-height: 50px;
    }
    .n_banner{
        height: 260px;
    }
    .banner_text2 h3{
        font-size: 42px;
    }
    .banner_text2 p{
        font-size: 20px;
    }

}
@media(max-width: 1259px){
    
}
@media(max-width: 990px){
    .banner_text2 h3{
        font-size: 32px;
    }
    .banner_text2 p{
        font-size: 18px;
    }   
}
@media(max-width: 820px){
    .sitemp .site{
        height: 40px;
        line-height: 40px;
    }    
    .n_banner{
        height: 220px;
    }
    .banner_text2 h3{
        font-size: 26px;
    }
    .banner_text2 p{
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .n_banner{
        height: 160px;
    }
    .banner_text2 h3{
        font-size: 22px;
    }
    .banner_text2 p{
        font-size: 15px;
    } 
   
}
@media(max-width: 460px){
    
}



h2.t3{
    font-size: 40px;
    color: #333333;
    position: relative;
    text-align: center;
    line-height: 1;
    padding:28px 0 50px;
}
h2.t3:after{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -20px;
    width: 40px;
    height: 6px;
    background:#0d4da1;
}
h2.t3 p{
    font-size: 16px;
    color: #666; 
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.5;
    max-width: 1200px;
    margin: 12px auto 0;
        text-align: left;
}
.prosuct_sorts{

}
.prosuct_sorts li{
    background:#f2f5f7;
    padding:62px 0 75px;
}
.prosuct_sorts li:nth-child(2n){
    background:none;
}
.prosuct_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:25px 0 10px;
}
.prosuct_cont .text{
    width: 56%;
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    padding-top:10px;
}
.prosuct_sorts li h2.t2{
    margin-bottom: 0px;
    font-size: 26px;
    color: #333333;
}
.prosuct_sorts li h2.t2 span{
    padding-bottom: 10px;
}
.prosuct_sorts li h2.t2 span:before{
    height: 4px;
}
.prosuct_sorts li .img{
    max-width: 302px;
    width: 25%;
}
.prosuct_sorts li h3{
    font-size: 22px;
    color: #333;
}
.product_list2{
    display: flex;
    flex-wrap: wrap;
}
.product_list2 a{
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: center;
    width: 18.4%;
    margin-right: 2%;
    margin-top: 10px;
    /*height: 50px;*/
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background:#0d4da1;
    border-radius: 10px;
    padding: 5px;
}
/*.product_list2 a span{*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/
.product_list2 a:nth-child(5n){
    margin-right: 0;
}
a.p_more_a{
    display: block;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #0d4da1;
    border-radius: 5px;
    text-align: center;
    margin:30px auto 0;
}
a.p_more_a:hover{
    text-decoration: underline;
}
.pd1{
    padding:45px 0 45px;
    border-bottom: 2px solid #eeeeee;
}
.pd1 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pd1 .text{
    max-width: 770px;
    width: 60%;
}
.line1{
    width: 40px;
    height: 6px;
    background:#0d4da1;
}
.pd1 .text h3{
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin:25px 0 16px;
}
.pd1 .text h2{
    font-size: 40px;
    color: #333333;
    line-height: 1;
    margin-bottom: 40px;
}
.pd1 .text .txt{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}
.pd1 .img{
    text-align: center;
    width: 25%;    
}
.pd2{
    padding:50px 0 140px;
}
.index_t4{
    font-size: 22px;
    color: #0d4da1;
    padding-left: 14px;
    position: relative;
    line-height: 20px;
    margin-bottom: 40px;
}
.index_t4:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 5px;
    height: 20px;
    margin-top:-10px;
    background:#0d4da1;
}
/*.pd2 .cont{*/
/*    overflow-x: auto;*/
/*    -webkit-overflow-scrolling: touch;*/
    /*width: 90%;*/
    /*margin: 0 auto;*/
/*}*/
.pd2 table{
    width: 100%;
    /*min-width: 1200px;*/
    text-align: center;
    /*white-space: nowrap;*/
    border-right:1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.pd2 table tr td{
    vertical-align: middle!important;
    border-top:1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    padding: 5px 5px;
    font-size: 13px;
    color: #666666;
}
.pd2 table tr:nth-child(1){
    background:#3c4854;
}
.pd2 table tr:nth-child(1) td{
    font-size: 16px;
    color: #fff;
    height: 50px;
    border-top:1px solid #3c4854;
    border-left: 1px solid #3c4854;
}
@media(max-width: 1600px){
    h2.t3{
        font-size: 32px;
    }
    h2.t3 p{
        font-size: 14px;
    }
    .prosuct_sorts li{
        padding:55px 0;
    }
    .prosuct_sorts li h2.t2{
        font-size: 24px;
    }
    .prosuct_cont .text{
        font-size: 14px;
    }
    .product_list2 a {
        /*height: 60px;*/
        font-size: 15px;
    }
    .pd1 {
        padding: 45px 0 35px;
    }
    .line1{
        height: 4px;
    }
    .pd1 .text h3{
        font-size: 16px;
    }
    .pd1 .text h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .pd1 .text .txt{
        font-size: 15px;
    }
    .pd2 {
        padding: 50px 0 80px;
    }
    /*.pd2 table tr:nth-child(1) td{*/
    /*    height: 60px;*/
    /*}*/
    /*.pd2 table tr td {*/
    /*    padding: 10px 5px;*/
    /*    font-size: 15px;*/
    /*}*/
}
@media(max-width: 1259px){
    .pd2 .cont{
        width:100%;
    }
}
@media(max-width: 990px){
    
}
@media(max-width: 820px){
    h2.t3 {
        font-size: 26px;
        padding: 20px 0 30px;
    } 
        h2.t3 p{
        font-size: 13px;
    }
    .prosuct_sorts li{
        padding:40px 0;
    }
    .prosuct_sorts li h2.t2{
        font-size: 20px;
    }
    .prosuct_cont .text{
        font-size: 14px;
    }
    .product_list2 a {
        /*height: 50px;*/
        font-size: 15px;

        width: 23.5%;
    }
    .product_list2 a:nth-child(5n){
        margin-right: 2%;
    }
    .product_list2 a:nth-child(4n){
        margin-right: 0;
    }  
    .pd1 {
        padding: 30px 0;
    } 
    .pd1 .text{
        width: 68%;
    }
    .pd1 .text h3 {
        margin: 20px 0 15px;
    }
    .pd1 .text h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .pd1 .text .txt{
        font-size: 14px;
    }
    .pd1 .img{
        width: 30%;
    }
    .pd2 {
        padding: 50px 0;
    }
    .index_t4{
        margin-bottom: 20px;
    }
.pd2 .cont{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.pd2 table{
    min-width: 1200px;
    white-space: nowrap;
}    
    .pd2 table tr:nth-child(1) td {
        height: 50px;
        /*font-size: 16px;*/
        padding:5px;
    }
    /*.pd2 table tr td {*/
    /*    padding: 5px;*/
    /*    font-size: 14px;*/
    /*}*/
}
@media(max-width: 640px){
    h2.t3 {
        font-size: 22px;
        padding: 20px 0 30px;
    } 
    h2.t3:after{
        height: 4px;
    }
    .prosuct_sorts li h2.t2 span {
        padding-bottom: 5px;
    }
    .prosuct_sorts li h2.t2 span:before{
        height:2px;
    }
    .prosuct_sorts li{
        padding:25px 0;
    }
    .prosuct_sorts li h2.t2{
        font-size: 18px;
    }
    .prosuct_cont{
            padding: 15px 0 10px;
    }
    .prosuct_cont .text {
        width: 100%;
        padding-top:0;
    }
    .prosuct_sorts li .img {
        max-width: 220px;
        width: 100%;
        margin:15px auto 0;
    }
    .product_list2 a {
        height: 40px;
        font-size: 14px;
        width: 23.5%;
    }
    .product_list2 a:nth-child(5n){
        margin-right: 2%;
    }
    .product_list2 a:nth-child(4n){
        margin-right: 0;
    }    
    .pd1 .text{
        width: 100%;
    }
    .pd1 .text h3 {
        font-size: 15px;
        margin: 15px 0 15px;
    }
    .pd1 .text h2{
        font-size: 22px;
    }
    .pd1 .img{
        width: 100%;
    }
    .pd2 {
        padding: 30px 0;
    }
}
@media(max-width: 460px){
    .product_list2 a{
        width: 32%;
        margin-top:7px;
    }
    .product_list2 a:nth-child(4n){
        margin-right: 2%;
    }
    .product_list2 a:nth-child(3n){
        margin-right: 0;
    }
}


.n_news.n_hy{
    padding: 60px 0 100px;
}
.hyyy_top{
    margin-top:0;
}
#c-banner2{

}
#c-banner2 .swiper-slide{
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
#c-banner2 .swiper-slide p{
    font-size: 18px;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom:7px;
    left:0;
    text-align: center;
    line-height: 18px;
    z-index:9;
}
#c-banner2 .swiper-slide p span{
    display: inline-block;
    position: relative;
}
#c-banner2 .swiper-slide p span:before{
    content:'';
    position: absolute;
    left:-32px;
    top:50%;
    width: 18px;
    height: 2px;
    background:#fff;
    margin-top:-1px;
    opacity: 0;
}
#c-banner2 .swiper-slide p span:after{
    content:'';
    position: absolute;
    right:-32px;
    top:50%;
    width: 18px;
    height: 2px;
    background:#fff;
    margin-top:-1px;
    opacity: 0;
}
#c-banner2 .swiper-slide-thumb-active:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(17,77,161,.8);
    z-index:8;
}
#c-banner2 .swiper-slide-thumb-active p{
    top: 50%;
    margin-top:-9px;   
}
#c-banner2 .swiper-slide-thumb-active p span:before,#c-banner2 .swiper-slide-thumb-active p span:after{
    opacity: 1;
}


.hy_tab{
    display: flex;
    margin-top:80px;
}
.hy_tab h3{
    font-size: 20px;
    color:#1a1a1a;
    margin-bottom: 30px;
}
.hy_tab_l{
    width: calc(100% - 382px);
    padding-right: 7%;
}
.hy_tab_r{
    width: 382px;
}
.hy_tab .hy_tab_r h3{
    margin-bottom: 12px;
}
.yycp_list{
    border-radius: 10px;
    overflow: hidden;
}
.yycp_list h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.yycp_list1_c{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.yycp_list1_c li{
    width: 100%;
}
.yycp_list1_c p.p1{
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.yycp_list1_c p.p2{
    font-size: 14px;
    color: #333333;
    position: relative;
    width: calc(100% - 16px);
    margin-left: 8px;
    padding:7px 0 7px 12px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 20px;
}
.yycp_list1_c p.p2:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 3px;
    height:20px;
    margin-top:-10px;
}
.yycp_p{

}
.yycp_p a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 16px);
    margin-left: 8px;
    padding:3px 0;
    border-bottom: 1px solid #dbdbdb;
}
.yycp_p a:hover{
    background: #f5f5f5;
}
.yycp_p a span{
    display: block;
    width: calc(100% - 60px);
    font-size: 14px;
    color: #0d4da1;
/*    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;*/
    font-weight: bold;
    line-height: 1.4;
}
.yycp_list1 .yycp_p a span{
    color: #2b8851;
}
.yycp_list2 .yycp_p a span{
    color: #2e9cd1;
}
.yycp_p a .img1{
    width: 60px;
    text-align: center;
}
.yycp_p a .img1 img{
    max-height: 30px;
}

.yycp_list1{
    margin-bottom: 25px;
    border:1px solid #2b8851;
}
.yycp_list1 h4{
    background:#2b8851;
}
.yycp_list1 li{
    width: 50%;
}
.yycp_list1 li:nth-child(1),.yycp_list1 li:nth-child(3),.yycp_list1 li:nth-child(5){
    border-right:1px solid #2b8851;    
}
.yycp_list1 .yycp_list1_c p.p1{
    background:#cce1cc;
}
.yycp_list1 .yycp_list1_c p.p2:before{
    background:#2b8851;
}
.yycp_list2{
    width: 100%;
    border:1px solid #2e9cd1;
}
.yycp_list2 li {
    width: 50%;
}
.yycp_list2 li:nth-child(1), .yycp_list2 li:nth-child(3), .yycp_list2 li:nth-child(5) {
    border-right: 1px solid #2e9cd1;
}
.yycp_list2 h4{
    background:#2e9cd1;
}
.yycp_list2 .yycp_list1_c p.p2:before{
    background:#2e9cd1;
}
.yycp_list3{
    width: 50%;    
}

.yycp_list3{
    width: 50%;
}
.yycp_list3 li{
    width: 100%;
    border:none;
}
@media(max-width: 1600px){
.n_news.n_hy{
    padding: 60px 0;
}
    #c-banner2 .swiper-slide p{
        bottom:12px;
        font-size: 16px;
    }
    #c-banner2 .swiper-slide p span:before{
        left:-27px;
    }
    #c-banner2 .swiper-slide p span:after{
        right:-27px;
    }
    .hy_tab{
        margin-top:50px;
    }
    .yycp_p a span{
        font-size: 13px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 990px){
    .hy_tab_l {
        padding-right: 3%;
    }
    .yycp_list1{
        margin-bottom: 15px;
    }
}
@media(max-width: 820px){
    .n_news.n_hy{
        padding: 45px 0;
    }    
}
@media(max-width: 640px){
    .n_news.n_hy{
        padding: 30px 0;
    }
    #c-banner2 .swiper-slide p {
        bottom: 8px;
    }
/*    #c-banner2 .swiper-slide p span:before {
        left: -15px;
        width: 12px;
    }
    #c-banner2 .swiper-slide p span:after {
        right: -15px;
        width: 12px;
    }*/
    .hy_tab{
        flex-wrap: wrap;
        margin-top:20px;
    }
    .hy_tab h3{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .hy_tab_l {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 15px;
    }
    .hy_tab_r{
        width: 100%;
    }
}
@media(max-width: 460px){
    
}


.dzqc_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.dzqc_c .text{
    font-size: 16px;
    color: #666666;
    width: 39%;
}
.dzqc_c .img{
    width: 49%;
}
.qcdz_list{
    display: flex;
    flex-wrap: wrap;
}
.qcdz_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 28px;
}
.qcdz_list li:nth-child(4n){
    margin-right: 0;
}
.qcdz_list li a{
    display: block;
    padding:38px 24px 18px;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 10px;
}
.qcdz_list li a .img1{
    text-align: center;
    margin-bottom: 22px;
}
.qcdz_list li a p{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 1.6;
}
.qcdz_list li a h3{
    padding-left: 15px;
    background:url(/template/default/images/more2.png) no-repeat left center;
    font-size: 16px;
    color: #333333;
}
.qcdz_list li a:hover{
    box-shadow: 0px 0px 10px rgba(0,71,177,.3);    
}
.qcdz_list li a:hover h3{
    color: #0047b1;
}
.n_search{
    padding:45px 0 125px;
}
.search_top{
    background:#0047b1;
    border-radius: 10px;
    padding:0 32px;
    margin-bottom: 18px;
}
.search_top span{
    display: block;
    padding-left: 62px;
    font-size: 20px;
    color: #fff;
    background:url(/template/default/images/s_icon1.png) no-repeat left center;
    line-height: 70px;
}
.search_list_product{

}
.search_list_product li{
    margin-bottom: 11px;
}
.search_list_product li a{
    display: flex;
    flex-wrap: wrap;
    padding:0 32px;
    border-radius: 10px;
    border:1px solid #ebebeb;
    height: 70px;
    align-items: center;
    width: 100%;
}
.search_list_product li a .s_p_t1{
    font-size: 18px;
    color: #373737;
    width: 38%;
}
.search_list_product li a .s_p_t2{
    font-size: 16px;
    color: #4c4c4c;
    width: calc(62% - 75px);
}
.search_list_product li a .s_p_t3{
    font-size: 18px;
    color: #373737;
    padding-left: 20px;
    position: relative;
    width: 75px;
}
.search_list_product li a .s_p_t3:after{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#0047b1;
}
.search_list_product li a:hover{
    border:1px solid #0047b1;
}
.search_list_product li a:hover .s_p_t1{
    color: #0047b1;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
/*.tag_total{*/
/*    font-size: 20px;*/
/*    color: #333;*/
/*}*/
@media(max-width: 1600px){
    .dzqc_c{
        margin-bottom: 50px;
    }
    .dzqc_c .text{
        font-size: 15px;
        width: 45%;
    }
    .qcdz_list li{
        margin-bottom: 15px;
    }
    .qcdz_list li a{
        padding: 25px 20px 18px;
    }
    .qcdz_list li a p{
        font-size: 16px;
    }
    .qcdz_list li a h3{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 990px){
    .qcdz_list li{
        width: 32%;
        margin-bottom: 12px;
    }  
    .qcdz_list li:nth-child(4n){
        margin-right: 2%;
    }
    .qcdz_list li:nth-child(3n){
        margin-right: 0;
    }  
}
@media(max-width: 820px){
    .dzqc_c {
        margin-bottom: 30px;
    }
    .dzqc_c .text{
        width: 49%;
    }
    .qcdz_list li a {
        padding: 20px 15px 18px;
    }
}
@media(max-width: 640px){
    .dzqc_c .text{
        width: 100%;
    }
    .dzqc_c .img {
        width: 100%;
        margin-top:15px;
    }
    .qcdz_list li{
        width: 49%;
        margin-bottom: 12px;
    }  
    .qcdz_list li:nth-child(3n){
        margin-right: 2%;
    }
    .qcdz_list li:nth-child(2n){
        margin-right: 0;
    }  
    .qcdz_list li a {
        padding: 15px 12px;
    }
    .qcdz_list li a p {
        font-size: 15px;
    }
}
@media(max-width: 460px){
    
}

.about1{
    text-align: center;
    padding-bottom: 100px;
}
.index_t3{
    font-size: 46px;
    color: #1a1a1a;
    text-align: center;
}
.about1 .text{
    font-size: 17px;
    color: #4c4c4c;
    margin:10px 0 70px;
        text-align: left;
}
.num_list2{
    display: flex;
    flex-wrap: wrap;
}
.num_list2 li{
    width: 32%;
    margin-right: 2%;
}
.num_list2 li:nth-child(3n){
    margin-right: 0;
}
.num_list2 li p.p1{

}
.num_list2 li p.p1 span{
    font-size: 56px;
    color: #0d4da1;
    line-height: 1;
    font-weight: bold;
}
.num_list2 li p.p1 sub{
    font-size: 16px;
    color: #000000;
    line-height: 1;
}
.num_list2 li p.p2{
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    margin-top:10px;
}
.about1-2{
    background:#f5f8ff;
    padding:75px 0 100px;
}
.fzlc{
    position: relative;
    margin-top:40px;
}
.fzlc .swiper-button-prev{
    width: 60px;
    height: 60px;
    background:url(/template/default/images/left2.png) no-repeat center;
    left:-92px;
    margin-top:-30px;
}
.fzlc .swiper-button-next{
    width: 60px;
    height: 60px;
    background:url(/template/default/images/right2.png) no-repeat center;
    right:-92px;
    margin-top:-30px;
}
.fzlc .swiper-button-prev:hover   .circle_process .rightcircle {
    border-top: 1px solid #0d4da1;
    border-right: 1px solid #0d4da1;
    right: 0;
    -webkit-animation: circle_right 2s linear forwards;
}
.fzlc .swiper-button-prev:hover .circle_process .leftcircle {
    border-bottom: 1px solid #0d4da1;
    border-left: 1px solid #0d4da1;
    left: 0;
    -webkit-animation: circle_left 2s linear forwards;
    animation-iteration-count:1;
}

.fzlc .swiper-button-next:hover   .circle_process .rightcircle {
    border-top: 1px solid #0d4da1;
    border-right: 1px solid #0d4da1;
    right: 0;
    -webkit-animation: circle_right 3s linear forwards;
}
.fzlc .swiper-button-next:hover .circle_process .leftcircle {
    border-bottom: 1px solid #0d4da1;
    border-left: 1px solid #0d4da1;
    left: 0;
    -webkit-animation: circle_left 3s linear forwards;
    animation-iteration-count:1;
}


.circle_process {
    position: relative;
    width: 60px;
    height: 60px;
}
.circle_process .wrapper {
    width: 30px;
    height: 60px;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.circle_process .right {
    right: 0;
}
.circle_process .left {
    left: 0;
}
.circle_process .circle {
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
}

@-webkit-keyframes circle_right {
    0% {
      -webkit-transform: rotate(-135deg);
    }
    50%,
    100% {
      -webkit-transform: rotate(45deg);
    }
}
@-webkit-keyframes circle_left {
    0%,
    50% {
      -webkit-transform: rotate(-135deg);
    }
    100% {
      -webkit-transform: rotate(45deg);
    }
}



#c-banner3{
    padding-bottom: 43px;
}
#c-banner3 .swiper-slide{
    position: relative;
    background:url(/template/default/images/fz_bg.png) no-repeat top center;
    background-size: cover;
    min-height:305px;
    padding:45px 48px;
    color: #1a1a1a;
}
#c-banner3 .swiper-slide:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 2px;
    background:url(/template/default/images/fz_bg_2.png) no-repeat top left;
}
#c-banner3 .swiper-slide h3{
    font-size: 16px;
    margin-bottom: 10px;
}
#c-banner3 .swiper-slide span{
    font-size: 30px;
    line-height: 1;
    margin-right: 6px;
}
#c-banner3 .swiper-slide .text{
    font-size: 16px;
}
#c-banner3 .swiper-slide .text p{
    background:url(/template/default/images/yq1.png) no-repeat left center;
    padding-left: 22px;
}
#c-banner3 .swiper-slide:hover{
    background:url(/template/default/images/fz_bg_h.png) no-repeat top center;  
    color: #fff;  
}
#c-banner3 .swiper-slide:hover:after{
    opacity: 0;
}
#c-banner3 .swiper-slide:hover .text p{
    background:url(/template/default/images/yq2.png) no-repeat left center;
}
#c-banner3 .swiper-pagination{
    top:calc(100% - 4px);
    height: 4px;
    width: 100%;
    background:#cccccc;
}
#c-banner3 .swiper-pagination .swiper-pagination-progressbar-fill{
    background:#0d4da1;
}
.about1-3{
    padding:75px 0 0;
}
.about1-3 .container{
    display: flex;
    flex-wrap: wrap;
}
.about1_l{
    width: 34.5%;
    padding-right: 3%;
}
.about_t1{

}
.about_t1 h2{
    font-size: 46px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 5px;
}
.about_t1 p{
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.6;
}
.map_list{
    margin-top:30px;
}
.map_list li{
    margin-bottom: 15px;
}
.map_list li p:nth-child(1){
    padding-left: 35px;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.6;
}
.map_list li p:nth-child(2){
    padding-left: 35px;
    font-size: 16px;
    color: #666666;
}
.map_list li:nth-child(1) p:nth-child(1){
    background:url(/template/default/images/map_icon1.png) no-repeat left center;
}
.map_list li:nth-child(2) p:nth-child(1){
    background:url(/template/default/images/map_icon2.png) no-repeat left center;
}
.map_list li:nth-child(3) p:nth-child(1){
    background:url(/template/default/images/map_icon3.png) no-repeat left center;
}
.map_list li:nth-child(4) p:nth-child(1){
    background:url(/template/default/images/map_icon4.png) no-repeat left center;
}
.about1-3 .img{
    width: 65.5%;
    padding-top:55px;
}

.about2{
    color: #fff;
    background:url(/template/default/images/about2_bg.jpg) no-repeat center;
    padding:105px 65px 45px;
    border-radius: 15px;
}
.about2 h3{
    font-size: 46px;
    line-height: 1;
    margin-bottom: 85px;
}
.about2 .text{
    font-size: 16px;
    line-height: 1.6;
    max-width: 565px;
}
.about2 .text p{
    margin-bottom: 15px;
}
.about2 .text p:last-child{
    margin-bottom: 0;
}
.about_img{
    display: flex;
    flex-wrap: wrap;
    margin-top:80px;
}
.about_img p{
    text-align: center;
    width: 33.333%;
    padding:5px 10px;
}

.about3{
    margin-bottom: 80px;
}
.about3 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1310px;
}
.about3 .img{
    width: 34.5%;
}
.about3 .text{
    width: 47.5%;
    padding-top:35px;
}
.about3 .text h3{
    font-size: 46px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 25px;
}
.about3 .text p{
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.6;
    font-weight: bold;
}
.about3_2{
    height: 500px;
    width: 100%;
    background:url(/template/default/images/about3_bg.jpg) no-repeat center;
    margin-bottom: 70px;
    background-attachment: fixed;
    background-size: cover;
}
.about3_3{

}
.about3_3 ul{
    max-width: 1310px;
}
.about3_3 ul li{
    display: flex;
    justify-content: space-between;
    padding:60px 80px 45px;
    background:#f5f8ff;
    margin-bottom: 45px;
}
.about3_3 ul li:last-child{
    margin-bottom: 0;
}
.about3_3 ul li .text{
    width: calc(100% - 250px);
    color: #1a1a1a;
}
.about3_3 ul li .text h3{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 25px;
}
.about3_3 ul li .text p{
    font-size: 16px;
    max-width: 875px;
    line-height: 1.6;
}
.about3_3 ul li .text a{
    font-size: 14px;
    color: #0d4da1;
    font-weight: bold;
    margin-top:25px;
    display: inline-block;
}
.about3_3 ul li .text2{
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.about3_3 ul li .text2 p{
    font-size: 16px;
    color: #1a1a1a;
    margin-top:5px;
}
.about4{
    padding:0 0 20px;
}
.about4 .container{
    display: flex;
    flex-wrap: wrap;
}
.about4_l{
    width: 46.5%;
}
.about4_l h2{
    font-size: 30px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 55px;
}
.c_code{
    width: 140px;
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
}
.about4_r{
    width: 53.5%;
}
.about4_r h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
    display: none;
}
.about4_r_t,.about4_r_b{
    display: flex;
    flex-wrap: wrap;    
}
.about4_r_b{
    display: none;
}
.about4_r dl{
    margin-bottom: 20px;
    width: 46%;
    margin-right: 8%;
}
.about4_r dl:nth-child(2n){
    margin-right: 0;
}
.about4_r dl dt{
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.about4_r dl dt span{
    display: inline-block;
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
    font-weight: bold;
    padding-bottom: 5px;
}
.about4_r dl dt span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0d4da1;
}
.about4_r dl dd{
    margin-top:15px;
    font-size: 14px;
    color: #1a1a1a;
    padding-left: 35px;
    background:url(/template/default/images/yx.png) no-repeat left center;
}
/*.about4_r_b{*/
/*    display: flex;*/
/*}*/
.about4_r_b{
    /*padding-top:30px;*/
}
.about4_r_b dl .img2{
    margin-bottom: 15px;
    display: none;
}
.about4_r .about4_r_b dl dt span{
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 8px;
}
.about4_r .about4_r_b dl dd{
    background:url(/template/default/images/yx.png) no-repeat left 2px;   
    line-height: 1.5;
}
.about4_2{
    background:#f5f8ff;
    padding:70px 0 ;
}
.about4_2 h2{
    font-size: 40px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 15px;
}
.about4_2 p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.6;
}
#formsearch2{
    display: flex;
    width: 100%;
    max-width: 605px;
    border:1px solid #0d4da1;
    border-radius: 35px;
    margin-top:55px;
    overflow: hidden;
}
#formsearch2 input{
    border:none;
    outline: none;
    line-height: 45px;
}
input#keyword2{
    padding:0 30px;
    background:none;
    width: calc(100% - 50px);
    font-size: 16px;
    color: #666666;
}
input#s_btn2{
    text-align: center;
    background:url(/template/default/images/ss.png) no-repeat center;
    width: 60px;
}
.search_result{

}
.search_list{
    margin-top:30px;
}
.search_list li{
    padding:30px 0;
    border-bottom: 1px solid #cccccc;
    color: #4c4c4c;
}
.search_list li h3{
    font-size: 26px;
    margin-bottom: 18px;
    line-height: 1;
    font-weight: normal;
}
.search_list li .text{
    font-size: 16px;
    line-height: 1.8;
}
.about1-4{
    padding:75px 0 0;
}
.about1-4 .index_t3{
    text-align: left;
}
.about1-4 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.about1-4 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.about1-4 ul li:nth-child(3n){
    margin-right: 0;
}
.about1-4 ul li .text{
    padding:25px 30px;
}
.about1-4 ul li .text h3{
    font-size: 30px;
    color: #1a7dbd;
    padding-left: 52px;
    background: url(/template/default/images/logo_icon.png) no-repeat left center;
}
.about1-4 ul li .text .p1{
    font-size: 20px;
    color: #333333;
    border-top:1px solid #ccc;
    padding:20px 0 10px;
    margin-top:10px;
    line-height: 1.4;
}
.about1-4 ul li .text .p2{
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
}
@media(max-width: 1600px){
    .about1{
        padding-bottom: 70px;
    }
    .index_t3{
        font-size: 36px;
    }
    .about1 .text {
        font-size: 15px;
        margin: 10px 0 50px;
    }
    .num_list2 li p.p1 span{
        font-size: 46px;
    }
    .num_list2 li p.p1 sub{
        font-size: 15px;
    }
    .num_list2 li p.p2{
        font-size: 15px;
    }
    .about1-2{
        padding:75px 0;
    }
    .fzlc .swiper-button-prev{
        left:0;
        width: 50px;
        height: 50px;
        margin-top:-25px;
    }
    .circle_process{
        width: 50px;
        height: 50px;        
    }
    .circle_process .wrapper{
        width: 25px;
        height: 50px;
    }
    .circle_process .circle{
        width: 50px;
        height: 50px;        
    }
    .fzlc .swiper-button-next{
        right:0;
        width: 50px;
        height: 50px;
        margin-top:-25px;
    }
    #c-banner3 .swiper-slide{
        padding: 30px 30px;
        min-height:270px;
    }
    #c-banner3 .swiper-slide h3{
        font-size: 15px;
        margin-bottom: 5px;
    }
    #c-banner3 .swiper-slide span{
        font-size: 26px;
    }
    #c-banner3 .swiper-slide .text{
        font-size: 15px;
    }
    .about_t1 h2{
        font-size: 36px;
    }
    .about_t1 p{
        font-size: 15px;
    }
    .about2{
        padding: 75px 40px 45px;
    }
    .about2 h3 {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .about2 .text{
        font-size: 15px;
    }
    .about_img{
        margin-top:60px;
    }
    .about3 {
        margin-bottom: 70px;
    }
    .about3 .text h3{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .about3 .text p{
        font-size: 15px;
    }
    .about3_2{
        height: 350px;
    }
    .about3_3 ul li{
        padding: 60px 50px 45px;
        margin-bottom: 40px;
    }
    .about3_3 ul li .text h3{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .about3_3 ul li .text p{
        font-size: 15px;
    }
    .about3_3 ul li .text2 p{
        font-size: 15px;
    }
    .about4_l h2{
        font-size: 24px;
        margin-bottom: 40px;
    }
    .c_code{
        font-size: 14px;
    }
    .about4_r dl {
        margin-bottom: 20px;
        width: 48%;
        margin-right: 4%;
    }
    .about4_2 h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .about4_2 p{
        font-size: 15px;
    }
    #formsearch2{
        margin-top:30px;
    }
    input#keyword2{
        font-size: 15px;
    }
    .search_list li h3{
        font-size: 24px;
    }
    .search_list li .text{
        font-size: 15px;
    }

    .about1-4 ul li .text{
        padding:20px 25px;
    }
    .about1-4 ul li .text h3{
        font-size: 24px;
        padding-left: 40px;
        background: url(/template/default/images/logo_icon.png) no-repeat left center;
        background-size:30px;
    }
    .about1-4 ul li .text .p1{
        font-size: 16px;
        padding:20px 0 10px;
    }
    .about1-4 ul li .text .p2{
        font-size: 13px;
    }
}
@media(max-width: 1259px){
    .index_t3{
        font-size: 32px;
    } 
    .num_list2 li p.p1 span{
        font-size: 36px;
    }   
    .num_list2 li p.p1 sub,.num_list2 li p.p2{
        font-size: 14px;
    }
    .about_t1 h2{
        font-size: 32px;
    }
    .about_t1 p{
        font-size: 14px;
    }
    .about2{
        padding: 60px 30px 45px;
    }
    .about2 h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .about3 {
        margin-bottom: 60px;
    }
    .about3 .text h3{
        font-size: 32px;
        margin-bottom: 12px;
    }
    .about3 .text p{
        font-size: 14px;
    }
    .about3_3 ul li{
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    .about3_3 ul li .text h3{
        font-size: 32px;
        margin-bottom: 12px;
    }
    .about3_3 ul li .text p{
        font-size: 14px;
    }
    .about3_3 ul li .text2 p{
        font-size: 14px;
    }
    .about4_2 h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about4_2 p{
        font-size: 14px;
    }
}
@media(max-width: 990px){
    .about1 .text {
        font-size: 14px;
        margin: 10px 0 30px;
    }  
    .about1-4 ul li .text{
        padding:15px 20px;
    }
    .about1-4 ul li .text h3{
        font-size: 20px;
    }
    .about1-4 ul li .text .p1{
        font-size: 15px;
        padding:15px 0 6px;
    }
    .about1-4 ul li .text .p2{
        font-size: 13px;
    }
}
@media(max-width: 820px){
    .about1 {
        padding-bottom: 50px;
    }
    .index_t3{
        font-size: 26px;
    } 
    .num_list2 li p.p1 span{
        font-size: 26px;
    }     
    .num_list2 li p.p2{
        margin-top: 6px;
    }
    .about1-2 {
        padding: 50px 0;
    }
    .fzlc{
        margin-top:20px;
    }
    #c-banner3 .swiper-slide {
        padding: 20px 15px;
        min-height: 220px;
    }
    #c-banner3 .swiper-slide span{
        font-size: 22px;
    }
    .fzlc .swiper-button-prev,.fzlc .swiper-button-next{
        display: none;
    }
    .about1_l{
        width: 100%;
        padding-right: 0;
    }
    .about1-3 {
        padding: 50px 0 0;
    }
    .about1-3 .img{
        width: 100%;
        padding-top:15px;
    }
    .about_t1 h2{
        font-size: 26px;
    }
    .map_list li p:nth-child(1){
        font-size: 18px;
    }
    .map_list li p:nth-child(2){
        font-size: 15px;
    }
    .about2{
        padding: 50px 20px 45px;
    }
    .about2 h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .about2 .text{
        font-size: 14px;
    }
    .about_img{
        margin-top:40px;
    }
    .about3 {
        margin-bottom: 50px;
    }
    .about3 .img{
        width: 100%;
    }
    .about3 .img img{
        max-width: 300px;
    }
    .about3 .text{
        width: 100%;
        padding-top: 15px;
    }
    .about3 .text h3{
        font-size: 26px;
    }
    .about3_2{
        height: 260px;
        margin-bottom: 50px;
    }
    .about3_3 ul li{
        flex-wrap: wrap;
    }
    .about3_3 ul li{
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    .about3_3 ul li .text{
        width: 100%;
    }
    .about3_3 ul li .text h3{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about3_3 ul li .text2{
        width: 100%;
        margin-top:20px;
    }
    .about3_3 ul li .text2 img{
        max-width: 120px;
    }
    .about4_l{
        width: 100%;
    }
    .about4_l h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about4_r{
        width: 100%;
        margin-top:20px;
    }
    .about4_r dl {
        margin-bottom: 20px;
    }
    .about4_2{
        padding:50px 0;
    }
    .about4_2 h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #formsearch2{
        margin-top:20px;
    }
    .search_list {
        margin-top: 15px;
    }
    .search_list li{
        padding:20px 0;
    }
    .search_list li h3{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .search_list li .text{
        font-size: 14px;
    }
    .about1-4{
        padding:55px 0 0;
    }
}
@media(max-width: 640px){
    .about1 {
        padding-bottom: 30px;
    }
    .index_t3{
        font-size: 22px;
    }  
    .num_list2 li p.p1 span{
        font-size: 22px;
    }  
    .about1-2 {
        padding: 30px 0;
    } 
    #c-banner3 {
        padding-bottom: 30px;
    }
    #c-banner3 .swiper-pagination{
        height: 3px;
    }
    #c-banner3 .swiper-slide {
        min-height: 180px;
    }
    #c-banner3 .swiper-slide .text{
        font-size: 14px;
    }
    .about1-3 {
        padding: 30px 0 0;
    }
    .about_t1 h2{
        font-size: 22px;
    }
    .map_list li p:nth-child(1){
        font-size: 16px;
    }
    .map_list li p:nth-child(2){
        font-size: 14px;
    }
    .about2{
        padding: 30px 20px;
    }
    .about2 h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .about_img{
        margin-top:30px;
    }
    .about3 {
        margin-bottom: 30px;
    }
    .about3 .img img{
        max-width: 220px;
    }
    .about3 .text h3{
        font-size: 22px;
    }
    .about3_2{
        height: 180px;
        margin-bottom: 30px;
    }
    .about3_3 ul li{
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .about3_3 ul li .text h3{
        font-size: 20px;
    }
    .about3_3 ul li .text2 img{
        max-width: 100px;
    }
    .about4_r dl {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0%;
    }
    .about4_2{
        padding:30px 0;
    }
    .about4_2 h2 {
        font-size: 22px;
    }
    #formsearch2{
        margin-top:20px;
    }
    .search_list li{
        padding:15px 0;
    }
    .search_list li h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about4_r h3{
        font-size:20px;
    }
    .about1-4{
        padding:35px 0 0;
    }
}
@media(max-width: 460px){
    .search_list li{
        padding:10px 0;
    } 
    .about1-4 ul li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
    .about1-4 ul li .text{
        padding:12px 15px;
    }
    .about1-4 ul li .text .p1{
        margin-top:5px;
    }
}

.n_top{
    position: relative;
}
.sort{
    position: absolute;
    right:0;
    top:0;
    display: flex;
    flex-wrap: wrap;
}
.sort li{
    margin-right: 65px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    line-height: 40px;
    padding-bottom: 16px;
    font-size: 18px;
    color: #333333;
    position: relative;
}
.sort li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#0d4da1;
    opacity: 0;
}
.sort li a:hover,.sort li.cur a{
    color: #0d4da1;
}
.sort li a:hover:after,.sort li.cur a:after{
    opacity: 1;
}
.index_t2{
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}
.index_t2 h2{
    font-size: 26px;
}
.index_t2 p{
    font-size: 16px;
}
.message{

}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul .mess_li{
    width: 48%;
    margin-right: 4%;
}
.message ul li{
    margin-bottom:16px;
    width: 100%;
}
.mess_li li:last-child{
    margin-bottom: 0;
}
.message ul li input{
    display: block;
    width: 100%;
    line-height: 48px;
    border-radius: 50px;
    border:2px solid #e0e0e0;
    font-size: 16px;
    color: #999999;
    padding:0 20px;
    outline: none;
}
#code{
    display: flex;
    width: 100%;
    line-height: 48px;
    border-radius: 50px;
    border:2px solid #e0e0e0;
    padding:0 20px;
}
#code input{
    outline: none; 
    border:none;
    font-size: 16px;
    color: #999999;
    width: calc(100% - 140px)
}
#code a{
    display: block;
    width: 140px;
}
.mess_c{
    width: 48%;
}
.mess_c textarea{
    display: block;
    width: 100%;
    height: 324px;
    line-height: 48px;
    border-radius: 25px;
    border:2px solid #e0e0e0;
    padding:0 20px;
    font-size: 16px;
    color: #999999;
    font-family: "微软雅黑";
    outline: none;
}
.mess_btn input{
    display: block;
    width: 160px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    background:#0d4da1;
    border-radius: 25px;
    margin:70px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
.download_t{
    display: flex;
    height: 60px;
    align-items: center;
    background:#0047b1;
    border-radius: 15px;
    padding:0 40px 0 50px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
}
.download_t1{
    width: calc(100% - 50px);
    padding-left: 48px;
    background:url(/template/default/images/pdf.png) no-repeat left center;
}
.download_t2{
    width: 50px;
    text-align: center;
}
.download_list li{
    margin-bottom: 16px;
}
.download_list li a{
    display: flex;
    height: 56px;
    align-items: center;
    border-radius: 15px;
    padding:0 40px 0 50px;
    border:1px solid #ebebeb;
}
.download_list li a p{
    font-size: 16px;
    color: #4c4c4c;
    width: calc(100% - 50px);
    line-height: 1.4;
}
.download_list li a .img1{
    text-align: center;
    width: 50px;
}
.download_list li a .img1 img{
    max-height: 20px;
}
.download_list li a:hover{
    border:1px solid #0047b1;
}
.download_list li a:hover p{
    color: #0047b1;
}
@media(max-width: 1600px){
    .sort li{
        margin-right: 50px;
    }
    .sort li a{
        font-size: 16px;
    }
    .index_t2 h2{
        font-size: 24px;
    }
    .index_t2 p{
        font-size: 15px;
    }
    .message ul li input,.mess_c textarea,#code input{
        font-size: 15px;
    }
    .download_t{
        padding: 0 35px;
        height: 60px;
        font-size: 17px;
    }
    .download_list li {
        margin-bottom: 15px;
    }
    .download_list li a p{
        font-size:15px;
    }
    .download_list li a {
        height: 50px;
        padding: 0 35px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 990px){
    .sort li{
        margin-right: 30px;
    }    
    .sort li a{
        font-size: 15px;
    }

}
@media(max-width: 820px){
    .sort{
        position: relative;
        margin-bottom: 20px;
    }
    .sort li a {
        padding-bottom: 0px;
        line-height: 34px;
    }
    .mess_btn input {
        width: 140px;
        line-height: 36px;
        font-size: 16px;
        margin: 50px auto 0;
    } 
    .download_t{
        padding: 0 25px;
        height: 50px;
        font-size: 16px;
    }
    .download_list li {
        margin-bottom: 12px;
    }
    .download_list li a {
        height: 50px;
        padding: 0 25px;
    }   
}
@media(max-width: 640px){
    .sort li{
        margin-right: 11px;
    }
/*    .sort li a {
        padding-bottom: 6px;
    }*/
    .index_t2 h2{
        font-size: 20px;
    }
    .index_t2 p{
        font-size: 14px;
    }
    .message ul .mess_li{
        width: 100%;
        margin-right: 0;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li input{
        font-size: 14px;
        line-height: 36px;
        border: 1px solid #e0e0e0;
    }
    #code{
        margin-bottom: 10px;
        line-height: 36px;
        border: 1px solid #e0e0e0;
    }
    #code input {
        font-size: 14px;
    }
    .mess_c textarea{
        font-size: 14px;
        line-height: 36px;
        height: 130px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
    }
    .mess_c{
        width: 100%;
    }
    .mess_btn input {
        width: 110px;
        font-size: 15px;
        margin: 20px auto 0;
    }
    .download_t{
        padding: 0 15px;
/*        height: 42px;
        font-size: 16px;*/
        margin-bottom: 10px;
    }
    .download_t1{
        padding-left: 40px;
    }
    .download_list li {
        margin-bottom: 10px;
    }
    .download_list li a {
/*        height: 42px;*/
        padding: 0 15px;
    }
    .download_list li a p{
        font-size: 15px;
    }
}
@media(max-width: 460px){
    
}


.n_news{
    padding:60px 0 190px
}
h2.t2{
    margin-bottom: 70px;
    font-size: 40px;
    color: #1a1a1a;
    position: relative;
    line-height: 40px;

}
h2.t2:before{
    content:'';
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#e0e0e0;
}
h2.t2 span{
    display: inline-block;
    padding-bottom: 16px;
    position: relative;
}
h2.t2 span:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#0d4da1;    
}
.news_list{

}
.news_list li{
    padding:22px 0;
    border-bottom: 1px solid #e0e0e0;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
}
.news_list li a .img{
    width: 28%;
    border-radius: 15px;
}
.news_list li a .img img{
    width: 100%;
}
.news_list li a .text{
    color: #333333;  
    width: calc(72% - 105px);  
    padding:10px 10% 10px 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_list li a .text h3{
    font-size: 24px;
    line-height: 1.4;
}
.news_list li a .text p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:10px 0 40px;
    line-height: 1.8;
}
.news_list li a .text font{
    display: none;
    font-size: 16px;
    color: #999999;
}
.news_list li a .text span{
    display: block;
    width: 124px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #0d4da1;
    border-radius: 10px;    
}
.news_list li a .date{
    width: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_list li a .date font{
    display: block;
    font-size: 36px;
    color: #35312f;
    font-weight: bold;
    line-height: 1.6;
}
.news_list li a .date em{
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #999999;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a:hover .text h3{
    color: #0d4da1;
}
.news_list li:nth-child(1){
    margin-bottom: 48px;
    padding:0;
    border:none;
}
.news_list li:nth-child(1) a .img{
    width: 54%;
}
.news_list li:nth-child(1) a .text{
    width: 46%;
    padding:15px 0 15px 10%;
}
.news_list li:nth-child(1) a .text h3{
    font-size: 28px;
}
.news_list li:nth-child(1) a .text p{
    -webkit-line-clamp: 4;
    margin:15px 0 25px;
}
.news_list li:nth-child(1) a .text font{
    display: block;
    margin-bottom: 45px;
}
.news_list li:nth-child(1) a .date{
    display: none;
}
.news_list li:last-child{
    border:none;
}
.news_detail{

}
.news_detail h1{
    font-size: 26px;
    color: #333;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;    
}
.info_title {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content {
    font-size: 16px;
    margin-bottom: 15px;
}
@media(max-width: 1600px){
    .h80{
        height: 60px;
    }
    .n_news {
        padding: 60px 0 100px;
    }
    h2.t2{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .news_list li:nth-child(1) a .text {
        padding: 15px 0 15px 5%;
    }
    .news_list li:nth-child(1) a .text h3{
        font-size: 24px;
    }
    .news_list li:nth-child(1) a .text p {
        margin: 10px 0 15px;
        font-size: 15px;
    }
    .news_list li:nth-child(1) a .text font{
        margin-bottom: 25px;
    }
    .news_list li a .text {
        padding: 10px 10% 10px 40px;
    }
    .news_list li a .text h3{
        font-size: 20px;
    }
    .news_list li a .text p{
        font-size: 15px;
        margin:10px 0 25px;
    }
    .news_list li a .date font{
        font-size: 28px;
    }
    .news_detail h1{
        font-size: 24px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    h2.t2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .news_list li:nth-child(1){
        margin-bottom: 30px;
    }
    .news_list li:nth-child(1) a .img{
        width: 45%;
    }
    .news_list li:nth-child(1) a .text{
        width: 55%;
        padding: 15px 0 15px 3%;
    }
    .news_list li:nth-child(1) a .text h3{
        font-size: 20px;
    }
    .news_list li:nth-child(1) a .text p {
        margin: 5px 0 10px;
        font-size: 14px;
    }
    .news_list li:nth-child(1) a .text font{
        margin-bottom: 15px;
    }
    .news_list li a .text span {
        width: 100px;
        line-height: 36px;
        font-size: 13px;
    }
    .news_list li a .text {
        padding: 10px 5% 10px 30px;
    }
    .news_list li a .text h3{
        font-size: 17px;
    }
    .news_list li a .text p{
        font-size: 14px;
        margin:5px 0 15px;
    }
    .news_list li a .date font{
        font-size: 24px;
    }
    .news_list li a .date em{
        font-size: 15px;
    }
}
@media(max-width: 1024px){
    .h80{
        height: 50px;
    }  
    .news_detail h1{
        font-size: 20px;
    }  
}
@media(max-width: 820px){
    .h80{
        height: 40px;
    }
    .n_news {
        padding: 50px 0;
    }    
    h2.t2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    h2.t2 span{
        padding-bottom: 10px;
    }
    .news_list li:nth-child(1) {
        margin-bottom: 15px;
    }
    .news_list li:nth-child(1) a .img{
        width: 100%;
    }
    .news_list li:nth-child(1) a .text{
        width: 100%;
        padding: 15px 0%;
    }
    .news_list li:nth-child(1) a .text h3{
        font-size: 17px;
    }
    .news_list li:nth-child(1) a .text font{
        margin-bottom: 10px;
    }
    .news_list li{
        padding:16px 0;
    }
    .news_list li a .text {
        padding: 10px 3% 10px 30px;
    }
    .news_list li a .text p {
        margin: 5px 0 10px;
    }
    .news_list li a .date font{
        font-size: 22px;
    }
    .news_detail h1{
        font-size: 18px;
    }
    .info_title {
        padding-bottom: 7px;
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
    .n_news {
        padding: 35px 0;
    }  
    h2.t2 span{
        padding-bottom: 6px;
    }
    .news_list li{
        padding:12px 0;
    }
    .news_list li a .img{
        width: 100%;
    }  
    .news_list li a .text {
        width: 100%;
        padding: 15px 0px 0;
    }
    .news_list li:nth-child(1) a .text h3,.news_list li a .text h3{
        font-size: 16px;
    }
    .news_list li a .date{
        display: none;
    }  
}
@media(max-width: 460px){
    
}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#0d4da1;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0d4da1;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #0d4da1;
    vertical-align: middle;
    border: 1px solid #0d4da1; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0d4da1;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(/template/default/images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    /*display: none;*/
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #0d4da1;
    background: #0d4da1;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #0d4da1;
    background: #0d4da1;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #0d4da1;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none!important;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}
.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}
.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}
.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.onlineService_qq {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.onlineService_form {
    background-image: url("/template/default/images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("/template/default/images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.onlineService_whatsApp {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}
.onlineService_email {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}
.onlineService_skype {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}
.onlineService_wechat {
    background-image: url("/template/default/images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}
.for_wechat span {
    display: block;
    text-align: center;
}
.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}
.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}
.onlineservice_tips li a.for_wechat {
    height: auto;
}
.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}
.onlineservice_tips li a:hover {
    text-decoration: underline;
}
.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
    }
}<!--耗时1751455378.8441秒-->