﻿

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
	width: 640px;
	margin: 0 auto;
	background: #f2f2f2;
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	z-index: 3;
}

.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	background: #4c4948;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
}

.banner .dots li.active {
	background: #009e45;
	opacity: 1
}

.banner .arrow {
	position: absolute;
	width: 20px;
	height: 37px;
	top: 50%;
	margin-top: -18px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.banner #al {
	left: 15px
}

.banner #ar {
	right: 15px
}

.banner ul {
	z-index: 1;
	width: 600%;
	overflow: hidden;
}

.banner ul .slider-item {
	width: 649px;
	float: left;
	height: 525px;
	position: relative;
	overflow: hidden;
}
.banner ul .slider-item img{
	width: 649px;
	height: 432px;
}
.banner ul .slider-item .slider-title {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 649px;
	text-align: center;
	color: #4c4948;
	font-size: 18px;
	font-weight: bold;
}



/*合作伙伴*/


.banner2 {
	position: relative;
	overflow: auto;
	text-align: center;
	width: 1145px;
	margin: 0 auto;
}

.banner2 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 3;
}

.banner2 .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	background: #525252;
	border-radius: 6px;
	cursor: pointer;
}

.banner2 .dots li.active {
	background: #009e45;
	opacity: 1
}

.banner2 .arrow {
	position: absolute;
	width: 20px;
	height: 37px;
	top: 50%;
	margin-top: -18px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.banner2 #al {
	left: 15px
}

.banner2 #ar {
	right: 15px
}

.banner2 ul {
	z-index: 1;
	width: 600%;
	overflow: hidden;
}

.banner2 ul .slider-item2 {
	width: 649px;
	float: left;
	height: 525px;
	position: relative;
	overflow: hidden;
}
.banner2 ul .slider-item2 img{
	width: 1145px;
	height: 490px;
}
.banner2 ul .slider-item2 .slider-title {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 649px;
	text-align: center;
	color: #4c4948;
	font-size: 21px;
	font-weight: bold;
}

