@charset "utf-8";
/* CSS Document */
.banner {
	width: 100%;
	height: 488px;
	position: relative;
	z-index: 1;
}
.banner .d1 {
	width: 100%;
	height: 488px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.banner .d2 {
	height: 10px;
	clear: both;
	position: absolute;
	z-index: 100;
	float: left;
	margin-left: 50%;
	display: block;
	bottom: 17px;
}
.banner .d2 ul {
	float: left;
	top: 0;
	display: inline;
	position: relative;
	right: 50%;
}
.banner .d2 li {
	width: 10px;
	height: 10px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/ban_btn2.png)!important;
	background-repeat: no-repeat;
	float: left;
	margin: 0 5px;
	display: inline;
}
.banner .d2 li.nuw {
	background-image: url(../images/ban_btn1.png)!important;
	background-repeat: no-repeat;
}
/*内容区域*/
.main {
	height: auto;
	overflow: hidden;
	padding: 19px 0px 22px;
}
.main_top {
	width: 100%;
	height: 158px;
	overflow: hidden;
	background: #cfe181;
	position: relative;
}
.main_top h1 {
	font-family: "Segoe UI", sans-serif;
	font-size: 30px;
	color: #373737;
	text-align: center;
	font-weight: normal;
	width: 100%;
	height: 66px;
	line-height: 66px;
	padding-top: 14px;
}
.main_top p {
	line-height: 26px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #555555;
}
.main_main {
	width: 100%;
	height: 175px;
	overflow: hidden;
}
.main_main_left {
	width: 395px;
	height: 150px;
	padding-top: 25px;
	padding-left: 105px;
	background: url(../images/icon1.png) 48px 31px no-repeat #c7dd6a;
}
.main_main_right {
	width: 395px;
	height: 150px;
	padding-top: 25px;
	padding-left: 105px;
	background: url(../images/icon2.png) 48px 31px no-repeat #b7d53b;
}
.main_main h2 {
	font-family: "Univers", sans-serif
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
}
.main_main p {
	width: 370px;
	height: auto;
	overflow: hidden;
	font-family:"微软雅黑";
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.main_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 17px;
}
.main_list ul li {
	width: 500px;
	height: 282px;
	overflow: hidden;
	position: relative;
	float: left;
}
.main_list ul li span {
	display: block;
	width: 500px;
	height: 282px;
	background: url(../images/show_bg.png) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.main_list ul li span b {
	width: 500px;
	height: 44px;
	line-height: 44px;
	display: block;
	text-indent: 12px;
	font-family:"微软雅黑";
	font-size: 22px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: normal;
}
