*{margin: 0px;padding: 0px;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin: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%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;

	align-items: center;
 
}
.head .name{
	width:100%;
}
.head img{
	display: block;
	width: 100%;
}
.head .tel{
	width: 25%;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:33.33%;
	text-align: center;
	line-height:40px;
	height: 40px;
	background:#2968c9;
	position: relative;
	border-bottom: 1px solid #fff;
}
.nav ul li a{
	color:#fff;
	font-size:16px;
	display:block;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#fff;
}
.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: 25px;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
}
.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: #2968c9;
}
.product{
	width: 96%;
	margin: 0 auto;
	height: auto;
 	
	margin-top: 20px;
}
.title{
	width: 100%;
	height: 22px;
	margin-top: 20px;
	background: #dcdcdc;
}
.title p{
	float: left;
	height: 33px;
	margin-top: -12px;
	background: url(../images/tit01.png)no-repeat center top;
	background-size: 100% 100%;
	width: 116px;
	line-height: 33px;
	text-indent: 25px;
	font-size: 16px;
	color:#fff;
}
.title a{
	float: right;
	line-height: 21px;
	color:#2968c9;
	font-size: 12px;
	margin-right: 5px;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	float: left;
	width: 48%;
	height: 30px;
	border: 1px solid #xlrde;
	line-height: 30px;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
.product .list ul li a{
	color:#000000;
	font-size: 12px;
}
.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 img{
	display: block;
	width: 98.5%;
	border: 1px solid #e1e1e1;
	height: 133px;
}
.product  .pic ul li p{
	width: 100%;
	text-align: center;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color:#000000;
}
.product  .pic ul li:nth-child(2n){
	float: right;
}
.about{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.about .info{
	margin-top: 10px;
}
.about .info p{
	color:#1f1f1f;
	font-size: 12px;
	line-height: 20px;
}
.honor{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.honor .bd{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.honor .bd ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.honor .bd ul li img{
	display: block;
	width: 100%;
}
.honor .bd ul li p{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 30px;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 12px;

}
.honor .hd {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.honor .hd ul{
	display: flex;
	justify-content: center;
}
.honor .hd ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	line-height: 40px;
	border: 1px solid #cdcdcd;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
.honor .hd ul .on{
	background: #2968c9;
	border: 1px solid #2968c9;
}
.cases{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases   ul{
	width: 100%;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.cases   ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.cases   ul li img{
	display: block;
	width: 98.5%;
	border: 1px solid #e1e1e1;
 	height: 153px;
}
.cases   ul li p{
	width: 100%;
	text-align: center;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color:#000000;
}
.cases ul li:nth-child(2n){
	float: right;
}
.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:5px;
}
.news ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #cccccc;
	position: relative;
}
.news ul li:after{
	content:"";
	width: 10px;
	height: 10px;
	background: url(../images/icon01.png)no-repeat center;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -5px;
	background-size: 100% 100%;
}
.news ul li a{
	display: block;
	margin-left: 15px;
	font-size: 14px;
	color:#1f1f1f;
	width: 60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.messg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.messg form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.messg form ul li{
	width: 97%;
	height: auto;
 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
	margin-top: 10px;
	line-height: 25px;
}
.messg form ul li:after{
	content: "*";
	position: absolute;
	right: -9px;
	top: 5px;
	color:#ff0000;
}
.messg form p{
	color:#1f1f1f;
	text-align: right;
	width: 65px;
 
}
.messg form ul li input{
	width: 80%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin-left: 10px;
	outline: none;
}
.messg form ul li textarea{
	width: 80%;
	height: 60px;
	outline: none;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-left: 10px;
	resize: none;
}
.messg span{
	display: block;
	color:#666666;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 80px;
}
.messg .btn{
	margin-left: 75px;
	margin-top: 10px;
}
.messg .btn input{
	width: 80px;
	height: 30px;
	margin-right: 5px;
}
.messg .btn input:first-child{
	background: #ff0000;
	border: none;
	color:#fff;
	border-radius: 3px;
}
.messg .btn input:last-child{
	background: #8c989f;
	border: none;
	color:#fff;
	border-radius: 3px;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20%;
}
.footer .gotop{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eeeeee;
}
.footer .gotop img{
	height:13px;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info b{
	color:#1f1f1f;
	font-size: 14px;
	font-weight: normal;
}
.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;
}
.fn ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #2968c9;
}
.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: 24px;
	margin-top: 5px;
}
.fn ul li p{
	color:#ffff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

.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;}
@media only screen and (max-device-width: 320px){
	 .product  .pic ul li img{
	 	height: 113px;
	 }
	 .cases   ul li img{
	 	height: 119px;
	 }
}
@media only screen and (min-device-width: 375px){
	.product  .pic ul li img{
		height: 131px;
	}
	.cases   ul li img{
		height: 139px;
	}
}	
@media only screen and (min-device-width:412px){
 	.product  .pic ul li img{
		 height: 153px;
	}
	.cases   ul li img{
		height: 154px;
	}
}