﻿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: 527px;
	position: relative;
}

.prev,
.next {
	display: block;
	width: 45px;
	height: 72px;
	position: absolute;
	z-index: 222;
	top: 50%;
	margin-top: -36px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}

.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);
}
.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 527px;
	overflow: hidden;
}

.slide-box {
	position: relative;
}

.slide {
	display: block;
	width: 100%;
	height: 527px;
	padding-top: 0px;
	position: relative;
	position: absolute;
	cursor: pointer;
	z-index: 8;
}
.slide img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0px;
	height: 527px;
	width: 1920px;
}
.slide_tit{
	position: absolute;
	background: #000;
	background-color: rgba(0,0,0,.6);
	display: block;
	z-index:33333;
	left: 0px;
	width: 100%;
	text-align: center;
	bottom: 0px;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}