﻿/*头部样式*/
.index_head {
    position: fixed;
    top:0px;
    left:0;
    width: 100%;
    z-index:999999;
    padding:10px 120px;
}
.index_head .img1{
    display: none;
}
.logo{
    float: left;
}
.language_a{
    float:right;
    position: relative;
    margin-top:9px;
}
.language_a span{
    display: flex;
    justify-content: center;
    align-items:center;
    color: #fff;
    width: 140px;
    height: 42px; 
    background:url(../images/language_bg.png) no-repeat center;   
}
.language_a span img{
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.language_a span i{
    display: block;
    margin-left: 6px;
    width: 11px;
    height: 100%;
    background:url(../images/down1.png) no-repeat center;
}
.language_text{
    display: none;
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background-color: #fff;
    z-index:99;
    border-radius: 10px;
    overflow: hidden;
}
.language_text a{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #333;
}
.language_text a:hover{
    color: #fff;
    background-color: #e57f12;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
}
.language_a:hover .language_text{
    display: block;
}
.ss{
    float:right;
    margin:0 45px 0 30px;
}
.ss .img{
    line-height: 60px;
}
.search{
    display: none;
}
#formsearch{
    position: absolute;
}
#keyword{
    float: left;
}
.s_btn{
    float: right;
}

.nav{
    display: flex;
    float:right;
}
.nav li{
    float: left;
    position: relative;
}
.nav li a.a1{
    display: flex;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    padding:0 28px;
}
.nav li a.a1 i{
    display: block;
    margin-left: 5px;
    width: 9px;
    background:url(../images/arrow2.png) no-repeat center;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:-15%;
    z-index: 999;
    background-color: #fff;
    width: 130%;
    padding:10px 5px!important;
    height: auto!important;
}
.nav li .b_nav a{
    display: block;
    font-size: 14px;
    color: #333!important;  
    line-height: 2em;  
    text-align: center;
}
.nav li .b_nav a:hover{
    color: #e57f12!important;
}

.index_head.on .img1{
    display: block;
}
.index_head.on .img2{
    display: none;
}
.index_head.on .nav li a {
    color: #fff;
}
.index_head.on .nav li a.a1 i{
    background:url(../images/arrow1.png) no-repeat center;
}
.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
/*#fp-nav{
    display: none!important;
}*/
@media(max-width: 1600px){
    .index_head{
        padding:10px 5%;
    }
    .nav li a.a1{
        padding:0 20px;
    }
}
@media(max-width: 1440px){
    .language_a span{
        width: 120px;
        border-radius: 10px;
    }
    .language_a span img{
        margin-right: 6px;
    }
    .ss {
        margin: 0 35px 0 20px;
    }

}
@media(max-width: 1259px){
    .index_head {
        padding: 10px 4%;
    }
    .container{
        width: 92%;
    }
    .nav li a.a1 {
        font-size: 15px;
        padding: 0 12px;
    }
}
@media(max-width: 1199px){
    .head{
        background:#fff;
    }
    html, body {
        overflow-y: auto!important;
    }
    .ss{
        display: none;
    }
}
@media(max-width: 1024px){
    .index_head {
        padding: 10px 3%;
    }
    .nav li a.a1 {
        font-size: 14px;
        padding: 0 10px;
    }
    .language_a{
        display: none;
    }
}
@media(max-width: 768px){

    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .h70{
        height: 66px;
        width: 100%;
    }
}
@media(max-width: 640px){
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }
    .h70{
        height: 55px;
        width: 100%;
    }
}


#c-banner1{
    width: 100%;
    height:100%;
}
#c-banner1 .swiper-slide img{
    opacity: 0;
}

#c-banner1 .swiper-pagination{
    text-align: right;
    padding:0 240px;
    bottom:50px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin:0 10px;
    opacity: .6;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    width: 58px;
    border-radius: 25px;
    opacity: 1;
}
.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;
    color: #fff; 
    line-height: 1.8;  
    padding:15px 120px; 
    transform: translate3d(0, 0, 0);
    will-change: transform;
}
.banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}
#c-banner1 .swiper-slide.swiper-slide-active .banner_text * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}
#c-banner1 .swiper-slide.swiper-slide-active .banner_text:before {
    transition-delay: 1.3s;
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}
#c-banner1 .swiper-slide.swiper-slide-active .banner_text *:nth-child(1) {
    transition-delay: 0.5s;
    /*font-family: 'Oswald', sans-serif !important;
    font-size: 40px;*/
}
.#c-banner1 .swiper-slide.swiper-slide-active .banner_text *:nth-child(2) {
    transition-delay: 0.7s;
}
#c-banner1 .swiper-slide.swiper-slide-active .banner_text *:nth-child(3) {
    transition-delay: 0.9s;
}


.banner_text .p1{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
.banner_text .p2{
    font-size: 48px;    
}
#c-banner1 .swiper-slide2 .banner_text,#c-banner1 .swiper-slide3 .banner_text{
    text-align: left;
}
.banner_text .p3{
    font-size: 80px;
    line-height: 1.2;
    text-shadow: 5px 5px 3px rgba(0, 0, 0, .2);
}
.banner_text .p4{
    font-size: 32px;  
    line-height: 1.6;  
    text-shadow: 5px 5px 3px rgba(0, 0, 0, .2);
    margin:20px 0 95px;
}
@media(max-width: 1600px){
    .banner_text{
        padding:15px 5%;
    }
    .banner_text .p1{
        font-size: 38px;
    }
    .banner_text .p2{
        font-size: 36px;
    }
    #c-banner1 .swiper-pagination{
        padding:0 5%;
    }
    .banner_text .p3{
        font-size: 56px;
    }
    .banner_text .p4{
        font-size: 26px;  
        margin:20px 0 70px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .banner_text{
        padding:15px 4%;
    }
    .banner_text .p1{
        font-size: 32px;
    }
    .banner_text .p2{
        font-size: 28px;
    }
    .banner_text .p3{
        font-size: 42px;
    }
    .banner_text .p4{
        font-size: 22px;  
        margin:20px 0 50px;
    }
}
@media(max-width: 1199px){
    #c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
        width: 45px;
    } 
}
@media(max-width: 1024px){
    .banner_text{
        padding:15px 3%;
    }
    .banner_text .p1{
        font-size: 26px;
    }
    .banner_text .p2{
        font-size: 22px;
    }  
    .banner_text .p3{
        font-size: 32px;
    }
    .banner_text .p4{
        font-size: 17px;  
        margin:20px 0 30px;
    }
}
@media(max-width: 768px){
    #c-banner1 .swiper-pagination{
        bottom:5px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        margin:0 5px;
    }
    #c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
        width: 35px;
    }
    .banner_text .p1{
        font-size: 22px;
    }
    .banner_text .p2{
        font-size: 18px;
    } 
    .banner_text .p3{
        font-size: 26px;
    }
    .banner_text .p4{
        font-size: 16px;  
        margin:15px 0 30px;
    }
}
@media(max-width: 640px){
    #c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
        width: 25px;
    }
    .banner_text .p1{
        font-size: 16px;
        line-height: 1.6;
    }
    .banner_text .p2{
        font-size: 16px;
    }   
    .banner_text .p3{
        font-size: 20px;
    }
    .banner_text .p4{
        font-size: 14px;  
        margin:10px 0 20px;
    } 
    .banner_text a.more1{
        font-size: 12px;
        width: 85px;
        line-height: 30px;        
    } 
}
@media(max-width: 460px){
    .banner_text .p3{
        font-size: 18px;
        line-height: 1.4;
    }    
}

.yy_top{
    position: relative;
}
.yy_top:before{
    content:'';
    position: absolute;
    top:102px;
    left:0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #fff;
}
.container{
    width: 90%;
    max-width: 1440px;
    margin:0 auto;
}
.yy_li{
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}
.yy_li li{
    text-align: center;
    position: relative;
    color: #fff;
    margin:0 45px;
    position: relative;
}
.yy_li li:before{
    content:'';
    position: absolute;
    top:99px;
    left:50%;
    margin-left: -4.5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}
@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: .8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: .8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: .8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: .8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.yy_li li:after{
    content: '';
    position: absolute;
    flex: 0 0 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #31af9a;
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
    top: 93px;
    left: 50%;
    margin-left: -11px;
    z-index: 8;
/*    display: none;*/
}
.yy_li li.cur:before,.yy_li li.cur:after{
    background-color: #e57f12;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
}
.yy_li li .img1{
    width: 104px;
    height: 69px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.yy_li li .img1 img{
    position: absolute;
    top:0;
    left:0;
}
.yy_li li.cur .img1 img{
    top:-69px;
}
.yy_li li p{
    font-size: 16px;
    padding-top:48px;
}
.yy_tab1{
    display: none;
}
.yy_tab1 .container{
    display: flex;
    flex-wrap: wrap;    
}
.yy_tab1 .img{
    width: 31.5%;
    border-radius: 25px;
}
.yy_tab1 .img:hover img{
    transform: scale(1.1);
}
.yy_tab1 .text{
    width: 68.5%;
    color: #fff;
    padding:10px 40px 10px 70px;
}
.yy_tab1 .text h3{
    font-size: 58px;
    font-weight: normal;
    line-height: 1;
}
.yy_tab1 .text p{
    font-size: 16px;
    margin:12px 0 70px;
}
a.more1{
    display: block;
    width: 160px;
    line-height: 50px;
    border-radius: 25px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #e57f12;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
}
a.more1:hover{
    text-decoration: underline;
}
.yy_tab1.on{
    display: block;
}

.yy_bg{

}
.yy_tab2{
    position: absolute;
    top:0;
    left:0;
    z-index:-1;   
    width: 100%;
    height: 100%; 
    opacity: 0;
    transition: all 0.4s ease-out;
}
.yy_tab2 .img{
    width: 100%;
    height: 100%;
}
.yy_tab2 .img img{
    object-fit:fill;   
    opacity: 0; 
}
.yy_tab2.on{
    opacity: 1;
}
@media(max-width: 1600px){
    .yy_li{
        margin-bottom: 50px;
    }
    .yy_tab1 .text h3{
        font-size: 40px;
    }
    .yy_tab1 .text p {
        font-size: 14px;
        margin: 10px 0 40px;
    }
    a.more1 {
        width: 120px;
        line-height: 42px;
        font-size: 14px;
    }
    .yy_tab1 .text{
        padding:10px 0px 10px 40px;
    }
}
@media(max-width: 1440px){
    .yy_li li{
        margin: 0 30px;
    }    
}
@media(max-width: 1259px){
    .yy_li li{
        margin: 0 20px;
    }
    .yy_li li p{
        font-size: 15px;
    }
}
@media(max-width: 1199px){
    .service-wrap2{
        padding:70px 0;
    }
    .yy_li{
        margin-bottom: 35px;
    }
    .yy_tab1 .text p{
        margin:10px 0 30px;
    }
    .yy_tab1 .text h3{
        font-size: 30px;
    }
}
@media(max-width: 1024px){
    .yy_li li{
        margin: 0 15px;
    }  
    .yy_tab1 .text{
        padding: 10px 0px 10px 25px;
    }  
}
@media(max-width: 768px){
    .service-wrap2{
        padding:55px 0;
    }
    .yy_li li {
        margin: 0 10px;
    }
    .yy_tab1 .text h3{
        font-size: 24px;
    }
    a.more1 {
        width: 100px;
        line-height: 36px;
    }
}
@media(max-width: 767px){
    .yy_li,.yy_top:before{
        display: none;
    }
}
@media(max-width: 640px){
    .service-wrap2{
        padding:35px 0;
    }
    .yy_tab1 .img{
        width: 100%;
    } 
    .yy_tab1 .text{
        width: 100%;
        padding: 20px 0px 0px 0px;
    } 
    .yy_tab1 .text h3{
        font-size: 18px;
    }   
    .yy_tab1 .text p {
        margin: 10px 0 15px;
    }
}


.service-wrap3{
    background:url(../images/about.jpg) no-repeat center;
    background-size: cover;
}
.index_about{
    color: #fff;
}
.index_about h2{
    font-size: 68px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1;
}
.index_about .txt{
    max-width: 545px;
    font-size: 18px;
    color: #ffffff;
    margin:25px 0 105px;
}

@media(max-width: 1600px){
    .index_about h2{
        font-size: 40px;
    }
    .index_about .txt{
        font-size: 15px;
        margin: 20px 0 55px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){

}
@media(max-width: 1199px){
    .service-wrap3{
        padding:70px 0;
    }
    .index_about h2{
        font-size: 26px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .service-wrap3{
        padding:55px 0;
    }
    .index_about h2{
        font-size: 22px;
    }
    .index_about .txt {
        font-size: 14px;
        margin: 20px 0 30px;
    }      
}
@media(max-width: 640px){
    .service-wrap3{
        padding:35px 0;
    }
    .index_about h2{
        font-size: 18px;
    } 
    .index_about .txt {
        font-size: 14px;
        margin: 15px 0 20px;
    }    
}



.service-wrap4{
    background:url(../images/partners.jpg) no-repeat center;
    background-size: cover;
}
.index_t1{

}   
.index_t1 h3{
    font-size: 68px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 25px;
}
.index_t1 p{
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1.8;
    max-width: 760px;
}
.hzhb_swiper.swiper-container{
    margin-top:50px;
    padding-bottom: 50px;
}
.hzhb_swiper .swiper-pagination{
    bottom:0!important;
}
.hzhb_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background:#e57f12!important;
}
.hzhb_swiper.swiper-container .swiper-slide{

}
.hzhb_swiper.swiper-container .swiper-slide img{
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ccc;
}
.partners_list{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
}
.partners_list li{
    width: 23.5%;
    margin-bottom: 12px;
    margin-right: 2%;
/*    border-radius: 5px;*/

/*    overflow: hidden;*/
}
.partners_list li:nth-child(4n){
    margin-right: 0;
}
.partners_list li img{
    border-radius: 5px;
    box-shadow: 0px 0px 10px #c5c5c5;
}
@media(max-width: 1600px){
    .index_t1 h3{
        font-size: 40px;
        margin-bottom: 15px;
    }
    .index_t1 p{
        font-size: 15px;
    }
    .partners_list{
        margin-top:50px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .hzhb_swiper.swiper-container{
        margin-top:30px;
    }
    .hzhb_swiper.swiper-container{
        padding-bottom: 35px;
    }
}
@media(max-width: 1199px){
    .service-wrap4{
        padding:70px 0;
    }
    .index_t1 h3{
        font-size: 30px;
        margin-bottom: 12px;
    }
    .index_t1 p{
        font-size: 14px;
        line-height: 1.6;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .service-wrap4{
        padding:55px 0;
    }
    .index_t1 h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .partners_list{
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    .service-wrap4{
        padding:35px 0 20px;
    }
    .index_t1 h3{
        font-size: 20px;
    } 
    .partners_list{
        margin-top: 20px;
    }   
    .partners_list li{
        width: 49%;
        margin-bottom: 15px;
    }
    .partners_list li:nth-child(2n) {
        margin-right: 0;
    }
}


.service-wrap5{
    background:url(../images/news.jpg) no-repeat center;
    background-size: cover;
    padding-top:30px;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
.news_list1 li{
    width: 30%;
    margin-right: 5%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.news_list1 li a .text{
    background:#f5f7f5;
    padding:36px 32px 30px;
}
.news_list1 li a .text h3{
    font-weight: normal;
    font-size: 20px;
    color: #333333;
    line-height: 1.6em;
    height: 3.2em;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list1 li a .text span{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}
.news_list1 li:hover a .img img{
    transform: scale(1.1);
}
.news_list1 li:hover a .text h3{
    color: #e57f12;
}
@media(max-width: 1600px){
    .service-wrap5{
        padding-top:0;
    }
    .news_list1 li a .text {
        padding: 30px 25px;
    }
    .news_list1 li a .text h3{
        font-size: 17px;
    }

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

}
@media(max-width: 1259px){
    .news_list1 li{
        width: 32%;
        margin-right: 2%;
    }
}
@media(max-width: 1199px){
    .service-wrap5{
        padding:70px 0;
    }
    .news_list1{
        margin-top:30px;
    }
    .news_list1 li a .text {
        padding: 20px 15px;
    }
    .news_list1 li a .text h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .service-wrap5{
        padding:55px 0;
    }
    .news_list1{
        margin-top:20px;
    }
    .news_list1 li a .text {
        padding: 12px 10px;
    }
    .news_list1 li a .text h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
     .service-wrap5{
        padding:35px 0 20px;
    } 
    .news_list1 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }  
}

.service-wrap6, .service-wrap6 .fp-tableCell {
    height: auto!important;
}
#footer{
    background:#363636;
    color: #fff;
}
.foot{
    padding:105px 0 35px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.foot .container{
    display: flex;
    flex-wrap: wrap;    
}
.foot_l{
    width: 36.5%;
}
.f_contact{
    margin:28px 0 42px;
}
.f_contact p{
    opacity: .6;    
}
.f_contact p:nth-child(2){
    font-size: 36px;
    line-height: 1;
    margin:5px 0 10px;
}
.f_contact p:nth-child(3){
    opacity: .3;
}
.f_link{
    position: relative;
    display: none;
}
.f_link span{
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #e57f12;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
}
.f_link span i{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    margin-left: 34px;
}
.f_link_a{
    position: absolute;
    left:200px;
    top:0;
    background:#fff;
    display: block;
}
.f_link_a a{
    font-size: 15px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.f_link_a a:hover{
    background-color: #e57f12;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    color: #fff;    
}
.f_link:hover .f_link_a{
    display: block;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    width: 63.5%;
}
.f_nav li{
    width: 20%;
}
.f_nav li h3{
    font-weight: normal;
    font-size: 20px;
}
.f_nav li a{
    font-size: 14px;
    opacity: .3;
    color: #fff;
    display: block;
}

.copyright{
    padding:16px 0;
    opacity: .3;
}
.copyright a{
    color: #fff;
}
.copyright_l{
    float:left;
    max-width: 60%;
}
.copyright_r{
    float:right;
}
@media(max-width: 1600px){
    .foot {
        padding: 55px 0 35px;
    }
    .f_contact p:nth-child(2){
        font-size: 28px;
    }
    .f_link span{
        width: 160px;
    }
    .f_link span i{
        margin-left: 22px;
    }
    .f_link_a{
        left:160px;
    }
    .f_nav li h3{
        font-size: 17px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){

}
@media(max-width: 1199px){
    .foot {
        padding: 45px 0 35px;
    }
    .copyright{
        padding:10px 0;
    }
}
@media(max-width: 1024px){
    .f_logo img{
        max-width: 220px;
    }
    .f_contact p:nth-child(2){
        font-size: 24px;
    }

}
@media(max-width: 768px){
    .foot {
        padding: 30px 0 20px;
    }
    .f_logo img{
        max-width: 200px;
    }
    .f_contact {
        margin: 20px 0 0px;
    } 

    .f_link{
        display: none;
    }  
}
@media(max-width: 640px){
    .foot {
        padding: 30px 0 15px;
    } 
    .foot_l{
        width: 100%;
    }
    .f_logo img {
        max-width: 160px;
    }
    .f_contact {
        margin: 15px 0 0px;
    }
    .f_contact p:nth-child(2){
        font-size: 20px;
    }
    .f_nav{
        display: none;
    }
    .copyright_l,.copyright_r{
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}


/*----- 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_head{
    background:#fff;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.banner_text2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.color1{
    color: #fff;
}
.color2{
    color: #333;
}
.banner_text2 h3{
    font-size: 60px;
    font-weight: normal;
}
.banner_text2 p{
    font-size: 26px;
}
@media(max-width: 1600px){
    .banner_text2 h3{
        font-size: 46px;
    }
    .banner_text2 p{
        font-size: 22px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .banner_text2 h3{
        font-size: 42px;
    }    
}
@media(max-width: 1024px){
    .banner_text2 h3{
        font-size: 36px;
    }
    .banner_text2 p{
        font-size: 20px;
    }    
}
@media(max-width: 768px){
    .banner_text2 h3{
        font-size: 30px;
    }
    .banner_text2 p{
        font-size: 18px;
    }     
}
@media(max-width: 640px){
    .banner_text2 h3{
        font-size: 22px;
    }
    .banner_text2 p{
        font-size: 14px;
    }     
}



#about1{
    background:url(../images/ab_bg.jpg) no-repeat top center;
    padding:175px 0 45px;
    font-family: "苹方";
}
.about1_l{
    width: 31.25%;
    float:left;
    padding:0 15px 0 7%;
}
.about1_l li{

    margin-bottom: 75px;
}
.about1_l li .p1{
    font-weight: bold;
    display: flex;
}
.about1_l li .p1 span{
    font-size: 62px;
    color: #e58012;
    background-image: -webkit-linear-gradient(right, #e57f12, #eb9f17, #f2c61e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.about1_l li .p1 sup{
    font-size: 20px;
    color: #e57f12;
    line-height: 1;
}
.about1_l li .p2{
    font-size: 16px;
    color: #3c3c3c;
}
.about1_l .p{
    font-size: 14px;
    color: #808080;
}
.about1_r{
    width: 58%;
    float:left;
}
.about1_r h2{
    font-size: 68px;
    color: #e58012;
    font-weight:bold;
    line-height: 1;
    background-image: -webkit-linear-gradient(right, #e57f12, #eb9f17, #f2c61e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about1_r .p1{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    padding:25px 0 10px;
}
.about1_r .txt{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
#about2{
    background:url(../images/ab_bg2.jpg) no-repeat center;
    color: #fff;
    font-family: "苹方";
    padding:125px 0 90px;
    background-size: cover;
}
#about2 ul{

}
#about2 ul li{
    margin-bottom: 55px;
    display: flex;
    align-items:center;
}
#about2 ul li:nth-child(1){
    padding-left: 49%;
}
#about2 ul li:nth-child(2){
    padding-left: 40%;
}
#about2 ul li .img{
    margin-right: 54px;
}
#about2 ul li h3{
    font-size: 40px;
    line-height: 1.4;
}
#about2 ul li p{
    font-size: 18px;    
}
#about2 .p{
    font-size: 22px;
    padding-left: 35%;
}
#about3{
    padding:140px 0 110px;
}
#about3 h2{
    font-size: 68px;
    color: #333333;
    float:left;
    font-weight: normal;
}
.about3_c{
    width: 66%;
    float:right;
}
.fzlc{
    position: relative;

    border-left: 5px solid #e57f12;
    margin-top:68px;
}
.fzlc .cont{
    max-height: 600px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.fzlc .cont::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;     
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.fzlc .cont::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,);
    background: #e57f12;
}
.fzlc .cont::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,);
    border-radius: 10px;
    background: #fff;
}
.fzlc li{
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    position: relative;
    margin-bottom: 40px;
}
.fzlc li:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-5.5px;
    width: 11px;
    height: 5px;
    background:#e57f12;
}
.fzlc li span{
    font-size: 46px;
    color: #e57f12;
    width: 140px;
}
.fzlc li p{
    width: calc(100% - 300px);
    position: relative;
    font-size: 16px;
    padding-left: 15px;
    line-height: 1.8;
}
.fzlc li p:before{
    content:'';
    position: absolute;
    left:0;
    top:12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:#666666;
}
@keyframes mouseImg1 {
    0%{
        -webkit-transform: stranslateY(-15px);
        transform: translateY(-5px);
    }
    100%
    {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    
}
.mouse_scroll{
    position: relative;
    margin-left: 125px;
    padding:30px 0;
    margin-top:50px;
}
.mouse_scroll img {
    top: -6px;
    animation: mouseImg1 1s ease-in-out alternate infinite  ;
}
#about4{
    background: url(../images/ab_bg3.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding:135px 0 65px;
}

#about4 .cont{
    width: 66.5%;
    float:right;
}
#about4 .text{
    font-size: 20px;
    max-width: 730px;
    line-height: 1.6;
    margin-bottom: 80px;
    position: relative;
}
#about4 .text:before{
    content:'';
    position: absolute;
    top:-45px;
    left:-135px;
    width: 81px;
    height: 75px;
    background:url(../images/yinhao2.png) no-repeat center;
}
#about4 ul{
    display: flex;
    flex-wrap: wrap;
}
#about4 ul li{
    text-align: center;
    margin-right: 12%;
}
#about4 ul li:last-child{
    margin-right: 0;
}
#about4 ul li p{
    font-size: 18px;
    padding-top:12px;
}
#about5{
    padding:120px 0 110px;
}
.ab_t2{
    text-align: center;
}
.ab_t2 h2{
    font-size: 68px;
    color: #1a1a1a;
    font-weight: normal;
    line-height: 1;
}
.ab_t2 p{
    font-size: 18px;
    color: #808080;
    max-width: 960px;
    margin:35px  auto 0;
    line-height: 1.6;
}
.partners_list2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}
.partners_list2 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 12px;
/*    box-shadow: 0px 0px 10px #ccc;*/
    text-align: center;
}
.partners_list2 li:nth-child(4n){
    margin-right: 0;
}
.partners_list2 li img{
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}
/*#fzlc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height:100px;
    line-height:100px;
    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;
}
#fzlc .refresh{
    position:absolute;
    line-height:100px;
    bottom:100%;
    text-align:center;
    width:100%;
}
#fzlc .loadmore{
    position:absolute;
    line-height:20px;
    top:100%;
    text-align:center;
    width:100%;
}*/
@media(max-width: 1600px){
    #about1{
        padding:100px 0 45px;
    }
    .about1_l li{
        margin-bottom: 50px;
    }
    .about1_l li .p1 span{
        font-size: 42px;
    }
    .about1_l li .p2{
        font-size: 14px;
    }
    .about1_r h2{
        font-size: 52px;
    }
    .about1_r .p1{
        font-size: 26px;
    }
    .about1_r .txt{
        font-size: 14px;
    }
    #about2 ul li .img{
        margin-right: 35px;
    }
    #about2 ul li h3{
        font-size: 32px;
    }
    #about2 ul li p{
        font-size: 16px;
    }
    #about2 .p{
        font-size: 20px;
    }
    #about3 {
        padding: 90px 0;
    }
    #about3 h2,.ab_t2 h2{
        font-size: 42px;
    }
    .fzlc li{
        margin-bottom: 30px;
    }
    .fzlc li span{
        font-size: 32px;
    }
    .fzlc li p{
        font-size: 15px;
        width: calc(100% - 200px);
    }
    .mouse_scroll{
        margin-top:30px;
        margin-left: 100px;
    }
    #about4{
        padding: 110px 0 65px;
    }
    #about4 .text{
        font-size: 16px;
        margin-bottom: 60px;
    }
    #about4 .text:before{
        top:-30px;
        left:-110px;
        width: 60px;
        height: 57px;
        background:url(../images/yinhao2.png) no-repeat center;
        background-size: contain;
    }
    #about4 ul li{
        margin-right: 10%;
    }
    #about4 ul li p{
        font-size: 16px;
        padding-top: 7px;
    }
    #about5 {
        padding: 90px 0;
    }
    .ab_t2 p{
        font-size: 15px;
        margin: 20px auto 0;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #about1{
        padding:70px 0 45px;
    }
    .about1_l{
        padding-left: 0;
    }
    .about1_l li{
        margin-bottom: 40px;
    }
    .about1_l li .p1 span{
        font-size: 32px;
    }
    .about1_r{
        width: 68%;
    }
    .about1_r h2{
        font-size: 42px;
    }
    .about1_r .p1 {
        font-size: 22px;
        padding: 10px 0 10px;
    }
    #about2{
        padding:90px 0;
    }
    #about2 ul li{
        margin-bottom: 40px;
    }
    #about2 ul li:nth-child(1){
        padding-left: 42%;
    }
    #about2 ul li:nth-child(2){
        padding-left: 35%;
    }
    #about2 ul li .img {
        margin-right: 20px;
    }
    #about2 ul li h3{
        font-size: 26px;
    }
    #about2 ul li p{
        font-size: 15px;
    }
    #about2 .p{
        padding-left: 25%;
        font-size: 18px;
    }
    #about3{
        padding:70px 0;
    }
    #about3 h2, .ab_t2 h2{
        font-size: 32px;
    }
    .about3_c{
        width: 70%;
    }
    .fzlc{
        margin-top:40px;
    }
    .fzlc li {
        margin-bottom: 20px;
    }
    .fzlc li span{
        font-size: 26px;
    }
    .fzlc li p{
        font-size: 14px;
        width: calc(100% - 140px);
    }
    .mouse_scroll{
        margin-top:20px;
        margin-left: 85px;
    }
    #about4{
        padding:70px 0 60px;
    }
    #about4 .cont{
        width: 75%;
    }
    #about4 .text:before {
        top: -15px;
        left: -75px;
        width: 45px;
        height: 40px;
        background: url(../images/yinhao2.png) no-repeat top center;
        background-size: contain;
    }
    #about4 .text {
        font-size: 15px;
        margin-bottom: 40px;
    }
    #about4 ul li p{
        font-size: 15px;
    }
    #about5{
        padding:70px 0;
    }
    .partners_list2{
        margin-top:40px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    #about1 {
        padding: 55px 0 45px;
    }
    .about1_l{
        display: none;
        width: 100%;
    }
    .about1_r{
        width: 100%;
    }
    .about1_r h2 {
        font-size: 32px;
    }
    .about1_r .p1 {
        font-size: 18px;
        padding: 0px 0;
    }
    #about2{
        padding:0 60px;
    }
    #about2 ul li{
        margin-bottom: 25px;
    }
    #about2 ul li:nth-child(1){
        padding-left: 0;
    }
    #about2 ul li:nth-child(2){
        padding-left: 0;
    }
    #about2 ul li .img img{
        max-height: 50px;
    }
    #about2 ul li h3 {
        font-size: 22px;
    }
    #about2 .p{
        padding-left: 0;
        font-size: 16px;
    }
    #about3,#about4,#about5{
        padding:55px 0;
    }
    #about3 h2{
        width: 100%;
    }
    #about3 h2, .ab_t2 h2 {
        font-size: 26px;
    }
    .about3_c{
        width: 100%;
        margin-top:15px;
    }
    .fzlc li{
        padding-left: 35px;
    }
    .fzlc li span{
        width: 80px;
        display: flex;
        align-items:center;
    }
    .fzlc li p {
        width: calc(100% - 80px);
    }
    #about4 .cont {
        width: 90%;
    }
    #about4 ul li{
        margin-right: 6%;
    }
    #about4 ul li .img img{
        max-height: 60px;
    }
}
@media(max-width: 640px){
    #about1,#about2,#about3,#about4,#about5 {
        padding: 35px 0;
    }
    .about1_r h2 {
        font-size: 24px;
    } 
    #about2 ul li .img{
        margin-right: 15px;
    }
    #about2 ul li .img img{
        max-height: 35px;
    }   
    #about2 ul li h3{
        font-size: 18px;
    }
    #about2 ul li p{
        font-size: 14px;
        line-height: 1.6;
        margin-top:5px;
    }
    #about3 h2, .ab_t2 h2{
        font-size: 22px;
    }
    .fzlc {
        margin-top: 20px;
    }
    .fzlc .cont{
        max-height: 310px;
    }
    .fzlc li {
        padding-left: 30px;
    }
    .fzlc li span{
        width: 70px;
        font-size: 22px;
    }
    .fzlc li p {
        width: calc(100% - 70px);
        font-size: 13px;
    }
    .mouse_scroll{
        margin-top:0;
        display: none;
    }
    #about4 .cont {
        width: 100%;
    }
    #about4 .text{
        font-size: 14px;
        margin-bottom: 25px;
    }
    #about4 .text:before{
        display: none;
    }
    #about4 ul li{
        margin-right: 15px;
    }
    #about4 ul li .img img{
        max-height: 45px;
    }
    #about4 ul li p{
        font-size: 12px;
    }
    .ab_t2 p {
        font-size: 14px;
        margin: 10px auto 0;
    }
    .partners_list2 {
        margin-top: 25px;
    }
    .partners_list2 li {
        width: 32%;
    }
    .partners_list2 li:nth-child(4n) {
        margin-right: 2%;
    }
    .partners_list2 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width: 460px){
    .partners_list2 li {
        width: 49%;
    }
    .partners_list2 li:nth-child(3n) {
        margin-right: 2%;
    }
    .partners_list2 li:nth-child(2n) {
        margin-right: 0;
    }    
}


.n_ptoduct{
    padding:75px 0 90px;
    background:#f5f7f5;
}
.product_list{

}
.product_list li{
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    background:#fff;
    padding:35px 55px 35px 100px;
    background:#fff;
    border-radius: 25px;
}
.product_list li .text{
    width: 68%;
    padding-right: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_list li .text .imgs{

}
.product_list li .text .imgs p:nth-child(2){
    display: none;
}
.product_list li .text h3 a{
    display: block;
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    margin:40px 0;
}
.product_list li .text .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.product_list li .img{
    width: 32%;
    border-radius: 15px;
}
.product_list li:hover .img img{
    transform: scale(1.1);
}
.product_list li:hover .text h3 a{
    color:#e58112;
}
.product_list li:hover .text .imgs p:nth-child(1){
    display: none;
}
.product_list li:hover .text .imgs p:nth-child(2){
    display: block;
}
.sitemp{
    margin:105px 0 15px;
}
.sitemp .site{
    /*padding-left: 22px;*/
    /*background:url(../images/home.png) no-repeat left center;*/
    font-size: 14px;
    color: #999999;
}
.sitemp .site a{
    font-size: 14px;
    color: #999999;    
}
.product1{
    background:#fff;
    padding:55px 60px 60px;
    border-radius: 15px;
    margin-bottom: 40px;
}
.imgs_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.imgs_list p{
    width: 32%;
    margin-right: 2%;
    border-radius: 15px;
    overflow: hidden;
}
.imgs_list p:nth-child(3n){
    margin-right: 0;
}
.imgs_list p img{
    transition: all 0.5s ease-out;
}
.imgs_list p:hover img{
    transform: scale(1.1);
}
.product1_b{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product1_b_l{
    max-width: 50%;
}
.product1_b_l h1{
    font-size: 50px;
    color: #e58012;
    background-image: -webkit-linear-gradient(right, #e57f12, #eb9f17, #f2c61e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product1_b_l p{
    font-size: 26px;
    color: #333333;
    margin-top:10px;
}
.product1_b_r{
    max-width: 50%;    
    font-size: 20px;
    color: #333;
    padding-right: 5%;
}
.product1_b_r p:nth-child(1){
    line-height: 1;
}
.product1_b_r p:nth-child(2n){
    padding-left: 40px;
    background:url(../images/p_tel.png) no-repeat left center;
    font-size: 28px;
    color: #4c4c4c;
}
.product1_b_r a{
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 214px;
    height: 54px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: #e57f12;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    margin-top:25px;
}
.product2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;

}
.product2_l{
    padding:70px 45px;
    width: 71%;
    background:#fff;
    border-radius: 15px;
}
.p_t1{
    font-size: 40px;
    color: #333333;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 26px;
    border-bottom: 1px solid #e58012;

}
.product2 .text{
    font-size: 16px;
    color: #333333;

}
.product2_l .p_t1{
    margin-top:85px;  
    margin-bottom: 26px; 
}
.product2_l_b table{
    width: 100%;
    display: block;
}
.product2_l_b table tr{
    border-bottom: 1px dashed #d8d8da;
    background:#ededed;
}
.product2_l_b table tr:nth-child(2n){
    background:none;
}
.product2_l_b table tr:nth-child(1){
    border-top:2px solid #cbccce;
}
.product2_l_b table tr.colors1{
    background:none!important;    
}
.product2_l_b table tr.colors2{
    background:#ededed;   
}
.product2_l_b table tr:last-child{
    border-bottom:2px solid #cbccce;
}
.product2_l_b table tr td{
    color:#333;
    padding:4px 15px;
    font-size: 16px;
}
.product2_l_b table tr td strong{

}
.product2_r{
    width: 26%; 
    background:#fff; 
    border-radius: 15px;
    overflow: hidden;  
}
.product2_r .p1{
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    height: 80px;
    background-color: #e57f12;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
}
.hot_product{
    padding:40px 35px;
}
.hot_product li{
    margin-bottom: 10px;
}
.hot_product li a{
    display: block;
    text-align: center;
}
.hot_product li a p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
    height: 50px;
}
.hot_product li a .img{
    border-radius: 15px;
}
.hot_product li:hover a .img img{
    transform: scale(1.1);
}
.hot_product li:hover a p{
    color: #e58012;
}
@media(max-width: 1600px){
    .product_list li{
        padding: 30px 40px 30px 60px;
    }
    .product_list li .text h3 a {
        font-size: 26px;
        margin: 25px 0;
    }
    .product1{
        padding:40px 30px;
    }
    .product1_b_l h1{
        font-size: 36px;
    }
    .product1_b_l p{
        font-size: 22px;
    }
    .product1_b_r a{
        width: 180px;
    }
    .product2_l{
        padding: 50px 30px;
    }
    .p_t1{
        font-size: 32px;
        padding-bottom: 20px;
    }
    .hot_product {
        padding: 30px 25px;
    }
    .hot_product li a p{
        font-size: 16px;
    }
    .product2_l_b table tr td{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_ptoduct {
        padding: 70px 0;
    }
    .product_list li{
        padding: 30px 40px;
    }  
    .product_list li .text h3 a {
        font-size: 22px;
        margin: 20px 0;
    }  
    .product1_b_l h1{
        font-size: 32px;
    }
    .product1_b_l p {
        font-size: 18px;
        margin-top:0;
    }
    .product1_b_r{
        font-size: 16px;
    }
    .product1_b_r p:nth-child(2n){
        font-size: 24px;
    }
    .product1_b_r a {
        width: 150px;
        height: 45px;
    }
    .p_t1 {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .product2_r .p1{
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }
    .product2_l .p_t1{ 
        margin-top:60px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1024px){
    .product_list li{
        padding: 25px 30px;
    }
     
}
@media(max-width: 768px){
    .n_ptoduct {
        padding: 55px 0;
    }
    .product_list li{
        padding: 20px 25px;
    }  
    .product_list li .text{
        padding-right: 5%;
        width: 60%;
    }
    .product_list li .text h3 a {
        font-size: 18px;
        margin: 15px 0;
    } 
    .product_list li .img{
        width: 40%;
    } 
    .product_list li .text .imgs img{
        max-height: 40px;
    }   
    .sitemp {
        margin: 30px 0 15px;
    }
    .product1 {
        padding: 25px 15px;
    }
    .imgs_list{
        margin-bottom: 40px;
    }
    .product1_b_l h1 {
        font-size: 26px;
    }
    .product1_b_l p{
        font-size: 16px;
    }
    .product1_b_r p:nth-child(2n) {
        font-size: 22px;
    }
    .product1_b_r a{
        width: 120px;
        font-size: 15px;
        line-height: 40px;
        margin-top: 15px;
    }
    .product2{
        margin-bottom: 50px;
    }
    .product2_l {
        padding: 30px 20px;
    }
    .p_t1 {
        font-size: 22px;
        padding-bottom: 12px;
    }
    .product2 .text {
        font-size: 15px;
/*        margin-top: 15px;*/
    }
    .product2_l .p_t1{ 
        margin-top: 30px;
        margin-bottom: 15px;
    }
/*    .product2_l_b table {
        margin-top: 20px;
    }*/
    .product2_l_b table tr td{
        font-size: 14px;
        padding: 3px 10px;
    }
    .hot_product {
        padding: 20px 15px;
    }
    /*.hot_product li{
        margin-bottom: 10px;
    }*/
    .hot_product li a p {
        font-size: 15px;
        height: 40px;
    }
}
@media(max-width: 640px){
    .n_ptoduct {
        padding: 35px 0;
    }
    .product_list li{
        padding: 15px 15px;
    }  
    .product_list li .text{
        padding-right: 0%;
        width: 100%;
    }
    .product_list li .text h3 a {
        font-size: 16px;
        margin: 15px 0;
    } 
    .product_list li .img{
        width: 100%;
        margin-top:15px;
    } 
    .product_list li .text .imgs img{
        max-height: 35px;
    }  
    .sitemp {
        margin: 20px 0 15px;
    }
    .product1 {
        padding: 15px 15px;
    }
    .imgs_list {
        margin-bottom: 20px;
    }
    .imgs_list li{

    }
    .product1_b_l{
        width: 100%;
        max-width: 100%;
    }
    .product1_b_l h1{
        font-size: 20px;
        line-height: 1.6;
    }
    .product1_b_r{
        width: 100%;
        max-width: 100%;
        margin-top:15px;
    }
    .product1_b_r a{
        margin-top:10px;
    }
    .product2{
        margin-bottom: 30px;
    } 
    .p_t1{
        font-size: 20px;
    }
    .product2_l {
        padding: 20px 15px;
        width: 100%;
    } 
    .product2_r{
        width: 100%;
    }
    .product2_l_b table tr td{
        font-size: 12px;
        padding: 8px 5px;
        line-height: 1.6;
    }
    .product2_l_b table tr td strong{
        font-size: 14px;
    }
}


.n_case{
    padding:70px 0 40px;
}
.case_list{

}
.case_list li{
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.case_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.case_list li a.img{
    width: 50%;
}
.case_list li a.img img{
    width: 100%;
}
.case_list li:hover a.img img{
    transform: scale(1.1);
}
.case_list li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding:25px 0%;
}
.case_list li .text .cont{
    background:#f1f1f1;
    padding:0% 10%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case_list li .text h3 a{
    font-size: 40px;
    color: #363636;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 22px;
    position: relative;
    display: block;
}
.case_list li .text h3 a:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 70px;
    height: 3px;
    background:#e58012;
}
.case_list li .text p{
    font-size: 14px;
    color: #363636;
    margin:22px 0 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}
.case_list li .text a.more1{
    background:none;
    color: #e58112;

    background: linear-gradient(to right, #f2c51e, #e58012);
    border-radius: 16px;
    position: relative;
    border-radius: 25px;
}
.case_list li .text a.more1:before{
    content:'';
    position: absolute;
    top:2px;
    left:2px;
    border-radius: 25px;
    background:#f1f1f1;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index:1;
}
.case_list li .text a.more1 span{
    position: relative;
    z-index:9;
}
.case_list li .text a.more1:hover{
    color: #fff;
    background-color: #e57f12;

}
.case_list li .text a.more1:hover:before{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #efb41b, #e88f15, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #efb41b, #e88f15, #e58012);    
}

.case1{
    background:url(../images/c_bg.png) no-repeat center;
    background-size: cover;
    padding:270px 0 200px;
    position: relative;

}
.case1 .text{
    width: 50%;
    color: #333333;
    max-width: 650px;
}
.case1 .text h2{
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 50px;
}
.case1 .text p{
    font-size: 18px;
}
.case1 .img{
    position: absolute;
    right:0;
    top:0;
    max-width: 50%;
    height: 100%;
    display: flex;
    align-items:center;
}
.case2{
    padding:105px 0 90px;
}
.c_t2{
    font-size: 46px;
    color: #333333;
    line-height: 1;
    font-weight: 300;
}
.case2 .c_cont{
    margin-top:70px;
    display: flex;
    flex-wrap: wrap;
}
.case2 .c_cont p{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.case2 .c_cont p:nth-child(3n){
    margin-right: 0;
}
.case2 .c_cont p img{
    transition: all 0.5s ease-out;
}
.case2 .c_cont p:hover img{
    transform: scale(1.1);
}
.case3{
    background:#f5f7f5;
    padding:95px 0 105px;
}
.case3 .c_t2{
    margin-bottom: 75px;
}
@media(max-width: 1600px){
    .case_list li{
        margin-bottom: 40px;
    }
    .case_list li .text h3 a{
        font-size: 32px;
    }
    .case_list li .text p{
        margin:15px 0 30px;
    }
    .case1{
        padding: 240px 0 160px;
    }
    .case1 .text h2{
        font-size: 42px;
        margin-bottom: 30px;
    }
    .case1 .text p{
        font-size: 16px;
    }
    .case1 .img{
        max-width: 40%;
    }
    .case2,.case3{
        padding:90px 0;
    }
    .c_t2{
        font-size: 36px;
    }
    .case2 .c_cont{
        margin-top:50px;
    }
    .case3 .c_t2{
        margin-bottom: 50px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .case_list li .text{
        padding:15px 0;
    }
    .case_list li .text h3 a{
        font-size: 26px;
    }    
    .case1{
        padding: 200px 0 120px;
    }
    .case1 .text h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .case1 .text p{
        font-size: 15px;
    }
    .case2,.case3{
        padding:70px 0;
    }
    .c_t2{
        font-size: 30px;
    }
    .case2 .c_cont{
        margin-top:40px;
    }
    .case3 .c_t2{
        margin-bottom: 40px;
    }
}
@media(max-width: 1024px){
    .case_list li{
        margin-bottom: 20px;
    }
    .case_list li .text{
        padding:0;
    }
    .case_list li .text .cont{
        padding:0 6%;
    }
    .case_list li .text p {
        margin: 10px 0 20px;
    }
    .case_list li .text h3 a{
        font-size: 24px;
    }
}
@media(max-width: 768px){
    .n_case {
        padding: 55px 0 40px;
    }   
    .case_list li{
        margin-bottom: 15px;
    }
    .case_list li .text h3 a{
        font-size: 20px;
    } 
    .case_list li .text p{
        margin:15px 0;
    }
    .case_list li .text .cont{
        padding:0 5%;
    }  
    .case1 {
        padding: 120px 0 70px;
    }  
    .case1 .text h2{
        font-size: 26px;
    } 
    .case2,.case3{
        padding:55px 0;
    }
    .c_t2{
        font-size: 26px;
    }
    .case2 .c_cont{
        margin-top:20px;
    }
    .case3 .c_t2 {
        margin-bottom: 20px;
    }
}
@media(max-width: 640px){
    .n_case {
        padding: 35px 0;
    }
    .case_list li a.img{
        width: 100%;
    }
    .case_list li .text{
        width: 100%;
        padding:0px;
    }
    .case_list li .text .cont{
        padding:15px;
    }
    .case_list li .text h3 a{
        font-size: 16px;
        padding-bottom: 15px;
    }  
    .case_list li .text h3 a:before{
        width: 50px;
    } 
    .case1 {
        padding: 35px 0;
    }
    .case1 .text{
        width: 100%;
    }
    .case1 .text h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .case1 .text p{
        font-size: 14px;
    }
    .case1 .img{
        position: relative;
        max-width: 40%;
        margin:0 auto;
        display: none;
    }
    .case2,.case3{
        padding:35px 0;
    }  
    .c_t2{
        font-size: 20px;
    }
    .case2 .c_cont p{
        width: 49%;
        margin-bottom: 12px;
    }
    .case2 .c_cont p:nth-child(3n) {
        margin-right: 2%;
    }
    .case2 .c_cont p:nth-child(2n) {
        margin-right: 0;
    }
}

#container{
    padding:85px 0;
}
.news_list{
    padding:0 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.news_list li .img{

}
.news_list li .text{
    padding:35px 30px 20px;
    background:#f5f7f5;
}
.news_list li .text h3{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li .text p{
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}
.news_list li:hover .img img{
    transform: scale(1.1);
}
.news_list li:hover .text h3{
    color: #e57f12;
}
.news_detail{

}
.news_detail h1{
    font-size: 26px;
    color: #333;
    line-height: 1.6;
    font-weight: normal;
    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: 15px;
}
@media(max-width: 1600px){
    #container {
        padding: 70px 0;
    }
    .news_list li{
        margin-bottom: 30px;
        width: 32%;
        margin-right: 2%;
    }
    .news_list li .text{
        padding: 20px 20px 20px;
    }
    .news_list li .text h3 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .news_detail h1{
        font-size: 22px;
    }
    .info_title{
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .news_detail h1{
        font-size: 18px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    #container {
        padding: 55px 0;
    } 
    .news_list li{
        margin-bottom: 15px;
        width: 49%;
    } 
    .news_list li .text{
        padding: 15px 15px 15px;
    }
    .news_list li .text h3 {
        font-size: 15px;
        margin-bottom: 15px;
    } 
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    } 
    .news_detail h1{
        font-size: 17px;
    } 
}
@media(max-width: 640px){
    #container {
        padding: 35px 0;
    }    
}  
@media(max-width: 400px){
    .news_list li{
        width: 100%;
        margin-right: 0!important;
    }     
}



#contact1{
    padding:75px 0 120px;
    background:url(../images/contact_bg.jpg) no-repeat top center;
}
.sort1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 42px;
}
.sort1 li{
    margin:0 20px;
}
.sort1 li a{
    display: block;
    width: 160px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-radius: 25px;
}
.sort1 li:hover a,.sort1 li.on a{
    background:#e58012;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #e58012);
    color: #fff;    
}

.contact1{
    display: flex;
    justify-content: space-between;
}

.contact_l{
    max-width: 60%;
}
.contact_l h2{
    font-size: 68px;
    color: #333333;
    line-height: 1;
    font-weight: 100;
}
.contact_l h3{
    font-size: 32px;
    color: #e58112;
    margin:50px 0 25px;
    font-weight: 600;
}
.contact_l .txt{
    font-size: 20px;
    color: #4c4c4c;
/*    font-weight: bold;*/
}
.contact_l .txt p{
    padding-left: 42px;
}
.contact_l .txt p:nth-child(1){
    background:url(../images/c_icon1.png) no-repeat left center;
}
.contact_l .txt p:nth-child(2){
    background:url(../images/c_icon2.png) no-repeat left center;
}
.contact_l .txt p:nth-child(3){
    background:url(../images/c_icon3.png) no-repeat left center;
}
.contact_l .txt p:nth-child(4){
    background:url(../images/c_icon4.png) no-repeat left center;
}
.contact_r{
    max-width: 35%;
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.contact_r ul{
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.contact_r ul li{
    text-align: center;
}
.contact_r ul li:last-child{
    margin-left: 50px;
}
.contact_r ul p{
    font-size: 20px;
    color: #4c4c4c;
}


.message{
    padding:100px 0 140px;
}  
.message h2{
    font-size: 40px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 52px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 18px;
}
.message ul li:nth-child(3){
    margin-right: 0;
}
.message ul li input{
    line-height: 72px;
    width: 100%;
    font-size: 16px;
    color: #808080;
    outline: none;
    border:none;
    background:#f0f0f0;
    border-radius: 10px;
    padding:0 18px;
}
.message ul li:nth-child(4){
    width: 100%;
    font-family: "苹方";
    margin-right: 0;
    margin-bottom: 42px;
}
.message ul li:nth-child(4) textarea{
    width: 100%;
    height: 118px;
    line-height: ;
    font-size: 16px;
    color: #808080;
    font-family: "苹方";  
    outline: none;
    border:none;  
    display: block;
    background:#f0f0f0;
    border-radius: 10px;
    padding:0 18px;
    line-height: 59px;
}
.mess_tn input{
    display: block;
    width: 160px;
    line-height: 50px;
    margin:0 auto;
    font-size: 16px;
    color: #fff;
    outline: none;
    border:none;
    text-align: center;
    border-radius: 25px;
    background:#e58012;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f2c51e,endColorStr=#e58012);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#f2c51e), to(#e58012));
    background: -webkit-linear-gradient(left, #f2c51e, #e58012);
    background: -o-linear-gradient(left,#f2c51e, #e58012);
    background: -moz-linear-gradient(left,#f2c51e, #e58012);
    background: -ms-linear-gradient(left,#f2c51e, #e58012);
    cursor: pointer;
}
@media(max-width: 1600px){
    .sort1 li a{
        width: 140px;
    }
    #contact1 {
        padding: 70px 0 100px;
    }
    .contact_l h2{
        font-size: 42px;
    }
    .contact_l h3{
        font-size: 24px;
        margin: 30px 0 15px;
    }
    .contact_l .txt{
        font-size: 16px;
        line-height: 40px;
    }
    .contact_l .txt p{
        padding-left: 32px;
    }
    .contact_r ul p{
        font-size: 16px;
    }
    .message {
        padding: 100px 0;
    }
    .message h2{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .message ul li input{
        line-height: 60px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #contact1 {
        padding: 70px 0;
    }
    .contact_l h2{
        font-size: 32px;
    }
    .contact_l h3{
        font-size: 20px;
        margin: 15px 0 5px;
    }
    .contact_l .txt{
        font-size: 15px;
        line-height: 36px;
    }
    .contact_l .txt p{
        padding-left: 30px;
    }
    .contact_r ul li:last-child{
        margin-left: 30px;
    }
    .contact_r ul p{
        font-size: 15px;
    }
    .message {
        padding: 70px 0;
    }
    .message h2{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .message ul li input{
        line-height: 50px;
        font-size: 15px;
    }    
    .message ul li:nth-child(4) textarea{
        font-size: 15px;
        line-height: 50px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    #contact1 {
        padding: 55px 0;
    }
    .contact_l h2{
        font-size: 26px;
    }
    .contact_l h3{
        font-size: 18px;
        margin: 10px 0 5px;
    }
    .contact_l .txt{
        font-size: 14px;
        line-height: 32px;
    }
    .contact_l .txt p{
        padding-left: 28px;
    }
    .contact_r ul li:last-child{
        margin-left: 20px;
    }
    .contact_r ul p{
        font-size: 14px;
    }
    .message {
        padding: 55px 0;
    }
    .message h2{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input{
        line-height: 45px;
        font-size: 14px;
    } 
    .message ul li:nth-child(4) textarea{
        font-size: 14px;
        line-height: 45px;
    }   
    .message ul li:nth-child(4){
        margin-bottom: 25px;
    }  
}
@media(max-width: 640px){
    .sort1{
        margin-bottom: 30px;
    }
    .sort1 li{
        margin:0 15px;
    }
    .sort1 li a {
        width: 120px;
        line-height: 40px;
        font-size: 15px;
    }
    #contact1,.message {
        padding: 35px 0;
    }  
    .contact1{
        flex-wrap: wrap;
    } 
    .contact_l{
        width: 100%;
        max-width: 100%;
    } 
    .contact_l h2 {
        font-size: 22px;
    }
    .contact_l h3{
        font-size: 16px;
    }
    .contact_r{
        width: 100%;
        max-width: 100%;
        margin-top:20px;
    }
    .message h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
    .mess_tn input {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }
}  
@media(max-width: 460px){
    .sort1 li{
        margin:0 10px;
    }
    .sort1 li a {
        width: 100px;
        line-height: 36px;
        font-size: 14px;
    }
    .mess_tn input {
        width: 100px;
    }
}

#join{
    background:url(../images/join1.jpg) no-repeat top center;
    background-size: cover;
    padding:78px 0 110px;
}
.c_t1{
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
}
#job1{
    margin-top:58px;
}
#job1 .text{
    padding:50px 215px;
    font-size: 18px;
    color: #666666;
    position: relative;
}
#job1 .text:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 115px;
    height: 93px;
    background:url(../images/yinhao3_l.png) no-repeat center;
}
#job1 .text:after{
    content:'';
    position: absolute;
    bottom:0;
    right:0;
    width: 115px;
    height: 93px;
    background:url(../images/yinhao3_r.png) no-repeat center;
}
#job2{
    background:url(../images/join2.jpg) no-repeat top center;
    background-size: cover;  
    padding:115px 0 130px;  
    color: #fff;
}
#job2 .text{
    margin-top:40px;
    max-width: 560px;
    font-size: 18px;
}
@media(max-width: 1600px){
    #join{
        padding:70px 0 90px;
    }
    #job1 .text{
        font-size: 16px;
        padding: 35px 160px;
    }
    #job1 .text:before {
        width: 70px;
        height: 65px;
        background: url(../images/yinhao3_l.png) no-repeat top center;
        background-size: contain;
    }
    #job1 .text:after {
        width: 70px;
        height: 65px;
        background: url(../images/yinhao3_r.png) no-repeat top center;
        background-size: contain;
    }
    .c_t1{
        font-size: 42px;
    }
    #job2{
        padding:90px 0;
    }
    #job2 .text{
        margin-top:25px;
    }
    #job2 .text{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #join{
        padding:70px 0;
    }
    #job1 .text{
        font-size: 15px;
        padding: 25px 120px;
    }
    #job1 .text:before {
        width: 50px;
        height: 45px;
    }
    #job1 .text:after {
        width: 50px;
        height: 45px;
    }
    .c_t1{
        font-size: 32px;
    } 
    #job2{
        padding:70px 0;
    }   
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .c_t1{
        font-size: 26px;
    }   
    #join,#job2{
        padding:55px 0;
    } 
    #job1{
        margin-top:40px;
    }
    #job1 .text{
        font-size: 14px;
        padding: 20px 80px;
    }
    #job1 .text:before {
        width: 40px;
        height: 35px;
    }
    #job1 .text:after {
        width: 40px;
        height: 35px;
    }
    #job2 .text{
        font-size: 15px;
        margin-top: 15px;
    }
}
@media(max-width: 640px){
    .c_t1{
        font-size: 20px;
    }    
    #join,#job2{
        padding:35px 0;
    }
    #job1{
        margin-top:20px;
    }
    #job1 .text{
        padding:0;
    }
    #job1 .text:before,#job1 .text:after{
        display: none;
    }
    #job2 .text{
        font-size: 14px;
        margin-top: 10px;
    }
}  


#job3{
    background:#f5f5f5;
    padding:128px 0 88px;
}
.job_list{
    margin-top:70px;
}
.job_list li{
    background:#fff;
    margin-bottom: 15px;
    padding:0 60px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:18px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
    width: calc(100% - 309px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line2.jpg) no-repeat right center;
}
.j_c p:first-child{
    padding-left: 0;
}
.j_c p:last-child{
    background:none;
    padding-right: 0;
}
.j_date{
    width: 135px;
    float: right;
    font-size:15px;
    color: #999999;
}
.j_date span{
    display: inline-block;
    margin-left: 5px;
}
.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 0px;
    border-top:1px solid #e0e0e0;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 115px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #e58012;
    color: #fff;
    border-radius: 10px;
    overflow:hidden;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-weight: bold;
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
/*    background:#1f386d;*/
    font-size:16px;
    color: #fff;
    font-weight: bold;
    text-align:center;
    border-radius: 10px;
    overflow:hidden;
}
.job_list li.on .j_cont{
    display: block;
}
@media(max-width: 1600px){
    #job3{
        padding:90px 0;
    }
    #job3 ul li .text .p1{
        font-size: 32px;
        margin-bottom: 20px;
    }
    #job3 ul li .text .p2{
        line-height: 35px;
    }
    #job3 ul li .text{
        padding:10px 50px 10px 0;
    }
    #job3 ul li:nth-child(2n) .text{
        padding:10px 0 10px 50px;
    }
/*    #job3{
        padding: 20px 0 100px;
    }*/
    #job3 .job1_c{
        padding:100px 0 65px;
    }
    #job3 .job1_c .cont{
        padding:50px 0 50px 85px;
    }
    #job3 .job1_c .cont .txt h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    #job3 .job1_c .cont .txt p{
        font-size:16px;
    }
    .job_list{
        margin-top:40px;
    }
    .job_list li{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 0px;
    }
    .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: 1220px){
    #job3{
        padding:70px 0;
    }
    #job3 ul li .text .p1{
        font-size: 26px;
    }
/*    #job3{
        padding:10px 0 70px;
    }*/
    #job3 .job1_c{
        padding:80px 0 50px;
    }
    #job3 .job1_c .cont{
        padding:40px 0 40px 40px;
    }
    #job3 .job1_c .cont .txt h2{
        font-size:28px;
        margin-bottom: 10px;
    }
    #job3 .job1_c .cont .txt p{
        font-size:15px;
    }
    .job_list li{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }

    .job_list li .j_cont{
        padding:40px 0px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }

    .j_contact a{
        width: 120px;
    }
}
@media(max-width: 768px){
    #job3{
        padding:55px 0;
    }
    #job3 ul li .text .p1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #job3 ul li .text .p2{
        font-size: 14px;
        line-height: 2em;
    }
    #job3 ul li .text{
        padding:10px 30px 10px 0;
    }
    #job3 ul li:nth-child(2n) .text{
        padding:10px 0 10px 30px;
    }
/*    #job3 {
        padding: 10px 0 50px;
    }*/
    #job3 .job1_c {
        padding: 30px 0 ;
    }
    #job3 .job1_c .cont {
        padding: 15px 10px;
    }
    #job3 .job1_c .cont .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job3 .job1_c .cont .txt p {
        font-size: 14px;
    }

    .job_t {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list{
        margin-top:20px;
    }
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    .j_contact a{
        width: 110px;
    }
}
@media(max-width: 767px){
    #job3{
        padding:35px 0;
    }
    #job3 ul li .text .p1{
        font-size: 16px;
        margin-bottom: 10px;
    }
/*    #job3 {
        padding: 10px 0 30px;
    }*/
    #job3 .job1_c .cont .txt h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .job_list li{
        margin-bottom: 12px;
        padding:0 10px;
    }
    .job_t {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
    }
    .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:12px 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;
    }
}
@media(max-width: 640px){
    #job3 ul li .img{
        width: 100%;
    }
    #job3 ul li .text{
        width: 100%;
        padding:10px;
    }
}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@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:#e57f12;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #e57f12;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: #e57f12;
    vertical-align: middle;
    border: 1px solid #e57f12; 
    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: #e57f12;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 20px;
    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;
    }
    footer{
        margin-bottom:60px;
    }
}


/*客服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: 70px;
    height: 70px;
    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: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

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

#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: #e57f12;
    background: #e57f12;
}

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

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

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


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


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