*{margin: 0px;padding: 0px;}
body{ margin:0 auto;background:#fff;max-width:750px;background-image:url();background-repeat:repeat-x;background-position:0px 0px;padding:0px;text-decoration:none;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
html{font-size:13.333333333333333333vw; }
input[type="button"],input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
select {
     -webkit-appearance: none;
}

@media (min-width: 750px) {
    html {
      font-size: 100px;
    }
}

.head{
	width: 96%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.head .name{
	width: 2.2rem;
}
.head .tel{
	width:3.6rem;
}
.head img{
	display: block;
	width: 100%;
}
 
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#85c226;
	background-size: 100%  auto;
}
.nav ul li{
	float: left;
	width:25%;
	text-align: center;
	line-height:.9rem;
	height: .9rem;
	

	position: relative;
	border-bottom: 1px solid #C2E193;
}
.nav ul li a{
	color:#fff;
	display: block;
	font-size:.3rem;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#C2E193;
}
.nav ul li:nth-child(4n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+5){
	border: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
	width: 100%;
	background: #202123;
	height: .08rem;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height:.08em;
}
.banner .hd  ul li{
	float: left;
	width: 100%;
	height: .08em;
 
	line-height: 2rem;
 
	overflow: hidden;
}
.banner .hd  ul .on{
	background: #85C226;
}
 
.product{
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
  
 	margin-top: 20px;
 	
  
}

.title {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.title p{
	color:#1a1a1a;
	font-size: .46rem;
	text-align: center;
 	position: relative;
 	z-index: 1;
 	display: table;
 	margin: 0 auto;
 	padding: 0 15px;
	font-weight: bold;
	position: relative;
}
.title b{
	color:#85c226;
}
 
.title img{
	display: block;
	height: 45px;
	margin-right: 5px;
}
.title span{
	 background: url(../images/m/tit01.png)no-repeat center;
	 font-size: .24rem;
	 color:#999999;
	 display: block;
	 text-align: center;
	 text-transform: uppercase;
	 margin-top: .1rem;
}
 
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;

}
.product .list ul li{
	float: left;
	width:32.5%;
	height: auto;
	overflow: hidden;
	background:#85c226;
	background-size: 100% 100%;
 	margin-top:.1rem;
	text-align: center;
	margin-left: 1.2%;
 
	line-height:.7rem;
	border-radius:.1rem;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
}
 
 
 
.product .list ul li a{
	color:#fff;
	font-size:.28rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.product .pic ul{
	height: auto;
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;	
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 49%;
 	position: relative;
 	height: auto;
 	overflow: hidden;
	margin-bottom: .1rem;
}
.product .pic ul li img{
	display: block;
	width:100%;
 	display: block;
	box-sizing: border-box;
	border: 1px solid #cccccc;
 
 
}
.product .pic ul li p{
	text-align: center;
	line-height: .6rem;
	font-size: .28rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  	color:#fff;

 	box-sizing: border-box;
 	color:#333333;
	width: 100%;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
 .more{
	width: 3rem;
	height:.7rem;
	background: #85c226;
	background-size: 100% 100%;
	text-align: center;
	line-height: .7rem;
	border-radius: .1rem;
	margin: 0 auto;
	margin-top:10px;
	color:#fff;
	font-size: .26rem;
	display: block;
}
 .more a{
	color:#fff;
}

.notice{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.notice .tit{
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.notice .tit p{
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	float: left;
}

.notice .tit  img{
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	height: 18px;
	margin-top: 3px;
}
.notice .tit a{
	display: block;
	float: right;
	line-height: 30px;
	color:#666666;
	font-size: 12px;
}

.notice  .show{
	width: 100%;
	height:120px;
	overflow: hidden;
	margin-top: 5px;
}
.notice  .box{
	height: 400%;
}
.notice  .list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.notice  .list ul li{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px dashed #cccccc;
}
.notice  .list ul li:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #85c226;
	border-radius: 50%;
}
.notice  .list ul li a{
	display: block;
	color:#333;
	font-size: 14px;
	margin-left: 10px;
	float: left;
}
.notice  .list ul li span{
	display: block;
	float: right;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 40px;
 	background: url(../images/m/bg.png)repeat-x left bottom;
 	background-size: auto .16rem;
	margin-top: 50px;
 
}
.adv .tit img{
	display: block;
	width: 100%;
}
.adv  .tab{
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .tab .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
 
}
.adv  .tab .bd  ul li{
	float: left;
	height: auto;
	overflow: hidden;
}

.adv  .bd ul li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv  .bd ul li .pic img{
	display: block;
	height: 3.5rem;
	margin: 0 auto;
}
.adv  .bd ul li .intro{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
 
}
 
.adv  .bd ul li .intro .t{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.adv  .bd ul li .intro .t span{
 	color:#999999;
 	font-size:.32rem;
 	display: block;
 	text-transform: uppercase;
}
.adv  .bd ul li .intro .t .num{
	float: left;
	margin-right: 15px;
}

.adv  .bd ul li .intro .t img{
	height: 1.2rem;
}
.adv  .bd ul li .intro .t  div:last-child{
	padding-bottom: 10px;
	width: 80%;
	float: left;
	background: url(../images/m/bg02.png) repeat-x left bottom;
}
.adv  .bd ul li .intro .t  p{
	color:#009944;
	font-size: .4rem;
	font-weight: bold;
	margin-top:.1rem;
}
.adv  .bd ul li .intro .info{
	width:80%;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
}
.adv  .bd ul li .intro .info p{
	color:#333333;
	font-size: .28rem;
	line-height: .46rem;
}
.adv  .hd {
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}
.adv  .hd ul li{
	float: left;
	width: .8rem;
	height:.15rem;
	background: #ccc;
	margin: 0 .08rem;
}

.adv  .hd ul  .on{
	background:#85C226;
}
 
.about{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 	background: #F0F0F0;
	padding: .2rem 0;
	margin-top: 20px;
}
.about .title {
	margin-top:.2rem;
}

.about .pic{
	width:94%;
	margin: 0 auto;
	margin-top: .3rem;
	height: auto;
	overflow: hidden;
}
.about .pic img{
	display: block;
	width: 100%;
}
 
 
.about  .bd{
	width: 92%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-bottom:.2rem;
}

 
.about  .bd .intro{
		color:#000000;
		background: #ffffff;
		font-size: .28rem;
		line-height: .46rem;
	 	text-indent: 2em;
}

.about  .intro p{
	margin-top: 10px;
}
.about   .more{
 	margin-bottom: .4rem;
 	margin-top: .4rem;
}
 
.about   h4{
	color:#85c226;
	font-size: .36rem;
	text-align: center;
	margin-top: .4rem;
}

.honor{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .5rem;
}
.honor .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.honor .box{
	width: 800%;
}
.honor .pic{
	float: left;
	width: 50%;
}
.honor .pic ul li{
	float: left;
	width: 12%;
	margin-left: .5%;
}
.honor .pic ul li img{
	display: block;
	width: 100%;
}

.honor .pic ul li p{
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	font-size: .28rem;
	color: #333;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases{
	width:96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:30px;
	padding-bottom: 30px;
 
 
}
.cases .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;

}
.cases .list ul li{
	float: left;
	width:49%;
	height: auto;
	overflow: hidden;
	background: #85c226;
	margin-top:5px;
	text-align: center;
 
	line-height: 35px;
	border-radius:3px;
}
.cases .list ul li:nth-child(2n){
	float: right;
}
 
 
.cases .list ul li a{
	color:#fff;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

}
.cases .list ul li:last-child{
	width: 100%;
}
.cases  .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
 
.cases  .pic  ul li{
	float: left;
	width: 49%;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
	margin-left: .5%;
	position: relative;
}
.cases  .pic  ul li img{
	display: block;
	width: 100%;
	 
	border: 1px solid #cccccc;
}
.cases  .pic  ul li:nth-child(2n){
	float: right;
}
.cases  .pic  ul li p{
	text-align: center;
	font-size: .28rem;
	color:#333;
	line-height:.5rem;
  	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.cases .hd {
	margin-top: 10px;
}
.cases .hd ul{
	display: table;
	margin: 0 auto;
}
.cases .hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #85c226;
	margin: 0 2px;
}
.cases .hd ul .on{
	background: #68b92c;
}
 
 
.news {
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: .4rem;
}
.news .tab{
	display: table;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news .tab a{
	display: block;
	width:2.6rem;
	height: .7rem;
	background:#85c226;
	text-align: center;
	line-height: .7rem;
	color:#fff;
	font-size: .28rem;
	float: left;
	margin: 0 .1rem;
	border-radius: .1rem;
}
.news ul{
	margin: 0 auto;
	margin-top:.2rem;
}
.news ul li{
	width: 99%;
	height:.7rem;
 	border-bottom: .02rem solid #cccccc;
	margin-top:.1rem;
	position: relative;
}

.news ul li:after{
	content: "";
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background: #cccccc;
	position: absolute;
	left:.1rem;
	top: 50%;
	margin-top: -.05rem;
}
.news ul li a{
	display: block;
	font-size:.29rem;
	color:#000000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: .7rem;
	width: 70%;
	margin-left: .4rem;
	float: left;
}
.news ul li span{
	display: block;
	float: right;
	color:#333333;
	font-size: 12px;
	line-height: 35px;
 	
}
.news .more{
	width: 140px;
	height:35px;
	background:#85c226;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color:#fff;
	font-size: 12px;
	display: block;
}
.news .more a{
	color:#fff;
}
.mssg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #cccccc;
	background: #exlrd;
	box-sizing: border-box;
	margin-top: 20px;
}
.mssg .title{
	margin-top: 20px;
}
 
.mssg .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
 	background: #exlrd;
 
}
.mssg .bd form{
	width: 90%;
	margin: 0 auto;
	height: auto;
 	margin-top: 20px;
	overflow: hidden;
}
.mssg .bd form ul li {
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
	position: relative;
}
.mssg .bd form ul li:after{
	content: '*';
	position: absolute;
	right: 0;
	color:#d02418;
	font-size: .24rem;
	top:;
}
.mssg .bd form ul li:nth-child(n+3):after{
	width: 0;
	overflow:hidden;
	height: 0;
}
.mssg .bd form ul li p{
	color:#333;
	line-height: .7rem;
	font-size: .28rem;
}
.mssg .bd form ul li input{
	width:4.8rem;
	height:.8rem;
	font-family: '微软雅黑';
	border: none;
	outline: none;
	color: #333;
	text-indent: .2rem;
	font-size: .28rem;
	 
}
.mssg .bd form ul li textarea{
	width: 4.8rem;
	height:2rem;
	border: none;
	outline: none;
	color: #333;
	text-indent:.2rem;
	font-size: .28rem;
	font-family: '微软雅黑';
	resize: none;
	padding-top: 10px;
}
.mssg .bd form .btn{
	width:90%;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	color: #fff;
	font-size: .3rem;
	margin-top: .4rem;
	border-radius: .1rem;
	height: .8rem;
	background: #85c226;
	margin-bottom: .4rem;
}
.article-details .title{
	margin-top: 0;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: .4rem;
	padding-bottom:2rem;
	background: #f5f5f5;
}
.footer .name{
	width: 7.1rem;
	margin: 0 auto;
	margin-top: 20px;
}
.footer  .name h4{
	color: #85c226;
	font-size: .46rem;
	text-align: center;
}
.footer  .info{
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	font-size: .24rem;
	margin-top: .2rem;
	line-height: .4rem;
	color:#000000;
	text-align: center;
	margin-top: .3rem;
}
 
.footer  .info p{

}
.footer   .ewm {
	width: 30%;
}
.footer   .ewm img{
	display: block;
	width: 100%;
	 
}

.crumbs{
	width:96%;
	padding: 3% 2%;
	height: auto;
	overflow: hidden;
	background: #eee;
}

.crumbs p{
	color:#333;
	font-size: .28rem;
	float: left;
}
.crumbs a{
	color:#333;
	display: block;
	float: left;
	font-size: .28rem;
	position: relative;
	padding-right: .2rem;
}
.crumbs a:after{
	position: absolute;
	right: 0;
	content: ">";
	font-size: .26rem;
	top: 0;
}
.crumbs a:last-child:after{
	width: 0;
	overflow: hidden;
	height: 0;
}

.fn{
	width: 100%;
	height:auto;
 	z-index: 100;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #85c226;
	padding-bottom: .1rem;
}
.fn ul li:nth-child(2){
	padding-right: 5%;
	width: 25%;
}
.fn ul li:nth-child(3){
	padding-left: 10%;
	width: 20%;
}
.fn ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.fn ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height:.6rem;
	margin-top: .2rem;
}
.fn ul li p{
	color:#fff;
	font-size:.24rem;
	text-align: center;
	line-height: .28rem;
	margin-top: .1rem;
}

.fn .phone{
	position: absolute;
	height:1.6rem;
	width:1.6rem;
	z-index: 100;
	background: url(../images/m/fn.png)no-repeat center;
	background-size: 100% auto;
	border-radius: 50%;
 	left: 50%;
 	margin-left: -.8rem;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	flex-direction:column;
 	top: -.6rem;
}
.fn .phone img{
	height: .6rem;
	display: block;
}
.fn .phone p{
	color:#fff;
	font-size: .24rem;
	width: 100%;
	text-align: center;
	margin-top: .1rem;
}
.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	line-height: .5rem;
	color:#333;
}
.fy p{
	width: 49%;
	height: auto;
	overflow: hidden;
	border: .02rem solid #d2d2d2;
	box-sizing: border-box;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	margin-bottom: .1rem;
	line-height: .6rem;
	padding: 0 2%;
	font-size: .26rem;
	text-align: center;
}
.fy p:nth-child(2n){
	float: right;
}

.fy a{
	color:#333;
}
 
.fy p:last-child{
	width: 100%;
}


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 15px;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	height: .6rem;
	line-height: .6rem;
	padding: 0 .2rem;
	float: left;
	font-size: .26rem;
	background: #eee;
	margin: 0 .05rem;
}
.page ul .thisclass{
	background:#85C226;
	color:#fff;
}
.page ul li a{
	color:#333;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}
.in-title{
	width: 100%;
	height: auto;
	
	overflow: hidden;
}
.in-title p{
	color:#85c226;
	font-size:.42rem;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
 

.article-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article-details .tit{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.article-details .tit h4{
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color:#333;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
 
}

.article-details .tit  span{
	display: block;
	text-align: center;
	width: 100%;
	background: #eeeeee;
	color:#8a8a8a;
	font-size: 12px;
	padding: 7px 0;
	margin-top: 5px;
	color:#333;
	border-top: 1px solid #cfcfcf;
}

.article-details  .intro img{
	max-width: 100%;
	margin: 0 auto;
}

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	font-size: .29rem;
	line-height: .48rem;
	text-align:justify;
	margin-top: .2rem;
}
 
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}

.map .allmap{
	width: 100%;
	height: 300px;
}

.pro-list{
	background: none;
	margin-top: 20px;
	padding-bottom: 0;
}

.in-mssg{
 	padding-top: .3rem;
} 