	<style mip-custom>
		*{
			font-family:"微软雅黑";
		}
		li{
			list-style: none;
		}
		body{
			max-width: 640px;
			margin: 0 auto;
		}
	  	.mip-head{
	  		display: flex;
	  		align-items: center;
	  		height: 60px;
	  		padding: 5px 0;
	  		overflow: hidden;
	  		justify-content: space-between;
	  	}
	  	.mip-head .name{
	  		width: 56%;
	  		margin-left: 2%;
	  	}
	  	.mip-head  mip-img{
	  		widows: 100%;
	  	}
	  	.mip-head .tel{
	  		width: 30%;
	  		margin-right: 2%;
	  	}
	  	.mip-nav{
	  		widows: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		background: #007130;
	  	}
	  	.mip-nav ul li{
	  		float: left;
	  		width: 25%;
	  		text-align: center;
	  		line-height: 35px;
	  		position: relative;
	  		border-bottom: 1px solid #fff;
	  	}
	  	.mip-nav ul li:after{
	  		content: "";
	  		width:1px;
	  		height: 14px;
	  		position: absolute;
	  		right: 0;
	  		top: 50%;
	  		margin-top: -7px;
	  		background: #fff;
	  	}
	  	.mip-nav ul li a{
	  		color:#fff;
	  		font-size: 14px;
	  	}
	  	.mip-nav ul li:nth-child(4):after{
	  		width: 0;
	  		height: 0
	  	}
	  	.mip-nav ul li:last-child:after{
	  		width: 0;
	  		height: 0;
	  	}
	  	.mip-nav ul li:nth-child(n+5){
	  		border: none;
	  	}
	  	.product{
	  		width: 96%;
	  		margin: 0 auto;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 20px;
	  	}
	  	.title{
	  		width: 96%;
	  		height: auto;
	  		overflow: hidden;
	  		position: relative;
	  		margin: 0 auto;
	  	}
	  	.title:after{
	  		content: "";
	  		width:20%;
	  		height: 1px;
	  		background: #b5b5b5;
	  		position: absolute;
	  		left: 0;
	  		top: 50%;
	  	}
	  	.title:before{
	  		content: "";
	  		width: 20%;
	  		height: 1px;
	  		background: #b5b5b5;
	  		position: absolute;
	  		right: 0;
	  		top: 50%;
	  	}
	  	.title p{
	  		color:#2a2a2a;
	  		font-size: 18px;
	  		font-weight: bold;
	  		text-align: center;
	  	}
	  	.title span{
	  		display: block;
	  		text-align: center;
	  		font-size: 12px;
	  		text-transform: uppercase;
	  		font-weight: bold;
	  		color:#a9a9a9;
	  	}
	  	.product .list{
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 10px;
	  	}
	  	.product .list ul{
	  		margin-left: -0.8%;
	  	}
	  	.product .list ul li{
	  		float: left;
	  		width: 32.5%;
	  		box-sizing: border-box;
	  		margin-left:0.8%;
	  		border: 1px solid #dcdcdc;
	  		line-height: 30px;
	  		position: relative;
	  		margin-top: 5px;
	  	}
	  	 
	  	.product .list ul li a{
	  		color:#000000;
	  		font-size: 12px;
	  		 white-space: nowrap;
	  	    text-overflow: ellipsis;
	  	    overflow: hidden;
	  	    display: block;
	  	    text-align: center;
	  	}
	  	.product .list ul li:hover ul{
	  		display: block;
	  	}
	  	 
	  	.product  .pic {
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 15px;
	  	}
	  	.product  .pic ul li{
	  		float: left;
	  		width: 49%;
	  	}
	  	.product  .pic ul li mip-mig{
	  		width: 100%;
	  		height: 141px;
	  	}
	  	.product  .pic ul li:nth-child(2n){
	  		float: right;
	  	}
	  	.product  .pic ul li p{
	  		width: 100%;
	  		line-height: 25px;
	  		text-align: center;
	  		font-size: 12px;
	  		white-space: nowrap;
	  	    text-overflow: ellipsis;
	  	    overflow: hidden;
	  	}
	  	.adv{
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 20px;
	  	}
	  	.cases{
	  		width: 96%;
	  		margin: 0 auto;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 20px;
	  	}
	  	.cases  ul{
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 10px;
	  	}
	  	.cases  ul li{
	  		float: left;
	  		width: 49%;
	  		height: auto;
	  		overflow: hidden;
	  	}
	  	.cases ul li mip-mig{
	  		width: 100%;
	  		height: 135px;
	  	}
	  	.cases  ul li:nth-child(2n){
	  		float: right;
	  	}
	  	.cases ul li  p{
	  		width: 100%;
	  		line-height: 25px;
	  		text-align: center;
	  		font-size: 12px;
	  	}
	  	.cases  .more{
	  		display: block;
	  		width: 90px;
	  		height: 30px;
	  		background: #dcdcdc;
	  		margin: 0 auto;
	  		font-size: 12px;
	  		line-height: 30px;
	  		margin-top: 20px;
	  		text-align: center;
	  	}
	  	.about{
	  		width:96%;
	  		margin: 0 auto;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 20px;
	  	}
	  	.about .pic{
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 10px;
	  	}
	  	.about .pic img{
	  		display: block;
	  	}
	  	.about .info {
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 10px;
	  	}
	  	.about .info p{
	  		color:#333333;
	  		font-size: 12px;
	  		line-height: 18px;
	  	}
	  	.about .info  a{
	  		color:#dd0101;
	  		font-size: 12px;
	  	}
	  	.news{
	  		width: 96%;
	  		margin: 0 auto;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 30px;
	  	}
	  	.news ul li{
	  		float: left;
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 10px;
	  	}
	  	.news ul li a{
	  		display: flex;
	  		justify-content: flex-start;
	  		align-items: center;
	  	}
	  	.news ul li .time{
	  		width: 60px;
	  		height: 55px;
	  	}
	  	.news ul li .time b{
	  		color:#fff;
	  		font-size: 14px;
	  		background: #007130;
	  		display: block;
	  		text-align: center;
	  		line-height: 30px;
	  	}
	  	.news ul li .time span{
	  		color:#fff;
	  		display: block;
	  		line-height: 25px;
	  		height: 25px;
	  		text-align: center;
	  		font-size: 12px;
	  		width: 100%;
	  		background: #333333;
	  	}
	  	.news ul li .info{
	  		width: 80%;
	  		margin-left: 10px;
	  		height: 50px;
	  		overflow: hidden;
	  		border-bottom: 1px solid #dcdcdc;
	  	}
	  	.news ul li .info p{
	  		color:#333333;
	  		font-size: 14px;
	  		width: 100%;
	  		white-space: nowrap;
	  	    text-overflow: ellipsis;
	  	    overflow: hidden;
	  	}
	  	.news ul li .info span{
	  		display: block;
	  		display: -webkit-box;
	  		-webkit-line-clamp:1;
	  		margin-top: 5px;
	  		font-size: 12px;
	  		-webkit-box-orient: vertical;
	  		overflow: hidden;
	  	}
.footer .gotop{
	width: 100%;
	height:30px;
	background: #555555;
}
.footer .gotop div{
	width: 1.5625rem;
	margin:0 auto;
}
.footer .gotop p{
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	float: left;
	line-height:30px;
	text-align: center;
}
.footer .gotop img{
	float: left;
	width: 0.3125rem;
	margin-left: 0.078125rem;
	margin-top:0.3125rem;
}
[data-dpr="2"] .footer .gotop p{
	font-size: 24px;
}
[data-dpr="3"] .footer .gotop p{
    font-size: 36px;
}
	  	.footer{
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		margin-top: 20px;
	  		padding-bottom: 20%;
	  	}
	  	.footer .info {
	  		width: 96%;
	  		margin: 0 auto;
	  		height: auto;
	  		overflow: hidden;
	  	}
	  	.footer .info  p{
	  		width: 100%;
	  		text-align: center;
	  		font-size: 12px;
	  		line-height: 19px;
	  	}
	  	.fn{
	  		width: 100%;
	  		height: auto;
	  		overflow: hidden;
	  		background: #007130;
	  		position: fixed;
	  		left: 0;
	  		bottom: 0;
	  		z-index: 100;
	  	}
	  	.fn ul li{
	  		float: left;
	  		width: 25%;
	  	}
	  	.fn ul li mip-img{
	  		width: auto;
	  		display:block;
	  		margin: 0 auto;
	  		margin-top: 5px;
	  		height: 22px;
	  	}
	  	.fn ul li mip-img img{
	  		width: auto;
	  		min-width: auto;
	  		max-width: auto;
	  		 
	  	}
	  	.fn ul li p{
	  		width: 100%;
	  		line-height: 25px;
	  		text-align: center;
	  		color:#fff;
	  		font-size: 12px;
	  	}
.fy{width:96%; margin:0px auto;line-height:30px; font-size:12px; text-align:left;}
.xlr_pages{ margin:20px auto; text-align:center;}
.pagelist li{ color:#000; text-decoration:none; margin:5 8px; margin-right:5px; display:inline-block;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
.cases h5,.news h5,.product h5{ text-align:center; line-height:32px; font-size:16px;}
.p_c{ text-align:center; line-height:24px;}
.news_content,.product_cont{ width:96%; margin:0px auto;}
.productimg img,.news_content img,.product_cont img{ text-align:center; max-width:96%; margin:0px auto;}
.about_content{ width:96%; margin:0px auto;}
.about_content p{ line-height:24px;}
.messg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.messg form{
	width:96%;
	margin: 0 auto;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
 
}
.messg form ul li{
	width:96%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-top: 10px;
	line-height: 30px;
 
	position: relative;
}
.messg form ul li:after{
	content: "*";
	position: absolute;
	right: -10px;
	top:50%;
	margin-top: -10px;
	color:#ff0000;
}
 
.messg form ul li  input{
	width:100%;
	height: 28px;
	border: 1px solid #cccccc;
	margin-left: 5px;
	text-indent: 10px;
	font-size: 12px;
	background: #f7f8fa;
	color:#8b8a8a;
}
.messg form ul li  textarea{
	width:100%;
	height:80px;
   	text-indent: 10px;
   	color:#8b8a8a;
   	padding-top: 10px;
	resize: none;
	font-size: 12px;
	background: #f7f8fa;
	border: 1px solid #cccccc;
	margin-left: 5px;
}
.messg form  .btn{
	width: 100%;
	height: 72px;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.messg form  .btn input{
	width: 46%;
	height:45px;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
	color:#fff;
	border-radius: 5px;
	background: #bfbfbf;
	font-size:18px;
	box-shadow:2px 2px 2px #888888;
}
.messg form  .btn input:nth-child(1){
	background: #007130;
	color:#fff;
}
	  	@media only screen and (max-device-width: 320px){
	  	 	.product .pic ul li mip-img{
	  	 		height: 125px;
	  	 	}
	  	 	.cases ul li mip-img{
	  	 		height: 120px;
	  	 	}
	  	}
	  	@media only screen and (min-device-width: 375px){
	  	 	.product .pic ul li mip-img{
	  	 		height: 146px;
	  	 	}
	  	 	.cases ul li mip-img{
	  	 		height: 140px;
	  	 	}
	  	}	
	  	@media only screen and (min-device-width:412px){
	  	 	.product .pic ul li mip-img{
	  	 		height: 162px;
	  	 	}
	  	 	.cases ul li mip-img{
	  	 		height: 155px;
	  	 	}
	  	}
	</style>
