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

}
.wrap{
    width: 85%;
    max-width: 1570px;
    margin: 0 auto;
}
.wrap2{
    max-width: 1430px;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    
}
.head_r{
    max-width: 80%;
    display: flex;
    align-items: center;
}
a.h_lang{
    display: flex;
    align-items:center;
    font-size:18px;
    color: #606060;
    font-family: "puhui65";
    margin-right: 25px;
    margin-left: 120px;
    line-height: 1;
}
a.h_lang i{
    margin-right: 5px;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 48px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    text-align: center;
}
.nav li a.a1{
    font-size: 18px;
    color: #606060;
    font-family: "puhui65";
    line-height: 100px;    
}
.nav li:hover a.a1,.nav li.on a.a1{
    color: #f39700;
}
.nav li:hover a.a1:after,.nav li.on a.a1:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    left:0;
    height: 2px;
    background:#f39700;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100px;
    left:-20%;
    z-index: 999;
    background-color: #fff;
    width: 140%;
    box-shadow: 0 0 10px #ddd;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
}
.nav li .b_nav a:hover{
    background:#f39700;
    color: #fff;
}
#index_banner{

}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
    color: #fff;
}
.banner_text h2{
    font-size:48px;
    font-family: "puhui75";
    line-height: 1.4;
    margin-bottom: 70px;
}
a.more{
    width: 180px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size:18px;    
}
a.more i{
    width: 27px;
    height: 7px;
    margin-left: 22px;
}
a.more1{
    color: #ffffff;
    background:#f39700;
    border:2px solid #f39700;
}
a.more1 i{
    background:url(../images/more1.png) no-repeat center;
    background-size: contain;
}
#index_banner .swiper-pagination{
    bottom:45px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background:#fff;
    opacity: 1;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 60px;
    background:#f39700;
}
@media(max-width: 1600px){
    .wrap{
        width: 88%;
    }
    .logo img{
        max-height: 60px;
    }
    .nav li{
        margin-right: 40px;
    }
    .nav li a.a1{
        line-height: 80px;
    }
    .nav li .b_nav{
        top:80px;
    }
    a.h_lang {
        font-size: 16px;
        margin-left: 70px;
    }
    .banner_text h2{
        font-size:32px;
        margin-bottom:55px;
    }
    a.more{
        width: 120px;
        height: 45px;
        font-size: 15px;
    }
    a.more i{
        width: 20px;
        height: 5px;
        margin-left: 12px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width: 30px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet-active{
        width: 45px;
    }

}
@media(max-width: 1280px){
    .nav li{
        margin-right: 35px;
    } 
    a.h_lang {
        margin-left: 50px;
    } 
    .banner_text h2{
        font-size:28px;
        margin-bottom:50px;
    }
    a.more{
        width: 105px;
        height: 40px;
        font-size: 14px;
    }
    a.more i{
        margin-left: 10px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width: 90%;
    }
}
@media(max-width: 1024px){
    .nav li{
        margin-right: 30px;
    }     
    .nav li a.a1{
        font-size:17px;
    }
    #index_banner .swiper-pagination{
        bottom:10px;
    }
}
@media(max-width: 991px){
    .head{
        padding:5px 0;
    }
    .logo img{
        max-height: 50px;
    }
    .nav{
        display: none;
    }
    a.h_lang{
        margin-left: 0;
        margin-right: 20px;
    }
    .banner_text h2{
        font-size:24px;
        margin-bottom:35px;
    }
    .h100{
        display: block;
        height: 60px;
        width: 100%;
    }
}
@media(max-width: 820px){
    .wrap{
        width: 94%;
    }  
    a.h_lang{
        margin-right: 15px;
    }
    a.more{
        width: 95px;
        height: 35px;
        font-size: 13px;
    }
    a.more i{
        margin-left: 6px;
    }
}
@media(max-width: 640px){
    .logo{
/*        width: 30%;*/
    }
    a.h_lang{
        margin-right: 10px;
    }
    .banner_text h2{
        font-size:20px;
        margin-bottom:15px;
    }

    #index_banner .swiper-pagination{
        bottom: 5px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet{
        width: 25px;
    }
    #index_banner .swiper-pagination .swiper-pagination-bullet-active{
        width: 35px;
    }
}


/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
    /*position: relative;*/
}
.ss{
/*    width: 20px;
    height: 90px;
    background:url(../images/ss.png) no-repeat center;*/
    cursor: pointer;
}
.h_search{
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 160px;
    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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #fff;
    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: #fff;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    .h_search{
        top:80px;
    }    
}
@media(max-width:1280px){
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1130px){
    .search{
        margin-right:10px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:991px){
    .search{
        margin-right:10px;
    }
    .h_search{
        top:60px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}

/*首页产品*/
.index_product{

}
.index_product_tabs{
    padding:60px 0 80px;
}
.index_product_tab{
    display: none;
}   
.index_product_tab .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.index_product_tab .wrap .text{
    width: 36%;
    max-width: 450px;
}
.index_t1{
/*    text-align: center;*/
}
.index_t1 p{
    font-size:24px;
    color: #f39700;
    line-height: 1;
    font-family: "puhui75";
    margin-bottom: 18px;
}
.index_t1 h2{
    font-size:48px;
    color: #1a1a1a;
    line-height: 1;
}
.index_product_tab .wrap .text .txt{
    margin:28px 0 72px;
    font-size:16px;
    color: #4c4c4c;
    font-family: "puhui45";
    line-height: 1.6;
}
a.more2{
    border:1px solid #f39700;
}
a.more2 span{
    color: #f39700;
}
a.more2 i{
    background:url(../images/more2.png) no-repeat center;
    background-size: contain;    
}
a.more2:hover{
    background:#f39700;
}
a.more2:hover span{
    color: #fff;    
}
a.more2:hover i{
    background:url(../images/more1.png) no-repeat center;
    background-size: contain;    
}
.index_product_tab .wrap .img{
    width: 62.2%;
}
.index_product_li{
    background:#4d4d4d;
    display: flex;
    align-items:center;
    height: 80px;
}
.index_product_li li{
    width: 20%;
    text-align: center;
    font-size:24px;
    color: #fff;
    line-height: 1.4;
    font-family: "puhui75";
    position: relative;
    height: 80px;
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
}
.index_product_li li:after{
    content:'';
    position: absolute;
    right:-1px;
    top:50%;
    margin-top:-22px;
    width: 1px;
    height: 44px;
    background:#fff;
}
.index_product_li li:last-child:after{
    display: none;
}
.index_product_li li.cur{
    background:#f39700;
}
@media(max-width: 1600px){
    .index_product_tabs{
        padding:60px 0;
    }
    .index_t1 p{
        font-size:20px;
        margin-bottom: 15px;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_product_tab .wrap .text .txt {
        margin: 25px 0 40px;
        font-size: 14px;
    }
    .index_product_li{
        height: 60px;
    }
    .index_product_li li{
        font-size:20px;
        height: 60px;
    }
}
@media(max-width: 1280px){
    .index_product_tabs {
        padding: 35px 0;
    }
    .index_t1 p{
        font-size:18px;
        margin-bottom: 12px;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .index_product_li{
        height: 50px;
    }
    .index_product_li li {
        font-size: 18px;
        height: 50px;
    }
    .index_product_li li:after {
        margin-top: -16px;
        height: 32px;
    }
}
@media(max-width: 1199px){
    .index_product_tab .wrap .text .txt {
        margin: 15px 0 25px;
        font-size: 14px;
    }

}
@media(max-width: 991px){
    .index_product_tabs {
        padding: 20px 0;
    }

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

    .index_t1 p{
        font-size:17px;
    }
    .index_t1 h2{
        font-size:26px;
    }
    .index_product_tab .wrap .text .txt{
        font-size:13px;
    }
}
@media(max-width: 640px){
    .index_t1 p{
        font-size:16px;
        margin-bottom:10px;
    }
    .index_t1 h2{
        font-size:24px;
    }  
    .index_product_tab .wrap .text{
        width: 100%;
    }
    .index_product_tab .wrap .text .txt {
        margin: 15px 0 20px;
    }
    .index_product_tab .wrap .img{
        width: 100%;
        margin-top:15px;
    }
    .index_product_li{
        height: 40px;
    }
    .index_product_li li {
        font-size: 14px;
        height: 40px;
    }
    .index_product_li li:after {
        margin-top: -11px;
        height: 22px;
    }
}
@media(max-width: 460px){
    .index_product_li li{
        font-size: 11px;
        /*width:auto;*/
        /*flex:1;*/
    }
}

.index_about{
    padding:40px 0;
    background:#e7e7e7;
    position: relative;
}
.dw{
    position: absolute;
    top:-60px;
}
.index_about .wrap{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
}
.index_about .wrap .text{
    width: 55%;
}
.index_about .wrap .text .index_t1 h2{
    color: #f39700;
}
.index_about .wrap .text .txt{
    margin:20px 0 45px;
    font-size:24px;
    color: #1a1a1a;
    line-height: 1.6;
}

.index_about .wrap .img{
    position: relative;
    right: -70px;
    width: 40.3%;
}
.index_about2{
    position: relative;
    overflow: hidden;
}
.index_about2 .wrap:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    left:-245px;
    width: calc(66% + 245px);
    height: 100%;
    z-index: -2;
    background:#fff;
}
.index_about2 .wrap:after{
    content:'';
    position: absolute;
    top:0;
    right:-245px;
    width: calc(34% + 245px);
    height: 100%;
    z-index: -1;
    background:#f2f2f2;
}
.index_about2 .wrap{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.index_about2 .num_list{
    width: 66%;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    padding:60px 0;
}
.num_list li{
    margin-right: 135px;
}
.num_list li:last-child{
    margin-right: 0;
}
.num_list li .img{

}
.num_list li .p1{
    margin:15px 0 10px;
    line-height: 1;
}
.num_list li .p1 span{
    font-size:70px;
    color: #1a1a1a;
    font-family: "puhui75";
    line-height: 1;
}
.num_list li .p1 font{
    font-size:30px;
    color: #1a1a1a;
    font-family: "puhui45";
    line-height: 1;
}
.num_list li .p2{
    font-size:16px;
    color: #666666;
    font-family: "puhui45";
}
.index_about2 .text{
    width: 34%;
    line-height: 1;
    text-align: right;
    padding:105px 0 0;
}
.index_about2 .text .p1{
    font-size:40px;
    color: #f39700;
    font-family: "puhui105";
}
.index_about2 .text .p2{
    font-size:50px;
    color: #1a1a1a;
    font-family: "puhui65";
    margin-top:26px;
}
@media(max-width: 1760px){
    .num_list li{
        margin-right: 100px;
    }
}
@media(max-width: 1600px){
    .index_about .wrap .text .txt {
        margin: 15px 0 35px;
        font-size: 16px;
    }
    .num_list li .p1 span{
        font-size:56px;
    }
    .num_list li .p1 font{
        font-size:18px;
    }
    .index_about2 .text .p1{
        font-size:26px;
    }
    .index_about2 .text .p2{
        font-size:34px;
        margin-top:22px;
    }
    .index_about .wrap .img{
        right: -40px;
    }
    .index_about2 .text{
        padding:75px 0 0;
    }
}
@media(max-width: 1280px){
    .index_about .wrap .text .txt{
        font-size:14px;
        margin: 10px 0 25px;
    }
    .num_list{
        padding:40px 0;
    }
    .num_list li {
        margin-right: 75px;
    }
    .num_list li .p1 span{
        font-size:42px;
    }
    .num_list li .p1 font{
        font-size:15px;
    }
    .index_about2 .text{
        padding:55px 0 0;
    }
    .index_about2 .text .p1{
        font-size:22px;
    }
    .index_about2 .text .p2{
        font-size:28px;
        margin-top:20px;
    }
    .index_about .wrap .img{
        right: -10px;
    }
}
@media(max-width: 1199px){
    .index_about .wrap .img{
        right: 0px;
    }
    .num_list li .p1{
        margin:15px 0 3px;
    }
    .num_list li .p1 span{
        font-size:36px;
    }
    .num_list li .p1 font{
        font-size:14px;
    }
    .index_about2 .text{
        padding:50px 0 0;
    }
}
@media(max-width: 991px){
    .num_list {
        padding: 20px 0;
    }
    .num_list li {
        margin-right: 55px;
    }
    .num_list li .img img{
        max-height: 32px;
    }
    .index_about2 .text .p1 {
        font-size: 20px;
    }
    .index_about2 .text .p2 {
        font-size: 25px;
        margin-top: 15px;
    }
}
@media(max-width: 820px){
    .num_list li {
        margin-right: 40px;
    }
}
@media(max-width: 640px){
    .index_about2 .wrap{
        width: 100%;
    }
    .index_about2 .wrap:before,.index_about2 .wrap:after{
        display: none;
    }
    .index_about .wrap .text{
        width: 100%;
    }
    .index_about .wrap .text .txt{
        margin: 10px 0 20px;
    }
    .index_about .wrap .img{
        width: 100%;
        margin-top:25px;
        text-align: center;
    }
    .index_about2 .num_list{
        justify-content: space-between;
        width: 100%;
        padding:25px 3%;
    }   
    .num_list li{
        margin-right: 0;
    }
    .num_list li .p1 span {
        font-size: 28px;
    }
    .num_list li .p2{
        font-size:15px;
    }
    .index_about2 .text{
        width: 100%;
        padding:25px 3%;
        text-align: center;
        background:#f2f2f2;
    }
    .index_about2 .text .p1 {
        font-size: 18px;
    }
    .index_about2 .text .p2 {
        font-size: 22px;
        margin-top: 12px;
    }
}

.index_nl{
    padding:100px 0;
    background:url(../images/index_nl_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.index_nl .index_t1 h2{
    color: #fff;
}
.index_nl .text{
    margin-top:240px;
    display: flex;
    justify-content: flex-end;
}
.index_nl .text .text2{
    width: 50%;
    max-width: 505px;
}
.index_nl .text .text2 .txt{
    font-size:16px;
    font-family: "puhui45";
    margin-bottom: 35px;
}
a.more3{
    color: #fff;
    border:1px solid #fff;
    width: 100%;
    justify-content: space-between;
    padding:0 50px;
}
a.more3 i{
    background:url(../images/more1.png) no-repeat center;
    background-size: contain;
}
a.more3:hover{
    background:#f39700;
    border:1px solid #f39700;
}
@media(max-width: 1600px){
    .index_nl .text{
        margin-top:150px;
    }
    .index_nl .text .text2 .txt{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index_nl{
        padding:75px 0;
    }
    .index_nl .text {
        margin-top: 100px;
    }
    .index_nl .text .text2 .txt{
        font-size:14px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index_nl{
        padding:55px 0;
    }
    .index_nl .text {
        margin-top: 70px;
    }
    .index_nl .text .text2{
        width: 60%;
    }
}
@media(max-width: 640px){
    .index_nl{
        padding:40px 0;
    }
    .index_nl .text {
        margin-top: 25px;
    }
    .index_nl .text .text2{
        width: 100%;
    }  
    .index_nl .text .text2 .txt{
        margin-bottom: 25px;
    } 
    a.more3{
        max-width:115px;
        padding:0 12px;
    }
}


.index_news{
    padding:103px 0 93px;
}
.index_news .index_t1 h2{
    color: #f39700;
}
.index_news_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:50px;
}
.index_news_l{
    width: 48%;
}
.news_list1 .p1{
    font-size:16px;
    color: #7c7c7c;
    font-family: "puhui65";
    margin-top:40px;
}
.news_list1 h3 a,.news_list2 h3 a{
    display: block;
    font-size:22px;
    color: #2d2d2d;
    line-height: 1.2;
    margin:8px 0 7px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list1 .p2,.news_list2 .p2{
    font-size:16px;
    color: #3c3c3c;
    font-family: "puhui45";
    margin-bottom: 18px;
}
.news_list1 a.more,.news_list2 a.more{
    font-size:14px;
    width: 140px;
    height: 50px;
}
.news_list1 a.more i{
    margin-left: 12px;
/*    background-size: 23px;*/
    width: 23px;
    height: 6px;
}

.index_news_r{
    width: 48%;
}
.news_list2{

}
.news_list2 li{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    border-bottom: 1px solid #d5d5d5;
    padding:37px 0;
}
.news_list2 li:nth-child(1){
    padding-top:0;
}
.news_list2 li .p1{
    width: 96px;
    font-size:16px;
    color: #7c7c7c;
    font-family: "puhui65";
    line-height: 1;
    text-align: center;
}
.news_list2 li .p1 span{
    display: block;
    font-size:40px;
    color: #2d2d2d;
    font-family: "puhui85";
    margin-bottom: 15px;
}
.news_list2 li .text{
    width: calc(100% - 96px);
    padding-left: 34px;
}
.news_list2 h3 a{
    margin-top:0;
}
.news_list2 a.more{
    color: #8c8c8c;
}
@media(max-width: 1600px){
    .index_news{
        padding:90px 0;
    }
    .news_list2 li{
        padding:30px 0;
    }
    .news_list1 .p1{
        margin-top:25px;
    }
    .news_list1 .p1,.news_list1 .p2, .news_list2 .p2{
        font-size:14px;
    }
    .news_list1 h3 a, .news_list2 h3 a{
        font-size: 18px;
    }
    .news_list2 li .p1{
        font-size:15px;
    }
    .news_list2 li .p1 span{
        font-size:32px;
        margin-bottom: 10px;
    }
    .news_list2 li .text{
        padding-left: 20px;
    }
    .news_list1 a.more, .news_list2 a.more {
        width: 120px;
        height: 45px;
    }
}
@media(max-width: 1280px){
    .index_news{
        padding:75px 0;
    }
    .news_list2 li{
        padding:25px 0;
    }


    .news_list1 a.more, .news_list2 a.more {
        width: 105px;
        height: 40px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
    .index_news_cont{
        margin-top:35px;
    }
    .news_list1 .p1 {
        margin-top: 15px;
    }
    .news_list1 a.more, .news_list2 a.more {
        width: 95px;
        height: 35px;
        font-size: 13px;
    }
    .news_list1 h3 a, .news_list2 h3 a {
        font-size: 16px;
    }
    .news_list1 .p2, .news_list2 .p2{
        margin-bottom: 10px;
    }
    .news_list2 li {
        padding: 20px 0;
    }
    .news_list2 li .p1{
        width: 80px;
    }
    .news_list2 li .text {
        padding-left: 12px;
        width: calc(100% - 80px);
    }
}
@media(max-width: 640px){
    .index_news{
        padding:40px 0;
    }  
    .index_news_cont{
        margin-top:30px;
    }
    .index_news_l{
        display: none;
    }
    .index_news_l,.index_news_r{
        width: 100%;
    } 
    .index_news_l{
/*        margin-top:25px;*/
    }

}

/*首页底部*/
.index_bottom{
    background:url(../images/index_bottom_bg.jpg) no-repeat center;
    background-size: cover;
    padding:150px 0 130px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.index_bottom .index_t1 h2{
    color: #fff;
}
.index_bottom .txt{
    font-size:18px;
    margin:20px 0 65px;
}
.index_bottom a{
    color: #fff;
    border:1px solid #fff;
}
.index_bottom a span{
    color: #fff;
}
.index_bottom a i{
    background:url(../images/more1.png) no-repeat center;
    background-size: contain;
}
.index_bottom a:hover{
    border:1px solid #f39700;
}
@media(max-width: 1600px){
    .index_bottom{
        padding:95px 0;
    }
    .index_bottom .txt {
        font-size: 15px;
        margin: 20px 0 50px;
    }
}
@media(max-width: 1280px){
    .index_bottom{
        padding:75px 0;
    }
    .index_bottom .txt {
        font-size: 14px;
        margin: 15px 0 40px;
    }
}
@media(max-width: 1199px){

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

}
@media(max-width: 820px){
    .index_bottom{
        padding:55px 0;
    }
}
@media(max-width: 640px){
    .index_bottom{
        padding:40px 0;
    }   
    .index_bottom .txt {
        margin: 12px 0 25px;
    }
}


/*页面底部*/
footer{
    background:#333;
}
.foot{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding:90px 0 120px;
}
.f_logo{
    width: 124px;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 124px);
    padding-right: 190px;
}
.f_nav dl{

}
.f_nav dl dt{
    font-size:22px;
    color: #fff;
    font-family: "puhui65";
    margin-bottom: 15px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    font-size:16px;
    display: block;
    color: #808080;
}
.f_nav dl dd a:hover{
    color: #fff;
}
.foot2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-end;
    padding-bottom: 40px;
}
.f_contact{
    display: flex;
    flex-wrap: wrap;
}
.f_contact dl{
    margin-right: 95px;
}
.f_contact dl:last-child{
    margin-right: 0;
}
.f_contact dl dt{
    font-size:18px;
    color: #fff;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 12px;
    position: relative;
}
.f_contact dl dt:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 29px;
    height: 3px;
    background:#f39700;
}
.f_contact dl dd{
    font-size:18px;
    color: #949494;
    line-height: 1.2;
}
.f_share{
    display: flex;
}
.f_share a{
    display: block;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}
.f_share a:last-child{
    margin-right: 0;
}
.f_share a .f_code{
    position: absolute;
    top:-138px;
    left:50%;
    margin-left: -62px;
    width: 124px;
    display: none;
    z-index: 9999;
}
.f_share a:hover .f_code{
    display: block;
}
.copyright{
    padding:25px 0 22px;
    color: #949494;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "puhui45";
    font-size:16px;
    line-height: 1.4;
    border-top:1px solid #595959;
}
.copyright a{
    font-size:16px;
    color: #949494;  
    font-family: "puhui45"; 
}
.copyright a:hover{
    color: #fff;
}
.copyright_l{
    display: flex;
}
.copyright_a{
    margin-left: 25px;
}
.copyright_a span{
    margin:0 10px;
}
.copyright_r{
    font-family: "puhui45";    
}
@media(max-width: 1600px){
    .foot{
        padding:55px 0 95px;
    }
    .f_nav{
        padding-right: 100px;
    }
    .f_nav dl dt{
        font-size:18px;
        margin-bottom: 10px;
    }
    .f_nav dl dd a{
        font-size:14px;
    }
    .f_contact dl{
        margin-right: 75px;
    }
    .f_contact dl dd{
        font-size:15px;
    }
    .f_share a .f_code{
        top:-130px;
    }
    .copyright{
        padding:15px 0;
        font-size:14px;
    }
    .copyright a{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .foot{
        padding:40px 0 75px;
    }
}
@media(max-width: 1199px){
    .f_nav{
        padding-right: 50px;
    }
}
@media(max-width: 991px){
    .f_share{
        display: none;
    }
    .f_share a .f_code{
        top: -100px;
        margin-left: -45px;
        width: 90px;
    }
}
@media(max-width: 820px){
    .foot{
        padding:35px 0 55px;
    }
    .f_contact dl{
        margin-right: 50px;
    }
    .copyright {
        padding: 12px 0;
        text-align:center;
    }
    .copyright_l,.copyright_r{
        width:100%;
        flex-wrap:wrap;
        justify-content:center;
    }
    .copyright_a{
        margin-left:15px;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    } 
    .foot{
        padding:35px 0 25px;
    }  
    .f_nav{
        display: none;
    }
    .f_logo{
        margin:0 auto;
        text-align: center;
    }
    .f_logo img{
        max-width: 65px;
    }
    .foot2{
        padding:0 0 20px;
    }
    .f_contact dl{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .f_contact dl:last-child{
        margin-bottom: 0;
    }
    .f_contact dl dt {
        font-size: 17px;
        padding-bottom: 12px;
        margin-bottom: 10px;
    }
    .copyright{
        padding:10px 0;
        line-height:1.6;
    }
    .copyright,.copyright a{
        font-size:12px;
    }
    .copyright_a{
        margin-left:10px;
    }
    .copyright_a span {
        margin: 0 5px;
    }

}


/*----- 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;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: 5s;
}
.n_banner img.m_img{
    display: none;
}
@keyframes mymove4 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

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

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}
.n_banner_text{
    color: #fff;
    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;
    font-family: "puhui75";
/*    padding-top:50px;*/
}

.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_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: 860px){
    /*.n_banner{*/
    /*    margin-top:80px;*/
    /*}*/
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    /*.n_banner{*/
    /*    margin-top:55px;*/
    /*}*/
    .n_banner_text h2{
        font-size:26px;
    }    
}
@media(max-width: 640px){
    .n_banner img.pc_img{
        display: none;
    }
    .n_banner img.m_img{
        display: block;
    }
}


.dingwei {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    width: 100%;
}
/*关于我们*/
.about1{
    position: relative;
    padding:100px 0 ;
}
.about1 .text{
    font-size:18px;
    margin-top:20px;
    line-height: 1.5;
}
.about2{
    background:url(../images/about2_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.qywh_list{
    display: flex;
    flex-wrap: wrap;
}
.qywh_list li{
    width: calc(100% / 3);
    height: 700px;
    text-align:center;
    color: #fff;
    padding:120px 20px 20px;
}
.qywh_list li .p1{
    font-size:44px;
    font-family: "puhui85";
    line-height: 1.1;
    text-transform: uppercase;
}
.qywh_list li .p2{
    font-size:30px;
    line-height: 1;
    padding-top:50px;
    margin-top:30px;
    position: relative;
}
.qywh_list li .p2:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left:-28.5px;
    width: 57px;
    height: 4px;
    background:#fff;
}
.qywh_list li .txt{
    font-size:16px;
    line-height: 2em;
    height: 10em;
    margin-bottom:65px;
    margin-top:30px;
}
.qywh_list li .txt2{
    font-size:20px;
    color: #fff;
    opacity: .4;
    line-height: 1.6;
}
.qywh_list li .txt2 span{
    display: block;
    margin-top:3px;
}
.qywh_list li:hover{
    background:#f39700;
}
.qywh_list li:hover .txt2{
    opacity: 1;
}
.about3{
    padding:105px 0 85px;
    background: url(../images/about3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about3 .index_t1 span{
    opacity: .1;
}
.about3 .index_t1 h2{
    color: #fff;
}
#fzlc{
    margin-top:100px;
}
#fzlc_t{
    padding-bottom:72px;
}
#fzlc_t:after{
    content:'';
    position: absolute;
    left:0;
    bottom:46px;
    width: 100%;
    height: 2px;
    background:rgba(255,255,255,.2);
}
#fzlc_t .swiper-wrapper,#fzlc_b .swiper-wrapper{
    height: auto;
}
#fzlc_t .swiper-slide{
    font-size:36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
#fzlc_t .swiper-slide:before{
    content:'';
    position: absolute;
    bottom:-31px;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-left: -5.5px;
    background:url(../images/fz_ico1.png) no-repeat center;
}
#fzlc_t .swiper-slide-thumb-active:before{
    bottom:-34px;
    width: 17px;
    height: 17px;
    margin-left: -8.5px;
    background:url(../images/fz_ico2.png) no-repeat center;
}
#fzlc_t .swiper-slide:after{
    content:'';
    position: absolute;
    bottom:-72px;
    left:50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;  
    margin-left: -12px; 
    opacity: 0; 
}
#fzlc_t .swiper-slide-thumb-active:after{
    opacity: 1;
}
#fzlc .swiper-button-prev{
    width: 17px;
    height: 31px;
    background:url(../images/left1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc .swiper-button-next{
    width: 17px;
    height: 31px;
    background:url(../images/right1.png) no-repeat center;
    margin-top:-50px;
}
#fzlc_b{
    border-radius: 10px;
    background:#fff;
}
#fzlc_b .swiper-slide{
/*    padding-top:12px;*/
}
#fzlc_b .swiper-slide .text{
    background:#fff;
    padding:30px 65px;
    min-height:162px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    /*justify-content: center*/
}
#fzlc_b .swiper-slide .p1{
    font-size:30px;
    color: #223574;
    line-height: 1;
    /*width: 200px;*/
    padding-right: 50px;
}
#fzlc_b .swiper-slide .p2{
    font-size:20px;
    color: #1a1a1a;
    line-height: 1.6;
    margin-top:0px;
    max-width: calc(100% - 200px);
    position: relative;
    padding-left: 15px;
}
#fzlc_b .swiper-slide .p2:before{
    content:'';
    position: absolute;
    left:0;
    top:13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1a1a1a;
}
.about4{
    padding:108px 0 0;
    position: relative;
}
#ryzz{
    margin-top:48px;
    padding-bottom: 10px;
}
#ryzz .swiper-slide .ryzz_cont{
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#ryzz .img img{
    width: 100%;
}
#ryzz .text{
  padding: 25px 30px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
}
#ryzz h3.c-title{
    position: relative;
    z-index: 2;
/*    margin-top: 15px;*/
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-family: "puhui55";
    text-align: center;
}
.about5{
    padding:97px 0;
    position: relative;
}
.gshj{
    margin-top:42px;
}
#gshj .img{
    border-radius: 10px;
}
@media(max-width: 1600px){
    .about1,.about5{
        padding:95px 0 ;
    }
    .about1 .text{
        font-size:15px;
        margin-top:15px;
    }
    #fzlc {
        margin-top: 70px;
    }
    #fzlc_t .swiper-slide{
        font-size:30px;
    }
    #fzlc_b .swiper-slide .p1{
        font-size:26px;
    }
    #fzlc_b .swiper-slide .p2{
        font-size:16px;
    }
    #fzlc_b .swiper-slide .p2:before{
        top:9px;
    }
    #fzlc_b .swiper-slide .text{
        padding:30px 70px;
    }
    #ryzz .text{
        height:100px;
    }
    #ryzz h3.c-title{
        font-size:17px;
    }
    .about4{
        padding:90px 0 0;
    }
}
@media(max-width: 1280px){
    .about1,.about5{
        padding:75px 0 ;
    }
    .qywh_list li {
        padding: 75px 20px 20px;
        height: 560px;
    }
    .qywh_list li .p1 {
        font-size: 30px;
    }
    .qywh_list li .p2 {
        font-size: 24px;
        padding-top: 30px;
        margin-top: 20px;
    }
    .qywh_list li .txt {
        margin-bottom: 35px;
        margin-top: 20px;
    }
    #fzlc_t .swiper-slide{
        font-size:26px;
    } 
    #ryzz .text{
        height:75px;
        padding:15px 15px;
    }
    #ryzz h3.c-title{
        font-size:15px;
    }
    .about4{
        padding:75px 0 0;
    }  
}
@media(max-width:1199px){
    .fzlc .swiper-button-prev, .fzlc .swiper-button-next{
        width:50px;
        height:50px;
    }
}
@media(max-width:1099px){
    #fzlc_t .swiper-slide{
        font-size:22px;
    } 
    #fzlc .swiper-button-prev{
        left:0;
    }
    #fzlc .swiper-button-next{
        right:0;
    }
}
@media(max-width: 820px){
    .about1,.about5{
        padding:55px 0 ;
    }
    #fzlc{
        margin-top: 50px;
    }
    #fzlc_t .swiper-slide{
        font-size:20px;
    } 
    #fzlc_b .swiper-slide .text {
        padding: 30px 30px;
    } 
    #fzlc_b .swiper-slide .p1 {
        font-size: 22px;
        padding-right:35px;
    }
    #fzlc_b .swiper-slide .p2 {
        font-size: 15px;
    } 
    #fzlc_b .swiper-slide .p2:before{
        top:8px;
    }
    #ryzz,.gshj{
        margin-top:30px;
    }
    .about4{
        padding:55px 0 0;
    }  
}
@media(max-width: 640px){
    .about1,.about5{
        padding:40px 0 ;
    }
    .about1 .text{
        font-size:14px;
        margin-top:10px;
    }
   .qywh_list li{
        height:auto;
        width:100%;
        padding:25px 15px;
        border-bottom:1px solid rgba(255,255,255,.3);
    }
    .qywh_list li:last-child{
        border-bottom:none;
    }
    .qywh_list li .txt{
        height:auto;
    }
    .qywh_list li .p1 {
        font-size: 24px;
    }
    .qywh_list li .p2 {
        font-size: 20px;
        padding-top: 25px;
        margin-top: 15px;
    }
    .qywh_list li .txt {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #fzlc{
        margin-top: 35px;
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display: none;
    }
    #fzlc_b .swiper-slide .text {
        padding: 20px 25px;
        flex-direction: column;
        align-items:flex-start;
    } 
    #fzlc_b .swiper-slide .p1 {
        font-size: 20px;
        padding-right:20px;
        width:100%;
    }
    #fzlc_b .swiper-slide .p2{
        font-size:14px;
        max-width:100%;
        margin-top:10px;
        padding-left:12px;
    }
    #fzlc_b .swiper-slide .p2:before{
        top:8px;
    }
    .about4{
        padding:40px 0 0;
    }   
}


/*产品中心*/
.n_product{
    padding:90px 0 110px;
}
.n_title1{
    text-align: center;
}
.n_title1 h2{
    font-size:56px;
    color: #1a1a1a;
/*    font-family: "puhui65";*/
    line-height: 1;
    margin-bottom: 24px;
}
.n_title1 p{
    font-size:20px;
    color: #666666;
/*    font-family: "puhui35";*/
    line-height: 1.6;
}
.n_title1 p.p1{
    max-width: 700px;
    margin:0 auto;
}
.sort{
    padding:40px 0 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin:0 auto;
}
.sort li{
    margin-right: 12px;
    margin-bottom: 12px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    display: block;
    padding:10px 40px;
    line-height: 1.6;
    font-size:16px;
    color: #333333;
    background:#e6e6e6;
}
.sort li.cur a,.sort li:hover a{
    background:#f39700;
    color: #fff;
}
.product_list{
    width: 100%;
    max-width: 1430px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li p{
    font-size:22px;
    color: #333333;
    text-align: center;
    padding-top:20px;
}
.product_list li:hover .img img{
    transform:scale(1.1);
}
.n_bottom{
    background:#f2f2f2;
    padding:95px 0 90px;
}
.n_bottom a{
    margin:45px auto 0;
}
@media(max-width: 1600px){
    .n_product,.n_bottom{
        padding: 75px 0;
    }
    .n_title1 h2{
        font-size:42px;
        margin-bottom: 15px;
    }
    .n_title1 p{
        font-size:16px;
    }
    .sort li a{
        padding:10px 30px;
    }
    .product_list li p{
        font-size:20px;
        padding-top:10px;
    }
}
@media(max-width: 1280px){
    .sort li a {
        padding: 10px 20px;
    }
    .product_list li{
        margin-bottom: 25px;
    }
    .product_list li p{
        font-size:18px;
    }
}
@media(max-width: 1199px){
    
}
@media(max-width: 991px){
    .n_title1 h2{
        font-size:32px;
        margin-bottom: 12px;
    }
    .n_title1 p{
        font-size:15px;
    }
    .sort{
        padding:30px 0;
    }
    .sort li a {
        padding: 7px 15px;
        font-size: 15px;
    } 
    .n_bottom a{
        margin:30px auto 0;
    }   
}
@media(max-width: 820px){
    .n_product,.n_bottom{
        padding: 55px 0;
    }
    .n_title1 h2{
        font-size:26px;
        margin-bottom: 10px;
    }
    .n_title1 p{
        font-size:14px;
    }  
    .product_list li{
        margin-bottom: 20px;
    }
    .product_list li p{
        font-size:16px;
    }  
}
@media(max-width: 640px){
    .n_product,.n_bottom{
        padding: 35px 0;
    }  
    .n_title1 h2{
        font-size:22px;
    } 
    .n_title1 p{
        font-size:13px;
    }
    .sort{
        padding:25px 0;
    } 
    .sort li a {
        padding: 6px 10px;
        font-size: 14px;
    }
    .product_list li{
        margin-bottom: 15px;
        width: 49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li p{
        padding-top: 5px;
        font-size:15px;
    }
    .n_bottom a{
        margin:25px auto 0;
    }
}
@media(max-width: 460px){
    .sort li{
        margin-right:8px;
        margin-bottom:8px;
    }
    .sort li a {
        padding: 4px 5px;
        font-size: 12px;
    }
}


/*生产能力*/
.about_sort{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}
.about_sort li{
    width: 50%;
}
.about_sort li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
    font-size:20px;
    color: #1a1a1a;
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 100% 80%, 97% 100%, 0% 100%);
}
.about_sort li a:hover,.about_sort li a.on{
    background:#f39700;
    color: #fff;
    font-family: "puhui85";
}
.scnl1{
    padding:75px 0 110px;
}
.scnl_list1{

}
.scnl_list1 dl{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
/*.scnl_list1 dl:last-child{
    margin-bottom: 32px;
}*/
.scnl_list1 dl dt{
    width: 32%;
    background:#f39700;
    color: #fff;
    padding:85px 65px 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.scnl_list1 dl dt h3{
    font-size:46px;
    line-height: 1;
}
.scnl_list1 dl dt .txt{
    font-size:20px;
    line-height: 1.6;
}
.scnl_list1 dl dd{
    width: 68%;
    display: flex;
    flex-wrap: wrap;
}
.scnl_list1 dl dd p{
    width: calc(50% - 35px);
    margin-left: 35px;
    overflow: hidden;
}
.scnl_list1 dl dd p img{
    transition:all 0.5s ease-out;
}
.scnl_list1 dl dd p:hover img{
    transform:scale(1.1);
}
.scnl_list2{
/*    margin-top:32px;*/
    display: flex;
    flex-wrap: wrap;
}
.scnl_list2 li{
    margin-bottom: 30px;
    width: calc(25% - 30px);
    margin-right: 40px;
}
.scnl_list2 li:nth-child(4n){
    margin-right: 0;
}
.scnl_list2 li .text{
    background:#f39700;
    color: #fff;
    padding:0px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}
.scnl_list2 li .text h3{
    font-size:30px;
    line-height: 1;
}
.scnl_list2 li .text .txt{
    font-size:18px;
    line-height: 1.6;
    margin-top:18px;
}
.scnl_list2 li .img{

}
.scnl_list2 li:hover .img img{
    transform:scale(1.1);
}
.scnl_list3{
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
}
.scnl_list3 dl{
    width: calc(50% - 20px);
    margin-right: 40px;
}
.scnl_list3 dl:nth-child(2n){
    margin-right: 0;
}
.scnl_list3 dl dt{
    background:#f39700;
    color: #fff;
    padding:0px 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}
.scnl_list3 dl dt h3{
    font-size:46px;
    line-height: 1;
    margin-bottom: 25px;
}
.scnl_list3 dl dt .txt{
    font-size:20px;
    line-height: 1.6;
}
.scnl_list3 dl:hover dd img{
    transform:scale(1.1);
}
@media(max-width: 1600px){
    .about_sort li a{
        height: 75px;
        font-size:18px;
    }
    .scnl_list1 dl dt{
        padding:65px 65px 55px;
    }
    .scnl_list1 dl dt h3,.scnl_list3 dl dt h3{
        font-size:36px;
    }
    .scnl_list1 dl dt .txt,.scnl_list3 dl dt .txt{
        font-size:18px;
    }
    .scnl_list2 li .text h3{
        font-size:26px;
    }
    .scnl_list2 li .text .txt{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .scnl1{
        padding:75px 0;
    }
    .scnl_list1 dl dt{
        padding:50px 45px;
    }
    .scnl_list1 dl dt h3,.scnl_list3 dl dt h3{
        font-size:32px;
    }
    .scnl_list2 li .text{
        padding:0 30px;
    }
    .scnl_list2 li .text h3{
        font-size:22px;
    }
    .scnl_list3 dl dt{
        padding:0 65px;
    }
}
@media(max-width: 1199px){
    .about_sort li a{
        height: 65px;
    }
    .scnl_list1 dl dt{
        padding:35px 35px;
    }
    .scnl_list1 dl dt h3,.scnl_list3 dl dt h3{
        font-size:28px;
    }
    .scnl_list1 dl dt .txt,.scnl_list3 dl dt .txt{
        font-size:16px;
    }
    .scnl_list2 li .text{
        padding:15px 20px;
        height: 120px;
    }
    .scnl_list2 li .text h3{
        font-size:20px;
    }
    .scnl_list2 li .text .txt{
        font-size:14px;
    } 
    .scnl_list3 dl dt{
        padding:0 50px;
    } 
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .scnl1{
        padding:55px 0;
    } 
    .about_sort li a{
        height: 55px;
        font-size: 16px;
    }
    .scnl_list1 dl dt{
        padding:30px 25px;
    }
    .scnl_list1 dl dt h3,.scnl_list3 dl dt h3{
        font-size:24px;
    }
    .scnl_list1 dl dt .txt,.scnl_list3 dl dt .txt{
        font-size:15px;
    }
    .scnl_list1 dl dd p {
        width: calc(50% - 20px);
        margin-left: 20px;
    }
    .scnl_list2 li .text{
        padding:10px 15px;
    }
    .scnl_list2 li .text h3{
        font-size:18px;
    }
    .scnl_list2 li .text .txt{
        font-size:13px;
    } 
    .scnl_list3 dl dt{
        padding:0 40px;
        height: 160px;
    }    
}
@media(max-width: 640px){
    .scnl1{
        padding:35px 0;
    } 
    .about_sort{
        padding:20px 10px;
    }
    .about_sort li a {
        height: 45px;
        font-size:15px;
    }  
    .scnl_list1 dl{
        margin-bottom: 20px;
    }
    .scnl_list1 dl dt{
        width: 100%;
        padding:15px 20px;
    } 
    .scnl_list1 dl dt h3{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .scnl_list1 dl dt .txt, .scnl_list3 dl dt .txt {
        font-size: 13px;
    }
    .scnl_list1 dl dd{
        width: 100%;
        margin-top:12px;
    }
    .scnl_list1 dl dd p {
        width: calc(50% - 10px);
        margin-left: 20px;
    }
    .scnl_list1 dl dd p:nth-child(1){
        margin-left: 0;
    }
    .scnl_list2 li{
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px;
    }
    .scnl_list2 li:nth-child(2n){
        margin-right: 0;
    }
    .scnl_list2 li .text{
        height: 100px;
    } 
    .scnl_list2 li .text h3 {
        font-size: 16px;
    }
    .scnl_list2 li .text .txt{
        margin-top:15px;
    }
    .scnl_list3{
        margin-bottom: 20px;
    }
    .scnl_list3 dl {
        width: 48.5%;
        margin-right: 3%;
    }
    .scnl_list3 dl dt{
        padding:10px 15px;
        height: 100px;
    }
    .scnl_list3 dl dt h3{
        font-size:16px;
        margin-bottom: 12px;
    }
}


/*新闻*/
.news_sort li{
    width: calc(100% / 3);
}
.n_news{
    padding:100px 0;
}
.news_title{
    font-size:56px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: bold;
}
.news_list {
    overflow: hidden;
    margin-top:50px;
}
.news-item {
    float: left;
    width: 23.5%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.news-item a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.news-item .img1 {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-item .pic {
    position: relative;
    overflow: hidden;
}
.news-item .text {
    padding: 0;
    overflow: hidden;
    width: 80%;
    margin: 10%;
}
.news-item .data-1 {
    color: #999999;
    display: none;
}
.news-item .title-1 {
    font-weight: bold;
    /*min-height: 2.8em;*/
    font-size:18px;
    line-height: 1.4em;
    height: 2.8em;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news-item .text-1 {
    color: #999999;
    margin-top: 3%;
    display: none;
}
.news-item .data-2 {
    color: #999999;
    position: relative;
    overflow: hidden;
    margin-top: 8%;
}
.news-item .data-2::after {
    content: '';
    width: 27px;
    height: 7px;
    background: url(../images/more2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:0;
}
.news-item .viewmore-2 {
    display: none;
}
.news-item a:hover .pic {
    transform: scale(1.05);
}
.news-item a:hover .title-1 {
    color: #f39700;
}
.news-item.lni1 {
    width: 100%;
    margin-right: 0;
}
.news-item.lni1 .img1 {
    float: left;
    width: 50%;
}
.news-item.lni1 .text {
    float: left;
    width: 40%;
    margin:auto;
    margin-left: 5%;
    margin-top: 5%;
}
.news-item.lni1 .text-1,.news-item.lni1 .data-1,.news-item.lni1 .viewmore-2 {
    display: block;
}
.news-item.lni1 a .title-1,.news-item.lni1 .text-1{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-item.lni1 a .text-1{
    font-size:15px;
}
.news-item.lni1 .title-1 {
    margin-top: 2%;
    font-size: 24px;
    min-height:auto;
    color: #1a1a1a;
}
.news-item.lni1 .viewmore-2 {
    margin-top: 20%;
}
.news-item.lni1 .data-2 {
    display: none;
}
.news-item.lni1 .img1 {
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 100% 85%, 92% 100%, 0% 100%);
}
.news-item:nth-child(5),.news-item:nth-child(9) {
    margin-right: 0;
}

.pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out;
}
.pic img {
    max-width: 100%;
    max-height:100%;
    margin: auto;
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
    border: none;
}
.img-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: auto!important;
    height: auto!important;
    z-index: 1;
    max-width: 100%;
    max-height:100%;
}
.img-block {
    display: block;
    width: 100%;
    height: auto;
}
.img-inline {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.img-alt {
    opacity: 0;
}
 .viewmore-2 {
    position: relative;
    margin-top: 2%;
}
 .viewmore-2 span {
    display: inline-block;
    position: relative;
    color: #f39700;
    font-size:16px;
}
 .viewmore-2 span::after {
    content: '';
    width: 27px;
    height: 7px;
    background: url(../images/more2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: -36px;
}
.news_detail{
    background:#f5f5f5;
    padding:6% 0;
}
.news_detail .wrap{
    max-width: 1300px;
    padding:50px;
    background:#fff;
}
.news_detail h1{
    font-size:32px;
    color: #1a1a1a;
    line-height: 1.4;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 25px;
}
@media(max-width: 1600px){
    .n_news .wrap{
        width: 82%;
    }
    .news_title{
        font-size:36px;
    }
    .news-item.lni1 .title-1{
        font-size:20px;
    }
    .news-item .title-1{
        font-size:15px;
        /*line-height: 1.6;*/
        font-weight: normal;
        font-family: 'puhui75';
    }
}
@media(max-width: 1280px){
    .n_news{
        padding: 75px 0;
    }
}
@media(max-width: 1199px){
    .news_title{
        font-size:32px;
    }
    .news-item.lni1 .viewmore-2 {
        margin-top: 15%;
    } 
    .news-item .text{
        margin:7%;
    }   
    .news-item .title-1{
        font-size:14px;
    }
    .news-item .data-2{
        font-size:13px;
    }
    .news_detail .wrap{
        padding:35px 50px;
    }
    .news_detail h1{
        font-size:26px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 991px){
    .n_news .wrap{
        width: 90%;
    } 
    .news_detail .wrap{
        padding:30px 35px;
    }
    .news_detail h1{
        font-size:24px;
    }   
}
@media(max-width: 820px){
    .n_news{
        padding: 55px 0;
    } 
    .news_title{
        font-size:28px;
    } 
    .news-item{
        width: 100%;
        margin-right: 0;
    } 
    .news-item.lni1 .img1{
        width: 100%;
    }
    .news-item.lni1 .text{
        width: 100%;
        margin: auto;
    }
    .news-item .text {
        padding: 5%;
        width: 100%;
        margin: auto;
    } 
}
@media(max-width: 640px){
    .n_news{
        padding: 35px 0;
    } 
/*    .news_title{
        font-size:24px;
    } */ 
    .news_list{
        margin-top:30px;
    } 
    .news-item.lni1 .title-1 {
        font-size: 16px;
    }
    .news-item.lni1 a .text-1 {
        font-size: 13px;
    }
    .news-item .data-2{
        margin-top:4%;
    }
    .news_detail .wrap{
        padding:20px 20px;
    }
    .news_detail h1{
        font-size:18px;
    }
    .news_detail .content{
        margin-bottom: 15px;
    }
}


/*联系我们*/
.contact2{
    position: relative;
    padding: 100px 0;
}
.contact_list{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.contact_list li{
    width: calc(25% - 20.5px);
    margin-right: 27px;
    border:1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding:20px;
}
.contact_list li .img1{
    line-height: 34px;
}
.contact_list li .p1{
    font-size:22px;
    color: #222222;
    font-family: "puhui75";
    line-height: 1;
    margin:20px 0 15px;
}
.contact_list li .p2{
    font-size:18px;
    color: #222;
    font-family: "puhui65";
    line-height: 1.4;
}
.contact_list li:last-child{
    margin-right: 0;
}
/*.contact_list li:last-child .txt{
    width: calc(50% - 5px);
}*/
@media(max-width: 1600px){
    .contact2{
        padding: 95px 0 ;
    }
    .contact1_l .text .p1{
        font-size:26px;
    }
    .contact1_l .text .p2{
        font-size:15px;
    }
    .contact_list{
        margin-top:40px;
    }
    .contact_list li .p1 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .contact_list li .p2{
        font-size:15px;
    }
    .contact_list li:last-child{
        padding:20px 20px;
    }
}
@media(max-width: 1280px){
    .contact1_l .text .p1{
        font-size:24px;
    }
    .contact1_l .text .p2{
        font-size:14px;
    }
    .contact_list li .p1 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .contact_list li:last-child {
        padding: 10px 10px;
    }
    .contact2{
        padding: 75px 0 ;
    }
    .contact_list li:last-child{
        padding:15px 10px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .contact_list li{
        width: calc(50% - 13.5px);
        margin-bottom:15px;
    }
    .contact_list li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 820px){
    .contact2{
        padding: 55px 0 ;
    }
    .contact_list{
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .contact2{
        padding: 40px 0 ;
    }
}
@media(max-width: 460px){
    .contact_list {
        margin-top: 15px;
    }
    .contact_list li{
        width:100%;
        margin-right:0;
        padding:15px;
    }
    .contact_list li:last-child{
        margin-bottom: 0;
    }
}


/*留言*/
.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:#f39700;
    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;
    }
}


#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;
    }    
}













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;
    display: none;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page a:hover{
    color: #f39700;
}
.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 #f39700;
    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:#f39700;color:#fff; text-decoration:none;border:#f39700 1px solid;}
.pageController .currPage {background-color: #f39700;color:#fff;border:#f39700 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: #f39700;
    vertical-align: middle;
    border: 1px solid #f39700; 
    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: #f39700;
    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;
}