﻿/*头部样式*/
.head{
    background:url(../images/head.png) repeat-x;
    position: absolute;
    top:44px;
    left:0;
    width: 100%;
    z-index:999999;
}
.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin-top: -25px;
    width: 172px;
}
.nav{
    float: right;
    display: flex;
    align-items: center;
    height: 62px;
}
.nav li{
    position: relative;
    padding:0 35px;
}
.nav li a{
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 62px;
    opacity: 0.45;
}
.nav li:hover a,.nav li a.on{
    color: #fdb137;
    opacity: 1;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:62px;
    left:50%;
    z-index: 999;
    background-color: #000000;
    width: 100px;
    margin-left: -50px;
    border-radius: 3px;
    padding:0 4px;
}
.nav li .b_nav a{
    font-size: 13px;
    color: #fff;  
    line-height: 28px;  
    opacity: 0.45;
    border-bottom: 1px solid #fff;
}
.nav li:hover .b_nav{
    display: block!important;
}
.nav li .b_nav a:hover{
    color: #fdb137;
    opacity: 1;
    border-bottom: 1px solid rgba(255,255,255,.45);
}
.nav li .b_nav a:last-child{
    border:none;
}

.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;
}
#c-banner1{
    width: 100%;
    height: 100vh;
}
#c-banner1 .swiper-slide{
    
}
#c-banner1 .swiper-slide img{
    opacity: 0;
    width: 100%;
    height: 100vh;
}
#c-banner1 .swiper-pagination{
    bottom: 35px;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet{
    width: 38px;
    height: 5px;
    border-radius: 3px;
    background:#000000;
    margin:0 6px;
    opacity: 1;
}
#c-banner1 .swiper-pagination .swiper-pagination-bullet-active{
    background:#fff;
}
@media(max-width: 1600px){

}
@media(max-width: 1260px){
    .container{
        width: 96%;
    }
    .nav li{
        padding: 0 25px;
    }
    #c-banner1 .swiper-pagination{
        bottom:15px;
    }
}
@media(max-width: 1024px){
    #c-banner1 .swiper-pagination .swiper-pagination-bullet{
        width: 25px;
    } 
    .nav li{
        padding: 0 15px;
    }   
}
@media screen and (min-width:961px) and (max-width:1200px){
    #c-banner1{
        height:100%;
        height:100dvh;
    }
    #c-banner1 .swiper-slide{
        background:none!important;
    }
    #c-banner1 .swiper-slide img{
        height:auto;
        width:100%;
        opacity:1;
        /*height:100dvh;*/
    }
}

@media(max-width: 820px){
    #c-banner1{
        height:100%;
        height:100dvh;
    }
    #c-banner1 .swiper-slide{
        background:none!important;
    }
/*    .head{
        position: fixed;
    }*/
    /*.menu-button{*/
    /*    display: block;*/
    /*}*/
    .nav{
        /*display: none;*/
    }
    .nav li {
        padding: 0 10px;
    }
/*    .h95{
        width: 100%;
        height: 150px;
        background:#fff;
    }*/
    #c-banner1 .swiper-pagination{
        bottom:10px;
    }
    #c-banner1 .swiper-slide img{
        height:100%;
        width:100%;
        opacity:1;
        /*height:100dvh;*/
    }
    #c-banner1 .swiper-slide img.pc_img{
        display:none;
    }
    #c-banner1 .swiper-slide img.m_img{
        display:block;
    }
}

@media(max-width: 730px){
    #c-banner1 .swiper-slide{
        display: flex;
        align-items: center;        
    }
    #c-banner1 .swiper-slide img.pc_img{
        display:block;
    }
    #c-banner1 .swiper-slide img.m_img{
        display:none;
    }  
    #c-banner1 .swiper-slide img{
        height:auto;
        width:100%;

    }
}
@media(max-width: 699px){
    #c-banner1 .swiper-slide img.pc_img{
        display:none;
    }
    #c-banner1 .swiper-slide img.m_img{
        display:block;
    }
    .nav{
        display: none;
    }
    /*html,body,*/
    /*.fullpage-wrapper,.service-wrap,.fp-tableCell{*/
    /*    height:100%!important;*/
    /*    width:100%;*/
    /*}*/
    .section,.fp-tableCell{
        overflow:hidden;
    }
    /*.head {*/
    /*    background: url(../images/m_head.jpg) repeat-x;*/
    /*    top: 28px;*/
    /*    position: relative;*/
    /*    margin-bottom: 25px;*/
    /*}*/
    /*header {*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    height: 65px;*/
    /*    margin: 0 0 25px;*/
    /*}*/
    /*header:after{*/
    /*    content:'';*/
    /*    position: absolute;*/
    /*    top:0;*/
    /*    left:0;*/
    /*    z-index:9;*/
    /*    width: 100%;*/
    /*    height: 95px;*/
    /*    background:#fff;*/
    /*    display:none;*/
    /*}*/
    /*.logo{*/
    /*    max-width:105px;*/
    /*    margin-top: -16px;*/
    /*}*/
    /*.logo img{*/
    /*    max-height: 70px;*/
    /*}*/
    /*#c-banner1{*/
    /*    height:calc(100vh - 90px);*/
    /*}*/
    /*#c-banner1 .swiper-slide{*/
    /*    background:none!important;*/
    /*}*/
    /*#c-banner1 .swiper-slide img{*/
    /*    opacity:1;*/
    /*    width:100%;*/
    /*    height:100%;*/
    /*} */
    
    /*.fullpage-wrapper, .service-wrap, .fp-tableCell{*/
    /*    height:100dvh!important;*/
    /*}*/
    .head {
        /*background: url(../images/m_head.jpg) repeat-x;*/
        top: 25px;
        position: relative;
        margin-bottom: 25px;
        max-height: 38px;
        background-size: contain;
    }
    header {
        /*position: relative;*/
        /*display: block;*/
        /*height: 65px;*/
        /*margin: 0 0 25px;*/
        position: absolute;
        display: block;
        height: 90px;
        margin: 0 0 25px;
        width: 100%;
        top: 0;
        /*background: #fff;*/
        z-index: 999999;
    }
    .logo{
        width: 40%;
        max-width:105px;
        margin-top: -15px;
    }
    .logo img{
        max-height: 70px;
    }
    .logo .pc_img{
        display:block;
    }
    .logo .m_img{
        display:none;
    }
    .menu-button{
        top:25px;
    }
    #c-banner1{
        height:100%;
        height:100dvh;
        /*max-height:calc(100% - 50px);*/
        /*margin-top:20px;*/
    }
    #c-banner1 .swiper-slide{
        height:100%;
        height:100dvh;
        /*max-height:calc(100dvh - 20px);*/
        overflow:hidden;
    }
    #c-banner1 .swiper-slide img{
        opacity:1;
        width:100%;
        height:auto;
    }
}
@media(max-width:460px){
    /*#c-banner1{*/
    /*    height:calc(100% - 120px);*/
    /*    height:calc(100dvh - 120px);*/
    /*}*/
    /*#c-banner1 .swiper-slide{*/
    /*    height:calc(100% - 120px);*/
    /*    height:calc(100dvh - 120px);*/
    /*    overflow:hidden;*/
        /*max-height:600px;*/
    /*}*/
    /*#c-banner1 .swiper-slide img{*/
    /*    opacity:1;*/
    /*    width:100%;*/
    /*    height:auto;*/
    /*}*/
}

.service-wrap2{

}
.index_about{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.service-wrap2 .img{
    width: 50%;
    transition: 0.5s 0.2s;
    transform: translateX(-50%);
    opacity: 0;
}
.service-wrap2 .img p{
    width: 100%;
    height: 100%;    
}
.service-wrap2 .img img{
    width: 100%;
    height: 100%;
}
.service-wrap2 .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    transition: 1s 0.2s;
    transform: translateX(50%);
    opacity: 0;
}
.service-wrap2 .text{

}
.index_t2{
    display: flex;
    margin-left: 55px;
    align-items: center;
    transition: 1.2s 0.3s;
    transform: translateY(50px);
    opacity: 0;
}
.index_t2 .img1{
    width: 40px;
}
.index_t2 .text{
    width: calc(100% - 40px);
    height: 100%;
}
.index_t2 h2{
    font-size: 27px;
    color: #000000;
    line-height: 1;
}
.index_t2 p{
    font-size: 13px;
    color: #000;
    opacity: .7;
    text-transform: uppercase;
}
.index_t3{
    background:url(../images/bg1.jpg) repeat-x;
    background-size: contain;
    height: 45px;
    line-height: 45px;
    margin: 18px 0;
    position: relative;
    display: flex;
}
.index_t3 span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 55px;
    width: 123px;
    height: 81px;
    background:url(../images/bg1-2.png) no-repeat center;
    background-size: contain;
    font-size: 25px;
    color: #000000;
    margin-top:-18px;
    position: relative;
}
.index_t3 span:after{
    content:'';
    position: absolute;
    left:calc(100% + 20px);
    top:0;
    font-size: 14px;
    width: 200px;
    line-height: 81px;
}
.index_t3_1{
    margin-top:55px;
}
.index_t3_1 span:after{
    content:'COMPANY PROFILE';
}
.index_t3_2{
    margin-top:25px;
}
.index_t3_2 span:after{
    content:'BRAND CULTURE';
}
.service-wrap2 .text .cont{
    display: flex;
    flex-wrap: wrap;
}
.service-wrap2 .text .cont .txt1{
    padding-left: 55px;
    width: 62.5%;
}
.service-wrap2 .text .cont .txt1 h3{
    font-size: 25px;
    color: #000000;
    opacity: 0.7;
    font-weight: normal;
    margin:18px 0 8px;
}
.service-wrap2 .text .cont .txt1 p{
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
}
.service-wrap2 .text .cont .txt1 p strong{
    font-size: 18px;
}
.service-wrap2 .text .cont .img2{
    width: 37.5%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}
.service-wrap2 .text .cont1{
/*    margin-bottom: 5px;*/
}
.more_a{
    display: flex;
    justify-content: flex-end;
}
.more2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 52px;
    background:url(../images/more2.png) no-repeat center;
    background-size: contain;
    font-size: 15px;
    color: rgba(0,0,0,.7);
    transition: all 0.4s ease-out;
    margin-top:30px;
}
.more2 i{
    display: none;
    margin-left: 3px;
}
.more2:hover{
    background:url(../images/more2_h.png) no-repeat center;
    background-size: contain;
    color: rgba(0,0,0,1);
}
.more2:hover i{
    display: block;
}
.service-wrap2.active .img{
    transform: translateX(0%);
    opacity: 1;
}
.service-wrap2.active .text{
    transform: translateX(0%);
    opacity: 1;    
}
.service-wrap.active .index_t2{
    transform: translateY(0);
    opacity: 1;
}
.service-wrap2 .text p a{
    display:none;
    color: #fdb137;
}
@media(max-width: 1600px){
    .service-wrap2 .text .cont .txt1{
        width:70%;
        padding-left:30px;
    }
    .index_t3 span{
        margin-left:30px;
    }
    .service-wrap2 .text .cont .txt1 h3{
        font-size: 20px;
        margin: 5px 0 0px;
    }
    .service-wrap2 .text .cont .txt1 p{
        font-size:13px;
    }
    .index_t2 h2,.index_t3 span{
        font-size: 24px;
    }
    .service-wrap2 .text .cont .txt1 p strong{
        font-size: 14px;
    }
    .service-wrap2 .text .cont .img2{
        width:30%;
    }
    .index_t3_1 {
        margin-top: 40px;
    }
    .more2{
        margin-top:20px;
    }
    .index_t3_2{
        margin-top:30px;
    }
}
@media(max-width: 1380px){
    .service-wrap2 .img{
        width:45%;
    }
    .service-wrap2 .text{
        width:55%;
    }
    .service-wrap2 .text .cont .txt1 p strong{
        font-size: 13px;
    }
    .more2{
        margin-top:10px;
    }
    .service-wrap2 .text .cont .txt1{
        width:100%;
        padding-right:20px;
    }
    .service-wrap2 .text .cont .img2{
        width:30%;
        display:none;
    }
}
@media screen and (min-width:821px) and (max-width:991px){
    .index_t3 span{
        font-size:20px;
    }
    .service-wrap2 .img{
        display:none;
    }
    .index_t3 span:after{
        width:160px;
    }
}
@media(max-width: 1024px){
    .service-wrap2 .text .cont .txt1 p strong{
        font-size: 14px;
    }
    .more2{
        margin-top:20px;
    }
}
@media(max-width: 820px){
    .index_t2{
        justify-content: center;
    }
    .index_t2 .img1{
        width: 30px;
    }
    .index_t2 .img1 img{
        max-height: 50px;
    }
    .index_t2 h2{
        font-size: 22px;
    }
    .service-wrap2 .text{
        width: 100%;
    }
    .service-wrap2 .img{
        width: 100%;
        display: none;
    }
    .service-wrap2 .m_img{
        display: block;
        max-height:300px;
        overflow:hidden;
    }
    .index_t3 span{
        margin-left: 25px;
        font-size:20px;
    }
    .index_t3 span:after {
        left: calc(100% + 10px);
        width:180px;
    }
    .service-wrap2 .text .cont .txt1{
        padding:0 25px 15px;
        width: 100%;
    }
    .service-wrap2 .text .cont .txt1 h3{
        font-size: 20px;
        margin: 10px 0 0px;
    }
    .service-wrap2 .text .cont .txt1 p{
        font-size: 14px;
        line-height: 1.6;
    }
    .service-wrap2 .text .cont .txt1 p strong{
        font-size: 14px;
    }
    .service-wrap2 .text .cont .img2{
        display: none;
    }
    .more2{
        margin-top:15px;
    }
    .index_t3_2{
        margin-top:18px;
    }
}
@media(max-width: 640px){
    .index_t3 span{
        font-size: 18px;
/*        background-size: contain;
        width: 100px;
        height: 60px;*/
    }
    .index_t3_1 {
        margin-top: 50px;
    }
    .service-wrap2 .text .cont .txt1 h3 {
        font-size: 16px;
    }
    .service-wrap2 .text .cont .txt1 p{
        font-size: 13px;
    }
    .service-wrap2 .text .cont .txt1 p strong {
        font-size: 14px;
    }
    .service-wrap2 .m_img{
        /*display: none;*/
        max-height:260px;
    }
    .service-wrap2 .text p a{
        display:inline-block;
    }
}
@media(max-width: 460px){
    .index_t3{
        height: 31px;
        line-height:38px;
        margin: 30px 0 10px;
    }
    .index_t3 span{
        width:85px;
        height:55px;
        margin-top: -12px;
        font-size:15px;
        margin-left:15px;
    }
    .index_t3 span:after{
        line-height:56px;
        font-size:12px;
        width:150px;
    }
    .service-wrap2 .text .cont .txt1{
        padding:0 15px;
    }
    .service-wrap2 .text .cont .txt1 h3{
        font-size:14px;
    }
    .service-wrap2 .text .cont .txt1 p{
        font-size:12px;
    }
    .service-wrap2 .text .cont .txt1 .more_a{
        display:none;
    }
    .service-wrap2 .m_img{
        /*display: none;*/
        max-height:100px;
    }
}
@media(max-width: 320px){
    .index_t2 .img1 {
        width: auto;
        margin-right:5px;
    }
    .index_t2 .img1 img{
        max-height:40px;
    }
    .index_t2 h2 {
        font-size: 20px;
    }
    .index_t2 p{
        font-size:12px;
    }
    .service-wrap2 .text .cont .txt1 h3{
        margin:5px 0 0;
    }
    .service-wrap2 .m_img{
        display: none;
    }
    .service-wrap2 .text .cont .txt1 p strong{
        font-size:13px;
    }
}


.service-wrap3{
    background:url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
.container2{
    max-width: 1400px;
}
.index_t1{
    text-align: center;
    transition: 1s 0.5s;
    transform: translateY(100px);
    opacity: 0;
}
.service-wrap.active .index_t1{
    transform:translateY(0px);
    opacity: 1;    
}
.index_t1 h2{
    color: #000000;
    font-size: 27px;
    line-height: 1;
    margin:15px 0 5px;
}
.index_t1 p{
    font-size: 13px;
    color: #000;
    opacity: .7;
    text-transform: uppercase;
}
.index_product{
    display: flex;
    flex-wrap: wrap;
    margin-top:22px;
    transition: 1.5s 0.5s;
    transform: translateY(200px);
    opacity: 0;
    justify-content: center;
}
.service-wrap.active .index_product{
    transform:translateY(0px);
    opacity: 1;     
}
.index_product li{
    display: block;
    text-align: center;
    width:20%;
}
.index_product li a{
    display: block;
}
.index_product li .img2{
    margin:10px 0 18px;
}
.index_product li .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_product li .text p{
    font-size: 15px;
    color: #000000;
    text-align: right;
    width: calc(100% - 82px);
    padding-right: 12px;
    line-height: 1.4;
}
.index_product li .text .more2{
/*    width: 82px;*/
    margin-top:0;
    font-size: 13px;
}
.index_p_intro{
/*    display: flex;
    justify-content: center;
    font-size: ;
    color: #;*/
    text-align: center;
    margin-top:45px;
    transition: 2s 0.5s;
    transform: translateY(250px);
    opacity: 0;
}
.service-wrap.active .index_p_intro{
    transform:translateY(0px);
    opacity: 1;     
}
.service-wrap3 .index_t2{
    display: none;
}
@media(max-width: 1600px){
    .index_t1 .img1 img{
        max-height: 50px;
    }
    .index_t1 h2{
        font-size: 24px;
    }
    .index_product li{
        width:22%;
    }
    .index_product li .img{
        text-align: center;
    }
    .index_product li .img img{
        max-height: 280px;
    }
    .index_product li .img2 {
        margin: 0px 0 10px;
    }
    .index_product li .img2 img{
        max-height:100px;
    }
    .index_product li .text p{
        font-size: 14px;
    }
    .index_p_intro{
        margin-top:30px;
    }
}
@media(max-width: 1380px){
    .index_product li .img img{
        max-height: 220px;
    }
    .index_product li .img2 img{
        max-height:70px;
    }
    .index_p_intro{
        margin-top:20px;
    }
}
@media(max-width: 1099px){
    .index_product li{
        width:25%;
    }
    .index_product li .img img{
        max-height: 240px;
    }
    .index_product li .img2 img{
        max-height:80px;
    }    
}
@media(max-width: 820px){
    .index_t1 h2{
        font-size: 22px;
    }
    .index_product{
        justify-content: center;
    }
    .index_product li .img img{
        max-height: 240px;
    }
    .index_product li .img2 img{
        max-height:70px;
    }
    .index_product li .text{
        display: none;
    }

    .service-wrap3 .index_t1{
        display: none;
    }
    .service-wrap3 .index_t2{
        display: flex;
    }
}
@media(max-width: 640px){
    .index_product li{
        width:32%;
        margin-right: 2%;
    }
    .index_product li:nth-child(3n){
        margin-right: 0;
    }
    .index_product li{
        margin-bottom:10px;
    }
    .index_product li .img img{
        max-height:200px;
    }
    .index_product li .img2 {
        margin: 5px 0;
    }
    .index_p_intro {
        margin-top: 10px;
    }
}
@media(max-width: 460px){
    .index_product li{
        width:49%;
        margin-right: 2%;
    }
    .index_product li:nth-child(2n){
        margin-right:0;
    }
    .index_product li .img2{
        margin:0px 0;
    }
}


.service-wrap4{
    background:url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}
.service-wrap4 .img2{
    margin:15px 0 45px;
    transition: 1.5s 0.5s;
    transform: translateY(200px);
    opacity: 0;
}
.service-wrap4.active .img2{
    transform:translateY(0px);
    opacity: 1;     
}
a.more1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 73px;
    background:url(../images/more1.png) no-repeat center;
    background-size: contain;
    font-size: 18px;
    color: rgba(0,0,0,.7);
    transition: all 0.4s ease-out;
    margin:0 auto;
}
a.more1 i{
    display: none;
    margin-left: 3px;
}
a.more1:hover{
    background:url(../images/more1_h.png) no-repeat center;
    color: rgba(0,0,0,1);
}
a.more1:hover i{
    display: block;
}
.service-wrap4 .index_t2{
    display: none;
}
@media(max-width: 1600px){
    .service-wrap4 .img2{
        max-width: 60%;
        margin: 15px auto 45px;
    }
}
@media(max-width: 1440px){
    .service-wrap4 .img2 {
        max-width: 45%;
        margin: 15px auto 30px;
    }
}
@media(max-width: 1024px){
    .service-wrap4 .img2 {
        max-width: 50%;
        margin: 15px auto 30px;
    }
}
@media(max-width: 820px){
    .service-wrap4 .img2{
        width: 70%;
        max-width: 70%;
        margin:50px auto 45px;
    }
    .service-wrap4 .index_t1{
        display: none;
    }
    .service-wrap4 .index_t2{
        display: flex;
    }
}
@media(max-width: 640px){
    .service-wrap4 .img2{
        width: 80%;
        max-width: 80%;
    }
    a.more1{
        width: 100px;
        height: 66px;        
    }
}
@media(max-width: 460px){

}


.service-wrap5{
    background:url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:48px;
    transition: 2s 0.5s;
    transform: translateY(200px);
    opacity: 0;
}
.service-wrap.active .news_list1{
    transform:translateY(0px);
    opacity: 1;     
}
.news_list1 li{
    width: 32%;
    margin-right: 2%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    padding:12px;
    border:1px solid #251a17;
    box-shadow: 3px 3px 10px #999;
    border-radius: 8px;
    position: relative;
}
.news_list1 li a .img{
    position: relative;
}
.date{
    position: absolute;
    top:32px;
    left:0;
    width: 100%;
    height: 24px;
    background:url(../images/date_bg1.jpg) repeat-x;
}
.date_cont{
    width: 65px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/date_bg2.png) no-repeat center;
    text-align: center;
    margin-top:-10px;
    margin-left: 40px;
}
.date_cont span.s1{
    font-size: 18px;
    color: #000000;
    line-height: 1.1;
    display: block;
    font-weight: bold;
}
.date_cont span.s2{
    font-size: 12px;
    color: #000000;
    line-height: 1.1;
    display: block;
}
.news_list1 li a .text{

}
.news_list1 li a .text h3{
    font-size: 18px;
    color: #000000;
    opacity: .8;
    padding:10px 0 5px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list1 li a .text span{
    display: none;
    font-size: 14px;
    color:#000000;
    opacity: .8;
    line-height: 1.6;    
}
.news_list1 li a .text p{
    font-size: 14px;
    color:#000000;
    opacity: .8;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list1 li a:hover .img img{
    transform: scale(1.1);
}
.news_list1 li a:hover .text h3{
    color: #fdb137;
}
.service-wrap5 a.more2{
    margin:70px auto 0;
}
.service-wrap5 .index_t2{
    display: none;
}
@media(max-width: 1600px){
    .news_list1 li a .text h3{
        font-size: 16px;
        padding: 10px 0 0px;
    }
}
@media(max-width: 1260px){

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

}
@media(max-width: 820px){
    .service-wrap5 .index_t1{
        display: none;
    }
    .service-wrap5 .index_t2{
        display: flex;
    }
    .index_t2 p{
        line-height: 1;
        margin-top:5px;
    }
    .news_list1 li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .news_list1 li a{
        display: flex;
    }
    .news_list1 li a .img{
        width: 30%;
    }
    .date{
        display: none;
    }
    .news_list1 li a .text{
        width: 70%;
        padding-left: 20px;
    }
    .news_list1 li a .text h3{
        font-size: 16px;
        padding: 0;
    }
    .news_list1 li a .text span{
        display: block;
    }
    .service-wrap5 a.more2 {
        margin: 50px auto 0;
    }
}
@media(max-width: 640px){
    .news_list1{
        margin-top:35px;
    }
    .news_list1 li{
        margin-bottom: 30px;
    }
    .news_list1 li a .text{
        padding-left: 12px;
    }
    .service-wrap5 a.more2 {
        margin: 30px auto 0;
    }
}
@media(max-width: 460px){
/*    .news_list1{
        margin-top:25px;
    }*/
    .news_list1 li{
        margin-bottom: 20px;
    }
    .news_list1 li a{
        flex-wrap: wrap;
    }
    .news_list1 li a .text h3{
        line-height:1.6;
        font-size:14px;
    }
    .news_list1 li a .text span,.news_list1 li a .text p{
        font-size:12px;
    }
    .service-wrap5 a.more2 {
        margin: 15px auto 0;
    }
    .news_list1 li a .img{
/*        width: 100%;*/
width: 40%;
    }
    .news_list1 li a .text{
/*        width: 100%;
        padding:10px;*/
        width: 60%;
    }
    .news_list1 li a .text p{
        -webkit-line-clamp: 2;
    }
    .more2{
        width:65px;
        height:40px;
    }
}


.service-wrap6{
    background:url(../images/bg6.jpg) no-repeat center;
    background-size: cover;   
    color: #fff;
}
.service-wrap6 a{
    color: #fff;
}
.service-wrap6 .container{
    max-width: 670px;
}
.service-wrap6 .index_t1 h2,.service-wrap6 .index_t1 p{
    color: #fff;
    opacity: 1;
}
.index6_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:160px 0;
}
.message1{
    width: 48.5%;
    transition: 0.5s 0.2s;
    transform: translateX(-50%);
    opacity: 0;
}
.service-wrap.active .message1{
    transform: translateX(0%);
    opacity: 1;
}
.message1 ul{

}
.message1 ul li{

}
.message1 ul li p{
    font-size: 16px;
    padding:6px 0 2px;
}
.message1 ul li input{
    display: block;
    width: 100%;
    line-height: 40px;
    border:1px solid #d1ab7f;
    border-radius: 5px;
    outline: none;
    padding:0 10px;
    font-size: 15px;
    font-family: "微软雅黑";
}
.message1 ul li textarea{
    display: block;
    width: 100%;
    line-height: 40px;
    height: 80px;
    border:1px solid #d1ab7f;
    border-radius: 5px;
    outline: none;
    padding:0 10px; 
    font-size: 15px;
    font-family: "微软雅黑"; 
}
.mess_tn1 input{
    display: block;
    border:none;
    outline: none;
    width: 64px;
    line-height: 40px;
    height: 40px;
    background:url(../images/btn_bg1.png) no-repeat center;
    margin-top:18px;
    cursor: pointer;
}
.index6_cont_r{
    width: 44%;
    padding-top:29px;
    transition: 1s 0.2s;
    transform: translateX(50%);
    opacity: 0;
}
.service-wrap.active .index6_cont_r{
    transform: translateX(0%);
    opacity: 1;    
}
.index6_cont_r h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.f_contact{
    font-size: 12px;
}
.f_code{
    margin-top:15px;
    display: flex;
    align-items: center;
}
.f_code .img1{
    width: 94px;
}
.f_code p{
    width: calc(100% - 94px);
    font-size: 18px;
    padding-left: 15px;
}
.copyright1{
    font-size: 15px;
}
.copyright1 a{
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
}
.service-wrap6 .index_t2{
    display: none;
}
@media(max-width: 1600px){
    .index6_cont{
        padding:120px 0;
    }
    .message1 ul li p {
        font-size: 14px;
        padding: 5px 0 2px;
    }
}
@media(max-width: 1380px){
    .index6_cont{
        padding:60px 0;
    }
}
@media(max-width: 1360px){
    /*.index6_cont{*/
    /*    padding:80px 0;*/
    /*}*/
}
@media(max-width: 1024px){
    /*.index6_cont{*/
    /*    padding:70px 0;*/
    /*}*/
}
@media(max-width: 820px){
    .index6_cont{
        padding:30px 0;
    }
    .message1{
        width: 100%;
    }
    .index6_cont_r{
        width: 100%;
        padding-top:20px;
    }
    .index_t2{
        margin-left: 0;
    }
    .service-wrap6 .index_t2 h2, .service-wrap6 .index_t2 p{
        color: #fff;
        opacity: 1;
    }
    .service-wrap6 .index_t1{
        display: none;
    }
    .service-wrap6 .index_t2{
        display: flex;
    }

}   
@media(max-width: 640px){
    .message1 ul li{
        width:48%;
    }
    .message1 ul li:first-child{
        margin-right:4%;
    }
    .message1 ul li:last-child{
        width:100%;
    }
    .message1 ul li p{
        font-size:20px;
    }
    .message1 ul li input {
        line-height: 45px;
        font-size: 15px;
    }
    .message1 ul li textarea {
        line-height: 45px;
        height: 92px;
        font-size: 15px;
    }
    .index6_cont_r{
        display:flex;
        justify-content:space-between;
    }
    .index6_cont_r h3{
        font-size: 16px;
    }
    .message1 ul{
        display:flex;
        flex-wrap:wrap;
    }
    .f_contact{
        width:calc(100% - 70px);
        /*padding-right:10px;*/
    }
    .f_code{
        margin-top: 25px;
        display:block;
        width:70px;
    }
    .f_code .img1{
        display:block;
        width:70px;
    }
    .f_code p {
        font-size: 14px;
        padding-left: 0;
        width: 100%;
    }
    .copyright1{
        line-height: 1.6;
        font-size: 14px;
        text-align:center;
    }
    .copyright1 a{
        font-size: 14px;
    }
}
@media(max-width: 460px){

}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 478px;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    margin: 0 auto;
    opacity:0;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;   
    font-size: 16px;
    color: #fff; 
    text-shadow: 0px 0px 8px #000;
}
.n_banner_text a{
    font-size: 16px;
    color: #fff;     
}
.n_banner_text p{
    font-size: 28px;
    padding-top:50px;
}
.n_banner_text p span{
    font-weight: bold;
}
.site {
    line-height: 30px;
    margin-top:10px;
}
.n_sort{
    padding:65px 0 60px;
}
.sort{
    display: flex;
}
.sort li{
    margin-right: 28px;
}
.sort li:last-child{
    margin-right: 0;
}
.sort li a{
    width: 98px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #000;
    opacity: .7;
    background:url(../images/sort.png) no-repeat center;
}
.sort li.cur a,.sort li:hover a{
    background:url(../images/sort_h.png) no-repeat center;
    opacity: 1;
    font-weight: bold;
}
.footer{
    background:#000000;
    color: #fff;
    padding:60px 0 15px;
}
.footer a{
    color: #fff;
}
.f_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_contact2{
    width: 50%;
}
.f_contact2 h3{
    font-size: 18px;
    color: #fdb137;
    line-height: 1;
    margin-bottom: 15px;
}
.f_contact2 .txt{
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
}
.f_contact2 .txt p{
    width: 60%;
    padding-right: 5px;
}
.f_contact2 .txt p:nth-child(2n){
    width: 40%;
}

.f_top .f_code{
    margin-top:0;
    max-height: 94px;
}

.copyright{
    font-size: 15px;
    text-align: center;
    margin-top:80px;
}
.copyright a{
    font-size: 15px;
    margin-left: 20px;
}
@media(max-width: 1600px){
    .n_sort {
        padding: 50px 0 40px;
    }
    .copyright{
        margin-top:50px;
    }
}
@media(max-width: 1260px){
    .footer {
        padding: 50px 0 15px;
    }
    .f_contact2{
        width: 70%;
    }
}
@media(max-width: 1024px){
    .n_sort {
        padding: 40px 0 25px;
    }
    .footer {
        padding: 30px 0 15px;
    }
}
@media(max-width: 820px){
    .n_banner{
        height: 320px;
    }
    .n_banner_text{
        font-size: 14px;
    }
    .n_banner_text p {
        font-size: 20px;
        padding-top: 150px;
    }
    .site {
        margin-top: 0px;
        line-height: 26px;
    }
    .n_banner_text a{
        font-size: 14px;
    }
    .footer {
        padding: 20px 0 10px;
    }
    .f_contact2{
        width: 100%;
    }
    .f_contact2 .txt p{
        width: 100%;
    }
    .f_contact2 .txt p:nth-child(2n){
        width: 100%;
    }
    .f_top .f_code{
        margin-top:20px;
    }
    .copyright{
        margin-top:20px;
    }
}
@media(max-width: 640px){
    .n_banner {
        height: 220px;
        background:url(../images/m_banner_bg.jpg) no-repeat bottom center!important;
        background-size: cover!important;
    }
    .n_banner_text p{
        font-size: 18px;
        padding-top:50px;
    }
    .n_sort {
        padding: 30px 0 25px;
    }
    .sort li {
        margin-right: 10px;
    }
    .sort li a{
        font-size: 15px;
        width: 80px;
        height: 52px;
        background: url(../images/sort.png) no-repeat center;
        background-size: contain;
    }
    .sort li.cur a, .sort li:hover a {
        background: url(../images/sort_h.png) no-repeat center;
        background-size: contain;
    }
    .footer{
        box-shadow: 0px -5px 5px #666 inset;
    }
    /*.h95{*/
    /*    width:100%;*/
    /*    height:65px;*/
    /*}*/
}
@media(max-width: 460px){
    .n_banner{
        height:200px;
    }
    .sort li {
        margin-right: 6px;
    }
    .sort li a{
        font-size: 14px;
        width: 70px;
        height: 45px;
        background: url(../images/sort.png) no-repeat center;
        background-size: contain;
    }
}


.about1{
    padding-bottom: 80px;
}
.about1 .text{
    width: 61.5%;
    float: left;
    padding:10px 50px 0 0;
    font-size: 15px;
    color: #000000;
}
.about1 .text h3{
    font-size: 25px;
    color: #fdb137;
    margin-bottom: 25px;
    line-height: 1;
}
.about1 .img{
    width: 38.5%;  
    float: right;  
}
.about2{
    padding-bottom: 65px;
}
.about2 .text{
    width: 61.5%;
    float: left;
    padding:10px 50px 0 0;
    font-size: 15px;
    color: #000000;    
}
.about2 .text h3{
    font-size: 25px;
    color: #fdb137;
    margin-bottom: 25px;
    line-height: 1;
}
.about2 .text p strong{
    font-size: 18px;
    line-height: 1.8;
}
.wh_list{
    margin-top:55px; 
}
.wh_list li{
    margin-bottom: 35px;
}
.wh_list li h4{
    color: #000000;
    display: flex;
    align-items: center;
}
.wh_list li h4 span{
    display: block;
    width: 154px;
    line-height: 67px;
    height: 67px;
    background:url(../images/wh_bg.png) no-repeat center;
    background-size: contain;
    font-size: 15px;
    text-align: center;
    margin-right: 26px;
}
.wh_list li h4 font{
    font-size: 25px;
}
.wh_list li p{
    font-size: 15px;
    color: #000000;
    line-height:1.8;
    opacity: .5;
    margin-top:12px;
}
.about2 .imgs{
    width: 38.5%;  
    float: right;  
}
.about2 .imgs img{
    margin-bottom: 15px;
}
.about3{
    padding-bottom: 160px;
}
.honner_list{
    display: flex;
    flex-wrap: wrap;
}
.honner_list li{
    margin-right: 10px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer;
}
.honner_list li p{
    font-size: 16px;
    color: #000000;
    opacity: .6;
    max-width: 280px;
    line-height: 1.6;
    margin:10px auto 0;
}
.honner_list li:hover .img img{
    transform: scale(1.1);
}
.about4{
    padding-bottom: 65px;
}
.about4 .text{
    float: left;
    width: 61.5%;
    padding-right: 50px;
}
.about4 .text dl{
    margin-bottom: 85px;
}
.about4 .text dl dt{
    font-size: 25px;
    color: #fdb137;
    margin-bottom: 20px;
    line-height: 1;
    display: block;
    font-weight: bold;
}
.about4 .text dl dd{
    font-size: 15px;
    color: #000000;
}
.about4 .imgs{
    float: right;
    width: 38.5%;
}
.about4 .imgs img{
    margin-bottom: 10px;
}
.gcsc_list{
    display: none;
}
@media(max-width: 1600px){
    .about1 {
        padding-bottom: 60px;
    }
    .about2 .text p strong{
        font-size: 16px;
    }
    .wh_list {
        margin-top: 30px;
    }
    .wh_list li h4 font {
        font-size: 22px;
    }
    .about3 {
        padding-bottom: 100px;
    }
    .about4 .text dl {
        margin-bottom: 50px;
    }
}
@media(max-width: 1260px){

}
@media(max-width: 1024px){
    .about3 {
        padding-bottom: 70px;
    }
    .about4 .text dl {
        margin-bottom: 30px;
    }
}
@media(max-width: 820px){
    .about1 {
        padding-bottom: 40px;
    }
    .about1 .text h3,.about2 .text h3{
        font-size: 22px;
        margin-bottom: 15px;        
    }
    .about2{
        padding-bottom: 30px;
    }
    .about2 .text{
        font-size: 14px;
        padding: 10px 30px 0 0;
    }
    .about2 .text p strong{
        font-size: 15px;
    }
    .wh_list {
        margin-top: 20px;
    }
    .wh_list li {
        margin-bottom: 20px;
    }
    .wh_list li h4 span{
        width: 120px;
        margin-right: 15px;
    }
    .wh_list li h4 font {
        font-size: 18px;
    }
    .wh_list li p{
        font-size: 14px;
    }
    .about3,.about4 {
        padding-bottom: 50px;
    }
    .about4 .text dl dt{
        font-size: 22px;
    }
    .about4 .text dl dd{
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .about1 {
        padding-bottom: 30px;
    }
    .about1 .text{
        width: 100%;
        padding:25px 2% 0;
    }
    .about1 .text{
        font-size: 14px;
    }
    .about1 .img{
        width: 100%;
    }
    .about2{
        padding-bottom: 25px;
    }
    .about2 .imgs{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .about2 .imgs img{
        /*width: calc(50% - 7.5px);*/
        /*margin:0;*/
        width:100%;
    }
    .about2 .imgs img:last-child{
        padding-right: 0;
    }
    .about2 .text{
        width: 100%;
        padding:10px 0;
    }
    .wh_list li {
        margin-bottom: 15px;
    }
    .wh_list li h4 span{
        /*width: 100px;*/
        margin-right: 10px;
        /*line-height: 46px;*/
        /*height: 46px;*/
    }
    .wh_list li h4 font {
        font-size: 14px;
    }
    .honner_list li{
        width: 100%;
        margin-right: 0;
    }
    .honner_list li p{
        font-size: 15px;
    }
    .about3 {
        padding-bottom: 30px;
    }
    .about4 {
        padding-bottom: 30px;
    }
    .pc_gcsc{
        display: none;
    }
    .about4 .text dl {
        margin-bottom: 15px;
    }
    .gcsc_list{
        display: block;
    }
    .gcsc_list li .txt{

    }
    .gcsc_list li .txt{
        padding:20px 0;
    }
    .gcsc_list li .txt h3{
        font-size: 22px;
        color: #fdb137;
        margin-bottom: 10px;
        line-height: 1;
    }
    .gcsc_list li .txt p{
        font-size: 14px;
        color: #000000;
    }
}
@media(max-width: 460px){

}

.cpxl{
    padding-bottom: 110px;
}
.cpxl .text{
    float: left;
    width: 61.5%;
    padding-right: 50px;
}
.cpxl .text p{
    font-size: 15px;
    color: #000000;
}
.cpxl .text p strong{
    font-size: 25px;
    color: #fdb137;
    margin-bottom: 20px;
    line-height: 1;
    display: block;
}
.cpxl .img{
    float: right;
    width: 38.5%;   
}
@media(max-width: 1600px){

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

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

}
@media(max-width: 820px){
    .cpxl .text p strong{
        font-size: 22px;
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
    .cpxl .text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .cpxl .text p{
        font-size: 14px;
    }
    .cpxl .img{
        width: 100%;
        text-align: center;
    }
    .cpxl .img img{
        max-width: 60%;
    }
}
@media(max-width: 460px){

}


.n_product{
    background:url(../images/p_bg1-2.jpg) repeat bottom left;
    background-size: cover;
}
.p_img1{
    text-align: center;
}
.p_more{
    padding:85px 0 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.p_more .img1{
    width: 25%;
}
.p_more .pc_img{
    width: 75%;
}
.p_more .m_img{
    width: 100%;
}
.p_list1{
    /*width: 75%;*/
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
}
.p_list1 p{
    width: 23.5%;
    margin-right: 2%;
}
.p_list1 p:nth-child(4n){
    margin-right: 0;
}
.zsjm{
    padding-bottom: 170px;
}
.zsjm h3{
    font-size: 25px;
    color: #fdb137;
    line-height: 1;
}
.zjsm_list1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:48px 0 85px;
}
.zjsm_list2{
    display: flex;
    justify-content: space-between;
    margin:48px 0 85px;
}
.zjsm_list2 li{
    text-align: center;
}
.zjsm_list2 li h4{
    font-size: 20px;
    color: #000000;
    padding:6px 0 2px;
}
.zjsm_list2 li p:nth-child(3){
    font-size: 14px;
    color: #000000;
    opacity: 0.6;
    line-height: 1.5;
}
.zjsm_list3{
    display: flex;
    justify-content: space-between;
    margin:48px 0 85px;
}
.zjsm_list3 p{
    margin-right: 32px;
    text-align: center;
}
.zjsm_list3 p:last-child{
    margin-right: 0;
}
.zjsm_list3 p strong{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #000000;
    margin-top:5px;
}
@media(max-width: 1600px){
    .p_more {
        padding: 85px 0 100px;
    }
    .zsjm {
        padding-bottom: 100px;
    }
    .zjsm_list1{
        margin: 40px 0 60px;
    }
    .zjsm_list2,.zjsm_list3{
        margin: 40px 0 60px;
    }
    .zjsm_list2 li h4,.zjsm_list3 p strong{
        font-size: 17px;
    }
}
@media(max-width: 1260px){
    .p_more {
        padding: 70px 0;
    }
    .zsjm {
        padding-bottom: 70px;
    }
}
@media(max-width: 1024px){
    .zjsm_list1{
        flex-wrap:wrap;
        justify-content: flex-start;
        margin: 30px 0 ;
    }
    .zjsm_list1 p{
        margin-right: 15px;
        margin-bottom: 15px;
/*        width: 32%;
        text-align: center;*/
    }
    .zjsm_list3 p {
        margin-right: 20px;
    }
}
@media(max-width: 820px){
    .p_more {
        padding: 50px 0;
    }
    .p_more .img1{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .p_more .img1 img{
        margin:0 auto;
    }
    .p_more .img1 img.pc_img{
        display:none;
    }
    .p_more .img1 img.m_img{
        display:inline-block;
        width:50%;
        margin:0 auto;        
    }
    .p_more .pc_img{
        width:100%;
    }
    .p_list1{
        width: 100%;
    }
    .zsjm {
        padding-bottom: 50px;
    }
    .zsjm h3{
        font-size: 22px;
    }
    .zjsm_list2,.zjsm_list3{
        margin: 30px 0 50px;
    }
    .zjsm_list2 li h4{
        font-size: 15px;
        padding: 4px 0 0px;
    }
    .zjsm_list3 p strong{
        font-size: 15px;
        margin-top:0;
    }
}
@media(max-width: 640px){
    .n_product{
        background:url(../images/m_bg1.png) no-repeat 0 0;
        background-size:contain;
    }
    .p_more {
        padding: 30px 0;
    }
    .p_more .img1 img{
        max-width: 50%;
    }
    .p_list1{
        padding:0 15px;
    }
    .p_list1 p {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 15px;
    }
    .p_list1 p:nth-child(2n) {
        margin-right: 0;
    }
    .zjsm_list1 p{
        padding-right: 25px;
        width: 30%;
        text-align: center;
        margin-right:0;
    }
    .zjsm_list1 p:nth-child(1),.zjsm_list1 p:nth-child(4){
        width:40%;
    }
    .zjsm_list1 p:nth-child(3),.zjsm_list1 p:nth-child(5){
        padding-right: 25px;
    }
    .zjsm_list1 p img{
        max-height:65px;
    }
    .zsjm {
        padding-bottom: 30px;
    }
    .zjsm_list2,.zjsm_list3{
        margin: 20px 0 20px;
        flex-wrap: wrap;
    }
    .zjsm_list2 li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .zjsm_list2 li:nth-child(2n){
        margin-right: 0;
    }
    .zjsm_list3 p {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
        margin-right: 4%;
    }
    .zjsm_list3 p:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 460px){

}


.n_news{
    padding-bottom: 110px;
}
.news_list{

}
.news_list li{
    padding:22px 30px 14px;
    border-bottom: 1px dashed #dbd4cd;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news_list li a .date2{
    width: 76px;
    height: 76px;
    color: #000000;
    background:#f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.8;
}
.news_list li a .date2 .s1{
    font-size: 24px;
    display: block;
    line-height: 1.4;
}
.news_list li a .date2 .s2{
    font-size: 12px;
    display: block;
}
.news_list li a .text{
    width: calc(100% - 76px);
    padding-left: 30px;
}
.news_list li a .text h3{
    font-size: 18px;
    color: #666666;
white-space: nowrap; 
text-overflow: ellipsis;
overflow: hidden;
}
.news_list li a .text span{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    display: none;
}
.news_list li a .text .txt{
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}
.news_list li a:hover .date2{
    background:#fdb137;
}
.news_list li a:hover .date2 .s1{
    color: #000000;   
}
.news_list li a:hover .date2 .s2{
    color: #000000;  
}
.news_list li a:hover .text h3{
    color: #fdb137;
}
.news_detail{

}
.news_detail .content{
    font-size: 14px;
    color: #000;
}
.n_share .social-share .social-share-icon{
    width: 17px;
    height: 16px;
    margin: 3px;
    border:none;
}
.n_share .social-share .icon-qq{
    background: url(../images/sha_sqqa.png) no-repeat center;    
}
.n_share .social-share .icon-qq:hover{
    background: url(../images/sha_sqq.png) no-repeat center;    
}
.n_share .social-share .icon-wechat{
    background: url(../images/sha_weixina.png) no-repeat center;    
}
.n_share .social-share .icon-wechat:hover{
    background: url(../images/sha_weixin.png) no-repeat center;    
}
.n_share .social-share .icon-weibo{
    background: url(../images/sha_tsinaa.png) no-repeat center;    
}
.n_share .social-share .icon-weibo:hover{
    background: url(../images/sha_tsina.png) no-repeat center;    
}
.n_share .social-share .icon-qzone{
    background: url(../images/sha_qzonea.png) no-repeat center;    
}
.n_share .social-share .icon-qzone:hover{
    background: url(../images/sha_qzone.png) no-repeat center;    
}
.n_share .social-share .icon-douban{
    background: url(../images/sha_doubana.png) no-repeat center;    
}
.n_share .social-share .icon-douban:hover{
    background: url(../images/sha_douban.png) no-repeat center;    
}
.n_share .social-share .social-share-icon:before{
    display: none!important;
}
@media(max-width: 1600px){
    .news_list li a .text h3{
        font-size: 16px;
    }
}
@media(max-width: 1260px){
    .n_news {
        padding-bottom: 70px;
    }
}
@media(max-width: 1024px){
    .news_list li{
        padding:15px 0 11px;
    }
    .news_list li a .date2 .s1{
        font-size: 20px;
    }
}
@media(max-width: 820px){
    .n_news {
        padding-bottom: 50px;
    }
    .news_list li a .text{
        padding-left: 20px;
    }
}
@media(max-width: 640px){
    .n_news {
        padding-bottom: 30px;
    }
    .news_list li a .date2{
        display: none;
    }
    .news_list li a .text{
        width: 100%;
        padding-left: 0;
    }
    .news_list li a .text span{
        display: block;
    }
}
@media(max-width: 460px){

}


.contact1{

}
.contact1 h2{
    font-size: 25px;
    color: #fdb137;
    line-height:1;
}
.join_list{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0 75px;
}
.join_list p{
    /*padding-left: 30px;*/
    /*background:url(../images/j_icon1.png) no-repeat left center;*/
    font-size: 24px;
    color: #000;
    margin-right: 68px;
}
.join_list p img{
    display: inline-block;
    margin-right: 12px;
}
.contact_c{
    padding:50px 0 130px;
}
.contact_c .text{
    float: left;
    width: 390px;
}
.contact_c .text h3{
    font-size: 20px;
    color: #000000;
    line-height: 1;
    margin-bottom: 20px;
}
.contact_c .text .txt p{
    padding-left: 28px;
    font-size: 13px;
    color: rgba(0,0,0,.6);
    margin: 0 0 6px;

    background:url(../images/icon1.png) no-repeat;
}
.contact_c .text .txt p:nth-child(1){
    background-position: -7px 0;
}
.contact_c .text .txt p:nth-child(2){
    background-position: -6px -32px;
}
.contact_c .text .txt p:nth-child(3){
    background-position: -6px -64px;
}
.contact_c .text .txt p:nth-child(4){
    background-position: -6px -94px;
}
.contact_c .text .txt{
    
}

.f_code3{
    float: left;
}
.f_code3 p{
    font-size: 20px;
    color: #000000;
    line-height: 1;
    margin-bottom: 25px;
}

.message{
    padding-bottom: 95px;
}
.message h2{
    font-size: 25px;
    color:#fdb137;
    margin-bottom: 26px;
    line-height: 1;
}
.message ul{
    max-width: 690px;
}
.message ul li{
    margin-bottom: 20px;
}
.message ul li:last-child{
    
}
.message ul li p{
    font-size: 16px;
    color: #000000;
    padding:5px 0;
}
.message ul li input{
    width: 100%;
    line-height: 40px;
    outline: none;
    border:1px solid #bfbfbf;
    padding:0 10px;
    font-family: "微软雅黑";
}
.message ul li textarea{
    width: 100%;
    line-height: 40px;
    height: 190px;
    outline: none;
    border:1px solid #bfbfbf;
    padding:0 10px;
    font-family: "微软雅黑";
}
@media(max-width: 1600px){
    .join_list{
        padding: 40px 0 50px;
    }
    .join_list p{
        font-size: 20px;
        margin-right: 40px;
    }
    .message ul li {
        margin-bottom: 15px;
    }
    .message ul li p{
        font-size: 14px;
    }
    .contact_c {
        padding: 50px 0 90px;
    }
}
@media(max-width: 1260px){

}
@media(max-width: 1024px){
    .join_list{
        padding: 30px 0 50px;
    }
    .join_list p{
        font-size: 18px;
        margin-right: 20px;
    }
}
@media(max-width: 820px){
    .contact1 h2{
        font-size: 22px;
    }
    .message h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .message ul li textarea{
        height:120px;
    }
    .contact_c {
        padding: 40px 0 50px;
    }
    .n_map{
        height: 260px;
        overflow: hidden;
    }
    .contact_c .text h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .f_code3 p {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
    .join_list{
        padding: 20px 0 50px;
    }
    .join_list p{
        font-size: 16px;
        margin-right: 12px;
        /*padding-left: 25px;*/
        /*background:url(../images/m_j_icon.png) no-repeat left center;*/
        /*background-size:contain;*/
        background:none;
    }
    .join_list p img{
        margin-right:5px;
    }
    .contact_c {
        padding: 30px 0;
    }
    .n_map{
        height: 220px;
    }
    .contact_c .text{
        width: 100%;
    }
    .contact_c .text h3{
        font-size: 16px;
    }
    .f_code3 {
        float: left;
        margin-top:20px;
    }
    .f_code3 p {
        font-size: 16px;
        margin-bottom: 5px;
    }
}
@media(max-width: 460px){

}


h1.title{
    font-size: 22px;
    color: #666666;
    line-height: 1.4;
    text-align: center;
}
.info_title{
    padding:12px 0 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.title_bar{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
}
.title_bar span{
    margin-right: 35px;
}
.n_share{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #000;   
    margin-top:50px; 
}
.page a{
    font-size: 14px;
    color: #000;    
}
.page a:hover{
    color: #fdb137;
}
@media(max-width: 1600px){
    .title_bar span{
        margin-right: 15px;
    }
}
@media(max-width: 820px){
    .info_title {
        padding: 10px 0 20px;
    }
    h1.title{
        font-size: 18px;
    }
    .page{  
        margin-top:20px; 
    }
}
@media(max-width: 460px){
    .title_bar{
        justify-content: center;
    }
}

.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:#fdb137;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #fdb137;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: #fdb137;
    vertical-align: middle;
    border: 1px solid #fdb137; 
    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: #000;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;
    height:60px;
}
.m_f_fixed a{
    flex:1;
    font-size: 17px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*padding:8px 0 0;*/
    position: relative;
}
.m_f_fixed a:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-20px;
    width: 2px;
    height: 40px;
    background: #4b4b4b;
}
.m_f_fixed a img{
    /*width: 22px;*/
    display: block;
    /*margin:0 auto 0px;*/
    margin-right: 5px;
    max-width: 30px;
}
#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;
        margin-top:35px;
                
    }
}


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

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 5px 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: #fdb137;
    background: #fdb137;
}

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

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

#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;
    }
}
@media screen and (min-width:700px) and (max-width:730px){
    .head{
        position:relative;
        margin-bottom:60px;
    }
    #c-banner1{

        height:auto;
        /*height:100dvh;*/
    }
    #c-banner1 .swiper-slide{
        background:none!important;
    }
    #c-banner1 .swiper-slide img{
        height:auto;
        width:100%;
        opacity:1;
        /*height:100dvh;*/
    }
    .service-wrap2{
        padding:50px 0 0;
    }
    .service-wrap3,.service-wrap4,.service-wrap5,.service-wrap6{
        padding:50px 0;
    }
    .service-wrap2 .text,.message1,.index6_cont_r{
        transform: translateX(0%);
        opacity: 1;        
    }
    .index_t1,.index_t2,.index_product,.index_p_intro,.service-wrap4 .img2,.news_list1{
        transform: translateY(0px);
        opacity: 1;
    }
    .news_list1 li{
        margin-bottom:25px;
    }
}