.title {
	background-image: url("http://hhf.91wan.com/img/main/titleBg.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 88px;
}
.whiteBg {
	background-color: white;
	color: white;
}
		
#wrapper {
	position: relative;
	margin: 1px auto;
	width: 640px;
	border: 1px solid #ccc;
	font-family: Microsoft Yahei,Helvetica;
}
		

/* => 顶部广告 <= */   
body, div, ul, li, a, img {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
}

#banner {
	position: relative;
	width: 640px;
	height: 340px;
	overflow: hidden;
}
.imgList {
	position: relative;
	width: 3200px;
	height: 340px;
	z-index: 10;
	overflow: hidden;
}
.imgList li {
	float: left;
	display: inline;
}
#prev,  #next {
	position: absolute;
	top: 140px;
	z-index: 20;
	cursor: pointer;
}
#prev {
	left: 1px;
	background: url("http://hhf.91wan.com/img/main/btn_l.png");
}
#next {
	right: 1px;
	background: url("http://hhf.91wan.com/img/main/btn_r.png");
}
.bg {
	width: 100%;
}
.indexList {
	position: absolute;
	left: 268px;
	bottom: 10px;
	z-index: 30;
}
.indexList li {
	float: left;
	margin-right: 5px;
	padding: 2px 4px;
	cursor: pointer;
}
.indexList li a {
	display: block;
	width: 14px;
	height: 14px;
	padding: 0px;
	margin: 0px;
	background: url("http://hhf.91wan.com/img/main/point_up.png");
	text-decoration: none;
	text-indent: -999px;
}
.indexList li a:hover, .indexList li a.selected {
	background: url("http://hhf.91wan.com/img/main/point_on.png");
}
		
		
/* => 列表 <= */   
h2 {
	padding-top: 1px;
	padding-left: 1%;
	padding-bottom: 2px;
	text-align: left;
	font-size: 34px;
	color: #a08b54;
	font-weight: normal;
	display: inline;
}
.icon_h {
	padding-top: 6px;
	padding-left: 26px;
	padding-bottom: 6px;
	width: 30px;
	height: 30px;
	display: inline;
}
.div_h {
	display: flex;
	align-items: center;
}
.line_h {
	display: block;
	width: 26%;
	height: 6px;
	background-color: #a08b54;
	margin-top: 18px;
}
.list {

	background-color: #e0dfe7;
	padding-top: 1px;
}
.line_list {
	border: none;
	width: 100%;
	height: 10px;
	background-color: #e0dfe7;
}
.item {
	width: 640px;
	margin-top: 1px;
	position: relative;
}
.logo {
	position: relative;
	top: 0;
	left: 4.2%;
	width: 18.8%;
	padding-top: 4.2%;
	padding-bottom: 4.2%
}
.right {
	position: absolute;
	width: 4.4%;
	top: 0;
	right: 5%;
	padding-top: 10.4%
}
.icon {
	position: absolute;
	top: 0;
	left: 58%;
	padding-top: 32px;
	width: 96px;
}
.info {
	position: absolute;
	top: 30px;
	left: 26%;
	text-align: left;
	font-size: 26px;
	color: #000;
}
.p1 {
	line-height: 6px;
	font-size: 20px;
	color: #5e5e5e;
}
p strong {
	font-weight: normal;
	font-size: 26px;
	color: #a06c03;
}
.p2 {
	font-size: 20px;
	font-size: 20px;
	color: #ababab;
	white-space: nowrap;
}
		
		
/* => footer <= */   
.footer {
	overflow: hidden;
	position: relative;
	width: 640px;
	height: 288px;
	background-color: #373737;
}
.footer_text {
	position: absolute;
	width: 304px;
	left: 26px;
	top: 20px;
	font-size: 18px;
	line-height: 31px;
	color: #aaaaaa;
}
.footer_line {
	position: absolute;
	float: left;
	width: 1px;
	height: 236px;
	left: 344px;
	top: 29px;
	background-color: #4e4e4e;
}
.qrcode {
	position: absolute;
	float: left;
	width: 186px;
	height: 186px;
	left: 396px;
	top: 27px;
}
.qrcode_text {
	position: absolute;
	float: left;
	width: 186px;
	height: 186px;
	left: 407px;
	top: 228px;
	color: white;
	font-size: 20px;
	line-height: 1px;
}

.cnzz {
	position: absolute;
	left: 614px;
	bottom: 1px;
}