@charset "utf-8";
img {
	border: none;
}

div {
	margin: 0 auto;
}

/* banner */
.banner {
	overflow: hidden;
	/*min-width: 1000px;
	height: 400px;*/
	width: 100%;
	position: relative;
	z-index: 0;
}

.download {
	padding-top: 0px;
	height: 100px;
	width: 200px;
}

.promoWD {
/* 	width: 1000px; */
	margin: 0 auto;
	position: relative;
/* 	height: 400px; */
/* 	left: 0px; */
/* 	margin-left: 0px; */
/* 	position: relative; */
/* 	top: -400px; */
}

#main_promo {
	height: 100%;
	left: 0px;
	margin-left: 0px;
	position: relative;
	top: 0;
	overflow: hidden;
	z-index: 1;
}

#slides {
	left: 0px;
	height: 100%;
	position: relative;
}

.slide {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	float: left;
}

.slide .item {
	/*
	display:block; 
	float:left;  
	width:1920px;

	background-position: 50% 50%;*/
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
	opacity: 0;
	background-repeat: no-repeat;
	transition: opacity 800ms ease-in-out;
	-webkit-transition: opacity 800ms ease-in-out;
	-moz-transition: opacity 800ms ease-in-out;
	-o-transition: opacity 800ms ease-in-out;
	-ms-transition: opacity 800ms ease-in-out;
	background-size:100% 100%;-moz-background-size:100% 100%;
}

#dots {
	height: 13px;
	position: absolute;
	bottom: 13px;
/* 	left: 460px; */
	left: 46%;
	z-index: 99;
	top:-40px;
}

#dots li {
	width: 23px;
	height: 13px;
	float: left;
	list-style: none;
}

#dots li a {
	width: 20px;
	display: block;
	height: 20px;
	/**background-color: #FFFFFF;**/
	background:url("../images/banner_control_02.png");
	/*border: 1px solid #FFFFFF;*/
}

#dots li.act a {
	/*background-color: #54b739;*/
	background:url("../images/banner_control_01.png");
}

.layer22 {
	position: fixed;
	width: 1300px;
	height:100px;
	left:0px;
	margin-left:0;
	top: 0;
	z-index: 2;
	overflow: hidden;
}
#layer {
	position: absolute;
	width: 1300px;
	height:100px;
	left:0;
	magin-left:0;
	top: -600px;
	z-index: 2;
	overflow: hidden;
}

.layer {
	position: absolute;
	width: 1300px;
	height:100px;
	left:0;
	magin-left:0;
	top: -600px;
	z-index: 2;
	overflow: hidden;
}

.layer33{
	width:60%;
	padding-top:40px;
}
.layer44{
	float:left;
}

.layer55{
	float:right;
	width:600px;
}		
