.gxyx_banenr{
	position: relative;
	margin-top: 3px;
	width: 100%;
}
.gxyx_banenr>img{
	width: 100%;
}
.gx_wrap{
	width: 1200px;
	margin: 0 auto;
}
.school_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
}
.school_item{
	cursor: pointer;
	width: 200px;
	height: 200px;
	margin-right: 20px;
	margin-top: 20px;
}
.school_item:hover{
	background: rgba(0,0,0,.1);
}
.school_item:nth-child(5n){
	margin-right: 0;
}
.school_item .top_img{
	position: relative;
	width: 100px;
	height: 100px;
	margin:40px auto 10px auto;
}
.school_item .top_img>img{
	width: 100%;
	width: 100%;
}
.school_item .bottom_words{
	font-size: 14px;
	font-weight: bold;
	color: #383838;
	line-height: 20px;
	text-align: center;
}
.school_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1200px;
	height: 220px;
}
.school_detail{
	display: flex;
	padding: 52px 34px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.85);
}
.school_logo{
	height: 86px;
	width: 86px;
	display: inline-block;
	vertical-align: middle;
}
.school_logo>img{
	/*width: 100%;*/
	height: 100%;
	margin-left: 38px;
	margin-top: 16px;
}
.school_name{
	flex: 1;
	margin-left: 105px;
	height: 86px;
	display: inline-block;
	vertical-align: middle;
}
.school_name>p:nth-child(1){
	font-size: 28px;
	font-weight: bold;
	color: #1C1C1C;
	line-height: 40px;
	margin-bottom: 16px;
}
.school_name>p:nth-child(2){
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	max-height: 50px;
	color: #383838;
}
.school_title{
	margin: 24px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.school_title>span:nth-child(1){
	font-size: 24px;
	font-weight: bold;
	color: #1C1C1C;
}
.school_title>span:nth-child(2){
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #CB272B;
}
.school_title>span:nth-child(2):hover{
	opacity: 0.8;
}
.sfk_Wrap{
	width: 100%;
	font-size: 0;
}
.sfk_Wrap>div{
	display: inline-block;
	vertical-align: top;
}
.sfk_left{
	cursor: pointer;
	position: relative;
	width: 590px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	height: 350px;
	overflow: hidden;
	background: rgba(0,0,0,.1);
	margin-right: 20px;
}
.sfk_left>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}
.sfk_left:hover img{
	transform: scale(1.1);
}
.sfk_right{
	width: 590px;
	height: 100%;
}
.sfk_right>div{
	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sfk_item{
	cursor: pointer;
	position: relative;
	width: 284px;
	height: 168px;
	margin-bottom:13px;
	margin-right: 20px;
	background: rgba(0,0,0,.1);
	overflow: hidden;
}
.sfk_item:hover img{
	transform: scale(1.1);
}
.sfk_item>img{
	position: absolute;
	width: 100%;
	transition: all .3s;
	height: 100%;
	object-fit: cover;
}
.sfk_right .sfk_item:nth-child(2n){
	margin-right: 0;
}
.tips{
	position: absolute;
	left: 0;
	top: 20px;
	width: 80px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
	background: rgba(203,39,43,.89);
}
.inline_title{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	background: rgba(0,0,0,.6);
}
.szkc_wrap{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 40px;
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
}
.szkc_wrap .sfk_item:nth-child(4n){
	margin-right: 0;
}
.good_teacher_list{
	width: 100%;
	font-size: 0;
}
.teacher{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 260px;
	border: 1px solid #D5D5D5;
	box-sizing: border-box;
	margin-right: 50px;
	transition: all 0.3s;
}
.teacher:hover{
	transform: scale(1.1);
}
.teacher:hover img{
	left: 0;
	top: 0;
	border-radius: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	border: 1px solid #BB0000;
	box-sizing: border-box;
}
.teacher:nth-child(5n){
	margin-right: 0;
}
.teacher_pic{
	overflow: hidden;
	width: 134px;
	height: 134px;
	margin: 32px auto 40px auto;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
}
.teacher_pic>img{
	width: 100%;
	transition: all 0.3s;
	border-radius:inherit;
	height: 100%;
	object-fit: cover;
}
.teacher_name{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.jscg_wrap{
	width: 100%;
	padding-bottom: 40px;
	font-size: 0;
}
.jscg_wrap>div{
	display: inline-block;
	vertical-align: top;
	width: 580px;
}
.jscg_wrap>div:nth-child(1){
	margin-right:40px;
}
.jscg_title{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #CB272B;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.jscg_list{
	width: 100%;
	margin-top: 20px;
}
.jscg_list_item{
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	color: #1C1C1C;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.jscg_list_item:hover{
	color: #BB0000;
}
.fenlei{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding: 13px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.fenlei>span{
	margin-right: 5px;
	cursor: pointer;
	padding: 8px 16px;
	font-size: 16px;
	color: #1C1C1C;
	border-radius: 20px;
}
.fenlei>span:nth-child(1){
	font-weight: bold;
}
.fenlei>span:nth-child(1):hover{
	background: none;
	cursor: default;
	color: #1C1C1C;
}
.fenlei>span:hover{
	background: #CB272B;
	color: #fff;
}
.selectFl{
	background: #CB272B;
	color: #fff !important;
}
.zy_list{
	width: 100%;
	margin-top: 40px;
	font-size: 0;
	min-height: 310px;
}
.zy_list_item{
	cursor: pointer;
	display: inline-block;
	width: 284px;
	color: #333333;
	height: 226px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(45, 36, 36, 0.1);
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 28px;
	border-radius: 8px;
	overflow: hidden;
}
.zy_list_item:nth-child(4n){
	margin-right: 0;
}
.zy_list_item:hover img{
	transform: scale(1.1);
}
.zy_list_item:hover{
	color: #BB0000;
}
.zy_list_item .top_img{
	position: relative;
	width: 100%;
	height: 168px;
	overflow: hidden;
}
.zy_list_item .top_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.bottom_words{
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	box-sizing: border-box;
	max-height: 62px;
	overflow: hidden;
	padding: 15px 10px;
}
.zhankai{
	color: #BB0000;
	cursor: pointer;
	position: absolute;
	right: -10px;
	bottom: 0;
	font-size: 14px;
	line-height: 50px;
}