@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
p,
th,
td,
em {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 12px;
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}

html,
body {
	height: 100%;
}

img,
input,
button,
a,
select,
textarea {
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	outline: none;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
em {
	font-size: 100%;
	word-wrap: break-word;
	font-weight: normal;
	font-style: normal;
}

a:active,
a:focus {
	outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}


/* 修正IE6振动bug */


/* slide */

.slide-main {
	height: 720px;
	position: relative;
	
}

.prev{
	display: block;
	width: 44px;
	height: 52px;
	position: absolute;
	z-index: 222;
	top: 390px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	_border: 1px solid none;
	background-color:#000000;
}
.prev img{margin-top:16px;margin-left: 14px;}
.next {
	display: block;
	width: 44px;
	height: 52px;
	position: absolute;
	z-index: 222;
	top: 390px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	_border: 1px solid none;
	background-color:#000000;
}
.next img{margin-top:16px;margin-left: 14px;}
.prev {
	left: 0px;
}

.next {
	right: 0px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 560px;
	left: 0;
	text-align: center;
}
.itemtop{top:660px !important;}
.item a {
	display: inline-block;
	width: 70px;
	height: 7px;
	margin-right: 18px;
	border-radius: 2px;
	background: #444;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
}

.item a.cur {
	background:#fff;
}

.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 720px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: none;
	height: 720px;
	position: relative;
	position: absolute;
	z-index: 8;
}






