*{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: 100%;
	height:auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top:3%;
	padding-bottom: 3%;

}
.head img{
	width: 100%;
}
.head .logo{
	float: left;
	width: 80%;
 	margin-left: 2%;
}
.head .l_tbn{
	float: right;
	width: 25px;
	height:25px;
	margin-right: 2%;
}

.slider{
	display:none;
	 
}
.focus span{
	width:8px;
	height:8px;
	margin-right:5px;
	border-radius:50%;
	background:#fff;
}
.focus span.current{
	background:#005bac;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #005bac;
 	background-size: auto 100%;
}
.nav ul li{
	float: left;
	width: 20%;
	text-align: center;
	line-height: 50px;
 
	font-weight: bold;
	position: relative;
}
 
.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;
	font-size: 12px;
}
.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 li{
	float: left;
	width: 49%;
	height: 35px;
	line-height: 35px;
	margin-top:0.45%;
 
 	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background:#eeeeee;
}
.product .list ul li:nth-child(2n){
	float: right;
} 
.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;
	overflow: hidden;
	background: #eeeeee;
	margin-top: 5px;
}
.product .pic ul li img{
	display: block;
	width: 94%;
	margin:3%;
	height: 113px;
	margin-bottom: 0;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.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: 30px;
	background: #eeeeee;
	color:#555555;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin:20px auto;
}

 
.cases{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .show {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}
.cases .show  .box{
	width: 600%;
}
.cases .show  .pic{
	float: left;
	width: 50%;
}
.cases   ul li{
	width:12%;
	height: auto;
	overflow: hidden;
	float: left;
	background: #eeeeee;
	float: left;
	margin-left: .5%;
	margin-top: 10px;
}
.cases  ul li:nth-child(2n){
 	float: right;
}
 
.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;

}
.cases .hd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases .hd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60px;
	margin: 0 auto
}
.cases .hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	line-height: 40px;
	border-radius: 50%;
	background: #999999;
}
.cases .hd ul .on{
	background: #333333;
}
.about{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow:hidden;
	margin-top: 30px;
	padding-bottom: 20px;
	background: url(../images/m/about.png)no-repeat center;
	background-size:  auto 100%;
 }
 .about  .title{
 	margin-top: 30px;
 }
 .about  .title::before{
 	background: #fff;
 }
  .about  .title::after{
  	background: #fff;
  }
 .about  .title p{
 	color:#fff;
 }
 .about  .title span{
 	color:#fff;
 }
 
.about .info{
	width: 96%;
	margin:0 auto;
	margin-top: 5%;
}
.about  .more{
	margin-top:40px;
}
.about .info p{
	color:#fff;
	text-indent: 1em;
	font-size: 12px;
	line-height: 22px;
}
.about .more {
	color:#555555;
	background: #fff;
}
 
.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: 25px;
	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;
}
.qs{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.qs ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 1px dashed #c9c9c9;
	padding-bottom: 10px;
}
.qs ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.qs ul li img{
	display: block;
	float: left;
	width: 30%;
	height: 75px;
}
.qs ul li .info{
	float: right;
	width: 66%;
	margin-left: 3%;
}
.qs ul li .info h4{
	width: 100%;
	color:#000000;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qs ul li .info  span{
	color:#333333;
	font-size: 12px;
	margin-top: 3px;
	line-height: 18px;
	display: block;
	 

}
.qs ul li .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;
 
}
.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:35px;
	margin-top: 15px;
	border: none;
	background: #005bac;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
	font-family: "微软雅黑";
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 110px;
	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  h4{
	font-size: 14px;
	color:#555555;
	font-weight: normal;
	margin-top: 20px;
	text-align: center;

}
.footer .bd{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.footer .bd .info span{
	color:#666666;
	font-size: 12px;
	line-height: 20px;
}
.footer .bd  .ewm img{
	display: block;
	width: 110px;
	border: 3px solid #eeeeee;
}
.footer .bd  .ewm p{
	color:#cdcdcd;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.fn{
	width: 100%;
	height:80px;
	position: fixed;
	bottom: 0;
	left: 0;
}
.fn ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
}
.fn ul li{
	float: left;
	width: 24%;
	height: 80px;
	background: #1857cc;
	text-align: center;
	position: relative;
}
 
.fn ul li a{
	display: flex;
	height: 80px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.fn ul li img{
	display: block;
	margin:0 auto;
	height: 30px;
 
}
.fn ul li p{
	color:#fff;
	margin-top:7px;
	font-size: 12px;
 
}
.fn ul li div{
	position: absolute;
	width: 100%;
	left: 0;
	bottom:80px;
	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;
}
 
 

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

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	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;
}

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

.article-details .tit h4{
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color:#333;
	height: 25px;
	border-bottom: 1px dashed #ccc;
}

.article-details .tit  span{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	color:#333;
}

.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;
}
.article-details .intro p{
	font-size: 12px;
	line-height: 20px;
}
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

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

.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.fy p{
	color:#333;
	line-height: 26px;
	font-size: 12px;
}
.fy a{
	color:#333;
}