
body{
	padding: 0;
}
@font-face {
    font-family: 'indexTitle';
    src: url('../fonts/indexTitle.ttf');
}
.bg{
    background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
/* body *{
	background-color: #fff;
} */
.titleBack{
    width: 100vw;
    height: 780px;
    padding: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.mytitle{
    font-size: 123px;
    color: #BE2021;
    line-height: 125px;
    font-family: indexTitle;
    text-align: center;
    margin-top: 300px;
}
.searchBox{
    margin-top: 50px;
    width: 598px;
    height: 66px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
}
.searchBox input{
    border: none;
    width: calc(100% - 114px - 40px);
    padding: 0 20px;
    height: 100%;
    font-size: 20px;
}
.searchBox .searchBox_btn{
    width: 114px;
    height: 66px;
    background: #BC1D25;
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tabBox{
    width: 100%;
    height: 90px;
    background: #BC1D25;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tabBox_main{
    width: 240px;
    height: 90px;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
}
.tabBox_mainClick{
    background: #A31A21;
}
.tabBox_main:hover{
    background: #A31A21;
}
.loginBtn{
    position: absolute;
    top: 77px;
    right: 360px;
    font-weight: 400;
    font-size: 28px;
    color: #BC1D25;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.loginBtn img{
    margin-right: 14px;
    width: 25px;
    height: 28px;
}
.activity{
	position: relative;
	width:1200px;
	height: 600px;
	border-radius: 20px;
	margin: auto;
	overflow: hidden;
}
.activity_tag{
	position: absolute;
	top: -5px;
	right: 10rem;
	z-index: 1200;
	width: 7rem;
	height: 12rem;
}
.activity_info{
	position: absolute;
	bottom: -10px;
	right: 0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
	width: 100%;
	height: 7rem;
	padding:0 7rem;
	line-height: 7rem;
	color: #fff;
	font-size: 2rem;
	background-color: rgba(194,51,61,0.8);
}
.myprev,.mynext{
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -5.5rem;
	width: 3rem;
	height: 6rem;
	text-align: center;
	line-height: 6rem;
	color: #fff;
	font-size: 3rem;
	background-color: rgba(194,51,61,0.8);
}
.news_study{
	width:1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.news,.study{
	width: 48%;
}
.study a{
	color: #999;
}
.news_study img{
	width: 160px;
	display: block;
	margin: 0 auto 30px;
}
.news_study a{
	color: #999;
}
.list{
	position: relative;
	padding:15px 20px 15px 0;
	border-radius: 8px;
	height: 260px;
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
	background-image: url(../img/news_study_bg.png);
	color: #999;
}
.list li{
	line-height: 35px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.list p::before{
	content: '●';
	font-weight: 900;
	margin:0 15px 0 40px;
}
.list p{
	width: 325px;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.more{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 18px;
	color: #c2333d;
	float: right;
	font-weight: 600;
}
.activity_data{
	width:1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.activity-list>img,.data-list>img, .study>img{
	width: 160px;
	display: block;
	margin: 0 auto 30px;
}
.activity-list,.data-list{
	width:48%;
	height: 100%;
}
.activity-list a{
	color: #555;
}
.activity_tab{
	background-color: #ffffff;
	height: 260px;
	border-radius: 8px;
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
}
.activity_tab li{
	width: 110px;
}
 .activity_tab .nav-tabs{
	padding: 20px 20px 0;
}
.nav-tabs{
	border-bottom: none;
	font-size: 18px;
	font-weight: 550;
}
.nav > li > a{
	text-align: center;
	margin: 10px 35px 10px 0;
	padding: 0;
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: none;
	border-bottom:2px solid #c2333d !important;
	color: #c2333d;
}
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus{
	background-color: #fff;
	border: none;
}
#home,#ios{
	height: 107px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}  
.swiper-wrapper{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	/*width: 100%;*/
	height: 100%;
	overflow: hidden;
}
#myTabContent .swiper-container{
	padding: 0 20px;
}
/* #myTabContent  .swiper-slide{
	margin-right: 23px !important;
} */
#myTabContent img{
	height: 135px;
	width: 100%;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 8px;
}
.slide_upper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	border-radius: 0 0 8px 8px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.3);
}
.data{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.data img{
	width: 260px;
	height: 260px;
	border-radius: 8px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
}
.banner{
	width:1200px;
	height: 113px;
	margin:65px auto;
	border-radius: 8px;
}
.banner img{
	width: 100%;
}
.teacher_class{
	width:1200px;
	margin:0 auto 20px;
}
.teacher_class_tab{
	height: 85px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	font-size: 25px;
	font-weight: 550;
}
.teacher_class_tab a{
	color: #555;
}
.teacher_class_content{
	width: 100%;
	height: 360px;
}
#teacher img,
#classes img{
	width: 264px;
	height: 160px;
	border-radius: 8px;
}
#teacher img:nth-child(4),
#teacher img:nth-child(8){
	margin-right: 0 !important;
}

#classes img:nth-child(4),
#classes img:nth-child(8){
	margin-right: 0 !important;
}
.showMore{
	font-size: 35px;
	font-weight: 550;
	display: block;
	margin: auto;
	width: 38px;
	color: #c2333d;
	cursor: pointer;
}
.media{
	width:1200px;
	height: 340px;
	margin:0 auto 60px;
}
.media_title{
	display: block;
	width: 104px;
	margin:0 auto 30px;
	font-size: 26px;
	font-weight: 550;
	color: #c2333d;
}
.media_tab{
	width: 100%;
	display: flex;
	font-weight: 550;
	background-color: #c2333d;
	justify-content: space-around;
}
.media_tab a{
	color: #fff;
	background-color: transparent;
}
.media>.nav-tabs > li.active > a, .media>.nav-tabs > li.active > a:hover,.media>.nav-tabs > li.active > a:focus{
	border: none;
	border-bottom:2px solid #fff !important;
	color: #fff;
	background-color: transparent;
}
.media>.nav > li > a:hover,.media>.nav > li > a:active,.media>.nav > li > a:focus{
	background-color: #c2333d;
	color: #fff;
}
.media_content{
	height: 220px;
	position: absolute;
	width:1200px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	background-color: #fff;
}

.media_content img{
	width: 100%;
	height: 135px;
}
.media_content .swiper-slide{
	margin: 2% 4%;
}
.media_name{
	margin-top: 1rem;
	color: #555;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-all;

}
.learning{
	width:1200px;
	border-radius: 10px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	margin:80px auto;
	background-color: #fff;
}
.learning_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #c2333d;
	color: #fff;
	font-size: 18px;
}
.learning_item{
	display: flex;
	justify-content: space-between;
	width: 93%;
	height:150px;
	margin: 15px auto;
}
.learning_item img{
	width: 235px;
	height: 140px;
	border-radius: 5px;
}
.left_border{
	width: 2px;
	height: 140px;
	background-color: #d2d2d2;
}
.item_right{
	width: 800px;
	height: 140px;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	border-bottom: 2px solid #d2d2d2;
}
.item_title{
	width:60%;
	font-size: 17px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-all;
	color: #555;
	margin: 0;
}
.item_content{
	width: 75%;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-all;
	font-size: 16px;
	color: #999;
	margin: 0;
}
.item_bottom{
	margin-top: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #999;
	font-size: 16px;
}
.application_action{
	display: flex;
	justify-content: space-between;
	width:1200px;
	margin: auto;
}
.application,.action{
	width: 48%;
	height: 300px;
	border-radius: 10px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	background-color: #fff;
}
.application_title ,.action_title{
	display: flex;
	justify-content: space-between;
	padding:0 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #c2333d;
}
.application_action ul{
	width: 100%;
	height: 100%;
	padding: 20px;
}
.application_action li{
	width: 100%;
	line-height: 40px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
	color: #555;
	font-size: 16px;
}
.application_action li::before{
	content: '●';
	font-weight: 900;
	margin-right: 10px;
}
.QRcode{
	width:1200px;
	margin: 40px auto;
	text-align: center;
	background-color: transparent !important;
}
.teacher_class_content a{
	position: relative;
	display: inline-block;
	width: 22%;
	height: 160px;
	margin:0 44px 20px 0;
}
.teacher_tag{
	position: absolute;
	bottom: 3rem;
	left: 15%;
	font-size: 1.5rem;
	color: #fff;
	display: block;
	width: 70%;
	text-align: center;
	}
.course_tag{
	position: absolute;
	top: 7rem;
	font-size: 2.5rem;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}
.teacher_img{
	margin-right: 44px;
}