﻿@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
	vertical-align: middle;
}

body {
	color: #5e5f60;
	margin: 0 auto;
	background: url(../images/mainbg.jpg) repeat 0 0;
	width:100%;
}

/*--fuck change flash in 2013.10.08---*/
.mainBanner2 {
	height:500px;
	width: 100%;
	margin:-3px auto 0;
	position: relative;
	z-index:1;
}
.imgJs {
	position: relative;
	z-index: 500;
	width: 100%;
	height: 100%;
}
.imgJs ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	z-index: 600;
}
.control {
	height: 40px;
	width: 1200px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -600px;
	background: url(../images/controlbg.png) no-repeat 50% 50%;
	z-index: 1000;
}
.control ul {
	padding: 1% 0 0 45%;
}
.control ul li {
	width: 18px;
	height: 16px;
	float: left;
	margin-right: 8px;
}
.control ul li a {
	display: block;
	width: 18px;
	height: 16px;
	background: url(../images/control1.png) no-repeat 0 0;
}
.control ul li a:hover {
	background: url(../images/control2.png) no-repeat 0 0;
}
.control ul li a.current {
	background: url(../images/control2.png) no-repeat 0 0;
}
