body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-family: arial;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
	font-weight: normal;
}
button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
	background: none;
}
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none !important;
	vertical-align: baseline;
	cursor: pointer;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {
	*zoom: 1;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
input,textarea {
	outline: none;
	-webkit-appearance: none;
}
input[type='checkbox']:focus {
	outline: none;
}
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}
.index_container {
	width: 1440px;
	margin: 0 auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after ,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}

/* pc导航 */
.mc_hd_pc {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.mc_hd_container {
	padding: 0 95px;
}
.hd_logo {
	width: 549px;
	transition: all .5s;
}
.hd_logo a {
	transition: all .36s;
}
.mc_hd_top {
	position: relative;
	padding-top: 43px;
	transition: all .36s;
}
.mc_hd_top::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 246px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
}
.navfixed .mc_hd_top::before {
	display: none;
}
.hd_top_r a {
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	transition: all .36s;
}
.hd_apply {
	margin-right: 28px;
}
.hd_career {
	margin-right: 34px;
}
.hd_language {
	margin-right: 23px;
}
.hd_language a {
	padding: 0 19px;
	border: 1px solid #fff;
	line-height: 27px;
}
.hd_search {
	position: relative;
	width: 20px;
	height: 29px;
	padding: 6px 0 8px;
	margin-right: 4px;
	transition: all .5s;
}
.hd_search::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	width: 1px;
	height: 0;
	background: #fff;
	transition: all .5s;
}
.search_input {
	width: calc(100% - 30px);
	padding: 0 12px;
	font-size: 16px;
	line-height: 15px;
	color: #fff;
}
.hd_search:hover::before {
    height: 13px;
}
.hd_search:hover {
    border-bottom: 1px solid #fff;
    width: 176px;
}
.mc_icon_search {
	color: #fff;
	position: absolute;
	top: 6px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all .5s;
}
.mc_hd_bot {
	position: relative;
	z-index: 99;
	text-align: right;
	transition: all .36s;
}
.mc_hd_nav {
	display: inline-block;
	vertical-align: middle;
	margin-top: -26px;
	transition: all .36s;
}
.mc_lisfir {
	float: left;
}
.mc_hd_nav li .mc_lisfir_a {
	display: inline-block;
	padding: 0 24px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	transition: all .36s;
}
.mc_lisfir:last-child .mc_lisfir_a {
	padding-right: 0;
}
.navfixed {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.navfixed .mc_hd_top {
	padding-top: 0;
	background: #14589f;
}
.navfixed .hd_logo {
	padding: 5px 0;
}
.navfixed .hd_top_r {
	margin-top: 30px;
}
.navfixed .mc_hd_bot {
	position: relative;
	z-index: 50;
	background-color: #fff;
}
.navfixed .mc_hd_nav {
	z-index: 5;
	margin-top: 0;
}
.navfixed .mc_lisfir_a {
	color: #333;
	line-height: 82px;
}
.mc_hd_subnav li .mc_lissec_a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #3e3e3e;
	padding: 12px 0;
}
.mc_hd_nav li .mc_lisfir_a:hover{
	color: #14589f;
}
.mc_hd_subnav li .mc_lissec_a:hover {
	color: #d23526;
}
.mc_lisfir {
	position: relative;
}
.mc_hd_xlbox {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	background: #fff;
	box-shadow: 0px 3px 7px 0px 
			rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	min-width: 150px;
}
.mc_hd_xlsj {
	position: relative;
	width: auto;
	padding: 15px 20px;
}
.mc_hd_xlsj:before {
	content: "";
	display: block;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border: solid transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	z-index: 2;
	transition: all .36s;
}
.mc_hd_xlsj:after {
    content: "";
	display: block;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border: solid transparent;
    border-bottom-color: #ddd;
    margin-left: -1px;
    border-width: 12px;
    z-index: 1;
    transition: all.36s;
}
.mc_hd_imgbox {
	margin-top: 15px;
	width: 379px;
}
.mc_hd_xlsj .index_container {
    width: 100%;
}
.yxnav_active1 .mc_lisfir_a {
	color: #d23526;
}
.yxnav_active2 .mc_lissec_a {
	color: #d23526;
}
.navfixed .mc_hd_nav li .mc_lisfir_a {
    color: #5d5d5d;
    line-height: 82px;
}
.navfixed .mc_hd_xlbox {
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}
.navfixed .mc_hd_container {
    width: 1440px;
    margin: 0 auto;
    padding: 0;
}

/* 手机导航 */
.mc_ph_hd {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 64px;
	padding-left: 15px;
	padding-right: 15px;
	transition: all .36s;
}
.mc_ph_hd.on {
	background-color: #14589f;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}
.mc_ph_navbar {
	position: relative;
	width: 100%;
	height: 100%;
}
.mc_ph_logo {
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mc_ph_logo a {
	display: inline-block;
	height: 64px;
	padding: 8px 0;
}
.mc_ph_logo a img {
	max-height: 100%;
}
.mc_ph_menu {
	position: relative;
	width: 25px;
	height: 100%;
}
.mc_ph_menubtn {
	position: absolute;
	top: 50%;
}
.mc_ph_menubtn::before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
.mc_ph_menubtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}
.mc_ph_menubtn,.mc_ph_menubtn::before,.mc_ph_menubtn::after {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}
.mc_ph_search i {
	position: unset;
}

/* 侧边展开 */
.mc_ph_expand {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 0;
	z-index: 9999;
}
.mc_menu_expand {
	position: absolute;
	left: -100vw;
	top: 0;
	z-index: 2;
	transition: all .36s;
}
.mc_search_expand {
	position: absolute;
	left: 100vw;
	top: 0;
	width: 100vw;
	transition: all .36s;
}
.mc_search_expandbox {
    margin-top: 24px;
    width: 60%;
    margin: 0 auto;
	position: relative;
}
.mc_search_expandbox input {
	width: 80%;
	display: block;
	line-height: 20px;
	font-size: 14px;
	margin-right: 25px;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.mc_search_expandbox .mc_icon_search {
	position: absolute;
	right: 0;
	top: 50%;
	height: 16px;
	transform: translateY(-50%);
}
.mc_ph_select {
	position: relative;
	margin-bottom: 55px;
}
.mc_ph_select .mc_select_body {
	position: absolute;
	top: 100%;
	margin-top: 15px;
	width: 100%;
	border: 1px solid #5cb531;
	background: #fff;
	padding: 10px 20px;
}
.mc_ph_select .mc_select_list a {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.xialaph .ul1 li h4 a {
	font-size: 16px;
	line-height: 50px;
	color: #333;
	display: block;
}
.xialaph .ul1 li h4.active a {
	color: #007AFF;
}
.g_phnav1:visited {
	color: #333;
}
.ul2,.ul3 {
	display: none;
	padding: 0 20px;
}
.ul2 li a {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	display: block;
}
.mc_menu_expand_ft {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #fff;
	padding: 15px 15px 25px;
	text-align: center;
}
.mc_menu_expand_ft a {
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;
	color: #333;
}
.menu_ex_ft1 a {
	padding: 0 5px;
}
.menu_ex_ft2 a:first-child {
	margin-top: 15px;
	border-right: 1px solid #333;
}
.menu_search_close {
	position: absolute;
	color: #333;
	font-size: 40px;
	line-height: 1;
	top: 10px;
	right: 15px;
	z-index: 10000;
}
.ul1 {
	padding: 0 15px;
}
.ul1>li {
    border-bottom: 1px solid #d9d9d9;
}
.ul2 {
    padding-bottom: 12px;
}
.mc_menu_modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    display: none;
}
.mc_menu_expand .menu_expand_close {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 20px;
	z-index: 10000;
	width: 10px;
}
.mc_ph_container {
	position: relative;
    height: 100vh;
    overflow: auto;
	width: 285px;
	background: #fff;
}
.mc_phmenu_hd {
    background: #4d4d4d;
    padding: 25px 0;
}
.mc_phmenu_logo {
	padding: 0 15px;
    margin-bottom: 12px;
}
.xialaph {
	text-align: center;
}
.mc_phmenu_bd {
	text-align: center;
	background: #4d4d4d;
	padding: 8px 0;
}
.mc_phmenu_bd ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
}

.index_banner {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.banner_type1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15%;
	z-index: 10;
	text-align: center;
}
.banner_type1 ul {
	font-size: 0;
}
.banner_type1 ul li {
	display: inline-block;
	margin: 0 5px;
}
.banner_type1 ul li a {
	width: 216px;
	display: inline-block;
	background: rgba(0,0,0,.3);
	transition: all .36s;
}
.banner_type1 ul li a > * {
	display: inline-block;
	vertical-align: middle;
}
.banner_type1 ul li a span {
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	margin-left: 10px;
}
.banner_type1 ul li.active a ,
.banner_type1 ul li:hover a {
	background: #005bab;
}
.banner_icon {
	position: absolute;
	font-size: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6%;
	z-index: 10;
}
.banner_icon img {
	animation: upDown 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes upDown{
	from{
		transform: translateY(6px);
	}
	to{
		transform: translateY(-6px);
	}
}
.banner_swiper {
    overflow: hidden;
}
.banner_swiper .swiper-slide {
    height: 100vh;
}
.banner_img1 {
	height: 100%;
}
.banner_img1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner_img1 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mc_main {
    position: relative;
    z-index: 2;
    margin-top: 100vh;
    background: #fff;
}
.index_s1 {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index_con1 {
	padding: 120px 0 70px 0;
	text-align: center;
}
.index_title1 {
	margin-top: 30px;
}
.index_title1 h1 {
	color: #000;
	font-size: 36px;
	padding-bottom: 26px;
	position: relative;
}
.index_title1 h1::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #15579f;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.index_info1 {
	padding: 20px 0;
	width: 790px;
	margin: 0 auto;
}
.index_info1 .txt {
	font-size: 16px;
	color: #505050;
	line-height: 38px;
}
.index_b1 .play_icon1 {
	cursor: pointer;
	display: inline-block;
	font-size: 0;
}
.index_b1 p {
	color: #15579f;
	font-size: 16px;
	margin-top: 20px;
}
.index_title2 {
	padding: 52px 0 62px 0;
	text-align: center;
}
.index_title2 h1 {
	color: #000;
	font-size: 36px;
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 26px;
}
.index_title2 h1::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #15579f;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.index_title2 h3 {
	color: #bbb;
	font-size: 14px;
}
.teach_list1 ul li {
	width: 30.76%;
	float: left;
	margin-right: 3.86%;
}
.teach_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.teach_list1 ul li a {
	display: block;
	width: 100%;
	box-shadow: 1px 2px 7px 0px rgba(108, 108, 108, 0.35);
}
.teach_list1 ul li:nth-child(1) a {
	background: #f1bb33;
}
.teach_list1 ul li:nth-child(2) a {
	background: #5cb531;
}
.teach_list1 ul li:nth-child(3) a {
	background: #15579f;
}
.teach_img1 {
	height: 286px;
	overflow: hidden;
}
.teach_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .36s;
}
.teach_info1 {
	height: 230px;
	padding: 32px 30px 0;
}
.teach_info1 h2 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.teach_info1 p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	text-align: justify;
	margin-bottom: 12px;
}
.teach_info1 h4 {
	text-align: right;
	font-size: 0;
}
.teach_list1 ul li a:hover .teach_img1 img {
	transform: scale(1.08);
}
.campus_box1 {
	width: 33.33%;
	float: left;
}
.campus_list1 ul li {
	width: 50%;
	float: left;
}
.campus_list1 ul li:nth-child(3) {
	width: 100%;
}
.campus_list1 ul li a {
	display: block;
	position: relative;
}
.campus_m1 {
	position: relative;
	overflow: hidden;
}
.campus_img1 {
	height: 320px;
}
.campus_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .36s;
}
.campus_m1 .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(21,87,159,.9);
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .36s;
}
.campus_m1 .campus_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(600%);
	text-align: center;
	transition: all .36s;
}
.campus_m1 .campus_info1 h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 12px;
}
.campus_m1 .campus_info1 p {
	color: #fff;
	font-size: 14px;
}
.campus_list1 ul li a:hover .campus_img1 img {
	transform: scale(1.16);
}
.campus_list1 ul li a:hover .campus_m1 .campus_info1 {
	transform: translateY(-50%);
}
.campus_list1 ul li a:hover .campus_m1 .mask {
	opacity: 1;
}
.campus_list2 ul li {
	width: 100%;
}
.campus_list2 ul li a .campus_img1 {
	height: 640px;
}
.index_s3 {
	background: #fafafa;
}
.news_type1 {
	text-align: center;
	margin-bottom: 50px;
}
.news_type1 ul li {
	display: inline-block;
	margin: 0 14px;
}
.news_type1 ul li a {
	display: inline-block;
	color: #8b95a6;
	font-size: 18px;
	line-height: 46px;
	padding: 0 24px;
	border: 1px solid #cdd3df;
	border-radius: 24px;
}
.news_type1 ul li.active a {
	background: #15579f;
	color: #fff;
	border-color: #15579f;
}
.news_left1 {
	width: 46.66%;
	float: left;
}
.news_m1 a {
	display: block;
	position: relative;
}
.news_img1 {
	text-align: center;
	height: 480px;
}
.news_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	padding: 0 40% 0 20px;
}
.news_info1 p {
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 60px;
}
.news_right1 {
	width: 51.38%;
	float: right;
}
.news_list1 ul li {
	margin-bottom: 15px;
}
.news_list1 ul li a {
	display: block;
	padding: 35px 4%;
	background: #fff;
}
.news_list1 ul li a .time {
	width: 80px;
	height: 80px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 20px;
	border: 1px solid #dbdbdb;
}
.news_list1 ul li a .news_info2 {
	width: 85%;
	float: right;
}
.news_list1 ul li a .news_info2 h3 {
	font-size: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list1 ul li a .news_info2 p {
	color: #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}
.news_list1 ul li a .news_info2 h4 {
	color: #999;
	font-size: 14px;
}
.news_list1 ul li a:hover {
	background: #15579f;
}
.news_list1 ul li a:hover .news_info2 * {
	color: #fff;
}
.news_list1 ul li a:hover .time {
	border-color: #fff;
	color: #fff;
}
.index_con3 {
	padding-bottom: 75px;
}
.news_swiper .swiper-pagination {
	display: block;
	width: auto;
	left: auto;
	right: 60px;
	bottom: 0;
	color: #fff;
	line-height: 60px;
}
.news_swiper .swiper-pagination span {
	color: #fff;
	line-height: 60px;
}
.news_swiper .swiper-pagination .swiper-pagination-current {
	font-size: 26px;
}
.news_swiper .swiper-button-prev,
.news_swiper .swiper-button-next {
	background: none;
	opacity: 1;
	width: auto;
	height: auto;
	background: none;
	color: #fff;
	font-size: 24px;
	margin: 0;
	line-height: 60px;
	top: auto;
	bottom: 0;
}
.news_swiper .swiper-button-prev {
	left: auto;
	right: 120px;
}
.news_swiper .swiper-button-next {
	right: 28px;
}
.news_content .tab {
	display: none;
}
.index_con4 {
	padding-bottom: 60px;
}
.school_list1 ul li {
	width: 31.94%;
	float: left;
	margin-right: 2.09%;
}
.school_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.school_list1 ul li a {
	display: block;
}

/* footer */
.copyright {
	text-align: center;
	border-top: 1px solid #387ac2;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
}
.copyright a {
	color: #fff;
}
.mc_ft {
	/* margin-bottom: 390px; */
}
.footer {
	/* position: fixed; */
	position: unset;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: #15579f;
}
.gotop {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: -60px;
	z-index: 2;
	transition: all .36s;
}
.f_con {
	display: flex;
	padding: 58px 0 48px 0;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.f_item1 {
	margin-left: -48px;
	text-align: center;
}
.f_rk {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}
.f_rk a {
	color: #fff;
	font-size: 18px;
}
.f_rk small {
	font-size: 12px;
	color: #fff;
	margin: 0 16px;
}
.f_title1 {
	margin-bottom: 16px;
}
.f_title1 h1 {
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding-bottom: 14px;
	position: relative;
}
.f_title1 h1 img {
	margin-left: 10px;
}
.f_title1 h1::before {
	position: absolute;
	content: "";
	width: 86px;
	height: 1px;
	background: #387ac2;
	left: 0;
	bottom: 0;
}
.f_link ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
.f_contact .txt {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
}
.f_ewm {
	display: flex;
}
.f_ewm .ewm1 {
	margin-right: 16px;
}
.f_ewm .ewm1 img {
	width: 122px;
	height: 122px;
}
.f_ewm .ewm1 p {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
}

/* 关于我们 */
.insider_banner {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.s_banner {
	height: 478px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.index_explore {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}
.index_explore .banner_logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
}
.mc_container {
	width: 1330px;
	margin: 0 auto;
}

/* 侧边 */
.mc_inner_section {
	min-height: 430px;
	padding-top: 50px;
	padding-bottom: 120px;
	border-bottom: 1px solid #eeeeee;
}
.mc_b4_asidebox {
	z-index: 50;
	left: 100px;
	max-width: 260px;
	position: absolute;
}
.mc_b4_asidenav_fir > li {
    cursor: pointer;
}
.mc_b4_asideword_fir {
    line-height: 24px;
    padding: 12px 0;
	font-size: 18px;
	color: #acacac;
	position: relative;
	padding-left: 25px;
}
.mc_c4_plus {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translate(0, -50%);
    display: block;
}
.mc_c4_plus::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ababab;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: all .36s;
}
.mc_c4_plus::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ababab;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all .36s;
}
.mc_c_asidebox .mc_b4_asidenav {
    padding-left: 25px;
}
.mc_b4_asidenav {
    display: none;
}
.act .mc_b4_asidenav {
    display: block;
}
.mc_b4_asidenav > li > a {
    padding: 6px 0;
	display: inline-block;
	position: relative;
}
.mc_b4_asidenav_word {
    position: relative;
    font-size: 18px;
    color: #b0b0b0;
    line-height: 20px;
    transition: all .36s;
}
.act .mc_c4_plus::after {
    background: #14589f;
}
.act .mc_c4_plus::before {
    background: #14589f;
}
.hasnosub.act .mc_c4_plus::after {
    display: none;
}
.hasnosub.on .mc_c4_plus::after {
    display: none;
}
.on .mc_c4_plus::before {
    background: #14589f;
}
.on .mc_c4_plus::after {
    background: #14589f;
}
.act .mc_b4_asideword_fir {
    color: #14589f;
}
.on .mc_b4_asidenav_word {
    color: #14589f;
}
.mc_inner_title ,
.mc_inner_h6title ,
.mc_inner_h2title{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #d23526;
    margin-bottom: 30px;
}
.inner_stitle1 {
    font-size: 28px;
    line-height: 1.5;
    color: #d23526;
}
.inner_stitle1 {
	margin-bottom: 15px;
}
.mc_sinner .txt {
	font-size: 16px;
	color: #666;
	text-align: justify;
	line-height: 1.8;
}
.mc_sinner {
	margin-bottom: 30px;
}

/* 校长介绍 */
.headmaster_title {
	font-size: 30px;
	color: #14589f;
	font-weight: bold;
	margin-bottom: 40px;
}
.headmaster_left1 {
	width: 418px;
	float: left;
	text-align: center;
}
.headmaster_right1 {
	width: calc(100% - 418px);
	float: right;
	padding-left: 12%;
}
.master_info1 .title {
	color: #d23526;
	font-size: 28px;
	margin-bottom: 26px;
}
.master_info1 .txt {
	color: #666;
	font-size: 16px;
	line-height: 48px;
	text-align: justify;
}
.headmaster_m1 {
	padding-top: 30px;
}
.headmaster_con {
	padding-bottom: 80px;
}

/* 新闻聚焦 */
.news_con {
	padding: 30px 0 90px 0;
}
.news_hd {
	margin-bottom: 36px;
}
.news_hd .title {
	float: left;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}
.news_type2 {
	float: right;
}
.news_type2 ul li {
	display: inline-block;
	margin-left: 46px;
}
.news_type2 ul li a {
	display: inline-block;
	color: #6a6969;
	font-size: 20px;
	line-height: 1.6;
}
.news_type2 ul li.active a ,
.news_type2 ul li:hover a{
	color: #14589f;
}
.news_list2 ul li {
	margin-bottom: 20px;
}
.news_list2 ul li a {
	display: block;
	position: relative;
}
.news_m3 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 10px 15px;
}
.news_img3 {
	width: 21.875%;
	float: left;
	height: 215px;
	margin-right: 2.5%;
}
.news_img3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_info3 {
	width: 68.75%;
	float: left;
	margin-top: 30px;
}
.news_info3 .title {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #a8a8a8;
}
.news_info3 .title > * {
	display: inline-block;
	vertical-align: middle;
}
.news_info3 .title img + img {
	display: none;
}
.news_info3 .title h2 {
	color: #000;
	font-size: 18px;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 18px;
	transition: all .36s;
}
.news_info3 p {
	color: #666;
	font-size: 16px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}
.news_info3 h4 > * {
	display: inline-block;
	vertical-align: middle;
}
.news_info3 h4 span {
	color: #666;
	font-size: 16px;
	margin-left: 6px;
}
.news_list2 ul li a:hover .news_info3 .title img {
	display: none;
}
.news_list2 ul li a:hover .news_info3 .title img + img {
	display: inline-block;
}
.news_list2 ul li a:hover .news_info3 .title h2 {
	color: #d23627;
}
.news_list2 {
	margin-bottom: 60px;
}
.page {
	text-align: center;
}
.page a {
	display: inline-block;
	margin: 0 1px;
	border: 1px solid #bcbdbd;
	line-height: 26px;
	padding: 0 9px;
	color: #464545;
	font-size: 16px;
}
.page a.on {
	background: #eb0404;
	border-color: #eb0404;
	color: #fff;
}
.page a.page1 {
	font-size: 14px;
}

/* 新闻详情 */
.news_details {
	padding: 30px 0;
}
.news_dt {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #959595;
	font-size: 14px;
	margin-bottom: 20px;
}
.news_dt a {
	color: #959595;
	font-size: 14px;
}
.news_dt img {
	margin-right: 8px;
}
.news_title1 {
	margin-bottom: 32px;
	text-align: center;
}
.news_title1 .title {
	color: #484848;
	font-size: 24px;
	margin-bottom: 18px;
}
.news_title1 h2 {
	color: #c2c2c2;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.news_info4 .txt {
	color: #969696;
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
}
.news_d1 {
	padding-bottom: 120px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 14px;
}
.pian a {
	width: 50%;
	float: left;
	color: #888888;
	font-size: 16px;
}
.pian a + a {
	text-align: right;
}
.pian a:hover {
	color: #000;
}

/* 校园活动 */
.xiaoyuan_con {
	padding: 30px 0 175px 0;
}
.xy_title {
	color: #14589f;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.xiaoyuan_list1 ul li {
	width: 31.25%;
	float: left;
	margin-right: 3.125%;
	margin-bottom: 55px;
}
.xiaoyuan_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.xiaoyuan_list1 ul li a {
	display: block;
	background-color: #ffffff;
	box-shadow: 2px 3px 7px 0px 
		rgba(0, 0, 0, 0.06);
	border: solid 1px #e9e9e9;
	transition: all .36s;
}
.xy_img1 {
	height: 280px;
}
.xy_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.06);
}
.xy_info1 {
	text-align: center;
	padding: 15px;
}
.xy_info1 h2 {
	color: #333;
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .36s;
}
.xiaoyuan_list1 ul li a:hover {
	transform: translateY(-4px);
}
.xiaoyuan_list1 ul li a:hover .xy_info1 h2 {
	color: #eb0404;
}
.xiaoyuan_list1 {
	margin-bottom: 10px;
}
.zy_d1 {
	padding-bottom: 60px;
	border-bottom: 0;
}

/* 招聘详情 */
.zp_d1 {
	border-bottom: none;
	padding-bottom: 80px;
}
.zp_upload ul li a {
	display: inline-block;
	color: #eb0404;
	font-size: 20px;
	line-height: 42px;
}
.zp_upload {
	margin-bottom: 80px;
}

/* 咨询登记 */
.consulting_con {
	padding: 30px 0 400px 0;
}
.zx_title {
	color: #d23627;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 90px;
}
.consult_right1 {
	width: 367px;
	float: right;
	text-align: center;
}
.consult_left1 {
	width: calc(100% - 367px);
	float: left;
	padding-right: 10%;
}
.consult_s1 {
	margin-bottom: 150px;
}
.consult_s1 .title {
	color: #d23627;
	font-size: 28px;
	margin-bottom: 18px;
}
.consult_s1 .txt {
	color: #666;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 50px;
}
.zx_btn a {
	display: flex;
	width: 256px;
	height: 60px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 28px;
	background: #f2c043;
}
.zx_btn a img {
	margin-right: 6px;
}
.zx_btn01 {
	margin-top: 20px;
}
.xd_list1 ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.xd_list1 ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.xd_list1 ul li h4 {
	color: #d23526;
	font-size: 36px;
	margin: 6px 0;
}
.xd_list1 ul li h4 small {
	font-size: 18px;
}
.xd_list1 ul li p {
	font-size: 14px;
	color: #d23526;
}
.about_video1 {
	width: 922px;
	margin: 50px auto 0;
	padding: 28px;
	background: #f4f4f4;
}
.about_video1 .video1 {
	height: 595px;
	position: relative;
}
.about_video1 .video1 video {
	width: 100%;
	height: 100%;
}
.about_video1 .video1 .play_bg1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
.shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}
.video_modal {
	position: fixed;
	width: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10000;
	display: none;
}
.video_modal .close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	height: 20px;
	z-index: 1;
}
.index_video1 {
	height: 500px;
	padding: 30px;
	background: #fff;
}
.index_video1 video {
	width: 100%;
	height: 100%;
}
/* 0908首页 */
.teach_info2 {
	height: 104px;
	position: relative;
}
.teach_info2 h2 {
	margin-bottom: 0;
}
.teach_info2 h4 {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.campus_swiper1 ,
.video_swiper1 {
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 60px;
}
.campus_swiper1 .swiper-pagination ,
.video_swiper1 .swiper-pagination {
	width: 100%;
	bottom: 0;
	left: 0;
}
.campus_swiper1 .swiper-pagination-bullet ,
.video_swiper1 .swiper-pagination-bullet{
	margin: 0 6px;
	opacity: 1;
	background: #cfcfcf;
	width: 14px;
	height: 14px;
}
.campus_swiper1 .swiper-pagination-bullet-active,
.video_swiper1 .swiper-pagination-bullet-active{
	background: #15579f;
}
.spot_left1 {
	width: 50%;
	height: 420px;
	float: left;
}
.spot_left1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.spot_left1 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spot_right1 {
	width: 50%;
	float: left;
	padding: 20px 24px 0;
	border: 1px solid rgba(227,227,227,.3);
	background: rgba(246,246,246,.3);
	height: 420px;
}
.spot_h1 {
	position: relative;
	border-bottom: 2px solid #f2f2f2;
}
.spot_h1 .title {
	line-height: 70px;
	position: relative;
	font-size: 30px;
	color: #15579f;
	display: inline-block;
}
.spot_h1 .title::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #15579f;
	left: 0;
	bottom: -2px;
}
.spot_h1 a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #9c9c9c;
	font-size: 16px;
}
.spot_h1 a:hover {
	color: #15579f;
}
.spot_info1 {
	margin-top: 28px;
}
.spot_info1 .title a {
	display: block;
	color: #000;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.spot_info1 .title a:hover {
	color: #15579f;
}
.spot_info1 .view {
	color: #f60303;
	font-size: 18px;
	margin: 16px 0 24px;
}
.spot_info1 .txt {
	color: #999;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 55px;
}
.spot_info1 .more a {
	display: inline-block;
	width: 120px;
	line-height: 36px;
	background: #15579f;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.spot_c1 {
	margin-bottom: 10px;
}
.spot_m1 .spot_item1 {
	width: 50%;
	float: left;
}
.spot_left2 {
	width: 47.5%;
	float: left;
	height: 420px;
}
.spot_left2 a {
	display: block;
	width: 100%;
	height: 100%;
}
.spot_left2 a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spot_right2 {
	width: 52.5%;
	float: left;
	height: 420px;
	background: rgba(246,246,246,.3);
	border: 1px solid rgba(227,227,227,.3);
	padding: 64px 10px 0 26px;
}
.spot_info2 {
	margin-top: 0;
}
.spot_info2 .title a {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000;
}
.spot_m1 {
	margin-top: 16px;
}
.index_video2 {
	position: relative;
	height: 275px;
}
.index_video2 video {
	width: 100%;
	height: 100%;
}
.index_video2 .x_video_play1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	cursor: pointer;
	z-index: 1;
}
.video_m1 {
	padding: 10px;
}
.video_swiper1 {
	padding: 0 10px 60px;
}
/* 0909-校刊详情 */
.xk_sw {
	width: 800px;
	padding: 0 110px;
	position: relative;
	margin: 0 auto;
}
.det_swiper1 {
	position: relative;
	padding-bottom: 30px;
}
.xk_img1 {
	border: 1px solid #e3e3e3;
	text-align: center;
}
.xk_img1 a {
    display: block;
    width: 100%;
}
.det_swiper1 .swiper-button-prev ,
.det_swiper1 .swiper-button-next {
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	width: auto;
}
.det_swiper1 .swiper-button-prev {
	left: 0;
}
.det_swiper1 .swiper-button-next {
	right: 0;
}
.det_swiper1 .swiper-pagination {
	width: 100%;
	bottom: 0;
	left: 0;
	background: #e0e0e0;
	text-align: center;
}
.det_swiper1 .swiper-pagination-bullet {
	background: none;
	color: #000;
	opacity: 1;
	font-size: 14px;
	width: auto;
	height: auto;
	line-height: 30px;
	margin: 0 5px;
}
.det_swiper1 .swiper-pagination-bullet-active {
	color: #f00;
}
.fs_gallery {
	background: rgba(0, 0, 0, .9);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 1000
}
.fs_gallery_close {
	top: 20px;
	width: 25px;
	height: 25px;
	text-align: center;
	right: 20px;
	color: #ccc;
	line-height: 23px;
	font-size: 34px;
	position: absolute;
	z-index: 1002;
	cursor: pointer
}
.fs_gallery_close::before {
	content: "x"
}
.fs_gallery_close:hover {
	color: #fff
}
.fs_gallery_prev {
	width: 80px;
	color: #ccc;
	font-size: 30px;
	position: absolute;
	z-index: 1001;
	cursor: pointer
}
.fs_gallery_next {
	width: 80px;
	color: #ccc;
	font-size: 30px;
	position: absolute;
	z-index: 1001;
	cursor: pointer
}
.fs_gallery_prev:hover {
	background: rgba(0, 0, 0, .1);
	color: #fff
}
.fs_gallery_next:hover {
	background: rgba(0, 0, 0, .1);
	color: #fff
}
.fs_gallery_prev {
	left: 0;
	top: 0;
	bottom: 0
}
.fs_gallery_next {
	top: 0;
	right: 0;
	bottom: 0
}
.fs_gallery_prev::before {
	left: 35px;
	top: 50%;
	height: 30px;
	margin-top: -30px;
	position: absolute;
	content: "<"
}
.fs_gallery_next::before {
	left: 35px;
	top: 50%;
	height: 30px;
	margin-top: -30px;
	position: absolute;
	content: ">"
}
.fs_gallery_shuft {
	width: 9999999px;
	position: relative
}
.fs_gallery_shuft::after {
	clear: both;
	display: block;
	content: ""
}
.fs_gallery_shuft_item {
	background-position: center;
	float: left;
	position: relative;
	background-repeat: no-repeat
}
.fs_gallery_shuft_item img {
	left: 50%;
	top: 50%;
	position: absolute;
	box-shadow: 0 0 8px rgba(0, 0, 0, .8)
}
