.banner-box .banner_container {
	position: relative;
	height: 374px;
	overflow: hidden;
}
.banner-box .banner_container .banner_wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ccc;
}
.banner-box .banner_container .banner_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #ccc;
	background-position: top center;
	background-repeat: no-repeat;
}
.banner-box .banner_container .points, .banner-box .banner_container .operate_buttons {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -354px;
	width: 954px;
	text-align: center;
}
.banner-box .banner_container .points li, .banner-box .banner_container .operate_buttons li {
	display: inline-block;
	width: 30px;
	height: 6px;
	margin: 0 5px;
	background-color: #fff;
	opacity: .5;
}
.banner-box .banner_container .points .active, .banner-box .banner_container .operate_buttons .active {
	background: #02b3bc;
}
.banner-box .banner_container .operate_buttons {
	display: none;
}
.banner-box .banner_container .btn {
	position: absolute;
	top: -200px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #ccc;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 36px;
	text-align: center;
	color: #fff;
	font-family: "simsun";
}
.banner-box .banner_container .prev {
	left: 0;
}
.banner-box .banner_container .next {
	right: 0;
}
.banner-box .link-box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.banner-box .link-box .link-container {
	box-sizing: border-box;
	font-size: 0;
	width: 246px;
	height: 374px;
	background: #fff;
	position: absolute;
	top: -374px;
	left: 0;
	padding: 18px 24px 0 16px;
}
.banner-box .link-box .item3 .link:nth-child(2){
	/* margin-right: 31px; */
}
.banner-box .link-box .item3 .link:nth-child(3){
	margin-right: 16px;
}
.banner-box .link-box .tit {
	font-size: 14px;
	line-height: 34px;
	color: #333;
	font-weight: 700;
}
/* .banner-box .link-box .link-wrap {
	margin-left: -22px;
} */
.banner-box .link-box .link {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-right: 22px;
}
.banner-box .link-box .item2 .link {
	margin-right: 12px;
}
.banner-box .link-box .item4 .link {
	margin-right: 16px;
}
.banner-box .link-box .link:hover {
	color: #ff123f;
}
.banner-box .link-box .line {
	width: 200px;
	height: 1px;
	background: #ededed;
	margin: 22px 0 22px;
}