@charset "utf-8";
html, body, div, h1, h2, h3, h4, h5, h6, p,img,ol, ul, li,dl{
	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;
}
.index,.main,.main ul{
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 920px;
}
.index-main{
	position: absolute;
	top: 240px;
	left: 50%;
	margin-left: -30px;
	width: 530px;
	height: 500px;
	overflow: hidden;
}
.index-main h2{
	line-height: 26px;
	color: #ffac5a;
	font-size: 14px;
	padding-left: 14px;
	background:url(../images/dot.png) 0 8px no-repeat;
}
.index-main p{
	line-height: 18px;
	color: #8e8180;
	padding-bottom: 20px;
	font-size: 12px;
}
.index-main p span{
	padding-right: 23px;
	background:url(../images/jt.png) 90% 5px no-repeat;
}
.main ul{
	display: none;
}
.bg{
	background:url(../images/bg.jpg?v=20151229) center top no-repeat;
}
.bg1{
	background:url(../images/bg1.jpg?v=20151229) center top no-repeat;
}
.bg2{
	background:url(../images/bg2.jpg?v=20151229) center top no-repeat;
}
.bg3{
	background:url(../images/bg3.jpg?v=20151229) center top no-repeat;
}
.home{
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 50%;
	margin-left: -500px;
	width: 115px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #d6d6d6;
	font-size: 18px;
	background:url(../images/home.png?v=20151229) no-repeat;
}
.next{
	position: absolute;
	z-index: 2;
	top: 802px;
	left: 50%;
	margin-left: -58px;
	width: 141px;
	height: 45px;
	background:url(../images/next.jpg?v=20151229) no-repeat;
}
.flash{
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -961px;
	width: 1920px;
}
.list{
	position: absolute;
	top: 395px;
	left: 50%;
	margin-left: 88px;
	width: 565px;
	height: 450px;
	color: #c8bd93;
}
.attributes{
	overflow: hidden;
}
.box{
	float: left;
	width: 240px;
	height: 242px;
	line-height: 24px;
}
.box h3{
	color: #ec8b2d;
}
.box p{
	width: 100%;
}
.box p span{
	float: left;
	width: 72px;
}
.skill{
	overflow: hidden;
}
.skill-pic{
	float: left;
	width: 63px;
	text-align: center;
}
.skill-pic span{
	display: block;
	background: #000;
}
.skill-box{
	float: left;
	width: 480px;
	margin-left: 22px;
}
.skill-box h3{
	line-height: 28px;
	font-size: 16px;
	color: #ec8b2d;
}
.skill-box p{
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 20px;
}
.tips{
	font-size: 12px;
	color: #87713e;
}
.nav{
	position: absolute;
	top: 100px;
	left: 72px;
	z-index: 2;
	height: 695px;
	width: 136px;
	overflow:hidden;
}
.nav span a{
	display: block;
	width: 136px;
	height: 165px;
	overflow: hidden;
	background:url(../images/nav.png?v=20151228) -999px -999px no-repeat;
}
.nav span .nav1{
	height: 190px;
	background-position: 0 0;
}
.nav span .nav2{
	margin-top: 7px;
	background-position: 0 -197px;
}
.nav span .nav3{
	margin-top: 14px;
	background-position: 0 -376px;
}
.nav span .nav4{
	height: 137px;
	margin-top: 17px;
	background-position: 0 -558px;
}
.nav .curr .nav1,.nav span .nav1:hover{
	background-position: -178px 0;
}
.nav .curr .nav2,.nav span .nav2:hover{
	background-position: -178px -197px;
}
.nav .curr .nav3,.nav span .nav3:hover{
	background-position: -178px -376px;
}
.nav .curr .nav4,.nav span .nav4:hover{
	background-position: -178px -558px;
}
.back-home{
	position: absolute;
	top: 820px;
	left: 95px;
	z-index: 3;
	height: 21px;
	width: 85px;
	overflow:hidden;
	background:url(../images/back-home.png?v=20151228) no-repeat;
}
/*滚动条*/
.viewport{
	float:left;
	position: relative;
	width: 500px;
	height: 500px;
	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;
}
