@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: 50%;
	top: 26px;
	z-index: 2;
}
.index h1{
	margin-left: -460px;
}
.main-wrap h1{
	margin-left: -905px;
}
h1 a{
	display: block;
	width: 160px;
	height: 70px;
	text-indent: -999px;
	overflow: hidden;
	background:url(../images/logo.png) center center no-repeat;
}
/************************************首页************************************/
.index{
	position: relative;
	width: 100%;
	height: 1037px;
}
.flash{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.top-link{
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: 290px;
	z-index: 3;
	width: 82px;
	height: 28px;
	line-height: 24px;
	font-size: 12px;
	font-family: "宋体";
	text-align: center;
	background:url(../images/top-link.png?v=20160422) no-repeat;
}
.top-link a{
	color: #6d2106;
}
.share{
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: 380px;
	z-index: 3;
	width: 132px;
	height: 28px;
	line-height: 14px;
	background:url(../images/share.png?v=20160422) no-repeat;
}
.main-wrap{
	position: relative;
	width: 1920px;
	height: 889px;
	background:url(../images/main-bg.jpg?v=20160422) center top no-repeat;
}
/************************************导航菜单************************************/
.sidebar,.sidebar span i{
	background:url(../images/nav.png?v=20160422) -999px -999px no-repeat;
}
.sidebar{
	position: absolute;
	top: 176px;
	left: 0;
	z-index: 2;
	width: 237px;
	background-position: 0 0;
}
.sidebar span{
	display: block;
	width: 210px;
	height: 50px;
	margin: 0 0 38px;
}
.sidebar span i{
	display: block;
	width: 212px;
	height: 50px;
	cursor: pointer;
	background-position:  -999px -999px;
}
.sidebar span i a{
	display: block;
	height: 50px;
}
.sidebar .curr .nav0,.sidebar span .nav0:hover{
	background-position: -281px 0;
}
.sidebar .curr .nav1,.sidebar span .nav1:hover{
	background-position: -281px -88px;
}
.sidebar .curr .nav2,.sidebar span .nav2:hover{
	background-position: -281px -176px;
}
.sidebar .curr .nav3,.sidebar span .nav3:hover{
	background-position: -282px -264px;
}
.sidebar .curr .nav4,.sidebar span .nav4:hover{
	background-position: -282px -352px;
}
.main{
	position: absolute;
	top: 0;
	left: 0;
}
.list{
	display: none;
	position: relative;
	width: 1920px;
	height: 889px;
}
.bg-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 889px;
}
.bg1{
	background:url(../images/bg1.png?v=20160422) no-repeat;
}
.bg2{
	background:url(../images/bg2.png?v=20160422) no-repeat;
}
.bg3{
	background:url(../images/bg3.png?v=20160422) no-repeat;
}
.bg4{
	background:url(../images/bg4.png?v=20160422) no-repeat;
}
.activity{
	position: absolute;
	top: 149px;
	left: 605px;
	width: 830px;
	height: 525px;
}
.tab-nav{
	margin: 0 auto;
	width: 812px;
	height: 40px;
	padding-left: 18px;
}
.menu1{
	background:url(../images/nav1.png?v=20160422) no-repeat;
}
.menu2{
	background:url(../images/nav2.png?v=20160422) no-repeat;
}
.menu3{
	background:url(../images/nav3.png?v=20160422) no-repeat;
}
.tab-nav span{
	float: left;
	width: 132px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #6a2a2a;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 1px 1px 1px #fee586;
}
.tab-nav .curr{
	color: #fff;
	text-shadow: none;
}
.tab-main{
	padding: 43px 0 0 100px;
	width: 615px;
	height: 437px;
	overflow: hidden;
}
.tab-main dl{
	display: none;
	overflow: hidden;
	padding-top: 18px;
}
.item{
	width: 100%;
	clear: both;
	line-height: 36px;
	font-size: 16px;
}
.item span{
	float: left;
	width: 80px;
	color: #d40000;
}
.item p{
	float: left;
	width: 530px;
	color: #72380a;
}
.item p img{
	display: block;
	padding: 7px 0;
	overflow: hidden;
}