.main{
	margin-bottom: 0;
}
.main .swiper1{
	height: 100%;
}
.main .swiper1 .swiper-slide{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main .swiper1 .swiper-slide h3{
	position: relative;
	line-height: 75px;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	top: 424px;
}
.main .swiper1 .swiper-slide h3 span{
	display: inline-block;
	width: 720px;
}
.main .swiper1 .swiper-slide:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: linear-gradient(-180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 70%);
	box-shadow:0px -15px 120px 35px #000;
}
.main .swiper1 .swiper-pagination{
	width: 1200px;
	display: block;
	margin: auto;
	right: 0;
	text-align: right;
	font-size: 0;
	bottom: 25px;
}
.main .swiper1 .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 6px;
	opacity: 1;
	background-color: #fff;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.main .swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fc2139;
}
.main .box-wrap .box-items{
	margin-top: 18px;
}
.main .box-items .box-items-left .title{
	padding-right: 9px;
}
.main .box-wrap .box-items .title font{
	color: #fc2139;
	float: right;
	margin-top: 36px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	margin-right:2px;
}
.main .box-wrap .box-items .title font.change{
	background: url(../../../images/front/fmmm/home_hyh_icon.png) left center no-repeat;

	background-size: 12px;
	padding-left: 16px;
}
.main .box-wrap .box-items .title font.more{
	background: url(../../../images/front/fmmm/home_right_icon.png) right center no-repeat;
	/*background-size: 12px;*/
	padding-right: 17px;
}
.main .box-wrap .box-items .title label{
	line-height: 68px;
	font-size: 28px;
	font-weight: bold;
	color: #313131;
}
.main .box-wrap .box-items .box-items-left{
	width: 730px;
	margin-right: 20px;
}
.main .box-wrap .box-items .box-items-left .left-wrap .left-items{
	border: 1px solid #e1e1e1;
	width: 228px;
	margin: 0 20px 20px 0;
	position: relative;
	cursor: pointer;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:hover{
	box-shadow: 0 0 15px #ccc;
}
.main .box-wrap .box-items.box1 .box-items-left .left-wrap .left-items:before{
	content: "";
	width: 34px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px;
	position: absolute;
	top: -1px;
	left: 9px;
	z-index: 1;
}
.main .box-wrap .box-items.box1 .box-items-left .left-wrap .left-items.must:before{
	background-image: url(../../../images/front/fmmm/all_bx_icon.png);
	/*免费*/
	/*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}
.main .box-wrap .box-items.box1 .box-items-left .left-wrap .left-items.elective:before{
	background-image: url(../../../images/front/fmmm/all_xx.png);
	/*免费*/
	/*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}
/*.main .box-wrap .box-items.box1 .box-items-left .left-wrap .left-items.gratis:before{
	background-image: url(../../../images/front/fmmm/mf_icon.png);
}*/

.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(3n){
	margin-right: 0;
}
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(4),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(5),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(6),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(10),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(11),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(12),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(16),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(17),
.main .box-wrap .box-items .box-items-left .left-wrap .left-items:nth-child(18){
	margin-bottom: 0;
}
.main .box-wrap .box-items .box-items-left .left-wrap .left-items img{
	width: 100%;
	height: 153px;
	border-bottom: 1px solid #e1e1e1;
}
.main .box-wrap .box-items .box-items-left .left-wrap .left-items .left-items-content{
	padding: 7px 10px;
	background-color: #fff;
}
.main .box-wrap .box-items .box-items-left .left-wrap .left-items .left-items-content h3{
	line-height: 26px;
	color: #333;
	font-size: 14px;
}
.main .box-wrap .box-items .box-items-left .left-wrap .left-items .left-items-content p{
	line-height: 24px;
	color: #808080;
	font-size: 12px;
}
.main .box-wrap .box-items .box-items-right{
	width: 450px;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content{
	border: 1px solid #e1e1e1;
	height: 460px;
	box-sizing: border-box;
	background-color: #fff;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2,.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper3{
	height: 100%;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2 .swiper-slide img,.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper3 .swiper-slide img{
	width: 100%;
	height: 320px;
	border-bottom: 1px solid #e1e1e1;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper-pagination{
	bottom: 20px;
	font-size: 0;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background-color: #b5b5b5;
	border-radius: 50px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #2197dc;
	width: 26px;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2 .swiper-slide:before{
	content: "";
    width: 34px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
    position: absolute;
    top: -1px;
    left: 9px;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2 .swiper-slide.must:before{
	background-image: url(../../../images/front/fmmm/all_bx_icon.png);
	/*免费*/
	/*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2 .swiper-slide.elective:before{
	background-image: url(../../../images/front/fmmm/all_xx.png);
	/*免费*/
	/*background-image: url(../../../images/front/fmmm/mf_icon.png);*/
}

.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2 .swiper-slide .right-items-content,.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper3 .swiper-slide .right-items-content{
	padding: 11px 20px 0;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2 .swiper-slide .right-items-content h3,.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper3 .swiper-slide .right-items-content h3{
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
.main .box-wrap .box-items .box-items-right .box-items-right-content .swiper2 .swiper-slide .right-items-content p{
	line-height: 28px;
	color: #808080;
	font-size: 14px;
}
.main .box-wrap .advertisement img{
	width: 100%;
	height: 120px;
	margin-top: 40px;
}
.main .box-wrap .box-items.box2 .box-items-left .left-wrap .left-items .left-items-content h3{
	line-height: 28px;
}
.main .box-wrap .box-items.box2 .box-items-right .box-items-right-content{
	height: 416px;
}
.main .box-wrap .box-items.box3 .swiper-slide.online:before{
	content: "在线阅读";
	padding: 0 15px 0 41px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	color: #fff;
	background: url(../../../images/front/fmmm/xq_dy_icon2.png) left 15px center no-repeat;
	background-size: 22px;
	background-color: #1f98da;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 8px;
	z-index: 9;
}
.main .box-wrap .box-items.box3 .swiper-slide .pic{
	width: 100%;
	height: 160px;
	border-radius: 8px;
	overflow: hidden;
}
.main .box-wrap .box-items.box3 .swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
	transition: all .6s;
}
.main .box-wrap .box-items.box3 .swiper-slide img:hover{
	transform: scale(1.1);
}
.main .box-wrap .box-items.box3 .swiper-slide .items-content{
	padding: 6px 10px 8px;
}
.main .box-wrap .box-items.box3 .swiper-slide .items-content h3{
	color: #333;
	font-size: 14px;
	line-height: 32px;
	cursor: pointer;
}
.main .box-wrap .box-items.box3 .swiper-slide .items-content h3:hover{
	color: #fc2139;
}
.main .box-wrap .box-items.box3 .swiper-slide .items-content p{
	color: #909090;
	line-height: 19px;
	font-size: 12px;
}
.box-items .swiper-button-next,
.box-items .swiper-button-prev{
	background-size: center;
	background-repeat: no-repeat;
	background-size: 9px;
	width: 40px;
	top: 0;
	height: 100%;
	background-color: #fff;
	margin-top: 0;
}
.box3 .swiper-button-next:hover{
	background-color: #fff;
	background-image: url(../../../images/front/fmmm/home_right_pressed_icon.png);
}
.box3 .swiper-button-prev:hover{
	background-color: #fff;
	background-image: url(../../../images/front/fmmm/home_left_pressed_icon.png);
}

.box3 .swiper-button-next{
	background-image: url(../../../images/front/fmmm/home_right_normal_icon.png);
	right: 0;
	box-shadow: -1px 0px 16px -5px;
}
.box3 .swiper-button-prev{
	background-image: url(../../../images/front/fmmm/home_left_normal_icon.png);
	left: 0;
	box-shadow: 1px 0px 16px -5px;
}
.box3 .swiper-button-next.swiper-button-disabled,.box3 .swiper-button-prev.swiper-button-disabled{
	opacity: .8;
	cursor: auto;
	pointer-events: painted;
}
.main .box-wrap .box-items.box4 .swiper5{
	height: 284px;
}
.main .box-wrap .box-items.box4 .swiper5 img{
	width: 230px;
	height: 230px;
}
.main .box-wrap .box-items.box4 .swiper5 .swiper-slide{
	height: 230px;
}
.main .box-wrap .box-items.box4 .swiper5 .items-content{
	padding: 14px 30px 0;
	box-sizing: border-box;
	width: 350px;
}
.main .box-wrap .box-items.box4 .swiper5 .items-content h3{
	line-height: 36px;
	color: #333;
	font-size: 18px;
}
.main .box-wrap .box-items.box4 .swiper5 .items-content h4{
	font-size: 12px;
	color: #8f8f8f;
	line-height: 30px;
	margin-bottom: 5px;
}
.main .box-wrap .box-items.box4 .swiper5 .items-content p{
	line-height: 25px;
	font-size: 14px;
	color: #909090;
	-webkit-line-clamp:3;
}
.main .box-wrap .box-items.box4 .swiper5 .items-content span{
	border-radius: 4px;
	width: 72px;
	line-height: 24px;
	color: #fff;
	background-color: #fc2139;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	margin-top: 19px;
}
.main .swiper5 .swiper-pagination{
	bottom: 0;
}
.main .swiper5 .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 6px;
	opacity: 1;
	border-radius: 50px;
	background-color: #fff;
	transition:all .6s;
	-moz-transition:all .6s; /* Firefox 4 */
	-webkit-transition:all .6s; /* Safari and Chrome */
	-o-transition:all .6s; /* Opera */
}
.main .box-wrap .box-items.box5 .left-wrap .left-items.live:before{
	content: "直播中";
	width: 60px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding-left: 10px;
	box-sizing: border-box;
	background: url(../../../images/front/fmmm/111.png) center no-repeat;
	background-size: 60px;
	position: absolute;
	left: 0;
	top: 123px;
	z-index: 10;
}
.box5 .scale-pic{
	position: relative;
}
.box5 .scale-pic:before{
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0;
	left: 0;
	box-shadow: 0 0px 65px 10px #000;
	z-index: 9;
}
.main .box-wrap .box-items.box5 .left-wrap .left-items.live:after{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	left: 2px;
	top: 130px;
	border-radius: 50px;
	z-index: 11;
}
.left-items-audience{
	position: absolute;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding-left: 20px;
	background: url(../../../images/front/fmmm/home_pedple_icon.png) no-repeat;
	right: 10px;
	bottom: 75px;
	z-index: 10;
}
.main .box-wrap .box-items.box5 .box-items-right .box-items-right-content{
	padding-left: 34px;
	overflow: auto;
	position: relative;
}
.main .box-wrap .box-items.box5 .box-items-right .box-items-right-content:before{
	content: "";
	width: 0;
	height: 100%;
	border-right: 1px dashed #e1e1e1;
	position: absolute;
	left: 33px;
	top: 0;
}
.main .box-wrap .box-items.box5 .box-items-right .box-items-right-content .box-right-wrap{
	padding: 36px 0 36px 30px;
	box-sizing: border-box;
}
.main .swiper5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fc2139;
	width: 26px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items{
	margin-bottom: 25px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.imgItems{
	margin-bottom: 30px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items .img{
	width: 58px;
	height: 0;
	margin-right: 14px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.imgItems .img{
	width: 120px;
	height: 80px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.imgItems img{
	width: 100%;
	height: 100%;
	position: relative;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items .right-items-content{
	width: 290px;
	position: relative;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.on:after{
	content: "";
	width: 21px;
	height: 22px;
	background: url("../../../images/front/fmmm/tuijian.gif") center no-repeat;
	-webkit-background-size: 21px;
	background-size: 21px;
	position: absolute;
	left: -42px;
	top: -3px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.off:after{
	content: "";
	width: 9px;
	height: 9px;
	background-color: #ccc;
	position: absolute;
	left: -35px;
	top: 9px;
	border-radius: 50px;
	
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items .right-items-content:before{
	content: "直播中";
	font-size: 14px;
	line-height: 26px;
	position: absolute;
	left: -72px;
	top: 0;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.on .right-items-content:before{
	content: "直播中";
	color: #fc2139;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.off .right-items-content:before{
	content: "预告";
	color: #909090;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.end .right-items-content:before{
	content: "已结束";
	color: #000000;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.imgItems .right-items-content:before{
	left: 0;
	top: 56px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items.imgItems .right-items-content{
	width: 228px;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items .right-items-content h3{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	cursor: pointer;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items .right-items-content h3:hover{
	color: #fc2139;
}
.main .box-wrap .box-items.box5 .box-items-right .box-right-items .right-items-content p{
	font-size: 12px;
	color: #909090;
	line-height: 24px;
	padding-left: 18px;
	background: url(../../../images/front/fmmm/home_time_icon.png) left center no-repeat;
	background-size: 13px;
}
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap{
	box-sizing: border-box;
	width: 840px;
	padding: 20px 20px 0;
} 
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap .left-box-items{
	padding: 10px 0 30px;
	margin-right: 40px;
}
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap .left-box-items:nth-child(2n){
	margin-right: 0;
}
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap .left-box-items img{
	width: 130px;
	height: 66px;
	margin-right: 20px;
}
.main .box-wrap .box-items.box6 .items-left-box{
	width: 840px;
	margin-right: 20px;
}
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content{
	width: 230px;
}
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content h3{
	line-height: 28px;
	color: #333;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content h3:hover{
	color: #1c97da;
}
.main .box-wrap .box-items.box6 .items-left-box .left-box-wrap .left-box-items .left-box-items-content p{
	line-height: 22px;
	color: #909090;
	font-size: 13px;
}
.main .box-wrap .box-items.box6 .items-right-box{
	width: 340px;
}
.main .box-wrap .box-items.box6 .items-right-box img{
	width: 100%;
	height: 170px;
	position: relative;
}
.main .box-wrap .box-items.box6 .items-right-box .img:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.3);
	background-image: url(../../../images/front/fmmm/xuanfu2.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 38px;
	z-index: 1;
}
.main .box-wrap .box-items.box6 .items-right-box .right-content{
	padding: 5px 14px;
	background-color: #fff;
}
.main .box-wrap .box-items.box6 .items-right-box .right-content h3{
	line-height: 28px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.main .box-wrap .box-items.box6 .items-right-box .right-content h3:hover{
	color: #fc2139;
}
.main .box-wrap .box-items.box6 .items-right-box .right-content p{
	line-height: 24px;
	color: #909090;
	font-size: 13px;
}
.swiper-box{
	height: 500px;
	position: relative;
}
/*.swiper-box:before{*/
	/*content: "";*/
	/*width: 100%;*/
	/*height: 90px;*/
	/*background: -webkit-linear-gradient(transparent, rgba(0,0,0,.8));*/
	/*background: -o-linear-gradient(transparent, rgba(0,0,0,.8));*/
	/*background: -moz-linear-gradient(transparent, rgba(0,0,0,.8));*/
	/*background: linear-gradient(transparent, rgba(0,0,0,.8));*/
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
/*}*/
.swiper-box .class-list{
	width: 360px;
	background-color: rgba(0,0,0,.6);
	height: 500px;
	overflow: hidden;
}
.swiper-box .class-list .class-tab-wrap{
	border-bottom: 1px solid #50514e;
	text-align: center;
}
.swiper-box .class-list .class-tab-wrap span{
	width: 120px;
	margin: 0 20px;
	color: #b4b4b4;
	font-size: 14px;
	position: relative;
	line-height: 53px;
	font-weight: bold;
	cursor: pointer;
}
.swiper-box .class-list .class-tab-wrap span:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}
.swiper-box .class-list .class-tab-wrap span.active{
	color: #1d93d4;
	font-size: 18px;
}
.swiper-box .class-list .class-tab-wrap span.active:before{
	border-bottom-color: #1d93d4;
}
.swiper-box .class-list .wrap{
	height: 385px;
	overflow: hidden;
}
.swiper-box .class-list .wrap .items{
	background-color: transparent;
	color: #b4b4b4;
	position: relative;
	padding-left: 40px;
	text-align: left;
	cursor: pointer;
}
.swiper-box .class-list .wrap .items label{
	display: inline-block;
	position: relative;
	padding-left: 26px;
	width: 255px;
	box-sizing: border-box;
	line-height: 45px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
	font-size: 16px;
}
.swiper-box .class-list .wrap .items label:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: #909090;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.swiper-box .class-list .wrap .items:before{
	content: "";
	width: 7px;
	height: 100%;
	background-color: #1f97de;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.swiper-box .class-list .wrap .items:after{
	content: "";
	width: 21px;
	height: 22px;
	background: url(../../../images/front/fmmm/tuijian.gif) center no-repeat;
	background-size: 16px;
	position: absolute;
	right: 24px;
	top: 50%;
	bottom: 0;
	margin-top: -14px;
	opacity: 0;
	transition:all .3s;
	-moz-transition:all .3s; /* Firefox 4 */
	-webkit-transition:all .3s; /* Safari and Chrome */
	-o-transition:all .3s; /* Opera */
}
.swiper-box .class-list .wrap .items:hover{
	background-color: rgba(0,0,0,.3);
}
.swiper-box .class-list .wrap .items:hover:before{
	opacity: 1;
}
.swiper-box .class-list .wrap .items:hover:after{
	opacity: 1;
}
.swiper-box .class-list .wrap .items:hover label:before{
	background-color: #1e99dc;
}
.swiper-box .class-list .wrap .items:hover label{
	color: #1e99dc;
}
.swiper-box .class-list span.change{
	margin: 14px auto 0;
	display: block;
	width: 286px;
	line-height: 38px;
	border: 1px solid #909090;
	color: #868686;
	text-align: left;
	box-sizing: border-box;
	padding-left: 128px;
	background: url(../../../images/front/fmmm/home_hyh_icon2.png) left 108px center no-repeat;
	background-size: 15px;
	font-size: 15px;
	cursor: pointer;
	-o-user-select: none;
	-moz-user-select: none; /*火狐 firefox*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10+*/
	-khtml-user-select :none; /*早期的浏览器*/
	user-select: none;
}
.swiper-box .class-box{
	position: absolute;
	top: 0;
	right: calc(50% - 600px);
	z-index: 11;
}