﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
}
.head{
    position: relative;
    width: 100%;
    padding:12px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 20%;
}
.logo .img1{
    display: none;
}
.head_r{
    max-width: 80%;
    display: flex;
    align-items: center;
}
.h_tel{
    padding-left: 35px;
    background:url(../images/h_tel.png) no-repeat left center;
    font-size:18px;
    color: #fff;
    margin-left: 55px;
    font-family: "苹方";
    font-weight: bold;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 42px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: "puhui65";
}
/*.nav li:hover a{
    color: #f56a0e;
}*/
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:-15%;
    z-index: 999;
    background-color: #fff;
    width: 130%;
    box-shadow: 0 0 10px #eee;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 1.4;
    padding:5px 3px;
    /*height: 40px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*text-align: center;*/
    /*justify-content: center;*/
}
/*.nav li .b_nav2{*/
/*    left:-100%; */
/*    width: 300%;*/
/*}*/
/*.nav li .b_nav2 a{*/
    /*line-height: 1.4;*/
    /*padding:5px 3px;*/
/*}*/
.nav li .b_nav a:hover{
    background:#f56a0e;
    color: #fff;
}
.c-head-hide{
    background:#fff;
}
.c-head-hide .logo .img1{
    display: block;
}
.c-head-hide .logo .img2{
    display: none;
}
.c-head-hide .nav li a{
    color: #333;
}
.c-head-hide .h_tel{
    color: #333;
    background:url(../images/h_tel2.png) no-repeat left center;
}
@media(max-width: 1600px){
    .head{
        padding:10px 80px;
    }
    .nav li{
        margin-right: 25px;
    }
    .nav li{
        font-size:16px;
    }
    .h_tel{
        margin-left: 35px;
    }
}
@media(max-width: 1440px){
    .head{
        padding:10px 65px;
    } 
    .nav li a{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .head{
        padding:10px 50px;
    }
    .nav li{
        margin-right: 20px;
    }    
}
@media(max-width: 1199px){
    .head{
        padding:10px 40px;
    }
    .nav li{
        margin-right: 12px;
    }
    .h_tel {
        margin-left: 20px;
    }
}
@media(max-width: 1099px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .h_tel{
        margin-left:0;
    }
}
@media(max-width: 1024px){
    .nav li{
        margin-right: 15px;
    } 
}
@media(max-width: 991px){
    .logo img{
        max-height:60px;
    }
}
@media(max-width: 820px){
    .head{
        padding:7px 30px;
    }
.head{
    background:#fff;
}
.head .logo .img1{
    display: block;
}
.head .logo .img2{
    display: none;
}
.head .h_tel{
    color: #333;
    background:url(../images/h_tel2.png) no-repeat left center;
}
    .section_scroll2{
        display:none;
    }
}
@media(max-width: 640px){
    .head{
        padding:7px 20px;
    }
    .logo{
        width: 30%;
/*        float: none;*/
    }
    .logo img{
        max-height:45px;
    }
    .menu-button{
        top:25px;
    }

}

/*搜索*/
/*
.search{
    height: 100%;
    position: relative;
}
#formsearch{
    display: flex;
    width: 200px;
    border:1px solid #dbdbdb;
}
#keyword{
    width: 150px;
    line-height: 40px;
    outline: none;
    border:none;
    padding:0 10px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: #009349;
    font-size: 15px;
    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: 13px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}

@media(max-width:991px){
    .search{
        margin-right:20px;
    }
}
@media(max-width:767px){
    .search{
        position: fixed;
        top:60px;
        z-index: 90;
        margin-right:0;
        width:100%;
        height:auto;
        margin-bottom:0;
        left:0%;
        padding:0px 4% 0 4%;
        /*background:#fff;*/
        /*border-top:1px solid #dbdbdb;*/
        /*box-shadow:0 0 10px #ccc inset;*/
/*        display: none;
    }
    #formsearch{
        width:100%;
    }
    #keyword{
        width:calc(100% - 50px);
    }
    .search_ts{
        top: 40px;
        left: 4%;
        width: 56%;
    }
}*/


#c-banner1 .swiper-slide .bg{
    display: block;
    width: 100%;
    height: 100%;
/*    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;*/
}
#c-banner1 .swiper-slide.swiper-slide-active .bg {
    transform: scale(1);
}
.tag_total{
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
    display: none;
}
.n_search_list h2{
    font-size: 26px;
    color: #000;
    line-height: 1.2;
    padding-top:15px;
}
.n_search_list .news_list{
    margin-top:20px;
}
@media(max-width: 1600px){
    .tag_total{
        font-size:17px;
    }
    .n_search_list h2{
        font-size:24px;
    }
}
@media(max-width: 1280px){

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

}
@media(max-width: 991px){
    .tag_total{
        font-size:16px;
        margin-bottom:20px;
    }
    .n_search_list h2{
        font-size:22px;
        padding-top:10px;
    }
}
@media(max-width: 820px){
    #c-banner1{
        margin-top:60px;
    }
}
@media(max-width: 640px){
    .tag_total{
        font-size:15px;
    }   
}


.index_product{
    position: relative;
}
.index_p_imgs{
    float: left;
    width: 52%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
.index_p_imgs p{
    display: none;
}
.index_p_imgs p.cur{
    display: block;
}

.index_p_right{

}
.index_p_right_c{
    position: relative;
    float: right;
    width: 58%;
    padding: 170px 60px 80px;
}
.index_t1{
    
}
.index_p_right_c .index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:48px;
    color: #333;
    line-height: 1;
    padding-bottom: 21px;
    position: relative;
}
.index_t1 h2:after{
    content:'';
    position: absolute;
    left:0%;
    margin-left: 0px;
    width: 92px;
    height: 4px;
    background:#f56a0e;
    bottom:0;
}
.index_p_right_c .index_t1 h2:after{
    left:50%;
    margin-left: -46px;
}
.index_p_top{
    margin:100px 0 68px;
}
.index_p_top .gallery-top .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
/*    transform: scale(0.5);*/
    text-align: center;
    opacity: .4;
}
.index_p_top .gallery-top .swiper-slide a{
    transform: scale(0.5);    
}
.index_p_top .gallery-top .swiper-slide-active{

    opacity: 1;
}
.index_p_top .gallery-top .swiper-slide-active a{
    transform: scale(1);    
}
.index_p_top .gallery-top .swiper-slide .text{
    display: none;
}
.index_p_top .gallery-top .swiper-slide .text h3{
    font-size:28px;
    color: #f56a0e;
    font-family: "puhui75";
    line-height: 1.4;
    margin-top:30px;
}
.index_p_top .gallery-top .swiper-slide .text p{
    font-size:16px;
    color: #1a1a1a;
    line-height: 1.4;
}
.index_p_top .gallery-top .swiper-slide-active .text{
    display: block;
}
.index_p_bottom{
    position: relative;
}
.index_p_bottom:before{
    content:'';
    position: absolute;
    top:7px;
    left:47px;
    width: calc(100% - 94px);
    height: 2px;
    background:#e0e0e0;
}
.index_p_bottom .gallery-thumbs .swiper-slide{
    position: relative;
    padding-top:20px;
    cursor: pointer;
}
.index_p_bottom .gallery-thumbs .swiper-slide:before{
    content:'';
    position: absolute;
    top:3.5px;
    left:50%;
    margin-left: -4.5px;
    width: 9px;
    height: 9px;
    background:#f56a0e;
    border-radius: 50%;
}
.index_p_bottom .gallery-thumbs .swiper-slide-thumb-active:before{
    border: 4px solid #f56a0e;
    background:#fff;
    top:0;
    margin-left: -8.5px;
}
.index_p_bottom .gallery-thumbs p{
    font-size:18px;
    color: #1a1a1a;
    line-height: 1.5;
    text-align: center;
}
@media(max-width: 1600px){
    .index_p_right_c{
        padding:85px 50px 50px;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .index_p_top {
        margin: 60px 0 50px;
    }
    .index_p_top .gallery-top .swiper-slide .text h3 {
        font-size: 24px;
        margin-top: 15px;
    }
    .index_p_bottom .gallery-thumbs p{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index_p_right_c{
        padding:65px 40px 35px;
    }
    .index_p_bottom .gallery-thumbs p{
        font-size:14px;
    }
}
@media(max-width: 1199px){
    .index_p_right_c {
        padding: 55px 30px 30px;
    }
    .index_t1 h2{
        font-size:28px;
        padding-bottom: 16px;
    }
    .index_t1 h2:after{
        height:3px;
    }
    .index_p_top {
        margin: 45px 0 35px;
    }
    .index_p_top .gallery-top .swiper-slide .text h3{
        font-size:20px;
    }
    .index_p_top .gallery-top .swiper-slide .text p{
        font-size:14px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_p_right_c {
        padding: 40px 15px 30px;
    }
    .index_p_top {
        margin: 30px 0 20px;
    }
    .index_p_top .gallery-top .swiper-slide .text h3 {
        font-size: 18px;
    }
    .index_p_top .gallery-top .swiper-slide .text p {
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .index_t1 h2{
        font-size:26px;
        padding-bottom:12px;
    }
    .index_t1 h2:after {
        height: 2px;
        width:70px;
    }
    .index_p_right_c .index_t1 h2:after{
        margin-left:-35px;
    }
    .index_p_imgs{
        display:none;
    }
    .index_p_right_c{
        width:100%;
        padding:40px 0;
    }
    .index_p_top .gallery-top .swiper-slide .text p{
        font-size:12px;
    }
    .index_p_bottom .gallery-thumbs p{
        font-size:12px;
    }
}
@media(max-width: 640px){
    .wrap{
        padding:0 30px;
    }   
}


.index_about{
    padding:102px 0;
    background:url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap{
    padding:0 110px;
}
.index_about .text{
    width: 39%;
    float: left;
    padding-top:30px;
}
.index_about .text .txt{
    font-size:18px;
    color: #333333;
    margin:40px 0 65px;
}
.index_about .text .txt p{
    margin-bottom: 25px;
    line-height: 1.6;
}
.index_about .text .txt p:last-child{
    margin-bottom: 0;
}
a.more1{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#f56a0e;
    width: 225px;
    height: 62px;
    border-radius: 31px;
    font-size:26px;
    color: #fff;
}
a.more1 i{
    width: 14px;
    height: 25px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 22px;
    transition:all 0.3s ease-out;
}
a.more1:hover i{
    margin-left: 16px;
}
.index_about .img{
    width: 52.5%;
    float: right;
}
@media(max-width: 1600px){
    .wrap{
        padding:0 80px;
    }
    .index_about .text{
        width:42%;
        padding-top:10px;
    }
    .index_about .text .txt{
        font-size:15px;
        margin:20px 0 50px;
    }
    .index_about .text .txt p{
        margin-bottom:15px;
    }
    a.more1 {
        width: 180px;
        height: 56px;
        border-radius: 28px;
        font-size: 18px;
    }
}
@media(max-width: 1440px){
    .wrap{
        padding:0 65px;
    }
}
@media(max-width: 1280px){
    .index_about{
        padding:90px 0;
    }
    .wrap{
        padding:0 50px;
    }
}
@media(max-width: 1199px){
    .index_about{
        padding:75px 0;
    }
    .wrap{
        padding:0 40px;
    }
    .index_about .text{
        padding-top:0;
    }
    .index_about .text .txt {
        font-size: 14px;
        margin: 20px 0 35px;
    }
    a.more1 {
        width: 150px;
        height: 50px;
        border-radius: 25px;
        font-size: 14px;
    }
}
@media(max-width: 1024px){

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

}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .wrap{
        padding:0 30px;
    }
    .index_about .text{
        width:100%;
    }
    .index_about .img{
        width:100%;
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:40px 0;
    }
    .wrap{
        padding:0 20px;
    }   
}

.index_features{
    padding:120px 0 0 110px;
    position: relative;
}
.index_features_cont{
    position: relative;
    padding-bottom: 80px;
}
.index_features_cont:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 225px;
    background:#f56a0e;
    z-index: -1;
}
.index_features_cont .text{
    width: 530px;
    float: left;
}
.index_features_cont .txt{
    font-size:22px;
    color: #333333;
    line-height: 1.6;
    margin:35px 0 50px;
}
.index_features_list{
    position: relative;
    width: calc(100% - 530px);
    float: right;
    padding-left: 90px;
}
.index_features_list .swiper-button-prev,.index_features_list .swiper-button-next{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border:2px solid #fff;
    top:calc(100% - 62px);
    margin-top:0;
    opacity: 1!important;
}
.index_features_list .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    left:-205px;
}
.index_features_list .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center #fff;
    transform:rotate(-180deg);   
}
.index_features_list .swiper-button-next{
    background:url(../images/left1.png) no-repeat center;
    left:-125px;
    transform:rotate(-180deg);
}
.index_features_list .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center #fff;
    transform:rotate(-0deg);   
}
#cptx p{
    font-size:24px;
    color: #ffffff;
    text-align: center;
    margin-top:20px;
    line-height: 1.6;
}
@media(max-width: 1600px){
    .index_features{
        padding:90px 0 0 80px;
    }
    .index_features_cont:before{
        height:180px;
    }
    .index_features_cont .txt {
        font-size: 15px;
        margin: 20px 0 30px;
    }
    .index_features_list{
        padding-left:50px;
    }
    #cptx p{
        font-size:16px;
        margin-top:10px;
    }
    .index_features_list .swiper-button-prev{
        left:-165px;
    }
    .index_features_list .swiper-button-next{
        left:-80px;
    }
}
@media(max-width: 1440px){
    .index_features{
        padding:90px 0 0 65px;
    }
}
@media(max-width: 1280px){
    .index_features{
        padding:75px 0 0 50px;
    }
}
@media(max-width: 1199px){
    .index_features{
        padding:75px 0 0 40px;
    }
    #cptx p{
        font-size:14px;
        margin-top:6px;
    }
    .index_features_cont{
        padding:0 0 60px;
    }
    .index_features_cont:before {
        height: 140px;
    }
}
@media(max-width: 991px){
    .index_features_cont {
        padding: 0 0 35px;
    }
    .index_features_cont:before {
        height: 90px;
    }
    .index_features_cont .text{
        width:450px;
    }
    .index_features_list{
        width: calc(100% - 450px);
    }
    .index_features_list .swiper-button-prev, .index_features_list .swiper-button-next{
        width: 42px;
        height: 42px;
        border: 1px solid #fff;
        top: calc(100% - 45px);
    }
    .index_features_list .swiper-button-prev {
        left: -120px;
    }
    .index_features_list .swiper-button-next {
        left: -50px;
    }
    .index_features_list {
        padding-left: 40px;
        padding-top:30px;
    }
}
@media(max-width: 820px){
    .index_features{
        padding:55px 0 0 30px;
    }
    .index_features_list{
        padding-top:85px;
    }
}
@media(max-width: 767px){
    /*.index_features_cont{*/
    /*    padding:0;*/
    /*}*/
    /*.index_features_cont:before{*/
    /*    display:none;*/
    /*}*/
    .index_features_cont .text{
        width: 100%;
        padding-bottom:0;
    }
    .index_features_list{
        width:100%;
        padding-top:35px;
        padding-left:0;
    }
    /*#cptx p{*/
    /*    color:#333;*/
    /*}*/
    .index_features_list .swiper-button-prev,.index_features_list .swiper-button-next{
        display:none;
    }
}
@media(max-width: 640px){
    .index_features{
        padding:40px 20px 0 20px;
    }   
}


.index_news{
    padding:80px 0;
}
.index_news .index_t1{
    text-align: center;
}
.index_news .index_t1 h2:after{
    left:50%;
    margin-left: -46px;
}
.index_news_list{
    position: relative;
    padding:0 84px;
    margin-top:42px;
}
.index_news_list .swiper-slide:hover .img img{
    transform:scale(1.05);
}
.index_news_list h3{
    font-size:24px;
    color: #323232;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 5px;
    margin-top:32px;
    font-family: "微软雅黑";
}
.index_news_list .swiper-slide:hover h3{
    color: #f56a0e;
}
.index_news_list p{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:15px;
    color: #323232;
    font-family: "微软雅黑";
}
.index_news_list .swiper-button-prev,.index_news_list .swiper-button-next{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border:2px solid #f56a0e;
    top:50%;
    margin-top:-31;
    opacity: 1!important;
}
.index_news_list .swiper-button-prev{
    background:url(../images/right1.png) no-repeat center;
    left:0px;
    transform:rotate(-180deg);
}
.index_news_list .swiper-button-prev:hover{
    background:url(../images/left1.png) no-repeat center #f56a0e;
    transform:rotate(-0deg);   
}
.index_news_list .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;
    right:0px;

}
.index_news_list .swiper-button-next:hover{
    background:url(../images/left1.png) no-repeat center #f56a0e;
    transform:rotate(-180deg);   
}
@media(max-width: 1600px){
    .index_news_list h3{
        font-size:17px;
        margin-top:20px;
    }
    .index_news_list p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_news{
        padding:75px 0;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_news_list{
        padding:0 65px;
    }
    .index_news_list .swiper-button-prev, .index_news_list .swiper-button-next{
        width: 42px;
        height: 42px;
        margin-top:-21px;
    }
}
@media(max-width: 820px){
    .index_news{
        padding:55px 0;
    }
    .index_news_list{
        margin-top:25px;
    }
}
@media(max-width: 767px){
    .index_news .index_t1 h2:after{
        margin-left:-35px;
    }
    .index_news_list{
        padding:0 0px;
    }
    .index_news_list .swiper-button-prev, .index_news_list .swiper-button-next{
        display:none;
    }
}
@media(max-width: 640px){
    .index_news{
        padding:40px 0;
    }   
}




/*页面底部*/
footer{

}
.foot{
    padding:90px 0 70px;
    background:#f0f0f0;
}
.foot .wrap{
    display: flex;
    justify-content: space-between;    
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl dt,.f_contact h3{
    font-size:24px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 12px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:14px;
    color: #333333;
}
.f_nav dl dd a:hover{
    color: #f56a0e;
}
.search{
    width: 100%;
}
.search h3{
    font-size:24px;
    color:#333333;
    line-height: 1;
    margin-bottom: 35px;
    font-family: "微软雅黑";
}
.formsearch{
    max-width: 455px;
    border-bottom: 2px solid #333333;
    padding-bottom: 15px;
}
.formsearch input{
    border:none;
    outline: none;
    background:none;
}
#formsearch{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#keyword{
    font-size:14px;
    color: #b2b2b2;
    padding:0 15px;
}
#s_btn{
    width: 19px;
    height: 19px;
    background:url(../images/ss.png) no-repeat center;
    font-size:0;
}
.f_contact{
    width: 19%;
}
.f_contact .text{
    font-size:16px;
    color:#333333;
}
.f_contact .text1{
    display: flex;
    padding-top:25px;
}
.f_contact .text1 .txt{
    font-size:24px;
    color: #333333;
    line-height: 1.3;
    font-weight: bold;
}
.f_contact .text2{
    line-height: 1.6;
    margin:20px 0 40px;
}
.f_contact .text3{

}
.f_contact .text3 .txt{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
    justify-content: space-between;
    padding-right: 20px;
}
.f_contact .text3 .txt p{
    width: 42%;
}
.copyright {
    padding:20px 0;
    font-size:16px;
    color: #fff;
    background:#333333;
    line-height: 1.6;
}
.copyright a{
    font-size:16px;
    color: #fff;   
}
.copyright a:hover{
    color: #f56a0e;
}
.copyright .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.copyright_l{

}
.copyright_r{

}
@media(max-width: 1600px){
    .foot{
        padding:70px 0 50px;
    }
    .f_nav{
        width:75%;
    }
    .f_nav dl dt, .f_contact h3{
        font-size:20px;
    }
    .f_contact{
        width:21%;
    }
    .f_contact .text{
        font-size:14px;
    }
    .f_contact .text1 .txt{
        font-size:20px;
    }
    .f_contact .text2 {
        margin: 20px 0 25px;
    }
    .f_contact .text3 .txt{
        margin-top:10px;
        padding-right:10px;
    }
    .copyright{
        padding:10px 0;
    }
    .copyright,.copyright a{
        font-size:14px;
    }
}
@media(max-width: 1280px){

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

}
@media(max-width: 991px){
    .foot {
        padding: 35px 0;
    }
    .f_nav,.f_contact .text3{
        display:none;
    }
    .f_contact .text2 {
        margin: 20px 0 0px;
    }
    .f_contact{
        width:100%;
    }
}
@media(max-width: 820px){

}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
    }  
    .copyright_l{
        width:100%;
    }
    .copyright_r{
        width:100%;
    }
}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    transition: 5s;
    animation: mymove4 5s
}
@keyframes mymove4 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}

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

    50% {
        transform: scale(1.03)
    }

    100% {
        transform: scale(1)
    }
}
.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;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    text-align:center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.n_banner_text h3{
    font-size:90px;
    font-weight: normal;
    color: #fff;
}
.sitemp {
    margin:50px 0 30px;
}
.sitemp .site {
    background: url(../images/nav.png) no-repeat 0% 100%;
    padding-left: 15px;
}
.n_main{
    padding:75px 0;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
/*    margin-bottom: 30px;*/
}
.sort li{
    margin:0 5px 5px;
}
.sort li a{
    display: block;
    font-size:18px;
    color: #333;
    border:1px solid #ddd;
    padding:0 20px;
    border-radius: 20px;
}
.sort li:hover a,.sort li.cur a{
    color: #fff;
    background: #f56a0e;
    border:1px solid #f56a0e;
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
    .sort li a{
        font-size:15px;
        padding:0 15px;
    }
}
@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{
        margin-top:60px;
    }
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }  
    .n_main{
        padding:55px 0;
    }
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    } 
    .n_main{
        padding:35px 0;
    }
    .sort li a{
        font-size:13px;
        padding:3px 12px;
    }
}

#about1{
    padding:150px 0 125px;

}
.ab_container{
    max-width: 1550px;
    width: 88%;
    margin:0 auto;
}
#about1 .text{
    width: 65%;
    float: left;
    padding-right: 110px;
    float: left;
}
#about1 .text h3{
    font-size:46px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 35px;
}
#about1 .text .txt{
    font-size:17px;
    color: #4c4c4c;
    height: 320px;
    width: 100%;
    padding-right: 60px;
    overflow-y: auto;
}
#about1 .text .txt p{
    text-indent: 2em;
    margin-bottom: 28px;
}
#about1 .text .txt p:last-child{
    margin-bottom: 0;
}
#about1 .text .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#about1 .text .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #f56a0e;
/*    height: 60px;
    width: 6px;*/
}
#about1 .text .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #e0e0e0;
    overflow:hidden;
}
#about1 .img1{
    width: 35%;
    float: right;
    /*width: 585px;*/
    /*height: 454px;*/
    /*float: right;   */
    /*background:url(../images/a_bg1.png) no-repeat center; */
    /*text-align: center;*/
    /*padding-top:115px;*/
}
/*#about1 .img1 a{*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    margin-top:70px;*/
/*}*/
/*#about1 .img1 a:before,#about1 .img1 a:after{    */
/*    content: "";*/
/*    display: block;*/
/*    width: 72px;*/
/*    height: 72px;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    left: -1px;*/
/*    animation: videoDh 1.5s linear infinite;*/
/*    opacity: 0.8;*/
/*}*/
/*#about1 .img1 a:before{*/
/*    animation-delay: 0.6s;*/
/*}*/
/*#about1 .img1 a:after{*/
/*    animation-delay: 0s; */
/*}*/
.ab_num{
    /*background:url(../images/ab2.jpg) no-repeat center;*/
    background-size: cover;
    position: relative;
    z-index:1;
    border-bottom: 1px solid #e0e0e0;
}
.ab_num ul{
    display: flex;
    flex-wrap: wrap;
}
.ab_num ul li{
    width:25%;
    position: relative;
    z-index:3;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.ab_num ul li:before{
    content:'';
    position: absolute;
    top:-15px;
    left:0;
    width: 100%;
    height: 230px;
    background:#f56a0e;
    z-index:2;
    opacity: 0;
}
.ab_num ul li p{
    position: relative;
    z-index:4;
}
.ab_num ul li .p1{
    color: #333333;
    font-size:50px;
    /*font-family: "宋体";*/
    line-height: 1.6;
}
.ab_num ul li .p1 sup{
    font-size:20px;
    font-family: "Adobe 黑体";
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
}
.ab_num ul li .p2{
    display: flex;
    justify-content: center;
}
.ab_num ul li .p2 em{
    display: block;
    width: 24px;
    height: 25.5px;
    position: relative;
    overflow:hidden;
}
.ab_num ul li .p2 em img{
    display: inline-block;
    /*transition: all 0.3s ease-out;*/
    position: absolute;
    top:0;
    left:0;
}
.ab_num ul li .p2 span{
    padding-left: 10px;
    display: inline-block;
    font-size:16px;
    color: #666666;
    line-height: 1.6;
}
.ab_num ul li:hover:before{
    opacity: 1;
}
.ab_num ul li:hover .p1{
    color: #fff;
}
.ab_num ul li:hover .p2 span{
    color: #fff;
}
.ab_num ul li:hover .p2 em img{
    top:-25.5px;
}
.about1_2{
    background:url(../images/ab3.jpg) no-repeat right center;
    background-size: cover;
    padding:285px 0 270px;
    color: #fff;
    background-attachment: fixed;
    display: none;
}
.about1_2 h2{
    font-size:56px;
    line-height: 1;
    margin-bottom: 70px;
}
.about1_2 p{
    font-size:22px;
}

#about2{
    padding:110px 0 130px;
}
#about2 h2{
    font-size:46px;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
}
.about2 ul li{
    width: 32%;
    margin-right: 2%;
    min-height: 586px;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
    overflow:hidden;
}
.about2 ul li:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height:4px;
    background:#f56a0e;
}
.about2 ul li:nth-child(3n){
    margin-right: 0;
}
.about2 ul li .text{
    padding:62px 24px 0;
    text-align: center;
    position: relative;
}
.about2 ul li .about2_t{
    display: flex;
    justify-content: center;
}
.about2 ul li .about2_t .img1{
    width: 41px;
    height: 41px;
    line-height: 41px;
    overflow:hidden;
    position: relative;
}
.about2 ul li .about2_t .img1 img{
    position: absolute;
    top:0;
    left:0;
    transition:all 0.6s ease-out;
}
.about2 ul li .about2_t h3{
    line-height: 41px;
    margin-left: 12px;
    font-size:24px;
    color: #1a1a1a;
}
.about2 ul li .img2{
    padding:45px 0 50px;    
}
.about2 ul li p{
    max-width: 290px;
    margin:0 auto;
    text-align: center;
    font-size:22px;
    color: #666;
    line-height: 1.6;
}
.about2 ul li .txt{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;

    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:url(../images/wh1-3.jpg) no-repeat center;
    background-size: cover;
    padding:0 5%;
    transition:all 0.6s ease-out;
}
.about2 ul li .txt .about2_t{
    border-bottom:1px solid #fff;
    padding-bottom: 42px;
    max-width: 290px;
    margin:0 auto 24px;
    width: 100%;
}
.about2 ul li .txt .about2_t .img1 img{
    top:-41px;
}
.about2 ul li .txt .about2_t h3{
    color: #fff;
}
.about2 ul li .txt p{
    color: #fff;
}
.about2 ul li:hover .txt{
    display: flex;
}
#about3{
    padding:140px 0 100px;
    background:#f7f7f7;
    background-size: cover;
}
.about3_l{
    float: left;
    width: 50%;
    padding-top:10px;
}
.about3_l .about3_t{
    color: #333333;
    margin-bottom: 85px;
}
.about3_l .about3_t h2{
    font-size:46px;
    line-height: 1;
    margin-bottom: 10px;
}
.about3_l .about3_t p{
    font-size:24px;
}
.about3_l .text p{
    font-size:16px;
    line-height: 40px;
}

.about3_r{
    float: right;
    width: 50%;
}
.about3_r .c-banner2{
    max-height: 520px;
    overflow:hidden;
}
.about3_r .c-banner2 .swiper-pagination{
    left:0;
    opacity: 0;
}
#about3 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 260px;
    padding-bottom: 35px;
}   
#about3 .swiper-slide .imgs{
    max-width: 47%;
}

#about4{
    padding:140px 0 215px;
    /*background:url(../images/ab5.jpg) no-repeat center;*/
    /*background-size: cover;*/
    /*color: #fff;*/
}
.parnter_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.parnter_list li{
    width: 45%;
    text-align: center;
}
.parnter_list li p{
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin-top:5px;
}
/*#about4 h2{*/
/*    font-size:46px;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*}*/
.swiper-history .swiper-history-time{text-align: center;background: url("../images/line1.png") center no-repeat;}
.swiper-history .swiper-history-time .year-num {font-size: 40px;}

.swiper-history .swiper-history-time .text{ font-size: 16px;line-height: 30px;color: #fff;margin: auto;overflow: hidden;display: none;}
.swiper-history .swiper-history-time .swiper-slide-active .year-num {
    font-size: 170px;
    color: #fff;
    padding-top: 70px;
    line-height: 1em;
    font-family: 'Impact';
}
.swiper-history .swiper-history-time .swiper-slide-active .text{
    display: block;
    height: 150px;
    font-size:24px;
    margin-top:45px;
}
.swiper-history .swiper-history-time .swiper-button-next,.swiper-history .swiper-history-time .swiper-button-prev {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 1;
}
.swiper-history .swiper-history-time .swiper-button-next {
    right:18%;
    background: url("../images/right.png") center no-repeat;
}
.swiper-history .swiper-history-time .swiper-button-prev {
    left:18%;
    background: url("../images/left.png") center no-repeat;
}

.swiper-history .swiper-history-time .year-num {
    line-height: 90px;
    padding-top: 170px;
}    
.swiper-history .swiper-history-time .swiper-button-next, .swiper-history .swiper-history-time .swiper-button-prev {margin-top: -30px;} 

.swiper-mhistory {} 
.swiper-history-year {position: relative;} 
.swiper-history-year::before {content: '';display: block;width: 100%;height: 1px;background: #ccc;position: absolute; left: 0;top:20px;}
.swiper-history-year .swiper-slide{text-align: center;color: #999;font-size: 30px; background: #f6f6f6;font-family: 'Barlow-Light',Microsoft Yahei,Arial;}
.swiper-history-year .swiper-slide.swiper-slide-thumb-active {color:#00bf86;font-weight: bold;}

/*荣誉资质*/
h2.a_t1{
    font-size: 46px;
    color: #333333;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
}
.honner_list{
    display: flex;
    flex-wrap: wrap;
}
.honner_list li{
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
    margin-bottom: 45px;
}
.honner_list li:nth-child(3n){
    margin-right: 0;
}
.honner_list li .img1 img{
    /*box-shadow: 0 0 17px #999;*/
}
.honner_list li p{
    font-size:16px;
    color: #1a1a1a;
    margin-top:10px;
    /*display: none;*/
}
@media screen and (max-width: 1680px){
    .swiper-history .swiper-history-time {
        background: url(../images/line1.png) center no-repeat;
        background-size: 100%;
    }
}
@media(max-width: 1600px){
    #about1,#about2,#about3,#about4 {
        padding: 100px 0;
    }
    #about1 .text h3,.about3_l .about3_t h2,#about4 h2{
        font-size:36px;
    }
    #about1 .text{
        padding-right: 60px;
    }
    #about1 .text .txt{
        font-size:15px;
    }
    #about1 .text .txt p {
        margin-bottom: 20px;
    }
    .ab_num ul li{
        height: 160px;
    }
    .ab_num ul li:before{
        height: 190px;
    }
    .ab_num ul li .p1{
        font-size:42px;
    }
    .ab_num ul li .p2 span{
        font-size:15px;
    }
    .about1_2{
        padding:200px 0;
    }
    .about1_2 h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }
    .about1_2 p{
        font-size:20px;
    }
    #about2 h2{
        font-size:36px;
        margin-bottom: 50px;
    }
    #about2 ul li{
        min-height: 500px;
    }
    #about2 ul li .img2 {
        padding: 30px 0;
    }
    #about2 ul li .text {
        padding: 40px 20px 0;
    }   
    #about2 ul li p{
        font-size:18px;
    } 
    .about3_l .about3_t{
        margin-bottom: 50px;
    }
    .about3_l .about3_t p{
        font-size:20px;
    }
    #about3 .swiper-slide{
        padding-bottom: 15px;
/*        height: 220px!important;*/
    }
    .swiper-history .swiper-history-time .text{
        font-size:15px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        height:180px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:150px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:30px;
        padding-top:175px;
    }
    h2.a_t1{
        font-size:36px;
        margin-bottom: 50px;
    }
}
@media(max-width: 1440px){
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        font-size: 16px;
    }
}
@media(max-width: 1220px){
    #about1,#about2,#about3,#about4 {
        padding: 70px 0;
    }
    #about1 .text h3,.about3_l .about3_t h2,#about4 h2{
        font-size:32px;
    } 
    #about1 .text{
        /*width: calc(100% - 400px);*/
    }  
    #about1 .text h3{
        margin-bottom: 15px;
    }
    #about1 .text{
        padding-right: 30px;
    }
    #about1 .text .txt{
        padding-right: 15px;
        height: 240px;
    }
    #about1 .img1{
        /*width: 400px;*/
        /*height: 310px;*/
        /*padding-top: 40px;*/
        background-size: contain;
    }
    /*#about1 .img1 p img{*/
    /*    max-width: 260px;*/
    /*}*/
    #about1 .img1 a{
        margin-top:50px;
    }
    .ab_num ul li .p2 span{
        font-size:15px;
    }

    .about1_2 {
        padding: 150px 0;
    }
    .ab_container{
        width: 92%;
    }
    .about1_2 h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .about1_2 p{
        font-size:16px;
    }

    #about2 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #about2 ul li .text {
        padding: 30px 20px 0;
    }
    #about2 ul li {
        min-height: 430px;
    }
    #about2 ul li .about2_t h3{
        font-size:20px;
    }
    .about3_l .about3_t{
        margin-bottom: 40px;
    }
    .about3_l .about3_t p{
        font-size:16px;
    }
    #about3 .swiper-slide{
        padding-bottom: 0px;
/*        height: 220px!important;*/
    }
    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:100px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:24px;
        padding-top:150px;
    }
    .swiper-corporate, .honor_swiper{
        margin-top:30px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        font-size: 15px;
    }
    h2.a_t1{
        font-size:32px;
        margin-bottom: 40px;
    }
}

@media(max-width: 768px){
    #about1,#about2,#about3,#about4 {
        padding: 50px 0;
    }
    #about1 .text h3,.about3_l .about3_t h2,#about4 h2{
        font-size:26px;
    } 
    #about1 .text{
        /*width: calc(100% - 300px);*/
        padding-right: 20px;
    }  
    #about1 .text h3{
        margin-bottom: 5px;
    }
    #about1 .text .txt{
        padding-right: 10px;
        /*height: 200px;*/
        font-size:14px;
    }
    /*#about1 .img1{*/
    /*    width: 300px;*/
    /*    height: 233px;*/
    /*    padding-top: 30px;*/
    /*}*/
    /*#about1 .img1 p img{*/
    /*    max-width: 200px;*/
    /*}*/
    #about1 .img1 a{
        margin-top:40px;
    }
    #about1 .img1 a:before, #about1 .img1 a:after{
        width: 42px;
        height: 42px;
    }
    #about1 .img1 a img{
        max-width: 40px;
    }
    .ab_num ul li {
        height: 120px;
    }
    .ab_num ul li:before {
        height: 150px;
    }
    .ab_num ul li .p1 {
        font-size: 32px;
    }
    .ab_num ul li .p2 span{
        font-size:14px;
    }

    .about1_2 {
        padding: 120px 0;
    }
    .about1_2 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .about1_2 p{
        font-size:15px;
    } 
    #about2 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    #about2 ul li{
        width: 49%;
        margin-bottom:15px;
    }
    #about2 ul li:nth-child(3n){
        margin-right: 2%;
    }
    #about2 ul li:nth-child(2n){
        margin-right: 0;
    }
    #about2 ul li .img2 {
        padding: 20px 0;
    }
    #about2 ul li p{
        font-size:16px;
    }
    #about2 ul li .txt .about2_t {
        padding-bottom: 20px;
        margin: 0 auto 15px;
    }  
    h2.a_t1{
        font-size:26px;
        margin-bottom: 30px;
    }
    .honner_list li {
        margin-bottom: 20px;
    }
    .honner_list li p{
        font-size:15px;
        margin-top:0px;
    }
    .about3_l{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .about3_l .about3_t{
        margin-bottom: 20px;
    }
    .about3_l .about3_t p{
        font-size:14px;
    }
    .about3_r{
        width: 100%;
        float: none;
    }

    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:50px;
        padding-top:20px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:24px;
        padding-top:60px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        height: 100px;
        font-size: 14px;
        line-height:20px;
        margin-top:20px;
    }
    .swiper-history .swiper-history-time .swiper-button-prev,.swiper-history .swiper-history-time .swiper-button-next{
        display: none;
    }
}
@media(max-width: 640px){
    #about1,#about2,#about3,#about4 {
        padding: 30px 0;
    }
    #about1 .text h3,.about3_l .about3_t h2,#about4 h2{
        font-size:24px;
    }

    #about1 .text{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }  
    #about1 .text h3{
        margin-bottom: 10px;
    }
    #about1 .text .txt{
        padding-right: 0px;
        height: auto;
    }
    #about1 .img1{
        width: 100%;
        /*height: 100%;*/
        padding: 20px 0;
    }
    /*#about1 .img1 p img{*/
    /*    max-width: 160px;*/
    /*}*/
    #about1 .img1 a{
        margin-top:25px;
    }
    .ab_num{
        display: none;
    }
    .ab_num ul li {
        height: 80px;
        width: 50%;
    }
    .ab_num ul li:before {
        height: 110px;
    }
    .ab_num ul li .p1 {
        font-size: 28px;
    }



    .about1_2 {
        padding: 80px 0;
    }
    .about1_2 h2 {
        font-size: 24px;
        margin-bottom: 20px;
    } 
    #about2 h2 {
        font-size: 24px;
/*        margin-bottom: 30px;*/
    } 
    h2.a_t1 {
        font-size: 24px;
        margin-bottom: 20px;
    } 
    .swiper-history .swiper-history-time {
        background: url(../images/line1.png) center 50px no-repeat;
        background-size: 100%;
    }
    .swiper-history .swiper-history-time .swiper-slide .year-num{
        line-height: 40px;
    }
    .swiper-history .swiper-history-time .swiper-slide-active .year-num{
        font-size:32px;
        padding-top:30px;

    }
    .swiper-history .swiper-history-time .swiper-slide-active .text{
        font-size: 12px;
        position:relative;
        width:220%;
        left:-60%;
        margin-top:10px;
        height:100px;
    }
    .swiper-history .swiper-history-time .year-num{
        font-size:20px;
        padding-top:30px;
    } 
}
@media(max-width: 460px){
    /*#about1 .img1{*/
    /*    padding:40px 0;*/
    /*}*/
    .about1_2 {
        padding: 50px 0;
    }
    .about1_2 h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #about2 ul li{
        width: 100%;
        margin-right: 0;
    }
    #about2 ul li .about2_t h3{
        font-size:18px;
    }
    .about3_r .c-banner2{
        max-height: 125px;
    }
    #about3 .swiper-slide{
        /*max-height: 120px;*/
    }
    #about3 .swiper-slide .imgs{
        max-width: 48%;
    }
    .parnter_list li{
        width:48%;
    }
}


.n_content{
    
}
.n_left{
    width: 24.5%;
    padding:0 85px 0 35px;
    float: left;
}
.n_left h2{
    font-size:36px;
    color: #333;
    line-height: 1;
    margin-bottom: 40px;
}
.p_sort3{

}
.p_sort3 li{
    margin-bottom: 15px;
}
.p_sort3 li a{
    display: block;
    position: relative;
    padding:0 17px 0 20px;
    font-size:18px;
    line-height: 50px;
}
.p_sort3 li a.list_item1 i{
    float: right;
    display: inline-block;
    width: 22px;
    height: 50px;
    background:url(../images/add.png) no-repeat center;
}
.p_sort3 li.on a.list_item1,.p_sort3 li a.list_item1:hover{
    background:#f56a0e;
    color: #fff;
    font-weight: bold;
}
.p_sort3 li.on a i,.p_sort3 li a:hover i{
    background:url(../images/less.png) no-repeat center;
}
.p_sort3 li.on .layer2,.p_sort3 li .layer2.show{
    display: block!important;
}
.p_sort3 li .layer2 a{
    text-indent: 20px;
    font-size: 15px;
}
.p_sort3 li .layer2.show a.cur,.p_sort3 li .layer2 a:hover{
    color: #f56a0e;
}
.n_right{
    width: 75.5%;
    float: right;
}
.n_right{
    
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:35px;
    background:#fff;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    padding:70px 28px 40px;

    position: relative;
    overflow:hidden;
    text-align: center;
}
.product_list li a .img{
    /*line-height: 200px;*/
}
.product_list li a h3{
    font-size:16px;
    color: #f56a0e;
    font-weight: normal;
    line-height: 1.4;
    margin-top:5px;
}
.product_list li a p{
    font-size:20px;
    color: #333333;
    font-weight: bold;
    /*display: none;*/
}
.product_list li a .bg{
    position: absolute;
    top: 500px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:rgba(0,0,0,.6);
    transition: all 0.3s ease-out;
}
.product_list li a .bg em{
    display: block;
    width: 122px;
    line-height: 46px;
    font-size:16px;
    color: #fff;
    background:#f56a0e;
    text-align: center;
    font-style: normal;
    margin:0 auto;
}
.product_list li a:hover .img img{
    transform: scale(1.1);
}
.product_list li a:hover .bg{
    top:0;
}
/*.product_list{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-top:35px;*/
/*}*/
/*.product_list li{*/
/*    width: 23.4%;*/
/*    margin-right: 2%;*/
/*    margin-bottom: 25px;*/
/*}*/
/*.product_list li:nth-child(4n){*/
/*    margin-right: 0;*/
/*}*/
/*.product_list li a{*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/
/*.product_list li a .img{*/
/*    border-radius: 10px;*/
/*}*/
/*.product_list li a h3{*/
/*    font-weight: normal;*/
/*    font-size:16px;*/
/*    color: #333;*/
/*    line-height: 1.6;*/
/*    margin-top:5px;*/
/*}*/
/*.product_list li a:hover .img img{*/
/*    transform:scale(1.1);*/
/*}*/
/*.product_list li a:hover h3{*/
/*    color: #f56a0e;*/
/*}*/
@media(max-width: 1600px){
    .n_left{
        padding:0 70px 0 0px;
    }
    .n_left h2{
        font-size:32px;
    }
    .p_sort3 li a {
        padding: 0 15px 0 12px;
        font-size: 16px;
        line-height: 45px;
    }
    .p_sort3 li a.list_item1 i{
        height:45px;
    }
    .product_list li a{
        padding:60px 20px 30px;
    }
    .product_list li a p{
        font-size:17px;
    }
    /*.product_list li a h3{*/
    /*    font-size:15px;*/
    /*}*/
}
@media(max-width: 1360px){
    .n_left{
        padding:0 50px 0 0px;
    } 
    .n_left h2{
        font-size:28px;
    }
    .product_list li a {
        padding: 30px 20px 20px;
    }
}
@media(max-width: 1280px){
    /*.product_list li{*/
    /*    width: 32%;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.product_list li:nth-child(4n){*/
    /*    margin-right: 2%;*/
    /*}  */
    /*.product_list li:nth-child(3n){*/
    /*    margin-right: 0;*/
    /*}*/
}
@media(max-width: 1099px){
    .n_left{
        padding:0 35px 0 0px;
    } 
    .n_left h2{
        font-size:26px;
    }  
    .p_sort3 li a {
        padding: 0 10px 0 10px;
        font-size: 15px;
        line-height: 40px;
    }
    .p_sort3 li a.list_item1 i{
        height:40px;
    }
    .product_list li a h3{
        font-size:15px;
    }
    .product_list li a p{
        font-size:16px;
    }
}
@media(max-width: 991px){
    .n_left{
        width:100%;
        margin-top:20px;
        padding:0;
    }
    .n_left h2{
        margin-bottom:20px;
    } 
    .n_right{
        width:100%;
    }
    .product_list li a {
        padding: 20px 15px;
    }
    /*.product_list li{*/
    /*    width: 49%;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.product_list li:nth-child(3n){*/
    /*    margin-right: 2%;*/
    /*}  */
    /*.product_list li:nth-child(2n){*/
    /*    margin-right: 0;*/
    /*}    */
}
@media(max-width: 640px){
    .n_left h2{
        font-size:24px;
    } 
    /*.product_list li a h3{*/
    /*    font-size:14px;*/
    /*}    */
    .product_list li a {
        padding: 15px 10px;
    }
    .product_list li a h3{
        font-size:13px;
    }
    .product_list li a p{
        font-size:15px;
    }
}
@media(max-width: 460px){
    .product_list li{
        width: 100%;
        margin-bottom: 15px;
    }    
}


.c_sort li a{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.p_sort3 li a span{
    width: calc(100% - 30px);
    line-height: 1.2;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
    /*margin-top:35px;*/
}
.case_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.case_list li:nth-child(4n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    text-align: center;
}
.case_list li a .img{
    border-radius: 10px;
}
.case_list li a h3{
    font-weight: normal;
    font-size:16px;
    color: #333;
    line-height: 1.6;
    margin-top:5px;
}
.case_list li a:hover .img img{
    transform:scale(1.1);
}
.case_list li a:hover h3{
    color: #f56a0e;
}
@media(max-width: 1600px){
    .case_list li a h3{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .case_list li{
        width: 32%;
        margin-bottom: 20px;
    }
    .case_list li:nth-child(4n){
        margin-right: 2%;
    } 
    .case_list li:nth-child(3n){
        margin-right: 0;
    }
    .case_list li a h3{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    .case_list li{
        width: 49%;
        margin-bottom: 15px;
    }
    .case_list li:nth-child(3n){
        margin-right: 2%;
    } 
    .case_list li:nth-child(2n){
        margin-right: 0;
    }    
}


/*检测报告*/
.jcbj_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:35px;
}
.jcbj_list li{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 15px;
    text-align: center;
}
.jcbj_list li:nth-child(5n){
    margin-right: 0;
}
.jcbj_list li p{
    font-size:16px;
    color: #333;
    margin-top:5px;
    line-height: 1.4;
}

@media(max-width: 1600px){
    .jcbj_list li{
        width: 23.5%;
    }
    .jcbj_list li:nth-child(5n){
        margin-right: 2%;
    }
    .jcbj_list li:nth-child(4n){
        margin-right: 0;
    }
    .jcbj_list li p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .jcbj_list{
        margin-top:25px;
    }
    .jcbj_list li{
        width: 32%;
    }
    .jcbj_list li:nth-child(4n){
        margin-right: 2%;
    }
    .jcbj_list li:nth-child(3n){
        margin-right: 0;
    }    
}
@media(max-width: 640px){
    .jcbj_list{
        margin-top:20px;
    }
    .jcbj_list li{
        width: 49%;
    }
    .jcbj_list li:nth-child(3n){
        margin-right: 2%;
    }
    .jcbj_list li:nth-child(2n){
        margin-right: 0;
    } 
    .jcbj_list li p{
        font-size:13px;
    }
}



/*新闻中心*/
.news_list{

}
.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
}
.news_list li{
    padding:60px 0;
    background:#f3f3f3;
    transition: all 0.3s ease-out;
}
.news_list li .container{
    max-width: 1435px;
    display: flex;
    flex-wrap: wrap;
}
.news_list li .container .date1{
    width: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_list li .container .date1 span{
    font-size:42px;
    color: #333333;
    display: block;
    line-height: 1.4;
}
.news_list li .container .date1 em{
    font-style: normal;
    font-size:22px;
    color: #999999;
    display: block;
    line-height: 1.4;
}
.news_list li .container .img{
    width: 42.5%;
}
.news_list li .container .text{
    width: calc(57.5% - 185px);
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 105px;
}
.news_list li .container .text h3{
    font-size:36px;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_list li .container .text p{
    font-size:18px;
}
.news_list li:nth-child(2n){
    background:#fff;
}
.news_list li:nth-child(2n) .container{
    flex-direction: row-reverse;
}
.news_list li:nth-child(2n) .container .text{
    padding-left: 0px;
    padding-right: 105px;
}
.news_list li:nth-child(2n) .container .date1{
    text-align:right;
}
.news_list li:hover{
    background:#f56a0e;
}
.news_list li:hover .date1 span,.news_list li:hover .date1 em,.news_list li:hover .container .text h3,.news_list li:hover .container .text p{
    color: #fff;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_detail{
    /*padding:65px 0 0;*/
}
.news_detail .container{
    padding:50px 40px;
    background:#fff;
}
.news_detail h1{
    font-size:26px;
    color: #333;
    line-height: 1.4;
    text-align: center;
}
.news_detail .content{
    font-size:16px;
}
@media(max-width: 1600px){
    .news_list li{
        padding:50px 0;
    }
    .news_list li .container .text{
        padding-left: 50px;
    }
    .news_list li .container .text h3{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .news_list li .container .date1 span{
        font-size:32px;
    }
    .news_list li .container .text p{
        font-size:16px;
    }
    .news_list li:nth-child(2n) .container .text {
        padding-right: 50px;
    }
    .news_detail{
        /*padding:50px 0 0;*/
    }
    .news_detail .container {
        padding: 40px 25px;
    }
    .news_detail h1{
        font-size:22px;
    }
}
@media(max-width: 1220px){
    .news_list li{
        padding:40px 0;
    }
    .news_list li .container .text{
        padding-left: 30px;
        width: calc(57.5% - 120px);
    }
    .news_list li .container .text h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .news_list li .container .date1{
        width: 120px;
    }
    .news_list li .container .date1 span{
        font-size:26px;
    }
    .news_list li .container .text p{
        font-size:15px;
    }
    .news_list li:nth-child(2n) .container .text {
        padding-right: 30px;
    }    
    .news_detail{
        /*padding:40px 0 0;*/
    }
}
@media(max-width: 768px){
    .news_list li{
        padding:30px 0;
    }
    .news_list li .container .text{
        padding-left: 20px;
        width: calc(57.5% - 100px);
    }
    .news_list li .container .text h3{
        font-size: 18px;
    }
    .news_list li .container .date1{
        width: 100px;
    }
    .news_list li .container .date1 span{
        font-size:22px;
    }
    .news_list li .container .date1 em{
        font-size:16px;
    }
    .news_list li .container .text p{
        font-size:14px;
    }
    .news_list li:nth-child(2n) .container .text {
        padding-right: 20px;
    }    
    .news_detail{
        /*padding:30px 0 0;*/
    } 
    .news_detail .container {
        padding: 20px 15px 30px;
    } 
    .news_detail h1{
        font-size:18px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .news_list li{
        padding:20px 0;
    }
    .news_list li .container .text{
        padding-left: 0px;
        width: 100%;
    }
    .news_list li .container .text h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .news_list li .container .img{
        width: 100%;
        margin-bottom: 15px;
    }
    .news_list li .container .date1{
        width: 100%;
        display: none;
    }
    .news_list li .container .date1 span{
        font-size:20px;
    }
    .news_list li .container .date1 em{
        font-size:15px;
    }
    .news_list li:nth-child(2n) .container .text {
        padding-right: 0px;
    }      
}


/*视频中心*/
.video_list{
    padding:75px 210px 25px;
    display: flex;
    flex-wrap: wrap;
}
.video_list li{
    width: 42%;
    margin-right: 16%;
}
.video_list li:nth-child(2n){
    margin-right: 0;
}
.video_list li a{
    display: block;
    cursor: pointer;
}
.video_list li a .img{
    position: relative;
}
.video_list li a .img img{
    width: 100%;
}
.video_list li a .img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 80px;
    height: 80px;
    background:url(../images/player1.png) no-repeat center;
    margin:-40px 0 0 -40px;
}
.video_list li a p{
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding:10px 0 45px;
}
.jscx_list{
    padding:75px 0;
}
.jscx_list li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding:26px 210px;
}
.jscx_list li:nth-child(2n){
    flex-direction: row;
}
.jscx_list li .img{
    width: 48%;
}
.jscx_list li .text{
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px 10% 15px 0;
}
.jscx_list li:nth-child(2n) .text{
    padding:15px 0 15px 10%;
}
.jscx_list li .text .index_t1{
    font-size: 40px;
    padding-left: 68px;
    margin-bottom: 30px;
}
.jscx_list li .text p{
    font-size: 18px;
    color: #333;
    padding-left: 68px;
}
@media(max-width: 1600px){
    .video_list{
        padding:75px 70px 25px;
    }
    .video_list li{
        width: 45%;
        margin-right: 10%;
    }
    .video_list li a p {
        font-size: 18px;
        padding: 5px 0 30px;
    }
    .jscx_list li{
        padding:25px 70px;
    }
    .jscx_list li .text{
        padding: 15px 5% 15px 0;
    }
    .jscx_list li .text .index_t1{
        font-size:30px;
        margin-bottom: 20px;
    }
    .jscx_list li .text p{
        font-size:15px;
    }
    .jscx_list li:nth-child(2n) .text {
        padding: 15px 0 15px 5%;
    }
}
@media(max-width: 1260px){
    .video_list{
        padding:60px 3% 25px;
    } 
    .video_list li a p {
        font-size: 17px;
        padding: 5px 0 20px;
    }
    .video_list li a .img:after {
        width: 50px;
        height: 50px;
        background: url(../images/player1.png) no-repeat center;
        background-size:contain;
        margin: -25px 0 0 -25px;
    }
    .jscx_list{
        padding:70px 0;
    }
    .jscx_list li{
        padding:20px 3%;
    }
    .jscx_list li .text{
        padding: 15px 3% 15px 0;
    }
    .jscx_list li .text .index_t1{
        font-size:26px;
        margin-bottom: 15px;
        padding-left:55px;
    }
    .jscx_list li .text p{
        font-size:14px;
        padding-left: 55px;
    }
    .jscx_list li:nth-child(2n) .text {
        padding: 15px 0 15px 3%;
    }
}
@media(max-width: 1024px){
    .video_list li{
        width: 47%;
        margin-right: 6%;
    }    
}
@media(max-width: 820px){
    .video_list{
        padding:50px 3% 25px;
    } 
    .video_list li a p {
        font-size: 16px;
    }
    .video_list li a .img:after {
        width: 36px;
        height: 36px;
        margin: -18px 0 0 -18px;
    }
    .jscx_list{
        padding:50px 0;
    }
    .jscx_list li{
        padding:15px 3%;
    }
    .jscx_list li .text{
        padding: 10px 3% 10px 0;
    }
    .jscx_list li .text .index_t1{
        font-size:24px;
        margin-bottom: 10px;
    }
    .jscx_list li:nth-child(2n) .text {
        padding: 10px 0 10px 3%;
    }
}
@media(max-width: 640px){
    .video_list{
        padding:30px 3% 25px;
    }   
    .video_list li{
        width: 48%;
        margin-right: 4%;
    } 
    .video_list li a p {
        font-size: 14px;
        padding: 2px 0 12px;
    }
    .jscx_list{
        padding:20px 0;
    }
    .jscx_list li{
        padding:10px 3%;
    }
    .jscx_list li .img{
        width:100%;
    }
    .jscx_list li .text{
        width:100%;
        padding: 10px 0%;
    }
    .jscx_list li .text .index_t1{
        font-size:20px;
        padding-left:40px;
        margin-bottom:5px;
    }
    .jscx_list li .text p {
        padding-left: 40px;
        line-height:1.8;
    }
}
@media(max-width: 460px){
    
}


.n_contact{
    background:#f2f2f2;
    padding:100px 60px 130px;
}
.n_contact h2{
    font-size:56px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-bottom: 65px;
}
.n_contact_c{
    display: flex;
    flex-wrap: wrap;
}

.n_c_address{
    width: 50%;
    background:#fff;
    padding:75px 85px 110px;
}
.n_c_tabli{
    display: flex;
    flex-wrap: wrap;
}
.n_c_tabli a{
    display: block;
    width: 50%;
    position: relative;
    font-size:24px;
    color: #333333;
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    cursor: pointer;
}
.n_c_tabli a:before{
    content:'';
    position: absolute;
    bottom:-3px;
    left:0;
    width: 100%;
    height: 4px;
    background:#f56a0e;
    opacity: 0;
}
.n_c_tabli a.on{
    color: #f56a0e;
}
.n_c_tabli a.on:before{
    opacity: 1;
}


.n_c_tab1{
    display: none;
}
.n_c_tab1 ul{
    display: flex;
    flex-wrap: wrap;
    margin:75px 0 55px;
}
.n_c_tab1 ul li{
    display: flex;
    flex-wrap: wrap;
    width: 50%; 
    margin-bottom:30px;   
}
.n_c_tab1 ul li .img1{
    width: 24px;
}
.n_c_tab1 ul li .text{
    width: calc(100% - 24px);
    padding-left: 15px;
}
.n_c_tab1 ul li .text p.p1{
    font-size:18px;
    color: #333;
    font-weight: bold;
    line-height: 1.6;  
}
.n_c_tab1 ul li .text p.p2{
    font-size:16px; 
    color: #666;
    line-height: 1.6;
}

#map1,#map2{
    height: 300px;
}
.n_c_text{
    width: 50%;
    padding:75px 85px 110px 105px;
    background:url(../images/c_bg1.jpg) no-repeat center;
    background-size:cover;
}
.n_c_code{

}
.n_c_code h3{
    font-size:24px;
    color: #333333;
}
.n_c_code ul{
    display: flex;
    flex-wrap: wrap;
    padding:45px 0 50px;
    border-bottom: 2px solid rgba(255,255,255,.2);
    margin-bottom: 30px;
}
.n_c_code ul li{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.n_c_code ul li .sc_t{
    margin-right: 50px;
}
.n_c_code ul li .sc_t .img1{
    margin:0 auto;
    width: 47px;
}
.n_c_code ul li .sc_t .img1 img{
    display: inline-block;
    position: absolute;
    top:-47px;
    left:0;
}
.n_c_code ul li .sc_t a{
    color: #333333;
    font-weight: bold;
    font-size:16px;
    margin-top:10px;
}
#foot_message{

}
#foot_message h3{
    font-size:24px;
    color: #333333;
    margin-bottom:15px;
}
#foot_message ul{

}
#foot_message ul li{
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
#foot_message ul li:nth-child(1){
    width: calc(50% - 10px);
    margin-right: 20px;
}
#foot_message ul li:nth-child(2){
    width: calc(50% - 10px);
}
#foot_message ul li input{
    width: 100%;
    border:none;
    background:#fff;
    padding:0 25px;
    line-height: 55px;
    outline: none;
}
#foot_message ul li textarea{
    width: 100%;
    border:none;
    background:#fff;
    padding:0 25px;
    line-height: 55px;
    outline: none;
    display: block;
    font-family: "微软雅黑";
}
.mess_btn input{
    width: 100%;
    font-size:30px;
    color: #f56a0e;
    line-height: 55px;
    border:none;
    background:#fff;
    outline: none;
    cursor: pointer;
}
.mess_btn input:hover{
    opacity: 0.8;
}
@media(max-width: 1600px){
    .n_contact{
        padding: 100px 60px;
    }
    .n_contact h2 {
        font-size: 42px;
        margin-bottom: 60px;
    }
    .n_c_tabli a {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .n_c_address{
        padding:60px 40px;
    }
    .n_c_tab1 ul{
        margin:50px 0 40px;
    }
    .n_c_tab1 ul li .text p.p1{
        font-size:16px;
    }
    .n_c_tab1 ul li .text p.p2{
        font-size:15px;
    }
    .n_c_text{
        padding:60px 40px;
    }
    .n_c_code h3{
        font-size:20px;
    }
    .n_c_code ul{
        padding:30px 0;
    }
    .n_c_code ul li .sc_t{
        margin-right: 20px;
    }
    .n_c_code ul li .sc_t a{
        font-size:15px;
        margin-top: 5px;
    }
    #foot_message h3{
        font-size:20px;
    }
    #foot_message ul li input{
        line-height: 45px;
    }
    #foot_message ul li textarea{
        line-height: 45px;
    }
    .mess_btn input{
        font-size:24px;
    }
}
@media(max-width: 1220px){
    .n_contact{
        padding: 80px 4%;
    }  
    .n_contact h2 {
        font-size: 32px;
        margin-bottom: 50px;
    } 
    .n_c_address {
        padding: 40px 20px;
    } 
    .n_c_tabli a {
        font-size: 17px;
        padding-bottom: 12px;
    }
    .n_c_tab1 ul {
        margin: 30px 0 20px;
    }
    .n_c_tab1 ul li{
        margin-bottom: 15px;
    }
    .n_c_tab1 ul li .text{
        padding-left: 10px;
    }
    .n_c_tab1 ul li .text p.p1{
        font-size:15px;
    }
    .n_c_tab1 ul li .text p.p2 {
        font-size: 14px;
    }
    .n_c_text {
        padding: 40px 20px;
    }
    .n_c_code ul li .sc_t {
        margin-right: 10px;
        width: calc(100% - 120px);
    }
    .n_c_code ul li .sc_t a{
        line-height: 1.6;
    }
    .n_c_code ul li .sc_img{
        width: 110px;
    }

}
@media(max-width: 768px){
    .n_contact {
        padding: 50px 4%;
    } 
    .n_contact h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .n_c_address{
        width: 100%;
    }
    .n_c_text{
        width: 100%;
    }
}
@media(max-width: 640px){
    .n_contact {
        padding: 30px 4%;
    }  
    .n_contact h2 {
        font-size: 22px;
        margin-bottom: 20px;
    } 
    #map1, #map2{
        height: 240px;
    } 
}
@media(max-width: 460px){
    .n_c_tab1 ul li{
        width: 100%;
    }
    .n_c_code ul {
        padding: 20px 0;
    }
    .n_c_code ul li{
        width: 100%;
        padding:5px 0;
    }
    #foot_message ul li{
        margin-bottom: 10px;
    }
    #foot_message ul li:nth-child(1){
        width: 100%;
        margin-right: 0px;
    }
    #foot_message ul li:nth-child(2){
        width: 100%;
    }
    #foot_message ul li input{
        line-height: 40px;
        padding: 0 15px;
    }
    #foot_message ul li textarea {
        line-height: 40px;
        padding: 0 15px;
    }
    .mess_btn input {
        font-size: 18px;
    }
}


.contact1{
    padding:65px 0 115px;
    border-top: 1px solid #dbdbdb;
}
.contact1 h2{
    font-size:36px;
    color: #333333;
    line-height: 1.4;
}
.contact_l{
    width: 44.5%;
    float: left;
}
.contact_l .text{
    margin:30px 0 25px;
    font-size:16px;
    color: #333333;
}
/*.contact_l .text p:nth-child(1){*/
/*    padding-left: 25px;*/
/*    background:url(../images/c_ico1.png) no-repeat left center;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.contact_l .text p:nth-child(1) strong{*/
/*    font-size:22px;*/
/*    color: #333333;*/
/*    font-family: "puhui65";*/
/*}*/
.contact_l .text p:nth-child(1){
    padding-left: 25px;
    background:url(../images/c_ico2.png) no-repeat left center;
    margin-bottom: 10px;
}
.contact_l .text p:nth-child(1) strong{
    font-size:32px;
    color: #333333;
    font-family: "puhui65";
    line-height: 1.4;
}
.contact_l .text p:nth-child(2){
    padding-left: 25px;
    background:url(../images/c_ico3.png) no-repeat left center;
}
.n_code{
    width: 152px;
    text-align: center;
    font-size:16px;
    color: #333333;
}
.contact_r{
    width: 55.5%;
    padding-right: 40px;
    float: right;
}
.message{

}
.message ul{
    margin-top:65px;
}
.message ul li{
    margin-bottom: 38px;
}
.message ul li:last-child{
    margin-bottom: 0;
}
.message ul li label{
    display: block;
    font-size:18px;
    color: #333333;
    line-height: 1;
    font-family: "puhui85";
    margin-bottom: 6px;
}
.message ul li p{

}
.message ul li p input{
    width: 100%;
    border:none;
    outline: none;
    border-bottom: 1px solid #cccccc;
    line-height: 45px;
    font-size:16px;
    color: #808080;
    font-family: "puhui45";
}
.mess_btn{
    margin-top:75px;
}
.mess_btn button{
    width: 180px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#ff732a;
    font-size:16px;
    color: #fff;
    border-radius: 6px;
    border:none;
    outline: none;  
    padding:10px 26px 10px 30px;  
    cursor: pointer;
    transition:all 0.4s ease-out;
}
.mess_btn button i{
    width: 8px;
    height: 13px;
    background:url(../images/c_more1.png) no-repeat center;
}
.mess_btn button:hover{
    padding:10px 30px 10px 30px;  
}
.map-iframe {
    width: 100%;
    height: 600px;
    display: block;
}
@media(max-width: 1600px){
    .contact1{
        padding: 65px 0 95px;
    }
    .contact1 h2{
        font-size:28px;
    }
    .contact_l .text{
        font-size:15px;
    }
    /*.contact_l .text p:nth-child(2) strong{*/
    /*    font-size:20px;*/
    /*}*/
    .contact_l .text p:nth-child(1) strong{
        font-size:26px;
    }
    .contact_r{
        padding-right:0;
        width:50.5%;
    }
    .message ul{
        margin-top:50px;
    }
    .message ul li {
        margin-bottom: 25px;
    }
    .message ul li label{
        font-size:16px;
    }
    .message ul li p input,.message ul li p textarea{
        font-size:15px;
    }
    .mess_btn {
        margin-top: 50px;
    }
    .map-iframe{
        height:500px;
    }
}
@media(max-width: 1280px){
    .mess_btn button{
        width:150px;
        padding:10px 20px 10px 20px;
    }

}
@media(max-width: 1024px){
    .contact1{
        padding: 65px 0 70px;
    }
    .contact1 h2{
        font-size:24px;
    } 
    .contact_l .text {
        font-size: 14px;
    }
    /*.contact_l .text p:nth-child(1) strong{*/
    /*    font-size:18px;*/
    /*}*/
    .contact_l .text p:nth-child(1) strong{
        font-size:22px;
    }
    .contact-map{
        display:none;
    }
}
@media(max-width: 820px){
    .contact1 {
        padding: 55px 0;
    }    
}
@media(max-width: 640px){
    .contact1 {
        padding: 35px 0;
    } 
    .contact_l{
        width:100%;
    }
    .contact1 h2{
        font-size:20px;
    } 
    .contact_r{
        width:100%;
        margin-top:35px;
    }
}



#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;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 5px;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 1em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}
.page{
    font-size: 14px;
    color: #666; 
    margin-top:20px;   
}
.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 #f56a0e;
    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: #f56a0e;
    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;
}