*{margin: 0px;padding: 0px;}
body{max-width:640px;margin:0 auto;background:#ffffff;padding:0px;text-decoration:none;font-size: 12px;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;}
/*清除浮动*/

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }

.head{
	width: 96%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.head .name{
	width:70%;
}
.head img{
	display: block;
	width: 100%;
}
.head  .tel{
	float: right;
	width: 25%;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-size: 100%  auto;
}
.nav ul li{
	float: left;
	width:33.333%;
	text-align: center;
	line-height:40px;
	height: 40px;
	
	background: #009944;
	position: relative;
	border-bottom: 1px solid #80cca2;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#80cca2;
}
.nav ul li:nth-child(3n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+4){
	border: none;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
	position: absolute;
	bottom: 0px;
	height: 30px;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}
.banner .hd  ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}
.banner .hd  ul .on{
	background: #009944;
}
 
.product{
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
  
 	margin-top: 20px;
 	
  
}

.title {
	width: 100%;
	height: 50px;
	background: #009944;
}
.title p{
	color:#fff;
	margin-left: 10px;
	line-height: 50px;
	font-size: 16px;
	float: left;
	font-weight: bold;
}
.title  span{
	display: block;
	float: left;
	line-height: 50px;
	color:#fff;
	margin-left: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.title a{
	float: right;
	color:#fff;
	font-size: 12px;
	line-height: 50px;
	margin-right: 5px;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;

}
.product .list ul li{
	float: left;
	width:24%;
	height: auto;
	overflow: hidden;
	background:#f39800;
	background-size: 100% 100%;
 	margin-top: 5px;
	text-align: center;
 	margin-left: 1.3%;
	line-height: 35px;
	 
}
.product .list ul li:nth-child(4n-3){
	margin-left: 0;
}
 
 
.product .list ul li a{
	color:#fff;
	font-size: 12px;
	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: 5px;
}
.product .pic ul li img{
	display: block;
	width:100%;
	margin-bottom: 0;
 	display: block;
	box-sizing: border-box;
	border: 1px solid #cccccc;
 
 
}
.product .pic ul li p{
	text-align: center;
	line-height: 30px;
	font-size: 12px;
  	color:#fff;
	position: absolute;	
	bottom: 0;
	background:rgba(0,0,0,0.8);
 	box-sizing: border-box;
 	color:#fff;
	width: 100%;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .more{
	width: 140px;
	height:35px;
	background: url(../images/list02.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color:#fff;
	font-size: 12px;
	display: block;
}
.product .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: #009944;
	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: 20px;
 
	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  .tab .bd  ul li .part{
	margin-top: 20px;
}

.adv  .tab .bd  ul li .pic img{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.adv  .tab .bd  ul li .intro{
	width: 94%;
	margin: 0 auto;
	margin-top: -10px;
}
.adv  .tab .bd  ul li   .t{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
}

.adv  .tab .bd  ul li   .t img{
	display: block;
	height: 60px;
	float: left;
}
.adv  .tab .bd  ul li   .t p{
	color:#095caa;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/bg03.png) repeat-x left bottom;
	height: 40px;
	margin-left: 15px;
	width: 70%;
}
.adv  .tab .bd  ul li .intro{
	width: 70%;
	margin-left: 70px;
	color:#333333;
	font-size: 13px;
	line-height: 24px;
}
.adv  .tab .hd {
	margin-top:15px;
}
.adv  .tab .hd ul {
	display: table;
	margin: 0 auto;
}
.adv  .tab .hd ul li{
	float: left;
	width:35px;
	height: 5px;
 
	margin: 0 3px;
	background:#999999;
}
.adv  .tab .hd ul .on{
	background: #009944;
}
 
.about{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;	
	padding-bottom:10px;
	margin-top: 20px;
}
 
.about .pic{
	width:94%;
	margin: 0 auto;
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .info {
	width: 100%;
	height: auto;
	overflow: hidden;
}
 
 

.about  .intro{
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
  
 
}
 
.about  .intro p{
	color:#000000;
  	font-size: 12px;
  	line-height: 20px;
}

 
.about .more{
	width: 120px;
	height:30px;
	background: #009944;
	text-align: center;
	line-height: 35px;
 
	margin: 0 auto;
	margin-top: 20px;
	color:#fff;
	font-size: 12px;
	display: block;
}
.about .more a{
	color:#fff;
}
.cases{
	width:96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: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: #009944;
	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:5px;
}
.cases  .pic  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases  .pic  ul li{
	float: left;
	width: 49%;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.cases  .pic  ul li img{
	display: block;
	width: 100%;
	height: 170px;
	border: 1px solid #cccccc;
}
.cases  .pic  ul li:nth-child(2n){
	float: right;
}
.cases  .pic  ul li p{
	text-align: center;
	font-size: 12px;
	color:#000;
	line-height:25px;
	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: #009944;
	margin: 0 2px;
}
.cases .hd ul .on{
	background: #68b92c;
}
.cases  .more{
	width: 120px;
	height:35px;
	background:#009944;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color:#fff;
	font-size: 12px;
	display: block;
}
.cases  .more a{
	color:#fff;
}
 
.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	padding: 0 2%;
 	overflow: hidden;
 	margin-top: 30px;
 
}

.news .tit{
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	box-shadow: 4px  0 0 #1595ea inset;

}
.news .tit p{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	font-weight: bold;
	color:#1595ea;
}
.news .tit span{
	display: block;
	font-size: 12px;
	margin-top:7px;
	margin-left: 5px;
	float: left;
	color: #1595ea;
}
.news .tit a{
	display: block;
	float: right;
	color:#1595ea;
	font-size: 12px;
	line-height: 30px;
}
 
 
.news ul li{
	width: 99%;
	height:35px;
 	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	position: relative;
}

.news ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cccccc;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.news ul li a{
	display: block;
	font-size: 14px;
	color:#000000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 35px;
	width: 60%;
	margin-left: 25px;
	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:#009944;
	background-size:  100%  100%;
	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;
	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: 35px;
	font-size: 14px;
}
.mssg .bd form ul li input{
	width: 73%;
	height: 35px;
	font-family: '微软雅黑';
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	border: 1px solid #ccc;
}
.mssg .bd form ul li textarea{
	width: 73%;
	height: 80px;
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	font-family: '微软雅黑';
	border: 1px solid #ccc;
	resize: none;
	padding-top: 10px;
}
.mssg .bd form .btn{
	width:90%;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	height: 35px;
	background: #009944;
	margin-bottom: 30px;
}
.article-details .title{
	margin-top: 0;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 20px;
	padding-bottom: 120px;
	background: #3d3c3d;
}
 
.footer  .info {
	width:90%;
	margin: 0 auto;
}
.footer  .info h4{
	color:#1e50af;
	font-size: 14px;
}
.footer .name {
	width: 86%;
	margin: 0 auto;
	margin-top: 20px;
}
.footer .name img{
	width: 100%;
}

.footer  .info p{
	font-size: 12px;
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
	color:#fff;
}
.footer  .info a{
	color:#fff;
}
.footer   .ewm {
	width: 30%;
	margin: 0 auto;
	margin-top: 10px;
}
.footer   .ewm img{
	display: block;
	width: 100%;
	 
}
.fn{
	width: 100%;
	height:70px;
 
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width:25%;
	height: 70px;
	overflow: hidden;
	position: relative;
	background: #009944;
}
.fn ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top:0;
	background:#fff;
}
 
.fn ul li img{
	display: block;
	margin: 0 auto;
	height:30px;
	margin-top: 10px;
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}

.fn .phone{
	position: absolute;
	height: 90px;
	width: 90px;
	z-index: 100;
	background: url(../images/fn.png)no-repeat center;
	background-size: 100% auto;
	border-radius: 50%;
 	left: 50%;
 	margin-left: -40px;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	flex-direction:column;
 	top: -30px;
}
.fn .phone img{
	height: 30px;
	display: block;
}
.fn .phone p{
	color:#fff;
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.fy p{
	color:#333;
	line-height: 26px;
	font-size: 12px;
}
.fy a{
	color:#333;
}


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 15px;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	float: left;
	background: #eee;
	margin: 0 3px;
}
.page ul .thisclass{
	background: #ccc;
	color:#fff;
}
.page ul li a{
	color:#333;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}
.in-title{
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.in-title p{
	color:#009944;
	font-size:24px;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 0 100px;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	left: 0;
}


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

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

.article-details .tit  span{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	color:#333;
}

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

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.article-details .intro p{
	font-size: 12px;
	line-height: 20px;
}
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

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

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