@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-text-size-adjust:none;
	background-attachment: fixed;
	background-image: url(../images/bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

body {
	font-family:Verdana;
	font-size:11px;
}
img { border:none;}
.fix {clear:both;height: 1px;font-size: 0px;}

/*�����������*/
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#03B16B}
::-webkit-scrollbar-thumb:vertical{background-color:#F01715;border-radius:6px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#03B16B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

.statement {
	height: 35px;
	position: fixed;
	z-index: 1000;
	left: 15px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 35px;
	color: #FFFFFF;
	bottom: 15px;
}
.statement a {
	color: #FFFFFF;
	display: block;
	height: 35px;
	text-decoration: none;
	-webkit-transition:all 0.3s ease-in-out;
	background-color: #4E0001;
	padding-right: 15px;
	padding-left: 15px;
	filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity:0.5; /*Firefox私有，透明度50%*/
	opacity:0.5;/*其他，透明度50%*/
	border-radius: 35px;
}
.statement a:hover {
	background-color: #4E0001;
	filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity:0.8; /*Firefox私有，透明度50%*/
	opacity:0.8;/*其他，透明度50%*/
	border-radius: 35px;
}

.hnwscw1 {
	background-image: url(../images/01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 470px;
}
.hnwscw2 {
	background-image: url(../images/02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 2580px;
}

.statistics {
	height: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #353535;
	text-align: right;
	position: absolute;
	top: -15px;
}
.statistics a { color:#353535; text-decoration:none;}
.statistics a:hover {text-decoration:none;}
