@charset "UTF-8";

#header{
	background :url(../images/head.png) no-repeat center top;
	height : 440px;
}

#header h1 {
	margin : 0 auto;
	padding-top:15px;
	width:960px;
	font-weight :normal;
	font-size:10px;
}

#wrapper {
	background :url(../images/bg_img.png) no-repeat center top #fffeea;
	position:relative;
	z-index:999;
}
.h_hover:hover{
opacity:0.8;
}

/* enjoy */

.enjoy {
	position:relative;
	width :960px;
	margin : 80px auto 100px auto;
	z-index:120;
}

.enjoy h2 {
	text-align : center;
	margin-bottom : 35px;
}

.enjoy p {
	font-size :14px;
	line-height : 24px;
	color : #775534;
	text-align : center;
	margin-bottom : 45px;
}

.enjoy ul {
	margin: 0 auto;
	width :900px;
}

.enjoy ul li {
	float : left;
	margin-right : 32px;
}

.enjoy ul li.last {
	margin-right : 0;
}

/* menu */
.menu {
	position:relative;
	background :#fff;
}

.menu .menuBg {
	position:absolute;
	z-index:100;
	margin-top : -180px;
	background :url(../images/bg_img2.png) no-repeat center top;
	padding-top : 180px;
	top :0;
	height :944px;
	width:100%;
}

.menu h2 {
	background :url(../images/menu_bg.png) no-repeat center top;
	position : relative;
	z-index:11;
	height : 118px;
	margin-bottom :60px;
}

.menu h2 span {
	width : 960px;
	margin: 0 auto;
	display : block;
}

.menu .menu_inner {
	position :relative;
	z-index:110;
	width :960px;
	height : 520px;
	margin : 0 auto;
	padding-top: 20px;
}
.menu .menu_inner ul.menu01 {
	margin: 0 0 30px 16px;
}
.menu .menu_inner ul.menu02 {
	margin: 0 0 0 80px;
}

.menu .menu_inner ul li {
	float: left;
	margin-left: 27px;
}
.menu .menu_inner ul li:first-child {
	margin-left: 0; 
}


/* topics_map */

.topicsMapBg {
	background : url(../images/bg_img3.png) no-repeat center bottom;
	height : 445px;
	width : 100%;
	position:absolute;
	bottom : -174px;
}

.topics_map {
	border-top:1px solid #f2f1e3;
	border-bottom:1px solid #f2f1e3;
	background:#fffeea;
	padding : 70px 0 100px 0;
}

.topics_map .inner {
	margin : 0 auto;
	width : 960px;
	z-index:120;
	position:relative;
}

.topics {
	width : 550px;
	float : left;
}

.topics .topicsTitle {
	height :30px;
	background:url(../images/news_title.png) no-repeat;
	margin-bottom:20px;
	text-align: right;
	padding-right:10px;
	padding-top:20px;
}

.topics .scroll {
	height : 350px;
	overflow: auto;
}

.topics dl {
	background:url(../images/news_line.png) repeat-x left bottom;
}
.topics dl dt{
	width : 80px;
	float : left;
	padding : 20px 10px;
	color :#dd9d23;
	font-size :13px;
}
.topics dl dd{
	width : 390px;
	float : left;
	padding : 20px ;
}
.topics dl dd a{
	text-decoration:none;
	color :#3b2614;
}

.map {
	width : 300px;
	float : right;
	padding : 20px;
	background:url(../images/map_bg.png);
}

.map p {
	margin : 25px 0 5px 0;
	text-align :center;
}

/* fan */
.fan {
	padding :50px 0;
	margin : 0 auto;
	background :#fff;
	border-bottom:1px solid #f2f1e3;
}

.fan h2 {
	text-align : center;
	margin-bottom:32px;
}

.fan ul {
	width :960px;
	margin : 0 auto;
}

.fan ul li {
	width :448px;
	float : left;
}

.fan ul li img {
	float :left;
}

.fan ul li .comment {
	width : 260px;
	float:right;
}

.fan ul li .comment h3 {
	font-size :19px;
	margin-bottom : 10px;
	padding-left:20px;
	background : url(../images/fan_icon.png) no-repeat left center;
}

.fan ul li .comment p {
	font-size : 14px;
	color : #8a7b6d;
}


.fan p.right {
	text-align : right;
	width : 960px;
	margin : 15px auto;
}

.fan ul li.leftColumn {
	border-right : 1px dotted #333;
	padding-right : 30px;
}

.fan ul li.rightColumn {
	padding-left : 30px;
}
