@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a,
div,
img {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

img {
	border: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}


/*CSS初始化结束*/


/*幻灯片CSS开始*/

.weichuangyi {
	width: 739px;
	height: 348px;
	margin: 0 auto;
	position: relative;
}

.weichuangyi_main {
	width: 739px;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.weichuangyi_main li a img {
	display: block;
	width: 739px;
	height: 348px;
	position: absolute;
	left: 0;
	top: 0;
}

.weichuangyi_span {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	zoom: 1;
	top: 290px;
	text-align: center;
}

.weichuangyi_span span {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	background: url(../../image/index/dot.png) no-repeat left bottom;
	margin-top: 2px;
	cursor: pointer;
}

.weichuangyi_span p {
	height: 16px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 8px;
	background: url(../../image/index/slider-dot-bg.png) repeat;
	display: inline-block;
}

.weichuangyi_span .weichuangyi_span_one {
	background: url(../../image/index/dot.png) no-repeat left top;
	margin-top: 1px;
}

.weichuangyi_left {
	width: 30px;
	height: 80px;
	cursor: pointer;
	background: #000 url(../../image/index/ad_ctr.png) no-repeat -13px 2px;
	filter: alpha(opacity:30);
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 134px;
	display: none;
}

.weichuangyi_left1 {
	background: #000 url(../../image/index/ad_ctr.png) no-repeat -13px 2px;
	filter: alpha(opacity:50);
	opacity: 0.5;
}

.weichuangyi_right {
	width: 30px;
	height: 80px;
	cursor: pointer;
	background: #000 url(../../image/index/ad_ctr.png) no-repeat -18px -76px;
	filter: alpha(opacity:30);
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 134px;
	display: none;
}

.weichuangyi_right1 {
	background: #000 url(../../image/index/ad_ctr.png) no-repeat -18px -76px;
	filter: alpha(opacity:50);
	opacity: 0.5;
}


/*幻灯片css结束*/