*{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: #f2f2f2；
	justify-content: center;
}
.head .name{
	width: 90%;
}
.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:35px;
	height: 35px;
	background:#132281;
	position: relative;
	border-bottom: 1px solid #fff;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    margin-top: -7px;
    height:14px;
    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: #1595ea;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;  
	background: -moz-linear-gradient(top,  #eeeeee 34px, #eeeeee 34px, #eeeeee 34px, #ffffff 45%); 
	background: -webkit-linear-gradient(top,  #eeeeee 34px,#eeeeee 34px,#eeeeee 34px,#ffffff 45%);  
	background: linear-gradient(to bottom,  #eeeeee 34px,#eeeeee 34px,#eeeeee 34px,#ffffff 45%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); 

}
.title div{
	background: url(../images/m/tit01.png)no-repeat center;
	float: left;
	width:140px;
	height: 52px;
	background-size: 100% 100%;
}
.title div p{
	color:#fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	display: table;
	line-height: 20px;
	margin: 0 auto;
	margin-top: 8px;
}
.title a{
	display: block;
	float: right;
	line-height: 30px;
	color:#000000;
	margin-right: 5px;
}

.product .list ul{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .list ul li{
	width: 33%;
	height: 35px;
	background: #eeeeee;
	line-height: 35px;
	position: relative;
	margin-top: 2px;
	float: left;
	position: relative;
	margin-left: .5%;
}
.product .list ul li:after{
	content: ">>";
	position: absolute;
	left: 3px;
	top: 0;
	color:#000;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .list ul li a{
	display: block;
	margin-left: 25px;
	color:#000000;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .pic{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 5px;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li img{
	display: block;
	width: 100%;
}
.product .pic ul li p{
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: rgba(0,0,0,.5);
	text-align: center;
	color:#fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
}

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 30px;
	background: url(../images/m/bg01.png)no-repeat center;
	background-size: 100% 100%;
}
.about .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #fff;
}
.about .tit p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: "Aparajita";
	text-transform: uppercase;
}
.about .tit span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 25px;
	width: 80px;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
}
.about .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about .intro p{
	color:#fff;
	font-size: 12px;
	line-height: 22px;
	text-indent: 1em;
}
 
.about .more{
	display: block;
  	background: #fff;
	color:#287cd2;
 	text-align: center;
	line-height: 25px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom:10px;
	width: 80px;
	
}

.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases ul {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.cases ul li{
	float: left;
	width:49%;
	height: auto;
	overflow: hidden;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin-top: 10px;
}
.cases ul li:nth-child(2n){
	float: right;
}
.cases ul li img{
	display: block;
	width:96%;
	margin: 2%;
	margin-bottom: 0;
}
.cases ul li p{
	width: 100%;
	height: 25px;
	color:#000000;
	line-height: 25px;
	text-align: center;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 12px;
}

.news{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news ul {
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.news ul li{
	float: left;
	width: 49.5%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 5px;
	padding: 5px 0;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li span{
	display: block;
	color:#666666;
	height: 20px;
	font-size: 12px;
	position: relative;
	margin-left: 5%;

}
.news ul li span:after{
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #132281;
}
.news ul li p{
	width: 90%;
	margin: 0 auto;
	color:#1a1a1a;
	font-size: 12px;
	 white-space: nowrap;
	 margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;

}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
	margin-top: 30px;
}
.footer .ewm{
	width: 30%;
	margin: 0 auto;
	height: auto;
	z-index: 100;
	position: relative;
	overflow: hidden;
	border: 1px dashed #666666;
}
.footer .ewm img{
	display: block;
	width: 94%;
	margin: 3%;
}
.footer  .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #132281;
	border-top: 1px solid #666666;
	position: relative;
	margin-top: -60px;
	padding-bottom: 20px;
}
.footer  .bd .info{
	margin-top: 80px;
}
.footer  .bd .info p{
	color:#fff;
	text-align: center;
	line-height: 20px;
}
.footer  .bd a{
	color:#fff;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	background: #132281;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height: 24px;
	margin-top: 5px;
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

.fy{width:95%;line-height:30px; font-size:12px; text-align:left; padding-left:5%;}
.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;}
.news > h4,.product h4,.cases > h4{ text-align:center; line-height:30px; font-size:15px;}
.product_cont,.news_content{ width:96%; margin:2%;}
.productimg img,.product_cont img,.news_content img{ max-width:100%; margin:0px auto;}
.p_c{ text-align:center; line-height:30px;}
.msg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.msg form{
 	width: 300px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.msg form li{
	min-height: 30px;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	line-height: 30px;
	 
}
.msg form li p{
	color:#333333;
	font-size: 14px;
	width: 70px;
	float: left;
 
 
}
.msg form li input{
 	display: block;
 	width: 228px;
 	border: none;
 	height: 28px;
 	border-radius: 5px;
 	outline: none;
 	border: 1px solid #c9c9c9;
 	font-family: "微软雅黑";
}
.msg form li textarea{
	width: 228px;
	height: 80px;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.msg form  .btn{
	width: 230px;
	float: right;
	height:30px;
	margin-top: 15px;
	border: none;
	background:#132281;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
	font-family: "微软雅黑";
}
@media only screen and (max-device-width: 320px){
	 .product .pic ul li img{
	 	height: 113px;
	 }
	 .cases .bd ul li img{
	 	height: 151px;
	 }
}
@media only screen and (min-device-width: 375px){
	.product .pic ul li img{
		height: 131px;
	}
	.cases .bd ul li img{
		height: 176px;
	}
}	
@media only screen and (min-device-width:412px){
 	.product .pic ul li img{
 		height: 
 	}
 	.cases .bd ul li img{
 		height: 196px;
 	}
}