/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    z-index: 999999;
    width: 100%;
/*    box-shadow: 0 0 10px #ccc;*/
    border-bottom: 1px solid #004ea2;
}
.head_top{
    background: #a6b5c3;
}
.head_top .wrap{
    display: flex;
    justify-content: flex-end;
    align-items:center;
    height: 22px;
    font-size:15px;
    color: #ffffff;
    line-height: 1;
}
.language_img{
    margin-right: 12px;
}
.language_img img{
    max-height: 15px;
}
.head_top a{
    font-size:13px;
    color: #ffffff;    
}
.head_top a.active{
    color: #000000;
}
.head_top span{
    margin:0 6px;
}
.head{
    position: relative;
}
.wrap{
    width: 84%;
    max-width: 1405px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 97px;
}
.logo{
/*    width: 30%;*/
}
.logo img{
    max-height: 26px;
}
.nav{
    display: flex;
}
.nav li{
/*    position: relative;*/
    margin-right: 55px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 97px;
}
.nav li:hover a.a1,.nav li .b_nav a:hover,.nav li.cur a.a1{
    color: #004ea2;
    font-family: "puhui85";
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:98px;
    left:0%;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px #eee;

}
.b_nav_cont{
    padding:25px;   
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
}
.nav li .b_nav a{
    font-size: 16px;
    color: #000000;  
    line-height: 1em;  
    padding:8px 0 6px;
    margin-right: 45px;
}
.nav li .b_nav a:last-child{
    margin-right: 0;
}

.h_zw{
    height:137px;
    display: none;
}
#index_banner{

}
#index_banner .img img{
    opacity: 0;
}
#index_banner .bg img{
    width: 100%;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    z-index: 99;
}
.banner_text .wrap{
  
}
.banner_text h2{
    font-size:42px;
    color: #3f3a39;
    font-family: "puhui65";
    line-height: 1.2;
}
.banner_text p{
    font-size: 21px;
    color: #3f3a39;
    line-height: 1.2;
    margin-top: 15px;
    font-family: "Arial";
}
.banner_text a{
    margin-top:50px;
}
a.more01{
    width: 125px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size:16px;
    color: #fff;
    background:#004ea2;
    line-height: 14px;
    transition: all 0.3s ease-out;
}
a.more01 i{
    transition: all 0.3s ease-out;
    width: 0;
    opacity: 0;
}
a.more01:hover{
/*    padding:0 18px 0 21px;*/
/*    justify-content: space-between;*/
}
a.more01:hover i{
    width: auto;
    opacity: 1;
    margin-left: 13px;
}
#index_banner .swiper-button-prev,#index_banner .swiper-button-next{
    width: 27px;
    height: 35px;
    margin-top:-17.5px;
    opacity: 1;
}
#index_banner .swiper-button-prev{
    left:110px; 
    background:url(../images/left1.png) no-repeat center;   
}
#index_banner .swiper-button-prev:hover{
    background:url(../images/right1_h.png) no-repeat center;   
    transform: rotate(-180deg);
}
#index_banner .swiper-button-next{
    right:110px;
    background:url(../images/left1.png) no-repeat center;   
    transform: rotate(-180deg);
}
#index_banner .swiper-button-next:hover{
    background:url(../images/right1_h.png) no-repeat center;   
    transform: rotate(-0deg);
}
#index_banner .swiper-pagination{
    bottom:30px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet{
    background:#004ea2;
    border-radius: 0;
    width: 60px;
    height: 4px;
    margin:0 10px;
    position: relative;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    background:rgba(0,0,0,.2);
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active:after{
    content:'';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background:#004ea2;
/*    transition: 5s;*/
    animation: w1 5s linear infinite;
}
@keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@media(max-width: 1760px){
    #index_banner .swiper-button-prev{
        left:50px;
    }
    #index_banner .swiper-button-next{
        right:50px;        
    }

}
@media(max-width: 1600px){
    /*.head_top .wrap{*/
    /*    height:35px;*/
    /*}*/
    /*.head_top a{*/
    /*    font-size:14px;*/
    /*}*/
    .head .wrap{
        height:70px;
    }
    .nav li a{
        line-height:70px;
    }
    .nav li .b_nav{
        top:71px;
    }
    .nav li .b_nav a{
        margin-right:35px;
    }
    .banner_text h2{
        font-size:32px;
    }
    .banner_text p{
        font-size:16px;
    }
    a.more01{
        height:50px;
        font-size:15px;
    }
    #index_banner .swiper-button-prev{
        left:35px;
    }
    #index_banner .swiper-button-next{
        right:35px;        
    }
    .h_zw {
        height: 105px;
    }
}
@media(max-width: 1280px){
    .nav li{
        margin-right:40px;
    }
    .nav li .b_nav a{
        margin-right:25px;
    }
    .banner_text h2{
        font-size:28px;
    }
    .banner_text p{
        font-size:15px;
        margin-top:10px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width:90%;
    }
    .nav li .b_nav a{
        margin-right:20px;
    }
    #index_banner .swiper-button-prev,#index_banner .swiper-button-next{
        display:none;
    }
}
@media(max-width: 1099px){
    .nav li{
        margin-right:30px;
    }
}
@media(max-width: 1024px){
    .wrap{
        width:94%;
    } 
    .banner_text h2{
        font-size:24px;
    }
    .banner_text p{
        font-size:14px;
        margin-top:5px;
    }
    a.more01{
        width: 115px;
        height: 45px;
        font-size: 14px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width:50px;
        margin:0 5px;
    }
}
@media(max-width: 991px){
    .nav li .b_nav a{
        margin-right:15px;
    }
}
@media(max-width: 820px){
    .language_img {
        margin-right: 6px;
    }
    .language_img img{
        max-width:15px;
    }
    .nav{
        display: none;
    }  
    .menu-button{
        display: block;
    }  
    .banner_text h2{
        font-size:20px;
    }
    .banner_text p{
        font-size:13px;
    }
    .banner_text a{
        margin-top:30px;
    }
    #index_banner .swiper-pagination{
        bottom:0;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width:40px;
    }
}
@media(max-width: 640px){
    .head .wrap {
        height: 60px;
    }
    .h_zw{
        height:82px;
        display:block;
    }
    .logo img{
        max-height:18px;
    }
    a.more01{
        width:90px;
        height:36px;
        font-size:13px;
    }
    a.more01:hover i{
        margin-left:10px;
    }
    #index_banner .bg{
        display:none;
    }
    #index_banner .img img{
        opacity:1;
    }
    .banner_text{
        justify-content:flex-start;
        padding-top:10%;
    }
    .banner_text h2{
        font-size:18px;
    }
    .banner_text p{
        font-size:10px;
    }
    .banner_text a{
        margin-top:15px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width:35px;
    }
}

.head_r{
    display: flex;
    align-items:center;
}
a.h_contact{
    width: 118px;
    height:45px;
    background:#004ea2;
    font-size:16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items:center;
    font-family: "puhui65";
    margin-right: 38px;
}
/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
}
.ss img:nth-child(2){
    display: none;
}
.ss.on img:nth-child(1){
    display: none;
}
.ss.on img:nth-child(2){
    display: inline-block;
}
.h_search{
    position: absolute;
    left: 0;
    top: 98px;
    width: 100%;
    height: 212px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.h_search .wrap{
    display: block;
    height: auto;
}
.ss_close{
    text-align: right;
    margin-bottom: 11px;
}
.ss_close img{
    cursor: pointer;
}
#formsearch{
    width: 100%;
    max-width: 1214px;
/*    padding: 8px 0;*/
    border: 1px solid #9fa0a0;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 60px);
    height: 26px;
    font-size:16px;
    color: #000000;
    line-height: 20px;
    padding: 3px 22px;
}
#s_btn{
    width: 60px;
    height: 60px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #153d8c;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #153d8c;
    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: #153d8c153d8c;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    a.h_contact{
        font-size:15px;
    }
    .h_search{
        top:71px;
        height:180px;
    }  
    #formsearch{
        max-width:1100px;
    }
    #keyword{
        font-size:15px;
    }
}
@media(max-width:1280px){
    a.h_contact{
        margin-right:20px;
    }
}
@media(max-width:1130px){

}
@media(max-width:991px){
    .ss img{
        max-width:18px;
    }
}
@media(max-width:820px){
    a.h_contact{
        display:none;
    }
    .ss_close img{
        max-width:20px;
    }
    .h_search{
        height:155px;
    }
    #keyword{
        width:calc(100% - 50px);
        padding:0 12px;
    }
    #s_btn{
        width:50px;
        height:50px;
    }
}
@media(max-width:640px){
    .ss img{
        max-width:15px;
    }
    .h_search{
        top:61px;
    }
    .ss_close img{
        max-width:18px;
    }
}


.index_about{
    padding:150px 0 200px;
}
.wrap2{
    width: 100%;
    max-width:1920px;
    padding:0 78px;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:42px;
    color: #000;
    line-height: 1;
}
.index_about .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:75px;
}
.index_about .img{
    width: 50%;
}
.index_about .img img{
    display: none;
}
.index_about .img:hover img{
    transform: scale(1.1);
}
.index_about .text{
    width: calc(50% - 60px);
    border-top:1px solid #c9c9ca;
    border-bottom:1px solid #c9c9ca;
    padding:50px 30px 54px;
}
.index_about .text .txt{
    font-size:16px;
    color: #727171;
    text-align: justify;
    line-height: 36px;
}
.index_about .text .more02{
    display: flex;
    justify-content: flex-end;
}
.more02 a{
    width: 118px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items:center;
    border:1px solid #9fa0a0;
    font-size:16px;
    color: #727171;
}
.more02 a span{
    font-family: "puhui65";    
}
.more02 a i{
    transition: all 0.3s ease-out;
    width: 0;
    opacity: 0;
}
.more02 a:hover{
    color: #004ea2;
}
.more02 a:hover i{
    width: auto;
    opacity: 1;
    margin-left: 13px;
}
.num_list1{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.num_list1 dl{

}
.num_list1 dl dt{
    line-height: 1;
}
.num_list1 dl dt span{
    font-size:60px;
    color: #004ea2;
    font-family: "puhui65";
}
.num_list1 dl dt sup{
    font-size:60px;
    color: #004ea2;
}
.num_list1 dl dt sub{
    font-size:22px;
    color: #727171;
    position: relative;
    top:-8px;
    font-family: "puhui65";
}
.num_list1 dl dd{
    font-size:16px;
    color: #000000;
    line-height: 1.4;
    margin-top:12px;
    font-family: "puhui65";
}
@media(max-width: 1600px){
    .index_about{
        padding:120px 0;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_about .text{
        padding:35px 20px;
    }
    .index_about .text .txt{
        font-size:14px;
        line-height:2em;
    }
    .index_about .text a{
        margin-top:15px;
    }
    .more02 a{
        font-size:15px;
    }
    .num_list1{
        margin-top:50px;
    }
    .num_list1 dl dt span,.num_list1 dl dt sup{
        font-size:42px;
    }
    .num_list1 dl dt sub{
        font-size:18px;
    }
    .num_list1 dl dd{
        font-size:15px;
        margin-top:7px;
    }
}
@media(max-width: 1280px){
    .index_about{
        padding:90px 0;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .index_about .wrap{
        margin-top:55px;
    }
    .num_list1 dl dt span{
        font-size:32px;
    }
    .num_list1 dl dt sup{
        font-size:32px;
    }
    .num_list1 dl dt sub{
        font-size:16px;
    }
}
@media(max-width: 1199px){
    .wrap2{
        padding:0 3%;
    }
}
@media(max-width: 1024px){
    .index_about{
        padding:75px 0;
    }
    .index_t1 h2{
        font-size:26px;
    }
    .index_about .text {
        width: calc(50% - 35px);
        padding: 15px 10px;
    }
    .num_list1 dl dt span,.num_list1 dl dt sup{
        font-size: 28px;
    }
    .num_list1 dl dt sub,.num_list1 dl dd{
        font-size: 14px;
    }
    .index_about .text .txt{
        font-size:13px;
    }
}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .index_t1 h2{
        font-size:24px;
    }
    .index_about .wrap {
        margin-top: 40px;
    }
    .index_about .img{
        width:100%;
        background:none!important;
    }
    .index_about .img img{
        display:block;
    }
    .index_about .text{
        width:100%;
        /*margin-top:20px;*/
        padding:20px 0;
    }
    .num_list1 {
        margin-top: 40px;
    }
    .more02 a{
        width:110px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:40px 0;
    } 
    .index_t1 h2{
        font-size:22px;
    }
    .index_about .wrap {
        margin-top: 30px;
    }
    .more02 a{
        width:100px;
        font-size:14px;
        height:40px;
    }
    .more02 a i img{
        max-width:7px;
    }
    .more02 a:hover i{
        margin-left: 10px;
    }
}

.index_product{
    padding:65px 0;
    background:#f6f7f7;
}
.index_product .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.index_left{
    width: 438px;
    padding-right: 100px;
}
.index_left .index_t1 h2{
    text-align: left;
}
.index_left p{
    margin:45px 0 178px;
    font-size:16px;
    color: #727171;
}
.index_right{
    width: calc(100% - 438px);    
}
.product_list1{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:  57px 64px;
}
.product_list1 li{

}
.product_list1 li a{
    display: block;
    position: relative;
    background:#fff;
}
.product_list1 li .img{
    text-align: center;
    line-height: 295px;
    padding:15px;
    position: relative;
    z-index: 9;
}
/*.product_list1 li .img:hover{*/
/*    background:#e6e8ec;*/
/*}*/
.product_list1 li .img img{
    position: relative;
    z-index: 9;
}
.product_list1 li .img:hover img{
    /*transform: scale(1.05);*/
}
.product_list1 li .text{
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 29px;
    position: relative;
}
.product_list1 li:hover .text{
    position: unset;
}
.product_list1 li .text:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 88px;
    background:#e6e8ec;
    z-index: 2;
    transition: all 0.4s ease-out;
}
.product_list1 li:hover .text:after{
    height: 100%;
}
.product_list1 li .text .txt{
    padding-left: 22px;
    border-left: 4px solid #004ea2;
    position: relative;
    z-index: 9;
}
.product_list1 li .text h3{
    font-size:16px;
    color: #000000;
    line-height: 1;
}
.product_list1 li .text p{
    font-size:14px;
    color: #727171;
    line-height: 1;
    margin-top:14px;
    display: flex;
    align-items:center;
}
.product_list1 li .text p i{
    display: inline-block;
    width: 10px;
    height: 13px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 7px;
}
.product_list1 li:hover .text h3,.product_list1 li:hover .text p{
    color: #004ea2;
}
.product_list1 li:hover .text p i{
    background:url(../images/more1_h.png) no-repeat center;    
}
@media(max-width: 1600px){
    .index_left {
        width: 360px;
        padding-right: 55px;
    }
    .index_left p {
        margin: 30px 0 150px;
        font-size: 15px;
    }
    .index_right {
        width: calc(100% - 360px);
    }
    .product_list1{
        gap:  40px 30px;
    }
    .product_list1 li .img{
        line-height:270px;
    }
    .product_list1 li .text .txt{
        padding-left:16px;
    }
    .product_list1 li .text h3{
        font-size:15px;
    }
}
@media(max-width: 1360px){
    .product_list1 li .img{
        line-height:240px;
    }
}
@media(max-width: 1280px){
    .product_list1 li .img{
        line-height:200px;
    }
    .product_list1 li .text h3{
        font-size:16px;
    }
    .product_list1 li .text{
        padding:0 20px;
        height:70px;
    }
    .product_list1 li .text:after{
        height:70px;
    }
    .product_list1 li .text p{
        font-size:13px;
    }
}
@media(max-width: 1199px){
    .index_left{
        width: 100%;
        padding-right: 35px;
    }
    .index_left p{
        margin: 15px 0 120px;
        font-size: 14px;
    }
    .index_right{
        /*width: calc(100% - 280px);*/
        width:100%;
    }
    .product_list1 li .img{
        line-height: 160px;
    }
    .product_list1 li .text{
        padding: 0 12px;
    }
    .product_list1 li .text .txt{
        padding-left: 12px;
    }
/*}*/
/*@media(max-width: 1024px){*/
    .index_left{
        width: 100%;
        padding-right: 0;
        position:relative;
    }
    .index_left p{
        margin-bottom:0;
    }
    .index_left a{
        position:absolute;
        top:0;
        right:0;
        margin-top:0;
    }
    .index_right{
        width: 100%;
        margin-top:35px;
    }
}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
    .product_list1 {
        gap: 25px 20px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0;
    }   
    .index_right{
        margin-top:25px;
    }
    .product_list1 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }
    .product_list1 li .img {
        line-height: 135px;
    }
    .product_list1 li .text {
        padding: 0 10px;
    }
    .product_list1 li .text .txt{
        border-left: 2px solid #004ea2;
        padding-left: 8px;
    }
    .product_list1 li .text h3 {
        font-size: 14px;
    }
    .product_list1 li .text p{
        font-size:12px;
    }
    .product_list1 li .text p i{
        background-size:7px;
    }
}




.index_case{
    padding:198px 0 0;
}
.index_case .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}
.index_case_list{
    display: flex;
    border-left: 1px solid #9fa0a0;
    height: 780px;
}
.index_case_list li{
    width: 9.864%;
    border-right: 1px solid #9fa0a0;
    cursor: pointer;
    transition: all .3s ease-out;
}
.index_case_list li.cur{
    width: 50.68%;
}
.index_case_list_li{
    font-size:16px;
    line-height: 1.6;
    color: #727171;
    font-family: "puhui65";
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.index_case_list li.cur .index_case_list_li{
    display: none;
}
.index_case_list_cont{
    width: 100%;
/*    transition: all .6s ease-out;*/
}
.index_case_list_cont .img{
    display: none;
}
.index_case_list li.cur .index_case_list_cont .img{
    display: block;
}
.index_case_list_cont .img:hover img{
    transform: scale(1.1);
}
.index_case_list_cont .text{
    padding:38px 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
}
.index_case_list li.cur .index_case_list_cont .text{
    visibility: visible;
    transition-delay: 0.35s;
    opacity: 1;
}
.index_case_list_cont .text .txt1{
    /*width: 160px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.index_case_list_cont .text .txt1 h3{
    font-size:20px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 10px;
}
.index_case_list_cont .text .txt2{
    /*width: calc(100% - 160px);*/
    /*padding-left: 25px; */
    width: 100%;
    font-size:14px;
    line-height: 1.6;
    color: #727171;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; 
}
.index_case_list_cont .text .more02{
    margin-top:15px;
}
.index_case_list2{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.index_case_list2 li{

}
.index_case_list2 li .text{
    
}
.index_case_list2 li .text h3 a{
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-top:15px;
    font-weight: normal;
    display: block;
    text-align: center;
}
.index_case_list2 li:hover .img img{
    transform: scale(1.1);
}
.index_case_list2 li:hover .text h3 a{
    color: #004ea2;
}
@media(max-width: 1600px){
    .index_case{
        padding:120px 0 0;
    }
    .index_case_list{
        height:650px;
    }
    .index_case_list_li{
        font-size:14px;
    }
    .index_case_list_cont .text {
        padding: 30px 25px;
    }
    .index_case_list_cont .text .txt1{
        /*width:140px;*/
    }
    .index_case_list_cont .text .txt2{
        font-size:13px;
        /*width: calc(100% - 140px);*/
        /*padding-left:20px;*/
    }
    .index_case_list2 li .text h3 a{
        font-size:15px;
        margin-top:10px;
    }
}
@media(max-width: 1280px){
    .index_case{
        padding:120px 0 0;
    }
    .index_case_list{
        height:580px;
    }
    .index_case_list_li{
        font-size:13px;
    }
}
@media(max-width: 1199px){
    .index_case{
        padding:90px 0 0;
    }
    .index_case_list{
        height:650px;
    }
    .index_case_list_cont .text{
        padding:20px;
    }
}
@media(max-width: 1024px){
    .index_case{
        padding:75px 0 0;
    }
    .index_case_list{
        height:600px;
    }
    .index_case_list_cont .text {
        padding: 20px 20px;
    }
    .index_case_list_cont .text .txt1 h3{
        font-size:16px;
    }
}
@media(max-width: 820px){
    .index_case{
        padding:55px 0 0;
    }
    .index_case_list{
        height:550px;
    }
    .index_case_list2 li .text h3 a{
        font-size:14px;
        margin-top:10px;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:40px 0 0;
    }   
    .index_case_list{
        height:auto;
        flex-wrap:wrap;
    }
    .index_case_list li{
        width:100%;
    }
    .index_case_list li.cur{
        width:100%;
    }
    .index_case_list_li{
        display:none;
    }
    .index_case_list li .index_case_list_cont,.index_case_list_cont .text{
        visibility: visible;
        transition-delay: 0.35s;
        opacity: 1;
    }
    .index_case_list_cont .img{
        display:block;
    }
    .index_case_list_cont .text {
        padding: 20px 15px;
    }
    .index_case_list_cont .text .txt1{
        /*width: 125px;*/
    }
    .index_case_list_cont .text .txt1 h3{
        font-size:15px;
    }
    .index_case_list_cont .text .txt2{
        /*width: calc(100% - 125px);*/
        font-size:12px;
        /*padding-left:15px;*/
    }
}


.index_news{
    padding:198px 0 190px;
}
.news_list1{
    margin:74px 0 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px;
}
.news_list1 li{

}
.news_list1 li a.img{

}
.news_list1 li a.img img{
    width: 100%;
}
.news_list1 li:hover a.img img{
    transform: scale(1.1);
}
.news_list1 li .text{
    padding:25px 30px 30px;
    background:#f6f7f7;
}
.news_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 22px;
}
.news_date{
    font-size:32px;
    color: #004ea2;
    line-height: 1;
}
.news_date span{
    font-family: "puhui45";
}
.news_date span:last-child{
    font-size:16px;
    font-family: "puhui65";
    margin-left: 10px;
}
.news_top a{
    color: #727171;
    font-size:15px;
    display: flex;
    align-items:center;
}
.news_top a i{
    display: block;
    margin-left: 15px;
    background:url(../images/more2.png) no-repeat right center;
    width: 13px;
    height: 18px;    
}
.news_list1 li:hover .news_top a{
    color: #004ea2;
}
.news_list1 li:hover .news_top a i{
    background:url(../images/more2_h.png) no-repeat right center;
}
.news_list1 li .text h3 a{
    font-size:18px;
    color: #000000;
    padding-left: 21px;
    position: relative;
    display: block;
    line-height: 1.5em;
    height: 3em;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news_list1 li:hover .text h3 a{
    color: #004ea2;
}
.news_list1 li .text h3 a:after{
    content:'';
    position: absolute;
    top:6px;
    left:0;
    width: 2px;
    height: 23px;
    background:#004ea2;
}
.news_list1 li .text .txt{
    margin-top:15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:16px;
    color: #727171;
    line-height: 1.6;
}
.index_news a.more01{
    margin:0 auto;
}
@media(max-width: 1600px){
    .index_news {
        padding: 120px 0;
    }
    .news_list1{
        gap: 40px;        
    }
    .news_list1 .news_date{
        font-size:26px;
    }
    .news_list1 .news_date span:last-child{
        font-size:13px;
    }
    .news_list1 .news_top a{
        font-size:14px;
    }
    .news_list1 .news_top a i{
        margin-left: 10px;
        background: url(../images/news_more1.png) no-repeat right center;
        width: 14px;
        height: 14px;
    }
    .news_list1 .news_top a:hover i{
        background: url(../images/news_more1_h.png) no-repeat right center;
    }
    .news_list1 li .text {
        padding: 20px 22px 30px;
    }
    .news_list1 li .text h3 a{
        font-size:16px;
        padding-left: 16px;
    }
    .news_list1 li .text h3 a:after{
        width: 2px;
        height: 17px;
    }
    .news_list1 li .text .txt{
        font-size:14px;
    }

}
@media(max-width: 1280px){
    .index_news {
        padding: 90px 0;
    }
    .news_list1 {
        margin: 55px 0 40px;
        gap: 30px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 1024px){
    .index_news {
        padding: 75px 0;
    }
    .news_list1 {
        margin: 55px 0 40px;
        gap: 20px;
    }
    .news_top{
        margin-bottom:15px;
    }
    .news_list1 .news_date{
        font-size:22px;
    }
    .news_list1 li .text {
        padding: 20px 15px;
    }
    .news_list1 li .text h3 a{
        font-size:14px;
        padding-left: 14px;
    }
    .news_list1 li .text h3 a:after{
        width: 2px;
        height: 17px;
    }
    .news_list1 li .text .txt{
        font-size:12px;
        margin-top:10px;
    }
}
@media(max-width: 820px){
    .index_news {
        padding: 55px 0;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 40px 0;
    }   
    .news_list1 {
        margin: 25px 0 30px;
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}



/*页面底部*/
footer{
    padding:70px 0 38px;
    background:url(../images/footer.jpg) no-repeat bottom center #004ea2;
}
footer .wrap2{
    padding:0 162px;
}
.f_top{

}
.f_top_c{
    line-height: 39px;
    display: flex;
    flex-wrap: wrap;
    font-size:24px;
    color: #fff;
    font-family: "puhui65";
    padding-bottom:22px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.f_top p:nth-child(1){
    padding-left: 60px;
    background:url(../images/f_tel.png) no-repeat left center;
}
.f_top p:nth-child(2){
    padding-left: 68px;
    background:url(../images/f_mail.png) no-repeat left center;
    margin-left: 62px;
}
.foot{
    padding:82px 0 55px;
}
.foot .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot_l{
    width: 30%;
    color: #ffffff;
}
.f_logo{

}
.f_contact2{
    font-size:16px;
    margin-top:18px;
    line-height: 1.8;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 69%;
}
.f_nav dl{
    color: #fff;
}
.f_nav dl dt a{
    display: block;
    font-size:16px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    color: #fff;
    font-size:15px;
    font-family: "puhui45";
    margin-bottom: 10px;
    position: relative;
}
.f_nav dl a:before{
    content:'';
    position: absolute;
    left:-18px;
    top:50%;
    margin-top:-6.5px;
    width: 10px;
    height: 13px;
    background:url(../images/f_more1.png) no-repeat center;
    display: none;
}
.f_nav dl dd a:last-child{
    margin-bottom: 0;
}
.f_nav dl dd a:hover{
/*    opacity: .8;*/
}
.f_nav dl a:hover:before{
    display: block;
}
.copyright_c{
    padding-top:22px;
    border-top: 1px solid rgba(255,255,255,.5);
    font-size:16px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright a{
    font-size:16px;
    color: #fff; 
}
.copyright a:hover{
    opacity: .8;
}
.f_share{
    position: relative;
    cursor: pointer;
    display: none;
}
.f_code{
    position: absolute;
    top:-102px;
    right:0%;
    width: 80px;
    display: none;
}
.f_share:hover .f_code{
    display: block;
}
.online-server2{
    position: fixed;
    right: 0px;
    bottom: 10%;
    width: 51px;
    z-index: 999;
}
.online-server2 a{
    display: block;
    width: 100%;
    height: 51px;
    color: #000;
    position: relative;
    cursor: pointer;
    background:#004ea2;
    margin-bottom:1px;
}
.online-server2 a span{
    display: block;
    width: 100%;
    height: 100%;
}
.online-server2 a p{
    position: absolute;
    width: 234px;
    left:-183px;
    top:0px;
    line-height: 51px;
    padding:0 10px 0 64px;
    font-size: 14px;
    color: #fff;
    font-family: "puhui65";
    opacity: 0;
    background: url(../images/r_ico1.png) no-repeat 13px center #004ea2;
    display: none;
}
.online-server2 a:hover p{
    opacity: 1;
    display: block;
}
.online-server2 a:nth-child(1) p{
    width: 187px;
    left:-136px;
}
.online-server2 a:nth-child(1) .iconfont{
    background: url(../images/r_ico1.png) no-repeat center;
    background-size: 27px;
}
.online-server2 a:nth-child(2) p{
    background: url(../images/r_ico2.png) no-repeat 12px center #004ea2;    
}
.online-server2 a:nth-child(2) .iconfont{
    background: url(../images/r_ico2.png) no-repeat center;
    background-size: 27px;
}
.online-server2 a:nth-child(3) .iconfont{
    background: url(../images/r_ico3.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    footer{
        padding: 50px 0 25px;
    }
    footer .wrap2{
        padding:0 100px;
    }
    .f_top_c{
        font-size:18px;
    }
    .f_top p:nth-child(1){
        background-size:30px;
        padding-left:48px;
    }
    .f_top p:nth-child(2) {
        padding-left: 50px;
        background-size:30px;
        padding-left:45px;
    }
    .foot {
        padding: 50px 0 30px;
    }
    .f_contact2{
        font-size:15px;
    }
    .f_nav dl dt a{
        margin-bottom:20px;
    }
    .f_nav dl dd a{
        font-size:14px;
        margin-bottom:5px;
    }
    .copyright_c,.copyright_c a{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    footer .wrap2{
        padding:0 78px;
    }
}
@media(max-width: 1199px){
    footer .wrap2{
        padding:0 3%;
    }
    .online-server2{
        display:none;
    }
}
@media(max-width: 991px){

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

}
@media(max-width: 640px){
    /*footer{*/
    /*    margin-bottom:56px;*/
    /*}    */
    footer {
        padding: 20px 0 15px;
    }
    .f_top_c{
        font-size:16px;
        line-height:36px;
    }
    .f_top p{
        width:100%;
    }
    .f_top p:nth-child(1){
        background-size:22px;
        padding-left:32px;
    }
    .f_top p:nth-child(2) {
        padding-left: 32px;
        background-size:24px;
        margin-left:0;
    }
    .foot {
        padding: 25px 0;
    }
    .foot_l{
        width:100%;
    }
    .f_logo img{
        max-height:20px;
    }
    .f_nav{
        display:none;
    }
    .copyright_c{
        padding-top:15px;
    }
    .f_share{
        display:none;
    }
}


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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.n_banner .img img{
    opacity: 0;
}
.n_banner img.module-image{
    position: absolute;
    transition: transform 0.3s linear ;    
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 98;    
}
.n_banner_text h2{
    font-size: 60px;
    color: #000;
    font-family: "puhui65";
    line-height: 1;
}
.n_banner_text p{
    font-size:16px;
    color: #727171;   
    margin-top:40px; 
    line-height: 1.6;
}
.sitemp{
    margin-top:-60px;
    position: relative;
    z-index: 99;
}
.sitemp .site{

}
.sitemp .site,.sitemp .site a{
    font-size:14px;
    color: #727171;
}
.sitemp .site .cc,.sitemp .site a:last-child,.sitemp .site a:hover{
    color: #004ea2;
    font-family:"puhui65";
}
.sitemp .site .arrow_ico{
    margin:0 15px;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }   
    .n_banner_text p{
        font-size:14px;
        margin-top:15px;
    }
    .sitemp{
        margin-top:-40px;
    }
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:24px;
    } 
    .n_banner_text p{
        font-size:13px;
        margin-top:5px;
    }
    .sitemp{
        margin-top:10px;
    }
    .sitemp .site .arrow_ico{
        margin:0 10px;
    }
}
@media(max-width: 640px){
    .n_banner .bg{
        display: none;
    }
    .n_banner .img img{
        opacity:1;
    }
}

/*关于*/
.about1{
    padding:120px 0 0;
}
.about1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1 .text{
    width: 47%;
}
.about1 .text .txt{
    font-size:16px;
    color: #727171;
}
.num_list2 dl dt span,.num_list2 dl dt sup{
    font-size:58px;
}
.num_list2 dl dt sub{
    font-size:24px;
}
.num_list2 dl dd{
    font-size:17px;
}
.n_map{
    width: 50%;
}
.n_map p{
    text-align: center;
    font-size:15px;
    color: #9fa0a0;
    margin-top:20px;
}
.n_map p span{
    display: none;
}
.about_honner{
    padding:132px 0 188px;
}
#about_honner .swiper-pagination{
    display: none;
}
#about_honner p{
    text-align: center;
    font-size:15px;
    color: #000000;
    margin-top:15px;
    line-height: 1.4;
}
@media(max-width: 1600px){
    .about1 .text .txt{
        font-size:15px;
    }
    .num_list2 dl dt span, .num_list2 dl dt sup{
        font-size:42px;
    }
    .num_list2 dl dt sub{
        font-size:18px;
    }
    .num_list2 dl dd{
        font-size:14px;
    }
    .n_map p{
        font-size:14px;
    }
    .about_honner {
        padding: 120px 0;
    }
}
@media(max-width: 1280px){
    .about_honner {
        padding: 90px 0;
    }
    .num_list2 dl dt span{
        font-size:32px;
    }
    .num_list2 dl dt sup{
        font-size:32px;
    }
    .num_list2 dl dt sub{
        font-size:16px;
    }
    .num_list2 dl dd{
        font-size:13px;
    }
}
@media(max-width: 1024px){
    .about1 {
        padding: 90px 0 0;
    }
    .about_honner {
        padding: 75px 0;
    }  
    .num_list2 dl dt span,.num_list2 dl dt sup{
        font-size: 28px;
    }
    .num_list2 dl dt sub {
        font-size: 14px;
    }
}
@media(max-width: 820px){
    .about1 {
        padding: 70px 0 0;
    }
    .about_honner {
        padding: 55px 0;
    }  
    .about1 .text{
        width:100%;
    }
    
    .n_map{
        width:100%;
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .about1 {
        padding: 30px 0 0;
    }
    .about_honner {
        padding: 40px 0;
    }  
    .n_map p br{
        display:none;
    }
    .n_map p span{
        display:inline-block;
    }
}

/*产品*/
.n_product{

}
.n_sort{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 120px; /* 必需的值 */
    left: 0;
    background: #fff;
    margin-top:135px;
    z-index: 99;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:10px;
}
.sort li{
    margin:0 30px 10px 25px;
    display: inline-block;
}
.sort li a{
    font-size:16px;
    color: #727171;
}
.sort li a.on,.sort li a:hover{
    color: #004ea2;
    font-family: "puhui85";
}
.line1{
    background: #c9c9ca;
    height: 1px;
    margin-top:90px;
}
.product_list{
   
}
.product_list li{
    padding:120px 0 110px;
}
.product_list li:nth-child(2n){
    background:#f6f7f7;
}
.product_list li .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list li .imgs{
    width: 47.5%;
}
.pro_scroll{
    height: 487px;
    border:1px solid #ccc;

}
.pro_scroll .swiper-slide{
    padding:26px 30px;   
    text-align: center; 
}
.pro_scroll .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background:rgba(0,0,0,.2);
    margin:0 6px;
    opacity: 1;
}
.pro_scroll .swiper-pagination .swiper-pagination-bullet-active{
    background:#004ea2;
}
.pro_scroll .swiper-button-prev,.pro_scroll .swiper-button-next{
    width: 19px;
    height: 25px;
    margin-top:-12.5px;
    opacity: 1!important;
}
.pro_scroll .swiper-button-prev{
    background:url(../images/pro_left.png) no-repeat center;
    left:30px;
}
.pro_scroll .swiper-button-next{
    background:url(../images/pro_right.png) no-repeat center;
    right:30px;
}
.product_list li .text{
    width: 47.5%;
}
.product_list li .text h3{
    font-size:36px;
    color: #000000;
    font-family: "puhui85";
    line-height: 1.6;
    padding-top:15px;
    padding-bottom: 30px;
}
.product_list li .text h3 span{
    display: block;
    font-size:20px;
    font-family: "puhui55";
    display: none;
}
.product_list li .text .txt1{
    font-size:16px;
    color: #727171;
    line-height: 1.8;
}
.product_list li .text .txt{
    margin-bottom: 40px;
    font-size:16px;
    color: #727171;
}
.product_list li .text .txt:last-child{
    margin-bottom: 0;
}
.product_list li .text .txt p strong{
    display: block;
    font-size:18px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.6;
}
.p_table table{
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
}
.p_table table tr td{
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    height: 60px;
    padding:3px 15px;
    line-height: 1.4;
    font-size:16px;
    color: #727171;
}
@media(max-width: 1600px){
    .n_sort{
        margin-top: 110px;
        top:93px;
    }
    .line1{
        margin-top: 50px;
    }
    .sort{
        /*padding: 120px 0 50px;*/
    }
    .sort li {
        margin: 0 15px 6px;
    }
    .sort li a{
        font-size:15px;
    }
    .product_list li .imgs{
        width:50%;
    }
    .pro_scroll .swiper-slide{
        padding:15px;
    }
    .product_list li{
        padding: 100px 0 90px;
    }
    .product_list li .text h3{
        font-size:26px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .product_list li .text h3 span{
        font-size:16px;
    }
    .product_list li .text .txt,.p_table table tr td{
        font-size:14px;
    }
    .pro_scroll .swiper-button-prev{
        left:15px;
    }
    .pro_scroll .swiper-button-next{
        right:15px;
    }

}
@media(max-width: 1400px){
    .n_sort{
        margin-top: 90px;
    }
    .line1{
        margin-top: 35px;
    }
    .sort{
        /*padding: 100px 0 35px;*/
    }
    .sort li {
        margin: 0 10px 5px;
    }  
    .sort li a{
        font-size:14px;
    }
    .product_list li .text h3{
        font-size:24px;
    }
}
@media(max-width: 1280px){
    .line1{
        margin-top: 30px;
    }
    .sort {
        /*padding: 90px 0 30px;*/
    }
    .product_list li {
        padding: 75px 0 50px;
    }
    .pro_scroll{
       height:450px;
    }
    .pro_scroll .swiper-pagination .swiper-pagination-bullet{
        width:8px;
        height:8px;
    }
}
@media(max-width: 1024px){
    .pro_scroll{
        height:400px;
    }  
    .pro_scroll .swiper-pagination .swiper-pagination-bullet{
        width:5px;
        height:5px;
    }
}
@media(max-width: 820px){
    .n_sort{
        margin-top: 70px;
    }
    .line1{
        margin-top: 20px;
    }
    .sort {
        /*padding: 70px 0 20px;*/
    }
    .sort li {
        margin: 0 8px 4px;
    }
    /*.sort li a{*/
    /*    font-size:13px;*/
    /*}*/
    .pro_scroll{
        height:350px;
    }
    .product_list li {
        padding: 55px 0 50px;
    }
    .product_list li .text h3 {
        font-size: 22px;
    }
    .p_table table tr td{
        padding:3px 10px;
    }
}
@media(max-width: 640px){
    .n_sort{
        margin-top: 20px;
        top:83px;
    }
    .line1{
        margin-top: 10px;
    }
    .sort{
        /*padding: 30px 0 10px;*/
    } 
    .sort li{
        margin: 0 4px 3px;
    }
    .sort li a{
        font-size:13px;
    }
    .pro_scroll{
        height:auto;
    }
    .product_list li {
        padding: 40px 0;
    }
    .product_list li .imgs{
        width:100%;
    }
    .product_list li .text{
        width:100%;
    }
    .product_list li .text h3{
        font-size: 20px;
        padding-top:15px;
        padding-bottom:10px;
    }
    .product_list li .text p{
        font-size:14px;
    }
    .p_table table tr td{
        font-size:12px;
        padding:5px 6px;
        height:auto;
    }
}


/*行业*/
.case_list{

}
.case_list li{
    padding:120px 0 105px;
}
.case_list li:nth-child(2n){
    background:#f6f7f7;
}
.case_list li .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_list li .wrap .imgs{
    width: 47.5%;
}
.case_list li .wrap .img img{
    width: 100%;
}
.case_list li .wrap .img:hover img{
    transform: scale(1.1);
}
.case_list li .wrap .text{
    width: 47.5%;
}
.case_list li .wrap .text h3{
    font-size:40px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1;
    padding-top:30px;
}
.case_list li .wrap .text h3 font{
    letter-spacing: 3px;
    font-family: "puhui65";
}
.case_list li .wrap .text h3 span{
    font-size:20px;
    font-family: "puhui45";
    margin-left: 25px;
    display: none!important;
}
.case_list li .wrap .text .txt{
    font-size:16px;
    color: #727171;
}
.case_list li .wrap .text .txt2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top:55px;
}
.case_list li .wrap .text .txt2 p{
    max-width: 22%;
}
.case_list li .wrap .text .txt3{
    margin-top:70px;
}
.case_list li .wrap .text .txt3 p strong{
    display: block;
    font-size:18px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.6;    
}
@media(max-width: 1600px){
    .case_list li{
        padding:100px 0;
    }
    .case_list li .wrap .text h3{
        font-size:32px;
    }
    .case_list li .wrap .text h3 span{
        font-size:16px;
    }
    .case_list li .wrap .text .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .case_list li{
        padding:90px 0;
    }
    .case_list li .wrap .text h3{
        font-size:28px;
    }
    .case_list li .wrap .text .txt2,.case_list li .wrap .text .txt3{
        margin-top:45px;
    }
}
@media(max-width: 1024px){
    .case_list li{
        padding:75px 0;
    } 
    .case_list li .wrap .text h3{
        padding-top:0;
    }
    .case_list li .wrap .text h3 span{
        margin-left:15px;
    }
}
@media(max-width: 820px){
    .case_list li{
        padding:55px 0;
    }
    .case_list li .wrap .text h3{
        font-size:24px;
        margin-bottom: 20px;
    }
    .case_list li .wrap .text h3 span{
        margin-left:10px;
    }
    .case_list li .wrap .text .txt2, .case_list li .wrap .text .txt3 {
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    .case_list li{
        padding:40px 0;
    }
    .case_list li .wrap .imgs{
        width:100%;
    }
    .case_list li .wrap .text{
        width:100%;   
        margin-top:25px;
    }
    .case_list li .wrap .text h3{
        font-size:20px;
    }
    .case_list li .wrap .text h3 span{
        margin-left:0;
        display:block;
        margin-top:8px;
    }
}


/*新闻*/
.n_news{
    padding:150px 0 200px;
}
.news_list{
    margin-top:0;
    gap:  72px 46px;
}
.news_list .news_date{
    font-size:26px;
}
.news_list .news_date span:last-child{
    font-size:13px;
}
.news_list .news_top a{
    font-size:14px;
}
.news_list .news_top a i{
    margin-left: 10px;
    background: url(../images/news_more1.png) no-repeat right center;
    width: 14px;
    height: 14px;
}
.news_list .news_top a:hover i{
    background: url(../images/news_more1_h.png) no-repeat right center;
}
.news_list li .text {
    padding: 20px 22px 30px;
}
.news_list li .text h3 a{
    font-size:18px;
    padding-left: 16px;
}
.news_list li .text h3 a:after{
    width: 2px;
    height: 17px;
}
.news_list li .text .txt{
    font-size:15px;
}
.news_detail{
    padding:130px 0 220px;
/*    max-width: 1200px;*/
    margin:0 auto;
}
h1.title{
    font-size: 34px;
    color: #484848;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 75px;
}
.info_title{
    text-align: center;
    font-size: 18px;
    color: #004ea2;
    padding-bottom: 25px;
    border-bottom:1px solid #c9c9ca;
    font-weight: normal;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items:center;
}
.n_share{
    margin-left: 102px;
    font-size:18px;
    color: #484848;
    display: flex;
    align-items:center;
}
.n_share .social-share .icon-wechat{
    color: #484848;
    border:none;
    font-size:25px;
}
.n_share .social-share .icon-wechat:hover{
    background:none;
    color: #484848;
}
.news_detail .content{
    font-size: 16px;
    color: #484848;
    padding:70px 0 150px;
}
.news_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:50px 0;
}
.news_img p{
    width: 49%;
}
.news_bottom{
    padding-top:35px;
    border-top:1px solid #c9c9ca;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page{
    font-size: 16px;
    color: #484848;    
    width: calc(100% - 135px);
    padding-right: 10px;
}
.page a{
    font-size: 16px;
    color: #484848;   
}
.page a:hover{
    color: #004ea2;
}
a.back{
    width: 135px;
    height: 53px;
}
.social-share .icon-wechat .wechat-qrcode{
    z-index: 99!important;
}
@media(max-width: 1600px){
    .news_list {
        gap: 50px 30px;
    }
    .news_list li .text h3 a{
        font-size:16px;
    }
    .news_list li .text .txt{
        font-size:13px;
    }
    h1.title{
        font-size:26px;
        margin-bottom:40px;
    }
    .info_title {
        margin-bottom: 20px;
        font-size:15px;
    }
    .n_share{
        font-size:15px;
        margin-left:85px;
    }
    .news_detail .content{
        font-size: 15px;
        padding: 40px 0 90px;
    }
    .news_img{
        margin: 35px 0;
    }
    .page{
       width: calc(100% - 110px); 
    }
    a.back{
        width:110px;
        height:45px;
    }
}
@media(max-width: 1280px){
    .news_list {
        gap: 35px 20px;
    }
    h1.title{
        font-size:22px;
        margin-bottom:30px;
    } 
    .n_share{
        margin-left:65px;
    }
    .news_detail .content{
        padding:30px 0 60px;
        font-size:14px;
    }
    .page{
       width: calc(100% - 100px); 
    }
    a.back{
        width:100px;
        height:40px;
    }
}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }
    .news_list li .text h3 a{
        font-size:15px;
    }
    .news_list li .text .txt{
        font-size:12px;
    }

    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .n_share{
        margin-left:50px;
    }
    .news_detail{
        padding:50px 0;
    }
}
@media(max-width: 1024px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }
    .news_list {
        gap: 25px 15px;
    }
    h1.title{
        font-size:18px;
        margin-bottom:20px;
    }
    .news_detail .content{
        padding:20px 0 40px;
    }
    .news_img{
        margin: 20px 0;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }
    .news_list {
        gap: 20px 12px;
    }
    .news_detail{
        padding:25px 0 35px;
    }
    h1.title{
        font-size:18px;
        margin-bottom:15px;
    }
    .n_share{
        margin-left:25px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }    
    .news_detail .content{
        padding:15px 0 25px;
    }
    .news_img{
        margin: 15px 0;
    }
    .news_bottom{
        padding-top:25px;
    }
    .page{
        width:100%;
        padding-right:0;
        margin-bottom:10px;
    }
}


/*联系*/
.n_bottom{
    background:url(../images/message.jpg) no-repeat center;
    background-size: cover;
    padding:140px 0 154px;
}
.n_bottom .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_bottom_l{
    width: 30%;
}
.n_bottom_l .index_t1{
    text-align: left;
}
.n_bottom_l p {
    margin-top: 15px;
    font-size: 16px;
    color: #727171;
}
.n_bottom_r{
    width: 69%;    
}
.message1{

}
.message1 ul{
    display: flex;
    flex-wrap: wrap;
}
.message1 li{
    width: calc(100% / 4 - 9px);
    margin-right: 12px;
    margin-bottom: 22px;
    position: relative;
}
.message1 li:nth-child(4n){
    margin-right: 0;
}
.message1 li label{
    display: block;
    font-size:16px;
    color: #666666;
    line-height: 1;
    margin-bottom: 0px!important;
    font-family: "puhui65";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    padding:0 18px;
    line-height: 40px;
}
.message1 li label sup{
    font-size:16px;
    color: #004ea2;
    line-height: 1;
    position: relative;
    top:5px;
    margin-left: 3px;
    font-family: "puhui65";
}
.message1 li input,.message1 li select,.message1 li textarea{
    display: block;
    width: 100%;
    border:1px solid #a9b1b6;
    outline: none;
    background:#fff;
    padding:0 18px;
}
.message1 li input,.message1 li select,.message1 li textarea{
    line-height: 40px;
    height: 40px;
}
.message1 li:nth-child(5){
    width: calc(100% / 3 * 2 - 6px);
}
.message1 li:nth-child(6){
    width: calc(100% / 3 - 6px);
}
.message1 li:nth-child(8){
    width: calc(100% / 3 * 2 - 12px);
    margin-bottom: 0px;
}
.message1 li:nth-child(9),.message1 li:nth-child(6){
    margin-right: 0;
    margin-bottom: 0px;
}
/*.message1 li textarea{*/
/*    line-height: 40px;*/
/*    height: 172px;    */
/*}*/
.mess_bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
    height: calc(100% - 37px);  
}
#code{
    display: flex;
}
#code a{

}
#code input{
    width: calc(100% - 140px);
    margin-left: 20px;
    line-height: 33px;
    height: 33px;
}
.message1 li .mess_tn1 input{
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
    background:#004ea2;
    border:none;
    font-size:16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.n_contact{
    padding:120px 0 250px;
}
.company_title{
    font-size:20px;
    color: #004ea2;
    line-height: 1.6;
    margin-bottom: 80px;
}
.company_title h3{

}
.company_title p{

}
.n_contact_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_contact_cont .txt{
    width: 48%;
    font-size:16px;
    color: #000000;
    line-height: 1.9;
}
.n_contact_cont .txt p{
    margin-bottom: 2px;
}
.n_contact_l{
    width: 32%; 
}
.n_contact_l .txt2{
    margin-top:32px;
}
.n_contact_r{
    width: 67.5%;     
}
@media(max-width: 1600px){
    .n_contact,.n_bottom{
        padding:120px 0;
    }
    .company_title{
        margin-bottom: 55px;
    }
    .n_contact_cont p,.n_bottom_l p{
        font-size:14px;
    }
    .n_contact_cont p strong{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .n_contact,.n_bottom{
        padding:90px 0;
    }  
    .company_title{
        margin-bottom: 40px;
    }
}
@media(max-width: 1024px){
    .n_contact,.n_bottom{
        padding:75px 0;
    } 
    .n_contact_l,.n_bottom_l{
        width:100%;
    }
    .n_contact_cont p{
        margin-top:0;
    }
    .n_contact_r,.n_bottom_r{
        width:100%;
        margin-top:35px;
    }
}
@media(max-width: 820px){
    .n_contact,.n_bottom{
        padding:55px 0;
    } 
    .company_title{
        margin-bottom: 30px;
    }
    .message1 li{
        margin-bottom:18px;
    }
    .message1 li label{
        line-height: 36px;
        font-size:14px;
        padding:0 12px;
    }
    .message1 li input, .message1 li select,.message1 li .mess_tn1 input{
        line-height: 36px;
        height: 36px;
        font-size:14px;
        padding:0 12px;
    }
    .message1 li textarea {
        line-height: 36px;
        height: 108px;
    }
}
@media(max-width: 640px){
    .n_contact{
        padding: 25px 0 40px;
    }
    .company_title{
        font-size:16px;
    }
    .company_title p{
        font-size:15px;
    }
    .n_bottom{
        padding:40px 0;
    } 
    .message1 li{
        width:100%!important;
        margin-right:0!important;
        margin-bottom: 15px!important;
    }
    .message1 li label{
        /*margin-bottom:10px;*/
    }
    #code{
        margin-bottom:15px;
    }
}


/*留言*/
.n_message{
    padding:105px 0 110px;    
}
.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;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#009fe8;
    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){
    .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){
    .message,.n_message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    .message ul li input {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .message ul li textarea{
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 160px;        
    }   
}
@media(max-width: 820px){
    .message,.n_message{
        padding:55px 0;
    } 
}
@media(max-width: 640px){
    .n_contact_cont .txt{
        width:100%;
    }
    .n_contact_cont .txt2{
        margin-top:20px;
    }
    .message,.n_message{
        padding:40px 0;
    }
    .message h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 120px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}
@media(max-width: 460px){
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
}


#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;
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    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: 200px;
    left:-205px;
    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 #00a2e7;
    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;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        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:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#004ea2;color:#fff; text-decoration:none;border:#004ea2 1px solid;}
.pageController .currPage {background-color: #004ea2;color:#fff;border:#004ea2 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: #004ea2;
    vertical-align: middle;
    border: 1px solid #004ea2; 
    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: #0067ac;
    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;
}