*{margin: 0px;padding: 0px;}
body{max-width:640px;margin:0 auto;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;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%;
	height:auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3% 2%;
 

}
.head img{
	width: 100%;
}
.head .logo{
 	
	width:60%;
 
 
}
.head .tel{
	width: 30%;
}
.slider{
	display:none;
	 
}
.focus span{
	width:8px;
	height:8px;
	margin-right:5px;
	border-radius:50%;
	background:#fff;
}
.focus span.current{
	background:#0068b7;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.nav ul li{
	float: left;
	width:33.33%;
	text-align: center;
	line-height: 35px;
 	position: relative;
	font-weight: bold;
	background: #0173bc;
	position: relative;
	border-bottom: 1px solid #00578f;
}
.nav ul li:after{
	content:"";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #00578f;
}
.nav ul li:nth-child(n+4){
	border: none;
}
 
.nav ul li a{
	color:#fff;
	font-size: 14px;
}
 
.title{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 250px;
	margin:0 auto;
	position:relative;
	margin-top: 10px;
}
.title:after{
	content: "";
	width:60px;
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	background: #b5b5b5;
}
.title:before{
	content: "";
	width:60px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: #b5b5b5;
}
.title b{
	color:#004c98;
}
.title p{
	color:#fff;
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.title span{
	display: block;
	color:#555555;
 	text-transform: uppercase;
	font-size: 12px;
}

.about{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: url(../images/m/about.png)no-repeat center;
}
.about .title{
	margin-top: 20px;
}
.about .title:after{
	background: #fff;
}
.about .title:before{
	background: #fff;
}
.about .title p{
	color:#fff;
}
.about .title span{
	color:#fff;
}
.about .intro{
	width: 96%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
}
.about .intro p{
	color:#fff;
	font-size: 12px;
	line-height: 22px;
	text-indent: 1em;
}
.about .more{
	background: #fff;
	color:#555555;
}
.product{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 3%;
}
.product .list {
	margin:0 auto;
	margin-top:3%;
	width: 96%;
	height: auto;
	overflow: hidden;

}
.product .list ul{
 
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	float: left;
	width:32.5%;
	height: 35px;
	line-height: 35px;
	margin-top:3px;
	margin-left: 1%;
 	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background:#eeeeee;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
} 
.product .list ul li a{
	color:#000000;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.product .pic{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 3%;
}
.product .pic ul li{
	float: left;
	width:49%;
	height: auto;
	box-sizing: border-box;
	overflow: hidden;
  	background: #eee;
  	box-sizing: border-box;
	margin-top: 10px;
 
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li img{
	display: block;
	width: 94%;
	margin:3%;
	height: 113px;
	margin-bottom: 0;
}
 
.product .pic ul li p{
	width: 100%;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333333;
	font-size: 12px;
}
.more{
	display: block;
	width: 110px;
	height: 25px;
	background: #eeeeee;
	color:#555555;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin:20px auto;
}

.gg img{
	display:block;
	width: 100%;
}
 
.cases{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}
.cases   ul li{
	width: 32%;
	height: auto;
	float: left;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 10px;
	margin-left: 1.9%;
}
.cases  ul li:nth-child(3n-2){
	margin-left: 0;
}
 
.cases   ul li img{
	display: block;
	width: 94%;
	margin: 3%;
	margin-bottom: 0;
}
.cases   ul li p{
	width: 100%;
	line-height: 25px;
	text-align: center;
	color:#333333;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}


.news{
	width: 100%;
	height: auto;
	margin-top:3%;
	overflow: hidden;
}
.news .on{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 2%;
	
}
.news .on a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .on img{
	display: block;
	float: left;
	width: 30%;
	height: 75px;
}
.news .on .info{
	float: right;
	width: 65%;
	 
}
.news .on .info h4{
	width: 100%;
	color:#000000;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .on .info  span{
	color:#333333;
	font-size: 12px;
	margin-top: 3px;
	display: block;
	 

}
.news .on .info  p{
	color:#555555;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	line-height: 20px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
 
}
.news ul{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 2%;
}
.news ul li{
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	line-height: 30px;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
}
.news ul li a{
	color:#000000;
	font-size: 12px;
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
	color:#666666;
}
.mssg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.mssg form{
 	width: 300px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.mssg form li{
	min-height: 30px;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	line-height: 30px;
	 
}
.mssg form li p{
	color:#333333;
	font-size: 14px;
	width: 70px;
	float: left;
 
 
}
.mssg form li input{
 	display: block;
 	width: 228px;
 	border: none;
 	height: 28px;
 	border-radius: 5px;
 	outline: none;
 	border: 1px solid #c9c9c9;
 	font-family: "微软雅黑";
}
.mssg form li textarea{
	width: 228px;
	height: 80px;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.mssg form  .coolbg{
	width: 100%;
	height:40px;
	margin-top: 15px;
	border: none;
	background: #00578f;
	color:#fff;
	font-size: 18px;
	border-radius: 5px;
	font-family: "微软雅黑";
}

.ad{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:40px;
}
.ad img{
	display: block;
	width: 100%;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20%;
	margin-top:8%;
}
.footer .gotop{
	width: 100%;
	height: 30px;
	background: #555555;
	display: flex;
	align-items: center;
}
.footer .gotop img{
	display: block;
	height: 13px;
	margin:0 auto;
}
.footer .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 5%;

}
.footer .info p{
	color:#666666;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.footer .info span{
	display: block;
 
	line-height: 20px;
	color:#666666;
	font-size: 12px;
}
.fn{
	width: 100%;
	height: 47px;
	background:#00578f;
	position: fixed;
	bottom: 0;
	left: 0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: 47px;
	text-align: center;
	position: relative;
}
.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;
}
.fn ul li img{
	display: block;
	margin:0 auto;
	height: 18px;
	margin-top:7px;
}
.fn ul li p{
	color:#fff;
	margin-top: 3px;
	font-size: 12px;
	margin-bottom: 3px;
}
.fn ul li div{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:47px;
	display: none;
	background: #0d64b8;
}
.fn ul li div ul li{
	width: 100%;
	float: inherit;
	height: auto;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.fn ul li div ul li a{
	color:#fff;
	font-size: 12px;
}
.fn ul li div ul li:after{
	width: 0;
	height: 0;

}

.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:20px; }
.product_cont,.news_content{ width:96%; margin:2%;}
.productimg img{ max-width:100%; margin:0px auto;}
.p_c{ background:#eee; border-top:1px solid #ccc; font-size:13px; color:#666; text-align:center; line-height:30px;}
 