/*头部样式*/
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    padding:0px 60px;
    position: fixed;
    top:0px;
    left:0;
    width: 100%;
    z-index: 999999;
}
#c-header.c-head-hide{
    background:#fff;
    border-bottom: 1px solid #dcdcdc;
}
.logo{
    max-width: 15%;
    display: flex;
    align-items:center;
}
.logo a .img2{
    display: none;
}
#c-header.c-head-hide .logo a .img1{
    display: none;
}
#c-header.c-head-hide .logo a .img2{
    display: inline-block;
}
.logo_text{
    font-style: italic;
    font-size:18px;
    color: #fff;
    line-height: 1.5;
    padding-left: 15px;
    position: relative;
    margin-left: 24px;
    font-family: "puhui65";
    display: none;
}
.logo_text:after{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-23px;
    width: 1px;
    height: 46px;
    background:rgba(255,255,255,.4);
}
#c-header.c-head-hide .logo_text{
    color: #333;
}
#c-header.c-head-hide .logo_text:after{
    background:rgba(0,0,0,.4);
}
.head_r{
    max-width: 82%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
a.en{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background:#eba000;
    font-size:18px;
    color: #fff;
    font-family: "puhui75";
    border-radius: 50%;
    margin-left: 20px;
}
.nav{
    display: flex;
}
.nav li{
    margin-right: 17px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding:0 8px;
    font-family: "puhui75";
    line-height: 94px;
    position: relative;
}
.nav li a.a1:after{
    content:'';
    width: 0%;
    height: 3px;
    background:#e69d00;
    position: absolute;
    bottom:15px;
    left:50%;
    transition:all 0.4s ease-out;
}
.nav li:hover a.a1:after{
    width: 100%;
    left:0;
}
#c-header.c-head-hide .nav li a.a1{
    color: #333;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:94px;
    left:0px;
    z-index: 999;
    width: 100%;
    background-color: #fff;  
    border-top:1px solid #dcdcdc;
}
.nav li .b_nav.on{
    display: block;
}
.nav li .b_nav_a{
    display: flex;
    justify-content: center;
    align-items:center;
    padding:50px 0; 
}
.nav li .b_nav_a a{
    font-size: 18px;
    color: #666;  
    line-height: 2em;  
    padding:0;
    margin:0 20px;
    transition:all 0.4s ease-out;
}
.nav li .b_nav_a a:hover{
    color: #004098;
}
.b_nav_a a .ico{
    width: 57px;
    height: 57px;
    position: relative;
    overflow: hidden;
    margin:0 auto 10px;
}
.b_nav_a a .ico img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.b_nav_a a:hover .ico img{
    top:-57px;
}
.nav li .b_nav_a2{
    /*justify-content: space-between;*/
}
.nav li .b_nav_a2 a{
    margin:0 50px;
}
.wrap{
    width: 78.125%;
    margin:0 auto;
}
.header-e{
    width: 100%;
    color: #fff;
}
.header-e .wrap{
    padding: 5.2vw 0;
    overflow: hidden;
}
.header-elt{
    float: left;
}
.header-e2{
    line-height: 1;
    font-size:60px;
}
.header-e3{
    margin-top: 25px;
    font-size:20px;
}
.header-e3>div{
    display: inline-block;
    margin-right: 50px;
}
.header-ert{
    width: 6.25vw;
    height: 6.25vw;
    text-align: center;
    line-height: 1.1;
    padding-top: 2vw;
    float: right;
    background: #004098;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size:20px;
    margin-right: 5%;
}
.header-d .solution-g{
    margin: 0 !important;
}
.header-f a{
    display: inline-block;
    line-height: 3vw;
    margin: 0 1vw;
    color: #999;
    font-size:20px;
}
.header-f a:hover{
    color: #00aea9;
    /*font-weight: bold;*/
}

@media(max-width: 1620px){
    .head{
        padding:0 35px;
    }
    .logo_text{
        font-size:16px;
        margin-left:18px;
    }
    /*.head_r{*/
    /*    max-width: 75%;*/
    /*}*/
    .nav li{
        margin-right: 5px;
    }
    .nav li a{
        font-size:16px;
        line-height: 80px;
    }
    .nav li .b_nav{
        top:80px;
    }
    .nav li .b_nav_a{
        padding: 35px 0;
    }
    .nav li .b_nav_a a{
        font-size:16px;
    }
    .b_nav_a a .ico{
        width: 45px;
        height: 45px;
    }
    .b_nav_a a .ico img{
        height:90px;
    }
    .b_nav_a a:hover .ico img{
        top:-45px;
    }
    .header-e2{
        font-size:46px;
    }
    .header-e3{
        font-size:18px;
    }
    .header-ert{
        padding-top:1.5vw;
    }
    a.en{
        margin-left: 20px;
        width: 50px;
        height: 50px;
        font-size:17px;
    }
    .wrap{
        width: 85%;
    }
}
@media(max-width: 1360px){
    .logo_text{
        font-size:14px;
        padding-left: 12px;
        margin-left: 12px;
    } 
    .nav li{
        margin-right: 0px;
    }
    a.en{
        margin-left:5px;
        width: 40px;
        height: 40px;
    }
}
@media(max-width: 1280px){
    .head{
        padding:0 25px;
    }
    .wrap{
        width: 90%;
    } 
    .logo{
        max-width: 22%;
    } 
    .nav li {
        margin-right: 0px;
    }
    a.en {
        width: 35px;
        height: 35px;
        font-size:16px;
    }
}
@media(max-width: 1219px){
    .logo_text{
        display: none;
    }
    .head_r {
        max-width: 82%;
    }

    .nav li .b_nav_a{
        padding: 30px 0;
    }
    .nav li .b_nav_a a{
        font-size:18px;
    }
    .header-e2{
        font-size:40px;
    }
    .header-e3{
        font-size:17px;
    }
    .header-ert{
        padding-top:1.2vw;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }  
    a.en{
        display: none;
    }
}
@media(max-width: 1020px){
    .head{
        padding:10px 20px;
    }

    .logo{
        max-width: 30%;
    } 
    /*.logo_text{*/
    /*    display: block;*/
    /*} */
}
@media(max-width: 991px){
    .wrap{
        width: 94%;
    }  
    .logo{
        max-width: 40%;
    }    
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    .logo{
        width: 75%;
        max-width:75%;
    }
    .menu-button{
        top:25px;
    }

}

.index_banner{
    position: relative;
}
#c-banner1 .swiper-wrapper{
    width: 100%;
    height: 56.25vw;
    max-height: 100vh;
}
.imgBj {
    background: no-repeat center;
    background-size: cover;
}
.imgBj.pos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#c-banner1 .swiper-pagination{
    bottom:40px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background:#b3b3b3;
    opacity: 1;
    margin:0 12px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    width: 74px;
    background:#e69d00;
}

.md-show {
    display: none;
}
@media(max-width: 1600px){
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin:0 8px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
        width: 55px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){

}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .pc-show{
        display: none;
    }
    .md-show{
        display: block;
    }
    #c-banner1 .swiper-wrapper{
        height: 85vh;
    }
}
@media(max-width: 640px){
    #c-banner1 .swiper-wrapper{
        height:auto;
    }
    .imgBj.pos{
        position:relative;
    }
}


.index_about{
    padding:100px 0;
}
.index_about_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_about_c .text{
    width: 44.5%;
}   
.index_t1{

}
.index_t1 h2{
    font-size:32px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
}
.index_about_c .text .txt{
    margin:30px 0 80px;
    font-size:18px;
    color: #999999;
}
a.more1{
    font-size:18px;
    color: #1a1a1a;
    display: inline-block;
    line-height: 49px;
}
a.more1 i{
    display: inline-block;
    margin-left: 25px;
    transition:all 0.3s ease-out;
}
a.more1:hover{
    color: #004098;
}
a.more1:hover i{
    transform:rotate(45deg);
}
.index_about_c .img1{
    width: 52%;    
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:98px;
}
.num_list li{
    min-width: 275px;
}
.num_list li .ico{

}
.num_list li p{
    margin:10px 0;
}
.num_list li p span{
    font-size:56px;
    color: #1a1a1a;
    font-family: "puhui85";
    line-height: 1;
}
.num_list li p sub{
    font-size:32px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1;
    margin-left: 18px;
}
.num_list li font{
    font-size:18px;
    color: #747474;
    font-family: "puhui45";
}

@media(max-width: 1600px){
    .index_t1 h2{
        font-size:28px;
    }
    .index_about_c .text .txt {
        margin: 20px 0 50px;
        font-size: 15px;
    }
    .num_list li p span{
        font-size:46px;
    }
    .num_list li p sub{
        font-size:20px;
        margin-left: 10px;
    }
}
@media(max-width: 1280px){
    .index_about{
        padding:75px 0;
    }
    .index_t1 h2{
        font-size:24px;
    }
    .num_list li{
        min-width: 240px;
    }
    .num_list li p span{
        font-size:42px;
    }
    .num_list li p sub{
        font-size:17px;
    }
}
@media(max-width: 1199px){
    .index_t1 h2{
        font-size:20px;
    }
    .num_list li{
        min-width: 200px;
    }
    .num_list li p span{
        font-size:36px;
    }
    .num_list li p sub{
        font-size:16px;
        margin-left: 5px;
    }
}
@media(max-width: 991px){
    .num_list li {
        min-width: 180px;
    }
    .num_list li p{
        line-height: 1;
        margin:15px 0 5px;
    }
    .num_list li p span{
        font-size:32px;
    }
    .num_list li p sub{
        font-size:15px;
    }
}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .index_t1 h2{
        font-size:18px;
    }
    .num_list{
        margin:55px auto 0;
    }
    .num_list li {
        min-width: 150px;
    }
    .num_list li p span{
        font-size:28px;
    }
    .index_about_c .text .txt {
        margin: 15px 0 35px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:35px 0;
    }   
    .index_t1 h2{
        font-size:17px;
    }
    .index_about_c .text{
        width: 100%;
    }
    .index_about_c .img1{
        width: 100%;
        margin-top:20px;
    }
    .num_list li{
        margin-bottom: 15px;
    }
    .num_list li p span {
        font-size: 24px;
    }
    .num_list li p sub {
        font-size: 14px;
    }
    .num_list li font{
        font-size:14px;
    }
}
@media(max-width: 460px){
    .num_list{
        margin:30px auto 0;
    }
    .num_list li {
        width: 50%;
        text-align: center;
    }
    .num_list li .ico img{
        max-height: 35px;
    }
}


.index_product{
    padding:120px 0 85px;
    background:url(../images/index_p_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_t2{
    text-align: center;
}
.index_t2 h2{
    font-size:52px;
    color: #333;
    line-height: 1;
}
.index_product .index_t2{
    text-align: left;
}
.index_product_top{
    min-height:550px;
}
.index_product_top .text{
    width: 30%;
    float: left;
}
.index_product_top .text h3{
    font-size:36px;
    color: #1a1a1a;
    line-height: 1;
    margin-top:110px;
}
.index_product_top .text p{
    font-size:18px;
    color: #909399;
    line-height: 1.8;
    margin:18px 0 55px;
}
.index_product_top_c .txt{
    display: none;
}


.index_product_top .imgs{
    width: 62%;
    float: right;
    padding-top:50px;
    text-align: center;
}
.index_product_top .imgs .img1{
    display: none;
    text-align: center;
}
.index_product_bottom{
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    margin-top:50px;
}
.index_product_bottom a{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:16px;
    color: #666666;
    background:#fff;
    border-radius: 6px;
    height: 66px;
    width: calc(100% / 7 - 8.5px);
    margin-right: 8.5px;
    cursor: pointer;
    padding:5px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 6px;
}
.index_product_bottom a:last-child{
    margin-right: 0;
}
.index_product_bottom a.cur,.index_product_bottom a:hover{
    color: #fff;
    background:#004098;
}
@media(max-width: 1600px){
    .index_product {
        padding: 100px 0 85px;
    }
    .index_t2 h2{
        font-size:42px;
    }
    .index_product_top{
        min-height:480px;
    }
    .index_product_top .text h3{
        font-size:30px;
        margin-top: 60px;
    }
    .index_product_top .text p {
        font-size: 15px;
        margin: 18px 0 40px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:85px 0 ;
    }
    .index_t2 h2{
        font-size:36px;
    }
    .index_product_top{
        min-height:420px;
    }
    .index_product_bottom{
        flex-wrap:wrap;
    }
    .index_product_bottom a{
        height: 60px;
        font-size:14px;
        width:auto;
    }
}
@media(max-width: 1199px){
    .index_t2 h2{
        font-size:32px;
    }
}
@media(max-width: 991px){
    .index_product_top {
        min-height: 360px;
    }
    .index_product_top .text{
        width: 37%;
    }
    .index_product_top .text h3 {
        font-size: 26px;
        margin-top: 40px;
    }
    .index_product_bottom{
        margin-top:30px;
    }
    .index_product_bottom a {
        height: 55px;
        font-size:14px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0 ;
    }
    .index_t2 h2{
        font-size:28px;
    }

}
@media(max-width: 640px){
    .index_product{
        padding:35px 0 ;
    }
    .index_t2 h2{
        font-size:22px;
    }  
    .index_product_top .text{
        width: 100%;
    } 
    .index_product_top .text p {
        margin: 15px 0 25px;
    }
    .index_product_top .imgs{
        width: 100%;
        padding-top:25px;
    }
    .index_product_bottom a{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 10px;
        font-size:13px;
        height: 50px;
    }
    .index_product_bottom a:nth-child(3n){
        margin-right: 0;
    }
    .index_product_bottom a:last-child{
        width:60%;
    }
}




.index_case{
    padding:115px 0 0;
    background:url(../images/index_c_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_case .index_t2 h2{
    color: #fff;
}
.index_case_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-end;
    margin-bottom: 54px;
}
.c_sort{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top:25px;
}
.c_sort a{
    display: flex;
    align-items:center;
    justify-content: center;
    height: 54px;
    padding:0 25px;
    border:2px solid #fff;
    font-size:16px;
    color: #fff;
    margin-right: 15px;
    border-radius: 6px;
    cursor: pointer;
    line-height: 1.2;
}
.c_sort a:last-child{
    margin-right: 0;
}
.c_sort a:hover,.c_sort a.cur,.c_sort a.swiper-slide-active{
    background:#fff;
    color: #1a1a1a;
}
.index_case_c{
    margin-left: 10.875%;
    width: calc(100% - 10.875%);
    position: relative;
}
.index_case_c:after{
    content:'';
    position: absolute;
    top:0;
    left:-10%;
    width: 10%;
    height: 100%;
    background: rgba(255,255,255,.1);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.index_case_c .swiper-slide{
    /*display: none;*/
    display: flex;
}
.index_case_cont{
    display: flex;
    flex-wrap: wrap;
    background:#f0f2f5;
    width: 100%;
}
.index_case_cont .text{
    padding: 110px 96px 125px;
    width: 41%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index_case_cont .text .txt{
    margin-bottom: 30px;
}
.index_case_cont .text h3{
    font-size:40px;
    color: #333333;
    line-height: 1;
    font-family: "puhui65";
}
.index_case_cont .text p{
    font-size:18px;
    color: #999999;
    line-height: 1.8;
    margin-top:32px;
}


.index_case_cont .img{
    width: 59%;
}
@media(max-width: 1600px){
    .c_sort a{
        padding:0 15px;
        font-size:14px;
    }
    .index_case_c{
        margin-left: 7.5%;
        width: calc(100% - 7.5%);
    }
    .index_case_c:after{
        left: -7%;
        width: 7%;        
    }
    .index_case_cont .text{
        padding:65px 50px;
    }
    .index_case_cont .text h3{
        font-size:32px;
    }
    .index_case_cont .text p{
        font-size:16px;
    }
    a.more1{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index_case {
        padding: 90px 0 0;
    }
    .index_case_top{
        margin-bottom: 40px;
    }
    .index_case_c{
        margin-left: 5%;
        width: calc(100% - 5%);
    }
    .index_case_c:after{
        left: -5%;
        width: 5%;        
    }
    .index_case_cont .text {
        padding: 50px 35px;
    }
    .index_case_cont .text h3 {
        font-size: 26px;
    }
    .index_case_cont .text p{
        margin-top:20px;
    }
}
@media(max-width: 1199px){
    .c_sort a{
        padding: 0 12px;
        font-size:14px;
        height: 46px;
        margin-right: 10px;
    }
    .index_case_cont .text {
        padding: 30px 20px;
    }
    .index_case_cont .text h3 {
        font-size: 22px;
    }
    .index_case_cont .text p {
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .index_case {
        padding: 75px 0 0;
    }
/*    .c_sort{
        display: none;
    }*/
    .index_case_c{
        margin-left: 3%;
        width: calc(100% - 3%);
    }
    .index_case_c:after{
        display:none;
    }
}
@media(max-width: 820px){
    .index_case {
        padding: 55px 0 0;
    }
    .index_case_top {
        margin-bottom: 25px;
    }
    .c_sort{
        width: 100%;
        margin-top:25px;
    }
    .index_case_cont .text .txt{
        margin-bottom: 15px;
    }
    .index_case_cont .text p {
        font-size: 14px;
        margin-top:15px;
    }
    a.more1 i{
        width: 36px;
    }
}
@media(max-width: 640px){
    .index_case {
        padding: 35px 0 0;
    } 
    .index_case_top {
        margin-bottom: 15px;
    }  
    .c_sort{
        
    }
    .c_sort a{
        margin-bottom: 10px;
        padding: 0 10px;
        font-size: 13px;
        height: 40px;
        margin-right: 8px;
    }
    .index_case_c{
        /*padding:0 3%;*/
        width:94%;
    }
    .index_case_cont .text{
        width: 100%;
    }
    .index_case_cont .img{
        width: 100%;
    }
}


.index_choose{
    padding:128px 0 0;
}
.index_t2 p{
    margin-top:30px;
    font-size:18px;
    color: #808080;
    line-height: 1.6;
}
.choose1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:70px 0 52px;
}
.choose1 li{
    max-width: 20%;
    text-align: center;
}
.choose1 li .img1{
    line-height: 87px;
}
.choose1 li h3{
    font-size:24px;
    color: #1a1a1a;
    line-height: 1;
    margin:30px 0 10px;
}
.choose1 li p{
    font-size:16px;
    color: #808080;
    font-family: "puhui45";
    line-height: 1.6;
}
.choose2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 85px;
}
.choose2 li{
    width: 32%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    height: 200px;
    padding:0 25px;
    background:#e7ecf2;
    border-radius: 10px;
    cursor: pointer;
}
.choose2 li:last-child{
    margin-right: 0;
}
.choose2 li .img{
    width: 100px;
}
.choose2 li .img .img2{
    display: none;
}
.choose2 li .txt{
    width: calc(100% - 100px);
    padding-left: 10px;
}
.choose2 li .txt h3{
    font-size:22px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1;
    margin-bottom: 12px;
}
.choose2 li .txt p{
    font-size:14px;
    color: #4c4c4c;
    line-height: 1.6;
}
.choose2 li:hover{
    background:#004098;
}
.choose2 li:hover .img .img1{
    display: none;
}
.choose2 li:hover .img .img2{
    display: inline-block;
}
.choose2 li:hover .txt h3,.choose2 li:hover .txt p{
    color: #fff;
}
.index_more{
    display: flex;
    justify-content: center;
}
a.more1 span{
    position: relative;
    display: inline-block;
    line-height: 1.6;
}
a.more1 span:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 2px;
    background:#004098;
    transition:all 0.4s ease-out;
}
a.more1:hover span:after{
    width: 100%;
    left:0;
}
@media(max-width: 1600px){
    .index_choose{
        padding:100px 0 0;
    }
    .index_t2 p{
        margin-top:15px;
        font-size:16px;
    }
    .choose1 {
        margin: 55px 0 52px;
    }
    .choose1 li h3 {
        font-size: 20px;
        margin: 20px 0 2px;
    }
    .choose1 li p{
        font-size:14px;
    }
    .choose2{
        margin-bottom: 55px;
    }
    .choose2 li{
        padding:0 15px;
        height: 180px;
    }
    .choose2 li .img{
        width: 55px;
    }
    .choose2 li .txt{
        width: calc(100% - 55px);
    }
    .choose2 li .txt h3{
        font-size:18px;
    }
    .choose2 li .txt p{
        font-size:13px;
    }
}
@media(max-width: 1280px){
    .index_choose{
        padding:75px 0 0;
    }
}
@media(max-width: 1199px){
    .choose1 li .img1 {
        line-height: 70px;
    }
    .choose1 li .img1 img{
        max-height: 70px;
    }
    .choose1 li p{
        font-size:13px;
    }
    .choose2 li {
        padding: 0 20px;
        height: 170px;
    }
    .choose2 li .img{
        width: 30%;
    }
    .choose2 li .img img{
        max-width: 75px;
    }
    .choose2 li .text{
        width: 70%;
    }
    .choose2 li .txt h3 {
        font-size: 17px;
    }
    .choose2 li .txt p {
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .choose1 li .img1 {
        line-height: 55px;
    }
    .choose1 li .img1 img{
        max-height: 55px;
    }

}
@media(max-width: 820px){
    .index_choose{
        padding:55px 0 0;
    }
    .choose1 {
        margin: 35px 0;
    }
    .choose1 li .img1 {
        line-height: 45px;
    }
    .choose1 li .img1 img{
        max-height: 45px;
    }
    .choose1 li h3{
        font-size:18px;
    }
    .choose2{
        margin-bottom: 35px;
    }
    .choose2 li {
        padding: 0 15px;
        height: 150px;
        width: 49%;
        margin-bottom: 12px;
    }
    .choose2 li:nth-child(2){
        margin-right: 0;
    }
    .choose2 li .txt h3 {
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .choose1 {
        margin: 20px 0;
        justify-content: flex-start;
    }
    .choose1 li{
        width: calc(100% / 3);
        max-width: 100%;
        margin-bottom: 15px;
    }
    .choose1 li .img1 {
        line-height: 35px;
    }
    .choose1 li .img1 img{
        max-height: 35px;
    }
    .choose1 li h3 {
        font-size: 16px;
        margin:12px 0 2px;
    }
    .choose1 li p {
        font-size: 12px;
    }
    .choose2{
        margin-bottom: 20px;
    }
    .choose2 li{
        width: 100%;
    }
    .choose2 li .img{
        width: 45px;
    }
    .choose2 li .img img{
        width: 100%;
    }
    .choose2 li .txt{
        width: calc(100% - 45px);
    }
}
@media(max-width: 460px){

}


.index_news{
    padding:115px 0 105px;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.news_list1 li{
    width: 31%;
    margin-right: 3.5%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
}
.news_list1 li a .img{

}
.news_list1 li a p{
    font-size:16px;
    color: #004098;
    font-family: "puhui65";
    margin-top:25px;
}
.news_list1 li a h3{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.4;
    font-family: "puhui65";
    margin:15px 0;
}
.news_list1 li a .txt{
    font-size:16px;
    color: #808080;
    font-family: "puhui45";
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list1 li a .img{

}
.news_list1 li a:hover .img img{
    transform:scale(1.1);
}
.news_list1 li:hover a h3{
    color: #004098;
}
.index_bottom{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    background:#004098;
}
.index_bottom .text{
    width: 50%;
    padding-left: 10.875%;
}
.index_bottom .text .txt{
    font-size:32px;
    color: #fff;
    font-family: "puhui85";
    line-height: 1.3;
    margin-bottom: 55px;
}
.index_bottom .text a.more1{
    color: #fff;
}
.index_bottom .img{
    width: 50%;
}
.index_bottom .img:hover img{
    transform:scale(1.1);
}
.message2{
    display: flex;
    align-items:center;
    width: 100%;
    max-width: 416px;
    background:#fff;
    border-radius: 4px;
    padding:7px;
}
.message2 input.m_input{
    padding:0 5px;
    font-size:18px;
    color: #b2b2b2;
    border:none;
    outline: none;
    width: calc(100% - 134px);
    line-height: 48px;
}
.mess_tn2 button{
    width: 134px;
    height: 48px;
    background:#e69d00;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items:center;
    border:none;
    outline: none;
    cursor: pointer;
    font-size:18px;
    color: #fff;
}
.mess_tn2 button i{
    margin-left: 18px;
}
@media(max-width: 1600px){
    .index_news{
        padding:100px 0;
    }
    .news_list1 li a p{
        font-size:15px;
        margin-top:15px;
    }
    .news_list1 li a h3{
        font-size:16px;
    }
    .news_list1 li a .txt{
        font-size:15px;
    }
    .index_bottom .text{
        padding-left: 7.5%;
    }
    .index_bottom .text .txt{
        font-size:28px;
    }
}
@media(max-width: 1280px){
    .index_news{
        padding:75px 0;
    }
    .news_list1{
        margin-top:40px;
    }
    .index_bottom .text{
        padding-left: 5%;
    }
    .index_bottom .text .txt{
        font-size:24px;
    }
    .message2 input.m_input{
        font-size:16px;
    }
    .mess_tn2 button{
        font-size:16px;
    }
}
@media(max-width: 1199px){
    .news_list1 li a h3{
        font-size:15px;
        margin:10px 0;
    }
    .news_list1 li a .txt{
        font-size:13px;
    }
}
@media(max-width: 991px){
    .index_bottom .text{
        padding-left: 3%;
    }
    .index_bottom .text .txt{
        font-size:20px;
        margin-bottom: 25px;
    }
    .message2{
        max-width: 316px;
        width: 90%;
    }
}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
    .index_bottom .text .txt {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .message2 input.m_input{
        line-height: 40px;
        font-size:15px;
        width: calc(100% - 120px);
    }
    .mess_tn2 button {
        height: 40px;
        font-size: 16px;
        width: 120px;
    }
    .mess_tn2 button i {
        margin-left: 12px;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:35px 0;
    }   
    .news_list1 {
        margin-top: 25px;
    }
    /*.news_list1 li a h3{*/
    /*    font-size:14px;*/
    /*}*/
    /*.news_list1 li a .txt{*/
    /*    font-size:13px;*/
    /*}*/
    .index_bottom .text{
        width: 100%;
        padding:20px 3%;
    }
    .index_bottom .img{
        width: 100%;
    }
    .message2{
        padding:5px;
        width:100%;
    }
    .message2 input.m_input{
        width:calc(100% - 100px);
    }
    .mess_tn2 button{
        width:100px;
        font-size:14px;
    }
    .mess_tn2 button i{
        width:15px;
        margin-left:10px;
    }
}
@media(max-width: 460px){
    .news_list1 li{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}


/*页面底部*/
footer{
    background:#fff;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:75px 0 65px;
}
.foot_l{
    width: 35%;
}
.f_logo{

}
.f_contact{
    margin:30px 0 45px;
    font-size:16px;
    color: #666666;
    font-family: "puhui65";
}
.f_share{
    display: flex;
    flex-wrap: wrap;
}
.f_share li{
    position: relative;
    margin-right: 12px;
    cursor: pointer;
}
.f_share li .f_code{
    position: absolute;
    top:60px;
    width: 120px;
    left:50%;
    margin-left: -60px;
    display: none;
    background:#fff;
}
.f_share li:hover .f_code{
    display: block;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl dt{
    font-size:20px;
    color: #1a1a1a;
    font-family: "puhui85";
    margin-bottom: 16px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:16px;
    color: #999999;
    font-family: "puhui65";
}
.f_nav dl dd a:hover{
    color: #333;
}

.copyright {
    text-align: center;
    line-height: 24px;
    padding:25px 0;
    color: #999;
    border-top:1px solid #ebebeb;
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size:16px;
    color: #999999;
}
.copyright a{
    font-size:16px;
    color: #999999;  
}
.copyright a:hover{
    color: #333;
}
@media(max-width: 1600px){
    .f_logo img{
        max-width: 320px;
    }
}
@media(max-width: 1280px){
    .foot{
        padding:50px 0 65px;
    }
    .f_logo img{
        max-width: 260px;
    }
    .copyright{
        padding:15px 0;
    }
    .copyright .wrap,.copyright a{
        font-size:15px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .foot{
        padding:35px 0 20px;
    }
    .foot_l{
        width: 38%;
    }
    .f_logo img{
        max-width: 220px;
    }
    .f_contact {
        margin: 25px 0 0px;
        font-size: 15px;
    }
    .f_share{
        display: none;
    }
    .f_nav{
/*        display: none;*/
    }
    .f_nav dl:nth-child(5){
        display: none;
    }
    .f_nav dl dt{
        margin-bottom: 8px;
    }
    .f_nav dl dd a{
        font-size:15px;
    }
    .copyright{
        padding:10px 0;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    } 
    .foot_l{
        width: 100%;
    } 
    .f_nav{
        display: none;
    }
    .copyright_l,.copyright_r{
        width:100%;
    }
}


/*----- 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;
}



/*------------内页-------------------*/
.h94{
    height: 94px;
    width: 100%;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 110px;
    background:#fff;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
/*    transition: 5s;
    animation: mymove4 5s*/
}
/*@keyframes mymove4 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes mymove4 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}*/
#c-header.c-head-hide.n_head{
    border-bottom:none;
}
.n_banner_text{
    background:#fff;
    padding:110px 0 0;
}
.n_banner_text .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_banner_text .text .p1{
    font-size:64px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.2;
}
.n_banner_text .text2{
    font-size:58px;
    color: #bdbfc2;
    line-height: 1;
    font-family: "puhui75";
    text-transform: uppercase;
    text-align: right;
    padding-top:25px;
}
.sitemp{
    margin-top:15px;
    font-size:20px;
    color: #808080;
    line-height: 1;
}
.sitemp a:last-child{
    font-size:20px;
    color: #333333;
    font-family: "puhui65";    
}
.sort{
    display: flex;
    flex-wrap: wrap;
    margin:58px 0;
}
.sort li{
    margin-right:14px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: flex;
    justify-content: center;
    align-items:center;
    padding:0 34px;
    height: 60px;
    border:2px solid #bccde4;
    border-radius: 6px;
    font-size:18px;
    color: #666666;
    transition: all 0.5s ease-out;
}
.sort li a:hover,.sort li a.cur{
    border:2px solid #004098;
    background:#004098;
    color: #fff;
}
@media(max-width: 1600px){
    .n_banner_text{
        padding:90px 0 0;
    }
    .n_banner_text h2{
        font-size:52px;
    }
    .n_banner_text .text .p1{
        font-size:46px;
    }
    .n_banner_text .text2{
        font-size:40px;
    }
    #c-header.c-head-hide.n_head.c-head-hide2{
        border-bottom: 1px solid #dcdcdc;
    }
    .sort li a{
        padding: 0 30px;
        height: 50px;        
    }
}
@media(max-width: 1280px){
    .n_banner_text{
        padding:70px 0 0;
    }
    .n_banner_text h2{
        font-size:46px;
    }
    .sitemp{
        font-size:17px;
    }
    .sitemp a:last-child{
        font-size:17px;  
    }
}
@media(max-width: 1020px){
    .h94{
        height: 84px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    } 
    .n_banner_text .text .p1{
        font-size:40px;
    }
    .n_banner_text .text2{
        font-size:32px;
    } 
    .sort li a{
        padding: 0 20px;
        height: 45px;        
    }  
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text{
        padding:55px 0 0;
    }
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    } 
    .n_banner_text .text .p1{
        font-size:32px;
    }
    .n_banner_text .text2{
        font-size:26px;
    }   
    .sort{
        margin:35px 0;
    }  
}
@media(max-width: 767px){
    .n_banner_text{
        padding:35px 0 5px;
    }
    .n_banner_text h2{
        font-size:26px;
    }   
    .n_banner_text .cont{
        align-items:center;
    }
    .n_banner_text .text .p1{
        font-size:26px;
    }
    .n_banner_text .text2{
        font-size:20px;
        padding-top:0;
    } 
    .contact_banner_text .text2{
        display: none;
    }  
    .n_banner:after{
        top:-2px;
        height: 55px;
    }
    .sitemp{
        margin-top:25px;
        font-size:15px;
    }
    .sitemp a:last-child{
        font-size:15px;  
    }
    .sort{
        margin:25px 0;
    }
    .sort li{
        margin-right: 7px;
    }
    .sort li a{
        padding: 0 10px;
        height: 36px; 
        font-size:15px;       
    }  
}


.n_banner3{
    position: relative;
}
.sitemp3{
    position: absolute;
    bottom:80px;
    left:0;
    width: 100%;
    font-size:20px;
    color: #fff;
    line-height: 1;
}
.sitemp3 a{
    font-size:20px;
    color: #fff;
    font-family: "puhui65";
}
.p_sort{

}
.p_sort li{
    /*width: calc(12.5% - 7px);*/
    margin-right: 8px;
    margin-bottom: 6px;
}
.p_sort li:last-child{
    margin-right: 0;
}
.p_sort li a{
    font-size: 15px;
    line-height: 1.1;
    text-align: center;
    padding:5px 10px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    position: relative;
    width: calc(100% / 3);
    text-align: center;
    background:#ebeef2;
}
.product_list li:nth-child(2n){
    background:#f6f7f9;
}
.product_list li a.img{
    display: block;
    line-height: 510px;
    width: 100%;
    padding:20px 35px;
}
.product_list li a.img img{
    max-height: 320px;
}
.product_list li h3 a{
    display: flex;
    justify-content: center;
    align-items:center;
    height: 90px;
    font-size:16px;
    color: #666666;
    line-height: 1.4;
    font-family: "puhui65";
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    transition:all 0.5s ease-out;
}
/*.product_list li:hover a.img img{
    transform:scale(1.05);
}*/
.product_list li:hover h3 a{
    background:#2236a1;
    color: #fff;
}
.p_consult{
    position: absolute;
    top:40px;
    right:30px;
    width: 68px;
    height: 43px;
    background:#fff;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 21.35px;
    transition:all 0.5s ease-out;
}
.p_consult span{
    font-size:0;
    color: #fff;
}
.p_consult i{
    width: 27px;
    height: 23px;
    background:url(../images/xj.png) no-repeat center;
}
.product_list li .p_consult:hover{
    background:#eba000;
    width: 125px;
}
.product_list li .p_consult:hover span{
    font-size:19px;
    margin-right: 14px;
}
.p_more{
    text-align: center;
    margin:45px 0 60px;
}

.pd1{
    background:url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    padding:190px 0 45px;
}
.pd1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pd1 .img2{
    position: absolute;
    bottom: -35px;
    right: 37%;
    z-index: 9;
}
.pd1 .text{
    color: #fff;
    width: 60%;
    padding-top:60px;
}
.pd1 h1{
    font-size:52px;
    line-height: 1;
    font-family: "puhui95";
}
.pd1 .txt{
    font-size:30px;
    line-height: 1.6;
    margin-top:30px;
    margin-bottom: 60px;
    position: relative;
}
.pd1 .txt strong{
    font-family: "puhui85";
    position: relative;
    z-index: 9;
}
.pd1 .txt strong:after{
    content:'';
    position: absolute;
    left:0;
    bottom:1px;
    width: 100%;
    height: 11px;
    background:#e69d00;
    z-index: -1;
}
.pd1 .img{
    width: 36%;
    text-align: right;
}
.p_sitemp{
    margin-top:50px;
    font-size:20px;
    color: #808080;
}
.p_sitemp a{
    font-size:20px;
    color: #808080;
}
.p_sitemp a:last-child{
    color: #333;
    font-family: "puhui65";
}
.product_detail{
    padding:88px 0;
}
.p_detail{
    float: left;
    width: 60%;
}
.p_t1{
    font-size:30px;
    color: #2c2c2c;
    line-height: 1;
    padding-bottom: 14px;
}
.p_detail .p_t1{
    border-bottom: 2px solid #cccccc;
}
.p_detail .p_t1 span{
    display: inline-block;
    position: relative;
}
.p_detail .p_t1 span:after{
    content:'';
    position: absolute;
    bottom:-16px;
    left:0;
    width: 100%;
    height: 4px;
    background:#eba000;
}
.p_detail .text1{
    font-size:18px;
    line-height: 1.8;
    margin-top:30px;
}
.p_detail .text1 strong{
    font-size:24px;
    color: #eba002;
}
.p_detail .text1 a strong{
    font-size:18px!important;
    color: #666!important;
    font-weight: normal!important;
}
.p_choose{
    margin:75px 0;
    display: flex;
    flex-wrap: wrap;
}
.p_choose li{
    width: 32%;
    margin-right: 2%;
    background:#e7ecf2;
    padding:35px 48px;
    border-radius: 6px;
}
.p_choose li:nth-child(3n){
    margin-right: 0;
}
.p_choose li .img img{
    display: block;
}
.p_choose li .img .img2{
    display: none;
}
.p_choose li .txt{

}
.p_choose li .txt h3{
    font-size:28px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1.2;
    margin:30px 0 10px;
}
.p_choose li .txt p{
    font-size:16px;
    color: #4c4c4c;
    line-height: 1.6;
}
.p_detail .text2{
    text-align: center;
}
.p_detail .text2 strong{
    font-size:24px;
    color: #323232;
}
.p_choose li:hover{
    background:#004098;
}
.p_choose li:hover .img .img1{
    display: none;
}
.p_choose li:hover .img .img2{
    display: block;
}
.p_choose li:hover .txt h3,.p_choose li:hover .txt p{
    color: #fff;
}
.p_other{
    float: right;
    width: 31%;
    position: sticky;
    top: 120px;

}
.p_table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;    
    padding-bottom: 10px;
}
.p_table::-webkit-scrollbar{
  /*滚动条整体样式*/
  /*高宽分别对应横竖滚动条的尺寸*/
    width:6px;
    height:5px;
    background-color:#004098;
}

.p_table::-webkit-scrollbar-track{
  /*滚动条里面轨道*/
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius:10px;*/
    background-color:#eee;
}

.p_table::-webkit-scrollbar-thumb{
  /*滚动条里面小方块*/
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#004098;
}
.p_table table{
    min-width: 1000px;
}
.p_table table tr{
    border-bottom: 1px solid #fff;
    background: #fef2b8;
}
.p_table table tr:nth-child(2n){
    background: #fffde8;    
}
.p_table table tr td{
    border-right: 1px solid #fff;
    font-size: 14px;
    line-height: 1.4;
    padding:3px 2px;
}
.p_table table tr:nth-child(1),.p_detail table tr:nth-child(2),.p_table table tr:nth-child(1) td,.p_detail table tr:nth-child(2) td{
    background: #acaf69;
}
.p_table table tr:nth-child(1) td,.p_detail table tr:nth-child(2) td{
    color: #fff;
}
/*.p_table2 tr td{*/
/*    background: #fef2b8;*/
/*}*/
/*.p_table2 tr td:nth-child(2n){*/
/*    background: #fff;*/
/*}*/
.xg_list{
    margin-top:12px;
}
.xg_list a{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.xg_list a .img{
    width: 43%;
    background:#ebeef2;
    padding:10px 40px;
    line-height: 150px;
}
.xg_list a:nth-child(2n) .img{
    background:#f6f7f9;
}
.xg_list a .txt{
    width: 57%;
    padding:10px 0 10px 28px;
}
.xg_list a .txt h3{
    font-size:18px;
    color: #333333;
    line-height: 1.5;
    font-family: "puhui55";
    margin-bottom:15px;
}
.xg_list a .txt span{
    font-size:14px;
    color: #808080;
}
.xg_list a .txt span i{
    display: inline-block;
    width: 24px;
    margin-left: 12px;
    transition: all 0.5s ease-out;
}
.xg_list a:hover .txt h3{
    color: #004098;
}
.xg_list a:hover .txt span i{
    transform:rotate(45deg);
}
@media(max-width: 1600px){
    .sitemp3{
        bottom:50px;
        font-size:16px;
    }
    .sitemp3 a{
        font-size:16px;
    }
    .p_sort li a{
        /*padding:0 16px;*/
        font-size:14px;
    }
    .product_list li a.img {
        line-height: 460px;
        padding: 20px 30px;
    }
    .product_list li a.img img{
        max-height: 280px;
    }
    .product_list li h3 a{
        font-size:15px;
        height: 70px;
    }
    .p_consult{
        top:30px;
    }
    .pd1{
        padding-top:150px;
    }
    .pd1 h1{
        font-size:42px;
    }
    .pd1 .txt{
        font-size:24px;
    }
    .pd1 .text a img{
        max-width: 100px;
    }
    .p_detail .text1{
        font-size:16px;
    }
    .p_choose li{
        padding:30px 25px;
    }
    .p_choose li .img img{
        max-height: 70px;
    }
    .p_choose li .txt h3{
        font-size:22px;
    }
    .p_choose li .txt p{
        font-size:15px;
    }
    .xg_list a .img{
        line-height: 120px;
        padding:10px 25px;
    }
    .xg_list a .txt h3{
        font-size:16px;
    }
    .p_sitemp,.p_sitemp a{
        font-size:16px;
    }
    .p_choose {
        margin: 50px 0;
    }
}
@media(max-width: 1280px){
    .p_sort li a{
        /*padding:0 12px;*/
        /*font-size:17px;*/
    } 
    .product_list li h3 a{
        font-size:14px;
        height: 60px;
    }   
    .p_choose li{
        padding:25px 20px;
    }
    .p_choose li .img img{
        max-height: 55px;
    }
    .p_choose li .txt h3{
        font-size:20px;
        margin: 15px 0 10px;
    }
    .product_detail{
        padding:75px 0;
    }
    .pd1 h1{
        font-size:36px;
    }
    .pd1 .txt{
        font-size:20px;
    }
    .pd1 .img2{
        max-width:120px;
    }
}
@media(max-width: 1099px){
    .product_list li a.img {
        line-height: 400px;
    } 
    .product_list li a.img img{
        max-height: 220px;
    }
    .pd1 h1{
        font-size:32px;
    }  
    .pd1 .txt{
        font-size:17px;
        margin-top: 20px;
        margin-bottom: 35px;
    } 
    .pd1 .text a img {
        max-width: 80px;
    }
}
@media(max-width: 991px){
    .sitemp3{
        bottom:30px;
        font-size:15px;
    }
    .sitemp3 a{
        font-size:15px;
    }
    .p_t1{
        font-size:26px;
    }
    .p_choose li{
        padding:20px 15px;
    }
    .p_choose li .img img{
        max-height: 45px;
    }
    .p_choose li .txt h3{
        font-size:17px;
    }
    .p_choose li .txt p {
        font-size: 14px;
    }
    .p_other{
        width: 35%;
    }
    .xg_list a .img{
        line-height: 100px;
        padding:15px 15px;
    }
    .xg_list a .txt{
        padding:10px 0 10px 15px;
    }
    .pd1 .img{
        width:40%;
    }
    .pd1 .img2{
        max-width:100px;
    }
}
@media(max-width: 820px){
    .sitemp3{
        bottom:15px;
        display:none;
    }
    .p_sort li a{
        font-size:14px;
    }
    .product_list li a.img {
        line-height: 320px;
    }
    .product_list li a.img img{
        max-height: 200px;
    }
    /*.product_list li h3 a{*/
    /*    font-size:16px;*/
    /*} */
    .p_consult{
        top:20px;
        right:20px;
    }  
    .p_detail .text1 strong,.p_detail .text2 strong{
        font-size:20px;
    }  
    .product_detail{
        padding:55px 0;
    }
    .p_choose {
        margin: 30px 0;
    }
    /*.pd1 h1{*/
    /*    font-size:26px;*/
    /*}  */
    .pd1 .txt{
        /*font-size:16px;*/
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .pd1 .txt strong:after{
        height: 6px;
    } 
}
@media(max-width: 640px){
    .p_sort li{
        width: auto;
        margin-bottom: 5px;
        margin-right:6px;
    }
    .p_sort li a {
        /*padding: 5px 12px;*/
        font-size: 13px;
        height:34px;
    }
    .product_list li{
        width: 50%;
    }
    .product_detail{
        padding:35px 0;
    }
    .p_detail{
        width: 100%;
    }
    .p_detail .text1 strong{
        font-size:18px;
    }
    .p_t1{
        font-size:24px;
    }
    .p_other{
        display: none;
    }
    .p_choose {
        margin: 20px 0;
    }
    .pd1{
        padding:120px 0 55px;
    }
    .pd1 .text{
        padding-top:0;
        width: 100%;
        text-align:center;
    }
    .pd1 .img{
        width: 100%;
        margin:20px auto 0;
    }
    .pd1 .img2{
        display:none;
    }
}
@media(max-width: 460px){
    .product_list li{
        width: 100%;
    }
    .product_list li a.img {
        line-height: 320px;
        padding:20px 45px;
    }
    .product_list li a.img img{
        max-height: 240px;
    }
    .product_list li h3 a{
        position: relative;
        font-size:13px;
        padding:5px;
    }
    .p_more {
        margin: 25px 0 30px;
    }
    .p_more img{
        max-width: 160px;
    }
    .p_sitemp{
        margin-top:30px;
    }
    .p_choose li{
        width: 49%;
        margin-bottom:12px;
    }
    .p_choose li:nth-child(2n){
        margin-right:0;
    }
}


.n_banner_text3{
    position: relative;
    padding: 110px 0 120px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
}
.n_banner_text3 .text2{
    font-size:534px;
    color: #c1c2c5;
    line-height: .8;
    font-family: "Impact";
    position: absolute;
    right:60px;
    bottom:0;
    opacity: .26;
}
.n_banner_text3 .text .sitemp{
    margin-top:65px;
}
.about_banner{
    margin-top:-125px;
}
.ding{
    position: absolute;
    top:-80px;
    left:0;
    width: 100%;
}
.about1{
    padding:135px 0 35px;
    position: relative;
}
.about1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1_title{
    width: 35%;
}
.about1_title .img1{
    margin-top:90px;
}
.about1 .text{
    width: 57%;
    font-size: 16px;
    color: #666666;
}
.about1 .text p{
    margin-bottom: 22px;
}
.about1 .text p:last-child{
    margin-bottom: 0;
}
.about2{
    position: relative;
    background:url(../images/about2.jpg) no-repeat center;
    background-size: cover;
    margin-top:75px;
}
.wh_list{
    display: flex;
    flex-wrap: wrap;
}
.wh_list li{
    width: calc(100% / 3);
    text-align: center;
    color: #ffffff;
    padding:100px 20px 170px;
}
.wh_list li .p1{
    font-size:54px;
    color: #ffffff;
    font-family: "puhui85";
    line-height: 1.1;
    opacity: .4;
}
.wh_list li .line1{
    width: 48px;
    height: 4px;
    margin:30px auto 60px;
    background:#fff;
}
.wh_list li h3{
    font-size:40px;
    line-height: 1;
}
.wh_list li .txt{
    font-size:20px;
    font-family: "puhui45";
    line-height: 1.6;
    margin-top:45px;
}
.wh_list li:hover{
    background:#eba000;
}
.about3{
    padding:125px 0 100px;
    position: relative;
}
.about3 .index_t1 h2{
    text-align: center;
}
.zz_list1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:50px 0 50px;
}
.zz_list1 li{
    max-width: 32%;
}
.zz_list1 li .img{

}
.zz_list1 li p{
    text-align: center;
    line-height: 1.4;
    font-size:30px;
    color: #1a1a1a;
    margin-top:20px;
}
.honner{
    position: relative;
}
.honner .swiper-button-prev,.honner .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    top:50%;
    margin-top:-55px;
}
.honner .swiper-button-prev{
    left:-75px;
    background:url(../images/left1.png) no-repeat center #cccccc;
}
.honner .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #004098;    
}
.honner .swiper-button-next{
    right:-75px; 
    background:url(../images/right1.png) no-repeat center #cccccc;
}
.honner .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #004098;    
}
#honner,#gshj{
    padding-bottom: 80px;
}
#honner .swiper-pagination,#gshj .swiper-pagination{
    bottom:0px;
}
#honner .swiper-pagination .swiper-pagination-bullet,#gshj .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background:#b3b3b3;
    opacity: 1;
    margin:0 12px;
}
#honner .swiper-pagination .swiper-pagination-bullet-active,#gshj .swiper-pagination .swiper-pagination-bullet-active{
    width: 74px;
    background:#e69d00;
}
.about4{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.about4 .text{
    width: 42%;
    padding:30px 125px 30px 10.875%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ab4_li{
    margin-top:85px;
}
.ab4_li li{
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;   
    position: relative; 
    margin-bottom: 0px;
    padding:18px;
    cursor: pointer;
}
.ab4_li li:last-child{
    margin-bottom: 0;
}
.ab4_li li:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 8px;
    height: 8px;
    background:#cccccc;
    border-radius: 50%;
    margin-top:-4px;
}
.ab4_li_top{
    position: relative;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 3px;
}
.ab4_li li .ab4_num{
    font-size:36px;
    color: #e0e0e0;
    line-height: 1;
}
.ab4_li li .p1{
    font-size:20px;
    color: #808080;
    line-height: 1;
}
.ab4_li li .txt{
    font-size:0;
    color: #1a1a1a;
    font-size: 13px;
    line-height: 1.4;
    height: 0;
    transition:all 0.5s ease-out;
}
.ab4_li li.cur{
    border:1px solid #ccc;
    border-radius: 6px;
}
.ab4_li li.cur:before{
    width: 5px;
    height: 52px;
    background:#004098;
    margin-top:-26px;
    border-radius: 0;
    left:-3px;
}
.ab4_li li.cur .ab4_li_top{
    flex-direction: row;
}
.ab4_li li.cur .ab4_num{
    width: 46px;
    height: 20px;
    font-size:20px;
    color: #fff;
    border-radius: 10px;
    background:#004098;
    line-height: 1;
    text-align: center;
    position: absolute;
    top:-6px;
    right:0;
}
.ab4_li li.cur .p1{
    color: #333333;
}
.ab4_li li.cur .txt{
    height: auto;
    font-size:16px;
}


.about4_imgs{
    width: 58%;
}
.ab4_img{
    display: none;
}

.about5{
    padding:125px 0 170px;
    background:#f0f3f7;
    position: relative;
}
.about5 .index_t1 h2{
    text-align: center;
}
.about5 .txt1{
    font-size:18px;
    color: #666666;
    text-align: center;
    padding:30px 0 65px;
}
.ab5_li li{
    background:#ffffff;
    box-shadow: 0 0px 10px #ddd;
}
.ab5_li li:hover{
    box-shadow: 0 2px 10px #004098;    
}
.ab5_tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:15px;
}
.ab5_tab .text{
    width: 55%;
}
.ab5_tab .text h3{
    font-size:40px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.2;
}
.ab5_tab .text .txt2{
    font-size:18px;
    color: #666666;
    margin:25px 0 20px;
}
.ab5_tab .text .p2{
    font-size:20px;
    color: #1a1a1a;
    font-family: "puhui65";
    line-height: 1.6;
    margin-bottom: 70px;
}
.ab5_tab .img3{
    max-width: 40%;
}
.about6{
    padding:75px 0;
    background: #fafafa;
}
.about6 .index_t1{
    text-align: center;
}
.gshj{
    margin-top:40px;
}
.gshj .customers-2 {
    padding-top: 10px;
}
.index-customers-swiper.swiper-container-free-mode > .swiper-wrapper{transition-timing-function:linear;}
#gshj{
    padding-bottom: 30px;
}
#gshj .swiper-slide{
    text-align: center;
}
@media(max-width: 1720px){
    .n_banner_text3 .text2{
        font-size:450px;
    }
}
@media(max-width: 1600px){
    .n_banner_text3{
        padding:90px 0;
    }
    .n_banner_text3 .text2{
        font-size:360px;
        right:35px;
    }
    .about1{
        padding:95px 0 35px;
    }
    .about1 .text{
        font-size:15px;
    }
    .about1 .text p{
        margin-bottom: 15px;
    }
    .wh_list li{
        padding:75px 20px 100px;
    }
    .wh_list li .p1{
        font-size:46px;
    }
    .wh_list li h3{
        font-size:36px;
    }
    .wh_list li .line1{
        margin:25px auto 40px
    }
    .wh_list li .txt {
        font-size: 18px;
        margin-top: 30px;
    }
    .about3,.about5{
        padding:90px 0;
    }
    .zz_list1 li p {
        font-size: 24px;
        margin-top: 15px;
    }
    #honner,#gshj{
        padding-bottom: 50px;
    }
    #honner .swiper-pagination .swiper-pagination-bullet,#gshj .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    #honner .swiper-pagination .swiper-pagination-bullet-active,#gshj .swiper-pagination .swiper-pagination-bullet-active{
        width: 55px;
    }
    .about4 .text{
        padding:30px 90px 30px 7.5%;
    }
    .ab4_li{
        margin-top:50px;
    }
    .ab4_li li{
        /*height: 90px;*/
        height:auto;
    }
    .ab4_li li .txt{
        display:block;
        height:auto;
    }
    .ab4_li li.cur .ab4_num{
        top:-8px;
    }
    .ab4_li li .p1{
        font-size:18px;
    }
    .ab4_li li .ab4_num{
        font-size:32px;
    }
    .ab4_li li.cur .txt{
        font-size:13px;
    }
    .ab5_tab .text h3{
        font-size:32px;
    }
    .about5 .txt1,.ab5_tab .text .txt2{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .about_banner{
        margin-top:-100px;
    }
    .n_banner_text3{
        padding:75px 0;
    }
    .n_banner_text3 .text2{
        font-size:320px;
        right:25px;
    }   
    .n_banner_text3 .text .sitemp{
        margin-top:45px;
    } 
    .about1{
        padding:75px 0 35px;
    }
    .about2{
        margin-top:50px;
    }
    .wh_list li .p1{
        font-size:42px;
    }
    .wh_list li h3{
        font-size:32px;
    }
    .wh_list li .txt {
        font-size: 16px;
        margin-top: 20px;
    }
    .about3,.about5{
        padding:75px 0;
    }
    .zz_list1{
        margin:30px 0;
    }
    .zz_list1 li p {
        font-size: 20px;
        margin-top: 10px;
    }
    .honner .swiper-button-prev,.honner .swiper-button-next{
        display: none;
    }
    .about4 .text{
        padding:30px 50px 30px 5%;
    }
    .ab4_li{
        margin-top:35px;
    }
    .ab4_li li{
        margin-bottom: 0px;
    }
    .ab5_tab .text h3{
        font-size:28px;
    }
}
@media(max-width: 1220px){
    .n_banner_text3 .text2{
        right:20px;
    }    
}
@media(max-width: 1099px){
    .n_banner_text3 .text2{
        font-size:280px;
    }    
}
@media(max-width: 991px){
    .about_banner{
        margin-top:-75px;
    }
    .n_banner_text3 .text2{
        font-size:240px;
    } 
    .wh_list li{
        padding:75px 20px;
    }
    .wh_list li .p1{
        font-size:36px;
    }
    .wh_list li h3{
        font-size:28px;
    }
    .wh_list li .txt {
        font-size: 15px;
        margin-top: 15px;
    } 
    .about4 .text{
        padding:30px 35px 30px 3%;
    }
    .ab5_tab .text .p2{
        margin-bottom: 50px;
    }  
}
@media(max-width: 820px){
    .n_banner_text3{
        padding:55px 0;
    }
    .n_banner_text3 .text2{
        font-size:200px;
    } 
    .about1{
        padding:55px 0 20px;
    } 
    .about1_title .img1{
        margin-top:50px;
    }
    .wh_list li .line1{
        margin:20px auto 30px
    }
    .about1 .text p{
        margin-bottom: 5px;
    }  
    .about2{
        margin-top:35px;
    }
    .wh_list li{
        padding:55px 20px;
    }
    .wh_list li .p1{
        font-size:32px;
    }
    .wh_list li h3{
        font-size:24px;
    }
    .wh_list li .txt {
        font-size: 15px;
        margin-top: 10px;
    }  
    .about3,.about5{
        padding:55px 0;
    }
    .zz_list1 li p {
        font-size: 16px;
    }
    .ab4_li{
        margin-top:25px;
    }
    .ab4_li li{
        margin-bottom: 0;
        padding:12px;
    }
    .about5 .txt1{
        padding:30px 0 45px;
    }
    .ab5_tab .text h3{
        font-size:24px;
    }
    .ab5_tab .text .p2{
        margin-bottom: 35px;
    } 
    .about6{
        padding:50px 0;
    }
}
@media(max-width: 640px){
    .about_banner{
        margin-top:-50px;
    }
    .n_banner_text3{
        padding:35px 0;
    }
    .n_banner_text3 .text2{
        font-size:160px;
    } 
    .n_banner_text3 .text .sitemp{
        margin-top:30px;
    }  
    .about1{
        padding:35px 0 15px;
    }  
    .about1_title{
        width: 100%;
    } 
    .about1_title .img1{
        margin-top:25px;
    }
    .about1 .text{
        width: 100%;
        margin-top:20px;
    }
    .about2{
        margin-top:20px;
    }
    .wh_list li{
        padding:35px 10px;
    }
    .wh_list li .p1{
        font-size:24px;
    }
    .wh_list li .line1 {
        margin: 12px auto 20px;
    }
    .wh_list li h3{
        font-size:18px;
    }
    .wh_list li .txt {
        font-size: 14px;
    } 
    .about3,.about5{
        padding:35px 0;
    }
    .zz_list1 {
        margin: 20px 0;
    }
    .zz_list1 li p {
        font-size: 15px;
    }
    .ab4_li{
        margin-top:30px;
    }
    .about4{
        padding-bottom: 35px;
    }
    .about4 .text{
        width: 100%;
        padding:0px 3% 20px;
    }
    .ab4_li li{
        height: 100px;
        padding:7px 12px;
    }
    .ab4_li li .p1{
        font-size:16px;
    }
    .ab4_li li .ab4_num{
        font-size:28px;
    }
    .about4_imgs{
        width: 100%;
        padding:0 3%;
    }
    .about5 .txt1{
        padding:20px 0 25px;
    }
    .ab5_tab .text h3{
        font-size:20px;
    }
    .ab5_tab .text .p2{
        margin-bottom: 25px;
        font-size:17px;
    }
    .ab5_tab .text{
        width: 100%;
    }
    .ab5_tab .text .txt2{
        margin:15px 0;
    }
    .ab5_tab .img3{
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top:20px;
    }
    .ab5_tab .img3 img{
        width: 50%;
    }
    .about6{
        padding:35px 0;
    }
    .gshj{
        margin-top:25px;
    }
}
@media(max-width: 460px){
    .n_banner_text3 .text2{
        font-size:100px;
        line-height: 1;
    }    
}


.n_banner2{
    height: 700px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.banner_text2 .p1{
    font-size:30px;
    font-family: "puhui65";
    line-height: 1;
}
.banner_text2 h2{
    font-size:64px;
    font-family: "puhui65";
    line-height: 1;
    margin:25px 0 130px;
}
.banner_text2 .site,.banner_text2 .site a{
    font-size:20px;
    color: #cccccc;
}
.banner_text2 .site a:last-child,
.banner_text2 .site a:hover,.banner_text2 .site span{
    color: #fff;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:70px 0 55px;
}
.sort2 li{
    margin:0 60px;
}
.sort2 li a{

}
.sort2 li a i{
    display: block;
    width: 57px;
    height: 57px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin:0 auto;
}
.sort2 li a i img{
    position: absolute;
    top:0;
    left:0;
}
.sort2 li a p{
    font-size:16px;
    color: #808080;
    margin-top:8px;
}
.sort2 li:hover a i img,.sort2 li.cur a i img{
    top:-57px;
}
.sort2 li:hover a p,.sort2 li.cur a p{
    color: #1a1a1a;
}
.case1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    display: none;
}
.n_cases .case1.on{
    display: flex;
}
.case1 .img{
    width: 54%;
}
.case1 .text{
    width: 46%;
    background:#f0f2f5;
    padding:30px 100px 30px 10.875%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case1 .text h3{
    font-size:36px;
    color: #333333;
    font-family: "puhui65";
    line-height: 1;
}
.case1 .text .txt{
    font-size:18px;
    color: #999999;
    line-height: 1.8;
    margin:45px 0 125px;
}
.case_list{
    position: relative;
    padding:120px 0 90px;
}
.case_list .index_t1 h2{
    text-align: center;
    margin-bottom:40px;
}
#case{
    padding-bottom: 70px;
}
#case a{
    display: block;
    position: relative;
    text-align: center;
}
#case a .img{
    position: relative;
}
#case a span{
    display: flex;
    align-items:center;
    justify-content: center;
    width: 275px;
    height: 60px;
    border-radius: 6px;
    font-size:18px;
    color: #fff;
    position: absolute;
    top:50%;
    margin-top:0px;
    left:50%;
    margin-left: -137.5px;
    background:#004098;
    opacity: 0;
    transition: all 0.3s ease-out;
}
#case a span i{
    margin-left: 38px;
    transition: all 0.3s ease-out;
}
#case a:hover .img img{
    transform: scale(1.1);
}
#case a:hover span{
    opacity: 1;
    margin-top:-30px;
}
#case a span:hover i{
    transform:rotate(45deg);
}
#case a p{
    font-size:20px;
    color: #4c4c4c;
    margin-top:15px;
    display: none;
}
.case_list_c .swiper-button-prev,.case_list_c .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    z-index: 99;
}
.case_list_c .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center #cccccc;
    left:-75px;
}
.case_list_c .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #004098;
}
.case_list_c .swiper-button-next{
    background:url(../images/right1.png) no-repeat center #cccccc;
    right:-75px;
}
.case_list_c .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #004098;
}
#case .swiper-pagination{
    bottom:0;
}
#case .swiper-pagination .swiper-pagination-bullet-active{
    width: 74px;
    background:#e69d00;
}
#case .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
#case .swiper-pagination .swiper-pagination-bullet-active{
    width: 74px;
    background:#e69d00;
    border-radius: 9px;
}
@media(max-width: 1600px){
    .n_banner2{
        height: 550px;
    }
    .banner_text2 .p1{
        font-size:26px;
    }
    .banner_text2 h2{
        font-size:46px;
        margin: 25px 0 100px;
    }
    .banner_text2 .site, .banner_text2 .site a,.sitemp{
        font-size:16px;
    }
    .sort2{
        padding:55px 0 40px;
    }
    .sort2 li{
        margin:0 50px;
    }
    .sort2 li a p{
        font-size:15px;
    }
    .case1 .text{
        padding:30px 75px 30px 7.5%;
    }
    .case1 .text h3{
        font-size:32px;
    }
    .case1 .text .txt {
        font-size: 15px;
        margin: 30px 0 75px;
    }
    .case_list{
        padding:90px 0;
    }
    #case{
        padding-bottom: 50px;
    }
    #case a p{
        font-size:18px;
        margin-top:10px;
    }
    #case .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        margin:0 8px;
    }
    #case .swiper-pagination .swiper-pagination-bullet-active{
        width: 55px;
    }
}
@media(max-width: 1280px){
    .n_banner2{
        height: 400px;
    }
    .banner_text2 .p1{
        font-size:24px;
    }
    .banner_text2 h2{
        font-size:42px;
        margin: 25px 0 75px;
    }
    .sort2 li{
        margin:0 35px;
    }
    .case1 .text{
        padding:30px 50px 30px 5%;
    }
    .case1 .text h3{
        font-size:28px;
    }
    .case1 .text .txt {
        margin: 20px 0 55px;
        font-size:14px;
    }  
    .case_list{
        padding:75px 0;
    }  
}
@media(max-width: 1099px){
    
}
@media(max-width: 991px){
    .sort2{
        padding:40px 0 25px;
    }
    .sort2 li{
        margin:0 25px 15px;
    }
    .case1 .text{
        padding:30px 3%;
    }
    .case1 .text h3{
        font-size:26px;
    }
    .case1 .text .txt {
        margin: 15px 0 40px;
    }    
}
@media(max-width: 820px){
    .n_banner2{
        height: 350px;
    }
    .banner_text2 .p1{
        font-size:22px;
    }
    .banner_text2 h2{
        font-size:36px;
        margin: 20px 0 60px;
    }
    .sort2 li a p{
        font-size:14px;
    }
    .case1 .text h3{
        font-size:24px;
    } 
    .case1 .text .txt {
        margin: 15px 0 30px;
    } 
    .case1 .img img{
        height: 100%;
    } 
    .case_list{
        padding:55px 0;
    } 
    .case_list .index_t1 h2{
        margin-bottom: 25px;
    }   
    #case a p{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .n_banner2{
        height: 240px;
    }
    .banner_text2 .p1{
        font-size:20px;
    }
    .banner_text2 h2{
        font-size:26px;
        margin: 20px 0 50px;
    }
    .sort2{
        padding:30px 0 15px;
    }
    .sort2 li{
        margin:0 20px 15px;
    }
    .case1 .img{
        width: 100%;
    }
    .case1 .img img{
        height:auto;
    }
    .case1 .text{
        width: 100%;
    }
    .case1 .text h3{
        font-size:20px;
    }
    .case1 .text .txt {
        margin: 15px 0 20px;
    }
    .case_list{
        padding:35px 0;
    }  

}


.sitemp2{
    margin-top:70px;
}
.news_list li{
    margin-bottom: 70px;
}
.news_detail{
    padding:150px 0 70px;
    position: relative;
}
.news_detail:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f6f6fb;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}
.news_detail .wrap{
    max-width: 1250px;
    margin:0 auto;    
}
h1.title{
    font-size: 32px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.2;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 20px;
    margin-top:15px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 20px;
}
@media(max-width: 1600px){
    .sitemp2{
        margin-top:40px;
    }
    .news_list li{
        margin-bottom: 45px;
    }
    .news_detail{
        /*padding:50px 0;*/
    }
}
@media(max-width: 1280px){
    .news_list li{
        margin-bottom: 30px;
    }    
}
@media(max-width: 1099px){
    .news_detail{
        padding:120px 0 50px;
    }  
    .news_detail:after {
        clip-path: polygon(0% 7%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .news_detail{
        padding:100px 0 50px;
    }  
    .news_detail:after {
        clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
    }    
}
@media(max-width: 640px){
    .news_list li{
        margin-bottom: 20px;
    }
    .news_detail{
        padding:55px 0 35px;
    }  
    .news_detail:after {
        clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 100%);
    }  
    .info_title {
        padding-bottom: 6px;
        margin-bottom: 12px;
        margin-top: 10px;
    }   
}


.contact1{
    padding:110px 0 100px;
    position: relative;
    overflow: hidden;
}
.contact1_cont{
    width: 49%;    
}
.c_tabli{
    display: flex;
    flex-wrap: wrap;
    background:#004098;
    border-radius: 10px;
}
.c_tabli li{
    width: 50%;
    border-radius: 10px;
    line-height: 85px;
    text-align: center;
    font-size:30px;
    color: #fff;
    font-family: "puhui65";
    cursor: pointer;
}
.c_tabli li.cur{
    background:#eba000;
}
.c_tab{
    display: none;
    margin-top:60px;
}
.c_text p{
    font-size:22px;
    color: #999999;
    line-height: 1.6;
}
.c_text p:nth-child(2n){
    font-size:32px;
    color: #1a1a1a;
    margin-bottom: 50px;
    line-height: 1.2;
    margin-top:10px;
}
.c_text p:nth-child(6){
    font-size: 22px;
}
.c_code{
    display: flex;
    flex-wrap: wrap;
    padding-top:10px;
}
.c_code .txt{
    width: 37.5%;
}
.c_code .txt .p1{
    font-size:22px;
    color: #999999;
    margin-bottom: 15px;
}
.c_code .txt .p2{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.3;
}
.code_list{
    display: flex;
    flex-wrap: wrap;
    width: 62.5%;
}
.code_list li{
    text-align: center;
    width: 30%;
    margin-right: 5%;
}
.code_list li:last-child{
    margin-right: 0;
}
.code_list li .img{
    padding:5px ;
    border:1px solid #e2e2e2;
    border-radius: 4px;
}
.code_list li p{
    font-size:16px;
    color: #999999;
    margin-top:5px;
}
.c_map{
    display: none;
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    max-width: 1503px;
    height: 100%;
    z-index: -1;
}
.c_map img{
    visibility: hidden;
}

.message{
    padding:105px 0 110px;
    background:#f0f3f7;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#004098;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .c_tabli li{
        font-size:24px;
        line-height: 70px;
    }
    .c_text p,.c_code .txt .p1{
        font-size:17px;
    }
    .c_text p:nth-child(2n) {
        font-size: 24px;
        margin-bottom: 35px;
    }
    .c_text p:nth-child(6){
        font-size: 16px;
    }
    .c_code .txt .p2{
        font-size:16px;
    }
    .code_list li p{
        font-size:15px;
    }
    .message h2{
        font-size:32px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
}
@media(max-width: 1280px){
    .contact1,.message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){
    .c_tabli li{
        font-size:20px;
        line-height: 60px;
    }
    .c_text p,.c_code .txt .p1{
        font-size:15px;
    }
    .c_text p:nth-child(2n) {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .c_code .txt .p2{
        font-size:17px;
    }
    .code_list li p{
        font-size:14px;
    }   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .contact1,.message{
        padding:55px 0;
    }   
    .contact1_cont{
        width: 55%;
    } 
}
@media(max-width: 640px){
    .contact1,.message{
        padding:35px 0;
    }   
    .contact1_cont{
        width: 100%;
    } 
    .c_tabli li{
        font-size:17px;
        line-height: 50px;
    } 
    .c_tab{
        margin-top:30px;
    }
    .c_text p,.c_code .txt .p1{
        font-size:15px;
    }
    .c_text p:nth-child(2n) {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .c_code{
        display: none;
    }
    .c_code .txt .p2{
        font-size:16px;
    }
    .code_list li p{
        font-size:13px;
    }
    .message h2{
        font-size:18px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 150px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
    .c_map{
        background:none!important;
    }
    .c_map img{
        width: auto;
        height: 100%;
        max-width: none;
        visibility: visible;
        margin-left:-15%;
    }
}



#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

}
@media(max-width: 820px){

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}



h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 35%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #004098;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
.r_kf{
    position: fixed;
    bottom:20px;
    right:15px;
    z-index: 999;
    display: inline-block;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
    .r_kf{
        max-width:90px;
    }
}
@media(max-width: 991px){
    .online-server,.r_kf{
        display: none!important;
    }
    
}
@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:#004098 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#004098;color:#fff; text-decoration:none;border:#004098 1px solid;}
.pageController .currPage {background-color: #004098;color:#fff;border:#004098 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: #004098;
    vertical-align: middle;
    border: 1px solid #004098; 
    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: #004098;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    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;
    }
}


/*客服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(../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: 60px;
    height: 60px;
    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: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    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: #ffaf04;
    background: #ffaf04;
}

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

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

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


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


/*客服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("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../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("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../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;
}