
*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Microsoft YaHei";font-size:14px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important; color:#222}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;	max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1200px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}

header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}
header.act .header-top, header.act .header-box{display:none;}
header.act .nav-ul li .nav_a{color:#333;}
header.act .tel{color:#333;}
header.act .nav-ul li:hover .nav_a, header.act .nav-ul li.active .nav_a{color:#fff;}
header.act .icon-menu span{background:#92c31c;}

header{position: fixed;width:100%;z-index: 9999;}   

.header-main{display:flex;justify-content:space-between;align-items:center;}
.header-main .logo img{ max-width:100%; display:block;}

header .tel{background:url(../images/tel.png) no-repeat left center;padding-left:45px;font-size:0.2rem;font-weight: bold;font-family: "arial";line-height: 33px;color:#fff;}

.nav-ul {display: flex;}
.nav-ul li {position:relative;}
.nav-ul li .nav_a {display:block;font-size:16px;color:#fff;line-height:34px;text-align:center;padding:0 16px;border-radius: 30px; margin-bottom:10px; margin-top:10px;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background:#000;}
.nav-ul .sub_ul {display: none;width: 150%;position: absolute;left:50%;transform:translateX(-50%) ;padding:6px 8px;z-index:999;background:rgba(255,255,255,1);box-shadow:0 5px 10px rgba(0,0,0,0.3); }
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:15px;line-height:40px;color:#1d1e20;display:block;border-bottom: 1px solid #f3f2ee; text-align: center}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #92c31c;}

/*移动端导航*/
.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#fff;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}


.sjnav{ width:50%; position:fixed;right:0%;z-index:999;display: block;transition: all 0.5s;}
.sjnav ul{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;}
.sjnav li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:44px;  font-size:15px; color:#fff;border-bottom: 1px solid #ddd;text-align: center;transform:translateX(100%);transition: all 0.3s;background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0 !important;opacity: 0;}
.sjnav li a:hover, .sjnav li.active a{background:#92c31c; color:#fff;}
.sjnav.click ul { right: 0; }
.sjnav.click li a{transform:translateX(0);opacity: 1;}

/*大图滚动开始*/
.banner{position: relative;}
.ban-img{display: block;max-width: 100%;object-fit: none;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#92c31c}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.title{text-align: center;position: relative;padding-bottom: 0.2rem;}
.title .t1{line-height: 0.5rem;font-size:0.32rem;color:#92c31c;font-weight: bold;}
.title .t2{line-height: 0.33rem;font-size:0.14rem;color:#333;}
.title:before{content:"";display: block;width:0.3rem;height: 1px;background:#92c31c;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}

.index-tabs{display:flex;justify-content: center;padding:0.5rem 0;}
.index-tabs a{display:block;width: 1.6rem;line-height: 0.4rem;border:2px solid #92c31c;text-align: center;background:#fff;font-size:0.16rem;color:#333;margin:0 4px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-tabs a:hover, .index-tabs a.on{background:#92c31c;color:#fff;}

.index-more{display:block;width:1.7rem;line-height: 0.42rem;text-align: center;background:#92c31c;border-radius: 30px;font-size:0.16rem;color:#fff;margin:0.5rem auto 0 auto;}
.index-more:hover{color:#fff;transform:translateY(-8px);}

.about{padding:1rem 0;}
.about .wrap{display: flex;justify-content: space-between;}
.about .wrap .content{width:50%;position: relative;}
.about .wrap .content .t1{color:#92c31c;font-size:0.6rem;text-transform: uppercase;font-family: "arial";line-height: 0.66rem;width:100%;}
.about .wrap .content .t2{font-size:0.24rem;color:#333;font-weight: bold;margin:0.5rem 0 0.3rem 0;width:100%;}
.about .wrap .content .t3{font-size:0.16rem;color:#333;line-height: 0.3rem;width:100%;}
.about .wrap .content a{display: flex;align-items: center;justify-content: space-between;font-size:0.16rem;color:#92c31c;font-weight: bold;width: 2.5rem;position: absolute;left: 0;bottom: 0;}
.about .wrap .content a i{font-size:0.24rem;transition:0.5s}
.about .wrap .content:hover a i{transform:translateX(10px);}
.about-right{width: 47%;}
.about-right .pic{Width:100%;position: relative;overflow: hidden;box-shadow: -5px 5px 0 #92c31c;}
.about-right .pic:before{content:"";display: block;padding-top:66%;}

.product{background-image:url(../images/bj1.jpg);padding:0.8rem 0 0.45rem 0;}
.product .title .t2{color:#fff;}
.swiper-product a{display:block;}
.swiper-product a .pic{width:100%;background:#fff;position: relative;overflow: hidden;}
.swiper-product a .pic:before{content:"";display: block;padding-top:75%;}
.swiper-product a .txt{text-align: center;background:#fff;font-size:0.16rem;color:#333;line-height: 0.46rem;margin-top:4px;}
.swiper-product a:hover .img_cover{transform:scale(1.1);}
.swiper-product a:hover .txt{background:#92c31c;color:#fff;}


.solution{padding:0.4rem 0;}
.swiper-solution{padding:0.4rem 0;}
.swiper-solution a{display: block;border-right:1px solid #eaeaea;text-align: center;padding:18px 0 3px 0;}
.swiper-solution a .pic{height: 0.5rem;}
.swiper-solution a .pic img{display: block;max-width:100%;margin:0 auto;}
.swiper-solution a .t1{font-size:0.16rem;color:#333;line-height: 0.6rem;}
.swiper-solution a:hover img{transform:rotateY(360deg);}
#certify {position: relative;width: 100%;}
#certify .swiper-container{padding:0.1rem 0;}
#certify .swiper-slide {width:calc(100% - 620px);}
#certify .swiper-slide a{display: block;position: relative;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.3);position: relative;}
#certify .swiper-slide a::after{content:"";display: block;width:100%;height: 100%;background:rgba(0, 0, 0, 0.5);position: absolute;left: 0;top: 0;}
#certify .swiper-slide a:before{content:"";display: block;padding-top: 56%;}
#certify .swiper-slide a .content{display: flex;justify-content: space-between;padding:0.2rem 0.4rem;font-size:0.2rem;color:#fff;width:100%;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);align-items: center;}
#certify .swiper-slide a .content span{font-size:0.14rem;color:#333;background-color: #fff;border-radius: 30px;width: 0.98rem;line-height: 0.32rem;text-align: center;}
#certify .swiper-slide-active a::after{opacity:0;}
#certify .swiper-slide a:hover .img_cover{transform: scale(1.1);}
#certify .swiper-button-next, #certify .swiper-button-prev{width: 50px;height: 50px;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size:0.32rem;outline: none;color:#333;border:1px solid #666;}
#certify .swiper-button-prev{left: -80px;}
#certify .swiper-button-next{right: -80px;}
#certify .swiper-button-next:hover, #certify .swiper-button-prev:hover{background: #92c31c;color:#fff;border-color:#92c31c}
.solution .index-more{margin:0.3rem auto 0 auto;}

.honor{margin:0.5rem 0;position: relative;}
.honor::before{content:"";display: block;width:calc((100% - 1200px) / 2);height: 1.4rem;background:#242424;position: absolute;right: 0;bottom: 0;}
.honor::after{content:"";display: block;width:calc((100% - 1200px) / 2);height: 1.4rem;background:#242424;position: absolute;left: 0;bottom: 0;}
.honor .wrap{display: flex;justify-content: space-between;}
.honor .wrap .left{width:50%;border-left:0.6rem solid #fff;border-right:0.6rem solid #fff;}
.honor .wrap .pic{width:100%;position: relative;overflow: hidden;}
.honor .wrap .pic::before{content:"";display: block;padding-top:75%;}
.honor .wrap .content{width: 50%;display: flex;flex-wrap: wrap;align-content: space-between;}
.honor .wrap .content .t1{color:#92c31c;font-size:0.6rem;text-transform: uppercase;font-family: "arial";line-height: 0.66rem;width:100%;}
.honor .wrap .content .t2{font-size:0.24rem;color:#333;font-weight: bold;margin:0.3rem 0;width:100%;}
.honor .wrap .content .t3{font-size:0.16rem;color:#333;line-height: 0.3rem;width:100%;margin-bottom: 0.3rem;}
.honor .wrap .content a{display: flex;align-items:center; height: 1.4rem;background:#242424;padding-left: 0.35rem;width:100%;transition: 0.5s;}
.honor .wrap .content a img{display: block;transition: 0.5s;}
.honor .wrap .content a:hover img{transform: translateX(10px);}

.news{padding:0.5rem 0;}
.news .title .t1, .news .title .t2{color:#fff;}
.news .title:before{background:#fff;}
.swiper-news{padding:0 0 0 0;}
.swiper-news a{display: block;position: relative;overflow: hidden;background:#f9f9f9;width:100%;height:3rem;}
.swiper-news a .front{width:100%;height: 100%;padding: 20px ;position: absolute;left:0;top:0;  filter: alpha(opacity=100);opacity: 1; transition: all 0.4s ease-in-out 0.2s;display: flex;flex-wrap: wrap;align-content: center;}
.swiper-news a .front .t1{font-size:0.4rem;color:#333;line-height: 0.34rem;width:100%;}
.swiper-news a .front .t2{font-size:0.18rem;color:#333;line-height: 0.62rem;width:100%;}
.swiper-news a .front .t3{font-size:0.14rem;color:#666;line-height: 0.26rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;width:100%;}
.swiper-news a .front .t4{font-size:0.14rem;color:#666;width:100%;padding-top:0.26rem;}

.swiper-news a .back{width:100%;height: 100%;position: absolute;left: 0;top:0;  filter: alpha(opacity=0);opacity: 0;transform: scale(0) rotate(-180deg);  transition: all 0.4s ease-in;  border-radius: 0px;}
.swiper-news a .back::before{content:"";display: block;padding-top:100%;}
.swiper-news a .back .content{width:calc(100% - 0.3rem);height: calc(100% - 0.3rem);border:2px solid #fff;background:rgba(146,195,98,0.9);color:#fff;padding:0.2rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: flex;flex-wrap: wrap;justify-content: center;align-content:  center;}
.swiper-news a .back .content .t1{font-size:0.18rem;color:#fff;width:100%;text-align: center;}
.swiper-news a .back .content span{width: 0.4rem;height: 0.4rem;border: 2px solid #fff;display: flex;justify-content: center;align-items: center;font-size:0.3rem;color:#fff;border-radius: 50%;margin-top:0.3rem;}
.swiper-news a:hover .back{  opacity: 1;transform: scale(1) rotate(0deg); transition-delay: 0.2s;}
.swiper-news a:hover .front{ transform: scale(0); opacity: 0; transition-delay: 0s;}

footer{background:#181817;}
.foot-box{display: flex;justify-content: space-between;padding:0.3rem 0;line-height: 30px;font-size:14px;color:#b2b0ae;}
.foot-box .lxfs img{display: block;max-width: 100%;margin:0.1rem 0 0.3rem 0;}
.foot-nav{display: flex;}
.foot-nav dl{padding:0 0.6rem;}
.foot-nav dt{line-height:36px;color:#fff;}
.foot-nav dd a{color:#b2b0ae;display: block;line-height: 30px;}
.foot-box .erweima{display: flex;}
.foot-box .erweima div{margin-left: 0.5rem;text-align: center;}
.foot-box .erweima img{display:block;max-width: 130px;}
.foot-box .erweima span{padding:0.1rem 0;color:#fff;display: block;}

footer form{display: flex;flex-wrap: wrap;justify-content: space-between;font-size:14px;color:#fff;padding-bottom: 0.3rem;}
footer form input[type=text], footer form textarea{width: 32%;line-height: 0.42rem;border:1px solid #575756;padding-left: 10px;margin-bottom: 0.2rem;outline: none;background: none;}
footer form textarea{height: 1.35rem;width:100%;}
footer form input[type=submit]{width:1.6rem;line-height: 0.44rem;text-align: center;background:#92c31c;outline: none;}

footer a:hover{text-decoration:underline !important;color:#fff;}
.foot-txt{padding:0.2rem 0;font-size:0.14rem;color:#fff;text-align: center;background:#121111;}
.foot-txt a{color:#b2b0ae;}

/**/
.page{background:#f0f0f0;padding-bottom: 0.5rem;}
.page .wrap{display:flex;}
.page .wrap .page-left{width:250px;margin-right: 40px; margin-top:0.24rem;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:#333; line-height:0.70rem; font-size:0.3rem;font-weight: bold; color: #fff; text-align:center;position:relative;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#333;}

.s-drop-list {display: block;background:#fff;padding:5px;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:0.17rem; color:#333;line-height:0.45rem; background:#e8e8e8;padding-left:0.24rem;margin-bottom: 2px;}
.aside-list-link:hover, .aside-list-link.act{ background:#92c31c; color:#fff;}

.s-drop-list li .aside-sublist{ width:100%;  display:none;  }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:36px;  font-size:14px; margin-bottom:1px; text-align:left; text-indent:36px; background:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; border-bottom:1px solid #eee;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#fff;color:#860000;}

.page .wrap .page-left .lxfs {background:#fff;}
.page .wrap .page-left .lxfs img{display:block;max-width:100%;margin:9px auto;}
.page .wrap .page-left .lxfs .t1{font-size:14px;line-height: 32px;padding-left:5px;}

.page-right{width:calc(100% - 290px);padding-top:0.45rem;}
.page-bt{width:100%;background:-webkit-linear-gradient(top,#fefefe, #ebebeb);line-height: 0.45rem;border-bottom: 1px solid #fff;display:flex;justify-content: space-between;align-items: center;font-size:14px;color:#666;padding-right:0.25rem;}
.page-bt span{display: block;width: 1.3rem;line-height:0.45rem;background:#92c31c;text-align: center;font-size:0.2rem;color:#fff;}

.pro-ul{display:flex;flex-wrap: wrap;margin:0 -1%;padding:0.1rem 0;}
.pro-ul li{width:31.333%;margin:1%;}
.pro-ul li a{display:block;}
.pro-ul li a .pic{width:100%;background:#fff;position: relative;overflow: hidden;}
.pro-ul li a .pic:before{content:"";display: block;padding-top:75%;}
.pro-ul li a .txt{text-align: center;background:#fff;font-size:0.16rem;color:#333;line-height: 0.46rem;margin-top:4px;}
.pro-ul li a:hover .img_cover{transform:scale(1.1);}
.pro-ul li a:hover .txt{background:#92c31c;color:#fff;}

.product-show{padding:0.2rem;background:#fff;min-height: 5rem;}
.product-show .t1{font-size:20px;color:#333;text-align: center;line-height:40px;}
.product-show .t3{ width:100%; text-align:center}
.product-show .t3 img{display:block;max-width:100%;margin:15px auto; max-height:600px;}
.product-show .t2{font-size:14px;color:#666; line-height:28px;}
.product-show .t2 strong{ font-size:18px; line-height:40px; font-weight:bold;}
.product-show .t2 img{max-width:100%  !important; height:auto !important}
.product-show .t2 table{width:100%  !important; height:auto !important}
.product-show .t2 table td{ width:auto !important; height:auto !important}

.news-ul{display:block;padding:0.2rem 0;}
.news-ul li{width:100%;margin-bottom:0.2rem;border: 1px solid #d2d2d2;background-color: #fff;padding:0.15rem;}
.news-ul li a{display:flex;color:#333;}
.news-ul li a .pic{width:2rem;position:relative;overflow:hidden;}
.news-ul li a .pic:before{padding-top:71%;display:block;content:"";}
.news-ul li a .txt{width:calc(100% - 2rem);padding:0 0.1rem 0 0.2rem;display:flex;flex-wrap:wrap;align-content: space-around;}
.news-ul li a .txt .txt-bt{position:relative;display:flex;justify-content:space-between;width:100%;}
.news-ul li a .txt .txt-bt .t1{font-size:18px;font-weight:bold;}
.news-ul li a .txt .txt-bt .t2{font-size:12px;}
.news-ul li a .txt .txt-nr{line-height:22px;font-size:0.14rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;width:100%;}
.news-ul li a h5{width:100px;line-height: 32px;font-size:12px;color:#fff;background: #c5c5c5;text-align: center;transition: 0.5s;}
.news-ul li:hover .img_cover{transform:scale(1.1);}
.news-ul li:hover{transform:translateY(-5px);box-shadow:0 0 5px #999;}
.news-ul li:hover .txt-bt .t1{color:#92c31c;}
.news-ul li:hover h5{background: #92c31c;color:#fff;}

.news-show { width:100%; text-align:center;padding-top:0.2rem;min-height: 6rem;}
.news-show .txt-bt {  display:block ;line-height:42px; font-size:18px; color:#333;font-weight:bold;text-align:center; }
.news-show .txt-nr {  display:block;line-height:30px; font-size:14px; color:#444; text-align:left;}
.news-show .txt-nr img{ max-width:100% !important; height:auto !important; margin:1px;}
.news-show .txt-date {  display:block;line-height:35px; font-size:12px; color:#999; margin-top:1%; margin-bottom:1%; text-align:center; width:100%;}




/*手机底部*/
.hot{width:100%; height:58px; background:#191919; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}

@media (max-width:1200px){
	.wrap{ width:96%}
    .ban-img{object-fit:initial}
    header .tel, #certify .swiper-button-next, #certify .swiper-button-prev{display: none;}
    }

@media (max-width:991px) and (min-width:768px){
    .foot-nav dl{padding:0 20px;}
    .about{padding:30px 0;}
    .about .wrap .content a{position:static;margin:15px 0 ;}
    .about .wrap, .honor .wrap{display: block;}
    .about .wrap .content, .honor .wrap, .honor .wrap .left{width:100%;}
    .about-right, .honor .wrap .content{width:100%;padding-top: 10px;}
    #certify .swiper-slide{width:80%;}
    /**/
    .page .wrap{display:block;}
    .page .wrap .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align: left;padding:0 20px;}
    .s-drop-list{display:none;}
    .page-right{width:100%;padding:0;}
    
    }
 
@media (max-width:767px){
    header{position: relative;}
    header.act .header-box{display:block;}
    .header-main{padding:10px 0;}
    .header-main .logo{width:150px;}
    .icon-menu span{background:#92c31c;}

    .about, .product, .case, .news{padding:20px 0;}
    .about .wrap .content .t1,.honor .wrap .content .t1{font-size:26px;}
    .about .wrap .content .t2, .honor .wrap .content .t2{margin:10px 0;font-size:16px;}
    .about .wrap, .honor .wrap{display: block;}
    .about .wrap .content, .honor .wrap .left{width:100%;}
    .about .wrap .content a{position:static;margin:10px 0 ;}
    .about-right ul li .t1{font-size:24px;}
    .about-right, .honor .wrap .content{width:100%;padding-top: 10px;}
    .index-tabs{padding:20px 0;flex-wrap: wrap;justify-content: flex-start;}
    .index-tabs a{width:31.3333%;margin:1%;}
    #certify .swiper-slide{width:80%;}
    #certify .swiper-slide a .content{padding:5px 10px;}
    .honor{margin:0 0 30px 0;}
    .honor::before, .honor::after{display: none;}
    .honor .wrap .content a{height:50px;}
    .news .index-tabs{justify-content: center;}
    .swiper-news{padding:20px 0 0 0;}
    .swiper-news a .front{padding:10px;}
    .swiper-news a .front .t4{left: 10px;bottom: 15px;}
    .foot-nav dl, .foot-box .lxfs img{display:none;}
	
	.pro-ul li a .txt{text-align: center;background:#fff;font-size:0.14rem;color:#333;line-height: 0.46rem;margin-top:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	.swiper-product a .txt{text-align: center;background:#fff;font-size:0.14rem;color:#333;line-height: 0.46rem;margin-top:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    /**/
    .page .wrap{display:block;}
    .page .wrap .page-left{width:100%;margin:0;}
    .s-drop-btn{text-align: left;padding:0 20px;line-height:50px;font-size:20px; margin-top:12px;}
    .s-drop-list{display:none;}
    .page-right{width:100%;padding:0;}
    .pro-ul li{width:48%;}

    .news-ul li{padding:1.5%;}
    .news-ul li a .pic{width: 130px;}
    .news-ul li a .txt{padding:0 0 0 10px;width: calc(100% - 130px);}
    .news-ul li a .txt .txt-bt .t1{font-size:15px;}
    }

@media (max-width:567px){
	}

@media (max-width:336px) {
    }
	
	
	
	
	
	
	