﻿@charset "UTF-8";
html {
	color: #000;
	background: #FFF;
}

body,
div,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

li {
	list-style: none;
}

body {
	font-family: Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	background: #fff;
}

a {
	color: #39f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrapper2 {
	width: 986px;
	margin: 0 auto;
	position: relative;
}

#banner {
	width: 100%;
	height: 650px;
	background: #000;
	overflow: hidden;
	top: 80px;
	position: relative;
}

#banner_img {
	display: block;
	position: relative;
}

#banner_img li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
	background-position: center;
	background-size: cover;
	display: none;
}


/*���ñ���ͼƬ-------��ʼ*/

#banner_img li.item1 {
	background-image: url(../images/banner_bg1.jpg);
	display: block;
}

#banner_img li.item2 {
	background-image: url(../images/banner_bg2.jpg);
}

#banner_img li.item3 {
	background-image: url(../images/banner_bg3.jpg);
}

#banner_img li.item4 {
	background-image: url(../images/banner_bg4.jpg);
}

#banner_img li.item5 {
	background-image: url(../images/banner_bg5.jpg);
}

#banner_img li.item6 {
	background-image: url(../images/banner_bg6.jpg);
}

#banner_img li.item7 {
	background-image: url(../images/banner_bg7.jpg);
}

#banner_img li.item8 {
	background-image: url(../images/banner_bg8.jpg);
}


/*���ñ���ͼƬ--------����*/

#banner_img .ad_img {
	position: absolute;
	right: 10px;
	top: 80px;
	width: 506px;
	height: 404px;
}

#banner_img .ad_txt {
	position: absolute;
	left: 40px;
	top: 170px;
	color: #fff;
}

#banner_img .ad_txt t1 {
	font: bold 36px/60px Microsoft YaHei;
	color: #FEE5A7;
}

#banner_img .ad_txt t2 {
	font: bold 36px/60px Microsoft YaHei;
	color: #56b547;
}

#banner_img .ad_txt t3 {
	font: bold 36px/60px Microsoft YaHei;
}

#banner_img .ad_txt t4 {
	font: bold 36px/60px Microsoft YaHei;
}

#banner_img .ad_txt t5 {
	font: bold 36px/60px Microsoft YaHei;
	color: #246243;
}

#banner_img .ad_txt t6 {
	font: bold 36px/60px Microsoft YaHei;
}

#banner_img .ad_txt t7 {
	font: bold 36px/60px Microsoft YaHei;
}

#banner_img .ad_txt t8 {
	font: bold 36px/60px Microsoft YaHei;
	color: #00872e;
}

#banner_img p1 {
	color: #fff;
	color: #FEE5A7;
}

#banner_img p2 {
	color: #fff;
	color: #56b547;
}

#banner_img p3 {
	color: #fff;
}

#banner_img p4 {
	color: #fff;
}

#banner_img p5 {
	color: #fff;
	color: #246243;
}

#banner_img p6 {
	color: #fff;
}

#banner_img p7 {
	color: #fff;
}

#banner_img p8 {
	color: #fff;
	color: #00872e;
}

#banner_img .ad_txt a {
	display: block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
}

#banner_ctr {
	position: absolute;
	width: 765px;
	height: 122px;
	margin-left: -380px;
	left: 50%;
	bottom: 40px;
	z-index: 2;
}

#banner_ctr ul {
	width: 765px;
	height: 122px;
	background: url(../images/oneday_ico-01.png) center no-repeat;
	font-size: 0;
	line-height: 0;
	position: relative;
	
}

#banner_ctr li {
	display: block;
	float: left;
	width: 115px;
	height: 122px;
	cursor: pointer;
}

#banner_ctr li.first-item {
	background: #fff;
	width: 22px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	cursor: default;
}

#banner_ctr li.last-item {
	background: #fff;
	width: 20px;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	cursor: default;
}

#drag_ctr {
	position: absolute;
	top: -14px;
	left: 43px;
	width: 115px;
	height: 156px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	bottom: 170px;
	background: #0084cf;
}

#drag_arrow {
	position: absolute;
	top: -14px;
	left: 43px;
	width: 115px;
	height: 156px;
	background: url(../images/drag_banner_arrow.gif) center 14px no-repeat;
}
