.tC{
	text-align: center;
}
img{
	border: none;
	margin: 0;
	vertical-align: middle;
}
.neibg{
	background: #f9f8f8;
}
.reds{
	color: #bf0000;
}
.bannerNei{
	position: relative;
	text-align: center;
	color: #fff;
	font-family: "宋体";
}
.bannerNei .bigBG{
	width: 100%;
}
.bannerNei dl{
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100%;
}
.bannerNei dt img{
	width: 69%;
	margin-bottom: calc(46/1920*100vh);
}
.bannerNei #play{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-50%);
	z-index: 9999;
	cursor: pointer;
}
.bannerNei dd{
	font-family: "宋体";
	font-weight: bold;
	font-size:calc(46/1920*100vw);
}
.banner-tips{
	position: absolute;
	bottom: 150px;
	left: 50%;
	transform: translateX(-50%);
}
.flexCenter{
	display: flex;
	align-items: center;
	justify-content: center;
}
.keMeun{
	border-bottom: 4px solid #b4b4b4;
	padding: 40px 0;
	font-size: 16px;
}
.keMeun li{
	padding: 0 50px;
}
.keMeun li a{
	display: block;
	height: 37px;
	line-height: 37px;
	border-radius: 37px;
	padding: 0 25px;
	transition: all 0.3s;
}
.keMeun li.active a,.keMeun li:hover a{
	background: #eb0b1e;
	color: #fff;
}
.courseList{
	padding: 6%;
	background: #f0f0f0;
}
.courseList .flexCenter{
	justify-content: space-between;
	flex-wrap: wrap;
}
.courseList li{
	width: 30%;
	margin-bottom: 80px;
	background: #fff;
	overflow: hidden;
	transition: all .5s;
}
.courseList li:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.courseList li .courseImg{
	width: 100%;
	height: calc(240/1920*100vw);
	overflow: hidden;
}
.courseList li .courseImg .imgCont{
	width: 100%;
	height: 100%;
	transition: all .5s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.courseList li .courseImg:hover .imgCont{
	transform: scale(1.1);
}
.courseList li dl{
	padding: 10px 15px 20px;
}
.courseList li dt{
	font-weight: bold;
	color: #000;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.courseList li dd{
	color: #8c8c8c;
	text-align: right;
	font-size: 12px;
}
.aboutCont{
	padding: calc(140/1920*100vw) 8%;
}
.aboutCont .title{
	font-size: calc(60/1920*100vw);
	font-family: "宋体";
	color: #342b2b;
	font-weight: bold;
	margin-bottom: calc(15/1920*100vw);
}
.newCont{
	width: 700px;
	margin: 0 auto;
}
.newCont img{
	max-width: 100%;
}
.newTitle{
	padding: calc(100/1920*100vw) 8% 40px;
	font-size: calc(30/1920*100vw);
	font-weight: bold;
}
.aboutCont .aboutTip{
	margin-bottom: calc(30/1920*100vw);
}
.aboutCont .aboutTip img{
	height: 29px;
}
.contText{
	color: #515151;
	font-size: 18px;
	line-height: 2em;
	text-align: justify;
	margin-bottom: calc(60/1920*100vw);
}
.contText p{
	margin-bottom: 5px;
}
.posTip{
	font-family: "宋体";
	padding-bottom: 20px;
	font-size: 12px;
}
.pagelink{
	line-height: 2em;
	padding: 30px 0;
}
.posTip,.posTip a,.pagelink,.pagelink a{
	color: #999;
}
.pagelink a:hover{
	text-decoration: underline;
}
.chroma-gallery{
	padding: 40px 8%;
}
.timeline{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.timeline:before{
	content: '';
	position: absolute;
	top: 148px;
	left: 60px;
	right: 60px;
	background: #434343;
	height: 1px;
}
.timeline dl{
	width: 9.5%;
	font-weight: bold;
}
.timeline dt{
	color: #1e1e1e;
	height: 40px;
	line-height: 40px;
	font-style: italic;
	font-size: 32px;
	margin-bottom: 17px;
}
.timeline dd{
	background: #1e1e1e;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 16px;
	margin-bottom: 23px;
}
.timeline .timelineCont{
	font-size: 14px;
	font-weight: normal;
	color: #939393;
	text-align: justify;
}
.timeline dl .quan{
	position: relative;
	height: 55px;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.timeline dl .quan span{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 5px solid #383838;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	background: #fff;
}
.timeline dl .quan span:before{
	width: 10px;
	height: 10px;
	content: '';
	display: block;
	background: #383838;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.timeline dl:first-child .quan span,.timeline dl:last-child .quan span{
	width: 55px;
	height: 55px;
	border: 10px solid #bf0000;
}
.timeline dl:first-child .quan span:before,.timeline dl:last-child .quan span:before{
	width: 18px;
	height: 18px;
	background: #bf0000;
}
.teacherList{
	padding: calc(150/1920*100vh) 0;
	width: 1320px;
	margin: 0 auto;
}
.teacherList ul{
	overflow: hidden;
	width: 1400px;
}
.teacherList li{
	width: 313px;
	margin-right: 20px;
	float: left;
}
.teacherList li .teacherImg{
	width: 100%;
	height: 400px;
	border-radius: 13px;
	background-position: center center;
	background-size: cover;
	box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
.teacherList .teacherInfo{
	padding: 25px 0;
}
.teacherList .teacherInfo dt{
	font-weight: bold;
	color: #2b2b2d;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #e1e1e1;
	height: 28px;
}
.teacherList .teacherInfo dt b{
	font-size: calc(20/1920*100vw);
}
.teacherList .teacherInfo dt span{
	font-size: calc(16/1920*100vw);
	text-transform: uppercase;
}
.teacherList .teacherInfo dd{
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.teacherList .teacherInfo dd b{
	color: #eb0b1e;
}
.neiNewList{
	padding: calc(100/1920*100vw) 8%;
}
.neiNewList ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.neiNewList .newsImg{
	width: 100%;
	height: calc(200/1920*100vw);
	overflow: hidden;
}
.neiNewList .newsImg .newImgBg{
	height: 100%;
	width: 100%;
	transition: all 0.5s;
	background-size: cover;
	background-position: center center;
}
.neiNewList .newsImg:hover .newImgBg{
	transform: scale(1.1);
}
.neiNewList li{
	width: 25%;
	padding: 24px;
}
.neiNewList li a{
	display: block;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.5s;
}
.neiNewList li a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.neiNewList li dl{
	padding: 15px;
}
.neiNewList li dt{
	font-size: calc(20/1920*100vw);
	color: #000;
	font-weight: bold;
	height: 54px;
	margin-bottom: 15px;
	overflow: hidden;
}
.neiNewList li dd{
	font-size: 12px;
}
.neiNewList li dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.neiNewList li dd .fl{
	color: #eb0b1e;
}
.neiNewList li dd .fr{
	color: #8c8c8c;
}
.surroundings{
	padding: calc(100/1920*100vw) 0;
	width: 1000px;
	margin: 0 auto;
}
.shoolTop{
	background: #000;
	color: #fff;
	margin-bottom: calc(150/1920*100vw);
}
.shoolTop dl{
	padding: calc(40/1920*100vw) calc(50/1920*100vw);
}
.shoolTop dt{
	font-family: "宋体";
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.shoolTop dt h2{
	font-size: calc(42/1920*100vw);
	margin-right: 10px;
}
.shoolTop dd{
	font-size: calc(24/1920*100vw);
	text-align: justify;
}
.shoolTop .schoolImg img{
	width: 100%;
}
.hjcont{
	font-size: 16px;
	font-family: "宋体";
	color: #9f9f9f;
	text-align: center;
	line-height: 2em;
}
.hjcont p{
	margin-bottom: 10px;
}
.hjcont img{
	width: 100%;
	border-radius: calc(25/1920*100vw);
}
.maps,.maps img{
	width: 100%;
}
.maptitle{
	font-family: "宋体";
	font-weight: bold;
	color: #9f9f9f;
	padding-top: 90px;
	padding-bottom: 250px;
}
.maptitle span{
	border-bottom: 2px solid #9f9f9f;
	font-size: calc(40/1920*100vw);
	display: inline-block;
	padding-left: calc(57/1920*100vw);
	background: url('../images/bus.png') left center no-repeat;
	background-size: auto 100%;
}
.neiye-w{
	background: #f0f0f0;
}
.zhaoshengCont{
	padding: 6% 0;
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	color: #000;
	text-align: justify;
	line-height: 1.8em;
}
.zhaoshengCont img{
	max-width: 100%;
}
.formCont{
	width: 750px;
	margin: 0 auto;
}
.formCont li{
	margin-bottom: 25px;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.formCont li input{
	border: 1px solid #eee;
	padding: 12px 15px;
}
.formCont li input[type="radio"]{
	margin-right: 8px;
}
.formCont li span{
	width: 120px;
	text-align: right;
}
.formCont li .w300{
	width: 300px;
}
.formCont li label{
	cursor: pointer;
	margin-right: 20px;
}
.formCont li font{
	color: #ea0507;
	padding-right: 5px;
}
.formCont li:last-child{
	padding-left: 120px;
}
.formCont li .submit{
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	border: 0;
	background: #ea0507;
	cursor: pointer;
}
@media screen and (max-width: 818px){
	.keMeun{
		padding: 15px 0;
		font-size: 14px;
	}
	.keMeun .flexCenter{
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
	}
	.keMeun li{
		padding: 0;
		width: 46%;
	}
	.keMeun li a{
		padding: 0 10px;
		text-align: center;
	}
	.courseList li{
		width: 100%;
		margin-bottom: 20px;
	}
	.courseList li .courseImg{
		height: calc(315/750*100vw);
	}
	.aboutCont .aboutTip{
		font-size: 20px;
	}
	.aboutCont .aboutTip img{
		height: 15px;
	}
	.contText{
		font-size: 14px;
	}
	.timeline{
		flex-wrap: wrap;
	}
	.timeline dl{
		width: 30%;
	}
	.timeline dl .quan,.timeline:before{
		display: none;
	}
	.teacherList,.neiNewList,.surroundings,.BW-cont,.zhaoshengCont{
		padding: 15px;
	}
	.teacherList{
		width: 100%;
	}
	.teacherList ul{
		width: 100%;
	}
	.teacherList li{
		width: 100%;
	}
	.teacherList li .teacherImg{
		width: 100%;
		/* height: calc(430/750*100vw); */
	}
	.teacherList .teacherInfo{
		padding: 10px 0;
	}
	.teacherList .teacherInfo dt b{
		font-size: 14px;
	}
	.teacherList .teacherInfo dt span{
		font-size: 12px;
	}
	.neiNewList li{
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.neiNewList li dt{
		height: 40px;
		font-size: 16px;
	}
	.neiNewList .newsImg{
		height: calc(300/750*100vw);
	}
	.banner-tips{
		bottom: 15px;
	}
	.banner-tips img{
		width: 100%;
	}
	.zhaoshengCont{
		font-size: 14px;
		width: 100%;
	}
}



