.container{
	width: 100%;
	background: #fff;
}
.inner{
	width: 1160px;
	margin: 0 auto;
}

/*轮播*/
.slide {
    height: 100%;
    height: 265px;
    overflow: hidden;
    position: relative;
}
.slide a {
    display: block;
    width: 100%;
    height: 100%;
}
#banner_side>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
	background-color: #fff;
	opacity: 1;
}
#banner_side>.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background-color: #fff;
	position: relative;
}
#banner_side>.swiper-pagination-bullets .swiper-pagination-bullet-active:before{
	display: block;
	content: "";
	width: 18px;
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	position: absolute;
	left: -5px;
	top: 0;
}
.slide .swiper-button-next{
	right: 50px;
	background-image: url(/wx/Public/Homes/images/angle-r-abled.png);
}
.slide .swiper-button-prev{
	left: 50px;
	background-image: url(/wx/Public/Homes/images/angle-l-abled.png);
}
/*新闻动态*/
.news{
	width: 100%;
	background: #fff;
}
.common_top{
	width: 100%;
	position: relative;
}
.common_top h3{
	padding-top: 28px;
	font-size: 32px;
	line-height: 34px;
	color: #ea202c;
}
.common_top p{
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 15px;
	line-height: 16px;
	color: #ea202c;
}
.common_top .more{
	position: absolute;
	right: 0;
	top: 70px;
	cursor: pointer;
}
.common_top .more span{
	float: left;
	line-height: 15px;
	font-size: 15px;
	color: #222;
}
.common_top .more:hover span{
	color: #ea202c;
}
.common_top .more img{
	float: left;
	width: 8.2px;
	margin-left: 8px;
}
.news_main{
	width: 100%;
}
.news_main_left{
	float: left;
	width: 570px;
	height: 295px;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
}
.news_main .news_main_left .swiper-pagination{
	bottom: 60px;
}
.news_main .news_main_left .swiper-pagination-bullet{
	border-radius: 0;
    background: #d7d9d4;
    opacity: 1;
}
.news_main .news_main_left .swiper-pagination-bullet-active{
	background: #ea202c;
}
.news_main .news_main_left .news_next,
.news_main .news_main_left .news_prev{
	position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -34px;
    z-index: 10;
    cursor: pointer;
    background-size: 11px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.news_main .news_main_left .news_next{
	background-image: url(../images/angle-r-abled.png);
	background-color: #ea202c;
	right: 10px;
}
.news_main .news_main_left .news_prev{
	background-image: url(../images/angle-l-abled.png);
	background-color: #b8b8b8;
	left: 10px;
}
.news_main_left_pic{
	display: block;
	width: 100%;
	height: 245px;
}
.news_main_left_pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_main_left_text{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #222;
}
.news_main_right{
	float: right;
	width: 570px;
}
.news_main_right li{
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 48px;
	cursor: pointer;
}
.news_main_right li:last-child{
	border-bottom: 0;
}
.news_main_right li .tag{
	display: block;
	float: left;
	margin-top: 12px;
	width: 52px;
	height: 24px;
	background: #ea202c;
	border-radius: 10px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.news_main_right li .date{
	float: left;
	margin-left: 13px;
	font-size: 14px;
	color: #222;
}
.news_main_right li .title{
	float: left;
	margin-left: 18px;
	width: 400px;
	font-size: 16px;
	color: #222;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_main_right li img{
	float: right;
	width: 19px;
	height: 15px;
	margin-top: 16px;
	display: none;
}
.news_main_right li:hover .date{
	color: #ea202c;
}
.news_main_right li:hover .title{
	color: #ea202c;
}
.news_main_right li:hover img{
	display: block;
}
/*近期课程*/
.recent{
	width: 100%;
	background: #fff;
	padding-top: 20px;
}
.recent_main{
	width: 100%;
	padding-bottom: 30px;
}
.recent_main ul li{
	float: left;
	width: 570px;
	height: 68px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.recent_main ul li:nth-child(2n){
	margin-right: 0;
}
.recent_main ul li .date{
	float: left;
	width: 67px;
	height: 68px;
	background: #ea202c;
}
.recent_main ul li .date_day{
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 22px;
	color: #fff;
}
.recent_main ul li .date_month{
	line-height: 21px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.recent_main ul li .recent_main_text{
	float: left;
	width: 500px;
	height: 66px;
	border: 1px solid #f0f0f0;
}
.recent_main_text .title{
	padding-left: 18px;
	padding-top: 14px;
	line-height: 18px;
	font-size: 18px;
	color: #222;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent_main_text .date_time{
	padding-left: 18px;
	padding-top: 10px;
	line-height: 12px;
	font-size: 12px;
	color: #222;
}
.recent_main ul li:hover .recent_main_text{
	border: 1px solid #ea202c;
}
.recent_main ul li:hover .recent_main_text .title{
	color: #ea202c;
}
.recent_main ul li:hover .recent_main_text .date_time{
	color: #ea202c;
}
/*直播课预告*/
.upcoming{
	width: 100%;
	background: #f5f5f5;
	padding-top: 20px;
}
.upcoming_main{
	width: 100%;
	padding-bottom: 25px;
}
.upcoming_main li{
	float: left;
	width: 373px;
	height: 260px;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}
.upcoming_main li:nth-child(3n){
	margin-right: 0;
}
.upcoming_main li:hover{
	box-shadow: 0 0 10px 6px #e5e5e5;
}
.upcoming_main_picture{
	width: 100%;
	height: 196px;
}
.upcoming_main_picture img{
	display: block;
	width: 100%;
	height: 100%;
}
.upcoming_main_text{
	padding: 0 20px;
}
.upcoming_main_text h3{
	padding-top: 14px;
	line-height: 15px;
	font-size: 15px;
	color: #222;
}
.upcoming_main_text p{
	padding-top: 10px;
	line-height: 12px;
	font-size: 12px;
	color: #777;
}

.center_picture{
	width: 1160px;
	margin: 50px auto 20px;
}
.center_picture img{
	display: block;
	width: 100%;
}

.teachers{
	width: 100%;
	background: #fff;
}
.teacher_controls{
	position: absolute;
	right: 110px;
	top: 68px;
}
.teacher_controls .teacher_prev{
	float: left;
	width: 20px;
	height: 20px;
	background: #b8b8b8;
	margin-right: 10px;
	cursor: pointer;
}
.teacher_controls .teacher_next{
	float: left;
	width: 20px;
	height: 20px;
	background: #ea202c;
	cursor: pointer;
}
.teacher_controls img{
	float: left;
	width: 8px;
	height: 13px;
	margin: 3px 6px 0 6px;
}
.teachers_main{
	width: 100%;
	height: 305px;
	overflow: hidden;
	margin-bottom: 30px;
}
.teachers_main li{
	float: left;
	width: 216px;
	height: 270px;
	background: #f5f5f5;
	margin-right: 20px;
	margin-bottom: 20px;
}
.teachers_main li .picture{
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.teachers_main li .picture img{
	display: block;
	width: 100%;
	height: 100%;
}
.teachers_main li .text_info{
	padding: 10px 15px 0 17px;
}
.teachers_main li .text_info h3{
	font-size: 18px;
	color: #222;
	line-height: 18px;
}
.teachers_main li .text_info p{
	padding-top: 8px;
	font-size: 14px;
	color: #222;
	line-height: 20px;
	
}
.teachers_main li:hover{
	background: #fff;
	box-shadow: 0 0 10px 6px #ededed;
}
.cadet{
	width: 100%;
	background: #f5f5f5;
	padding-top: 20px;
}
.cadet_main li{
	float: left;
	width: 177px;
	height: 75px;
	margin-right: 19px;
	margin-bottom: 20px;
	overflow: hidden;
	cursor: pointer;
}
.cadet_main li:nth-child(6n){
	margin-right: 0;
}
.cadet_main li:hover{
	box-shadow: 0 0 10px 5px #ededed;
}
.cadet_main li img{
	display: block;
	width: 100%;
}
.company{
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 30px;
}
