﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background:#fff;
    z-index: 999999;
}
.h90{
    height: 90px;
}
#c-header.c-head-hide{
    box-shadow: 0 0 10px #ccc;
}
.head{

}
.wrap{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 35%;
    max-width: 150px;
}
.h_tel{
    padding-left: 30px;
    background:url(../images/h_tel.png) no-repeat left center;
    font-size:18px;
    color: #2f2f2f;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 50px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 90px;
}
.nav li a i{
    margin-left: 5px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:90px;
    left:-10%;
    z-index: 999;
    background-color: #fff;
    width: 120%;
    box-shadow: 0 0 10px #ddd;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #2f2f2f;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    color: #fff;
    background:#de4729;
}
#index_banner{

}
#index_banner .swiper-pagination{
    bottom:42px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet{
    background:#2f2f2f;
    opacity: .2;
    width: 42px;
    height: 6px;
    border-radius: 3px;
    margin:0 10px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    background:#de4729;
    opacity: 1;
}
.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 h2{
    font-size:56px;
    color: #333333;
    line-height: 1.3;
}
.banner_text p{
    font-size:24px;
    color: #333333;
    line-height: 1.6;
    margin:15px 0 100px;
}
a.more1{
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    background:#de4729;
    font-size:16px;
    color: #fff;
    border-radius: 6px;
    font-family: "puhui65";
    transition: all 0.4s ease-out;
}
a.more1 i{
    width: 7px;
    height: 12px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    transition: all 0.4s ease-out;
}
a.more1:hover{
    letter-spacing: 2px;
}
a.more1:hover i{
    margin-left: 15px;
}
@media(max-width: 1600px){
    .wrap{
        width: 90%;
    }
    .nav li{
        margin-right: 15px;
    }
    .banner_text h2{
        font-size:42px;
    }
    .banner_text p {
        font-size: 20px;
        margin: 15px 0 60px;
    }
    a.more1{
        width:150px;
        height:50px;
        font-size:15px;
    }
    #index_banner .swiper-pagination{
        bottom:20px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1199px){
    .wrap{
        width: 94%;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }

}



.index1{
    background:url(../images/index1_bg.jpg) no-repeat center;
    background-size: cover;
    padding:100px 0 75px;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:38px;
    color: #333333;
    line-height: 1.2;
}
.index1_list{
    margin:50px 0;
    display: flex;
    flex-wrap: wrap;
}
.index1_list li{
    width: calc(25% - 21px);
    margin-right: 28px;
}
.index1_list li:last-child{
    margin-right: 0;
}
.index1_list li .img{
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.index1_list li .text{
    border-radius: 6px;
    background:#fff;
    padding:28px 20px 40px;
    margin-top:-18px;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 10px #e0e0e0;
}
.index1_list li .text h3{
    font-size:18px;
    color: #333333;
    font-family: "puhui65";
}
.index1_list li .text h3 i{
    margin-right: 14px;
}
.index1_list li .text .txt{
    margin:16px 0 45px;
    font-size:14px;
    color: #757b80;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_mores{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_mores a{
    width: 48%;
    max-width: 112px;
    height: 30px;
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:14px;
    color: #333;
    background:#ebf0fa;
    border-radius: 15px;
}
.index_mores a i{
    width: 6px;
    height: 11px;
    background:url(../images/more2.png) no-repeat center;
    margin-left: 20px;
    transition: all 0.5s ease-out;
}
.index_mores a:hover{
    background: #afcdfa;
}
.index_btn{
    display: flex;
    justify-content: center;
}
a.more2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    font-size:16px;
    color: #fff;
    background:#de4729;
    font-family: "puhui65";
    transition: all 0.4s ease-out;  
}
a.more2 i{
    width: 7px;
    height: 12px;
    background: url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    transition: all 0.4s ease-out;    
}
a.more2:hover{
    letter-spacing: 2px;
}
a.more2:hover i{
    margin-left: 15px;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:32px;
    }
    .index1_list li .text{
        padding:20px 15px 25px;
    }
    .index1_list li .text .txt {
        margin: 16px 0 25px;
        font-size: 13px;
    }
    .index_mores a{
        font-size: 13px;
    }
}
@media(max-width: 1280px){

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

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

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

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


.index2{
    padding:100px 0px 0;
}
.index2_cont{
    position: relative;
    margin-bottom:50px;
    overflow: hidden;
}
.index2_scroll{
    display: flex;
    pointer-events: auto;
}
/*.index2_scroll p{*/
    
/*    display: inline-block;*/
/*}*/
.index2_scroll img {
    height: 35px;
    margin-right: 64px; 
}
@keyframes rowup-left {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(-500px,0,0);
        transform: translate3d(-500px,0,0);
    }
}
@keyframes rowup-right {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    100% {
        -webkit-transform: translate3d(500px,0,0);
        transform: translate3d(500px,0,0);
    }
}
.index2_cont .mask-left {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left,rgba(255,255,255,0) 0%,#fff 100%);
    z-index: 10;
    width: 300px;
    height: 100%;
}
.index2_cont .mask-right {
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%);
    width: 300px;
    height: 100%;
}
.index2_cont .row1 {
    -webkit-animation: 20s rowup-left linear infinite normal;
    animation: 20s rowup-left linear infinite normal;
    margin-bottom: 32px;
}
.index2_cont .row2 {
    flex-direction: row-reverse;
    -webkit-animation: 20s rowup-right linear infinite normal;
    animation: 20s rowup-right linear infinite normal;
}
.index2_scroll.row1 img:last-child {
    margin-right: 0;
}
.index2_scroll.row2 img:last-child {
    margin-left: 0;
}
@media(max-width: 1600px){

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

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

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

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

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

.index3{
    padding:100px 0 70px;
}
.reason-card-list{
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
    margin-top:42px;
}
.index3 .reason-card-list>div{
    padding: 24px 24px 32px;
    box-sizing: border-box;
    border: 1px solid #e6e7eb;
    border-radius: 8px;
    text-align: left;
}
.index3 .reason-title {
    line-height: 150%;
    font-size: 20px;
}
.index3 .reason-list {
    overflow: hidden;
}
.index3 .reason-list li {
    display: flex;
    align-items: center;
    margin-top: 24px;
    line-height: 20px;
    font-size: 13px;
    color: #676b73;
}
.index3 .reason-list i {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(../images/gou.png) center/cover;
    transform: translateX(-50px);
    filter: drop-shadow(#00bf80 50px 0);
}
.index3 img {
    margin-top: 24px;
    width: 456px;
}

@media(max-width: 1600px){

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

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

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

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

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

.index_bottom{

}
.index_bottom .wrap{
    padding:60px 50px 52px;
    background:url(../images/index_bottom.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}
.index_bottom h2{
    font-size:38px;
    color: #ffffff;
    font-family: "puhui65";
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}
.mess_phone{
    width: 100%;
    max-width: 520px;
    margin:0 auto;
    padding:5px;
    border-radius: 30px;
    background:#fff;
    overflow: hidden;
    display: flex;
}
.mess_phone input{
    width: calc(100% - 180px);
    display: block;
    line-height: 50px;
    font-size:16px;
    color: #999999;
    font-family: "puhui45";
    border:none;
    outline: none;
    background:none;
    padding:0 25px;
}
.mess_phone button{
    width: 180px;
    height: 50px;
    border-radius: 25px;
    font-size:16px;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content: center;
    transition: all 0.4s ease-out;
    background:#de4729;
    border:none;
    outline: none;
    cursor: pointer;
}
.mess_phone button i{
    width: 7px;
    height: 12px;
    background: url(../images/more1.png) no-repeat center;
    margin-left: 12px;
    transition: all 0.4s ease-out;    
}
.mess_phone button:hover{
    letter-spacing: 2px;
}
.mess_phone button:hover i{
    margin-left: 15px;
}
@media(max-width: 1600px){

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

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

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

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

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



/*页面底部*/
footer{
    background:#3a3e47;
}
.foot{
    padding:210px 0 90px;
}
.f_code{
    font-size:14px;
    color: #999999;
    text-align: center;
    max-width: 121px;
    float: right;
}
.f_code p{
    margin-top:5px;
}
.f_contact{
    float: left;
    margin-left: 95px;
}
.f_contact p{
    font-size:14px;
    color: #999999;
    line-height: 1.6;
    margin-bottom: 22px;
}
.f_contact p:last-child{
    margin-bottom: 0;
}
.f_contact p strong{
    font-weight: normal;
    display: block;
    color: #fff;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.f_nav dl{
    color: #999;
    margin-right: 88px;
}
.f_nav dl:last-child{
    margin-right: 0;
}
.f_nav dl dt{
    font-size:18px;
    color: #fff;
    margin-bottom: 22px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    color: #999;
    margin-bottom: 10px;
}
.f_nav dl dd a:last-child{
    margin-bottom: 0;
}
.f_nav dl dd a:hover{
    color: #fff;
}
.copyright {
    padding:22px 0;
    color: #999;
    border-top:1px solid rgba(153,153,153,.2);
    line-height: 1.6;
}
.copyright a{
    color: #999;   
}
.copyright a:hover{
    color: #fff;
}
@media(max-width: 1600px){

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

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

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

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

}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    }    
}


/*----- 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;
    height: 500px;
}
.n_banner img {
    width: 100%;
    text-align: center;
    display:none;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
    line-height: 1.2;
}
.n_banner_text p{
    font-size:16px;
    color: #fff;
    max-width: 500px;
    line-height: 1.6;
    margin-top:15px;
}
.sitemp {
    margin:50px 0 30px;
}
.sitemp .site {
    background: url(../images/nav.png) no-repeat 0% 100%;
    padding-left: 15px;
}
@media(max-width: 1600px){
    .n_banner {
        height: 350px;
    }    
    .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 {
        height: 300px;
    } 
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner {
        height: 220px;
    } 
    .n_banner_text h2{
        font-size:26px;
    }    
}


/*product_list*/
.n_product{
    padding:75px 0;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    float: left;
    width: 23.5%;   
    margin-right: 2%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li a.img{
    display: block;
    width: 100%;
    overflow: hidden;
}
.product_list li img{
    width: 100%;
}
.product_list li a.img:hover img{
    transform: scale(1.1);
}
.product_list li .text{
    padding:15px;
    background:#f9f9f9;
}
.product_list li h3 a{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}
.product_list li h3:hover a{
    color: #de4729;
}
.product_list li .txt{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pd1{
    padding:100px 0;
}
.pd1_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:50px;
}
.pd1_list li{
    width: 30%;
    margin-right: 5%;
    max-width: 240px;
    text-align: center;
}
.pd1_list li:nth-child(3n){
    margin-right: 0;
}
.pd1_list li .img{
    width: 120px;
    margin:0 auto;
}
.pd1_list li h3{
    font-size: 20px;
    color: #373d40;
    margin: 16px 0 8px;
    font-weight: normal;
    line-height: 1.6;
    font-family: "puhui55";
}
.pd1_list li .txt{
    line-height: 1.8;
}
.pd2{
    padding:100px 0;
    background: #f7f9fa;
}
.pd2_list{
    margin-top:50px;
}
.pd2_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 50px;
}
.pd2_list li:last-child{
    margin-bottom: 0;
}
.pd2_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.pd2_list li .img{
    width: 50%;
}
.pd2_list li .text{
    width: 34%;
}
.pd2_list li .text h3{
    font-size: 20px;
    color: #373d40;
    font-weight: normal;
    line-height: 1.6;
    font-family: "puhui55";
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}
.pd2_list li .text h3::after {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background: #de4729;
    position: absolute;
    left:0;
    bottom:0;
}
.pd2_list li .text .txt{
    line-height: 1.8;    
}
@media(max-width: 1440px){

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

/*关于我们*/
.dw{
    position: absolute;
    top:-90px;
}
.about1{
    padding:100px 0;
    position: relative;
}
.about1 .text{
    margin-top:25px;
    font-size:16px;
    color: #333;
}
.about2{
    padding:100px 0;
    background: #f7f9fa;
}
.about_list1{
    margin-top:25px;
    display: flex;
    flex-wrap: wrap;
}
.about_list1 li{
    width: 23.5%;
    margin-right: 2%;
    background:#fff;
    text-align: center;
    padding:40px 20px;
}
.about_list1 li:nth-child(4n){
    margin-right: 0;
}
.about_list1 li .img{
    width: 100px;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.about_list1 li .img img{
    height: 100%;
}
.about_list1 li h3{
    font-size: 24px;
    line-height: 1;
    color: #262a33;
    margin-bottom: 16px;
    font-family: "puhui55";
}
.about_list1 li p{
    font-size: 16px;
    line-height: 1.6;
    color: #51555c;
}

.about3{
    padding:100px 0;
}

.about4{
    padding:100px 0;
    background: #f7f9fa;
}
.about4 .index_t1{
    margin-bottom: 50px;
}
@media(max-width: 1440px){

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

.n_news{
    padding:75px 0 50px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:45px;
}
.sort li{
    margin-right: 35px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    padding:12px 25px;
    line-height: 1em;
    font-size:20px;
    color: #343434;
    border-radius: 25px;
    font-weight: bold;
}
.sort li a:hover{
    background:#e23822;
    color: #fff;
}
.sort li a.on{
    background:#e23822;
    color: #fff;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list1{
    margin-top:60px;    
}
.news_list li{
    width: 29%;
    margin-right: 6.5%;
    margin-bottom:65px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    position: relative;
    overflow:hidden;
    color: #fff;
    border-radius: 7px;
}
.news_list li a:before {
    content: '';
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0;
    position: absolute;
    transition: all .3s;
    background: -moz-linear-gradient(top, rgba(103, 133, 193, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(103, 133, 193, 0) 0%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(103, 133, 193, 0) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c1', endColorstr='#000000', GradientType=0);
}
.news_list li a .index_t1{
    position: absolute;
    left: 30px;
    top: 30px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    background: #ff2782;
    color: #ffffff;
    padding: 7px 12px;
    border-radius: 30px;
}
.news_list li .text{
    position: absolute;
    left: 30px;
    bottom: 10px;
    width: calc(100% - 60px);
    transition: all .3s;
    margin-bottom: 0px;    
}
.news_list li .text h3{
    color: #fff;
    font-size: 20px;
    line-height: 1.6em;
    /*height:60px;*/
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li .text p{
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px solid #ffffff;
    opacity: 1;
    /*visibility: hidden;    */
}
.news_list li .text p span{
    display: inline-block;
    font-size: 13px;
    margin-right: 18px;    
}
.news_list li a:hover .index_t1 {
    visibility: visible;
    opacity: 1;
    transform: scale(1);

    color: #fff;
    background: #e23822;
}
.news_list li a:hover:before {
    background: -moz-linear-gradient(top, rgba(103, 133, 193, 0) 0%, rgba(103, 133, 193, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(103, 133, 193, 0) 0%, rgba(103, 133, 193, 1) 100%);
    background: linear-gradient(to bottom, rgba(103, 133, 193, 0) 0%, rgba(103, 133, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6785c1', endColorstr='#6785c1', GradientType=0);
}
.news_list li a:hover .text{
/*    bottom:0;*/
    margin-bottom:0;
}
.news_list li a:hover .text p{
    opacity: 1;
    visibility: visible;
}
.news_detail{
    padding:75px 0;
}
.news_detail h1{
    font-size:30px;
    color: #333;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #808080;
}
.news_detail .content{
    padding:25px 0;
    margin:30px 0 50px;
    font-size:16px;
    color: #333;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}
@media(max-width: 1600px){
    .news_list li .text {
        position: absolute;
        left: 15px;
        bottom: 5px;
        width: calc(100% - 30px);
        /*margin-bottom: -50px;*/
    }
    .news_list li .text h3{
        font-size:16px;
    }
    .news_list li .text p {
        padding-top: 3px;
        margin-top: 5px;
    }
}
@media(max-width: 1440px){
    .news_detail h1 {
        font-size: 24px;
    }
    .news_detail .content {
        padding: 20px 0;
        margin: 20px 0 30px;
        font-size: 15px;
    }
}
@media(max-width: 1259px){
    .news_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px){
    .news_list li {
        width: 23.5%;
        margin-right: 2%;
    }
    .news_list li .text {
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        /*margin-bottom: -82px;*/
    }
    .news_list li .text h3 {
        font-size: 15px;
    }
    .news_list li .text p span{
        font-size: 13px;
    }
}
@media(max-width: 768px){
    .news_list1 {
        margin-top: 30px;
    }
    .news_list li {
        width: 49%;
        margin-bottom: 15px;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0%;
    }
    .news_list li .text{
        /*margin-bottom:-50px;*/
    }
    .news_list li .text h3 {
        font-size: 14px;
    }
    .news_list li .text p span {
        font-size: 12px;
    }
    .news_list li .text p {
        padding-top: 10px;
        margin-top: 10px;
    }
    .news_detail{
        padding:55px 0;
    }
    .news_detail h1 {
        font-size: 20px;
    }
    .info_title{
        font-size:14px;
    }
    .news_detail .content {
        padding: 10px 0;
        margin: 10px 0 20px;
    }
}
@media(max-width: 767px){
    .news_list li .text {
        /*margin-bottom: -75px;*/
    }
    .index5 a.more1 {
        margin: 20px auto 0;
    }
    .news_list li .text p{
        display:none;
    }
    .news_detail{
        padding:40px 0;
    }
    .news_detail h1 {
        font-size: 17px;
    }
    .news_detail .content {
        padding: 10px 0;
        margin: 10px 0 20px;
    }
}


.n_job{
    padding:55px 0 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;
    }    
}



/*联系我们*/
.contact_cont{
    padding:75px 0;
    background:url(../images/contact_bg1.jpg) no-repeat center;
    background-size: cover;
}
.contact_cont .text{
    padding:60px 40px 40px 80px;
    background:rgba(255,255,255,.46);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    max-width: 618px;
}
.contact_cont .text .index_t1 h2{
    text-align: left;
    font-family: "puhui55";
}
.contact_cont .text .txt{
    font-size:18px;
    color: #4c4c4c;
    margin:20px 0 30px;
}
.contact_cont .text .txt p a{
    color: #e60012;
}
.contact_code{
    display: flex;
    align-items:center;
}
.contact_code p{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    padding-left: 28px;
}
@media(max-width: 1440px){
    .contact_cont .text,.customer_cont .text{
        padding:40px;
    }
    .contact_cont .text .txt,.customer_cont .text .txt{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1099px){
    
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    
}

.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:#d82427;
    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{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:24px;
        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;
    }
}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.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: 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 #de4729;
    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:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    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;
}