*{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: 70%;
 	margin-left: 2%;
}
.head .l_tbn{
	float: right;
	width: 25px;
	height:25px;
	margin-right: 2%;
}

.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: #009a44;
}
 
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0f70da;
 	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;
	display: block;
	font-size: 16px;
}
 
.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: 12px;
	height: 1px;
	background: #b5b5b5;
}
.title:before{
	content: "";
	width:60px;
	position: absolute;
	left: 0;
	top:12px;
	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{
  
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	float: left;
	width: 32.3%;
	height: 35px;
	line-height: 35px;
	margin-top:5px;
 	text-align: center;
	white-space: nowrap;
	margin-left: 1.5%;
    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: 14px;
	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: 14px;
}
.more{
	display: block;
	width: 110px;
	height: 30px;
	background: #0f70da;
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin:20px auto;
}

 
.cases{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top:10px;
}
.cases .show {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}
.cases  .box{
	width: 600%;
}
.cases  .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 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;
	padding: 15px 2%;
	margin-top: 10px;
	padding-bottom: 20px;
	background: #f5f5f5;
	background-size:  auto 100%;
	margin-top: 50px;
 }
 
 
.about .pic{
	width: 100%;
	margin-top: 20px;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .info{
	width: 96%;
	margin:0 auto;
	margin-top: 5%;
}
.about  .more{
	margin-top:40px;
}
.about .info p{
	color:#1a1a1a;
	text-indent: 2em;
	text-align:justify;
	font-size: 14px;
	line-height: 24px;
}
.about .more {
	color:#fff;
	background: #0f70da;
}
 
.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%;
 
}
.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: 3px;
	display: block;
	 

}
.news .on .info  p{
	color:#555555;
	font-size: 13px;
	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: 48px;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
}
.news ul li a{
	color:#000000;
	font-size: 16px;
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
	color:#999999;
}
.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:#555555;
	font-size: 14px;
	width: 70px;
	float: left;
 
 
}
.mssg form li input{
 	display: block;
 	width: 228px;
 	border: none;
 	height: 36px;
 	border-radius: 5px;
 	outline: none;
 	border: 1px solid #c9c9c9;
 	font-family: "微软雅黑";
}
.mssg form li textarea{
	width: 225px;
	height:110px;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.mssg form  .btn{
	width: 100%;
	height:48px;
	margin-top: 15px;
	border: none;
	background: #be0a0a;
	color:#fff;
	font-size: 16px;
	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 .info{
	width: 96%;
	margin: 0 auto;
	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: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: #0f70da;
	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;
	overflow: hidden;
}
 
.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;
}
 
.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%;
}


.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;
}
.article-details .intro p{
	font-size: 15px;
	color:#555;
	text-align: justify;
	line-height: 28px;
}
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

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

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

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