.hslms_bg_video{ height:500px; overflow:hidden; position:relative;}
.hslms_bg_video .hslms_bg_wz{ width:100%; position:absolute; height:500px; background-color:rgba(0,0,0,.58); z-index:2; text-align:center;}
.hslms_bg_video video{ width:100%; position:absolute; z-index:-1; top:-100px;}
.hslms_bg_video .hslms_bg_wz h1{ color:#fff; font-size:60px; font-weight:normal; padding-top:180px; line-height:60px; height:120px;text-transform:Uppercase;}
.hslms_bg_video .hslms_bg_wz h1 span{ display:block; font-size:42px;}
.w100{ width:100%; min-width:1200px;}
.teacherTabs {
	width: 100%;
	font-size: 0;
	padding: 40px 0 30px;
}

.teacherTabsContent {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.bg {
	background-color: #ff8e1f !important;
	background-position-x: 13px !important;
	color: #fff!important;
	font-weight: 700;
}

.teacherTabsContent a {
	display: inline-block;
	height: 40px;
	position: relative;
	background: #fff;
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	margin: 0 14px 13px;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	overflow: hidden;
	padding: 0 44px;
	background-size: 660px;
}

.teacherHeader {
	width: 1200px;
	height: 460px;
	margin: 0 auto;
}

.teacherHeaderPic {
	width: 795px;
	height: 460px;
	background-color: #7c7c7c;
	float: left;
	background-position: center center;
}

.teacherHeaderMk {
	width: 330px;
	height: 460px;
	padding: 0 30px;
	background: #fff;
	float: right;
}

.teacherHeaderMk h3 {
	font-size: 28px;
	font-weight: 300;
	color: #ee7600;
	padding-top: 40px;
}

.teacherHeaderMk p {
	color: #3b3b3b;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	text-align: justify;
	padding-top: 40px;
	padding-bottom: 20px;
}

.teacherHeaderFollow {
	margin-top: 65px;
	height: 52px;
	background-size: 28px;
}

.teacherHeaderFollow a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 20px 0 30px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-size: 19px;
	border: 1px solid #ee7600;
	color: #EE7600;
}

.teacherContent {
	width: 1200px;
	margin: 15px auto;
}

.teacherList {
	width: 385px;
	height: 360px;
	position: relative;
	overflow: hidden;
	margin: 0 15px 26px 0;
	float: left;
	background: #fff;
}

.teacherListBg {
	height: 272px;
	background-color: #636363;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
}

.teacherListMusk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	opacity: 0;
}

.teacherListMk {
	position: absolute;
	width: 390px;
	height: 75px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	line-height: 75px;
}
.teacherList:hover{background: #EE7600;}
.teacherList:hover .teacherListMk{
	color: #fff;
}





/*加载更多的 按钮*/

.morebtn {
	width: 220px;
	height: 45px;
	background: #ff8e1f;
	margin: 80px auto;
	clear: both;
	font-size: 17px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	border-radius: 30px;
}


/*切换*/

.qgyxmain {
	display: none;
}

.selected {
	display: block;
}

.prowrap {
	overflow: hidden;
	height: auto;
	position: relative;
	padding-bottom:40px;
}

.dede_pages{
	width:50%;
	margin:0 auto;
	text-align:center;
}

.dede_pages li{display: inline-block; color:#666;padding:5px 15px; border:1px solid #ddd; color:#333; border-radius:5px; margin:0 5px;transition: .4s;-webkit-transition: .4s;-moz-transition: .4s; font-size:16px; background:#fff;}
.dede_pages li:hover{background-color:#f8760c; color:#fff;box-shadow:0 0px 15px rgba(0,0,0,.3);border:1px solid #f8760c;}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.page-num, .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #17a2b8;
    background-color: #fff;
    border: 1px solid #dee2e6;
}