*{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;
	
}
.head .name{
	width: 96%;
	margin: 0 auto;
}
.head img{
	display: block;
	width: 100%;
}
 
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:33.333%;
	text-align: center;
	line-height:40px;
	height: 40px;
	background:#006cd8;
	position: relative;
	border-bottom: 1px solid #80b6ec;
}
.nav ul li a{
	color:#fff;
	display: block;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#8eb5eb;
}
.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: 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: #024fa1;
}
.tel{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding: 10px 0;
}
.tel img{
	display: block;
	margin: 0 auto;
	width: 90%;
}

.product{
	width: 96%;
	padding: 0 2%;
	margin:  0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
 	background: url(../images/m/bg02.png) repeat-x left bottom;
 	background-size: auto 10px;
	padding-bottom:30px;
}

.title{
	width: 100%;
	min-height: 41px;
	height: auto;
	overflow: hidden;
	background: url(../images/m/tit01.png) no-repeat center 35px;
 	
}

.title p{
	color:#1679cc;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.title span{
	display: block;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
	text-align: center;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:10px;
}
.product .list h4{
	width: 100%;
	height: 40px;
	background: #00b569;
	margin-bottom: 5px;
	margin-top: 5px;

}
.product .list h4 a{
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.product .list h4 img{
	display: block;
	margin-left: 8px;
	height: 6px;
}
.product .list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	float: left;
	width: 32%;
	height: 35px;
	margin-bottom: 5px;
	margin-left: 1.9%;
	background: #006cd8;
	box-sizing: border-box;
	text-align: center;
	line-height: 35px;
}
.product .list ul li a{
	color:#fff;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
}

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	margin-bottom:5px;
	overflow: hidden;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li img{
	display: block;
	width: 100%;
}
.product .pic ul li p{
	text-align: center;
	line-height:20px;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#333;
}
.more{
	display: block;
	width: 100%;
	height: 40px;
	background: #129ee6;
	box-sizing: border-box;
	margin-top: 10px;
}
.more a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 13px;
	color:#fff;
}
.more  img{
	height: 12px;
	margin-left: 10px;
}

.cases{
	width:96%;
	padding: 0 2%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases ul{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.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%;
	height: 30px;
	line-height: 30px;
	color:#333;
	text-align: center;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 

.about{
	width:100%;
 	background: #1679cc;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
}
.about .title{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
	background: url(../images/m/tit02.png) no-repeat center 35px;
 
}
.about .title p{
	color:#fff;
}
.about .title span{
	color:#fff;
}
.about .pic{
	width:96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about  .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #00b569;
}
.about  .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 3% 0;
	margin-bottom: 10px;
}
.about  .intro h4{
	font-size: 18px;
	color:#006cd8;
	text-align: center;
}
.about  .intro  .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	color:#333333;
	font-size: 13px;
	line-height: 22px;
	text-indent: 2em;
}
 
.about  .intro .more{
	width: 96%;
	margin: 0 auto;
	margin-top: 15px;
}

.news{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: url(../images/m/bg02.png) repeat-x left bottom;
 	background-size: auto 10px;
	padding-bottom:30px;
}
.news .on{
	width:100%;
	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: 32%;
	 
}
.news .on .info{
	float: right;
	width: 65%;
	 
}
.news .on .info h4{
	width: 100%;
	color:#000000;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .on .info  span{
	color:#333333;
	font-size: 12px;
	margin-top:5px;
	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: 100%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 2%;
}
.news ul li{
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	line-height: 40px;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
}
.news ul li a{
	color:#000000;
	font-size: 14px;
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 100px;
}
.footer .gotop{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #555555;
}
.footer .gotop img{
	height:10px;
	margin-right: 10px;
}
.footer .gotop  p{
	color:#f5f5f5;
	font-size: 14px;
	font-weight: bold;

}
.footer .info h4{
	font-size: 16px;
	text-align: center;
	color:#006cd8;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info p{
	text-align: 
	color:#555555;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}
.footer .ewm{
	width: 30%;
	margin: 0 auto;
	margin-top: 10px;
}
.footer .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: 80px;
	overflow: hidden;
	background: #006cd8;
	border-right: 3px solid #fff;
	box-sizing: border-box;
}
.fn ul li:last-child{
	border: none;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height: 32px;
	margin-top: 15px;
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}
 



.page{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin:  30px auto;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 8px;
	height: 25px;
	line-height: 25px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #333333;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}
 

.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color:#333;
}
.fy p{
	width: 49%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	margin-bottom: 5px;
	line-height: 30px;
	padding: 0 2%;
	text-align: center;
}
.fy p:nth-child(2n){
	float: right;
}

.fy a{
	color:#333;
}
 
.fy p:last-child{
	width: 100%;
}
.in-title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-title p{
	color:#333;
	font-size: 18px;
	display: table;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	left: 0;
}


.article-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article-details .tit{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.article-details .tit h4{
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color:#333;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
 
}

.article-details .tit  span{
	display: block;
	text-align: center;
	width: 100%;
	background: #eeeeee;
	color:#8a8a8a;
	font-size: 12px;
	padding: 7px 0;
	margin-top: 5px;
	color:#333;
	border-top: 1px solid #cfcfcf;
}

.article-details  .intro img{
	max-width: 100%;
	margin: 0 auto;
}

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	font-size:15px;
	line-height:26px;
	color:#555;
	text-align:justify;
}
.article-details .intro p{
	font-size: 15px;
	line-height: 26px;
	text-align:justify;
	color:#555;
}
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.map .allmap{
	width: 100%;
	height: 300px;
}



.news-list{
	margin-top: 20px;
}


.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  .btn{
	width: 100%;
	height:42px;
	margin-top: 15px;
	border: none;
	background:#006cd8;
	color:#fff;
	font-size: 18px;
	border-radius: 5px;
	font-family: "微软雅黑";
}


.crumbs{
	width:96%;
	padding: 3% 2%;
	height: auto;
	overflow: hidden;
	background: #eee;
	margin-top: 2px;
}

.crumbs p{
	color:#333;
	font-size: 12px;
	float: left;
}
.crumbs a{
	color:#333;
	font-size: 12px;
	position: relative;
	padding-right: 15px;
}
.crumbs a:after{
	position: absolute;
	right: 0;
	content: ">";
	top: 0;
}
.crumbs a:last-child:after{
	width: 0;
	overflow: hidden;;
	height: 0;
}