@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden; font-size: .24rem; }
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .25rem;}
.clr{clear:both;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
html{font-size: 100px;}
.l{float:left}
.r{float:right}




/*头部*/
.index_header{width:100%; height: auto; z-index:999;  position:fixed; top:0; left:0;  background: #fff}
.header{width:100%; clear:both; height:1rem;  padding:0 3%}
.logo{float:left; width:auto; height: 100%; }
.logo a{width:100%; height:1rem; display: block; display: flex; align-items: center; }
.logo a img{align-items: center; width:1.2rem; max-height: 100%}
.menu{float:right; height:100%; width:1rem; }
.menu a{width:100%; height: 100%;  display: flex; align-items: center; }
.menu img{height:auto; width: .35rem; align-items: center; margin: 0px auto;}
.xymob-menu{width:100%; height: 100vh; position: absolute; right:0; left:0; background: #fff; display: none; padding: 0 5%;  z-index: 9999;  }
.xymob-menu .xymob-menu-box{height: 100vh; overflow: auto; padding-bottom: 80px; }
.xymob-nav > li { border-bottom: 1px solid #d0d0d0; position: relative;}
.xymob-nav > li > a { display: block; line-height: 50px; font-size: 16px; color: #333;}
.xymob-nav .xymob-menu-jt { position: absolute; width: 20%; height: 50px; line-height: 50px; right: 0; top: 0; text-align: center; z-index: 9;}
.xymob-nav .xymob-menu-jt .icon-font{display: block; width: 100%; height: 100%; background:url(../images/down.png) no-repeat center}
.xymob-nav .xymob-sub-menu{display: none;}
.xymob-nav .xymob-sub-menu > li{border-top: 1px solid #d0d0d0; position: relative;}
.xymob-nav .xymob-sub-menu > li > a {display: block; font-size: 14px; color: #333; line-height:40px; text-indent: .2rem;}
.xymob-navbtn {float: right; width:.4rem; height:1rem; display: flex; align-items: center;}
.xymob-navbtn img{width:100%}

.h_yuyan{float: right; position: relative; text-align: center; height:1rem; padding:0 .2rem 0 .5rem; z-index: 2; margin-right:3%}
.h_yuyan:after{content: ""; width:.4rem; height:100%; position: absolute; top:0; left:0; background: url(../images/yy_icon.png) no-repeat left center; background-size: 100% auto}
.h_yuyan a{font-size:.28rem; color: #333333}
.h_yuyan_p{width:auto; height: auto; overflow: hidden; background: #fff; padding: 15px 20px; position: absolute; top:80px; left:0; z-index: 9; box-shadow: 0 0 10px rgba(0,0,0,0.1); display: none}
.h_yuyan_p a{color:#333; display: block; font-size: 16px; line-height: 20px }
.h_yuyan:hover .h_yuyan_p{display: block}
.yy_zhong{line-height: 1rem; color:#333333}



/* 首页:banner */
.banner{ width:100%; position: relative; overflow: hidden; margin-top:1rem}
.banner .swiper-container{width:100%; }
.banner .swiper-slide{overflow: hidden}
.slide-inner img{width:100%; display: block; height:auto;      transition: transform 5s ease 0s, opacity 2s ease 0s;}
.banner .swiper-pagination{bottom:5%; color:#fff; font-size: 16px; text-align:center; width:100%}
.banner .swiper-pagination-bullet{width:.15rem; height:.15rem; background: #fff; margin:0 5px;}
.banner .swiper-slide-active img{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.banner .swiper-pagination-bullet-active{opacity: 1; background: #5ab531}




/*scope*/
.index_scope{width:100%; height: auto; overflow: hidden; margin-top: .6rem}
.index_scope_one{width:100%; height: auto; overflow: hidden}
.index_scope_one h4{color:#58b530; font-size: .46rem; line-height: .5rem; text-align: center}
.index_scope_one p{color:#333333; font-size: .27rem; margin-top: .2rem;}
.index_scope_two{width:100%; height: auto; overflow: hidden; margin-top:1rem;}
.index_scope_two ul{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.index_scope_two ul li{width:49%; height: auto; float: left; margin-bottom: .2rem; position: relative}
.index_scope_two ul li img{width:100%; display: block}
.index_scope_two ul li h5{width:100%; height: .7rem; line-height: .7rem; background: rgba(255,255,255,0.4); text-align: center; position: absolute; bottom:0; left:0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-transform: uppercase; font-size:.26rem;}
.index_scope_two ul li:nth-child(2n){float: right}




.home-expertise{ margin-top:.5rem; width: 100%; margin-bottom: .7rem}
.color-black{color:#000000!important}
.home-expertise .expertise-list{padding: 0;  position: relative; text-align: center; display: flex; flex-wrap:wrap ;
-webkit-flex-wrap: wrap; margin-top: .5rem; justify-content: space-between }
.home-expertise .box {
	position: relative;
	z-index: 10;
	width:2rem;
	height:2rem;
	-webkit-transition: all .4s;
	transition: all .4s; float: left; margin: 0 .1rem .2rem;
}

.home-expertise .box:nth-child(4n+1) .list-item {
	background: rgba(39,156,0,.91)
}

.home-expertise .box:nth-child(4n+2) .list-item {
	background: rgba(255,150,0,.91)
}

.home-expertise .box:nth-child(4n+3) .list-item {
	background: rgba(0,153,68,.91)
}

.home-expertise .box:nth-child(4n+4) .list-item {
	background: rgba(23,94,157,.91)
}

.home-expertise .box.active .title {display: none}
.home-expertise .box.active img {display: block; width: 100%;}
.home-expertise .box img{display: none}
.home-expertise .list-item {
        width: 100%;
        height:2rem;
        border-radius: 50%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
        font-size:.26rem;
        cursor: pointer;
        -webkit-transition: width .4s,height .4s,bottom .4s;
        transition: width .4s,height .4s,bottom .4s;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom:0
    }

.home-expertise .text{width:100%; text-align: center;  margin:.5rem 0 0;  display: none }
.home-expertise .box.active .list-item { bottom: 0; height:2rem; background: rgba(0,0,0,0);}
.home-expertise .text.active{ display: block}
.home-expertise .text p{font-size:.4rem; font-weight: bold;	color:#58b530; margin-bottom: 5px}
.home-expertise .text .desc{font-size:.28rem; line-height: .4rem; text-align: left;}
.home-expertise .text .more{width: 135px; height: 44px; border: 2px solid #58b530;
	line-height: 40px; text-align: center; cursor: pointer; color:#58b530; display: block; border-radius: 100px; margin: .4rem auto 0}




/*地址*/
.home-zymogreen{width:100%; height: auto; overflow: hidden; background: url(../images/address_bjs.jpg) no-repeat center; background-size: cover; 
	padding:.4rem .25rem; }
.home-zymogreen .address-list{width:100%; margin-top: .5rem;}
.home-zymogreen .address-list .zym-list-item {padding:.25rem; border-radius: 10px; font-size: .26rem; color: #fff;  -webkit-transition: all .3s;
	transition: all .3s; margin-bottom: .2rem }
.home-zymogreen .address-list .zym-list-item:hover { -webkit-transform: translateY(-15px); transform: translateY(-15px)}
.home-zymogreen .address-list .zym-list-item:nth-child(1) {
	background: rgba(88,181,48,.9)
}

.home-zymogreen .address-list .zym-list-item:nth-child(2) {
	background: rgba(255,150,0,.9)
}

.home-zymogreen .address-list .zym-list-item:nth-child(3) {
	background: rgba(23,94,157,.9)
}
.home-zymogreen .address-list .zym-list-item:nth-child(4) {
	background: rgba(238,43,33,.9)
}
.home-zymogreen .address-list .zym-list-item:nth-child(5) {
	background: rgba(88,181,48,.9)
}
.home-zymogreen .address-list .zym-list-item .company {
	font-weight: bold;
	margin-bottom: .2rem;
	padding-left: .4rem;
	background: url(../images/img-13.png) no-repeat left 6px; background-size:.24rem; font-size: .27rem; line-height: .4rem
}

.home-zymogreen .address-list .zym-list-item .address {
	padding-left: .4rem;
	background: url(../images/img-14.png) no-repeat left 6px; background-size:.2rem; font-size: .25rem
}













/*产品*/
.home-class{width:100%; height: auto; overflow: hidden; margin: .5rem 0}
.class-list{width:100%; height: auto; overflow: hidden; margin-top: .4rem;}
.class-list .list-item{width:100%; height:5.7rem; overflow: hidden; margin-bottom: .4rem; position: relative}
.list-item .img{width:100%; height: 100%}
.list-item .img img{width:100%; height: 100%; object-fit: cover; object-position: center center;}
.list-item .text{width:100%; height: auto; position: absolute; top:0; left:0; z-index: 9; padding: .4rem .3rem;}
.list-item .text .title{color:#fff; font-size: .4rem; font-weight: bold;}
.list-item .text ul{width:100%; height: auto; overflow: hidden; margin-top: .3rem}
.list-item .text ul li{width:100%; height: auto; overflow: hidden; position: relative; margin-bottom: .15rem}
.list-item .text ul li::before {
    content: "";
    width:.1rem;
    height:.1rem;
    border-radius: 10px;
    background: #58b530;
    display: inline-block;
    margin-right: .2rem;
    margin-bottom: 1px;
}
.list-item .text ul li a{width:100%; color:#fff; font-size: .26rem;}
.list-item .more {width: 165px;    height: 45px;  border: 1px solid #fff;  padding: 0 20px;   color: #fff;   display: block;  line-height: 43px;
        border-radius: 100px;  margin-top: 20px;  background: url(../images/img-29.png) no-repeat center right 20px}


/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin: .5rem 0}
.page-title{width:100%; text-align: center}
.page-title p{color:#58b530; font-size:.5rem; font-weight: bold; margin-bottom: .3rem}
.page-title span{color:#333333; font-size:.26rem; line-height: .4rem; margin-top: .2rem; }
.news-list{width:100%; height: auto; overflow: hidden; margin-top: .5rem;}
.news-list .swiper-slide a{width:100%; display: block}
.index_news_pic{width:100%; overflow: hidden}
.index_news_pic img{width:100%;}
.index_news_xx{width:100%; height: auto; overflow:hidden; background: #f8f8f8; padding:.2rem;}
.index_news_xx h3{width:100%; height: .8rem; line-height: .4rem; color: #333333; font-size: .27rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx p{width:100%; height: .7rem; line-height: .35rem; color: #666666; font-size: .24rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden; margin: .15rem 0}
.index_news_time{width:100%; height:auto; background: #f8f8f8; padding:.4rem .2rem; display: flex; justify-content: space-between; border-top:1px solid #fff}
.news_time_icon{color:#333333; font-size: .24rem; background: url(../images/n_time.png) no-repeat left center; padding-left: .3rem;}
.news_time_more{color:#333333; font-size: .24rem; background: url(../images/n_jts.png) no-repeat right center; padding-right: .7rem;}



/*底部*/
.footer_top{width:100%}
.footer_top a{width:100%; display: block}
.footer_top a img{width:2rem;}
.footer_top h4{color:#fff; font-size: .3rem; font-weight: bold; margin-top: .2rem; line-height: .45rem}
.copy{width: 100%;   line-height: .3rem; clear: both; font-size: .26rem; margin-top: .4rem}
.copy p{color:#fff;line-height:.45rem; font-size:.26rem; }
.copy a{color:#fff;line-height:.45rem; font-size:.26rem; }
.index_footer{width:100%; height: auto; overflow: hidden; background:#1a1b1f; padding: .3rem 0;}
.footer_left{width:100%; overflow: hidden}
.footer_dhs{width:100%; height: auto; overflow: hidden; color:#d0000d; font-weight:bold;  margin-bottom:10px; font-size: .45rem;}
.footer_left p{color:#ffffff; font-size:.34rem; font-weight:100; line-height:.45rem;}
.footer_dizhi{width:100%; height: auto; overflow: hidden; text-align: center; margin: .3rem 0 0}
.footer_dizhi p{color:#fff; font-size:.26rem; line-height: .5rem}
.index_footer_links{width:90%; height: auto; overflow: hidden; margin: 0px auto; margin-top: .4rem;}
.index_footer_links a{color:#fff; font-size:.28rem; width: 48%; height: .8rem; line-height: .8rem;  padding-left: .4rem}
.footer_b_left{width:100%; height: auto; overflow: hidden; margin-top: .5rem}
.footer_b_left p{width:100%; color:#fff; font-size:.26rem; line-height:.5rem; padding-left: .5rem; margin-bottom: .2rem;}
.f1{background: url(../images/fi1.png) no-repeat left center; background-size: .3rem;}
.f2{background: url(../images/fi2.png) no-repeat left center;  background-size: .3rem;}
.f3{background: url(../images/fi3.png) no-repeat left center;  background-size: .24rem;}



/*内页面包屑导航*/
.pos{width:100%; height:auto; line-height:.4rem; padding:5px 2%; clear:both;
	text-align:left; border-bottom:1px solid rgba(255, 255, 255, 0.38); color:#313131; font-size:.2rem}
  .pos a{color:#313131; font-size:.2rem}
  .pos span{color: #58b530; font-size:.2rem}
  .pos span.wei{color: #313131; background-size:.2rem}
  .ny{width:100%; padding:.3rem .2rem; line-height:.4rem; clear:both; color:#333333; font-size:.24rem}
  .ny img,.index_abou_xx img{max-width:100%; display:block; height:auto!important}
  .ny_about_info{width:100%; height: auto; display: block; overflow: hidden; margin: 8px auto; padding: 0px 15px}
  .ny_ban{width:100%; height:auto; overflow:hidden; margin-top:1rem}
  .ny_ban img{width:100%; height:auto; display:block;}
  .ny p,.ny span{color:#333333; font-size:.24rem!important; line-height:.4rem;}
  

  
  
  /*内页新闻*/
  .news_x{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: .2rem;}
  .news_x ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
  .news_x li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
  .news_x li h3{height:.4rem; line-height:.4rem; color:#313131;  font-weight:bold; font-size:.26rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
  .news_x li p{font-size:.23rem; color:#7d7d7d; height: .25rem; line-height: .25rem; margin:.1rem 0;}
  .news_x li h4{font-weight:normal; color:#626262; height:.8rem; line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.23rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
   -webkit-box-orient:vertical; overflow:hidden;}

   .fzlc{width:100%;  margin-bottom:10px; clear:both;padding:0px 10px; margin-top: .2rem;}
   .fzlc ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
   .fzlc li{width:100%; padding:12px 0px; border-bottom:#bebebe 1px solid; float:left;}
   .fzlc li h3{height:.4rem; line-height:.4rem; color:#313131;  font-weight:bold; font-size:.26rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
   .fzlc li p{font-size:.23rem; color:#7d7d7d;  line-height: .4rem; margin:.1rem 0;}
   .fzlc li h4{font-weight:normal; color:#626262;  line-height:.4rem; overflow:hidden; margin-top: .1rem; font-size:.23rem;  }
  
  /*内页荣誉资质*/
  .honor_list{width:100%; padding:20px 10px; clear:both;}
  .honor_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
  .honor_list li{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
  .honor_list li img{width:100%;height: 100%; border:#ddd 1px solid; display:block;}
  .honor_list li p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
  .honor_list li:nth-child(2n){float:right}
  
 .pic_list{width:100%; padding:.3rem .2rem; clear:both; overflow:hidden}
  .pic_list a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
  .pic_list a img{width:100%;object-fit: cover; object-position: center center; display:block;}
  .pic_list a p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap; margin-top:.1rem}
  .pic_list a:nth-child(2n){float:right}
  .ny_honor_pic{width:100%; height:3rem; overflow:hidden;  border:#ddd 1px solid; display: flex; align-items: center;}


  

.honor_list .fui-picturew{width:100%; height:auto; overflow:hidden; margin-bottom:.2rem}
.fui-picturew a{width:48%;  float:left;height: auto; margin-bottom:.2rem; overflow:hidden}
.fui-picturew img{width:100%;height: auto;display:block; align-items: center; margin: 0px auto;}
.fui-picturew p{line-height:.4rem; height:.4rem; overflow:hidden; color:#333; font-size:.24rem; text-align:center; clear:both; text-overflow:ellipsis; white-space:nowrap}
.fui-picturew a:nth-child(2n){float:right}
.ny_product_pic{width:100%; height:1.8rem; overflow:hidden;  border:#ddd 1px solid; }


  
  
  /*内页导航*/
  .index_clei{ width:100%; height:auto; background:#eeeeee; overflow: hidden}
  .index_clei a{ color:#1b1b1b; font-size:.24rem; text-align:center; width:50%; height:.7rem; line-height:.7rem; display:block; overflow:hidden; float:left; }
  .index_clei a:nth-child(4){ border-right:0px;}
  .index_clei a.active{ background:#58b530; color:#fff }
  .pic{width:100%; clear:both; height: 221px; padding-top: 70px;}
  .about_ban{ background: url(../images/about.jpg) no-repeat; background-size: 100% 100%; text-align: center }
  .about_ban h3{ font-size: .3rem; font-weight: bold; color: #fff;}
  .about_ban p{font-size: .16rem; color:#fff}
  .index_plei{width:100%; height:auto; line-height:.7rem; background:#eee; overflow: hidden}
  .index_plei a{ color:#333; font-size:.24rem; text-align:center; width:50%; height:.7rem; display:block; overflow:hidden; 
  float:left; }
  .index_plei a.active,.ny_erji_san a.active{ background:#58b530;color:#fff }
  .ny_biaoti{width: 100%; font-size:.35rem; color: #000; padding: .1rem 0px; text-align: center;  clear: both; line-height:.5rem}
  .ny_time{width: 100%;  line-height: .5rem; color: #888; height: auto;   margin-bottom: .2rem; border-top: 1px solid #666; border-bottom: 1px solid #666;
			text-align: center; clear: both; font-size:.24rem;}
  .keyword_light,.keyword_light p{font-size:.24rem; color:#333; line-height:.4rem}
  .ny_title{width: 100%; font-size:.28rem; color: #000; padding: 10px 0px; text-align: center;  clear: both}
  .keyword_light img{width:100%;}
  .ny_erji_san{width:100%; height:auto; line-height:.7rem; overflow: hidden; padding:.25rem;}
  .ny_erji_san a{ color:#333; font-size:.24rem; text-align:center; width:49%; height:.7rem; display:block; overflow:hidden; 
  float:left;border:1px solid #eee; margin-bottom:.1rem;}
   .ny_erji_san a:nth-child(2n){float:right}
  
  
  /*联系我们*/
  .ditu{width:100%;height:7rem;padding: 0px 15px}
  .ny_contact{width:100%; height:auto; display:block; font-size:.14rem; color:#333; line-height:.28rem; padding:0px 10px; margin:20px 0 40px}
  
/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:96%; height:auto; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}


.ny_product_right{width:100%; height: auto; overflow: hidden; margin-top: .4rem}
.ny_product_li{width:100%; height:.9rem; background: #58b530}
.ny_product_li p{color:#fff; font-size: .24rem; font-weight: bold; height:.9rem; border-right:1px solid #dcdcdc; float: left;  display: flex;
    align-items: center; justify-content: center;}
.pi1,.xqi1{width:11%; text-align: center; }
.pi2,.xqi2{width:26%; padding: 0 2%}
.pi3,.xqi3{width:20%; padding: 0 1%; }
.pi4,.xqi4{width:28%; padding: 0 1%; }
.pi5,.xqi5{width:13%; text-align: center; }
.pi6,.xqi6{width:15%; text-align: center; }
.pi6{border-right:0!important}
.xqi6{display: flex; align-items: center; height: .7rem;  background:url(../images/xq_icon.png) no-repeat center; background-size:.25rem }
.xqi6 img{align-items: center; margin: 0px auto;}
.ny_product_right ul.product_ul_li{width:100%; height: auto; overflow:hidden; border: 1px solid #dcdcdc; margin-bottom:40px;}
.ny_product_right ul.product_ul_li li{width:100%; height:.7rem;  border-bottom: 1px solid #dcdcdc}

.ny_product_right ul.product_ul_li li:nth-child(even){background:#fafafa}
.ny_product_right ul.product_ul_li li p{color:#555555; font-size: .24rem; line-height: .7rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left; 
	border-right: 1px solid #dcdcdc; height: .7rem}
.ny_product_right ul.product_ul_li li:last-child{border-bottom: 0}
.ny_product_right ul.product_ul_li li:hover{background:#58b530}
.ny_product_right ul.product_ul_li li:hover p{color:#fff}
.ny_product_right ul.product_ul_li li:hover .xqi6{background:url(../images/xqh_icon.png) no-repeat center}






@media screen and (max-width:500px){
	html{font-size: 78.125px;}
}

@media screen and (max-width:425px){
	html{font-size: 66.4062px;}

}

@media screen and (max-width:414px){
	html{font-size: 64.6875px;}

}



@media screen and (max-width:375px){
	html{font-size: 58.5938px;}

}


@media screen and (max-width:360px){
	html{font-size: 57.0312px;}
	
}


@media screen and (max-width:320px){
	html{font-size: 50px;}

}
