.banner-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-box .m-banner-block {
	width: 100%;
}

.swiper-banner {
	position: relative;
}
.swiper-banner  img{
       display:block;
       width:100%;
}
.swiper-banner .swiper-pagination {
	bottom: 45px;
}

.swiper-banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 5px;
	opacity: 1;
	background-color: white;
}

.swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0 0 15px;
}

.swiper-banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 40px;
	background-color: #ffc600 !important;
}

.banner-box .m-banner-block .list img {
	display: block;
	width: 100%;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 84px;
	height: 84px;
	margin-top: -42px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-banner .swiper-button-next {
	background: url(../img/banner-next.png) no-repeat 0 0;
}

.swiper-banner .swiper-button-prev {
	background: url(../img/banner-prev.png) no-repeat 0 0;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}


/* 新闻公告 */
.m-content-block {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
}
.m-content-block .news-index-box{
	width: 100%;
	padding: 20px 0;
}
.m-content-block .news-index-box .content{
	width: 1200px;
	margin: 0 auto;
}

.m-content-block .news-index-box .top-menu {
	position: relative;
	border-bottom: solid 1px #e8e8e8;
	background-color:transparent;
}

.m-content-block .news-index-box .top-menu h3 {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}

.m-content-block .news-index-box .top-menu:after {
	content: '';
	display: block;
	clear: both;
}

.m-content-block .news-index-box .top-menu a.view-more {
	float: right;
	display: block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	color: #8f241e;
}

.m-content-block .news-index-box .bottom-text {
	width: 100%;
}

.m-content-block .news-index-box .bottom-text .news-lb {
	float: left;
	width: 600px;
	padding: 20px 0;
}
.m-content-block .news-index-box .bottom-text .news-lb .swiper-news-banner{
	position: relative;
} 
.m-content-block .news-index-box .bottom-text .news-lb .list .img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	background-color: #f5f5f5;
        height: 360px;
        overflow: hidden;
}

.m-content-block .news-index-box .bottom-text .news-lb .list .img img {
        display: block;
	/*width: 100%;*/
        height: 100%;
        margin: 0 auto;
}

.m-content-block .news-index-box .bottom-text .news-lb .list .banner-text {
	width: 100%;
}

.m-content-block .news-index-box .bottom-text .news-lb .list .banner-text h1 {
	font-size: 20px;
	line-height: 28px;
        height:28px;
	color: #333;    overflow: hidden;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.news-index-box .bottom-text .news-lb .list .banner-text h1 a {
	color: #333;
}

.news-index-box .bottom-text .news-lb .list .banner-text h1:hover a {
	color: #d30101;
}

.news-index-box .bottom-text .news-lb .list .banner-text span {
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #cccccc;
}

.news-index-box .bottom-text .news-lb .list .banner-text span img {
	float: left;
	margin-right: 5px;
}

.news-index-box .swiper-news-banner .swiper-news-pagination{
	text-align: right;
	padding-right: 0;
	bottom: 0;
}
.news-index-box .swiper-news-banner .swiper-news-pagination .swiper-pagination-bullet {
    background: #d1d1d1;
    opacity: 1;
    margin-left: 10px;
}
.news-index-box .swiper-news-banner .swiper-news-pagination .swiper-pagination-bullet-active{
	background-color: #d71a18;
}
.news-index-box .bottom-text ul.news-ul{
	float: right;
	width: 560px;
	padding-top: 20px;
}
.news-index-box .bottom-text ul.news-ul li{
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
.news-index-box .bottom-text ul.news-ul li h3{
	float: left;
height:72px;
	width: calc(100% - 110px);
	line-height: 36px;
	font-size: 20px;
	color: #333;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news-index-box .bottom-text ul.news-ul li h3 a{
	color: #333;
}
.news-index-box .bottom-text ul.news-ul li h3:hover a{
	color: #d30101;
}
.news-index-box .bottom-text ul.news-ul li div.time{
	float: left;
	width: 88px;
	height: 88px;
	padding: 12px;
	margin-right: 22px;
	text-align: center;
	background-color: #8f241e;
}
.news-index-box .bottom-text ul.news-ul li div.time span.day{
	display: block;
	font-family: "Alternate";
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}
.news-index-box .bottom-text ul.news-ul li div.time span.year{
	display: block;
	font-family: "Alternate";
	font-size: 16px;
	color: #fff;
}
/*通知公告*/
.m-content-block .notice-index-box{
	position: relative;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
}
.m-content-block .notice-index-box .content{
	width: 1200px;
	margin: 0 auto;
}
.m-content-block .notice-index-box .top-menu {
	position: relative;
	border-bottom: solid 1px #e8e8e8;
	background-color:transparent;
}

.m-content-block .notice-index-box .top-menu h3 {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}

.m-content-block .notice-index-box .top-menu:after {
	content: '';
	display: block;
	clear: both;
}

.m-content-block .notice-index-box .top-menu a.view-more {
	float: right;
	display: block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	color: #8f241e;
}
.notice-index-box ul.notice-ul{
	width: 100%;
}
.notice-index-box ul.notice-ul li{
	float: left;
	width: 580px;
	margin-right: 20px;
	margin-top: 20px;
}
.notice-index-box ul.notice-ul li:nth-child(1),
.notice-index-box ul.notice-ul li:nth-child(2){
	border-bottom: solid 1px #f5f5f5;
}
.notice-index-box ul.notice-ul li:nth-child(2n){
	margin-left: 20px;
	margin-right: 0;
}
.notice-index-box ul.notice-ul li .time{
	font-size: 16px;
	color: #999999;
}
.notice-index-box ul.notice-ul li h2{
	font-size: 20px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
            height: 72px;
}
.notice-index-box ul.notice-ul li h2 a{
	color: #333;
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.notice-index-box ul.notice-ul li h2:hover a{
	color: #d30101;
}
.notice-index-box ul.notice-ul li p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
height: 84px;
}
.notice-index-box ul.notice-ul:after{
	content: '';
	display: block;
	clear: both;
}
/*导师掠影*/
.mentor-index-box{
	position: relative;
	width: 100%;
	padding: 20px 0;
	background: url(../img/mentor-bg.png) no-repeat center;
	background-size: cover;
}
.mentor-index-box .content{
	width: 1200px;
	margin: 0 auto;
}
.mentor-index-box .content .ft-mentor{
	float: left;
	width: 50%;
	padding-right: 20px;
}
.mentor-index-box .content .rt-students{
	float: left;
	width: 50%;
	padding-left: 20px;
}
.mentor-index-box .content .top-menu {
	position: relative;
	border-bottom: solid 1px #e8e8e8;
	background-color:transparent;
}

.mentor-index-box .content .top-menu h3 {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}

.mentor-index-box .content .top-menu:after {
	content: '';
	display: block;
	clear: both;
}

.mentor-index-box .content .top-menu a.view-more {
	float: right;
	display: block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	color: #8f241e;
}
.mentor-index-box .content .mentorList{
	width: 100%;
	padding: 20px 0;
}
.mentor-index-box .content .mentorList .ft-jieshao{
	float: left;
	width: calc(100% - 245px);
}
.mentor-index-box .content .mentorList .ft-jieshao h2{
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin-top: 10px;
}
.mentor-index-box .content .mentorList .ft-jieshao h3{
	font-size: 15px;
	font-weight: 600;
	color: #cccccc;
	padding: 20px 0 30px;
	border-bottom: solid 1px #eeeeee;
}
.mentor-index-box .content .mentorList .ft-jieshao p{
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
}
.mentor-index-box .content .mentorList .rt-img{
	float: right;
	width: 215px;
}
.mentor-index-box .content .mentorList .rt-img a{
        display:block;
        height:300px;
}
.mentor-index-box .content .mentorList .rt-img img{
	display: block;
	width: 100%;
        height:300px;
}
.mentor-index-box .swiper-mentor-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mentor-index-box .swiper-mentor-banner .mentor-button-next, 
.mentor-index-box .swiper-mentor-banner .mentor-button-prev,
.mentor-index-box .swiper-students-banner .mentor-button-next2,
.mentor-index-box .swiper-students-banner .mentor-button-prev2 {
    position: absolute;
    top: 80%;
    width: 37px;
    height: 37px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mentor-index-box .swiper-mentor-banner .mentor-button-next{
	background-image: url(../img/mentor-next.png);
	background-size: 37px 37px;
	left: 80px;
	right: auto;
}
.mentor-index-box .swiper-mentor-banner .mentor-button-prev{
	background-image: url(../img/mentor-prev.png);
	background-size: 37px 37px;	
}
.mentor-index-box .swiper-students-banner .mentor-button-next2{
	background-image: url(../img/mentor-next.png);
	background-size: 37px 37px;
	left: 80px;
	right: auto;
}
.mentor-index-box .swiper-students-banner .mentor-button-prev2{
	background-image: url(../img/mentor-prev.png);
	background-size: 37px 37px;	
}
.mentor-index-box .content .rt-students .swiper-students-banner .studentList{
	width: 100%;
}
.swiper-students-banner .swiper-wrapper{
	/*margin-left: 122px;*/
}
.swiper-students-banner .studentList .imgs{
	width: 100%;
}
.swiper-students-banner .studentList .imgs img{
	display: block;
	width: 100%;
}
.swiper-students-banner .studentList .text{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #333;
	margin-top: 10px;
}
.swiper-students-banner .studentList .text a{
	color: #333;
}
/* 快速入口 */

.quick-index-box {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #f5f5f5;
}

.quick-index-box .Quick-entry {
	width: 1200px;
	margin: 0 auto;
}

.quick-index-box .Quick-entry .Quick-area {
	width: 100%;
}
.quick-index-box .Quick-entry .Quick-area .top-menu {
	position: relative;
	margin-bottom: 15px;
	background-color:transparent;
}

.quick-index-box .Quick-entry .Quick-area .top-menu h3 {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
}
.quick-index-box .Quick-entry .Quick-area .menus {
	display: flex;
	justify-content: flex-start;
	border-bottom: solid 1px #f2f2f2;
}

.quick-index-box .Quick-entry .Quick-area .menus .list {
	padding: 16px 25px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 30px;
	margin-right: 15px;
	background-color: #ebebeb;
	color: #333;
}

.quick-index-box .Quick-entry .Quick-area .menus .cur-list {
	background-color: #d30101;
	color: #fff;
}

.quick-index-box .Quick-entry .Quick-area .menus .list:hover {
	color: #fff;
	background-color: #d30101;
}

.quick-index-box .Quick-entry .Quick-area .details {
	width: 100%;
	padding: 20px 0 20px;
}

.quick-index-box .Quick-entry .Quick-area .details .infos {
	position: relative;
	width: 100%;
}

.quick-index-box .Quick-entry .Quick-area .details .infos:after {
	content: '';
	display: block;
	clear: both;
}

.quick-index-box .Quick-entry .Quick-area .details .infos span {
	position: relative;
	display: block;
	float: left;
	    width: 24.3%;
    margin-right: 11px;
	overflow: hidden;
}

.quick-index-box .Quick-entry .Quick-area .details .infos span:nth-child(4n) {
	margin-right: 0;
}

.quick-index-box .Quick-entry .Quick-area .details .infos span::before {
	content: "";
	display: block;
	position: absolute;
	/*left: 30px;*/
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background-color: #d30101;
}

.quick-index-box .Quick-entry .Quick-area .details .infos span a {
	display: block;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding-left: 16px;
	font-weight: 600;
	color: #333;
}
.quick-index-box .Quick-entry .Quick-area .details .infos span:hover{
	background-color: #114b90;
}
.quick-index-box .Quick-entry .Quick-area .details .infos span:hover a {
	color: #fff;
}
.quick-index-box .Quick-entry .Quick-area .details .infos span:hover::before {
	background-color: #fff;
}

/* 设备分辨率 */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.swiper-banner .list .banner-text {
		left: 120px;
	}
	.swiper-banner .swiper-pagination {
		padding: 0 120px;
	}
	.m-content-block .first-news-box .contain,
	.quick-index-box .Quick-entry {
		width: 1200px;
	}
	/*快速入口*/
	.quick-index-box .Quick-entry .Quick-area .details .infos span {
		border-radius: 35px 0 35px 0 !important;
		width: 240px !important;
		margin-right: 0px !important;
		margin-bottom: 20px !important;
	}
	.quick-index-box .Quick-entry .Quick-area .details .infos span:nth-child(5n) {
		margin-right: 0 !important;
	}
	.quick-index-box .Quick-entry .Quick-area .details .infos span::before {
		left: 15px !important;
	}
	.quick-index-box .Quick-entry .Quick-area .details .infos span a {
		font-size: 14px !important;
    height: 56px !important;
    line-height: 56px !important;
    padding-left: 24px !important;
    border-radius: 28px 0 28px 0 !important;
	}
}