﻿*{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;}
/*清除浮动*/

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }

.head{
	width: 96%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .name{
	width: 60%;
}
.head img{
	display: block;
	width: 100%;
}
.head .tel{
	width:35%;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:25%;
	text-align: center;
	line-height:35px;
	height: 35px;
	background:#0d4588;
	position: relative;
	border-bottom: 1px solid #86a2c4;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#86a2c4;
}
.nav ul li:nth-child(4n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+5){
	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: #1595ea;
}
.hot{
	width: 96%;
	margin: 0 auto; 
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.hot .title{
	background: url(../images/m/icon02.png) no-repeat 74px top;
	background-size: auto 30px;
}
.hot .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.hot .box{
	width: 800%;
}
.hot .pic{
	float: left;
	width: 50%;
}
.hot .pic ul li{
	float: left;
	width: 12%;
	margin-left: .5%;
}
.hot .pic ul li img{
	display: block;
	width: 100%;
}
.hot .pic ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #ededed;
	text-align: center;
	color:#000000;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product{
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 35px;
	background: url(../images/m/bg.png) repeat-x left bottom;
	background-size: auto 10px;
  
}
.title{
	width:300px;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.title p{
	font-size: 22px;
	text-align: center;
	color:#00479d;
	font-weight: bold;
}
.title span{
	display: table;
	margin: 0 auto;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 3px;
	position: relative;
}
.title span:after{
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	background: #999999;
	top: 50%;
	right: 0;
	margin-right: -70px;
}
.title span:before{
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	background: #999999;
	top: 50%;
	left: 0;
 	margin-left: -70px;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;

}
.product .list ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	background: #00479d;
	margin-top:8px;
	text-align: center;
 
	line-height: 35px;
}
.product .list ul li:nth-child(2n){
	float: right;

}
.product .list ul li:last-child{
	background: #68b92c;
}
.product .list ul li a{
	color:#fff;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.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-bottom: 5px;
}
.product .pic ul li img{
	display: block;
	width: 98.5%;
 
 
}
.product .pic ul li p{
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background: #ededed;
	color:#000000;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .more{
	width: 120px;
	height:35px;
	background: #00479d;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color:#fff;
	font-size: 12px;
	display: block;
}

.about{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.about .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .info {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about .info p{
	color:#333333;
	font-size: 12px;
	line-height: 20px;
	color:#333333;
}
.about .more{
	display: block;
	width: 120px;
	height: 35px;
	background: #006cd8;
	text-align: center;
	line-height: 35px;
 	font-size: 12px;
 	margin: 0 auto;
 	margin-top: 15px;
 	border-radius: 5px;
}
.about .more a{
	color:#fff;
}
.cases{
	width:96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:10px;
 	background: url(../images/m/bg.png) repeat-x left bottom;
 	background-size: auto 10px;
	padding-bottom:35px;
}
 
.cases  .bd  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases  .bd  ul li{
	float: left;
	width: 49%;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.cases  .bd  ul li img{
	display: block;
	width: 100%;
	height: 170px;
}
.cases  .bd  ul li:nth-child(2n){
	float: right;
}
.cases  .bd  ul li p{
	text-align: center;
	font-size: 12px;
	color:#000000;
	line-height:25px;
 
	width: 100%;
}
.cases .hd {
	margin-top: 10px;
}
.cases .hd ul{
	display: table;
	margin: 0 auto;
}
.cases .hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0d4588;
	margin: 0 2px;
}
.cases .hd ul .on{
	background: #68b92c;
}
.cases  .more{
	display: block;
	width: 120px;
	height: 35px;
	background: #00479d;
	text-align: center;
	line-height: 35px;
 	font-size: 12px;
 	margin: 0 auto;
 	margin-top: 20px;
 	border-radius: 5px;
}
.cases  .more a{
	color:#fff;
}
.about{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	height: auto;
	overflow: hidden;
	background: url(../images/m/bg.png) repeat-x left bottom;
	background-size: auto 10px;
	padding-bottom: 35px;
	margin-top: 20px;
}
.about .tit{
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	box-shadow: 4px  0 0 #1595ea inset;

}
.about .tit p{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	font-weight: bold;
	color:#1595ea;
}
.about .tit span{
	display: block;
	font-size: 12px;
	margin-top:7px;
	margin-left: 5px;
	float: left;
	color: #1595ea;
}
.about .tit a{
	display: block;
	float: right;
	color:#1595ea;
	font-size: 12px;
	line-height: 30px;
}
.about .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .info p{
	color:#1f1f1f;
	font-size: 14px;
	line-height: 26px;
	text-align:justify;
	text-indent:2em;
}
.about .pic{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}
.about .pic img{
	display: block;
	width: 100%;
}
.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	padding: 0 2%;
	background: url(../images/m/bg.png) repeat-x left bottom;
	background-size: auto 10px;
	padding-bottom: 35px;
	overflow: hidden;
 
}
.news-list{
	margin-top: 20px;
}
.news .tit{
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	box-shadow: 4px  0 0 #1595ea inset;

}
.news .tit p{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	font-weight: bold;
	color:#1595ea;
}
.news .tit span{
	display: block;
	font-size: 12px;
	margin-top:7px;
	margin-left: 5px;
	float: left;
	color: #1595ea;
}
.news .tit a{
	display: block;
	float: right;
	color:#1595ea;
	font-size: 12px;
	line-height: 30px;
}
.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news ul li{
	width: 99%;
	height:35px;
 	border-bottom: 1px solid #cccccc;
	margin-top: 10px;
	position: relative;
}

.news ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #cccccc;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.news ul li a{
	display: block;
	font-size: 14px;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 35px;
	width: 60%;
	margin-left: 25px;
	float: left;
}
.news ul li span{
	display: block;
	float: right;
	color:#333333;
	font-size: 12px;
	line-height: 35px;
 	
}
.news .more{
	width: 120px;
	height:35px;
	background: #00479d;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 12px;
	display: block;
}
.news .more a{
	color:#fff;
}
.mssg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.mssg .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
 	
	margin-top: 15px;
}
.mssg .bd form{
	width: 90%;
	margin: 0 auto;
	height: auto;
 	
	overflow: hidden;
}
.mssg .bd form ul li {
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.mssg .bd form ul li p{
	color:#333;
	line-height: 35px;
	font-size: 14px;
}
.mssg .bd form ul li input{
	width: 70%;
	height: 35px;
	font-family: '微软雅黑';
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	border: 1px solid #ccc;
}
.mssg .bd form ul li textarea{
	width: 70%;
	height: 80px;
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	font-family: '微软雅黑';
	border: 1px solid #ccc;
	resize: none;
	padding-top: 10px;
}
.mssg .bd form .btn{
	width:90%;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	color: #fff;
	margin-top: 20px;
	border-radius: 5px;
	height: 35px;
	background: #0d4588;
}
.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;
	color:#fff;
	background: #333333;
}
.footer .gotop img{
	height:13px;
	margin-right: 5px;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info b{
	color:#006cd8;
	font-size: 18px;
}
.footer .info p{
	text-align: 
	color:#555555;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #00479d;
}
.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 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: 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;
}


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 15px;
}
.page a{
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	background: #ccc;
	font-size: 12px;
	padding: 0 10px;
	margin: 2px;
	color:#333;
}
.page  ul{
	float: left;
}
.page  ul li{
	float: left;
}
.page span{
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	background: #333;
	font-size: 12px;
	padding: 0 10px;
	margin: 2px;
	color:#fff;
}
.page .bd{
	display: table;
	margin: 0 auto;
 
}
 

.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: 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;
}

.pro-list{
	background: none;
	margin-top: 20px;
	padding-bottom: 0;
}
 