/*machaolunbo*/

.box {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

.box_img {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.box_img p {
	margin: 0;
}

.box_img ul {
	margin: 0px;
}

.box_img ul li {
	position: absolute;
	display: none;
	left: 0px;
}

.box_img ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 450px;
	font-size: 100px;
	text-align: center;
	line-height: 250px;
	color: #fff;
}

.box_img ul li a img {
	width: 100%;
	height: 450px;
}

.box_img ul li a div {
	position: absolute;
	font-size: 26px;
	background: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .8));
	bottom: 0px;
	width: 100%;
}

.box_img ul li a div span {
	font-size: 26px;
	display: block;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: 40px;
	width: 520px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*height: 70px;*/
	/*height: 30px;*/
}

.box_tab {
	position: absolute;
	right: 0px;
	text-align: center;
	width: 178px;
	height: 30px;
	padding-top: 7px;
	bottom: 5px;
	/*left: 100%;*/
	margin-left: -120px;
}

.box_tab a {
	display: inline-block;
	font-size: 10px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0);
	float: left;
	height: 15px;
	width: 15px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	margin-left: 10px;
	margin-top: 1px;
	color: #fff;
	margin-bottom: 14px;
	position: relative;
	line-height: 36px;
}

.box_tab a.active {
	background: #fff;
	color: #fff;
	height: 15px;
	width: 15px;
	margin-top: 0px
}

.box:hover .next {
	display: block;
}

.box:hover .pre {
	display: block;
}

.box .next {
	/*background: #000;*/
	display: none;
	width: 30px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	background: url(/images/ad_ctr.png) no-repeat;
	background-position: -17px -114px
}

.box .pre {
	display: none;
	background: #000;
	width: 30px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
	background: url(/images/ad_ctr.png) no-repeat;
	background-position: -13px -24px
}