/*轮播*/
/* .lb_gl{margin-bottom: 30px;background: url(../images/bg_3d.png);background-size: 100% 100%;height:418px ;} */
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pictureSlider {
	height: 418px;
	/*margin-bottom: 24px;*/
	position: relative;
}

.poster-item {
	background: transparent;
	height: 280px;
	width: 960px;
	border-radius: 10px;
	padding: 0;
	transition: all 0.5s;
	cursor: default;
	-moz-transition: all 0.5s;
	cursor: default;
	-webkit-transition: all 0.5s;
	cursor: default;
	-o-transition: all 0.5s;
	cursor: default;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.poster-item.act{
	overflow: initial;
}
.poster-item.act:before {
	content: none;
}

.poster-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7590CD;
}

.turn_3d {
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	padding: 28px 0;
}

.xxgy {
	font-size: 30px;
	font-weight: 900;
	padding-left: 10px;
}

.poster-item .say {
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.students_star {
	padding: 10px 10px 0 10px;
}

.cell_list {
	margin-bottom: 20px;
	color: #999;
	font-size: 18px;
	overflow: hidden;
}

.darks {
	color: #000;
	padding-left: 10px;
}

.zwjs {
	border-top: 1px solid #d0cddb;
	line-height: 26px;
	padding-top: 5px;
	color: #999;
	font-size: 12px;
	max-height: 84px;
	overflow: hidden;
}

.for_btn {
	position: relative;
}

.in_page {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
}

.in_page>img {
	width: 40px;
	height: 40px;
}

.check_more {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #bc241d;
	margin: 0 auto;
	display: block;
}

.poster-btn {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -71px;
	width: 40px;
	height: 142px;
	z-index: 99;
	cursor: pointer;
}

.poster-btn>img {
	width: 100%;
	height: 100%;
}

.poster-next-btn {
	left: auto;
	right: -40px;
}

.poster-next-btn>img {
	transform: rotate(180deg);
}

.iconLeft {
	position: absolute;
	width: 16px;
	height: 47px;
	top: 50%;
	right: 0;
	margin-top: -23px;
}

.iconLeft img {
	width: 100%;
	height: 100%;
}

.iconRight {
	position: absolute;
	width: 16px;
	height: 47px;
	top: 50%;
	left: 0;
	margin-top: -23px;
}

.iconRight img {
	width: 100%;
	height: 100%;
	transform: rotate(180deg);
}

/* 鼠标移入显示小球球 */
.l_animation {
	position: relative;
	top: 20px;
	left: 20px;
}

.l_animation .circle {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	background: #224FAD;

	position: absolute;
	top: 0;
	bottom: auto;
	left: -70px;
	right: auto;
	opacity: 0;
}

.l_animation .position1 {
	left: -70px;
	top: 0px;
	width: 5px;
	height: 5px;
}

.l_animation .position2 {
	left: 140px;
	top: 30px;
	width: 5px;
	height: 5px;
}

.l_animation .position3 {
	left: -46px;
	top: 83px;
}

.l_animation .position4 {
	left: 112px;
	top: -30px;
}

.l_animation .position5 {
	left: -11px;
	top: -65px;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #224FAD;
}

.l_animation .position6 {
	left: 118px;
	top: 70px;
	width: 13px;
	height: 13px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 218px;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-image: url(../img/swiper_icon.png);
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 40px !important;
	position: relative;
	opacity: .3;
}

.swiper-pagination-bullet:after {
	content: '';
	left: 22px;
	top: 50%;
	position: absolute;
	width: 40px;
	height: 0;
	border-top: 2px dotted #FFFFFF;
	opacity: .3;
}

.swiper-pagination-bullet:last-child:after {
	content: none;
}

.bannerSweiper .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: url(../img/swiper_icon.png);
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 40px !important;
	opacity: 1;

}
