/*å¤´éƒ¨æ ·å¼*/
.head{
    padding:10px 0;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 999999;
    background: rgba(255,255,255,.3)
}
.container{
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
}
.logo{
    float: left;
    max-width: 240px;
}
.logo a{
    display: flex;
}
.logo_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 22px;
    background: url(../images/line1.png) no-repeat left center;
    margin-left: 22px;
    display: none;
}
.logo_text p{
    color: #333333;
    font-size: 22px;  
    line-height: 1.6em;  
}
.logo_text p:nth-child(2){
    color: #e08f22;
    font-size: 24px;

}
.head_tel{
    float: right;
    padding-left: 78px;
    background:url(../images/tel1.png) no-repeat left center;
    display: none;
}
.head_tel p{
    font-size:18px;
    color: #333333;
    line-height: 1.6em;
}
.head_tel p:nth-child(2){
    font-size:28px;  
}
nav{
    /*background:#f6f6f6;*/
    float: right;
    width: calc(100% - 350px);
}
.nav{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.nav li{
    width: 12.5%;
    position: relative;
    /*margin:0 25px;*/
}

.nav li a{
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 80px;
}
.nav li a span{
    display: inline-block;
    /*align-items: center;*/
    position: relative;
}
.nav li a i{
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../images/down2.png) no-repeat center; 
    margin-left: 10px;
}
.nav li a span:before{
    content:'';
    position: absolute;
    bottom:10px;
    left:0%;
    width: 100%;
    height:2px;
    background:#e08f22;
    display: none;
}
.nav li:hover a span{
    /*color: #e08f22;*/
}
.nav li:hover a span:before{
    display: block;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:70px;
    left:0px;
    z-index: 999;
    background-color: #f6f6f6;
    width: 100%;
    padding:10px 0;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em;
    padding:5px 0;  
}
.nav li .b_nav a:hover{
    color: #e08f22;
}


.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: #e08f22;
    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;
}

@media(max-width: 1600px){
    .nav li a{
        font-size:16px;
    }
    .logo_text p{
        font-size:16px;
    }
    .logo_text p:nth-child(2){
        font-size:18px;
    }
    .head_tel p{
        font-size:16px;
    }
    .head_tel p:nth-child(2){
        font-size:20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container{
        width: 94%;
    }
    .logo{
        max-width: 200px;
    }
    nav{
        width: calc(100% - 260px);
    }
    .nav li a{
        font-size:15px;
        line-height:66px;
    }
    .nav li .b_nav{
        top:56px;
    }
}
@media(max-width: 1024px){
    .head{
        padding:15px 0;
    }
    .logo{
        max-width: 160px;
    }
    nav{
        width: calc(100% - 210px);
    }
    .nav li a{
        line-height:52px;
    }
    .nav li a span:before{
        bottom:0;
    }
    .nav li .b_nav{
        top:52px;
    }
    .logo_text{
        display: none;
    }
}
@media(max-width: 768px){
    .head{
        position:relative;
    }
    /*.logo{*/
    /*    max-width: 120px;*/
    /*}*/
    nav{
        width: calc(100% - 150px);
    }
    .nav{
        display: none;
    }
    .head_tel{
        display: none;
    }
    .menu-button{
        display: block;
    }
}
@media(max-width: 640px){
    .head {
        padding: 10px 0;
    }
    .logo{
        width: 70%;
        float: none;
    }
    .logo img{
        max-width: 100%;
    }
    .menu-button{
        top:12px;
    }
    .mobileNav{
        top:60px;
    }
}



/*banner*/
#swiper-container1{
    height: 100vh;
}
#swiper-container1 .swiper-slide{
    height:100%;
}
#swiper-container1 .swiper-slide a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#swiper-container1 .swiper-slide img{
    transform: scale(1);
    transition: all 2s ease-out;
    height: 100%;
    width: 100%;
}
.banner_texts{
    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;
    padding:0 15%;
}
.banner_texts h3{
    font-size: 52px;
    /*font-weight: normal;*/
}
.banner_texts p{
    font-size: 24px;
    max-width: 800px;
    line-height: 1.6em;
}
.banner_scroll{
    position: absolute;
    bottom: 80px;
    left: 15%;  
    z-index: 98;
}
/*#swiper-container1 .swiper-slide-active img{*/
/*    transform: scale(1.1);*/
/*}*/
#swiper-container1 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    width: 34px;
    height: 62px;
    margin-top: -31px;
    left:4%;
}
#swiper-container1 .swiper-button-next{
    background:url(../images/right1.png) no-repeat center;
    width: 34px;
    height: 62px;
    margin-top: -31px;
    right:4%;
}

@media(max-width: 1600px){
    .banner_texts{
        padding:0 10%;
    }
    .banner_texts h3{
        font-size: 40px;
    }
    .banner_texts p{
        font-size: 20px;
    }
    .banner_scroll{
        bottom: 60px;
        left: 10%;  
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1299px){
    #swiper-container1{
        height:auto;
    }
    /*.banner_texts{*/
    /*    padding:0 10%;*/
    /*}*/
    .banner_texts h3{
        font-size: 30px;
    }
    .banner_texts p{
        font-size: 16px;
    }
    .banner_scroll{
        bottom: 50px;
        /*left: 10%;  */
    }
    #swiper-container1 .swiper-button-prev {
        width: 26px;
        height: 40px;
        margin-top: -20px;
        left: 2%;
        background-size: contain;
    }
    #swiper-container1 .swiper-button-next{
        width: 26px;
        height: 40px;
        margin-top: -20px;
        right: 2%;       
        background-size: contain; 
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .banner_texts{
        padding:0 5%;
    }
    .banner_texts h3{
        font-size: 24px;
    }
    .banner_texts p{
        font-size: 14px;
    }
    .banner_scroll{
        display:none;
    }  
    #swiper-container1 .swiper-button-prev,#swiper-container1 .swiper-button-next{
        width: 20px;
        height: 30px;
        margin-top: -20px;
        display:none;
    }  
}
@media(max-width: 767px){
    /*.banner_texts{*/
    /*    padding:0 5%;*/
    /*}*/
    .banner_texts h3{
        font-size: 20px;
    }
    .banner_texts p{
        font-size: 13px;
    }
}



.index_about2{
    color: #fff;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 180px 0 0;
    background-attachment: fixed !important;
    background: url(../images/about_bg.jpg);
}
/*.index_t1_2{*/
/*    text-align: center;*/
/*}*/
/*.index_t1_2 p{*/
/*    font-size: 32px;*/
/*}*/
/*.index_t1_2 span{*/
/*    display: block;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*}*/
.index_about2 .text{
    width: 55%;
    padding-right: 50px;
    float: left;
}
.index_about2 .text h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    position: relative;
    line-height: 1em;
    padding-bottom:18px;
    margin-bottom: 35px;
}
.index_about2 .text h2:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 52px;
    height: 2px;
    background: #fff;
}
.index_about2 .txt{
    font-size: 16px;
    margin:0px auto 70px;
}
.index_about2 .text a{
    color: #fff;
    text-align: center;
    display: block;
    width: 100px;
    line-height: 42px;
    font-size: 15px;
    border:1px solid #fff;
    /*margin:0 auto;*/
    text-transform: uppercase;
}
.index_about2 .text a:hover{
    background: #e08f22;
    border-color: #e08f22;
}
.index_about2 .img{
    width: 45%;
    float: right;
    position: relative;
}
.index_about2 .img:before{
    content:'';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top:35px;
    left:35px;
}
.index_about2 .img a{
    padding:5px;
    display: block;
}
.index_about2 .img a img{
    box-shadow: 0px 0px 5px #999;
}
.index_about2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top:1px solid rgba(255,255,255,.16);
    margin-top: 150px;
}
.index_about2 ul li{
    color: #fff;
    padding:70px 125px;
    border-left:1px solid rgba(255,255,255,.16);
    text-align: center;
}
.index_about2 ul li:last-child{
    border-right:1px solid rgba(255,255,255,.16);
}
.index_about2 ul li p.p1{
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
}
.index_about2 ul li p.p1 span{
    
}
.index_about2 ul li p.p2{
    font-size: 20px;
}
.index_about2 .swiper-pagination{
    text-align: center;
    width: 100%;
}
.index_about2 .swiper-pagination span.swiper-pagination-bullet{
    background: #f0f0f0;
    opacity: 1!important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.index_about2 .swiper-pagination span.swiper-pagination-bullet-active{
    background: #e08f22;
}
@media(max-width: 1600px){
    .index_about2 .text h2{
        font-size: 32px;
        padding-bottom:16px;
        margin-bottom: 30px;
    }
    .index_about2 .txt{
        font-size: 16px;
        margin:0px auto 50px;
    }
    .index_about2 ul{
        margin-top:80px;
    }
    .index_about2 ul li{
        padding:50px 100px;
    }
    .index_about2 ul li p.p1{
        font-size: 42px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1440px){
    .index_about2 .text h2{
        font-size: 30px;
        padding-bottom:16px;
        margin-bottom: 20px;
    }
    .index_about2 ul li p.p1{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .index_about2 ul li p.p2{
        font-size: 17px;
    }
}
@media(max-width: 1259px){

    .index_about2 .txt{
        font-size: 15px;
        margin:0px auto 35px;
    }  
    .index_about2 ul{
        margin-top:50px;
    }
    .index_about2 ul li{
        padding:35px 60px;
    }
    .index_about2 ul li p.p1{
        font-size: 32px;
        margin-bottom: 10px;
    }    
}
@media(max-width: 1024px){
    .index_about2{
        padding-top:120px;
    }
}
@media(max-width: 768px){
    .index_about2{
        padding-top:50px;
    }
    .index_about2 .text h2{
        font-size:24px;
    }
    .index_about2 .text{
        width: 100%;
        float: none;
        padding-right:0;
        margin-bottom:15px;
    }
    .index_about2 .img{
        width: 100%;
        float: none;
        text-align:center;
    }
    .index_about2 .txt{
        font-size: 15px;
        margin:0px auto 35px;
    }  
    .index_about2 ul{
        margin-top:50px;
    }
    .index_about2 ul li{
        padding:35px 60px;
    }
    .index_about2 ul li p.p1{
        font-size: 24px;
        margin-bottom: 10px;
    }      
}
@media(max-width: 640px){
    .index_about2{
        padding-top:30px;
    }   
    .index_about2 ul li{
        padding:15px 20px;
    }
    .index_about2 ul li p.p1{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .index_about2 ul li p.p2 {
        font-size: 14px;
    }
}
@media(max-width: 400px){
    .index_about2 ul li{
        padding:10px 15px;
    }    
}



.index_about{
    padding:90px 0;
    display: flex;
    flex-wrap: wrap;
}
.index_about .text{
    width: 54.5%;
    padding: 0 60px 0 10.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.index_t1{
    line-height: 1em;
    position: relative;
    padding-bottom:18px;
}
.index_t1 p{
    font-size:40px;
    color: #333;
    margin-bottom:5px;
    line-height: 1em;
}
.index_t1 span{
    display: block;
    font-size:80px;
    color: #333;
    opacity: 0.08;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
}
.index_about .text .text1{
    font-size:18px;
    color: #333;
    margin:60px 0 110px;
}
a.more1{
    display: block;
    width: 200px;
    height: 58px;
    line-height: 56px;
    border:1px solid #e08f22;
    font-size:24px;
    color: #e08f22;
    text-align: center;
    text-transform: uppercase;
}
a.more1:hover{
    background:#e08f22;
    color: #fff;
}
.index_about .img{
    width: 45.5%;
}
/*video click*/
.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closeVideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}
@media(max-width: 1600px){
    .index_t1 p{
        font-size:30px;
    }
    .index_t1 span{
        font-size:52px;
    }
    .index_about .text .text1 {
        font-size: 15px;
        margin: 30px 0;
    }
    a.more1{
        width: 120px;
        font-size:15px;
        height: 48px;
        line-height: 48px;
    }
}
@media(max-width: 1440px){


}
@media(max-width: 1259px){
    .index_about{
        padding: 60px 0;
    }
    .index_t1 p{
        font-size:24px;
    }
    .index_t1 span{
        font-size:40px;
    }
    .index_about .text {
        padding: 0 3%;
    }
    .index_about .text .text1 {
        font-size: 14px;
        margin: 0px 0 20px;
    }
}
@media(max-width: 1024px){
     
}
@media(max-width: 768px){
    .index_about {
        padding: 50px 0;
    } 
    .index_t1 p{
        font-size:20px;
    }
    .index_t1 span{
        font-size:24px;
    } 
    a.more1{
        height: 44px;
        line-height: 42px;
        width: 110px;
        font-size:14px;
    }
}
@media(max-width: 767px){  
    .index_about {
        padding: 30px 0;
    } 
    .index_about .text {
        width: 100%;
        padding: 0px 3%;
        margin-bottom:15px;
    } 
    .index_t1{
        padding-bottom:5px;
    }
    .index_t1 span {
        font-size: 16px;
    }
    .index_about .text .text1{
        margin-bottom:10px;
    }
    a.more1 {
        height: 40px;
        line-height: 38px;
        width: 100px;
    }
    .index_about .img {
        width: 100%;
    }
}



.index_product{
    padding-top:70px;
    padding-bottom: 30px;
}
.index_t2{
    color: #333;
    margin-bottom:40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.index_t2 p{
    font-size:36px;
    line-height: 1.6em;
}
.index_t2 span{
    display: block;
    font-size:18px;
}
.index_product .cont{
    position: relative;
}
.index_product_l{
    /*width: 250px;*/
    /*float: left;*/
    position: absolute;
    right: 0;
    top:-100px;
}
.tab1li{
    /*margin-bottom:50px;*/
    display: flex;
    flex-wrap: wrap;
}
.tab1li li{
    margin-left: 35px;
}
.tab1li li a{
    display: block;
    /*padding:25px 0 25px 25px;*/
    /*background:url(../images/yq1.png) no-repeat left center;*/
    font-size: 20px;
    color: #333;
    position: relative;
}

/*.tab1li li a:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    right:0;*/
/*    top:50%;*/
/*    width: 19px;*/
/*    height: 13px;*/
/*    margin-top:-6.5px;*/
/*    background:url(../images/jt1.png) no-repeat right center;*/
/*    opacity: 0;*/
/*}*/
/*.tab1li li a:after{*/
/*    content:'';*/
/*    position: absolute;*/
/*    left:0;*/
/*    bottom:0;*/
/*    width: 100%;*/
/*    height:2px;*/
/*    background:#e08f22;*/
/*    opacity: 0;*/
/*}*/
.tab1li li.cur a{
    color: #e08f22;
    /*background:url(../images/yq1_h.png) no-repeat left center;*/
}
.tab1li li.cur a:before{
    opacity: 1;
}
.tab1li li.cur a:after{
    opacity: 1;
}
.index_product_l .more2{
    display: none;
}
.more2{
    width: 250px;
    height: 60px;
    margin: 0;
    background: transparent;
    text-align: center;
}   
.more2 a{
    font-size:20px;
    color: #e08f22;
    display: block;
    position: relative;    
}
.more2 a span {
    display: block;
    text-align: center;
    line-height: 60px;
    transition: all 1s;
}
.more2 a:before {
    content: '';
    display: block;
    width: 230px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: skewX(-20deg);
}
.more2 a:after {
    content: '';
    display: block;
    width: 230px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 1px;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: skewX(-20deg);
}
.more2 a::before,.more2 a::after{
    border-color: #e08f22;
}
.more2 a:hover span{
    letter-spacing:2px;
}
.index_product_r{
    position: relative;
    min-height: 460px;
    width: calc(100% - 0px);
    margin-left: 0px;
    float: none;
}
.tab1{
    position: absolute;
    top:0;
    left:0;
    z-index: -9;
    opacity: 0;
    width: 100%;
    height:100%;
}
.tab1.cur{
    z-index: 9;
    opacity: 1;    
}
.tab1 .swiper-slide{
    padding:10px;
}
.tab1 a{
    display: block;
    box-shadow: 0px 0px 10px #ccc;   
    text-align: center; 
}
.tab1 .img{

    
}
.tab1 p{
    font-size:20px;
    color: #333;
    padding:20px 0;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;

}
.tab1 .swiper-slide:hover p{
    color: #e08f22;
}
@media(max-width: 1600px){
    .index_t2 p{
        font-size: 26px;
    }
    .index_t2 span{
        font-size:15px;
    }
    .index_product_r{
        min-height: 320px;
    }
    .tab1li li{
        margin-left:15px;
    }
    .tab1li li a{
        font-size:16px;
        padding: 15px 0;
    }
    .tab1 p {
        font-size: 16px;
        padding: 15px 0;
    }
    .more2{
        width: 180px;
    }
    .more2 a{
        font-size:16px;
    }
    .more2 a:before {
        width: 180px;
        height: 60px;
    }
    .more2 a:after {
        width: 180px;
        height: 60px;
    }
}
@media(max-width: 1259px){
    .index_product{
        padding-bottom:0px;
    }
    .index_t2 p{
        font-size: 24px;
    }
    .index_t2 span{
        font-size:14px;
    }
    /*.index_product_r{*/
    /*    min-height: 250px;*/
    /*}*/

    .tab1li li a{
        font-size:15px;
        padding: 10px 0;
    }
    .tab1li li a:after{
        height:1px;
    }
    .tab1 p {
        font-size: 15px;
        padding: 10px 0;
    }
    .more2{
        width: 150px;
    }
    .more2 a{
        font-size:14px;
    }
    .more2 a span{
        line-height: 44px;
    }
    .more2 a:before {
        width: 150px;
        height: 42px;
    }
    .more2 a:after {
        width: 150px;
        height: 42px;
    }    
}
@media(max-width: 1024px){
    .index_t2{
        margin-bottom:20px;
    }
    .index_product_l{
        width:100%;
        position:relative;
        margin-bottom:10px;
        top:0;
    }
    .index_product_r{
        margin-left:0px;
        /*width: calc(100% - 330px);*/
    }
}
@media(max-width: 768px){
    .index_t2{
        margin-bottom:30px;
    }
    .index_t2 p {
        font-size: 20px;
    }  
    .index_product_l{
        width: 180px;
        display:none;
    }
    .tab1li {
        margin-bottom: 20px;
    }
    .tab1li li a{
        font-size:15px;
    }
    .index_product_r{
        margin-left: 0px;
        /*width: calc(100% - 210px);*/
    }
    .more2{
        width: 110px;
    }
    .more2 a:before {
        width: 110px;
    }
    .more2 a:after {
        width: 110px;
    }   
}
@media(max-width: 767px){
    .index_product_l{
        width: 100%;
    }
    .index_product_r{
        width: 100%;
        /*min-height: 200px;*/
    }
}


.jianche2{
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-bottom: 100px;
}
.jianche2 a{
    color: #fff;
}
.jianche2 .container{
    display: flex;
    flex-wrap: wrap;
}
.jianche2_l{
    width: 40%;
    height: 100%;
    
}
.jianche2_l ul{
    display: flex;
    flex-wrap: wrap;
    
}
.jianche2_l ul li{
    width: 50%;
    padding:70px 30px;
    position: relative;
    border:1px solid #fff;
    cursor: pointer;
}
.jianche2_l ul li:nth-child(2),.jianche2_l ul li:nth-child(5){
    opacity: 0;
    position: relative;
    z-index: -99;
}
.jianche2_l ul li .img{
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}
.jianche2_l ul li p.p1{
    font-size: 26px;
}
.jianche2_l ul li .text1{
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #e08f22;
    top:-1px;
    left:-1px;
    padding:0 30px;
    display: none;
}
.jianche2_l ul li .text1 h4{
    font-size: 26px;
    font-weight: normal;
}
.jianche2_l ul li .text1 p{
    font-size: 18px;    
}
.jianche2_l ul li .text1 a{
    font-size: 18px;  
    display: block;
    margin-top:40px;
}
.jianche2_l ul li.cur .text1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.jianche2_l ul li:hover .text1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.jianche2_img{
    height: auto;
}
.jianche2_img .img2{
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease-out;
}
.jianche2_img .img2.on{
    opacity: 1;
    transform: scale(1.05);
}
.jianche2_r{
    width: 60%;    
}
.jianche2_r .text{
    width: 100%;
    height: 100%;

    padding:0 3% 0 10%;
    display: none;
}
.jianche2_r .text.on{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
}
.jianche2_r .text h3{
    font-size: 36px;
    font-weight: normal;
}
.jianche2_r .text p{
    font-size: 24px;
}
.jianche2_r .text a{
    display: block;
    width: 200px;
    line-height: 50px;
    height: 52px;
    border:1px solid #fff;
    font-size: 20px;
    text-align: center;
    margin-top:40px;
}
@media(max-width:1600px){
    .jianche2_l ul li .text1 h4{
        font-size:24px;
    }
    .jianche2_l ul li p.p1{
        font-size:24px;
    }
    .jianche2_r .text h3{
        font-size:30px;
    }
    .jianche2_r .text p{
        font-size:18px;
    }
}
@media(max-width:1440px){
    
}
@media(max-width:1259px){
    .jianche2_l ul li{
        padding:20px 15px;
    }
    .jianche2_l ul li p.p1 {
        font-size: 18px;
    }
    .jianche2_l ul li .text1{
        padding: 0 15px;
    } 
    .jianche2_l ul li .text1 p{
        font-size:16px;
    }
    .jianche2_l ul li .text1 a {
        font-size: 16px;
        margin-top: 20px;
    }
    .jianche2_r .text h3{
        font-size:24px;
    }
    .jianche2_r .text p{
        font-size:16px;
    }
    .jianche2_r .text a{
        width:150px;
    }
}
@media(max-width:1024px){
    .jianche2_l ul li .img{
        height: 70px;
        line-height: 70px;
    }.jianche2_l ul li .img img{
        max-height:70px;
    }
}
@media(max-width:768px){
    .jianche2_l ul li:nth-child(2), .jianche2_l ul li:nth-child(5){
        display:none;
    }
    .jianche2_l ul li .img{
        height: 50px;
        line-height: 50px;
    }.jianche2_l ul li .img img{
        max-height:50px;
    }
    .index_product_r {
        min-height: 280px;
    }
    .jianche2{
        margin-bottom:50px;
    }
    .jianche2_r .text{
        
    }
    .jianche2_l ul li p.p1{
        font-size:16px;
    }
    .jianche2_l ul li .text1 h4 {
        font-size: 16px;
    }
    .jianche2_l ul li .text1 p{
        font-size:14px;
    }
    .jianche2_l ul li .text1 a {
        font-size: 14px;
        margin-top: 10px;
        display:none;
    }
    .jianche2_r .text a {
        font-size:16px;
    }
}
@media(max-width:767px){
    .jianche2_l{
        width:100%;
    }
    .jianche2_r{
        width:100%;
        padding:15px 0;
    }
    .jianche2_r .text{
        padding:0;
    }
    .jianche2_r .text h3{
        font-size:20px;
    }
    .jianche2_r .text p{
        font-size:14px;
    }
    .jianche2_r .text a {
        width: 120px;
        line-height: 40px;
        height: 42px;
        font-size: 14px;
        margin-top: 20px;
    }
}





.jianche{
    margin:65px 0;
    background:url(../images/bg1.jpg) no-repeat center;
    background-size:cover;
    display: none;
}
.jianche .container{
    max-width: 1240px;
}
.index_title5{
    max-width: 260px;
    background:#e08f22;
    color: #fff;
    text-align: center;
    padding:30px 0;
}
.index_title5 h2{
    font-size:36px;
    font-weight: normal;
}
.index_title5 p{
    font-size:18px;
    text-transform: uppercase;
}
.jianche_cont{
    
}
.jianche_l{
    color: #fff;
    width: calc(100% - 440px);
    padding-right: 12%;
    float: left;
}
.jianche_l .text{
    display: none;
    padding:105px 0 0 55px;
}
.jianche_l .text h3{
    font-size:30px;
    margin:110px 0 20px;
}
.jianche_l .text p{
    font-size:24px;    
}
.jianche_l .text a{
    display: block;
    width: 230px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border:1px solid #fff;
    border-radius: 5px;
    margin-top:95px;
}
.jianche_r{
    width: 440px;
    float: right;
    padding:0px 0 90px;
    margin-top:-30px;
}
.jianche_r ul{
    display: flex;
    flex-wrap: wrap;
}
.jianche_r ul li{
    width: 50%;
    padding:70px 20px 25px;
    background:#fff;
    z-index: 99;
    cursor: pointer;
    position: relative;
}
.jianche_r ul li:nth-child(2),.jianche_r ul li:nth-child(3){
    background:#f5f5f5;
}
.jianche_r ul li .img{
    width: 50px;
    height: 69px;
    overflow:hidden;
    position: relative;
}
.jianche_r ul li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.jianche_r ul li p{
    font-size:20px;
    color: #333;
    margin-top:12px;
    line-height: 1.6em;
}
.jianche_r ul li .text1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background:#e08f22;
    color: #fff;
    z-index: 100;
    opacity: 0;
    padding:0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jianche_r ul li .text1 h4{
    font-size:22px;
    font-weight: normal;
}
.jianche_r ul li .text1 p{
    font-size:16px;
    margin-top:0;
}
.jianche_r ul li .text1 a{
    font-size:16px;
    color: #fff;
    display: block;
    margin-top:25px;
}
.jianche_r ul li.cur{
    background:#e08f22;
}
.jianche_r ul li.cur .img img{
    top:-56px;
}
.jianche_r ul li.cur p{
    color:#fff;
}
.jianche_r ul li.cur .text1{
    opacity: 1;
}
.jianche_r ul li:hover{
    background:#e08f22;
}
.jianche_r ul li:hover .img img{
    top:-56px;
}
.jianche_r ul li:hover p{
    color:#fff;
}
.jianche_r ul li:hover .text1{
    opacity: 1;
}
.jianche_l .text a:hover{
    border: 1px solid #e08f22;
    background:#e08f22;
}
@media(max-width: 1600px){
    .index_title5{
        max-width: 220px;
        padding:15px 0;
    }
    .index_title5 h2{
        font-size:28px;
    }
    .index_title5 p{
        font-size:14px;
    }
    .jianche_l .text {
        padding: 80px 0 0 0px;
    }
    .jianche_l .text p{
        font-size:18px;
    }
    .jianche_l .text a{
        width: 180px;
        font-size:17px;
        margin-top:60px;
    }
    .jianche_r ul li p{
        font-size:18px;
    }
    .jianche_r ul li .text1 h4{
        font-size:18px;
    }
    .jianche_r ul li .text1 p{
        font-size:14px;
    }
    .jianche_r ul li .text1 a{
        font-size:14px;
    }

}
@media(max-width: 1259px){
    .jianche_l .text a{
        width: 150px;
        font-size:15px;
        margin-top:50px;
    }    
}
@media(max-width: 1024px){
    .index_title5 h2 {
        font-size: 24px;
    } 
    .jianche_l{
        padding-right: 5%;
    }
    .jianche_l .text p {
        font-size: 16px;
    } 
    .jianche_l .text a {
        width: 120px;
        font-size: 14px;
        margin-top: 30px;
        line-height: 52px;
        height: 52px;
    }  
}
@media(max-width: 768px){
    .jianche {
        margin: 50px 0;
    } 
    .jianche_r{
        padding:0 0 50px;
    }
    .jianche_r ul li{
        padding: 25px 20px;
    }  
    .jianche_r ul li p {
        font-size: 16px;
    } 
    .jianche_r ul li .text1 a{
        margin-top: 10px;
    }
}
@media(max-width: 767px){
    .jianche {
        margin: 30px 0;
        padding-bottom:30px;
    } 
    .index_title5{
        width: 180px;
    }
.index_title5 h2 {
    font-size: 20px;
}
    .jianche_r{
        float: left;
        width: 100%;
        padding:20px 0;
        margin-top:0;
    }
    .jianche_r ul li .img{
        width: 30px;
        height: 42px;
    }
    .jianche_r ul li p {
        font-size: 15px;
    }
    .jianche_r ul li .text1{
        padding:0 15px;
    }
    .jianche_r ul li .text1 a{
        margin-top: 5px;
    }
    .jianche_l{
        float: right;
        width: 100%;
    }
    .jianche_l .text{
        padding-top:0;
    }
    .jianche_l .text a {
        width: 100px;
        margin-top: 20px;
        line-height: 38px;
        height: 40px;
    }
}


.index_news{
    padding-bottom:125px;
}
.index_t3{
    text-align: center;
    margin-bottom:35px;
}
.index_t3 h3{
    font-size:32px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 15px;
    margin-bottom: 5px;
    position: relative;
}
.index_t3 h3:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -40px;
    width: 80px;
    height:1px;
    background:#df850f;
}
.index_t3 p{
    font-size:18px;
    color: #b3b3b3;
    text-transform: uppercase;
}
.index_news_cont{

}
.index_news_l{
    width: 54%;
    float: left;
}
.index_news_l h2{
    font-size:24px;
    color: #333;  
    border-bottom: 1px solid #eaeaea;  
    line-height: 75px;
    position: relative;
    font-weight: normal;
    margin-bottom:38px;
}
.index_news_l h2:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 80px;
    height: 2px;
    background:#e08714;
}
.index_news_l_c{
    position: relative;
}
.tab2{
    display: flex;
}
.tab2 li{
    /* display: none; */
    position: relative;
    width: 49%;
     margin-right: 2%; 
}
.tab2 li:nth-child(2n){
    margin-right: 0;
}
.tab2 li .img{
    width: 100%;
    overflow: hidden;
}
.tab2 li .img img{
    transition: all 0.6s ease-out;
}
.tab2 li:hover .img img{
    transform: scale(1.05)
}
.tab2 li .text{
    /* position: absolute; */
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    border:1px solid #eee;
    background:#fff;
    color: #333;
    /* margin-top:-73px; */
}
.tab2 li .text h3{
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.tab2 li .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;/*è¶…å‡º3è¡Œéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å·ï¼ŒåŽ»æŽ‰è¯¥å±žæ€§ æ˜¾ç¤ºå…¨éƒ¨*/
    -webkit-box-orient: vertical;
    font-size:16px;
}
.tab2li{
    display: flex;
    font-size:20px;
    color: #333;
    position: absolute;
    top: calc(50% + 100px);
    left: 67%;
    display: none;
}
.tab2li li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.tab2li li.cur{
    background:#e08714;
    color: #fff;
}
.index_news_r{
    width: 46%;
    padding-left: 7%;
    float: right;
}
.tab3li{
    display: flex;
    border-bottom: 1px solid #eaeaea;
    margin-bottom:30px;
}
.tab3li li{
    font-size:24px;
    color: #333;
    line-height: 75px;
    cursor: pointer;
}
.tab3li li:last-child{
    margin-left: 50px;
}
.tab3{
    display: none;
}
.tab3 ul{

}
.tab3 ul li{
    display: flex;
    border-bottom: 1px solid #eaeaea;
    padding:12px 0;
}
.tab3 ul li:last-child{
    border:none;
}
.tab3 ul li a{
    font-size:16px;
    color: #333;
    width: calc(100% - 100px);
    padding-right: 25px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab3 ul li span{
    font-size:16px;
    color: #999999;
    width: 100px;
}
.tab3 ul li a:hover{
    color: #e08714;
}
.tab3li li.cur{
    color: #df850f;
}
@media(max-width: 1600px){
    .index_t3 h3{
        font-size:26px;
    }
    .index_t3 p{
        font-size:14px;
    }
    .index_news_l h2{
        font-size:20px;
        line-height: 60px;
    }
    .tab2 li .text h3{
        font-size:16px;
    }
    .tab2 li .text p{
        font-size:14px;
    }
    .tab3li li{
        font-size:20px;
        line-height: 60px;
    }
    .tab3 ul li a{
        font-size:14px;
        padding-right: 0;
    }
    .tab3 ul li span{
        font-size:14px;
        text-align:right;
    }
}
@media(max-width: 1259px){
    .index_news {
        padding-bottom: 70px;
    }
    .index_t3{
        margin-bottom:30px;
    }
    .index_t3 h3{
        font-size:24px;
    }
    .index_news_l h2{
        font-size:17px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .tab2 li .text{
        padding:10px;
    }
    .tab2 li .text h3{
        margin-bottom:0;
    }
    .tab3li li{
        font-size:17px;
        line-height: 50px;
    }
    .index_news_r{
        padding-left: 5%;
    }
}
@media(max-width: 1024px){
    .tab2 li .img{
        width: 100%;
        overflow:hidden;
    }
    .tab2 li .text {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }
    .tab2li {
        font-size: 16px;
        position: relative;
        top: 0;
        left: 0%;
        margin-top:20px;
    }
    .tab3 ul li{
        padding:7px 0;
    }
}
@media(max-width: 768px){
    .index_news {
        padding-bottom: 50px;
    }    
}
@media(max-width: 767px){
    .index_news {
        padding-bottom: 30px;
    }
    .index_t3 {
        margin-bottom: 20px;
    }
    .index_t3 h3 {
        font-size: 20px;
    }
    .index_t3 p {
        font-size: 13px;
    }
    .index_news_l {
        width: 100%;
        float: none;
    }
    .index_news_l h2 {
        font-size: 16px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .index_news_l h2:before{
        width: 40px;
    }
    .index_news_r {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top:20px;
    }
    .tab3li{
        margin-bottom:15px;
    }
    .tab3li li {
        font-size: 16px;
        line-height: 42px;
    }
}



/*å‹æƒ…é“¾æŽ¥*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}

/*é¡µé¢åº•éƒ¨*/
#footer{
    background:#efefef;
}
.foot{
    padding:80px 0 40px;
}
.foot1_l{
    width: 55%;
    float: left;
}
.f_logo{

}
.f_nav{
    display: flex;
    flex-wrap: wrap;
    margin-top:45px;
}
.f_nav li{
    width: 20%;
}
.f_nav li a{
    display: block;
    text-align: center;
    font-size:20px;
    color: #333;
}
.f_contact{
    width: calc(45% - 160px);
    float: left;
    padding-left: 6%;
}
.f_contact h3{
    font-size:24px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    padding-bottom:20px;
    margin-bottom:20px;
    position: relative;
}
.f_contact h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 40px;
    height: 2px;
    background:#df850f;
}
.f_contact p{
    font-size:18px;
    color: #333;
    padding-left: 24px;
    margin:8px 0;
    line-height: 1.6em;
}
.f_contact p:nth-child(2){
    background:url(../images/f_icon1.png) no-repeat left center;
}
.f_contact p:nth-child(3){
    background:url(../images/f_icon2.png) no-repeat left center;    
}
.f_contact p:nth-child(4){
    background:url(../images/f_icon3.png) no-repeat left center;    
}
.f_code{
    width: 160px;
    text-align: center;
    float: right;
}   
.copyright{
    text-align: center;
    font-size:16px;
    color: #333;
    border-top:1px solid #d7d7d7;
    padding:12px 0;
}
.copyright a{
    font-size:16px;
    color: #333;    
}
.copyright p{
    display: inline-block;
}
@media(max-width: 1600px){
    .f_nav li a{
        font-size:16px;
    }
    .f_contact h3{
        font-size:22px;
    }
    .f_contact p{
        font-size:15px;
    }
    .copyright{
        font-size:14px;
    }
}
@media(max-width: 1259px){
    .foot{
        padding:40px 0;
    }
    .f_contact{
        width: 45%;
    }
    .f_code{
        display: none;
    }  
}
@media(max-width: 1024px){
  
}
@media(max-width: 768px){
    .foot {
        padding: 25px 0;
    }    
}
@media(max-width: 767px){
    .foot1_l{
        display: none;
    }
    .f_contact {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .f_contact h3 {
        font-size: 17px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .f_contact p {
        font-size: 14px;
    }
}


/*----- 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{
    position: relative;
    padding:15px 0;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background:#df850f;
    color: #fff;
    text-align: center;
    height: 310px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.n_banner .text h3{
    font-size:42px;
    font-weight: normal;
    line-height: 1em;
    position: relative;
    padding-bottom:20px;
    margin-bottom:10px;
}
.n_banner .text h3:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 86px;
    height:2px;
    background:#fff;
    margin-left: -43px;
}
.n_banner .text p{
    font-size:18px; 
    text-transform: uppercase;   
}
#container{
    padding:70px 0;
}
.left {
    width: 18.5%;
    float: left;
}
.left .sort_menu {
    margin-bottom: 10px;
}

.left .sort_menu h3 {
    font-weight: normal;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/sort_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:20px 0;
}
.left .sort_menu h3 span{
    font-size:14px;
    display: block;
    text-transform: uppercase;
    line-height: 1.6em;
}
.sort{

}
.sort li.layer1{

}
.sort li.layer1 a{
    display: block;
    line-height: 50px;
    background:#333333;
    font-size:18px;
    color: #fff;
    margin-bottom:3px;
    text-indent:16px;
}
/*.sort li.layer1:hover a*/
.sort li.layer1.on a{
    color: #fff;
    background:#e08f22;
}
.sort li a.list_item{
    position: relative;
}
.sort li a.list_item:before{
    content:'+';
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-12px;
    color: #fff;
    font-size:24px;
    line-height: 1em;
    height: 24px;
    line-height: 24px;
    max-width: 24px;
}
/*.sort li:hover a.list_item:before*/
.sort li.on a.list_item:before{
    content:'-';
    color: #fff;
}
.sort li.layer1.on .layer2{
    display: block!important;
}
.sort li.layer1 .layer2 a.list_item2{
    font-size:16px;
    color: #333;
    line-height: 58px;
    background:#f3f3f3;
    padding-left: 25px;
}
.sort li.layer1 .layer2 a.list_item2{
    color: #333;
    background:url(../images/yq1.png) no-repeat 20px center #f3f3f3;
}
.sort li.layer1 .layer2 a.list_item2:hover,.sort li.layer1 .layer2 a.list_item2.cur{
    color: #e08f22;
    background:url(../images/yq1_h.png) no-repeat 20px center #f3f3f3;
}
.sort li.layer1 dl.on .layer3{
    display: block!important;
}
.sort li.layer1 .layer2 .layer3.on{
    display: block!important;
}
.sort li.layer1 .layer2 .layer3 a.list_item3{
    font-size:15px;
    background: #ffffff;
    line-height: 35px;
    height: 35px;
    color: #333;
    padding-left: 25px;
}
/*.sort li.layer1 .layer2 .layer3 a.list_item3:hover*/
.sort li.layer1 .layer2 .layer3 a.list_item3.cur{
    color: #e08f22!important;
    background: #ffffff;
}
a.left_a{
    display: flex;
    justify-content: center;
    margin-top:45px;
    border:1px solid #acacac;
    padding:15px 0;
    color: #333;
}
a.left_a .img{
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a.left_a h4{
    font-size:24px;
    font-weight: normal;
    line-height: 1.6em;
}
a.left_a p{
    font-size:14px;
    text-transform: uppercase;
}


.right {
    width: 76%;
    float: right;
    padding-bottom: 10px;
}
.right_t{
    font-size:24px;
    color: #333;
    padding-bottom:15px;
    background:url(../images/line2.png) no-repeat left bottom;
    line-height: 1em;
    margin-bottom:38px;
}


.right .content {

}


@media(max-width: 1600px){
    #container{
        padding:50px 0;
    }
    .left .sort_menu h3{
        font-size: 22px;
        padding: 15px 0;
    }
    .left .sort_menu h3 span{
        font-size:15px;
    }
    .sort li.layer1 a {
        line-height: 56px;
        font-size: 18px;
        text-indent: 12px;
    }
    .sort li.layer1 .layer2 a {
        font-size: 16px;
        line-height: 50px;
    }
    .right{
        width: 78%;
    }
    .right_t{
        font-size:20px;
        margin-bottom: 25px;
    }
    a.left_a{
        margin-top:20px;
    }
    a.left_a .img{
        margin-right: 15px;
    }
    a.left_a h4{
        font-size:20px;
    }
    .n_banner{
        height: 260px;
    }
    .n_banner .text h3{
        font-size:30px;
    }
    .n_banner .text p {
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .n_banner {
        height: 220px;
    }
    .left .sort_menu h3{
        font-size: 22px;
    }
    .left .sort_menu h3 span{
        font-size:15px;
    }    
}
@media(max-width: 768px){
    .n_banner {
        height: 200px;
    }
    #container{
        padding:30px 0;
    }
    .left .sort_menu h3{
        font-size: 20px;
        padding:12px 0;
    }
    .left .sort_menu h3 span{
        font-size:14px;
    }  
    .sort li.layer1 a {
        line-height: 46px;
        font-size: 16px;
    }
    .sort li.layer1 .layer2 a {
        font-size: 14px;
        line-height: 36px;
    } 
    .n_banner .text h3{
        font-size:24px;
    }
    .n_banner .text p {
        font-size: 16px;
    } 
    .right_t {
        font-size: 18px;
        margin-bottom: 15px;
    } 
}
@media(max-width: 767px){
    #container{
        padding:20px 0;
    }
    .n_banner{
        height: 140px;
    }  
    .n_banner .text h3{
        font-size:20px;
    }
    .n_banner .text p {
        font-size: 14px;
    }
    .left {
        width: 100%;
        float: none;
    }  
    .right {
        padding-left: 0px;
        width: 100%;
        float: none;
        margin-top:15px;
    } 
    a.left_a h4 {
        font-size: 18px;
    }    
}




.about1{
    background:#f7f7f7;
    padding:62px 0 0px;
}
.about1 .container{
    position: relative;
}
.about1 .text{
    width: 57.5%;
    background:#fff;
    box-shadow: 0px 0px 10px #eee;
    padding:40px 15% 90px 40px;
    float: left;
}
.a_t1{
    margin-bottom:35px;
}
.a_t1 h4{
    font-size:30px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    margin-bottom:10px;
}
.a_t1 p{
    font-size:18px;
    color: #e08f22;
    text-transform: uppercase;
}
.about1 .text .text1{
    font-size:15px;
    color: #333;
}
.about1 .img{
    width: 49.5%;
/*    position: absolute;
    top:75px;
    right:0;*/
    float: right;
    position: relative;
    margin-top:75px;
    margin-left: -7%;
}
.about2{
    padding:80px 0 85px;
}
.about-culture{
    width: 100%;
}
.about-culture li{
    width: 28.25%;
    height: 654px;
    position: relative;
    transition: all .6s ease;
    float: left;
    color: #fff;
    cursor: pointer;
}
.about-culture li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-culture li h3{
    font-size:24px;
    text-align:center;
    line-height: 70px;
    height:70px;
    background:rgba(0,0,0,.66);
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    font-weight: normal;
}
.about-culture li .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:rgba(0,0,0,.66);
    padding:22px;
    opacity: 0;
}
.about-culture li .text h4{
    font-size:30px;
    font-weight: normal;
    margin-bottom:30px;
}
.about-culture li .text .text1{
    
}
.about-culture li .text .text1 p{
    text-indent: 2em;
    font-size: 15px;
    margin-bottom:15px;
}
.about-culture li.ontrue{
    width: 43.5%;
    transition: all .6s ease;
}
.about-culture li.ontrue h3{
    opacity: 0;
}
.about-culture li.ontrue .text{transform: translateY(0);opacity: 1;}
.about3{
    display: flex;
    flex-wrap: wrap;
}
.about3 .img{
    width: 50%;
}
.about3 .text{
    width: 50%;
    padding:0 10% 0 44px;
}
.about3 .text ul{

}
.about3 .text ul li{
    border:1px solid #c7c7c7;
    display: flex;
    flex-wrap: wrap;
    padding:12px 30px;
    margin-bottom:15px;
}
.about3 .text ul li:last-child{
    margin-bottom:0;
}
.about3 .text ul li .img1{
    position: relative;
    width: 41px;
    height: 41px;
    overflow:hidden;
}
.about3 .text ul li .img1 img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.about3 .text ul li .text1{
    width: calc(100% - 41px);
    padding-left:16px;
}
.about3 .text ul li .text1 h3{
    font-size:16px;
    color: #333;
    font-weight: normal;
    line-height: 1.4em;
}
.about3 .text ul li .text1 p{
    font-size:14px;
    color: #666666;
}
.about3 .text ul li:hover{
    background:#e08f22;
    border-color: #e08f22;
}
.about3 .text ul li:hover .img1 img{
    top:-41px;
}
.about3 .text ul li:hover .text1 h3,.about3 .text ul li:hover .text1 p{
    color: #fff;
}
.about4{
    padding:80px 0;
}
.about4 .cont{
    position: relative;
    padding:0 150px;
    margin-top:50px;
}
.ryzz_swiper .swiper-wrapper{
    align-items: center;
}
#about4 .swiper-button-next{
    position: absolute;
    left: 25px;
    width: 62px;
    height: 62px;
    margin-top:-31px;
    background:url(../images/left2.png) no-repeat center #f1f1f1;
    opacity: 1!important;
    border-radius: 50%;
}
#about4 .swiper-button-next:hover{
    background:url(../images/left2_h.png) no-repeat center #e08f22;    
}
#about4 .swiper-button-prev{
    position: absolute;
    right: 25px;
    width: 62px;
    height: 62px;
    margin-top:-31px;
    background:url(../images/right2.png) no-repeat center #f1f1f1;
    opacity: 1!important;
    left: auto;
    border-radius: 50%;
}
#about4 .swiper-button-prev:hover{
    background:url(../images/right2_h.png) no-repeat center #e08f22;    
}
.about5{
    margin-bottom:85px;
    display: none;
}
.container2{
    width: 92%;
    max-width: 1300px;
    margin:0 auto;
    padding:50px 55px;
    box-shadow: 0px 0px 10px #eee;
}
.partner_list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.partner_list li{
    text-align:center;
    width: 16%;
    margin-right:2%;
    margin-bottom: 30px;
}
.partner_list li:nth-child(6n){
    margin-right: 0;
}
.partner_list li p{
    font-size:16px;
    color: #333;
    padding:10px 0;
    line-height: 1.6;
}
@media(max-width: 1600px){
    .about1 .text {
        padding: 30px 12% 50px 30px;
        float: left;
    }
    .a_t1{
        margin-bottom:20px;
    }
    .a_t1 h4{
        font-size:24px;
    }
    .a_t1 p{
        font-size:14px;
    }
    .about1 .text .text1{
        font-size:14px;
    }
    .about-culture li h3{
        font-size:20px;
        line-height: 60px;
        height: 60px;
    }
    .about-culture li .text h4{
        font-size:24px;
        margin-bottom:15px;
    }
    .about-culture li .text .text1 p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .about3 .text ul li{
        padding:10px 20px;
    }
    .about3 .text ul li .text1 p{
        line-height: 1.8em;
    }
    .partner_list li p{
        font-size:14px;
    }
    .about5{
        margin-bottom:50px;
    }
    .container2{
        padding: 50px 30px;
    }
}
@media(max-width: 1259px){
    .about1{
        padding:50px 0 0;
    }
    .container2{
        width: 94%;
    }
    .about1 .text {
        padding: 25px 10% 25px 30px;;
    }
    .about2,.about4{
        padding:50px 0; 
    }
    .about-culture li .text h4{
        font-size:20px;
        margin-bottom: 10px;
    }
    .about3 .text{
        padding: 0 4% 0 20px;        
    }
    .about3 .text ul li {
        padding: 10px 15px;
    }
    .about4 .cont{
        padding:0 100px;
    }
}
@media(max-width: 1024px){
    .a_t1 h4{
        font-size:20px;
        margin-bottom:5px;
    }  
    .about-culture li .text h4 {
        font-size: 20px;
    }
    .about-culture li h3 {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
    .about1 .img{
        margin-top:30px;
    }  
    .about-culture li .text{
        padding:0 15px;
    }
    .about-culture li .text .text1 p{
        line-height: 1.8em;
    }
    .partner_list li{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom:15px;
    }
    .partner_list li:nth-child(6n){
        margin-right: 2%;
    }
    .partner_list li:nth-child(5n){
        margin-right: 0;
    }
}
@media(max-width: 768px){
    .about1{
        padding:30px 0 0;
    }
    .about1 .text{
        width: 100%;
        padding:20px 15px;
        float: none;
    }
    .about1 .img {
        width: 100%;
        float: none;
        position: relative;
        margin-top: 0px;
        margin-left: 0%;
    }
    .about3 .img{
        display: none;
    }
    .about3 .text {
        width: 100%;
        padding: 0 4%;
    }
    #about4 .swiper-button-prev,#about4 .swiper-button-next{
        width: 30px;
        height: 30px;
        margin-top:-15px;
        background-size: 10px!important;
        padding:5px;
    }
    .container2 {
        padding: 30px 15px 15px;
    }
    .partner_list{
        margin-top:30px;
    }
    .partner_list li{
        width: 23.5%;
        margin-bottom:10px;
    }
    .partner_list li:nth-child(5n){
        margin-right: 2%;
    }
    .partner_list li:nth-child(4n){
        margin-right: 0;
    }
    .partner_list li p{
        font-size:12px;
    }

}
@media(max-width: 767px){
    .about2{
        display: none;
    }
    .about2, .about4 {
        padding: 30px 0;
    }
    .about-culture{

    }
    .about-culture li,.about-culture li.ontrue{
        width: 100%;
    }
    .about3{
        padding-top:30px;
    }
    .about5 {
        margin-bottom: 30px;
    }
    .partner_list{
        margin-top:20px;
    }
    .partner_list li{
        width: 32%;
    }
    .partner_list li:nth-child(4n){
        margin-right: 2%;
    }
    .partner_list li:nth-child(3n){
        margin-right: 0;
    }
}




.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    display: block;
    text-align:center;
    border:1px solid #dbdbdb;
}
.product_list li a .img{
    overflow:hidden;
}
.product_list li a .img img{
    transition: all 0.6s ease-out;
}
.product_list li a h3{
    font-size:16px;
    color: #333;
    border-top:1px solid #dbdbdb;
    font-weight: normal;
    padding:10px 0;
}
.product_list li a:hover .img img{
    transform: scale(1.05);
}
.product_list li a:hover h3{
    color: #e08f22;
}
.product_detail{
    padding:45px 35px;
    box-shadow: 0px 0px 10px #eee;
    margin-top:55px;
}
.pd1{
    display: flex;
    flex-wrap: wrap;
}
.pd1 .img{
    border:1px solid #e1e1e1;
    width: 37%;
}
.pd1 .text{
    width: 63%;
    padding-left: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1 .text h2{
    font-size:24px;
    color: #333;
    line-height: 1.3;
    padding-left: 15px;
    position: relative;
    margin-bottom: 45px;
}
.pd1 .text h2:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 5px;
    height: 100%;
    background: #e08f22;
}
.pd1 .p_t1{
    margin-bottom: 10px;
}
.pd1 .text .text1{
    font-size: 16px;
    color: #666666;
    margin:20px 0 40px;
}
.pd1 .text .pd_bottom{

}
.pd1 .text .pd_bottom .p_tel{
    font-size:16px;
    color: #333;
    padding-left: 60px;
    background:url(../images/tel2.png) no-repeat left center;
    line-height: 1.6em;
    float: left;
}
.pd1 .text .pd_bottom .p_tel p:nth-child(2){
    font-size:22px;
}
.pd1 .text .pd_bottom a{
    display: inline-block;
    float: left;
    margin-left: 80px;
    width: 180px;
    line-height: 50px;
    height: 50px;
    background:#e08f22;
    font-size:18px;
    color: #fff;
    text-align:center;
}
.pd_content{
    padding:60px 0 20px;
    color: #333;
    font-size: 16px;
}
.pd_content p strong{
    font-size: 24px;

}
.pd_content ul{
    
}
.pd_content ul li{
    
}
.pd_content ul li .p1{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.pd_content ul li .p2{
    font-size: 14px;
    color: #666;    
}
.pd_content table{
    width: 100%;
}
.pd_content table tr{
    border-top:1px solid #999;
    border-left:1px solid #999;
}
.pd_content table tr td{
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    padding:0 5px;
}
.p_t1{
    border-bottom: 2px solid #e08f22;
    margin-bottom: 40px;
}
.p_t1 span{
    display: inline-block;
    padding:0 16px;
    line-height: 50px;
    font-size:24px;
    color: #fff;
    background:#e08f22;
}
.pd_content .cont2{
    margin-top:70px;
}
@media(max-width: 1600px){
    .product_list li a h3{
        font-size:15px;
    }
    .product_list li{
        width: 32%;
        margin-right: 2%;
    }
    .pd1 .text{
        padding-left: 40px;
    }
    .pd1 .text h2{
        font-size:20px;
        margin-bottom:25px;
    }
    .pd1 .text .text1 {
        font-size: 15px;
        margin: 10px 0 25px;
    }
    .pd1 .text .pd_bottom .p_tel{
        font-size:14px;
    }
    .pd1 .text .pd_bottom .p_tel p:nth-child(2){
        font-size:18px;
    }
    .pd1 .text .pd_bottom a {
        margin-left: 40px;
        width: 120px;
        font-size: 16px;
        line-height: 42px;
        height: 42px;
    }
    .pd_content {
        padding: 50px 0 10px;
        font-size:15px;
    }
    .p_t1 span{
        font-size:20px;
        padding: 0 14px;
        line-height:46px;
    }
}
@media(max-width: 1280px){
    .p_t1 span{
        font-size:20px;
        padding: 0 12px;
        line-height: 46px;
    }
}
@media(max-width: 1259px){
    .product_detail {
        padding: 20px 15px;
        margin-top: 30px;
    }  
    .pd1 .text .pd_bottom .p_tel{
        margin-bottom:15px;
    }
    .pd1 .text .pd_bottom a {
        margin-left: 20px;
        width: 100px;
        font-size: 14px;
        line-height: 36px;
        height: 36px;
    }  
}
@media(max-width: 1024px){
    .pd1 .text{
        padding-left: 30px;
    }
    .pd1 .text h2{
        font-size:16px;
    }
    .pd1 .text .text1 {
        font-size: 14px;
        margin: 10px 0;
    }
    .pd1 .text .pd_bottom .p_tel p:nth-child(2){
        font-size:16px;
    }
    .pd_content {
        padding: 30px 0 10px;
        font-size:14px;
    } 
    .p_t1 {
        margin-bottom: 25px;
    }
    .p_t1 span {
        font-size: 18px;
        line-height: 42px;
    }
    .pd_content .cont2 {
        margin-top: 40px;
    }
}
@media(max-width: 768px){
    .product_list li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .pd_content p strong{
        font-size: 22px;
    
    }
}
@media(max-width: 767px){
    .pd1 .img{
        width: 100%;
        text-align:center;
    }
    .pd1 .text {
        padding-left: 0px;
        width: 100%;
        margin-top:20px;
    }
    .pd_content p strong{
        font-size: 18px;
    
    }
    .p_t1 {
        margin-bottom: 20px;
    }
    .p_t1 span {
        font-size: 16px;
        line-height: 38px;
    }
    .pd_content .cont2 {
        margin-top: 30px;
    }
}


.solution{
    padding:55px 0 65px;
}
.solution_list{

}
.solution_list li{
    display: flex;
    flex-wrap: wrap;
}
.solution_list li .img{
    overflow:hidden;
    width: 50%;
}
.solution_list li .img img{
    transition: all 0.6s ease-out;
}
.solution_list li .text{
    background: #f9f9f9;
    padding:0 45px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solution_list li .text .img1{

}
.solution_list li .text h3{
    margin:30px 0 10px;
    font-size:24px;
    color: #333;
    font-weight: normal;
}
.solution_list li .text p{
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size:16px;
    color:#999;
    border-bottom: 1px dashed #e2e2e2;
}
.solution_list li .text a{
    display: inline-block;
    font-size:16px;
    color:#333;
}
.solution_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.solution_list li .img:hover img{
    transform: scale(1.05);
}
.solution_list li .text:hover h3{
    color: #e08f22;
}
.solution_list li .text a:hover{
    color: #e08f22;    
}
@media(max-width: 1600px){
    .solution_list li .text h3{
        font-size:20px;
    }
    .solution_list li .text p{
        font-size:15px;
    }
    .solution_list li .text a{
        font-size:15px;
    }
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .solution_list li .text p{
        font-size:14px;
    }    
}
@media(max-width: 768px){
    .solution_list li .img{
        width: 100%;
    }
    .solution_list li .text .img1 img{
        height: 36px;
    }
    .solution_list li .text{
        width: 100%;
        padding:20px 15px;
    }
    .solution_list li .text h3 {
        margin: 15px 0 10px;
        font-size: 16px;
    }
    .solution_list li .text p {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .solution_list li:nth-child(2n) {
        flex-direction: row;
    }
}
@media(max-width: 767px){
    .solution_list li .text .img1 img{
        height: 30px;
    }
}



.service1{
    padding:70px 0;
}
.service_list1{
    display: flex;
    flex-wrap: wrap;
}
.service_list1 li{
    width: 31%;
    margin-right: 3.5%;
    background:#e6e6e6;
}
.service_list1 li:nth-child(3){
    margin-right: 0;
}
.service_list1 li .img{
    overflow:hidden;
}
.service_list1 li .img img{
    transition: all 0.6s ease-out;
}
.service_list1 li .text{

    padding:20px 25px;
}
.service_list1 li .text h3{
    font-size:22px;
    color: #333;
    font-weight: normal;
}
.service_list1 li .text p{
    font-size:16px;
    color: #666;    
}
.service_list1 li:hover .img img{
    transform: scale(1.05);
}
.service2{

}
.service2_list{
    width: 100%;
}
.service2_list li{
    width: 25%;
    height: 775px;
    position: relative;
    transition: all .6s ease;
    float: left;
    color: #fff;
    cursor: pointer;
}
.service2_list li img.img1{
    width: 100%;
    height: 100%;
    object-fit: cover;    
}
.service2_list li h3{
    font-weight: normal;
    font-size:24px; 
    position: absolute;
    left:0;
    bottom:70px;
    width: 100%;
    text-align:center;
}
.service2_list li .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding: 0 35px;
    opacity: 0;    
}
.service2_list li .text .img2{
    
}
.service2_list li .text .img2 img{
    width: auto;
}
.service2_list li .text h4{
    font-size:24px;  
    font-weight: normal;  
    line-height: 1em;
    padding:40px 0 25px;
    background:url(../images/line3.png) no-repeat left bottom;
} 
.service2_list li .text p{
    font-size:16px;
    margin-top:60px;
}
.service2_list li.ontrue{
    width: 50%;
}
.service2_list li.ontrue h3{
    opacity: 0;
}
.service2_list li.ontrue .text{
    opacity: 1;
}
.service3{
    margin:70px 0 90px;
    background:url(../images/service_bg1.jpg) no-repeat center;
    background-size: cover;
    padding-top:45px;
}
.service3 .index_t3 p{
    color: #666;
}
.tab4li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:40px;
}
.tab4li li{
    width: 17.6%;
    margin-right: 3%;
    background:#fff;
    text-align:center;
    border-radius: 5px;
    padding:22px 0 15px;
    cursor: pointer;
}
.tab4li li:last-child{
    margin-right: 0;
}
.tab4li li .img{
    width: 64px;
    height: 64px;
    overflow:hidden;
    position: relative;
    margin:0 auto;
}
.tab4li li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.tab4li li p{
    font-size:18px;
    color: #333;
    padding-top:20px;
}
.tab4li li.cur{
    background:#e18f22;
}
.tab4li li.cur .img img{
    top:-64px;
}
.tab4li li.cur p{
    color: #fff;
}
.tab4{
    display: none;
}
.tab4 .cont{

}
.tab4 .cont .text{
    width: 46.5%;
    background:#fff;
    padding:30px 40px 30px;
    min-height: 464px;
    position: relative;
    float: left;
}
.tab4 .cont .text h3{
    font-size:24px;
    color: #333;
    position: relative;
    padding-bottom:15px;
    margin-bottom:50px;
}
.tab4 .cont .text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 64px;
    height:2px;
    background: #e18f22;
}
.tab4 .cont .text p{
    font-size:18px;
    color: #666;
}
.tab4 .cont .text span{
    display: block;
    position: absolute;
    left:40px;
    bottom: 15px;
    text-transform: uppercase;
    font-size:24px;
    color: #333;
    opacity: .24;
}
.tab4 .cont .img{
    width: 55%;
    margin-left: -1.5%;
    margin-top:50px;
    float: right;
}
@media(max-width: 1600px){
    .service2_list li{
        height: 600px;
    }
    .service_list1 li .text h3{
        font-size:18px;
    }
    .service_list1 li .text p{
        font-size:14px;
    }
    .service2_list li .text h4{
        font-size:20px;
    }
    .service2_list li .text p {
        font-size: 15px;
        margin-top: 40px;
    }
    .service2_list li h3{
        font-size:20px;
    }
    .service3{
        margin:60px 0;
    }
    .tab4li li p{
        font-size:16px;
    }
    .tab4 .cont .text h3 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .tab4 .cont .text p{
        font-size:16px;
    }
    .tab4 .cont .text span{
        font-size:20px;
    }
}
@media(max-width: 1440px){
    .tab4 .cont .text p{
        font-size:15px;
    }
}
@media(max-width: 1259px){
    .service_list1 li .text {
        padding: 20px 15px;
    } 
    .service2_list li{
        height: 400px;
    }   
}
@media(max-width: 1024px){
    .service_list1 li .text h3{
        font-size:16px;
    }
    .service2_list li .text h4{
        font-size:18px;
    } 
    .service2_list li .text p {
        font-size: 14px;
        margin-top: 20px;
    } 
    .service2_list li h3{
        font-size:18px;
    }   
    .service3{
        margin:50px 0;
    }
    .tab4li li p{
        font-size:14px;
    }
    .tab4 .cont .text h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .tab4 .cont .text p{
        font-size:14px;
    }
    .tab4 .cont .text span{
        font-size:16px;
    }
    .tab4 .cont .text{
        min-height: 300px;
    }
}
@media(max-width: 768px){
    .service1 {
        padding: 50px 0;
    }
    .service_list1 li .text {
        padding: 15px 10px;
    } 
    .service2_list li .text{
        padding:0 15px;
    }  
    .service2_list li .text h4{
        padding: 25px 0 15px;
        font-size:16px;
    }
    .service2_list li .text p{
        margin-top:15px;
    }
    .service2_list li .text .img2 img{
        height: 80px;
    }
}
@media(max-width: 767px){
    .service1 {
        padding: 30px 0;
    }
    .service_list1 li{
        width: 32%;
        margin-right: 2%;
    }
    .service2{
        display: none;
    }
    .service3 {
        margin: 0px 0 30px;
    }
    .tab4li{
        margin-bottom:20px;
    }
    .tab4li li{
        width: 30%;
        margin-right: 2%;
        padding:15px 0;
        margin-bottom:5px;
    }
    .tab4li li:nth-child(3n){
        margin-right: 0;
    } 
    .tab4li li p{
        padding-top: 10px;
    }
    .tab4 .cont .text{
        width: 100%;
        min-height: auto;
        padding: 15px 10px 50px;
    }
    .tab4 .cont .text h3 {
        font-size: 16px;
        padding-bottom: 6px;
        margin-bottom: 10px;
    }
    .tab4 .cont .text span{
        bottom:10px;
        left:10px;
    }
    .tab4 .cont .img {
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
        float: none;
        text-align: center;
    }
}
@media(max-width: 500px){
    .service_list1 li{
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    }   

}


/*news*/
.news_sort{
    background:#efefef;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
}
.sort2 li{
    margin-right: 80px;
}
.sort2 li:last-child{
    margin-right: 0;
}
.sort2 li a{
    display: block;
    font-size:22px;
    color: #333;
    position: relative;
    line-height: 66px;
    height: 66px;
}
.sort2 li a:before{
    content:'';
    position: absolute;
    left:10%;
    bottom:0;
    width: 80%;
    height:2px;
    background:#e08f22;
    opacity: 0;
}
.sort2 li a:hover{
    color: #e08f22;
}
.sort2 li a:hover:before{
    opacity: 1;
}
.sort2 li.on a{
    color: #e08f22;
}
.sort2 li.on a:before{
    opacity: 1;
}
.news_list{
    padding: 20px 50px;
/*    box-shadow: 0px 0px 15px #ccc;  */  
}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    padding:45px 0 25px;    
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #d0d0d0;
}
.news_list li .img{
    width: 25%;
    overflow: hidden;
    display: block;
}
.news_list li .img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    width: 75%;
    padding:0 0 0 64px;
}
.news_list li .text h3 a{
    display: block;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 20px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .text p{
    font-size: 15px;
    color: #666;
}
.news_list li .text a.mores{
    margin-top: 40px;
}
.news_list li .text .text_l{
    width: 75%;
    float: left;
}
.news_list li .text .text_r{
    width: 25%;
    float: right;
    color: #ccc;
    text-align:right;
}
.news_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.05);
}
.date1{
    font-size: 44px;
    line-height:1em;
}
.line2{
    width: 30px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    margin: 34px 0 16px;
}
.date2{
    font-size: 20px;
    line-height:1em;
}

.news_list li:hover .text h3 a{
    color: #e08f22;
}
.news_list li:hover{
    border-bottom: 1px solid #999;
}
a.mores{
    margin-top:30px;
    position: relative;
    display: block;
}
a.mores p{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #e08f22;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
a.mores i{
    display: block;
    position: absolute;
    left: 7px;
    width: 14px;
    height: 7px;
    background: url(../images/jt2.png) no-repeat;
    top: 10.5px;
}
a.mores span{
    font-size: 14px;
    color: #e08f22;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
}
@keyframes newsDh {
    0% {left: 7px;opacity: 1;}
    25%{left: 14px;opacity: 0;}
    75%{left: -14px;opacity: 0;}
    100% {left: 7px;opacity: 1;}
}
a.mores:hover i{
    animation: newsDh .4s linear both;
}
.news_detail{
    padding:10px 5% 100px;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
}
@media(max-width: 1600px){
    .sort2 li {
        margin-right: 50px;
    }
    .sort2 li a{
        font-size:16px;
        line-height: 56px;
        height: 56px;
    }
    .news_list{
        padding: 15px 30px;
    }
    .news_list li .text h3 a{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news_list li .text{
        padding: 0 0 0 30px;
    }
    .news_list li .text a.mores {
        margin-top: 20px;
    }
    .date1{
        font-size: 32px;
    }
    .line2{
        margin: 25px 0 20px;
    }

    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    .news_list li .text p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .news_list {

    }
    .news_list li{
        padding:25px 0;
    }
    .news_list li .text {
        padding: 0 0 0 20px;
    }
    .news_list li .text h3 a {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news_list li .text p{
        font-size:12px;
    }
    .news_list li .text a.mores {
        margin-top: 10px;
    }
    .date1 {
        font-size: 26px;
    }
    .line2 {
        margin: 15px 0;
    }
    .date2 {
        font-size: 16px;
    }
    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:10px 0% 50px;
    }
}
@media(max-width: 1024px){
    .sort2 li {
        margin-right: 30px;
    }
    .sort2 li a{
        line-height: 50px;
        height: 50px;
    }
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
    .sort2 li {
        margin-right: 20px;
    }
    .sort2 li a{
        line-height: 50px;
        height: 50px;
    }
    .news_list{
        padding: 10px 20px;
    }
    .news_list li{
        padding:15px 0;
    }
    .news_list li .text .text_l{
        width: 80%;
    } 
    .news_list li .text .text_r{
        width: 20%;
    } 
    a.mores{
        margin-top:10px;
    }
    h1.title{
        font-size:18px;
    }
    .news_detail{
        padding:0px 0% 30px;
    }     
}
@media(max-width: 640px){
    .news_list {
        margin-top: 0px;
        padding: 10px 0;
    }
    .news_list li{
        padding:10px 0;
    }
    .news_list li .img {
        width: 100%;
    }
    .news_list li .text {
        padding: 10px 0 0 0px;
        width: 100%;
    }
    .news_list li .text .text_l{
        width: 100%;
    }
    .news_list li .text .text_r{
        display: none;
    }
    .date1 {
        font-size: 22px;
    }
    .line2 {
        margin: 10px 0;
    }
    .date2 {
        font-size: 14px;
    }
    h1.title{
        font-size:16px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}



/*job*/
.job1{
    text-align:center;
    color: #333;
    padding:50px 0;
}
.job1 h2{
    font-size:26px;
    font-weight: normal;
    margin-bottom:10px;
}
.job1 .text{
    font-size:16px;
    max-width: 770px;
    margin:0 auto;
}
.job2{

}
.job_list1{
    display: flex;
    flex-wrap: wrap;
}
.job_list1 li{
    position: relative;
    width: 31%;
    margin-right: 3.5%;
    overflow:hidden;
}
.job_list1 li:last-child{
    margin-right: 0;
}
.job_list1 li .img{

}
.job_list1 li h3{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    line-height: 60px;
    height: 60px;
    background:rgba(0,0,0,.3);
    font-size:24px;
    color: #fff;
    text-align:center;
    z-index: 8;
}
.job_list1 li .text{
    position: absolute;
    top:150%;
    left:0;
    width: 100%;
    height: 100%;
    background:#e08f22;
    color: #fff;
    padding:0 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
    transition: all 0.6s ease-out;
}
.job_list1 li .text h4{
    font-size:24px;
    font-weight: normal;
    text-align:center;
    margin-bottom:15px;
}
.job_list1 li .text p{
    font-size:15px;
}
.job_list1 li:hover .text{
    top:0;
}
.job3{
    padding:70px 0 20px;
}
.job_list{

}
.job_list li{
    width: 48%;
    margin-right: 4%;
    float:left;
    border: 1px solid #dbdbdb;
    padding: 40px;
    margin-bottom:30px;
}
.job_list li:nth-child(2n){
    margin-right: 0;
}
.job_list li .job_t{
    margin-bottom:30px;
}
.job_t .job_name{
    color: #333;
    float: left;
}
.job_t .job_name h3{
    font-size:22px;
    font-weight: normal;
}
.job_t .job_name p{
    font-size:16px;
}
.job_t .job_number{
    float: right;
    font-size:18px;
    color: #666;

}
.job_t .job_number span{
    font-size:30px;
    color: #333;
    font-weight: bold;
}
.job_m{
    display: flex;
    flex-wrap: wrap;
    background:#f4f4f4;
    padding:10px 20px;
}
.job_m p{
    font-size:16px;
    color: #666;
    width: 33.3333%;
    line-height: 1.6em;
}
.job_list li h4{
    font-size:18px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    padding:5px 10px 5px 15px;
    margin-bottom:15px;
    position: relative;
    cursor: pointer;
}
.job_list li h4:before{
    content:'';
    position: absolute;
    right:10px;
    top:50%;
    width: 16px;
    height: 16px;
    background:url(../images/jia.png) no-repeat center;
    margin-top:-8px;
}
.job_list li h4.on:before{
    background:url(../images/jian.png) no-repeat center;
}
.job_list li .texts{
    font-size:15px;
    color: #333;
    display: none;
}
.job_list li h4.job_t1{
    margin-top:20px;
}
.job_list li h4.job_t2{
    margin-top:35px;
}
.job_list li a{
    display: inline-block;
    line-height: 50px;
    margin-top: 35px;
    padding: 0 53px;
    transition: all 1s;
    color: #e08f22;
    margin: 50px auto 0;
    border: 1px solid #e08f22;
}
.job_list li:hover .job_t .job_name h3{
    color: #e08f22;
}
.job_list li a:hover{
    background-color: #e08f22;
    color: #fff;
}
@media(max-width: 1600px){
    .job1 h2{
        font-size:24px;
    }
    .job1 .text{
        font-size:15px;
    }
    .job_list1 li h3 {
        line-height: 50px;
        height: 50px;
        font-size: 20px;
    }
    .job_list1 li .text{
        padding:0 20px;
    }
    .job_list1 li .text h4{
        font-size:20px;
    }
    .job_list1 li .text p {
        font-size: 14px;
    }
    .job_list li{
        padding:30px 20px;
        margin-bottom: 20px;
    }
    .job_t .job_name h3{
        font-size:18px;
    }
    .job_t .job_name p {
        font-size: 14px;
    }
    .job_m p{
        font-size:15px;
    }
    .job_list li h4{
        font-size:16px;
    }
    .job_list li .texts{
        font-size:14px;
    }
    .job_list li a{
        padding:0 30px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .job_list1 li h3 {
        font-size: 17px;
    }    
}
@media(max-width: 1024px){
    .job_list1 li .text h4 {
        font-size: 16px;
    }    
}
@media(max-width: 768px){
    .job1 h2{
        font-size:20px;
    }
    .job1 .text{
        font-size:14px;
    }   
    .job_list1 li h3 {
        font-size: 16px;
    } 
    .job_list li {
        width: 100%;
        margin-right: 0%;
        float: none;
        padding: 20px 15px;
        margin-bottom: 15px;
    }  
    .job_list1 li h3{
        line-height: 42px;
        height: 42px;
    }
    .job_list1 li .text{
        display: none;
    }
}
@media(max-width: 767px){
    .job1{
        padding:30px 0;
    }
    .job1 h2{
        font-size:18px;
        margin-bottom:5px;
    }
    .job_list li .job_t{
        margin-bottom: 15px;
    }
    .job_t .job_name h3 {
        font-size: 16px;
    }
    .job_t .job_number{
        font-size:16px;
    }
    .job_t .job_number span{
        font-size:24px;
    }
    .job_m p{
        width: 100%;
    }
    .job_list li a{
        margin-top:20px;
    }
    .job_list li a{
        padding:0 20px;
        line-height: 40px;
    }
}
@media(max-width: 500px){
    .job_list1 li{
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
    }
}


/*contact*/
.n_contact{
    padding-top:40px;
}
.n_contact .container{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px #ccc;
}
#contact1{
    width: 35%;
    background:#fafafa;
    padding:45px 5%;
}
.title4{
    margin-bottom:20px;
}
.title4 p{
    font-size:26px;
    color: #333;
    position: relative;
    line-height: 1em;
    padding-bottom:15px;
    margin-bottom:10px;
}
.title4 p:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 46px;
    height: 1px;
    background:#e08f22;
}
.title4 span{
    display: block;
    font-size:14px;
    text-transform: uppercase;
}
#contact1 ul{

}
#contact1 ul li{
    color: #333;
    line-height: 2em;
    padding:30px 0 30px 65px;
    border-bottom: 1px solid #ddd;
}
#contact1 ul li:last-child{
    border:none;
}
#contact1 ul li p{
    font-size:16px;
}
#contact1 ul li span{
    display: block;
    font-size:22px;
}
#mess{
    width: 65%;
    padding:45px 4%;
}
.message{

}
.mess_t{
    color: #333;
}
.mess_t h3{
    font-size:26px;
    font-weight: normal;
    line-height: 1em;
}
.mess_t p{
    font-size:16px;
    padding:30px 0 45px;
    line-height: 1.6em;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    margin-bottom:28px;
    width: 100%;
}
.message ul li:nth-child(1){
    width: 48%;
    margin-right: 4%;
}
.message ul li:nth-child(2){
    width: 48%;
}
.message ul li input{
    padding:0 20px;
    width: 100%;
    line-height: 45px;
    border:1px solid #a5a5a5;
    font-size: 16px;
    color: #999999;
    outline:none;
}
.message ul li textarea{
    padding:0 20px;
    width: 100%;
    line-height: 45px;
    border:1px solid #a5a5a5;
    font-size: 16px;
    color: #999999;
    outline:none;
    font-family: 'å¾®è½¯é›…é»‘';
    height: 90px;
}
.m_btn input{
    display: block;
    margin:0 auto;
    width: 145px;
    line-height: 45px;
    height: 45px;
    background:#e08f22;
    font-size:16px;
    color: #fff;
    text-align: center;
    border:none;
    outline: none;
    cursor: pointer;
}
.n_map{
    margin:60px auto 60px;
}
@media(max-width: 1600px){
    .title4 p {
        font-size: 24px;
    } 
    #contact1 ul li{
        padding:20px 0 20px 60px;
    }   
    #contact1 ul li p{
        font-size:14px;
    }
    #contact1 ul li span{
        font-size:18px;
    }
    .mess_t h3{
        font-size:24px;
    }
    .mess_t p {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    .message ul li{
        margin-bottom:15px;
    }
}
@media(max-width: 1259px){
    #contact1{
        padding: 30px 3%;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .title4 {
        margin-bottom: 10px;
    }
    .title4 p {
        font-size: 20px;
    } 
    #contact1{
        width: 100%;
        padding: 20px 3%;
    }
    #contact1 ul li{
        padding:20px 0 20px 60px;
    }   
    #contact1 ul li p{
        font-size:14px;
    }
    #contact1 ul li span{
        font-size:18px;
    }
    #mess {
        width: 100%;
        padding: 20px 3%;
    }
    .mess_t h3{
        font-size:20px;
    }
    .mess_t p {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    .message ul li{
        margin-bottom:15px;
    }  
    .message ul li input,.message ul li textarea{
        font-size:15px;
    }
    .m_btn input{
        width: 120px;
    }
    .n_map{
        height: 300px;
        overflow:hidden;
        margin: 30px auto 30px;
    }  
}
@media(max-width: 767px){
    .n_map{
        height: 250px;
    }
}



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


.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:#e08f22;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #e08f22;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: #e08f22;
    vertical-align: middle;
    border: 1px solid #e08f22; 
    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: #e08714;
    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:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1259px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.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: 1259px){
    .client-2{
        display: none;
    }
}


/* å³ä¾§æµ®çª— */

#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: 5px;
    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: #e08f22;
    background: #e08f22;
}

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

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

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


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