/*预设样式*/
*{
	margin: 0;
	padding: 0;	
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dd,dt,img,input{
	border: 0;
	margin: 0;
	padding: 0;	
}
/*html{
	font-size: 10px;
}*/
body{
	font-family:arial,"Microsoft YaHei","宋体";
	font-size: 14px;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
img,input{
	border:none;
}
i{
	font-style: normal;
	font-family: consolas;
}
.clearfix:after{
	content:"200B";
	height:0;
	font-size:0;
	display:block;
	clear:both;
}
.clearfix{
	*zoom:1;
}
.hide{
	display: none;
}
/*头部导航*/
.header{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #018f7f;
	background: #fff;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 1px 6px rgba(1,143,127,0.93);
}
.header .logo{
	padding-top: 17px;
	width: 313px;
	font-size: 0px;
}
.nav > li > a{
	padding: 0;
	text-align: center;
	height: 79px;
	line-height: 79px;
	border-top: 4px solid #fff;
	color: #333;
}

/*footer*/
.footer{
	color: #fff;
}
.footer .top{
	background: #018F7F;
	padding: 20px 0;
}
.footer .top .logo{
	padding-top: 40px;
	padding-right: 40px;
}
.footer .top .logo img{
	width: 100%;
}
.footer .top .lx{
	padding: 0 30px;
}
.footer .top .lx dt{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	margin-bottom: 16px;
}
.footer .top .lx dd{
	height: 32px;
	line-height: 32px;
}
.footer .top .lx dd i{
	display: inline-block;
	width: 24px;
	height: 22px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}
.footer .top .lx dd.icon1 i{
	background: url(imagesfootIcon1.png) no-repeat center;
}
.footer .top .lx dd.icon2 i{
	background: url(imagesfootIcon2.png) no-repeat center;
}
.footer .top .lx dd.icon3 i{
	background: url(imagesfootIcon3.png) no-repeat center;
}
.footer .top .picList{
	padding-left: 90px;
	padding-top: 18px;
}
.footer .top .picList li{
	float: left;
	margin-left: 26px;
	width: 124px;
	text-align: center;
	font-size: 0px;
}
.footer .top .picList li span{
	display: block;
	font-size: 12px;
	padding-top: 5px;
	line-height: 16px;
}
.footer .bottom{
	background: #007c6e;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	text-align: center;
}
