body {
	margin: 0;
	padding: 0;
	font-family: 微软雅黑;
	font-size: 14px;
}

ul,
li,
input,
p,
h1,
h2,
h3,
h4,h5,
dd,
dl,
a {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #1d9168;
}

img {
	border: none;
}

.clearfloat {
	zoom: 1;
}

.clearfloat:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.hover-color li a:hover {
	color: #CB0306;
}

.w12 {
	width: 1200px;
	margin: 0 auto;
}


/*头部*/

.wraper {
	width: 100%;
	min-width: 1200px;
	height: 493px;
	background: url(../images/bg.png) no-repeat top center;
	background-size: cover;
}

.header {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/topbg.png) no-repeat top right;
}

.logo {
	width: 986px;
	height: 76px;
	padding-top:30px;
	
}

.nav1 {
	width: 100%;
	min-width: 1200px;
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
}


/*nav*/

.nav {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	background: #f3fef6;
	position: relative;
	z-index: 1;
	width: 1200px;
	margin: 0 auto;
}

.nav a {
	color: #434343;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
font-weight:normal;
	
}

.nav .sub {
	display: none;
	width: 106px;
	left: 0;
	top: 45px;
	position: absolute;
	background: #1d9168;
	line-height: 30px;
}

.nav .sub li {
	zoom: 1;
	font-size: 14px;
	text-align: center;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #FFF;
}

.nav .sub a:hover {
	background: #fff;
	color: #1d9168;
}

.nav .on h3 a {
	background: #1d9168;
	color: #ffffff;
}


/*nav*/

.banner {
	width: 1200px;
	height: 318px;
	margin: 0 auto;
}


/*footer*/

.footer {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: #000000;
}

.copy {
	height: 80px;
	padding-top: 10px;
	line-height: 28px;
	color: #ffffff;
}

.copy-text {
	text-align: center;
	line-height: 32px;
	width: 956px;
margin-top:5px;
}

.copy-text a {
	display: inline-block;
}


/*footer*/