@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

#contain{/*覆盖index.css的设置*/
	padding-bottom:0px;
}

#container {
	/*margin-left: 200px;*/
	width: 100%;
	/*height: 997px;*/
	position: relative;
	overflow: hidden;
	padding:0px;
}
#inner-list {
	/*width: 7680px;*/
	position: absolute;
	/*height: 1006px;*/
	top: 0;
	left: 0;
}
#inner-list li {
	float: left;
}
#inner-list li img {
	/*width: 1903px;*/
}
#dot-list {
	position: absolute;
	bottom: 250px;
	left: 50%;
	margin-left: -50px;
	list-style: none;
}
#dot-list li {
	float: left;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	background: rgba(255,255,255,.3);
	/*cursor: pointer;*/
	margin-right: 10px;
}
#dot-list li.cur {
	background: rgba(255,255,255,1);
}
.btn-ctrl {
	position: absolute;
	cursor: pointer;
	top: 50%;
	font-size: 36px;
	color: red;
	font-weight: 500;
	z-index: 2;
}
#btn-prev {
	left: 0px;
}
#btn-next {
	right: 0px;
}
#homecontent {
	/*height:1006px;*/
	position: relative;
	padding:0px;
}
#homecontent #rawp {
	/*height:1006px;*/
	overflow: hidden;
	position: relative;
	width: 100%;
}
#homecontent #imgs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7680px;
}
#homecontent #imgs li {
	float: left;
	width: 100%;
}
#homecontent #btns {
	width: 1372px;
	height: 150px;
	background: black;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -686px;
}
#homecontent #btns div {
	float: left;
}
#homecontent #btns #btnleft {
 background:url(../imgs/小箭头-左.png) no-repeat center;
	width: 50px;
	height: 150px;
}
#homecontent #btns .btn img {
	width: 210px;
	height: 150px;
}
#homecontent #btns #btnright {
 background:url(../imgs/小箭头-右.png) no-repeat center;
	width: 50px;
	height: 150px;
}
#homecontent #btns #recommend {
	width: 222px;
	height: 150px;
 background:url(../imgs/渐变背景框.png) no-repeat center;
	font-family: Arial;
	font-weight: bold;
}
#homecontent #btns #recommend #recommend-content {
	margin: 30px 20px;
	font-size: 20px;
	line-height: 30px;
	height: 90px;
	background: url(../imgs/button.png) no-repeat 0px 60px;
}
#homecontent #dot {
	width: 100px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 250px;
}
#homecontent #dot div {
	float: left;
	margin: 10px;
	width: 5px;
	height: 5px;
	border: 2px solid white;
	border-radius: 50%;
	cursor: pointer;
}
#homecontent #dot div.selected {
	background-color: white;
}
