.banner {
	position: relative;
	top:38px;
	/*margin: 50px auto;*/
	width:1180px;
	height:300px
}

.banner .move {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.move ul,
.move ul li {
	position: absolute;
	cursor: pointer;
}
.move ul li .b_box{
	width: 1180px;
	height: 300px;
}
.banner .move li p{
	width: 100%;
	height: 40px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #fff6cc;
}
.ctrl {
	position: absolute;
	width: 100%;
	bottom:10px;
	right: 10px;
	text-align: center
}

.ctrl .libs {
	display: inline-block;
	margin-left: 5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #8a8e92;
	z-index: 50;
	cursor: pointer
}

.ctrl span.active {
	background-color: #fff
}

.ctrl .arrow {
	display: block;
	position: absolute;
	width: 30px;
	height: 66px;
	top: 50%;
	margin-top: -30px;
	/*background-color: #333;*/
	cursor: pointer;
	font: 30px/58px "瀹嬩綋";
	opacity: .9;
	color: #fff;
	text-align: center
}

.ctrl .next {
	top: -190px;
	right: 0
}

.ctrl .prev {
	top: -190px;
	left: 0
}

.ctrl .arrow:hover {
	opacity: 1
}