@charset "utf-8";
html, body, div, h1, h2, h3, h4, h5, h6, p,img,ol, ul, li{
	margin:0;
	padding:0;
}
html{
	overflow-x: hidden;
}
body{
	font-size: 14px;
	background: #000;
	font-family: "Microsoft Yahei";
	line-height: 24px;
}
ul,li{
	list-style: none;
}
a{
	outline: none;
	text-decoration: none;
}
i,em{
	font-style: normal;
}
img{
	border: none;
}
.main{
	position: relative;
	width: 100%;
	min-width: 800px;
	height: 1008px;
}
.bg1{
	
}
.bg2{
	background:url(../images/bg2.jpg?v=20150424) center top no-repeat;
}
.bg3{
	background:url(../images/bg3.jpg?v=20150424) center top no-repeat;
}
.bg4{
	background:url(../images/bg4.jpg?v=20150424) center top no-repeat;
}
.top-link{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 333px;
	z-index: 2;
}
.top-link1{
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: 333px;
	z-index: 2;
	display: block;
	width: 81px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	color: #513718;
	font-size: 12px;
	background:url(../images/top-btn.png?v=20150424) no-repeat;
	_background:url(../images/top-btn-png8.png?v=20150424) no-repeat;
}
.top-link a,.top-link span{
	color: #797979;
	line-height: 32px;
}
.top-link span{
	margin: 0 10px;
}
.flash{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}
@media screen and (max-width:1600px){
	.bg1{height:945px;}
	.flash{
	margin-left: -900px;
	width: 1800px;
	height:945px;
}}
@media screen and (max-width:1400px){
	.bg1{height:840px;}
	.flash{
	margin-left: -800px;
	width: 1600px;
	height:840px;
}}
@media screen and (max-width:1200px){
	.bg1{height:735px;}
	.flash{
	margin-left: -700px;
	width: 1400px;
	height:735px;
}}
.outer{margin: 0 auto;width: 680px;padding: 145px 290px 0 0;}
.content{
	/*margin: 0 auto;*/
	width: 680px;
	/*padding: 145px 290px 0 0;*/
	overflow: hidden;
}
.activity1{
	color: #513718;
}
.activity2{
	color: #513718;
}
.activity3{
	color: #6d563a;
}
.content em{
	color: #bd2800;
}
h2{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.activity1 h2{
	color: #745631;
}
.activity2 h2{
	color: #3b220e;
}
.activity3 h2{
	color: #6d563a;
}
.part{
	padding: 0 0 20px 7px;
	overflow: hidden;
}
.list{
	clear: both;
	padding-left: 23px;
	background:url(../images/dot.png) 2px 7px no-repeat;
}
h3{
	height: 18px;
	overflow: hidden;
	margin: 5px 0 5px 8px;
}
h3 i{
	float: left;
	height: 18px;
	font-size: 14px;
	color: #3b220e;
	font-weight: normal;
	line-height: 18px;
}
h3 i.l{
	width: 7px;
	background:url(../images/l.png) no-repeat;
}
h3 i.r{
	width: 7px;
	background:url(../images/r.png) no-repeat;
}
h3 i.c{
	background:url(../images/c.png) repeat-x;
}
.nav{
	position: fixed;
	top: 150px;
	z-index: 2;
	height: 380px;
	width: 77px;
	overflow:hidden;
}
.index-nav{
	right: 30px;
}
.page-nav{
	left: 50%;
	margin-left: -610px;
}
.nav span a{
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	margin-bottom: 18px;
	background:url(../images/nav.png?v=20150424) no-repeat;
	_background:url(../images/nav-png8.png?v=20150424) no-repeat;
}
.nav .nav1{
	background-position: 0 0;
}
.nav .nav2{
	background-position: 0 -100px;
}
.nav .nav3{
	background-position: 0 -200px;
}
.nav .nav4{
	background-position: 0 -300px;
}
.nav .curr .nav1,.nav span .nav1:hover{
	background-position: -120px 0;
}
.nav .curr .nav2,.nav span .nav2:hover{
	background-position: -120px -100px;
}
.nav .curr .nav3,.nav span .nav3:hover{
	background-position: -120px -200px;
}
.nav .curr .nav4,.nav span .nav4:hover{
	background-position: -120px -300px;
}

/*滚动条*/
.viewport{
	float:left;
	position: relative;
	width: 640px;
	height: 776px;
	overflow: hidden;
}
.overview{
	position: absolute;
	top: 0;
	left: 0;
}

.scrollbar{
    background:url(../images/scroll-bar.png) no-repeat;
    _background:url(../images/scroll-bar-png8.png) no-repeat;
    position:relative;
    float:right;
    width:14px;
    padding:17px 0;
}
.track{
    height:100%;
    width:14px;
    position:relative;
}
.thumb{
    background:url(../images/scroll-bar.png) no-repeat -24px 0;
    _background:url(../images/scroll-bar-png8.png) no-repeat;
    height:363px;
    width:10px;
    margin:0 2px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
}
