*{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;}
/*清除浮动*/


.head{
	width: 96%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #14ac62;
	justify-content: space-between;
}
.head .name{
	width: 70%;
}
.head img{
	display: block;
	width: 100%;
}
.head .tel{
	width: 25%;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:25%;
	text-align: center;
	line-height:50px;
	height: 50px;
	background:#eeeeee;
	position: relative;
	border-bottom: 1px solid #fff;
}
.nav ul li a{
	color:#333333;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#fff;
}
.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 {
	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: #14ac62;
}

.product{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.title{
	widows: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	background: url(../images/tit01.png)  repeat-x left bottom;
}

.title p{
	color:#333333;
	font-size: 16px;
	float: left;
	padding-left: 10px;
	background: url(../images/icon01.png) no-repeat left bottom;
}
.title  a{
	display: block;
	float: right;
	margin-top: 10px;
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;

}
.product .list ul li{
	float: left;
	width: 49%;
	height:35px;
	background: #14ac62;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
}

.product .list ul li a{
	color:#fff;
	font-size: 14px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list ul li:nth-child(2n){
	float: right;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product  .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.product  .pic ul li:nth-child(2n){
	float: right;
}
.product  .pic ul li p{
 
	color:#333333;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.product  .pic ul li img{
	display: block;
	width: 100%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

.product .more{
	width: 100%;
	height: auto;
	overflow: hidden;
 	border: 1px solid #d2d2d2;
 	display: block;
 	box-sizing: border-box;
 	line-height: 30px;
 	text-align: center;
 	margin-top: 10px;
 	color:#666666;
}

.about{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .bd img{
	display: block;
	width: 35%;
}
.about .bd .info{
	width: 60%;
	height: 110px;
	overflow:hidden;
}

.about .bd .info p{
	color:#333333;
	font-size: 12px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about .more{
	width: 100%;
	height: auto;
	overflow: hidden;
 	border: 1px solid #d2d2d2;
 	display: block;
 	box-sizing: border-box;
 	line-height: 30px;
 	text-align: center;
 	margin-top: 10px;
 	color:#666666;
}

.cases{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases ul {
	margin-top: 10px;
}
.cases ul li{
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-left: 1.8%;
}
.cases ul li:nth-child(3n-2){
	margin-left: 0;
}
.cases ul li p{
 
	color:#333333;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.cases ul li img{
	display: block;
	width: 100%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}
.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news ul{
	margin-top: 5px;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #e4e4e4;
	position: relative;
	line-height: 30px;
}
.news ul li:after{
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/list01.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.news ul li a{
	color:#333333;
	font-size: 14px;
	display: block;
	width: 70%;
	margin-left: 20px;
	float: left;
}
.news ul li  span{
	display: block;
	float: right;
}

.mssg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #14ac62;
	margin-top: 20px;
}
.mssg .tit {
	margin-top: 20px;
}
.mssg .tit p{
	color:#ffffff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.mssg .tit span{
	display: block;
	color:#ffffff;
	font-size: 12px;
	text-align: center;
}
.mssg form{
	width: 90%;
	margin: 0 auto;
	margin-top:20px;
}
.mssg form ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.mssg form ul li p{
	color:#ffffff;
	font-size: 14px;
	float: left;
	line-height: 25px;
}

.mssg form ul li input{
	height:30px;
	width: 75%;
	font-size: 12px;
	border: none;
	outline:none;
	text-indent: 5px;
	margin-left: 5px;
}
.mssg form ul li textarea{
	height: 100px;
	width: 75%;
	border: none;
	outline:none;
	text-indent: 5px;
	padding-top: 5px;
	margin-left: 5px;
	resize: none;
}
.mssg form  .btn{
	width: 100%;
	height: 42px;
	background: #f1be33;
	border: none;
	margin-top: 5px;
	color:#fff;
	margin-bottom: 20px;
	border-radius: 5px;
	font-size:18px;
}

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin: 23px 0;
	float: left;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #333333;
	color:#fff;
}
 
 
.page  select{
	border: none;
	background: none;
	outline: none;
}
.article-details{
	width: 96%;
	margin: 0 auto;
	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: 25px;
	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;
}
.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;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 100px;
}
.footer .gotop{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #999999;
}
.footer .gotop img{
	height:18px;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info p{
	text-align: 
	color:#555555;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 25%;
	height:72px;
	overflow: hidden;
	background: #1595ea;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height: 32px;
	margin-top:10px;
}
.fn ul li p{
	color:#fff;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
	margin-top: 2px;
}
.fn ul li:nth-child(1){
	background: #14ac62;
}

.fn ul li:nth-child(2){
	background: #2b8ade;
}


.fn ul li:nth-child(3){
	background: #f75050;
}


.fn ul li:nth-child(4){
	background: #f1be33;
}