@charset "utf-8";
html, body, div, h1, h2, h3, h4, h5, h6, p,img,ol, ul, li,dl,dd,dt{
	margin:0;
	padding:0;
}
html{
	overflow-x: hidden;
}
body{
	font-size: 12px;
	background: #fff;
	color: #565656;
	font-family: "Microsoft Yahei";
	line-height: 24px;
}
ul,li{
	list-style: none;
}
a{
	outline: none;
	text-decoration: none;
}
em,i{
	font-style: normal;
}
img{
	border: none;
}
h1{
	position: absolute;
	left: 38px;
	top: 26px;
	z-index: 2;
}
h1 a{
	display: block;
	width: 150px;
	height: 65px;
	text-indent: -999px;
	overflow: hidden;
}
/************************************首页************************************/
.index{
	position: relative;
	width: 100%;
	height: 850px;
	background:url(../images/bg.jpg) center top no-repeat;
}
.flash{
	position: absolute;
	top: 81px;
	left: 50%;
	margin-left: -548px;
}
.logo{
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: -467px;
	z-index: 3;
	width: 150px;
	height: 70px;
	text-indent: -999px;
	overflow: hidden;
	background:url(../images/logo.png?v=20160306) no-repeat;
}
.top-link{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 365px;
	z-index: 3;
	width: 130px;
	height: 115px;
	padding-top: 5px;
	background: url(../images/top-link.png) no-repeat;
}
.top-link a{
	display: block;
	width: 130px;
	height: 28px;
	margin: 10px 0;
}
.share{
	display: none;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: 557px;
	z-index: 3;
	width: 65px;
	height: 30px;
	padding-left: 75px;
	padding-top: 3px;
	line-height: 14px;
	overflow: hidden;
	background: url(../images/share.png) no-repeat;
}
.share .bds_more{
	display: none;
	color: #fff;
}
.main-wrap{
	position: relative;
	width: 100%;
	height: 850px;
	background:url(../images/main-bg.jpg) center top no-repeat;
}
/************************************导航菜单************************************/
.sidebar,.sidebar span i{
	background:url(../images/menu.png?v=20160320) -999px -999px no-repeat;
}
.sidebar{
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -489px;
	z-index: 2;
	width: 170px;
	height: 380px;
	background-position: 0 0;
}
.sidebar span i{
	display: block;
	width: 170px;
	height: 56px;
	cursor: pointer;
}
.sidebar span.nav5{
	height: 80px;
}
.sidebar span i a{
	display: block;
	height: 80px;
}
.sidebar .curr .nav0,.sidebar span .nav0:hover{
	background-position: -259px 0px;
}
.sidebar .curr .nav1,.sidebar span .nav1:hover{
	background-position: -259px -56px;
}
.sidebar .curr .nav2,.sidebar span .nav2:hover{
	background-position: -259px -112px;
}
.sidebar .curr .nav3,.sidebar span .nav3:hover{
	background-position: -259px -168px;
}
.sidebar .curr .nav4,.sidebar span .nav4:hover{
	background-position: -259px -224px;
}
.sidebar .curr .nav5,.sidebar span .nav5:hover{
	background-position: -259px -280px;
}
.main{
	position: relative;
	z-index: 2;
}
.list{
	display: none;
	position: absolute;
	left: 50%;
	top: 111px;
	width: 704px;
	margin-left: -308px;
}
.activity{
	
}

.tab-nav{
	width: 704px;
	height: 58px;
	background:url(../images/nav.jpg?v=20160322) no-repeat;
}
.tab-nav span{
	float: left;
	width: 176px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #ffe1a8;
	font-size: 20px;
	cursor: pointer;
	/*text-shadow: 1px 0px 0px #f8d671,-1px 0px 0px #f8d671, 0px 1px 0px #f8d671, 0px -1px 0px #f8d671;*/
}
.tab-nav .curr{
	color: #ffe1a8;
	text-shadow: none;
}
.tab-main{
	padding: 35px 0 0 40px;
	width: 630px;
	overflow: hidden;
}
.tab-main dl{
	display: none;
	overflow: hidden;
}
.tab-main dl h2{
	height: 35px;
	color: #862d1e;
	font-size: 24px;
}
.tab-main dl h3{
	height: 30px;
	color: #276713;
	font-size: 16px;
	border-bottom: 1px dashed #862d1e;
	margin-bottom: 15px;
}
.item{
	width: 100%;
	clear: both;
	line-height: 32px;
	font-size: 15px;
}
.item .ct{
	color: #7e3200;
}
.item span{
	float: left;
	width: 84px;
	height: 23px;
	margin: 6px 10px 0 0;
	line-height: 22px;
	color: #fce1b0;
	text-align: center;
	background:url(../images/dot.png) no-repeat;
}
.item p{
	float: left;
	width: 500px;
	color: #4c0b00;
}
.item p img{
	display: block;
	padding: 7px 0;
	overflow: hidden;
}