/*顶部轮播*/
.swiper-top{
	height: 558px;
	background: #fff;
}
.swiper-top .swiper-pagination{
    bottom: 15px!important;
}
/* 修改默认底部按钮样式 */
.swiper-top .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:rgb(0,0,0);
	opacity:.6;
	border-radius:50%;
}
/* 修改选中时底部按钮样式 */
.swiper-top .swiper-pagination-bullet-active{
	transition:.3s;
	width:15px;
	background:rgb(255,0,0);
	opacity:.8
}
/*轮播图文字*/

/*关于我们*/
.about{
	height: 510px;
	overflow: visible;
}

.about .left{
	width: 455px;
	height: 500px;
}
.about .left p{
	color: #D6362F
}
.about .middle{
	padding: 5px;
	left: 470px;
	width: 520px;
	height: 500px;
}
.about .middle p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.about .middle .line{
	background: #ccc;
	width: 100%;
	height: 1px;
}
.about .middle .tab{
	display: flex;
	justify-content: space-around;
}

.about .middle .tab li {
	width:159px;
	height: 120px;
	border-right: 1px solid #ccc;
}
.about .middle .tab li:hover,.about .middle .tab li:hover h2,.about .middle .tab li:hover p {
	color: #BF2527;
	transition: 0.3s;
}
.about .right {
	right: 0;
	top: -109px;
	width: 341px;
	height: 522px;
	background: #D6362F;
	z-index: 9999;
}
.about .right ul li {
	margin-top: 15px;
	background: #fff;
	display: inline-block;
	width: 112px;
	height: 112px;
	border-radius: 5px;
	transition: .3s;
}
.about .right ul li:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}
.about .right ul li:nth-child(2n){
	margin-left: 32px;
}
.about .right ul li p {
	border-radius: 50%;
	margin-left: 28%;
	margin-top:15%;
	width: 47px;
	height: 47px;
	background: #BF2527;
}
.about .right ul li i{
	font-size: 22px;
	top: 8px;
	left: 13px;
}
/*课程方案*/
.lesson{
	height: 928px;
}

.lesson .lesson-header li {
	color: #FFF;
	margin-left: 10px;
	width: 115px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-top: 60px;
}

.lesson li.on{
	background: #fff;
	color: #BF2527;
}
.lesson .lesson-content> div{
	float: left;
	background: #fff;
	height: 400px;
	width: 679px;
}

.lesson .lesson-plan p {
	transition: .3s;
	height: 38px;
	line-height: 38px;
	/*border: 1px #BF2527 solid;*/
}
.lesson .lesson-plan p img{
	margin-top: -8px;
}
.lesson .lesson-plan p:hover, .news p:hover a {
	color: #BF2527;
}

.lesson .lesson-list li{
	background: #fff;
	padding: 31px 20px;
	box-sizing: border-box;
	width: 325px;
	height: 236px;
	transition: .3s;
}
.lesson .lesson-list li:hover {
	box-shadow: 0px 0px 15px rgb(0,0,0,.1);
}
.lesson .lesson-list li h1{
	transition: .3s;
}
.lesson .lesson-list li:hover h1{
	color: #BF2527;
}
.lesson .lesson-list li >a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: inherit;
	width: inherit;
}

/* 新闻中心 */
.news-content > div{
	height: 500px;
}
.news-content .fl-l{
	background: #eee;
	width: 570px;
	transition: .3s;

}
.news-content .fl-l:hover {
	box-shadow: 0px 0px 15px rgb(0,0,0,.1);
}
.news-content .fl-r{
	width: 730px;
}
.news-content .fl-l span{
	background: #BF2527;
	width: 130px;
	height: 42px;
	line-height: 42px;
	top: 318px;
	right: 0;
}
.news-content .fl-l p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-content .fl-l:hover h2,.news-content .fl-r ul li:hover p,.news-content .fl-r ol li:hover i{
	transition: .3s;
}
.news-content .fl-l:hover h2,.news-content .fl-r ul li:hover p,.news-content .fl-r ol li:hover i{
	color: #BF2527;
}
.news-content .fl-r ul li{
	transition: .3s;
}

.news-content .fl-r ol li {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #EDEDED;
}

/* 教学资源 */
.tech-source > .fl-l {
	width: 860px;
	height: 631px;
}
.tech-source > .fl-r{
	width: 500px;
	height: 631px;
	background: #BF2527;
}
.tech-source .header a{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 15px;
	border-radius: 5px;
}
.tech-source .header a img{
	position: relative;
	top: -4px;
}
.tech-source .header a:hover {
	color: #BF2527;
}
/* 教学资源轮播 */
.tech-source .swiper2{
	height: 543px;
	width: 860px;
}
.tech-source .swiper2 .img {
	width: 860px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.tech-source .swiper2 .swiper-wrapper{
	height: 400px;
	width: 860px;
	overflow: hidden;
}
.tech-source > .fl-r b{
	border: 1px solid #fff;
}

.tech-source > .fl-r b img{
	margin-top: -10px;
	margin-left: 10px;
}
.swiper-pagination2{
	font-size: 24px;
	-ms-text-align-last: left;
	text-align: left;
	margin-bottom: 60px; 	
	margin-left: 40%;
}
.swiper-pagination2 .swiper-pagination-current{
	font-size: 36px;
	color: #BF2527;
}
.swiper-pagination2 .swiper-pagination-total{
	font-size: 24px;
	color: #000;
}
.tech-source .swiper3 .intro{
	max-height: 388px;
	overflow: hidden;
}


