*{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;
	justify-content: space-between;
}
.head .name{
	width: 65%;
}
.head img{
	display: block;
	width: 100%;
}
.head .tel{
	width: 25%;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul {
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
}
.nav ul li{
	float: left;
 	width: 23%;
 	height: auto;
 	overflow: hidden;
 	background: #0389de;
 	margin-top: 10px;
 	border-radius: 5px;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li img{
	display: block;
	height: 25px;
	margin: 0 auto;
	margin-top: 5px;
}
.nav ul li p{
	text-align: center;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.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: 96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
 
}
.title{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.title p{
	color:#0389de;
	font-size: 16px;
	text-align: center;
	 text-transform: uppercase;
}
.title img{
	display: block;
	width: 96%;
	margin: 0 auto;
	margin-top: 5px;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .list ul{
	margin-left: -1%;
}
.product .list ul li{
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-top:5px;
	background: #eeeeee;
	text-align: center;
	margin-left: 1%;
	line-height: 30px;
}
 
.product .list ul li a{
	color:#212121;
	font-size: 12px;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul{
	height: auto;
	overflow: hidden;

}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 49%;
	margin-top:10px;
	position: relative;
}
.product .pic ul li img{
	display: block;
	width: 98.5%;
	height: 127px;
	border: 1px solid #cccccc;
}
.product .pic ul li p{
	text-align: center;
	line-height: 25px;
	width: 100%;
	font-size: 12px;
	color:#fff;
	position: absolute;
	bottom: 0;
	background:rgba(0,0,0,.5);
}
.product .pic ul li:nth-child(2n){
	float: right;
}
 
.product  .more{
	display: block;
	width: 160px;
	height:30px;
	background: #0389de;
	line-height:30px;
	margin: 0 auto;
	color:#fff;
	margin-top: 15px;
	text-align: center;
}
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg01.png)no-repeat center;
	margin-top: 20px;
}
.about .tit{
	position: relative;
	line-height: 35px;
	margin-left: 2%;
	margin-top: 15px;
}
.about .tit p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
}
.about .tit:after{
	content: "";
	width:90px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 3px;
}
.about .info {
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .info p{
	color:#fff;
	font-size: 12px;
	line-height: 20px;
}
.about .more{
 	width: 200px;
 	border: 2px solid #fff;
 	height: 30px;
 	margin-left: 2%;
 	margin-top: 15px;
 	margin-bottom: 30px;

}
.about .more a{
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
}
.about .more a div{
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}
.about .more p{
	color:#ff9702;
}
.about .more img{
	display: block;
	margin-right: 5px;
}
.about .more div:last-child{
	background: #fff;
}
.about .more div:last-child p{
	color:#0389de
}
.adv{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv .main{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .main img{
	display: block;
	width: 100%;
}
.gg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.gg img{
	display: block;
	width: 100%;
}
.cases{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases ul {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.cases ul li img{
	display: block;
	width: 100%;
}
.cases ul li:nth-child(2n){
	float: right;
}
.cases ul li p{
	width: 100%;
	line-height: 25px;
	text-align: center;
	color:#000000;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases  .more{
	display: block;
	width: 160px;
	height:30px;
	background: #0389de;
	line-height:30px;
	margin: 0 auto;
	color:#fff;
	margin-top: 15px;
	text-align: center;
}
.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
.news ul{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news ul li{
	float: left;
	width: 49.5%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	background: #eeeeee;
	margin-top: 5px;
	position: relative;
}
.news ul li:after{
	content: ">>";
	position:absolute;
	left: 0;
	top: 0;
	color:#000000;
	font-size: 12px;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li a{
	color:#000000;
	font-size: 12px;
	margin-left: 20px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.footer	{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0389de;
	padding-bottom: 20%;
	margin-top: 30px;
}
.footer .name{
	background: #fff;
	border-top: 1px solid #e8e7e8;
	border-bottom: 1px solid #e8e7e8;
	padding: 10px 0;
	box-shadow: 1px 1px 1px 1px #025f9a;
}
.footer .name img{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.footer .bd{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.footer .bd .info{
	width: 68%;
}
.footer .bd .info p{
	color:#fff;
	font-size: 12px;
	line-height: 19px;
}
.footer .bd .info a{
	color:#fff;
}
.footer .bd .ewm{
	width: 30%;
}
.footer .bd .ewm img{
	display: block;
	width: 100%;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	background: #1595ea;
}
.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 h5,.product h5,.cases  h5{ text-align:center; line-height:30px; font-size:15px;}
.product_cont,.news_content{ width:96%; margin:2%;}
.productimg 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:#0389de;
	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;
 	}
}