*{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: center;
}
.head .name{
	width: 94%;
}
.head img{
	display: block;
	width: 100%;
}
 

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:25%;
	text-align: center;
	line-height:40px;
	height: 40px;
	background:#0068b7;
	position: relative;
	border-bottom: 1px solid #fff;
}
.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:#fff;
}
.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;
}

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	/*background: url(bg01.png) no-repeat center;*/
	background-size: auto 100%;
}
.about .tit {
	margin-top: 20px;
	margin-left: 4%;
	background: url(tit01.png)no-repeat left top;
	background-size:  auto 24px;
	padding-top: 20px;
}
.about .tit p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.about .info{
	width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .info p{
	color:#fff;
	font-size: 12px;
	line-height: 22px;
}

.about .more{
	display: block;
	width: 100px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 25px;
	color:#fff;
	margin-left: 4%;
	margin-bottom: 30px;
	margin-top: 20px;
	border-radius: 5px;
}

.video{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.video img{
	display: block;
	width: 100%;
}

.product{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.title {
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.title p{
	color:#0068b7;
	font-size:22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 11;
	margin-top: -20px;
}
.title span{
	display: block;
	color:#dadada;
	font-family: 'Impact Regular';
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.title  b{
	font-weight:normal;
	display:table;
	background: #fff;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	position: relative;
	margin-top: 2px;
}
.title:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 7px;
	background: #0068b7;
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .list ul li{
	float: left;
	width: 32%;
	height: 30px;
	background: #0068b7;
	line-height: 30px;
	text-align: center;
	margin-left: 1.8%;
	margin-bottom: 5px;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .list ul li a{
	color:#fff;
	font-size: 12px;
}

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul li{
	width: 49%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	float: left;
}
.product .pic ul li img{
	display: block;
	width: 100%;
}
.product .pic ul li:nth-child(2n){
	float: right;
}

.product .pic ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.product .more{
	display: block;
	width: 120px;
	height: 30px;
	background: #0068b7;
	text-align: center;
	line-height: 30px;
	color:#fff;
	font-size: 12px;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 15px;
}


.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	/*background: url(bg02.png) no-repeat center;*/
	margin-top: 30px;
}
.adv .tit{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}
.adv .tit img{
	display: block;
	width: 100%;
}
.adv .bd{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.adv .bd img{
	display: block;
	width: 100%;
}

.gg{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gg img{
	display: block;
	width: 100%;
}
 
 
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: 100000;
	left:0;
}
.fn ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.fn ul li{
	float: left;
	width: 24.5%;
	height: 80px;
	overflow: hidden;
	background: #0068b7;
}
.fn ul li a{
	display: flex;
	height: 80px;
	justify-content: center;
	flex-direction: column;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height: 30px;
 	
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}
.cases{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}


.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases .show .box{
	width: 800%;
}
.cases .show .pic{
	float: left;
	width: 50%;
}
.cases .show .pic ul li{
	float: left;
	width: 12%;
	height: auto;
	overflow: hidden;
	margin-left: .5%;
}
.cases .show .pic ul li img{
	display: block;
	width: 100%;
	padding:  2%;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
}

.cases .show .pic ul li p{
	text-align: center;
	color:#333;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    overflow: hidden;
}

.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.news ul {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	background: #eeeeee;
}
.news ul li a{
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.news ul .time{
	background: #0068b7;
	width: 60px;
	height: 50px;
}
.news ul .time p{
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	margin-top: 7px;
	text-align: center;
}
.news ul .time span{
	display: block;
	text-align: center;
	font-size: 12px;
	color:#fff;
}
.news ul li .info{
	margin-left: 10px;
	width: 80%;
}
.news ul li .info p{
	font-size: 14px;
	white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color:#000000;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
 	background: #434343;
	margin-top: 30px;
 	padding-bottom:60px;
 	margin-bottom: 90px;
}
 
.footer .tit{
	width: 94%;
	margin: 0 auto;
	margin-top: 20px;
	background: url(tit03.png) center bottom no-repeat;
}
.footer .tit p{
	text-align: center;
	font-size: 16px;
	color:#fff;
	padding-bottom: 7px;
}
.footer .info{
	width:90%;
	margin: 0 auto;
	margin-top: 10px;
}
.footer .info p{
	color:#fff;
	font-size: 12px;
	line-height: 20px;
}
.footer  a{
	color:#fff;
}



.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: 25px;
	line-height: 25px;
	color:#333;
	float: left;
	margin: 0 5px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #076ce0;
	border: 1px solid #076ce0;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}
.in-title p{
	margin: 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;
}

.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;
}


.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: #0068b7;
}