.index {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.index-banner {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.banner-top {
	width: 100%;
	height: 65px;
	background: url(../img/004.jpg) no-repeat left top;
}

.banner-top a {
	float: right;
}

.banner-swiper {
	width: 964px;
	height: 258px;
	margin: 18px auto;
}

.demo a {
	display: inline-block;
	padding-right: 14px;
	position: relative;
	margin-left: 10px;
}

.demo a img {
	width: 234px;
	height: 258px;
}

.demo a p {
	width: 100%;
	height: 35px;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(51, 51, 51, 0.8);
	z-index: 999;
	position: absolute;
	bottom: 0;
}


/* 左边 */
.index-left {
	width: 742px;
	display: inline-block;
	float: left;
	overflow: hidden;
}

.index-left a {
	color: #666666;
}

.index-left-l {
	width: 389px;
	display: inline-block;
	float: left;
}

.left-l-bg {
	width: 100%;
	height: 65px;
	background: url(../img/012.png) no-repeat left top;
}

.left-l-bg a {
	float: right;
}

.left-l-list {
	overflow: hidden;
	width: 320px;
	margin: 10px auto 15px auto;
}

.left-l-list li {
	/* border-bottom: 1px #666666 dotted; */
	background: url(../img/xx.jpg) repeat-x left bottom;
	overflow: hidden;
	height: 30px;
}

.left-l-list li a {
	display: inline-block;
	line-height: 30px;
	/* height: 30px; */
	background: url(../img/dian.jpg) no-repeat left center;
	padding: 0 0 0 20px;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.left-l-list li span {
	float: right;
	line-height: 30px;
	display: inline-block;
	color: #666666;
}

.left-bg {
	background: url(../img/014.png) no-repeat left top;
}


.index-left-r {
	width: 350px;
	display: inline-block;
	float: right;
}

.left-r-bg {
	width: 100%;
	height: 65px;
	background: url(../img/013.png);
}

.left-r-bg a {
	float: right;
	
}

.left-r-list {
	overflow: hidden;
	width: 320px;
	margin: 10px auto 15px auto;
}

.left-r-list li{
		/* border-bottom: 1px #666666 dotted; */
		background: url(../img/xx.jpg) repeat-x left bottom;
		overflow: hidden;
		height: 30px;
}
.left-r-list li a{
	display: inline-block;
	line-height: 30px;
	/* height: 30px; */
	background: url(../img/dian.jpg) no-repeat left center;
	padding: 0 0 0 20px;
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.left-r-list li span{
	float: right;
	line-height: 30px;
	display: inline-block;
	color: #666666;
}
.right-bg{
	background: url(../img/015.png);
}

.index-right{
	display: inline-block;
	float: right;
	width: 258px;
	height: auto;
}
.index-right img{
	width: 100%;
	
}