*{
	margin: 0;
	padding: 0;
}
html{
	-webkit-text-size-adjust: none;
}
body{
	font-family:"Microsoft YaHei","LiHei Pro Medium","Tahoma","sans-serif";
	font-size: 12px;
}
header,
footer,
section,
article,
aside,
figure,
figcaption,
nav,
menu{
	display: block;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	font-size: 0;
	border: none;
}
a,
input,
button,
select{ 
	outline: none;
}
table{ 
	border-collapse: collapse; 
	letter-spacing: 0;
}
i,
em,
address,
cite,
dfn,
samp{ 
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
	font-weight: normal;
}

/*Public - start*/
.container{ 
	width: 1200px; 
	margin: 0 auto;
}
.pull-left, 
.list-inline li{ 
	float: left;
}
.pull-right{ 
	float: right;
}
.clear{ 
	clear: both;
}
.boxSiz{ 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	-o-box-sizing: border-box;
}
.lastNoMarg{ 
	margin-right: 0 !important;
}
.block{ 
	display: block; 
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*Public - end*/

/*Head - start*/
header{
	overflow: hidden;
}
.head-top{
	height: 180px;
}
.head-logo{
	width: 358px;
	padding-top: 12px;
	text-align: center;
}
.head-nav{
	position: relative;
	width: 840px;
	height: 48px;
	margin-top: 72px;
	background-image: url(../images/nav_repeat.png);
	background-repeat: repeat-x;
	background-size: 10px 48px;
	border-radius: 8px;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.head-nav-li{
	width: 585px;
	height: 48px;
}
.head-nav-li li{
	position: relative;
	width: 16.66%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
}
.head-nav-li li a{
	color: white;
}
.nav-phone{
	position: absolute;
	width: 254px;
	height: 20px;
	right: 0;
	top: 14px;
	border-left: #00c4b4 solid 1px;
	font-size: 16px;
	color: white;
}
.nav-phone em{
	margin-left: 10px;
	font-size: 14px;
}
.nav-phone span{
	margin-left: 20px;
	padding: 5px 0 5px 28px;
	font-style: italic;
	background-image: url(../images/nav_phone_icon.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: left center;
}
.nav-phone a{ color:white;}
.nav-hover{
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 10000;
	width: 840px;
	height: 52px;
	text-align: left;
}
.nav-hover .nav-hover-icon{
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 10000;
}
.nav-hover dl{
	display: inline-block;
	margin-top: 7px;
	padding: 0 10px;
	border: #0d8d7f solid 1px;
	border-radius: 5px;
	background-color: white;
}
.nav-hover dl dd{
	display: inline-block;
	height: 26px;
	padding: 0 5px;
	line-height: 26px;
	font-size: 16px;
	text-shadow: 0 0 0;
}
.nav-hover dl dd a{
	color: #00937f;
}
.nav-hover dl dd:hover{
	background-color: #d2fff5;
}
/*Head - end*/

/*foot - start*/
footer{
	height: 255px;
	padding-top: 30px;
	background-color: #00937f;
	text-align: center;
}
footer p{
	font-size: 14px;
	color: white;
	line-height: 26px;
}
footer figure{
	margin-top: 30px;
}
/*foot - end*/