@charset "utf-8";
/* CSS Document */
*{margin: 0px; padding: 0px;}
img{border: none;}
a{text-decoration: none; font-family: "Alibaba-PuHuiTi-Regular";}
ul,li{list-style:none; font-family: "Alibaba-PuHuiTi-Regular";}
input{outline: none; font-family: "Alibaba-PuHuiTi-Regular"; box-sizing: border-box; border:none;}
i,em{font-style: normal;}
body{font-family: "Alibaba-PuHuiTi-Regular"; box-sizing: border-box; overflow-x: hidden;}
.left{ display:inline; float:left;}
.right{ display:inline; float:right;}
.clear:after{ content:''; display:block; clear:both;}
.clear{ zoom:1;}
.box{ width:1200px; margin:0 auto;}
.wap{display: none;}
.head_wap{display: none;}
.xianshi{display: block!important;}
@font-face {
    font-family: "Alibaba-PuHuiTi-Regular";
    src: url("fonts/Alibaba-PuHuiTi-Regular.woff2") format("woff2"),
       url("fonts/Alibaba-PuHuiTi-Regular.woff") format("woff"),
       url("fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype"),
       url("fonts/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
       url("fonts/Alibaba-PuHuiTi-Regular.svg") format("svg"),
       url("fonts/Alibaba-PuHuiTi-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Alibaba-PuHuiTi-Medium";
    src: url("fonts/Alibaba-PuHuiTi-Medium.woff2") format("woff2"),
       url("fonts/Alibaba-PuHuiTi-Medium.woff") format("woff"),
       url("fonts/Alibaba-PuHuiTi-Medium.ttf") format("truetype"),
       url("fonts/Alibaba-PuHuiTi-Medium.eot") format("embedded-opentype"),
       url("fonts/Alibaba-PuHuiTi-Medium.svg") format("svg"),
       url("fonts/Alibaba-PuHuiTi-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Alibaba-PuHuiTi-Light";
    src: url("fonts/Alibaba-PuHuiTi-Light.woff2") format("woff2"),
        url("fonts/Alibaba-PuHuiTi-Light.woff") format("woff"),
        url("fonts/Alibaba-PuHuiTi-Light.ttf") format("truetype"),
        url("fonts/Alibaba-PuHuiTi-Light.eot") format("embedded-opentype"),
        url("fonts/Alibaba-PuHuiTi-Light.svg") format("svg"),
        url("fonts/Alibaba-PuHuiTi-Light.otf") format("opentype");
}
@font-face {
    font-family: "BebasNeue";
    src: url("fonts/BebasNeue.woff2") format("woff2"),
        url("fonts/BebasNeue.woff") format("woff"),
        url("fonts/BebasNeue.ttf") format("truetype"),
        url("fonts/BebasNeue.eot") format("embedded-opentype"),
        url("fonts/BebasNeue.svg") format("svg"),
        url("fonts/BebasNeue.otf") format("opentype");
}
@font-face {
    font-family: "lg";
    src:url("fonts/lg.woff") format("woff"),
        url("fonts/lg.ttf") format("truetype"),
        url("fonts/lg.eot") format("embedded-opentype"),
        url("fonts/lg.svg") format("svg");
}
header{width: 100%; height: 130px; background-color: #fff; padding: 0 90px; border-bottom: 1px solid #c5906a;
    box-sizing: border-box; position: fixed; top:0; left: 0; z-index: 9;}
/*滚轮向上显示向下隐藏*/
.animated {position: fixed; top: 0; left: 0; right: 0; transition: all .5s ease-in-out;}
.animated.slideDown{top: -130px;}
.animated.slideUp{top: 0;}
.index_header{width: 100%; height: 130px; background-color: transparent; padding: 0 90px; 
    border-bottom: 1px solid #fff; box-sizing: border-box; position: fixed; top:0; left: 0; z-index: 9;}
.index_header .menu{width: 65px; margin-top: 55px; cursor: pointer; transition: .3s;}
.index_header .menu .menu_icon{padding-top: 6px;}
.index_header .menu .menu_icon>span{display: block; width: 22px; height: 3px; background-color: #fff;
    margin-bottom: 3px;}
.index_header .menu>p{font-size: 18px; color: #fff;}
.index_header .tel{font-size: 24px; color: #fff; line-height: 130px;}
.index_header .index_logo{position: absolute; top: 27px; left: 50%; margin-left: -130px;}
.slideUp{background: rgba(0,0,0,1);}
.touming{background: transparent!important;}
.caidan{width: 350px; height: 100vh; background-color: rgba(255,255,255,.9); position: fixed; top: 0; left: -350px;
    z-index: 99; transition: .3s;}
.caidan .gb{width: 100%; height: 14vh; line-height: 14vh; text-align: center;}
.caidan .gb>p{font-size: 60px; color: #fdcc00; cursor: pointer;}
.caidan .cd_box{padding: 3vh 0;}
.caidan .cd_box .cd_item{width: 100%; height: 13.33vh; display: flex; justify-content: center; align-items: center;}
.caidan .cd_box .cd_item .tubiao{width: 47px; height: 47px; background-size: cover; background-position: center;
    display: block; background-repeat: no-repeat; margin: 0 auto 5px; transition: .3s;}
.caidan .cd_box .cd_item:nth-child(1) .tubiao{background-image: url(../images/nav_icon1.png);}
.caidan .cd_box .cd_item:nth-child(2) .tubiao{background-image: url(../images/nav_icon2.png);}
.caidan .cd_box .cd_item:nth-child(3) .tubiao{background-image: url(../images/nav_icon3.png);}
.caidan .cd_box .cd_item:nth-child(4) .tubiao{background-image: url(../images/nav_icon4.png);}
.caidan .cd_box .cd_item:nth-child(5) .tubiao{background-image: url(../images/nav_icon5.png);}
.caidan .cd_box .cd_item:nth-child(6) .tubiao{background-image: url(../images/nav_icon6.png);}
.caidan .cd_box .cd_item .cd_name{font-size: 18px; color: #333; display: block; width: 100%; text-align: center;
    transition: .3s;}
.caidan .cd_box .cd_item:hover .cd_name{color: #fdcc00;}
.caidan .cd_box .cd_item:nth-child(1):hover .tubiao{background-image: url(../images/h_nav_icon1.png);}
.caidan .cd_box .cd_item:nth-child(2):hover .tubiao{background-image: url(../images/h_nav_icon2.png);}
.caidan .cd_box .cd_item:nth-child(3):hover .tubiao{background-image: url(../images/h_nav_icon3.png);}
.caidan .cd_box .cd_item:nth-child(4):hover .tubiao{background-image: url(../images/h_nav_icon4.png);}
.caidan .cd_box .cd_item:nth-child(5):hover .tubiao{background-image: url(../images/h_nav_icon5.png);}
.caidan .cd_box .cd_item:nth-child(6):hover .tubiao{background-image: url(../images/h_nav_icon6.png);}
.caidan_left{left: 0!important;}
.opacity0{opacity: 0!important;}
.banner{position: relative;}
.banner .swiper-container{z-index: -1;}
.banner .img{display: block; width: 100%;}
.banner .banner_bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; z-index: 2;}
.banner .banner_bg .banner_logo{padding: 230px 0 80px;}
.banner .banner_bg .banner_icon{width: 694px; margin: 0 auto;}
.banner .banner_bg .banner_icon>a{float: left; width: 142px; height: 142px; border: 1px solid rgba(255,255,255,1); 
    border-radius: 50%; margin-right: 42px; box-sizing: border-box; transition: .3s;}
.banner .banner_bg .banner_icon>a:last-child{margin-right: 0;}
.banner .banner_bg .banner_icon>a>img{display: block; width: 100%; transition: .3s;}
.banner .banner_bg .banner_icon>a:hover{background-color: rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.4);}
.banner .banner_bg .banner_icon>a:hover>img{transform: rotateY(180deg); 
    -ms-transform: rotateY(180deg); -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); -o-transform: rotateY(180deg);}
.yidong{left: -1093px!important; transition: 1s;}
.hezuo{width: 100%; height: 1211px; position: relative; margin-top: -78px; cursor: pointer;}
.hezuo .hover{width: 20%; height: 100%; position: absolute; top: 0; right: 0%; z-index: 3}
.hezuo .zuomian{width: 2996px; height: 1211px; background: url(../images/tu.png) no-repeat center; 
    background-size: cover; position: absolute; top: 0; left: 0; transition: 1s;}
.hezuo .zuomian .fengmihe{width: 34.24%; position: absolute; left: 3.8%; bottom: 30px;}
.hezuo .zuomian .bee{width: 2.67%; position: absolute; left: 9.8%; top: 377px;}
.hezuo .zuomian .text{width: 20.19%; position: absolute; left: 36.8%; bottom: 190px;}
.hezuo .zuomian .text>img{display: block; width: 100%;}
.hezuo .zuomian .text>span{font-size: 280px; color: #7e2922; font-family: "BebasNeue"; position: absolute;
    bottom: -86px; left: 35px;}
.hezuo .zuomian .wenzi{width: 16.69%; position: absolute; right: 8.67%; bottom: 250px;}
.hezuo .zuomian .wenzi .mf{position: absolute; right: -10px; top: 0;}
.hezuo .zuomian .wenzi .biaoti{font-size: 48px; color: #7e2922; font-family: "Alibaba-PuHuiTi-Medium";}
.hezuo .zuomian .wenzi .line{width: 93px; height: 2px; background-color: #7e2922; margin: 40px 0;}
.hezuo .zuomian .wenzi .con{font-size: 30px; color: #7e2922; text-align: justify; line-height: 50px;}
.youzhi{position: relative; margin-top: 100px;}
.youzhi .youzhi_bg{position: absolute; top: 0; left: 0; width: 100%; display: block; z-index: -1;}
.youzhi .youzhibox{padding: 93px 9.5%;}
.youzhi .youzhi_left{width: 22.5%;}
.youzhi .youzhi_left img{display: block; width: 100%; transition: .3s;}
.youzhi .youzhi_left img:hover{transform: scale(0.95);}
.youzhi .youzhi_left img:first-child{margin-bottom: 42px;}
.youzhi .dibiao{width: 55%; text-align: center; position: relative;}
.youzhi .dibiao .db_icon{width: 52.3%; display: block; margin: 0 auto}
.youzhi .dibiao>p{font-size: 48px; color: #000; font-family: "Alibaba-PuHuiTi-Medium"; margin-top: 30px;}
.youzhi .dibiao>span{font-size: 30px; color: #000;}
.youzhi .dibiao .mifeng{width: 10.62%; display: block; position: absolute; right: 178px; bottom: 191px;
    /*animation-name: mifeng;
    animation-iteration-count:infinite;
    animation-duration:4s; 
    animation-timing-function: ease;*/}
/*@keyframes mifeng {
    0%{right: 178px; bottom: 191px;}
    25%{right: 200px; bottom: 210px;}
    50%{right: 220px; bottom: 200px;}
    75%{right: 190px; bottom: 195px;}
    100%{right: 178px; bottom: 191px;}
}
*/
.product{padding-top: 180px; padding-bottom: 45px; position: relative;}
.product .pro_bg{width: 55.1%; position: absolute; right: 0; top: 130px; z-index: 2;}
.product .pro_left{width: 35.1%; position: relative;}
.product .pro_left .mfb{display: block; width: 100%;}
.product .pro_left .pro_bee{position: absolute; top: 180px; right: 9.79%;}
.product .pro_left .pro_title{font-size: 48px; color: #000; text-align: right; position: absolute; right: 8.9%;
    top: 368px; font-family: "Alibaba-PuHuiTi-Medium"; line-height: 40px;}
.product .pro_left .pro_title>span{font-size: 30px;}
.product .pro_right{width: 64.9%; padding: 180px 5.76% 0 3.8%; box-sizing: border-box;}
.product .chanpin{padding-bottom: 98px; width: 100%;}
.product .chanpin .cp_box{width: 49.5%; height: 524px; background-color: #f8f8f8;
    cursor: pointer; position: relative; overflow: hidden; margin-right: 1%;}
.product .chanpin .cp_box:nth-child(2n){margin-right: 0;}
.product .chanpin .cp_box>img{display: block; width: 100%; transition: .3s;}
.product .chanpin .cp_box:hover>img{transform: scale(1.1) rotate(6deg);}
.product .chanpin .cp_box .cp_name{position: absolute; bottom: 0; left: 0; 
    padding: 0 50px 30px; width: 100%; box-sizing: border-box;}
.product .chanpin .cp_box .cp_name .name_cn{font-size: 30px; color: #000;
    font-family: "Alibaba-PuHuiTi-Medium"; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product .chanpin .cp_box .cp_name .name_en{font-size: 18px; color: #999;
    font-family: "Alibaba-PuHuiTi-Medium"; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
/*文字下划线*/
.line-hover{
    background-image: linear-gradient(rgba(253,204,0,.8) 0%, rgba(253,204,0,.7) 100%);
    background-repeat: no-repeat;
    background-size: 0px 10px;
    background-position: 0px 95%;
    transition: background-size 0.4s;
    padding: 0.1% 0px;
    cursor: pointer;
}
.product .zhanshi .zhanshi_big:hover .line-hover{
    background-size: 100% 10px;
    transition: background-size 0.4s ;
} 
.product .zhanshi .zhanshi_small .product_small:hover .line-hover{
    background-size: 100% 10px;
    transition: background-size 0.4s ;
} 
.product .chanpin .cp_box:hover .line-hover{
    background-size: 100% 10px;
    transition: background-size 0.4s ;
} 
.product .pro_right .index_pro .pro_list{width: 32%; height: 100px; background-color: #f6f6f6; margin-right: 2%;
    position: relative; cursor: pointer;}
.product .pro_right .index_pro .pro_list:nth-child(3n){margin-right: 0;}
.product .pro_right .index_pro .pro_list>img{position: absolute; bottom: -18px; right: -10px; transition: .3s;
    width: 50%;}
.product .pro_right .index_pro .pro_list .cp_name{padding: 25px 0 0 15px;}
.product .pro_right .index_pro .pro_list .cp_name .name_cn{font-size: 18px; color: #000;
    font-family: "Alibaba-PuHuiTi-Medium"; width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product .pro_right .index_pro .pro_list .cp_name .name_en{font-size: 16px; color: #999;
    font-family: "Alibaba-PuHuiTi-Medium"; width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product .pro_right .index_pro .pro_list:hover .line-hover{
    background-size: 100% 10px;
    transition: background-size 0.4s ;
}
.product .pro_right .index_pro .pro_list:hover>img{transform: rotate(6deg);}
/*产品详情*/
.pro_detail{width: 100%; height: 100%; background-color: rgba(0,0,0,.9); position: fixed; top: 0; left: 0;
    display: flex; justify-content: center; align-items: center;}
.pro_detail .detail{width: 1100px; padding: 40px; box-sizing: border-box; background-color: #fff; position: relative;
    overflow-y: auto; max-height: 100%;}
.pro_detail .detail .img{width: 40%; background-color: #f6f6f6;}
.pro_detail .detail .img>img{display: block; width: 100%;}
.pro_detail .detail .detail_text{width: 57%;}
.pro_detail .detail .detail_text .detail_name{padding: 10px 30px 5px 8px; font-size: 20px; color: #333;
    background:linear-gradient(to right,#fed837,#fff); line-height: 15px; font-family: "Alibaba-PuHuiTi-Medium";
    position: relative; margin-bottom: 10px;}
.pro_detail .detail .detail_text .detail_name>span{font-size: 12px; color: #c5906a;}    
.pro_detail .detail .detail_text .detail_name .mifeng{position: absolute; right: 0; bottom: -8px; width: 60px;
  transform: rotateY(180deg);}
.pro_detail .detail .detail_text .detail_con .list{padding-top: 5px;}
.pro_detail .detail .detail_text .detail_con .list .mc{width: 28%; font-size: 16px; color: #c5906a;}
.pro_detail .detail .detail_text .detail_con .list .nr{width: 72%; font-size: 16px; color: #666;}
.pro_detail .detail .close{width: 30px; height: 30px; border: 1px solid #666; border-radius: 50%; position: absolute;
    top: 5px; right: 5px; font-size: 25px; color: #666; line-height: 28px; text-align: center; cursor: pointer;
    transition: .3s;}
.pro_detail .detail .close:hover{background: #c5906a; border: 1px solid #c5906a; color: #fff;}
.tanchu02{opacity: 0; z-index: -1;}
.tanchu03{opacity: 0; z-index: -1;}
.opacity{opacity: 1!important; z-index: 9!important;}
.hexin_bg_bottom{display: block;}
footer{padding: 40px 166px; background-color: #1a0900;}
footer>p{float: left; font-size: 16px; color: #999;}
footer>span{float: right; font-size: 16px; color: #999;}

@media screen and (max-width: 1680px){
    .banner .banner_bg .banner_logo{width: 530px;}
    .banner .banner_bg .banner_icon{width: 646px;}
    .banner .banner_bg .banner_icon>a{width: 130px; height: 130px;}
    .hezuo{height: 1000px;}
    .hezuo .zuomian{width: 2474px; height: 1000px;}
    .yidong{left: -811px!important;}
    .hezuo .zuomian .bee{top: 305px;}
    .hezuo .zuomian .text{bottom: 153px;}
    .hezuo .zuomian .text>span{font-size: 235px; bottom: -64px; left: 30px;}
    .hezuo .zuomian .wenzi{bottom: 200px;}
    .hezuo .zuomian .wenzi .biaoti{font-size: 40px;}
    .hezuo .zuomian .wenzi .con{font-size: 22px; line-height: 40px;}
    .hezuo .zuomian .wenzi .mf{width: 66px; right: -20px; top: 20px;}
    .youzhi .dibiao>p{font-size: 40px; margin-top: 20px;}
    .youzhi .dibiao>span{font-size: 24px;}
    .product .chanpin .cp_box{height: 410px;}
    .product .chanpin .cp_box .cp_name{padding: 0 30px 20px;}
    .product .chanpin .cp_box .cp_name .name_cn{font-size: 22px;}
    .product .chanpin .cp_box .cp_name .name_en{font-size: 16px;}
    .product .pro_right .index_pro .pro_list{height: 100px;}
    .product .pro_right .index_pro .pro_list .cp_name{padding: 25px 0 0 15px;}
    .product .pro_right .index_pro .pro_list .cp_name .name_cn{font-size: 18px;}
    .product .pro_left .pro_bee{top: 150px;}
    .product .pro_left .pro_title{top: 310px; font-size: 40px;}
    .product .pro_left .pro_title>span{font-size: 22px;}
    footer{padding: 40px 90px;}
}
@media screen and (max-width: 1600px){
    .yidong{left: -891px!important; transition: 1s;}
    .youzhi .youzhibox{padding: 75px 9.5%;}
    .youzhi .dibiao .mifeng{right: 130px;}
}
@media screen and (max-width: 1440px){
    .index_header{height: 100px; padding: 0 50px;}
    .index_header .menu{margin-top: 40px;}
    .index_header .tel{line-height: 100px;}
    .index_header .index_logo{width: 240px; margin-left: -120px; top: 20px;}
    .banner .banner_bg .banner_logo{width: 460px; padding: 210px 0 70px;}
    .banner .banner_bg .banner_icon{width: 566px;}
    .banner .banner_bg .banner_icon>a{width: 110px; height: 110px;}
    .caidan .cd_box .cd_item .tubiao{width: 35px; height: 35px;}
    .hezuo{height: 800px;}
    .hezuo .zuomian{width: 1980px; height: 800px;}
    .yidong{left: -557px!important;}
    .hezuo .zuomian .bee{top: 245px;}
    .hezuo .zuomian .fengmihe{bottom: 20px;}
    .hezuo .zuomian .text{bottom: 120px;}
    .hezuo .zuomian .text>span{font-size: 196px; bottom: -54px; left: 18px;}
    .hezuo .zuomian .wenzi{bottom: 120px;}
    .hezuo .zuomian .wenzi .biaoti{font-size: 32px; line-height: 50px;}
    .hezuo .zuomian .wenzi .line{width: 50px; margin: 30px 0;}
    .hezuo .zuomian .wenzi .mf{width: 52px;}
    .youzhi .youzhibox{padding: 67px 9.5%;}
    .product .pro_left .pro_bee{width: 70px; top: 110px;}
    .product .pro_left .pro_title{top: 240px; font-size: 34px; line-height: 30px;}
    .product .pro_left .pro_title>span{font-size: 18px;}
    .product .chanpin{padding-bottom: 70px;}
    .product .chanpin .cp_box{height: 351px;}
    .product .chanpin .cp_box .cp_name{padding: 0 20px 10px;}
    .product .chanpin .cp_box .cp_name .name_cn{font-size: 20px;}
    .product .chanpin .cp_box .cp_name .name_en{font-size: 14px;}
    .product .pro_right .index_pro .pro_list .cp_name .name_cn{font-size: 16px; width: 53%;}
    .product .pro_right .index_pro .pro_list .cp_name .name_en{font-size: 14px;}
    .product .pro_right .index_pro .pro_list{height: 80px;}
    .product .pro_right .index_pro .pro_list .cp_name{padding: 20px 0 0 10px;}
    footer{text-align: center; line-height: 28px; padding: 20px 0;}
    footer>p{float: none; width: 100%;}
    footer>span{float: none; width: 100%;}
}
@media screen and (max-width: 1366px){
    .index_header{height: 90px; padding: 0 50px;}
    .index_header .menu{margin-top: 32px;}
    .index_header .tel{line-height: 90px;}
    .index_header .index_logo{width: 230px; margin-left: -115px; top: 17px;}
    .banner .banner_bg .banner_logo{width: 410px; padding: 200px 0 50px;}
    .banner .banner_bg .banner_icon{width: 526px;}
    .banner .banner_bg .banner_icon>a{width: 100px; height: 100px;}
    .youzhi .youzhibox{padding: 63px 9.5%;}
    .product .chanpin .cp_box{height: 333px;} 
}
@media screen and (max-width: 1280px){
    .banner .banner_bg .banner_logo{padding: 180px 0 50px;}
    .hezuo{height: 700px; margin-top: -45px;}
    .hezuo .zuomian{width: 1733px; height: 700px;}
    .yidong{left: -470px!important;}
    .hezuo .zuomian .text{bottom: 110px; left: 36.6%;}
    .hezuo .zuomian .text>span{font-size: 178px; bottom: -52px; left: 14px;}
    .hezuo .zuomian .wenzi{bottom: 100px;}
    .hezuo .zuomian .wenzi .biaoti{font-size: 28px; line-height: 40px;}
    .hezuo .zuomian .wenzi .con{font-size: 20px;}
    .youzhi .youzhi_left img:first-child{margin-bottom: 30px;}
    .youzhi .dibiao>p{font-size: 35px;}
    .youzhi .dibiao>span{font-size: 20px;}
    .youzhi .dibiao .mifeng{right: 110px; bottom: 150px;}
    .product{padding-bottom: 20px;}
    .product .chanpin .cp_box{height: 312px;}
    .product .pro_right .index_pro .pro_list{height: 70px;}
    .product .pro_right .index_pro .pro_list .cp_name{padding: 10px 0 0 10px;} 
}
@media screen and (max-width: 1200px){
    .header{display: none;}
    .head_wap{width:100%; height: 65px; background-color: #fff; position: fixed; top:0; left: 0; z-index: 11;
      box-shadow: 4px 4px 4px -4px #ccc; display: block!important;}
    .head_wap .box{padding: 0 15px; width: auto;}
    .head_wap .logo_wap{height: 45px; margin-top:10px;}
    .head_wap .telephone{height: 23px; margin-top: 22px; margin-right: 20px;}
    /*汉堡菜单*/
    .three{margin-top:20px;}
    /* ALL */
    .hamburger .line{
      width: 25px;
      height: 3px;
      background-color: #ba794a;
      display: block;
      margin: 4px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    /* SIX */
    #hamburger-6.is-active{
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #hamburger-6.is-active .line:nth-child(2){
      width: 0px;
    }
    #hamburger-6.is-active .line:nth-child(1),
    #hamburger-6.is-active .line:nth-child(3){
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }
    #hamburger-6.is-active .line:nth-child(1){
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      -o-transform: translateY(5px);
      transform: translateY(5px);
    }
    #hamburger-6.is-active .line:nth-child(3){
      -webkit-transform: translateY(-9px) rotate(90deg);
      -ms-transform: translateY(-9px) rotate(90deg);
      -o-transform: translateY(-9px) rotate(90deg);
      transform: translateY(-9px) rotate(90deg);
    }
    .head_wap .phone{height: 16px; margin-right: 10px; margin-top: 18px;}
    .head_wap .nav_wap{width: 100%; height: 100%; background-color: rgba(0,0,0,.9); position: fixed; top:65px; 
        left: 0; z-index: 11; display: none;}
    .head_wap .nav_wap .ul_wap{background-color: #ba794a;}
    .head_wap .nav_wap .ul_wap>li>p{height: 45px; line-height: 45px; border-bottom: 1px solid rgba(255,255,255,.4);
        padding: 0 20px; font-size: 16px; color: #fff; text-align: center;}
    .head_wap .nav_wap .ul_wap>li>p>a{color: #fff; display: block; width: 100%; height: 100%;}
    .banner{margin-top: 65px;}
    .banner .banner_bg .banner_logo{padding: 104px 0 50px;}
}
@media screen and (max-width: 1180px){
    .yidong{left: -570px!important;}
}
@media screen and (max-width: 1024px){
    .banner .banner_bg .banner_logo{width: 330px; padding: 110px 0 40px;}
    .banner .banner_bg .banner_icon{width: 450px;}
    .banner .banner_bg .banner_icon>a{width: 90px; height: 90px; margin-right: 30px;}
    .yidong{left: -726px!important;}
    .youzhi{margin-top: 70px;}
    .youzhi .youzhibox{padding: 46px 9.5%;}
    .youzhi .dibiao .mifeng{right: 90px;}
    .product .chanpin .cp_box{height: 270px;}
    .product .pro_left .pro_bee{width: 55px; top: 70px;}
    .product .pro_left .pro_title{top: 190px; font-size: 28px;}
    .product .pro_left .pro_title>span{font-size: 16px;}
    .product .pro_right{padding: 80px 5.76% 0 3.8%;}
    .product .pro_right .index_pro .pro_list{width: 49.5%; margin-right: 1%;}
    .product .pro_right .index_pro .pro_list:nth-child(3n){margin-right: 1%;}
    .product .pro_right .index_pro .pro_list:nth-child(2n){margin-right: 0;}
    .product .pro_right .index_pro .pro_list:nth-child(3){display: none;}
}
@media screen and (max-width: 900px){
    .pc{display: none;}
    .wap{display: block!important;}
    .head_wap{height: 50px;}
    .head_wap .nav_wap{top: 50px;}
    .head_wap .logo_wap{height: 35px; margin-top: 8px;}
    .three{margin-top: 14px;}
    .head_wap .telephone{margin-top: 15px; margin-right: 17px;}
    .banner{margin-top: 50px;}
    .banner .banner_bg .banner_logo{padding: 30px 0 20px; width: 170px;}
    .banner .banner_bg .banner_icon{width: 230px;}
    .banner .banner_bg .banner_icon>a{width: 50px; height: 50px; margin-right: 10px;}
    .hezuo{display: none; margin-top: 0; height: auto;}
    .youzhi{margin-top: 30px;}
    .youzhi .dibiao>p{font-size: 18px;}
    .youzhi .dibiao>span{font-size: 12px;}
    .youzhi .youzhibox{padding: 40px 3.5%;}
    .youzhi .youzhi_left{width: 27.5%;}
    .youzhi .dibiao{width: 45%; margin-top: 10px;}
    .youzhi .youzhi_left img:first-child{margin-bottom: 10px;}
    .youzhi .youzhi_bg{width: 145%;}
    .youzhi .dibiao .mifeng{right: 36px; bottom: 108px;}
    .product{padding-top: 80px;} 
    .product .pro_bg{top: 40px;}
    .product .pro_left{width: 100%;}
    .product .pro_left .pro_title{position: static; text-align: center; font-size: 24px; line-height: 25px;}
    .product .pro_left .pro_title>span{font-size: 14px;}
    .product .pro_left .pro_bee{display: none;}
    .product .pro_left .mfb{display: none;}
    .product .chanpin{padding-bottom: 10px;}
    .product .chanpin .cp_box{width: 49%; height: 188px; margin-right: 2%;}
    .product .chanpin .cp_box .cp_name{padding: 0 15px 10px;}
    .product .chanpin .cp_box .cp_name .name_cn{font-size: 16px;}
    .product .chanpin .cp_box .cp_name .name_en{font-size: 12px;}
    .product .pro_right{padding: 25px 15px 0; width: 100%;}
    .product .pro_right .index_pro .pro_list>img{position: static; width: 100%;}
    .product .pro_right .index_pro .pro_list{width: 49%; height: 188px; margin-right: 2%;}
    .product .pro_right .index_pro .pro_list .cp_name{padding: 0 15px 10px; position: absolute; bottom: 0; left: 0;
        width: 100%; box-sizing: border-box;}
    .product .pro_right .index_pro .pro_list .cp_name .name_cn{width: 100%; font-size: 16px;
        overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
    .product .pro_right .index_pro .pro_list .cp_name .name_en{width: 100%; font-size: 12px;}
    .pro_detail .detail{width: 100%; padding: 40px 15px; min-height: 100%;}
    .pro_detail .detail .img{width: 70%; margin: 0 auto 20px; float: none; display: block;}
    .pro_detail .detail .detail_text{width: 100%;}
    .pro_detail .detail .detail_text .detail_name .mifeng{width: 40px; bottom: 0;}
    .opacity{z-index: 99!important;}




    .hexin_bg_bottom{width: 100%;}
    footer{padding: 10px 15px; line-height: 20px;}
    footer>p{font-size: 14px;}
    footer>span{font-size: 14px;}
}
@media screen and (max-width: 375px){
    .banner .banner_bg .banner_logo{width: 160px; padding: 30px 0 15px;}
    .banner .banner_bg .banner_icon{width: 210px;}
    .banner .banner_bg .banner_icon>a{width: 45px; height: 45px;}
    .youzhi .youzhibox{padding: 35px 3.5%;}
}