.spanBox {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.weichuangyi_main{
	width: 100%;
	height: 100%;
}
.weichuangyi {
	width: 100%;
	height: 498px;
	margin: 0 auto;
	position: relative;
	overflow:hidden
}
.weichuangyi_ul{
	width: 100%;
	height: 100%;
}
.weichuangyi_ul li {
	width: 100%;
    height: 100%;
	position: relative;
	z-index: 100;
}
.weichuangyi_ul li a{
	width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.weichuangyi_main {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.weichuangyi_main li a img {
	display: block;
	width: 100%;
	height: 498px;
	position: absolute;
	left: 0;
	top: 0;
}

.weichuangyi_span {
	width: 220px;
	position: absolute;
	background: rgba(50, 50, 50, .5);
	right: 8%;
	top: 80px;
	zoom: 1;
	z-index: 101;
}

.listSpan {
	width: 195px;
	margin: 0 auto;
}

.weichuangyi_span span {
	width: 100%;
	height: 45px;
	display: block;
	opacity: 0.7;
	cursor: pointer;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.weichuangyi_span span:last-child{
	border: none;
}

.weichuangyi_span_one {
	opacity: 1!important;
	height: 73px!important;
}

.weichuangyi_span_one i {
	display: block;
	line-height: 20px;
}

.weichuangyi_span_one i:nth-child(1) {
	margin-top: 13px;
	margin-bottom: 9px;
	font-size: 24px;
}

.weichuangyi_span_one i:nth-child(3) {
	font-size: 13px;
}

.weichuangyi_span_one u {
	display: none;
}

.weichuangyi_left {
	width: 60px;
	height: 90px;
	cursor: pointer;
	background: url(../img/left.png) no-repeat center center;
	position: absolute;
	left: 50px;
	top: 155px;
	display: none;
}

.weichuangyi_right {
	width: 60px;
	height: 90px;
	cursor: pointer;
	background: url(../img/right.png) no-repeat center center;
	position: absolute;
	right: 50px;
	top: 155px;
	display: none;
}
