
/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
	width: 100%;
	position: relative;
}

.ys_ban_li {
	position: relative;
	overflow: hidden;
}

.ys_ban_imgbox {
	position: relative;
	z-index: 1;
}

.ys_ban_imgbox img {
	width: 100%;
}

.ys_ban_li>a {
	display: block;
}

.ys_ban_ph {
	display: none;
}

.ys_ban_video {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ys_ban_li:not(:first-child) {
	display: none;
}

.ys_ban_imgbox::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, .3); */
}

.ys_ban_txtbox {
	z-index: 5;
}

.ys_nybanner {
	position: relative;
}

.ys_nyban_img,
.ys_nyban_img img {
	width: 100%;
}

.ys_nyban_ph {
	display: none;
}



.yxedr_active p {
	font-size: 16px;
	line-height: 1.75;
	color: #666;
	margin-bottom: 12px;
}

.std_tit1,
.yxedr_active h2 {
	font-size: 50px;
	line-height: 1.5;
}

.std_tit2,
.yxedr_active h3 {
	font-size: 40px;
	line-height: 1.5;
}

.std_tit3,
.yxedr_active h4 {
	font-size: 32px;
	line-height: 1.4;
}

.std_tit4,
.std_tit4 p,
.yxedr_active h5 {
	font-size: 20px;
	line-height: 1.75;
}

.std_word,
.std_word p {
	font-size: 18px;
	line-height: 1.75;
	color: #666;
}

.std_padd {
	padding: 120px 0;
}

.std_padd1 {
	padding: 150px 0;
}

.std_mar {
	margin-bottom: 60px;
}

.std_mar1 {
	margin-bottom: 50px;
}

.std_mar2 {
	margin-bottom: 24px;
}

:root {
	/* vi色 */
	--com-color: #0B25AA;
	--com-padd: 90px;
	--com-padd1: 70px;
}

/* 规范 end */

.ys_page_title {
	display: none;
}

.ys_hd_pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.ys_hd_pc::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home_banner {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.home_banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	z-index: 1;
	background: linear-gradient(0deg, var(--com-color) 0%, rgba(11, 37, 170, 0.00) 100%);
}

.home_banner img {
	height: 100vh;
	object-fit: cover;
}

.home_banner .ys_ban_imgbox::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.20);
}


.mod_head {
	width: 100%;
	padding-left: 32px;
	display: flex;
	justify-content: space-between;
}

.mod_head_le {
	width: 254px;
}

.mod_head_le a {
	display: block;
}

.mod_head_le .ys_imgbox_cover {
	line-height: 90px;
}

.mod_head_le img {
	width: 100%;
	transform: scale(1) !important;
}

.mod_head_le img:nth-child(2) {
	opacity: 0;
}

.mod_head_ri {
	display: flex;
	align-items: stretch;
}

.mod_head_ri_lang a {
	line-height: 90px;
	display: block;
	font-size: 16px;
	padding: 0 34px;
	color: #fff;
	transition: all 0.36s;
}

.mod_head_ri_lang,
.mod_head_ri_sear {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.mhrs_wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 36px;
	cursor: pointer;
}

.mod_head_ri_sear .icon-search {
	color: #fff;
	font-size: 18px;
	transition: all 0.36s;
}

.ys_search1 .ys_search1_btn {
	width: 360px;
	height: 115px;
	line-height: 115px;
	text-align: center;
}

.ys_search1 .ys_search1_btn img {
	margin-right: 60px;
	cursor: pointer;
}

.ys_search1_win {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: none;
}

.ys_search1_box {
	position: relative;
	top: 50%;
	width: 50%;
	margin: auto;
	height: 40px;
	border-bottom: 1px solid #ffffff;
}

.ys_search1_tbox input {
	width: calc(100% - 60px);
	height: 100%;
	font-size: 24px;
	color: #666666;
}

.ys_search1_but button {
	width: 100%;
	position: relative;
	right: 0;
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 3px;
}

.ys_search1_close {
	width: 28px;
	display: block;
	position: absolute;
	right: 6%;
	top: 4%;
	cursor: pointer;
}

.ys_search1_close img {
	width: 100%;
}

.ys_search1_tbox {
	width: calc(100% - 50px);
	padding-right: 20px;
}

.ys_search1_but {
	width: 50px;
}

.ys_search1_tbox input {
	width: 100%;
}

.ys_search1_btn img {
	width: 100%;
}

.ys_search1 .ys_search1_btn {
	width: 90px;
	height: 115px;
	line-height: 115px;
	text-align: center;
}

.ys_search1 .ys_search1_btn {
	width: 20px;
	margin-right: 90px;
}

/* 响应式 */
@media screen and (max-width:768px) {
	.ys_search1 .ys_search1_btn {
		width: 20px;
		margin-right: 30px;
		height: 64px;
		line-height: 64px;
	}

	.ys_search1_close {
		width: 15px;
		right: 4%;
		top: 3%;
	}

	.ys_search1_tbox input {
		font-size: 16px;
	}

	.ys_search1_but button {
		font-size: 16px;
	}

	.ys_search1_box {
		height: 26px;
	}

	.ys_search1_but {
		width: 38px;
	}

	.ys_search1_tbox {
		width: calc(100% - 38px);
		padding-right: 10px;
	}

}


.mhrn_li,
.mhrn_link {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: 90px;
	font-size: 16px;
	transition: all 0.36s;
}

.mhrn_li .icon-arrow-down,
.mhrn_link .icon-arrow-down {
	font-size: 12px;
	margin-left: 8px;
	margin-top: 2px;
	transition: all 0.36s;
}

.mod_head_ri_nav {
	display: flex;
	padding-right: 40px;
}

.mhrn_li {
	padding: 0 40px;
}

.home_excite {
	width: 100%;
	position: relative;
	padding-top: 54vh;
	z-index: 2;
}

.home_excite_le .std_tit1 {
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
	transform: translateY(170%);
	transition: all 0.66s;
}

.home_excite_cont {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home_excite_ri {
	width: 21%;
	position: relative;
}

.home_excite_ri .ys_imgbox_cover {
	border-radius: 10px;
}

.home_excite_ri .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.home_excite_le {
	padding-right: 20px;
	min-height: 225px;
	position: relative;
	overflow: hidden;
	width: 57%;
}


.home_excite_ri_play {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.mod_main {
	width: 100%;
	position: relative;
}

.home_about {
	width: 100%;
	position: relative;
	z-index: 2;
	padding-top: 370px !important;
}

.home_about_cont {
	width: 100%;
}

.home_about_tit .std_tit2 {
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}

.home_about_info p {
	color: #fff;
	line-height: 1.75;
}

.home_about_tit {
	margin-bottom: 28px;
}


.home_about_ul {
	display: flex;
	flex-wrap: wrap;
}

.home_about_ul_li {
	width: 16.666666%;
}

.haul_wrap {
	width: 100%;
	position: relative;
}

.std_word1,
.std_word1 p {
	font-size: 18px;
	line-height: 1.75;
}

.haul_wrap_btm p {
	color: #fff;
}


.haul_wrap_top p {
	color: #fff;
}

.haul_wrap_top_sp,
.haul_wrap_top_sp1 {
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	font-family: 'arvobold';
}

.mod_more_link {
	font-size: 16px;
	line-height: 1.75;
	color: #002F52;
	display: inline-block;
	transition: all 0.36s;
	background: #64D7E1;
	border-radius: 50px;
	padding: 11px 56px;
	cursor: pointer;
}

.home_about_more {
	padding-top: 15px;
}

.home_news {
	width: 100%;
	position: relative;
	background: #F6F6F6;
	z-index: 2;
	overflow: hidden;
}

.home_news_cont {
	width: 100%;
}

.home_news_tit .std_tit2 {
	color: #333;
	text-align: center;
	font-weight: bold;
}

.home_news_btm {
	width: 100%;
	position: relative;
}

.home_news_btm_plate {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
}

.hnbp_le {
	width: 49%;
}

.hnbp_ri {
	width: 51%;
	padding-left: 30px;
}

.hnbp_le_link {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 5px;
	background: var(--com-color);
}

.hnbp_le_link_btm {
	width: 100%;
	padding: 28px 56px;
	padding-bottom: 46px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mod_tit20 {
	font-size: 20px;
	line-height: 1.75;
}

.hllb_top_time .mod_tit20 {
	color: #fff;
	line-height: 1.75;
	align-items: center;
	display: flex;
}

.hllb_top_time span {
	position: relative;
	padding-right: 32px;
}

.hllb_top_time span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.5);
}

.mod_tit36 {
	font-size: 36px;
	line-height: 1.75;
}

.hllb_top_tit .mod_tit36 {
	color: #fff;
	min-height: 5.25em;
	max-height: 5.25em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.hllb_top_time {
	margin-bottom: 25px;
}

.mod_more1_ri {
	width: 16px;
	margin-top: 4px;
}

.mod_more1_ri img {
	width: 100%;
}

.mod_more1_le p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	transition: all 0.36s;
}

.mod_more1 {
	display: flex;
	align-items: center;
}

.mod_more1_le {
	padding-right: 5px;
}

.hllb_top {
	padding-bottom: 35px;
}

.hnbp_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	align-items: stretch;
}

.hnbp_ri_li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.hnbp_ri_li_nk {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	min-height: 390px;
}

.hrln_btm {
	width: 100%;
	height: 100%;
	padding: 20px 32px;
	position: relative;
}

.hrln_btm .hllb_top_time p {
	color: #999999;
}

.hrln_btm .hllb_top_time span::after {
	background: #E4E4E4;
	height: 16px;
}

.hllb_top_tit .std_tit4 {
	color: #333;
	line-height: 1.75;
	min-height: 3.5em;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}

.hrln_btm .hllb_top_time {
	margin-bottom: 20px;
}


.hllb_top_info p {
	line-height: 1.75;
	color: #666;
	min-height: 5.25em;
	max-height: 5.25em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.haul_wrap_top {
	margin-bottom: 8px;
}

.hrln_btm_more .mod_more1_le p {
	color: var(--com-color);
}

.hllb_top_info {
	margin-bottom: 20px;
}

.hllb_top_info,
.hrln_btm_more {
	display: none;
}

.hnbp_ri_li.on .ys_imgbox_cover {
	display: none;
}

.hnbp_ri_li.on .hrln_btm {
	padding-top: 32px;
	padding-bottom: 36px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hnbp_ri_li.on .hllb_top_info {
	display: block;
	margin-top: 24px;
}

.hnbp_ri_li.on .hrln_btm_more {
	display: block;
}

.hnbp_ri_li:nth-last-child(1),
.hnbp_ri_li:nth-last-child(2) {
	margin-bottom: 0;
}

.home_news_btm_activi {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 90px;
}

.hnba_ri {
	width: 27.5%;
}

.hnba_le {
	width: 72.5%;
	padding-right: 30px;
}

.hnba_ri_link {
	width: 100%;
	height: 100%;
	display: block;
	background: var(--com-color);
	border-radius: 8px;
	overflow: hidden;
	padding: 50px;
}

.hnba_ri_link_tit .mod_tit36 {
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

.hnba_ri_link_img {
	width: 176px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 72px;
}

.hnba_ri_link_img img {
	width: 100%;
}

.hnba_ri_link_tit {
	margin-bottom: 60px;
}

.hrlm_more {
	font-size: 20px;
	line-height: 1.4;
	color: var(--com-color);
	transition: all 0.36s;
	background: rgba(255, 255, 255, 1);
	padding: 17px 70px;
	border-radius: 8px;
}

.hnba_ri_link_more {
	display: flex;
	justify-content: center;
}

.hnba_le_link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	background: #E9E9E9;
	padding-top: 26px;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 60px;
	border-radius: 8px;
	overflow: hidden;
}

.hnba_le_link_le {
	width: 47%;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.hnba_le_link_ri {
	width: 42%;
	height: 100%;
}

.hnba_le_link_ri img {
	transform: scale(1) !important;
}

.hlll_tit .mod_tit36 {
	color: #333;
	line-height: 1.4;
}

.hlll_time .hllb_top_time p {
	color: #666666;
}

.hlll_time .hllb_top_time span::after {
	background: #666;
}

.std_tit24,
.std_tit24 p {
	font-size: 24px;
	line-height: 1.5;
	color: #333;
}

.hlll_titsub .std_tit24 {
	color: #333;
	transition: all 0.36s;
	min-height: 3em;
	max-height: 3em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.hlll_info p {
	color: #666;
	min-height: 5.25em;
	max-height: 5.25em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.hlll_titsub {
	margin-bottom: 10px;
}

.mod_more1_ri svg {
	width: 100%;
}

.mod_more1_ri path {
	transition: all 0.36s;
}

.hlll_info_more .mod_more1_le p {
	color: var(--com-color);
}

.hlll_info {
	margin-bottom: 57px;
}


.home_excite_le_img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.66s;
}

.home_excite_le.on .home_excite_le_img {
	top: -30%;
}

.home_excite_le.on .std_tit1 {
	transform: translateY(0%);
}

.home_news_btm_shadow {
	width: 100%;
	position: relative;
}

.hnbs_ul_li {
	width: 556px !important;
	margin-right: 30px;
}

.hnbs_ul_li_link {
	width: 100%;
	position: relative;
	display: block;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.hnbs_tit .mod_tit36 {
	color: #333;
	line-height: 1.4;
}

.hull_btm {
	width: 100%;
	position: relative;
	padding: 42px;
	padding-right: 90px;
}

.hull_btm .hllb_top_time p {
	color: #999;
}

.hull_btm .hllb_top_time {
	margin-bottom: 17px;
}

.hull_btm .hllb_top_time span::after {
	background: rgba(228, 228, 228, 0.5);
	height: 16px;
}

.hull_btm_tit .std_tit24 {
	color: #333;
	line-height: 1.75;
	transition: all 0.36s;
	max-height: 1.75em;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.hull_btm_info p {
	color: #666;
	line-height: 1.75;
	max-height: 1.75em;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


.hull_btm_tit {
	margin-bottom: 16px;
}

.hull_btm_icon {
	position: absolute;
	width: 40px;
	bottom: 36px;
	right: 32px;
}

.hull_btm_icon img {
	width: 100%;
}

.hnbs_ul_li:last-child {
	margin-right: 0 !important;
}

/* html,
body {
    transition: all 0.1s;
} */

/* html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
} */

.lenis.lenis-stopped {
	overflow: hidden;
}

/* .lenis.lenis-scrolling iframe {
    pointer-events: none;
} */


.home_scien {
	width: 100%;
	background: var(--com-color);
	position: relative;
	z-index: 2;
	/* background: radial-gradient(50% 50% at 50% 50%, rgba(11, 37, 170, 0.00) 0%, rgba(11, 37, 170, 0.67) 100%); */
}

.home_scien_btm {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home_scien_btm_li {
	width: 100%;
	position: relative;
}

.home_scien_wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.home_scien_ul1 .home_scien_btm_li1 .hsbl_img1 {
	width: 17%;
	transform: translateX(85%);
}

.hsbl_img img {
	border-radius: 16px;
	width: 100%;
}

.home_scien_ul1 .home_scien_btm_li1 .hsbl_img2 {
	width: 25.5%;
	transform: translateX(-41%);
}

.home_scien_ul1 .home_scien_btm_li1 {
	margin-bottom: 110px;
}

.home_scien_ul1 .home_scien_btm_li2 .hsbl_img1 {
	margin-top: 168px;
	width: 25.3%;
	transform: translateX(14%);
}

.home_scien_ul1 .home_scien_btm_li2 .hsbl_img2 {
	width: 24.4%;
	transform: translateX(-11%);
}

.home_scien_ul {
	width: 100%;
	position: relative;
}

.home_scien::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: radial-gradient(50% 50% at 50% 50%, rgba(11, 37, 170, 0.00) 0%, rgba(11, 37, 170, 0.67) 100%);
}

.home_scien_ul_text {
	width: 435px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.hsut_tit .std_tit2 {
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}

.hsut_info p {
	color: #fff;
	line-height: 1.75;
	margin-bottom: 18px;
}

.hsut_tit {
	margin-bottom: 30px;
}

.home_scien_ul1 {
	margin-bottom: 65px;
}

.home_scien_ul2 .home_scien_btm_li1 .hsbl_img1 {
	width: 18.5%;
	transform: translateX(78%);
	margin-top: 190px;
}

.home_scien_ul2 .home_scien_btm_li1 .hsbl_img2 {
	width: 28%;
	transform: translateX(-50%);
}

.home_scien_ul2 .home_scien_btm_li2 .hsbl_img1 {
	width: 28.3%;
	transform: translateX(66%);
	margin-top: 160px;
}

.home_scien_ul2 .home_scien_btm_li2 .hsbl_img2 {
	width: 24.2%;
	transform: translateX(-27%);
}

.home_scien_ul2 .home_scien_btm_li1 {
	margin-bottom: 98px;
}

.home_scien_ul2 {
	margin-bottom: 112px;
}

.home_scien_ul3 .home_scien_btm_li1 .hsbl_img1 {
	width: 19.5%;
	transform: translateX(45%);
	margin-top: 253px;
}

.home_scien_ul3 .home_scien_btm_li1 .hsbl_img2 {
	width: 28%;
	transform: translateX(-63%);
}

.home_scien_ul3 .home_scien_btm_li1 {
	margin-bottom: 86px;
}

.home_scien_ul3 .home_scien_btm_li2 .hsbl_img1 {
	width: 31%;
	transform: translateX(69%);
	margin-top: 214px;
}

.home_scien_ul3 .home_scien_btm_li2 .hsbl_img2 {
	width: 24.4%;
	transform: translateX(-27%);
}

.home_scien_fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	pointer-events: none;
}

.home_scien_fixed_wrap {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 78vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.hsfw_li {
	width: 500px;
	display: none;
	pointer-events: all;
}

.hsfw_li.act {
	display: block;
}

.hsfw_link {
	display: flex;
	background: #fff;
	align-items: center;
	border-radius: 8px;
	padding: 29px 52px;
}

.hsfw_link_le {
	width: 72px;
}

.hsfw_link_le img {
	width: 100%;
}

.hsfw_link_ri .std_tit3 {
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	padding-right: 20px;
	transition: all 0.36s;
}

.hsfw_link_ri {
	width: calc(100% - 72px);
	padding-left: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hsfw_link_ri img {
	width: 16px;
	margin-top: 4px;
	flex: none;
	transition: all 0.36s;
	opacity: 0;
}

html.stick body {
	overflow: visible !important;
}

.home_distrib {
	width: 100%;
	position: relative;
	z-index: 2;
	height: 200vh;
}

.home_distrib_btm {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: relative;
}

.hdbl_tit .std_tit2 {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.hdbl_info p {
	color: #fff;
	line-height: 1.75;
}

.home_distrib_btm_img {
	width: 100%;
	height: 100%;
	position: relative;
}

.home_distrib_btm_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 5, 16, 0.5);
}

.home_distrib_btm_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_distrib_btm .ys_cont1440 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translateY(80px);
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	transition: all 0.6s;
}

.hdbl_tit {
	margin-bottom: 32px;
}

.hdbr_num p {
	font-size: 120px;
	line-height: 1.25;
	color: #fff;
	font-weight: 400;
	font-family: 'arvobold';
}

.hdbr_info p {
	color: #fff;
}

.home_distrib_btm_le {
	width: 33%;
	/* margin-right: 25%; */
}

.home_distrib_btm_ri {
	width: 28%;
	text-align: center;
	margin-right: 5%;
}


.home_distrib_top {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	transition: all .3s ease-out;
}

.home_distrib_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_distrib_wrap {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	overflow: hidden;
}

.home_distrib_top.skrollable-after {
	opacity: 0;
	pointer-events: none;

}

.home_distrib.on .home_distrib_btm .ys_cont1440 {
	opacity: 1;
	transform: translate(-50%, -50%) translateY(0px);
}

.home_admis {
	width: 100%;
	position: relative;
	z-index: 2;
	background: var(--com-color);
}

.home_admis_cont {
	width: 100%;
	position: relative;
}

.home_admis_tit .std_tit2 {
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}

.home_admis_btm {
	width: 100%;
	position: relative;
}

.home_admis_btm_map {
	width: 100%;
	position: relative;
}

.home_admis_btm_map::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36%;
	pointer-events: none;
	background: linear-gradient(180deg, #0B25AA 0%, rgba(11, 37, 170, 0.00) 100%);
}

.home_admis_btm_map::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36%;
	pointer-events: none;
	background: linear-gradient(0deg, #0B25AA 0%, rgba(11, 37, 170, 0.00) 100%);
}

.habm_li {
	width: 100%;
}

.home_admis_btm_cent {
	width: 100%;
	position: relative;
	padding-left: 180px;
	padding-right: 180px;
}

.habc_li {
	width: 25%;
	padding: 0 20px;
	display: flex;
	justify-content: center;
}

.habc_ul {
	display: flex;
	margin: 0 -50px;
}

.habc_li_wrap {
	/* width: 100%; */
	position: relative;
	display: flex;
	cursor: pointer;
	padding-bottom: 24px;
	align-items: flex-start;
}

.habc_li_wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 4px;
	background: #63BDD9;
	transition: all 0.36s;
	opacity: 0;
}

.habc_li.act .habc_li_wrap::after {
	width: 100%;
	opacity: 1;
}

.habc_li.act .habc_li_wrap_le img:nth-child(1) {
	opacity: 0;
}

.habc_li.act .habc_li_wrap_le img:nth-child(2) {
	opacity: 1;
}

.habc_li.act .habc_li_wrap_ri .std_tit4 {
	color: #64D7E1;
}

.habc_li_wrap_le {
	width: 32px;
	flex: none;
}

.habc_li_wrap_ri .std_tit4 {
	color: #fff;
	line-height: 1.75;
	transition: all 0.36s;
}

.habc_li_wrap_le img:nth-child(2) {
	opacity: 0;
}

.habc_li_wrap_ri {
	padding-left: 16px;
}

.home_admis_btm_btm {
	width: 100%;
	position: relative;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(10px);
	display: flex;
	flex-wrap: wrap;
}

.habb_li {
	width: 20%;
	padding: 44px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;

}

.habb_li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 65px;
	background: rgba(255, 255, 255, 0.2);
}

.habb_li:last-child::after {
	display: none;
}

.habb_li_le_tit .std_tit4 {
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}

.habb_li_le_info p {
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.8);
}

.habb_li_ri p {
	color: #fff;
	line-height: 1.75;
}

.habb_li_ri_sp {
	font-size: 40px;
	line-height: 1.75;
	font-weight: bold;
	font-family: 'arvoregular';
}

.habb_li_ri {
	flex: none;
}

.habb_li_le {
	padding-right: 15px;
}

.home_admis_btm_swip {
	width: 100%;
	position: relative;
}

.habs_li {
	width: 100%;
	position: relative;
	display: none;
}

.habs_li:first-child {
	display: block;
}

.home_admis_btm_top {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.home_admis_btm_map img {
	width: 100%;
}

.home_admis_btm_map svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.habm_btm {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.habm_btm_li {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(100, 215, 225, 0.7);
	z-index: 1;
	opacity: 0;
}

.habm_btm_li1 {
	top: 26.8%;
	left: 24.8%;
}

.habm_btm_li2 {
	top: 41.8%;
	left: 27.5%;
}

.habm_btm_li3 {
	top: 29.8%;
	left: 46.8%;
}

.habm_btm_li4 {
	top: 34.4%;
	left: 48%;
}

.habm_btm_li5 {
	top: 60.1%;
	left: 69.9%;
}

.habm_btm_li6 {
	top: 73.6%;
	left: 78.5%;
}

.habm_btm_li7 {
	top: 48.1%;
	left: 73.2%;
}

.habm_btm_li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150%;
	height: 150%;
	border-radius: 50%;
	background: rgba(100, 215, 225, 1);
	z-index: -1;
	animation: myfirst 2s linear infinite;
	animation-delay: 0.6s;
	transform: translate(-50%, -50%) scale(1);
	opacity: .7;
}

.habm_btm_li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150%;
	height: 150%;
	border-radius: 50%;
	background: rgba(100, 215, 225, 1);
	z-index: -1;
	animation: myfirst 2s linear infinite;
	transform: translate(-50%, -50%) scale(1);
	opacity: .7;
}

@keyframes myfirst {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: .7;
	}

	50% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0.5;
	}

	100% {
		transform: translate(-50%, -50%) scale(4);
		opacity: 0;
	}
}

/* .svg_path {
    opacity: 0;
} */



/* .home_admis_btm_map.on1 .svg_path1 path,
.home_admis_btm_map.on1 .svg_path2 path,
.home_admis_btm_map.on1 .svg_path3 path,
.home_admis_btm_map.on1 .svg_path4 path {
    -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

.home_admis_btm_map.on1 .svg_path5 path,
.home_admis_btm_map.on1 .svg_path6 path {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
} */

.svg_path1 path,
.svg_path2 path,
.svg_path3 path,
.svg_path4 path {
	-webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}

.svg_path5 path,
.svg_path6 path,
.svg_path7 path {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
	clip-path: polygon(0 0, 100% 0, 100% 0%, 0 0%);
}

.home_admis_btm_map.on1 .habm_btm_li2 {
	opacity: 1;
	transition: all 0.36s;
	transition-delay: 0.68s !important;
}

.home_admis_btm_map.on1 .svg_path2 path {
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	transition: all 0.68s;
}

.home_admis_btm_map.on2 .habm_btm_li3 {
	opacity: 1;
	transition: all 0.36s;
	transition-delay: 0.68s !important;
}

.home_admis_btm_map.on2 .svg_path3 path {
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	transition: all 0.68s;
}


.home_admis_btm_map.on3 .habm_btm_li1,
.home_admis_btm_map.on3 .habm_btm_li4,
.home_admis_btm_map.on3 .habm_btm_li5,
.home_admis_btm_map.on3 .habm_btm_li6,
.home_admis_btm_map.on3 .habm_btm_li7 {
	opacity: 1;
	transition: all 0.36s;
	transition-delay: 0.68s !important;
}

.home_admis_btm_map.on3 .svg_path1 path,
.home_admis_btm_map.on3 .svg_path4 path,
.home_admis_btm_map.on3 .svg_path5 path,
.home_admis_btm_map.on3 .svg_path6 path,
.home_admis_btm_map.on3 .svg_path7 path {
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	transition: all 0.68s;
}


.home_admis_btm_map.on4 .habm_btm_li2,
.home_admis_btm_map.on4 .habm_btm_li3 {
	opacity: 1;
	transition: all 0.36s;
	transition-delay: 0.68s !important;
}

.home_admis_btm_map.on4 .svg_path2 path,
.home_admis_btm_map.on4 .svg_path3 path {
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
	transition: all 0.68s;
}

.home_find {
	width: 100%;
	height: 200vh;
	position: relative;
	z-index: 2;
	background: #fff;

}

.home_find_wrap {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
	overflow: hidden;
}

.home_find .home_distrib_top {
	opacity: 0;
	pointer-events: none;
	transform-origin: center 10%;
}

.home_find .home_distrib_top.skrollable-after {
	opacity: 1;
	pointer-events: all;
}

.home_find.on .home_distrib_top {
	opacity: 1;
	pointer-events: all;
}

.home_find .home_distrib_top.skrollable-after .home_find_wrap_txt {
	opacity: 1;
}

.home_find .home_distrib_top.skrollable-after .hfwt_tit {
	animation: ysfadeInUp 0.8s ease-in-out both;
	animation-delay: 0.1s;
}

.home_find .home_distrib_top.skrollable-after .hfwt_ul {
	animation: ysfadeInUp 0.8s ease-in-out both;
	animation-delay: 0.1s;
}

.home_find_wrap_txt {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
	width: 800px;
	max-width: 100%;
	z-index: 10;
	opacity: 0;
}

.hfwt_tit .haul_wrap_top_sp1 {
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.hfwt_ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hfwt_li {
	margin: 0 10px;
}

.hfwt_ul {
	margin: 0 -10px;
}

.hfwt_tit {
	margin-bottom: 52px;
}

.home_find .ys_cont1280 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	transition: all 0.36s;
}

.home_find_top {
	width: 100%;
	position: relative;
}

.hftl_le {
	width: 300px;
	position: relative;
}

.hftl_ri {
	width: calc(100% - 300px);
	padding-left: 100px;
}

.hftl_le .ys_imgbox_cover {
	border-radius: 50%;
}

.hftl_le_play {
	width: 54px;
	position: absolute;
	bottom: 7px;
	right: 19px;
	cursor: pointer;
}

.hftl_le_play img {
	width: 100%;
}

.hftl_ri_info p {
	color: #fff;
	line-height: 1.75;
}

.hftl_ri_info {
	margin-bottom: 55px;
}

.hftl_ri_tit p {
	color: #fff;
	font-weight: bold;
}

.hftl_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hftl_ri_tit {
	display: flex;
	align-items: center;
}

.hftl_ri_tit .std_tit24 {
	padding-right: 24px;
}

.home_find_btm {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 68px;
}

.hfbu_li {
	/* width: 70px; */
	width: 20%;
	padding: 0 21px;
}

.hfbu_li:not(:first-child),
.home_find_top_li:not(:first-child) {
	display: none;
}

.hfbu_li .ys_imgbox_cover {
	border-radius: 50%;
	cursor: pointer;
}

.home_find_btm_le {
	width: 340px;
}

.hfbu_li .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.36s;
}

.hfbu_li.slick-current .ys_imgbox_cover::after {
	opacity: 1;
}


.home_find_btm_ri a {
	font-size: 16px;
	line-height: 1.75;
	color: #fff;
	display: block;
	width: 70px;
	height: 70px;
	background: var(--com-color);
	border-radius: 50%;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_find_btm_ri {
	margin-left: 21px;
}

.home_find.on .ys_cont1280 {
	opacity: 0;
}

.ys_footer {
	background: var(--com-color);
	padding-top: 75px;
	position: relative;
	z-index: 2;
}

.mod_fot {
	width: 100%;
}

.mod_fot_top {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.mod_fot_top_le {
	width: 144px;
}

.mod_fot_top_le a {
	display: block;
}

.mod_fot_top_le img {
	width: 100%;
}

.mftr_li_top a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	transition: all 0.36s;
}

.mftr_li_top {
	margin-bottom: 30px;
}

.mftr_li_btm_li a {
	font-size: 16px;
	line-height: 1.75;
	transition: all 0.36s;
	color: #fff;
}

.mftr_li_btm_li {
	margin-bottom: 12px;
}

.mftr_ul {
	display: flex;
	flex-wrap: wrap;
}

.mftr_top {
	width: 40px;
	flex: none;
	cursor: pointer;
}

.mod_fot_top_ri {
	width: calc(100% - 144px);
	padding-left: 117px;
	display: flex;
	align-items: flex-start;
}

.mftr_ul {
	width: calc(100% - 40px);
}

.mftr_li {
	width: 16.666666%;
}

.mftr_li_wrap {
	margin-bottom: 65px;
}

.mftr_end .mftr_li_top {
	margin-bottom: 16px;
}

.mftr_top_imh {
	width: 100%;
}

.mftr_top_imh img {
	width: 100%;
}

.mod_fot_share {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 21px;
}

.mfsu_top {
	width: 40px;
	cursor: pointer;
}

.mfsu_li {
	position: relative;
	margin-left: 16px;
}

.mfsu_btm {
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	display: none;
}

.mfsu_btm img {
	width: 100%;
}

.mod_fot_share_ul {
	display: flex;
}

.mod_fot_btm {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 35px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mod_fot_btm_le p,
.mod_fot_btm_ri a,
.mod_fot_btm_ri {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.mod_fot_btm_le p a {
	color: #fff;
}

.video_page .video_recom_bg {
	height: 538px;
}

.video_recom_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video_recom_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_recom {
	width: 100%;
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}

.mod_bord {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mod_bord_li a {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.2;
	font-size: 14px;
}

.mod_bord_ul {
	display: flex;
}

.mod_bord_li {
	padding-right: 30px;
	position: relative;
}

.mod_bord_li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	width: 5px;
	height: 8px;
	background-image: url(/images/images/arrmb.svg);
	background-size: 100%;
}

.mod_bord_li:last-child::after {
	display: none;
}

.mod_bord_li:last-child a {
	color: #fff;
}

.video_recom_wrap {
	width: 100%;
	position: relative;
	padding-top: 90px;
	z-index: 10;
	overflow: hidden;
}

.video_recom_wrap .mod_bord {
	top: 30px;
}

.video_recom_wrap_tit .std_tit1 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}

.video_recom_wrap_btm {
	width: 100%;
	position: relative;
}

.vrwb_ul {
	width: 100%;
	position: relative;
	background: #fff;
}

.vrwb_li {
	width: 100%;
	position: relative;
}

.vrwb_li_wrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.vrwb_li_wrap_le {
	width: 61.5%;
}

.vrwb_li_wrap_ri {
	width: 38.5%;
	background: #FFF;
	display: flex;
	align-items: center;
	padding: 58px;
	position: relative;
}

.vrwb_ul {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
}

.vlwr_time p {
	color: #999;
	line-height: 1.6;
	font-family: 'poppinsregular';
}

.vlwr_tit .std_tit24 {
	color: #333;
	font-weight: bold;
	line-height: 1.75;
	transition: all 0.36s;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.vlwr_time {
	margin-bottom: 12px;
}


.vlwr_more .mod_more1_le p {
	color: var(--com-color);
}

.vlwr_tit {
	margin-bottom: 106px;
}


.vlwr_desz {
	position: absolute;
	bottom: 33px;
	right: 0;
	width: 77%;
}

.vlwr_desz img {
	width: 100%;
}

.vrwb_li:not(:first-child) {
	display: none;
}

.vrwb_ul .slick-dots {
	width: 38.5%;
	right: 0;
	text-align: left;
	padding-left: 54px;
	bottom: 33px;
}

.vrwb_ul .slick-dots li {
	width: 8px;
	height: 8px;
	border: 1px solid #D9D9D9;
	background: transparent;
	margin: 0 3px;
}

.vrwb_ul .slick-dots li.slick-active {
	background: #64D7E1;
	border-color: #64D7E1;
}

.video_ificati {
	width: 100%;
	position: relative;
}

.video_ificati_top {
	display: flex;
	width: 100%;
	justify-content: space-between;
}


.vitl_link {
	font-size: 16px;
	line-height: 1.75;
	color: #666;
	padding: 11px 43px;
	background: #F6F6F6;
	border-radius: 50px;
	transition: all 0.36s;
	display: block;
}

.vitl_li {
	margin-right: 9px;
}

.vitl_li.act .vitl_link {
	background: var(--com-color);
	color: #fff;
}

.video_ificati_top_le {
	display: flex;
}

.video_ificati_top_ri {
	width: 320px;
	position: relative;
	height: 50px;
}

.video_ificati_top_ri input {
	width: 100%;
	height: 100%;
	background: #F6F6F6;
	border-radius: 50px;
	padding-left: 46px;
	padding-right: 20px;
	font-size: 16px;
	color: #999;
}

.video_ificati_top_ri img {
	width: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	cursor: pointer;
}


.video_ificati_top_ri input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
}

.video_ificati_top_ri input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

.video_ificati_top_ri input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

.video_ificati_top_ri input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
}

.video_ificati_btm {
	width: 100%;
	position: relative;
	padding-top: var(--com-padd1);
}


.video_ificati_btm_ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-gap: 48px 36px;
	padding-bottom: var(--com-padd);
}

.vibu_li_top {
	width: 100%;
	position: relative;
}

.vibu_li_btm {
	width: 100%;
	background: #fff;
	padding: 32px 34px;
}

.vibu_link {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
}

.vibu_li_top_play {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}

.vibu_li_top_play img {
	width: 100%;
}

.vibu_li_btm_tit p {
	color: #333;
	line-height: 1.75;
	transition: all 0.36s;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.vibu_li_top .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: linear-gradient(180deg, rgba(8, 42, 127, 0.00) 0%, #082A7F 100%);
}

.mod_paging {
	width: 100%;
}

.pc_fenye li {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #000;
}

.pc_fenye li.activepage {
	color: #fff;
	background: var(--com-color);
}

.detail_page_tit {
	width: 100%;
	position: relative;
	padding-top: 12px;
}

.detail_page_tit_text .std_tit2 {
	color: #fff;
	font-weight: bold;
	line-height: 1.75;
}

.detail_page_tit_time p {
	color: #fff;
	line-height: 1.6;
	font-family: 'poppinsregular';
}

.detail_page .video_recom {
	background: var(--com-color);
}

.detail_page_tit_text {
	margin-bottom: 22px;
}

.detail_substa {
	width: 100%;
	position: relative;
}

.detail_substa_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.detail_substa_ri {
	width: 370px;
	margin-top: -20px;
}

.detail_substa_le {
	width: calc(100% - 370px);
	padding-right: 120px;
}

.detail_substa_le_video {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 48px;
}

.detail_substa_le_video video {
	width: 100%;
}

.dslv_play {
	width: 52px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.dslv_play img {
	width: 100%;
}

.detail_substa_le_info p {
	color: #666;
}

.detail_substa_le_info p:last-child {
	margin-bottom: 0;
}

.detail_substa_ri_tit .std_tit2 {
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}

.detail_substa_ri_ul {
	width: 100%;
}

.dsru_li {
	width: 100%;
	position: relative;
	margin-bottom: 32px;
}

.dsru_li:last-child {
	margin-bottom: 0;
}

.dsru_li a {
	display: block;
	width: 100%;
	position: relative;
}

.dsru_li .ys_imgbox_cover {
	border-radius: 10px;
}

.dsru_li .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.detail_substa_ri_tit {
	margin-bottom: 45px;
}

.dsru_li .dslv_play {
	width: 44px;
}

.dsru_li_tit p {
	color: #fff;
	line-height: 1.75;
	transition: all 0.36s;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.dsru_li_tit {
	padding: 17px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.atlas_page .video_recom_bg {
	height: 100%;
}

.atlas_list {
	width: 100%;
	position: relative;
}

.atlas_list_btm {
	width: 100%;
	position: relative;
	padding-top: var(--com-padd1) !important;
}

.recruit_list_btm {
	width: 100%;
	position: relative;
	padding-top: var(--com-padd1) !important;
}

.atlas_list_btm_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

.albu_li {
	width: 50%;
	padding: 0 18px;
}

.albu_li_wrap {
	width: 100%;

}

.albu_li_top_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.albu_li_btm {
	width: 100%;
}

.altl_wrap {
	width: 100%;
	position: relative;
	display: block;
}

.altl_wrap .ys_imgbox_cover {
	border-radius: 5px;
}

.altl_wrap .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 0.5;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.altl_wrap_tit p {
	color: #fff;
	line-height: 1.4;
}

.altl_wrap_tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 14px 18px;
}

.albu_li_top_li {
	width: 50%;
	padding: 18px;
}

.albu_li:nth-child(odd) .albu_li_top_li:nth-child(3) {
	width: 100%;
}

.albu_li:nth-child(odd) .albu_li_top_li:nth-child(3) .altl_wrap_tit p,
.albu_li:nth-child(even) .albu_li_top_li:nth-child(1) .altl_wrap_tit p,
.albu_li.on .albu_li_top_li .altl_wrap_tit p {
	font-size: 24px;
	line-height: 1.4;
}

.albu_li:nth-child(odd) .albu_li_top_li:nth-child(3) .altl_wrap_tit,
.albu_li:nth-child(even) .albu_li_top_li:nth-child(1) .altl_wrap_tit,
.albu_li.on .albu_li_top_li .altl_wrap_tit {
	padding: 30px 40px;
}

.albu_li:nth-child(even) .albu_li_top_li:nth-child(1) {
	width: 100%;
}

.albu_li.on .albu_li_top_li {
	width: 100%;
}

.detail_list {
	width: 100%;
	position: relative;
}

.detail_list_ul {
	margin: 0 -10px;
}

.detail_list_ul_li {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.detail_list_ul_li img {
	width: 100%;
	cursor: pointer;
}


.viewer-container .viewer-title {
	display: none;
}

.dlul_wrap {
	width: 100%;
	position: relative;
}

.dlul_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.36s;
	pointer-events: none;
}

.dlul_wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-image: url(/images/images/fangda.svg);
	opacity: 0;
	transition: all 0.36s;
	z-index: 2;
	pointer-events: none;
}

.video_ificati_btm {
	width: 100%;
	position: relative;
}

.recruit_list_btm_ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-gap: 50px 36px;
	padding-bottom: var(--com-padd);
}

.rlbu_li {
	width: 100%;
	position: relative;
}

.rlbu_limk {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #FFF;
	padding: 33px 38px 38px;
	box-shadow: 0px 2.069px 19.653px 10.344px rgba(134, 146, 165, 0.07);
}

.rlbu_limk .ys_imgbox_cover {
	width: 172px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 25px;
	border-radius: 5px;
}

.vibu_link_btm {
	width: 100%;
	position: relative;
}

.vibu_link_btm_tit p {
	font-weight: bold;
	line-height: 1.75;
	color: #333;
	transition: all 0.36s;
	min-height: 3.5em;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.vibu_link_btm_tit {
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 13px;
}

.vlbw_ri {
	width: 28px !important;
	margin: 0 !important;
}

.vlbw_ri img {
	transform: scale(1) !important;
}


.vlbw_le p {
	color: #999;
	line-height: 1.6;
}

.vibu_link_btm_wrap {
	display: flex;
	align-items: center;
	padding-top: 25px;
	justify-content: space-between;
}

.vlbw_ri img:nth-child(2) {
	opacity: 0;
}

.policy_list {
	width: 100%;
	position: relative;
}

.policy_list_btm {
	width: 100%;
	position: relative;
	padding-top: var(--com-padd1);
}

.policy_list_btm_ul {
	width: 100%;
	position: relative;
	padding-bottom: var(--com-padd);
}

.plbu_li {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

.plbu_li:last-child {
	margin-bottom: 0;
}

.plbu_link {
	width: 100%;
	position: relative;
	display: block;
	border-radius: 10px;
	border: 1px solid rgba(199, 199, 199, 0.20);
	background: rgba(246, 246, 246, 0.50);
	backdrop-filter: blur(10px);
	overflow: hidden;
	padding: 55px 67px;
	display: flex;
	flex-wrap: wrap;
	transition: all 0.36s;
}


.plbu_link_le {
	width: 145px;
	padding-right: 20px;
	border-right: 1px solid #E7E7E7;
	transition: all 0.36s;
}

.plbu_link_ri {
	width: calc(100% - 145px);
	padding-left: 66px;
	display: flex;
	align-items: center;
}

.plbu_link_le_tit p {
	font-size: 64px;
	line-height: 1.5;
	color: var(--com-color);
	font-family: 'poppinsregular';
	transition: all 0.36s;
}

.plbu_link_le_info p {
	color: #333;
	line-height: 1.6;
	font-family: 'poppinsregular';
	transition: all 0.36s;
}

.plbu_link_ri_icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #64D7E1;
	position: relative;
}

.plbu_link_ri_icon svg {
	width: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.plbu_link_ri_icon svg path {
	transition: all 0.36s;
}

.plbu_link_ri_le {
	width: calc(100% - 16px);
	padding-right: 110px;
}

.plrl_tit p {
	color: #333;
	line-height: 1.75;
	font-weight: bold;
	transition: all 0.36s;
	max-height: 1.75em;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.plrl_info p {
	color: #999;
	line-height: 1.75;
	transition: all 0.36s;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.plrl_tit {
	margin-bottom: 16px;
}

.scrolp {
	position: fixed;
	top: 0;
	right: 0;
	width: 20px;
	height: 100vh;
	z-index: 10;
}

.scrolp_wrap {
	height: 100%;
	width: 100%;
}

.scrolp_wrap_swp {
	height: 200vh;
}


.scrolp_wrap .mCSB_draggerRail {
	background: transparent !important;
}

.scrolp_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	height: 20% !important;
	width: 8px !important;
}

.ys_nyban_title .std_tit1 {
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 24px;
}

.ys_nyban_title .std_tit24 {
	color: #fff;
	line-height: 1.75;
}

.ys_nyban_title {
	text-align: center;
}

.ys_nybanner .ys_pos_bot {
	bottom: 180px;
}

.ys_nyban_img {
	position: relative;
}

.ys_nyban_img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55%;
	background: linear-gradient(0deg, var(--com-color) 0%, rgba(11, 37, 170, 0.00) 100%);
}

.ys_nyban_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.20);
}

.summa_seek {
	width: 100%;
	position: relative;
}

.summa_seek_tit .std_tit1 {
	color: #333;
	line-height: 1.5;
	font-weight: bold;
}

.summa_seek_tit {
	text-align: center;
}

.summa_seek_li {
	width: 50%;
	padding: 0 18px;
}

.summa_seek_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.summa_seek_link {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 78px 62px 82px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #F2F5FA !important;
	z-index: 1;
	transition: all 0.36s;
	border-radius: 5px;
	overflow: hidden;
}

.summa_seek_link_top {
	width: 100%;
}

.sslt_tit .std_tit3 {
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	transition: all 0.36s;
}

.sslt_info p {
	color: #666;
	line-height: 1.75;
	transition: all 0.36s;
}

.sslt_tit {
	margin-bottom: 32px;
}

.summa_seek_link_top {
	margin-bottom: 67px;
}

.summa_seek_link_desz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.36s;
}

.summa_apply {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: var(--com-color);
	max-width: 1920px;
	margin: 0 auto;
	align-items: stretch;
}


.summa_apply_le,
.summa_apply_ri {
	width: 50%;
	position: relative;
}

.summa_apply_le {
	padding-left: 13%;
	padding-top: 136px;
	padding-bottom: 146px;
	padding-right: 160px;
}

.summa_apply_le_tit .std_tit2 {
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

.summa_apply_le_info p,
.summa_apply_le_info a {
	color: #fff;
	margin-bottom: 16px;
}

.summa_apply_le_info {
	padding-bottom: 48px;
}

.summa_apply_ri_img {
	width: 100%;
	height: 100%;
}

.summa_apply_ri_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.summa_apply_ri_code {
	width: 230px;
}

.sarc_img {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.10);
	padding: 15px;
	margin-bottom: 20px;
}

.sarc_img img {
	width: 100%;
}

.sarc_info p {
	color: #fff;
	text-align: center;
}

.summa_consul {
	width: 100%;
	position: relative;
}

.summa_consul_top_tit {
	text-align: center;
}

.summa_consul_top_tit .std_tit2 {
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}

.summa_consul_top_tit .std_tit4 {
	color: #666;
	line-height: 1.5;
}

.summa_consul_top_tit .std_tit2 {
	margin-bottom: 26px;
}

.summa_consul_ul {
	display: flex;
	flex-wrap: wrap;
}

.summa_consul_ul_li {
	width: 25%;
	padding: 0 106px;
	border-right: 1px solid #E1E1E1;
}

.summa_consul_ul_li:last-child {
	border: none;
}

.scul_top {
	width: 142px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 14px;
}

.scul_btm p {
	color: #333;
	line-height: 1.75;
}

.scul_btm_p1 {
	font-weight: bold;
}

.scul_btm {
	text-align: center;
}

.summa_unders {
	width: 100%;
	position: relative;
}

.summa_unders_img {
	width: 100%;
	position: relative;
}

.summa_unders_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 5, 16, 0.5);
	z-index: 3;
}

.summa_unders_img img {
	width: 100%;
}

.summa_unders .ys_cont1440 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	text-align: center;
}

.summa_unders_tit .std_tit1 {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.summa_unders_play_le {
	width: 40px;
}

.summa_unders_play_le img {
	width: 100%;
}

.summa_unders_play_ri p {
	color: #fff;
	line-height: 1.75;
}

.summa_unders_play_ri {
	padding-left: 8px;
}

.summa_unders_play_wrap {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.summa_unders_play {
	display: flex;
	justify-content: center;
}

.ys_nybanner .mod_bord {
	top: 120px;
}

.summa_pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(11, 37, 170, 0.8);
	z-index: 99;
	display: none;
}

.summa_pop_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 906px;
	background: #fff;
	height: 100vh;
	padding: 168px 0;
}

.summa_pop_scroll {
	width: 100%;
	padding: 0 163px;
	z-index: 10;
}

.summa_pop_scroll_tit .std_tit2 {
	color: #333;
	line-height: 1.4;
	font-weight: bold;
}

.summa_pop_scroll_info p,
.summa_pop_scroll_info a {
	color: #666;
	line-height: 1.75;
}

.summa_pop_scroll_info p {
	margin-bottom: 16px;
}

.summa_pop_scroll_tit {
	margin-bottom: 32px;
}

.summa_pop_scroll_li {
	padding-bottom: 70px;
}

.summa_pop_scroll_li:last-child {
	padding-bottom: 0;
}

.summa_pop_scroll_info img {
	max-width: 120px;
}

.spsl_li {
	width: 50%;
	padding: 0 30px;
	margin: 25px 0;
}

.spsl_ul {
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
}

.spsl_li_wrap {
	width: 100%;
	display: flex;
	align-items: center;
}

.spsl_li_wrap .scul_btm {
	padding-left: 22px;
	text-align: left;
}

.spsl_li_wrap_le {
	width: 108px;
	flex: none;
}

.spsl_li_wrap_le img {
	width: 100%;
}

.summa_pop_scroll {
	height: 100%;
}


.summa_pop_scroll .mCSB_outside+.mCSB_scrollTools {
	right: 66px !important;
}

.summa_pop_scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: var(--com-color) !important;
	width: 2px !important;
}

.summa_pop_wrap_colse {
	width: 18px;
	cursor: pointer;
	position: absolute;
	top: 48px;
	right: 48px;
}

.summa_pop_wrap_desz {
	width: 430px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.summa_pop_wrap_desz img {
	width: 100%;
}


.addre_introdu {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.addre_page .video_recom {
	padding-bottom: 0 !important;
}

.addre_introdu_ri_tit .std_tit2 {
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}

.addre_introdu_ri_info p {
	color: #fff;
	line-height: 2;
	margin-bottom: 16px;
}

.addre_introdu_le {
	width: 45%;
	transform: translateX(-50px);
}

.addre_introdu_le img {
	width: 100%;
}

.addre_introdu_ri {
	width: 55%;
	padding-left: 100px;
}

.addre_expect {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.addre_expect_le,
.addre_expect_ri {
	width: 50%;
	position: relative;
}

.addre_expect_ri_img {
	width: 100%;
	position: relative;
}


.addre_expect_ri_img .ys_imgbox_cover img:nth-child(2) {
	width: 110%;
	max-width: 110%;
	height: 110%;
	filter: blur(10px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}


.addre_expect_ri_scale {
	width: 47%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.addre_expect_ri_scale .ys_imgbox_cover {
	border-radius: 10px;
}

.addre_expect_le {
	padding-left: 13%;
	padding-top: 140px;
	padding-bottom: 140px;
	padding-right: 125px;
}

.addre_expect_le_tit .std_tit2 {
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}

.addre_expect_le_tit {
	position: relative;
	z-index: 1;
}

.addre_expect_le_tit img {
	width: 92px;
	position: absolute;
	top: -35px;
	left: -40px;
	z-index: -1;
}

.addre_expect_le_info p {
	color: #666;
	line-height: 2;
	margin-bottom: 16px;
}

.addre_expect_le_desz {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 750px;
}

.addre_expect_le_desz img {
	width: 100%;
}


.lead_page .video_recom_wrap {
	padding-top: 245px;
}

.lead_page .video_recom_wrap_tit {
	margin-bottom: 165px;
}

.lead_page .video_recom_bg {
	height: auto;
}

.lead_page .video_recom_bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 42.12%, #FFF 100%);
}

.lead_mode {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
	backdrop-filter: blur(10px);
	padding: 83px 60px;
}

.lead_mode_info p {
	color: #666;
	line-height: 1.75;
}

.lead_mode_info {
	width: 74%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}

.lead_mode_li {
	width: 33.333333%;
	padding: 0 60px;
	text-align: center;
	border-right: 1px solid #E1E1E1;
}

.lead_mode_li_tit .std_tit4 {
	font-weight: bold;
	color: #DF3A3A;
	line-height: 1.5;
}

.lead_mode_li_info p {
	color: #666;
	line-height: 1.75;
	margin-bottom: 14px;
}

.lead_mode_li_tit {
	margin-bottom: 22px;
}

.lead_mode_ul {
	display: flex;
	flex-wrap: wrap;
}

.lead_mode_li:last-child {
	border: none;
}

.lead_mode_more .mod_more_link {
	background: #DF3A3A !important;
	color: #fff !important;
}

.lead_mode_more {
	display: flex;
	justify-content: center;
	padding-top: 48px;
}

.lead_trends {
	width: 100%;
	position: relative;
	padding-top: 40px !important;
}


.lead_page .video_recom {
	padding-bottom: 0 !important;
}

.lead_trends_tit .std_tit2 {
	text-align: center;
	font-weight: bold;
	color: #333;
}

.lead_trends_recom {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.lead_trends_recom_le {
	width: 63%;
}

.lead_trends_recom_ri {
	width: 37%;
	padding-left: 75px;
}

.ltrl_link {
	width: 100%;
	position: relative;
	display: block;
}

.ltrl_link .ys_imgbox_cover {
	border-radius: 5px;
}

.ltrl_link .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 30.88%, #000 100%);
}

.ltrl_btm {
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	padding: 33px;
}

.ltrl_btm .hllb_top_time p {
	color: #fff;
}

.ltrl_btm .hllb_top_time span::after {
	height: 16px;
	background: #fff;
}

.ltrl_btm_tit .mod_tit36 {
	color: #fff;
	line-height: 1.4;
}

.ltrl_btm .hllb_top_time {
	margin-bottom: 15px;
}

.ltrr_link {
	width: 100%;
	display: block;
}

.ltrr_link .ys_imgbox_cover {
	border-radius: 5px;
}

.ltrr_link_btm .hllb_top_time p {
	color: #999;
}

.ltrr_link_btm .hllb_top_time span::after {
	height: 16px;
	background: #E4E4E4
}

.ltrr_link_btm {
	padding-top: 14px;
	width: 100%;
	padding-right: 25%;
}

.ltrr_link_tit .std_tit4 {
	color: #333;
	line-height: 1.5;
	transition: all 0.36s;
	max-height: 3em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ltrr_link_btm .hllb_top_time {
	margin-bottom: 14px;
}

.ltrr_link_btm .mod_more1_le p {
	color: #DF3A3A;
}

.ltrr_link_btm .mod_more1_ri path {
	stroke: #DF3A3A !important;
}

.ltrr_link_tit {
	margin-bottom: 37px;
}

.lead_trends_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}

.lead_trends_li {
	width: 33.333333%;
	padding: 0 18px;
	margin-bottom: 30px;
}

.lead_ificati {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
	z-index: 5;
}

.lead_ificati_li {
	width: 25%;
	padding: 0 18px;
}

.lead_ificati_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
}

.lead_ificati_li_link {
	width: 100%;
	border-radius: 5px;
	background: #DF3A3A;
	padding: 32px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
}

.lead_honor {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.lead_page .lead_honor {
	padding-top: 0 !important;
}

.lead_honor_top {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 50px;
}

.lhtl_tit .std_tit2 {
	color: #333;
	line-height: 1.4;
	font-weight: bold;
}

.lhtl_info p {
	color: #666;
}

.lhtl_tit {
	margin-bottom: 34px;
}

.lead_honor_top_le {
	width: 49%;
}

.lead_honor_top_ri {
	width: 51%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.lhtr_li_top p {
	color: #DF3A3A;
	font-weight: bold;
	line-height: 1.75;
}

.lhtr_li_top {
	margin-bottom: 4px;
}

.lhtr_li_top_sp {
	font-size: 56px;
	padding-right: 8px;
}

.lhtr_li_btm p {
	color: #666;
}

.lhtr_li {
	margin-left: 89px;
	max-width: 120px;
}

.lead_honor_btm {
	width: 100%;
	position: relative;
}

.lead_honor_btm_ul {
	margin: 0 -50px;
}

.lhbu_li {
	width: 25%;
	padding: 0 50px;
	display: none;
}

.lhbu_li:first-child {
	display: block;
}

.lhbu_img {
	width: 190px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 40px;
	-webkit-box-reflect: below -3px -webkit-linear-gradient(top, rgba(255, 255, 255, 0.00) 70%, #FFF 200%);
}

.lhbu_btm {
	width: 100%;
	position: relative;
}

.lhbu_btm_tit p {
	color: #333;
	line-height: 2;
}

.lhbu_btm_tit {
	position: relative;
	padding: 0 40px;
	text-align: center;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lhbu_btm_tit_svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
}

.lhbu_btm_tit_svg img {
	width: 100%;
}

.lhbu_btm_tit_svg1 {
	left: 0;
}

.lhbu_btm_tit_svg2 {
	right: 0;
}

.mod_dots .slick-arrow {
	width: 42px;
	height: 42px;
	z-index: 10;
}

.mod_dots .slick-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/images/e2arr1.svg);
	background-size: 100%;
	transition: all 0.36s;
}

.mod_dots .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/images/e2arr2.svg);
	background-size: 100%;
	opacity: 0;
	transition: all 0.36s;
}

.lead_honor_btm_ul.mod_dots .slick-arrow::before {
	background-image: url(/images/images/e2arr3.svg);
}

.mod_dots .slick-prev {
	left: -48px;
}

.mod_dots .slick-next {
	right: -48px;
}

.mod_dots .slick-prev::after,
.mod_dots .slick-prev::before {
	transform: rotate(180deg);
}

.mod_dots .slick-arrow.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
}


.lead_honor_desz {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none;
}

.lead_honor_desz img {
	width: 100%;
}

.lead_honor .ys_cont1440 {
	position: relative;
	z-index: 10;
}

.ys_cont1020 {
	width: 1020px;
	margin: 0 auto;
	max-width: 100%;
}

.dptt_view {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 36px;
}

.dptt_le {
	width: 20px;
}

.dptt_le img {
	width: 100%;
}

.dptt_ri p {
	color: #fff;
	line-height: 1.6;
}

.dptt_ri {
	padding-left: 13px;
}

.detail_page_tit_time {
	display: flex;
	align-items: center;
}

.detail_page_tit_time p {
	flex: none;
}

.newsp_editor {
	width: 100%;
	position: relative;
}

.newsp_editor_cont {
	width: 100%;
	position: relative;
}


.newsp_editor_top p {
	color: #666;
	margin-bottom: 40px;
}


.newsp_editor_top h5 {
	font-weight: bold;
	margin-bottom: 30px;
}

.newsp_editor_top {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 20px;
}

.newsp_editor_btm {
	width: 100%;
	position: relative;
	padding-top: 72px;
}

.newsp_editor_btm_li a {
	font-size: 16px;
	line-height: 1.75;
	display: block;
	color: #999999;
	transition: all 0.36s;
	max-height: 1.75em;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.newsp_editor_btm_li {
	width: 100%;
	margin-bottom: 22px;
}

.newsp_editor_btm_li:last-child {
	margin-bottom: 0;
}

.newsp_recom {
	width: 100%;
	position: relative;
	background: #F6F6F6;
}

.newsp_recom_tit .std_tit2 {
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.newsp_recom_li {
	width: 33.333333%;
	padding: 0 18px;
}

.newsp_recom_ul {
	margin: 0 -18px;
}

.newsp_recom_li_link {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	min-height: 514px;
	background: #fff;
}

.nrll_img {
	transition: all 0.36s;
	z-index: 1;
}

.nrll_img img {
	object-fit: cover;
}

.nrll_btm {
	width: 100%;
	position: relative;
	padding: 0px 40px 0;
	transition: all 0.36s;
}

.nrll_btm_tit {
	padding-top: 30px;
}

.nrll_btm_tit_time p {
	color: #999;
	line-height: 1.6;
	transition: all 0.36s;
	font-family: 'poppinsregular';
}

.nrll_btm_tit_p1 p {
	color: #333;
	line-height: 1.75;
	transition: all 0.36s;
	max-height: 1.75em;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.newsp_recom_li_link .mod_more1_le p {
	color: var(--com-color);
}

.nrll_btm_tit_p2 p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.75;
	max-height: 5.25em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.nrll_btm_tit_p2 {
	padding-top: 29px;
	opacity: 0;
	transition: all 0.36s;
	transition-delay: 0.1s;
}

.newsp_recom_li_link .mod_more1 {
	position: absolute;
	bottom: 50px;
	left: 40px;
}

.nrll_btm_tit_time {
	margin-bottom: 10px;
}

.nrll_btm_desz {
	width: 60%;
	position: absolute;
	bottom: 40px;
	right: 0;
}

.nrll_btm_desz img {
	width: 100%;
}

.newsp_recom_li_link .mod_more1 {
	z-index: 10;
}

.nrll_btm_tit {
	position: relative;
}

.newsp_recom .newsp_recom_li {
	display: none;
}

.newsp_recom .newsp_recom_li:first-child {
	display: block;
}

.newsp_recom_ul.mod_dots .slick-prev {
	left: -76px;
}

.newsp_recom_ul.mod_dots .slick-next {
	right: -76px;
}

.news_recom {
	width: 100%;
	position: relative;
}


.ltrl_btm_tit .std_tit24 {
	color: #fff;
	line-height: 1.45;
}

.hllb_top_time p {
	font-family: 'poppinsregular';
}

.nrsu_li .ltrl_btm {
	padding-bottom: 48px;
}

.nrsu_li .hllb_top_time {
	margin-bottom: 8px;
}

.nrsu_li {
	width: 570px !important;
	transition: all 0.36s;
	transition-property: all !important;
	margin: 0 28px;
}

.nrsu_li.swiper-slide-active {
	width: 100% !important;
}

.news_recom_swip {
	min-height: 485px;
	width: 860px;
	margin: 0 auto;
	position: relative;
}

.nrsu_li .ltrl_link .ys_imgbox_cover {
	border-radius: 20px;
}

.news_recom_btm {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nrbr_wrap {
	width: 42px;
	margin-left: 8px;
	cursor: pointer;
}

.nrbr_wrap img {
	width: 100%;
}

.news_recom_btm_ri {
	display: flex;
	align-content: start;
}

.nrbr_le img {
	transform: rotate(180deg);
}

.news_recom_btm_le .swiper-pagination-bullet {
	border: 1px solid #fff;
	background: transparent;
	opacity: 1;
	transition: all 0.36s;
	margin-right: 6px;
}

.news_recom_btm_le .swiper-pagination-bullet-active {
	background: #64D7E1;
	border-color: #64D7E1;
}

.news_page .video_recom {
	padding-bottom: 130px;
}

.news_list {
	width: 100%;
	position: relative;
	background: #F6F6F6;
}

.news_list_news_list_topcont {
	width: 100%;
	position: relative;
}

.news_list_top_all {
	width: 150px;
	background: #fff;
	border-radius: 25px;
	margin-right: 10px;
}

.news_list_top_all .ys_select_hd {
	height: 50px;
	padding: 0 18px;
}

.news_list_top_all .ys_select_xtbbox {
	right: 15px;
}


.news_list_top_all .ys_select_hd input {
	color: #666666;
	font-size: 16px;
}

.ys_select_hd input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666666;
}

.ys_select_hd input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
}

.ys_select_hd input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
}

.ys_select_hd input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #666666;
}

.ys_select_bd {
	padding: 10px 18px;
	border-radius: 10px;
	top: calc(100% + 10px);
}

.ys_select_li {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	margin: 4px 0;
}

.news_list_top {
	display: flex;
	position: relative;
	z-index: 10;
}


.news_list_top .video_ificati_top_ri input {
	background: #fff;
}

.news_list_li {
	width: 33.333333%;
	padding: 0 18px;
	margin-bottom: 63px;
}

.news_list_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
}

.news_list_dest.on .newsp_recom_li_link .nrll_btm_tit_time p {
	color: #fff;
}

.news_list_dest.on .newsp_recom_li_link .nrll_btm_tit_p1 p {
	color: #fff;
}

.news_list_dest.on .newsp_recom_li_link .nrll_btm_tit_p2 {
	opacity: 1;
}

.news_list_dest.on .newsp_recom_li_link .nrll_img {
	transform: translateY(-100%);
}

.news_list_dest.on .newsp_recom_li_link .mod_more1_le p {
	color: #fff;
}

.news_list_dest.on .newsp_recom_li_link .mod_more1_ri path {
	stroke: #fff;
}

.news_list_dest.on .newsp_recom_li_link .nrll_btm {
	padding-top: 0;
}

.news_list_dest.on .newsp_recom_li_link {
	background: var(--com-color);
}

.nrll_btm_tit_p2 {
	display: none;
}

.news_list_dest.on .nrll_img {
	display: none;
}

.news_list_dest.on .nrll_btm_tit_p2 {
	display: block;
}

.overvi_brief {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 300px !important;
	padding-bottom: 40px !important;
	background: #fff;
	z-index: 10;
}

.overvi_brief_info p {
	color: #666;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 19px;
}

.overvi_brief_info p:last-child {
	margin-bottom: 0;
}

.overvi_brief_info_ul {
	display: flex;
	flex-wrap: wrap;
}

.obiu_li {
	width: 25%;
}

.overvi_brief_info_ul .lhtr_li_top p {
	color: var(--com-color);
}

.lhtr_li_top .haul_wrap_top_sp1 {
	padding-right: 5px;
}

.obiu_li {
	text-align: center;
	margin-bottom: 82px;
	border-right: 1px solid #E1E1E1;
}

.obiu_li .lhtr_li_btm p {
	color: #333;
}

.obiu_li:nth-child(4n) {
	border: none;
}

.overvi_devel_scle {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 2;
	width: 58.833vw;
	height: 58.833vw;
	border: 100vw solid var(--com-color);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.overvi_devel_scle_qrap {
	position: absolute;
	width: 32vw;
	height: 32vw;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: var(--com-color);
	text-align: center;
	padding: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overvi_devel_scle_qrap .std_tit24 {
	color: #fff;
	line-height: 1.75;
}

.overvi_devel_tit .std_tit2 {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.overvi_devel_info p {
	color: #fff;
}

.overvi_devel_wrap {
	width: 100%;
	text-align: center;
}

.overvi_honor .lhtr_li_top p {
	color: var(--com-color) !important;
}

.overvi_honor .lead_honor_top_le {
	width: 37%;
}

.overvi_honor .lead_honor_top_ri {
	width: 63%;
}

.overvi_honor .lhtr_li {
	margin-left: 60px;
	max-width: 140px;
}

.overvi_honor .lead_honor_top {
	margin-bottom: 80px;
}

.overvi_honor .lead_honor_btm_ul.mod_dots .slick-arrow::before {
	background-image: url(/images/images/e2arr2.svg);
}

.mc_b1s1_txtbox {
	position: absolute;
	left: 0;
	top: 100%;
}

.mc_b1s1_txtbox,
.mc_b1s2_txtbox {
	width: 100%;
	height: 580px;
	transform: translateY(-57%);
}

.mc_b1s1s2_txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 72px;
	font-weight: bold;
	line-height: 108px;
}

.mc_b1s1s2_txt.inited {
	transition: all .1s ease;
}

.ys_nybanner {
	overflow: hidden;
	position: relative;
}

.overvi_brief .ys_nyban_title .std_tit1 {
	color: #333;
}

.overvi_brief .ys_nyban_title .std_tit24 {
	color: #333;
}

.mc_b1s2_txtbox {
	position: absolute;
	left: 0;
	top: 0;
}

.contac_cont {
	width: 100%;
	height: 100vh;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contac_page .ys_nyban_img {
	height: 100vh;
}

.contac_page .ys_nyban_img img {
	height: 100%;
	object-fit: cover;
}

.contac_wrap {
	width: 100%;
	position: relative;
}

.contac_wrap_tit .std_tit1 {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.contac_wrap_tit {
	margin-bottom: 100px;
}

.contac_cont_btm {
	width: 100%;
	position: relative;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: var(--com-color);
	backdrop-filter: blur(10px);
	padding: 53px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contac_cont_btm_li {
	width: 33.333333%;
	padding: 0 79px;
	display: flex;
	align-items: flex-start;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.contac_cont_btm_li:last-child {
	border: none;
}

.ccbl_le {
	width: 44px;
	flex: none;
	margin-top: 15px;
}

.ccbl_le img {
	width: 100%;
}

.ccbl_ri {
	padding-left: 42px;
}


.ccbl_ri_add p {
	color: #fff;
}

.ccbl_ri_tit p {
	font-weight: bold;
	color: #fff;
	line-height: 1.35;
}

.ccbl_ri_more a {
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
}

.ccbl_ri_tit {
	margin-bottom: 16px;
}

.ccbl_ri_add {
	margin-bottom: 5px;
}

.ccbl_li_icon img:nth-child(1) {
	opacity: 0;
}

.ccbl_li_icon {
	width: 40px;
	cursor: pointer;
}

.ccbl_li {
	position: relative;
}

.ccbl_ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.ccbl_li_code {
	width: 104px;
	background: #fff;
	padding: 7px;
	border-radius: 4px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
	display: none;
	pointer-events: none;
}

.ccbl_li_code::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #fff;
}

.activit_page .ys_nybanner .ys_pos_bot {
	bottom: auto;
	top: 58%;
	transform: translate(-50%, -50%);
}


.activit_news {
	width: 100%;
	position: relative;
	background: #FAFAFA;
}

.activit_news_top_le .std_tit2 {
	color: #333;
	line-height: 1.5;
	font-weight: bold;
}

.activit_news_top {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 63px;
}

.activit_news_top_ri .mod_more1_le p {
	color: #666;
}

.activit_news_btm {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.activit_news_btm_le {
	width: 77%;
	padding-right: 37px;
}

.activit_news_btm_ri {
	width: 23%;
}

.anbr_li {
	width: 100%;
	margin-bottom: 24px;
}

.anbr_li:last-child {
	margin-bottom: 0;
}

.anbr_li .hnbp_ri_li_nk {
	display: block;
	width: 100%;
	background: #fff;
	padding: 32px 30px;
	border-radius: 5px;
	transition: all 0.36s;
	min-height: auto !important;
}

.anbr_li .hrln_btm {
	padding: 0 !important;
}

.anbr_li .hllb_top_info {
	display: block;
}

.anbr_li .hllb_top_tit p {
	color: #333333;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}

.anbr_li .hrln_btm .hllb_top_time {
	margin-bottom: 9px;
}

.anbr_li .hllb_top_tit {
	margin-bottom: 16px;
}

.anbr_li .hllb_top_info p {
	min-height: 3.5em;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	transition: all 0.36s;
}

.hllb_top_time p {
	transition: all 0.36s;
}

.activit_news_btm_le .ltrl_btm {
	padding: 50px 48px;
}

.anbl_top {
	width: 100%;
	margin-bottom: 40px;
}

.activit_news_btm_le .ltrr_link_btm {
	padding-right: 0;
}

.activit_news_btm_le .ltrr_link_btm {
	padding-top: 26px;
}

.activit_news_btm_le .ltrr_link_btm .hllb_top_time {
	margin-bottom: 9px;
}

.activit_news_btm_le .ltrr_link_tit {
	margin-bottom: 0;
}

.activit_play {
	width: 100%;
	position: relative;
}

.activit_play_cont {
	width: 100%;
	position: relative;
}

.activit_play_btm {
	width: 100%;
	position: relative;
}

.activit_play_btm .newsp_recom_li_link {
	background: #FFF;
	min-height: auto !important;
	box-shadow: 0px 4px 12px 4px rgba(8, 30, 125, 0.04);
}

.activit_play_btm .nrll_btm_tit_p2 {
	display: block;
	opacity: 1;
	padding-top: 22px;
}

.activit_play_btm .nrll_btm_tit_p2 p {
	color: #666 !important;
	-webkit-line-clamp: 2;
	max-height: 3.5em;
}

.activit_play_btm .mod_more1 {
	position: relative;
	bottom: auto;
	left: auto;
}

.activit_play_btm .nrll_btm_tit {
	margin-bottom: 72px;
}

.activit_play_btm .nrll_btm {
	padding-bottom: 38px;
}

.activit_play_btm .slick-track {
	padding-bottom: 40px;
}

.activit_experi {
	width: 100%;
	background: #FAFAFA;
	position: relative;
}


.activit_experi_tit {
	width: 100%;
	position: relative;
	text-align: center;
}

.activit_experi_tit .std_tit2 {
	color: #333;
	font-weight: bold;
	text-align: center;
}

.activit_experi_btm {
	width: 100%;
	position: relative;
	min-height: 550px;
}

.aebs_li {
	width: 400px !important;
	padding: 21px 17px;
	padding-bottom: 0;
	border-radius: 10px;
	transition: all 0.36s;
	transition-property: all !important;
}

.vibu_li_btm .hllb_top_time p {
	color: #999;
}

.vibu_li_btm .hllb_top_time span::after {
	background: #E4E4E4;
	height: 16px;
}

.vibu_li_btm .hllb_top_time {
	margin-bottom: 22px;
}

.activit_experi_btm .vibu_li_btm_tit .std_tit24 {
	line-height: 1.5;
	max-height: 3em;
}

.activit_experi_btm .vibu_li_btm_tit {
	margin-bottom: 55px;
}

.activit_experi_btm .mod_more1_le p {
	color: var(--com-color);
}

.activit_experi_btm .vibu_li_btm {
	padding-bottom: 60px;
}

.aebs_li .vibu_link {
	box-shadow: none;
	pointer-events: none;
}

.aebs_li .vibu_li_btm {
	opacity: 0;
	transition: all 0.36s;
}

.aebs_li.swiper-slide-active .vibu_link {
	box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
	pointer-events: all;
}

.aebs_li.swiper-slide-active {
	padding-left: 0;
	padding-right: 0;
}

.aebs_li.swiper-slide-active .vibu_li_btm {
	opacity: 1;
}

.activit_experi_contro {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 570px;
	position: absolute;
	bottom: 168px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

.activit_experi_contro .nrbr_wrap {
	pointer-events: all;
}


.activit_experi_contro .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.activit_experi_more {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

.activit_experi_more .mod_more1_le p {
	color: #666;
}

.activit_video {
	width: 100%;
	position: relative;
	height: 300vh;
	background: var(--com-color);
}

.activit_video_wrap {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	left: 0;
	overflow: hidden;
}

.activit_video_wrap .ys_cont1440 {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.avwl_subtit .std_tit2 {
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
}

.avwl_subtit {
	margin-bottom: 43px;
}

.avwl_info p {
	font-size: 96px;
	font-weight: bold;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.5);
}


.activit_video_wrap_le {
	width: 710px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


.ltrl_btm_tit .std_tit3 {
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
}

.avwr_li {
	width: 980px;
	flex: none;
	padding-right: 160px;
}

.avwr_ul {
	display: flex;
	position: relative;
	align-items: stretch;
	align-items: center !important;
}

.avwr_ul .ltrl_btm {
	padding: 45px 50px;
}

.activit_video_wrap_ri {
	position: relative;
}

.activit_video_wrap_ri {
	width: 57%;
	transform: translateX(180px);
}

.avwr_end .ltrl_link {
	width: 168px;
	height: 168px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
}

.avwr_li.avwr_end {
	width: auto !important;
	padding-right: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.activit_publis {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.activit_educa {
	width: 100%;
	position: relative;
	padding-bottom: 0 !important;
}

.avwr_dotss {
	display: none !important;
}

.activit_educa_btm_li {
	width: 50%;
	padding: 0 18px;
	margin-bottom: 30px;
}

.activit_educa_btm {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 55px;
}

.aebl_link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.aebl_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background: #F3F3F3;
	padding: 31px 33px;
	padding-right: 38%;
}

.aebl_link .ys_imgbox_cover {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 36%;
}

.aebl_link .ys_imgbox_cover img {
	transform: scale(1) !important;
}

.aebl_wrap_tit .std_tit4 {
	color: #333;
	line-height: 1.5;
	max-height: 1.5em;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}

.aebl_wrap_tit {
	position: relative;
	padding-bottom: 48px;
	margin-bottom: 112px;
}

.aebl_wrap_tit::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background: var(--com-color);
}

.aebl_wrap_info p {
	color: #666;
	line-height: 1.75;
	max-height: 3.5em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.activit_atlas {
	width: 100%;
	position: relative;
	padding-bottom: 0 !important;
}

.activit_atlas_btm_li {
	padding: 0 18px;
}

.activit_atlas_btm {
	margin: 0 -18px;
	display: flex;
	align-items: stretch;
}

.activit_atlas_btm_li1 {
	width: 50%;
}

.activit_atlas_btm_li2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.aabl_img {
	cursor: pointer;
}

.activit_atlas_btm_li1 .aabl_img {
	height: 100%;
}

.activit_atlas_btm_li1 img {
	height: 100%;
	object-fit: cover;
}

.activit_nav {
	position: fixed;
	top: 50%;
	left: -500px;
	transform: translateY(-50%);
	z-index: 20;
	transition: all 0.36s;
}

.activit_nav.start {
	left: 24px;
}

.activit_nav.start.end {
	left: -500px;
}

.activit_nav_li p {
	color: #999;
	line-height: 1.5;
	font-size: 16px;
	position: relative;
	transition: all 0.36s;
}

.activit_nav_li {
	position: relative;
	padding-left: 20px;
	transition: all 0.36s;
	margin: 10px 0;
	cursor: pointer;
}

.activit_nav_li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 14px;
	height: 1px;
	background: #D9D9D9;
	transition: all 0.36s;
}

.activit_nav_li.act {
	padding-left: 36px;
}

.activit_nav_li.act::after {
	width: 27px;
	height: 3px;
	background: var(--com-color);
}

.activit_nav_li.act p {
	color: var(--com-color);
}

.activit_nav.end li::before {
	display: none;
}

.activit_nav.on .activit_nav_li.act p {
	color: #fff;
}

.activit_nav.on .activit_nav_li.act::after {
	background-color: #fff;
}


.activit_nav.on.on1 .activit_nav_li.act p {
	color: var(--com-color);
}

.activit_nav.on.on1 .activit_nav_li.act::after {
	background-color: var(--com-color);
}

.scient_li {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.scient_page .overvi_brief_info {
	text-align: center;
	padding: 0 124px;
}


.scient_li_top {
	width: 1440px;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
}

.scient_li_img {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.scient_li_img_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.scient_li_img img {
	width: 100%;
}

.scient_li_text {
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.scient_li_text .std_tit2 {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.scient_li_btm {
	width: 100%;
	position: relative;
	padding-top: 115px;
}

.scient_li_btm_li {
	width: 100%;
	position: relative;
	padding-left: 32%;
	margin-bottom: 50px;
}

.slbl_tit .std_tit24 {
	color: #333;
	line-height: 1.45;
}

.slbl_tit {
	margin-bottom: 39px;
}

.slbl_info p {
	color: #666;
	margin-bottom: 39px;
}

.slbl_li {
	width: 33.333333%;
	padding: 0 7px;
	display: none;
}

.slbl_li:first-child {
	display: block;
}

.slbl_ul {
	margin: 0 -7px;
}

.scient_li_top.on .scient_li_text .std_tit2 {
	animation: ysfadeInUp 0.8s ease-in-out both;
	animation-delay: 0.1s;
}

.scient_nav_li_link p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: #333333;
	transition: all 0.36s;
}

.scient_nav_li {
	padding: 15px 0;
}

.scient_nav {
	width: 1440px;
	top: 50%;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	pointer-events: none;
}

.scient_nav_li_ul {
	padding: 10px 10px 0;
	display: none;
}

.scient_nav_ul {
	display: inline-block;
	position: relative;
	padding-top: 38px;
	padding-bottom: 38px;
	padding-left: 30px;
	border-left: 1px solid #D4D4D4;
}

/* .scient_nav_ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 80px;
    background: var(--com-color);
} */


.snlu_li p {
	color: #898989;
	line-height: 1.5;
	font-size: 14px;
	transition: all 0.36s;
}

.snlu_li {
	margin: 5px 0;
}

.scient_nav_li.act .scient_nav_li_link p {
	color: var(--com-color) !important;
}

.scient_nav_li.act .scient_nav_li_ul {
	display: block;
}

.snlu_li.act p {
	color: var(--com-color) !important;
}


.scient_nav.start.end li::before {
	display: none;
}


.scient_nav.start {
	opacity: 1;
}

.scient_nav.start .scient_nav_li,
.scient_nav.start .snlu_li {
	pointer-events: all;
}

.scient_nav_li_link {
	display: inline-block;
	cursor: pointer;
}

.snlu_li p {
	display: inline-block;
	cursor: pointer;
}

.scient_nav.start.end {
	opacity: 0;
	pointer-events: none !important;
}

.scient_nav.clock p {
	color: #fff;
	opacity: 0.6;
}

.scient_nav.clock .scient_nav_li.act .scient_nav_li_link p {
	color: #fff !important;
	opacity: 1;
}

.scient_nav.clock .snlu_li.act p {
	color: #fff !important;
	opacity: 1;
}

.scient_nav.clock1 p {
	color: #333333;
}

.scient_nav.clock2 p {
	color: #fff;
}

.scient_nav.clock3 p {
	color: #333333;
}

.scient_nav.clock4 p {
	color: #fff;
}

.scient_nav.clock5 p {
	color: #333333;
}

.scient_nav.clock6 p {
	color: #fff;
}

.scient_nav.clock7 p {
	color: #333333;
}

.scient_anchor {
	width: 100%;
}

.charac_certifi {
	/* width: 100%; */
	position: relative;
}

.scient_nav.clock1 .scient_nav_li.act .scient_nav_li_link p {
	color: var(--com-color) !important;
}

.scient_nav.clock1 .scient_nav_li.act .snlu_li.act p {
	color: var(--com-color) !important;
}

.scient_nav.clock2 .scient_nav_li.act .scient_nav_li_link p {
	color: #fff !important;
}

.scient_nav.clock2 .scient_nav_li.act .snlu_li.act p {
	color: #fff !important;
}

.scient_nav.clock3 .scient_nav_li.act .scient_nav_li_link p {
	color: var(--com-color) !important;
}

.scient_nav.clock3 .scient_nav_li.act .snlu_li.act p {
	color: var(--com-color) !important;
}

.scient_nav.clock4 .scient_nav_li.act .scient_nav_li_link p {
	color: #fff !important;
}

.scient_nav.clock4 .scient_nav_li.act .snlu_li.act p {
	color: #fff !important;
}

.scient_nav.clock5 .scient_nav_li.act .scient_nav_li_link p {
	color: var(--com-color) !important;
}

.scient_nav.clock5 .scient_nav_li.act .snlu_li.act p {
	color: var(--com-color) !important;
}

.scient_nav.clock6 .scient_nav_li.act .scient_nav_li_link p {
	color: #fff !important;
}

.scient_nav.clock6 .scient_nav_li.act .snlu_li.act p {
	color: #fff !important;
}

.scient_nav.clock7 .scient_nav_li.act .scient_nav_li_link p {
	color: var(--com-color) !important;
}

.scient_nav.clock7 .scient_nav_li.act .snlu_li.act p {
	color: var(--com-color) !important;
}

.charac_certifi_wrap {
	width: 100%;
	position: relative;
	border-radius: 5px;
	border: 1px solid #DDD;
	background: rgba(221, 221, 221, 0.20);
	backdrop-filter: blur(10px);
	padding: 18px;
}

.charac_certifi .slbl_li {
	padding: 0 14px;
}

.charac_certifi .slbl_ul {
	margin: 0 -14px;
}

.charac_certifi_wrap {
	-webkit-box-reflect: below -3px -webkit-linear-gradient(top, rgba(255, 255, 255, 0.00) 70%, #FFF 200%);
}



.charac_certifi .slick-list {
	padding-bottom: 10px;
}

.charac_course {
	width: 100%;
	height: 200vh;
	position: relative;
}

.charac_course_wrap {
	height: 100vh;
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
}

.charac_course_img {
	width: 100%;
	position: relative;
	height: 100%;
}

.charac_course_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.charac_course_info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	width: 100%;
}

.charac_course_text p {
	color: #fff;
	line-height: 1.75;
	margin-bottom: 15px;
	text-align: center;
}

.charac_course_text {
	opacity: 0;
}

.charac_course_img span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.charac_course.on .charac_course_text {
	animation: ysfadeInUp 0.5s ease-in-out both;
	/* animation-delay: 0.1s; */
}

.charac_point {
	width: 100%;
	position: relative;
}

/* .charac_point_wrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
} */

.charac_point_ri_li {
	width: 100%;
	position: relative;
	padding: 115px 100px 127px;
	z-index: 1;
	margin-bottom: 100px;
}

.charac_point_ri_li:last-child {
	margin-bottom: 0;
}

.charac_point_ri_li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}


.charac_point_le {
	width: 246px;
	border-left: 1px solid #D4D4D4;
	padding: 35px 29px;
	position: sticky;
	top: 220px;
	left: 0;
	overflow: hidden;
}

.cplu_li p {
	color: #898989;
	line-height: 1.5;
	font-size: 14px;
	transition: all 0.36s;
}

.cplu_li.act p {
	color: var(--com-color);
}

.cplu_li {
	padding: 13px 0;
	cursor: pointer;
}

/* .charac_point_ri {
	width: calc(100% - 246px);
} */

.cprl_tit .std_tit3 {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}

.cprl_wrap {
	width: 57%;
	position: relative;
}

.cprl_info p {
	color: #fff;
	min-height: 5.25em;
	line-height: 1.75;
}

.cprl_tit {
	margin-bottom: 30px;
}

.cprl_info {
	margin-bottom: 49px;
}

.charac_point_le_ul {
	width: 100%;
}


.charac_point_le_sp {
	width: 2px;
	height: 0%;
	background: var(--com-color);
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
}

.scient_nav .charac_point_le_sp {
	left: 0;
	z-index: 10;
}


.highi_pay_info p {
	color: #333;
	line-height: 1.75;
}

.highi_pay {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
	max-width: 100%;
}

.highi_pay_icon {
	width: 30px;
	margin: 0 auto;
}

.highi_pay_icon img {
	width: 100%;
	animation: xl 1.2s infinite;
}

.highi_pay_info {
	margin-bottom: 100px;
}

@keyframes xl {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}

.highi_setup {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 10;
}

.highi_setup_wrap {
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background: var(--com-color);
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	/* background: #fff; */
	z-index: 10;
}

.highi_setup_le,
.highi_setup_ri {
	width: 50%;
	position: relative;
}

.highi_setup_le_ul,
.hslu_li {
	width: 100%;
}

.hslu_li {
	display: none;
}

.hslu_li:first-child {
	display: block;
}

.highi_setup_ri {
	padding: 107px 141px 76px;
	padding-right: 177px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.highi_setup_ri_tit .std_tit2 {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}

.highi_setup_ri_ul {
	width: 100%;
	position: relative;
	/* padding-right: 65px; */
}

.hsru_li {
	width: 100%;
	position: relative;
	display: none;
}

.hsru_li:first-child {
	display: block;
}

.hsru_li_tit .std_tit3 {
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

.hsru_li_info p {
	color: #fff;
	line-height: 1.75;
	margin-bottom: 18px;
}

.hsru_li_tit {
	margin-bottom: 29px;
}

.highi_setup_ri_tit {
	margin-bottom: 85px;
}

.hsru_wrap {
	max-height: 400px;
}

.hsru_wrap .mCustomScrollBox {
	padding-right: 65px;
}

.hsru_wrap .mCSB_dragger_bar {
	width: 2px !important;
	background: #fff !important;
}

.hsru_wrap .mCSB_draggerRail {
	background: rgba(255, 255, 255, 0.4) !important;
}

.highi_setup_ri_btm {
	width: 100%;
	position: relative;
	display: flex;
}

.hsrb_li {
	width: 33.333333%;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 20px;
	padding-right: 50px;
	cursor: pointer;
}

.hsrb_li::after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	background: #fff;
	transition: all 0.36s;
}

.hsrb_li p {
	color: #fff;
	transition: all 0.36s;
}

.hsrb_li::before {
	width: 0%;
	height: 1px;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	background: #fff;
}

.hsrb_li.act p {
	color: #64D7E1;
}

.hsrb_li.act::before {
	width: 100%;
	transition: all 4s;
}


.hsrb_li.act::after {
	background: #64D7E1;
}


.highi_setup_le_ul {
	background: #fff;
}

.highi_charac {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 10;
}

.highi_charac_cont {
	width: 100%;
	position: relative;
}

.highi_charac_tit .std_tit2 {
	color: #333;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}

.hctu_li {
	width: 33.333333%;
	transition: all 0.36s;
	cursor: pointer;
}

.highi_charac_top {
	width: 100%;
	position: relative;
	background: #F6F6F6;
	border-radius: 50px;
	margin-bottom: 80px;
}

.hctu_li p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	color: #666;
	transition: all 0.36s;
	padding: 15px;
	border-radius: 50px;
}

.hctu_li.slick-current p {
	color: #fff;
	background: var(--com-color);
}

.highi_charac_btm {
	width: 100%;
	position: relative;
}

.highi_charac_btm_ul {
	width: 100%;
	position: relative;
}

.hcbu_li {
	width: 100%;
	display: none;
}

.hcbu_li:first-child {
	display: block;
}

.hcbu_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.hcbu_wrap_le_tit .std_tit3 {
	color: #232323;
	font-weight: bold;
}

.hcbu_wrap_le_info p {
	color: #666;
}

.hcbu_wrap_le_tit {
	margin-bottom: 40px;
}

.hcbu_wrap_ri {
	border-radius: 10px;
	width: 43%;
}

.hcbu_wrap_le {
	width: 57%;
	padding-right: 190px;
}

.highi_guida {
	width: 100%;
	background: transparent;
	position: relative;
}

.highi_guida_img_li {
	height: 100vh;
	width: 100%;
	display: none;
	position: relative;
}

.highi_guida_img_li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 5, 16, 0.5);
}

.highi_guida_img_li:first-child {
	display: block;
}

.highi_guida_img_li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.highi_guida_img {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.highi_page .ys_nybanner {
	z-index: 10;
}

.highi_guida_ul_li {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.highi_guida_ul_li:nth-child(odd) .ys_cont1440 {
	display: flex;
	justify-content: flex-end;
}

.highi_guida_ul {
	width: 100%;
	position: relative;
}

.hgul_wrap {
	width: 100%;
	position: relative;
	width: 420px;
}

.hgul_wrap_tit .std_tit2 {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}


.hgul_wrap_info p {
	color: #fff;
}

.hgul_wrap_tit {
	margin-bottom: 30px;
}

.hgul_wrap_info {
	margin-bottom: 77px;
}

.highi_news {
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 10;
}

.highi_news .newsp_recom_li_link {
	box-shadow: 0px 0px 14.9px 0px rgba(0, 0, 0, 0.05);
}

.highi_news .slick-list {
	padding-bottom: 20px;
}

.highi_news_more {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.highi_apply {
	width: 100%;
	background: #FAFAFA;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.highi_apply_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.highi_apply_le .std_tit2 {
	font-weight: bold;
}

.highi_apply_le {
	width: 62%;
}

.highi_apply_ri {
	flex: none;
}

.highi_apply_desz {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 880px;
	right: 23%;
	z-index: -1;
}

.highi_apply_desz img {
	width: 100%;
}

.guida_page .mc_b1s1_txtbox {
	padding-left: 115px;
	padding-right: 115px;
}

.guida_page .he_b1fscr {
	max-width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}

.guida_page .overvi_brief_info {
	padding-left: 122px;
	padding-right: 122px;
}

.guida_brief p {
	color: #333333;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.guida_brief {
	margin-bottom: 70px;
}

.guida_page .overvi_brief_info_ul .obiu_li {
	width: 16.666666%;
	padding-left: 15px;
	padding-right: 15px;
}

.guida_page .overvi_brief_info_ul .obiu_li:last-child {
	border: none;
}

.activit_experi_tit p {
	margin-top: 22px;
}

.guida_admis {
	width: 100%;
	position: relative;
	background: var(--com-color);
	overflow: hidden;
	z-index: 1;
}

.guida_admis_tit .std_tit2 {
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}

.guida_admis_btm {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-left: 149px;
	padding-right: 149px;
}

.guida_admis_btm_ul {
	width: 100%;
	position: relative;
}

.gabu_li {
	width: 100%;
	height: 580px;
	position: relative;
	display: none;
}

.gabu_li:first-child {
	display: block;
}

.gabu_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.gabu_wrap_li_tit p {
	line-height: 1.3;
	color: #fff;
	font-family: "OPPOSans-Medium";
}

.gabu_wrap_li_info p {
	line-height: 1.2;
	color: #fff;
	font-family: "Noto Serif SC" !important;
	font-weight: 400;
}

.gabu_wrap_li_info {
	position: relative;
	z-index: 1;
}

.gabu_wrap_li_info::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	border-radius: 50px 0px 0px 50px;
	opacity: 0.2;
	z-index: -1;
	background: linear-gradient(90deg, #64D7E1 1.96%, rgba(100, 215, 225, 0.00) 98.98%);
}

.gabu_wrap_li_wrap {
	display: inline-block;
}

.gabu_wrap_li_tit {
	margin-bottom: 6px;
}


.gabu_wrap_li.gabu_wrap_li7 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li8 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li12 .gabu_wrap_li_tit p {
	font-size: 36px;
}

.gabu_wrap_li.gabu_wrap_li1 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li3 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li6 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li11 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li14 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li15 .gabu_wrap_li_tit p {
	font-size: 30px;
}

.gabu_wrap_li.gabu_wrap_li2 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li10 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li13 .gabu_wrap_li_tit p {
	font-size: 24px;
}

.gabu_wrap_li.gabu_wrap_li4 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li5 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li9 .gabu_wrap_li_tit p {
	font-size: 34px;
}

.gabu_wrap_li.gabu_wrap_li1 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li5 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li6 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li7 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li8 .gabu_wrap_li_tit p {
	color: #64D7E1;
}

.gabu_wrap_li.gabu_wrap_li2 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li10 .gabu_wrap_li_tit p {
	color: rgba(255, 255, 255, 0.7);
}

.gabu_wrap_li.gabu_wrap_li3 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li4 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li9 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li11 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li12 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li13 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li14 .gabu_wrap_li_tit p,
.gabu_wrap_li.gabu_wrap_li15 .gabu_wrap_li_tit p {
	color: #fff;
}

/*  */
/*  */
/*  */

.gabu_wrap_li.gabu_wrap_li1 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li3 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li6 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li11 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li14 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li15 .gabu_wrap_li_info p {
	font-size: 22px;
}

.gabu_wrap_li.gabu_wrap_li12 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li7 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li8 .gabu_wrap_li_info p {
	font-size: 32px;
}

.gabu_wrap_li.gabu_wrap_li4 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li5 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li9 .gabu_wrap_li_info p {
	font-size: 30px;
}

.gabu_wrap_li.gabu_wrap_li2 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li10 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li13 .gabu_wrap_li_info p {
	font-size: 20px;
}

.gabu_wrap_li.gabu_wrap_li1 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li5 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li6 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li7 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li8 .gabu_wrap_li_info p {
	color: #64D7E1;
}

.gabu_wrap_li.gabu_wrap_li2 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li10 .gabu_wrap_li_info p {
	color: rgba(255, 255, 255, 0.7);
}

.gabu_wrap_li.gabu_wrap_li3 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li4 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li9 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li11 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li12 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li13 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li14 .gabu_wrap_li_info p,
.gabu_wrap_li.gabu_wrap_li15 .gabu_wrap_li_info p {
	color: #fff;
}

.gabu_wrap_li {
	position: absolute;
}


.gabu_li img {
	position: absolute;
	top: 0;
	left: 0;
}

.gabu_wrap_li1 {
	top: -6px;
	left: 13.8%;
}

.gabu_wrap_li2 {
	top: 9px;
	left: 67.3%;
}

.gabu_wrap_li3 {
	top: 26%;
	left: 2.8%;
}

.gabu_wrap_li4 {
	top: 18.5%;
	left: 23.7%;
}

.gabu_wrap_li5 {
	top: 14%;
	left: 49.8%;
}

.gabu_wrap_li6 {
	top: 17.5%;
	left: 84%;
}

.gabu_wrap_li7 {
	top: 46%;
	left: 13%;
}

.gabu_wrap_li8 {
	top: 39%;
	left: 37%;
}

.gabu_wrap_li9 {
	top: 39%;
	left: 73%;
}

.gabu_wrap_li10 {
	top: 66%;
	left: 0.5%;
}

.gabu_wrap_li11 {
	top: 68%;
	left: 29.8%;
}

.gabu_wrap_li12 {
	top: 56.7%;
	left: 54.8%;
}

.gabu_wrap_li13 {
	top: 83.8%;
	left: 12.4%;
}

.gabu_wrap_li14 {
	top: 86%;
	left: 48.8%;
}

.gabu_wrap_li15 {
	top: 75.8%;
	left: 76.5%;
}


.guida_admis_btm_ul .slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 85px;
}

.guida_admis_ul {
	width: 100%;
}

.guida_admis_li {
	width: 100%;
	position: relative;
	display: none;
}

.guida_admis_li:first-child {
	display: block;
}

.guida_admis_btm_ul .slick-dots li {
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: transparent;
}

.guida_admis_btm_ul .slick-dots li.slick-active {
	background: #64D7E1;
	border-color: #64D7E1;
}

.guida_page .obiu_li:nth-child(4n) {
	border-right: 1px solid #E1E1E1;
}

.guida_admis_desz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 84%;
}

.guida_admis_desz img {
	width: 100%;
}


.gabu_wrap_li {
	opacity: 0;
	transition: all 0.36s;
	transition-delay: 0.1s;
}

.gabu_li.slick-current .gabu_wrap_li {
	opacity: 1;
}

/* .gabu_li.slick-current {
    transition: all 0.36s !important;
} */

.gabu_wrap_li_wrap {
	transform: translateX(180px);
	transition: transform 1.4s;
}


.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li_wrap {
	transform: translateX(0px);
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li4 .gabu_wrap_li_wrap {
	transition-delay: 0.04s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li4 .gabu_wrap_li_wrap {
	transition-delay: 0.06s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li5 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li6 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li2 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li7 .gabu_wrap_li_wrap {
	transition-delay: 0.06s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li8 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li9 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li10 .gabu_wrap_li_wrap {
	transition-delay: 0.06s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li11 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li12 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li13 .gabu_wrap_li_wrap {
	transition-delay: 0.08s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li14 .gabu_wrap_li_wrap {
	transition-delay: 0.13s !important;
}

.guida_admis_btm.act .gabu_li.slick-current .gabu_wrap_li15 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.guida_admis_btm_ul .slick-list {
	overflow: visible !important;
}

.middle_page .overvi_brief {
	background: #FAFAFA;
}

.middle_cours {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
	align-items: stretch;
}

.middle_cours_li {
	width: 33.333333%;
	padding: 0 18px;
	margin-bottom: 40px;
}

.middle_cours_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	transition: all 0.36s;
	padding: 45px 57px;
}

.middle_cours_wrap_icon {
	width: 60px;
	margin-bottom: 34px;
}

.middle_cours_wrap_info p {
	color: #666666;
	transition: all 0.36s;
}

.middle_cours_wrap_icon img:nth-child(2) {
	opacity: 0;
}

.middle_chara {
	width: 100%;
	position: relative;
	background: #FAFAFA;
}

.middle_chara_wrap {
	width: 100%;
	position: relative;
	background: #fff;
}

.middle_chara_tit {
	text-align: center;
}

.middle_chara_tit .std_tit2 {
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}

.middle_chara_btm {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 1920px;
	margin: 0 auto;
	align-items: stretch;
}

.middle_chara_btm_le,
.middle_chara_btm_ri {
	width: 50%;
	position: relative;
}

.middle_chara_btm .addre_expect_ri_scale {
	width: 61%;
}

.middle_chara_btm_ri {
	background: var(--com-color);
	padding: 106px 125px;
	padding-right: 220px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.mcbr_tit .std_tit2 {
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
}

.mcbr_cen {
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

.mcbr_cen_ul {
	width: 100%;
}

.mcbr_cen_li {
	width: 100%;
	position: relative;
}

.mcbr_cen_li_tit .std_tit24 {
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	z-index: 10;
}

.mcbr_cen_li_tit {
	position: relative;
	padding-top: 45px;
	margin-bottom: 37px;
}

.mcbr_cen_li_tit span {
	font-size: 96px;
	line-height: 1;
	color: #fff;
	font-family: 'arvoregular';
	position: absolute;
	top: -6px;
	left: 0;
	opacity: 0.16;
}

.mcbr_cen_li_info p {
	color: #fff;
}

.mcbr_tit {
	margin-bottom: 77px;
}

.mcbr_btm_wrap {
	width: 42px;
	cursor: pointer;
}

.mcbr_btm_wrap img {
	width: 100%;
}

.mcbr_btm_le img {
	transform: rotate(180deg);
}

.mcbr_btm {
	display: flex;
}

.mcbr_btm_ri {
	margin-left: 16px;
}

.middle_chara_ul {
	width: 100%;
}

.middle_chara_li {
	width: 100%;
	display: none;
}

.middle_chara_li:first-child {
	display: block;
}

.middle_chara .mcbr_cen_li {
	display: none;
}

.middle_chara .mcbr_cen_li:first-child {
	display: block;
}

.mcbr_cen_ul .slick-dots {
	width: auto !important;
	display: flex;
	flex-direction: column;
	right: -100px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.mcbr_cen_ul .slick-dots li {
	margin: 5px 0;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: transparent;
}

.mcbr_cen_ul .slick-dots li.slick-active {
	background: #64D7E1;
	border-color: #64D7E1;
}

.middle_interp {
	width: 100%;
	position: relative;
	background: #F6F6F6;
}

.middle_interp_btm {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.middle_interp_btm_ul {
	margin: 0 -12px;
	display: flex;
}

.mibu_li {
	width: 33.333333%;
	padding: 0 12px;
	transition: all 0.56s;
}

.mibu_li_wrap {
	width: 100%;
	height: 588px;
	position: relative;
	display: flex;
	align-items: flex-end;
	z-index: 1;
}

.mibu_li_wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.36s;
	opacity: 0;
	background: linear-gradient(0deg, #0B25AA 0%, rgba(11, 37, 170, 0.00) 100%);
}

.mibu_li_wrap_btm {
	width: 100%;
	position: relative;
	padding: 60px 68px;
	opacity: 0;
}

.mlwb_tit p {
	color: #fff;
	line-height: 1.6;
	font-weight: bold;
}

.mlwb_info p {
	color: #fff;
}

.mlwb_tit {
	margin-bottom: 24px;
}

.mibu_li_wrap_tit p {
	color: #fff;
	font-weight: bold;
}

.mibu_li_wrap_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 20px;
	text-align: center;
	transition: all 0.36s;
}

.mibu_li.act {
	width: 66.666666%;
}

.mibu_li.act .mibu_li_wrap_tit {
	opacity: 0;
}

.mibu_li.act .mibu_li_wrap_btm {
	opacity: 1;
	transition-delay: 0.6s;
}

.mibu_li.act .mibu_li_wrap::after {
	opacity: 1;
}

.middle_setup {
	width: 100%;
	position: relative;
}

.middle_setup_cont {
	width: 100%;
	position: relative;
}

.middle_setup_top_tit .std_tit2 {
	color: #333;
	font-weight: bold;
	text-align: center;
}

.middle_setup_top {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.middle_setup_top_info p {
	color: #666;
	text-align: center;
}

.middle_setup_top_tit {
	margin-bottom: 24px;
}

.middle_setup_btm {
	width: 100%;
	position: relative;
}

.middle_setup_btm_ul {
	margin: 0 -19px;
	display: flex;
	flex-wrap: wrap;
}

.msbu_li {
	width: 25%;
	padding: 0 19px;
}

.middle_setup .msbu_li {
	margin-bottom: 30px;
}

.msbu_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
	padding: 40px 32px;
	padding-bottom: 124px;
	transition: all 0.36s;
}

.msbu_wrap_top_le {
	width: 40px;
}

.msbu_wrap_top_ri {
	width: 70px;
}


.msbu_wrap_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 76px;
}

.msbu_wrap_top .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}

.msbu_wrap_btm_tit p {
	font-weight: bold;
	color: #333;
	transition: all 0.36s;
	line-height: 1.75;
}

.msbu_wrap_btm_info p {
	color: #666;
	transition: all 0.36s;
}

.msbu_wrap_btm_tit {
	margin-bottom: 24px;
}

.msbu_wrap_desz {
	position: absolute;
	bottom: 55px;
	right: 0;
	width: 70%;
}

.msbu_wrap_desz img {
	width: 100%;
}

.middle_size {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
	max-width: 1920px;
	margin: 0 auto;
}

.middle_size_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.middle_size_wrap_li {
	width: 50%;
	position: relative;
}

.middle_size_wrap_li .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.36s;
	opacity: 1;
}

.mswl_positi {
	width: 100%;
	padding: 50px 140px;
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-right: 198px;
}

.mswl_positi_tit .std_tit3 {
	color: #fff;
	font-weight: bold;
	line-height: 1.45;
}

.mswl_positi_info p {
	color: #fff;
}

.mswl_positi_info {
	padding-top: 32px;
	display: none;
}

.middle_commu {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.middle_commu_cont {
	width: 100%;
	display: flex;
	position: relative;
}

.middle_commu_li {
	width: 25%;
	height: 705px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.middle_commu_img_li {
	width: 100%;
	position: relative;
	display: none;
}

.middle_commu_img_li:first-child {
	display: block;
}

.middle_commu_img_li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.middle_commu_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.middle_commu_li_wrap {
	width: 100%;
	padding: 20px 53px;
	text-align: center;
}

.mclw_tit .std_tit2 {
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
}

.mclw_btm {
	width: 100%;
	position: relative;
	padding-top: 21px;
	display: none;
}

.mclw_btm_info p {
	color: #fff;
}

.mclw_btm_icon {
	width: 40px;
	margin: 0 auto;
}

.mclw_btm_icon img {
	width: 100%;
}

.middle_commu_ul {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 10;
}

.mclw_btm_info {
	margin-bottom: 40px;
}

.middle_page .highi_news {
	padding-top: 0 !important;
}

.primary_potenti {
	width: 100%;
	position: relative;
}

.primary_potenti_li {
	width: 33.333333%;
	padding: 0 18px;
	position: relative;
	margin-bottom: 79px;
}

.primary_potenti_li:nth-child(2),
.primary_potenti_li:nth-child(5),
.primary_potenti_li:nth-child(8),
.primary_potenti_li:nth-child(11) {
	top: -140px;
}

.primary_potenti_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 155px;
}

.primary_potenti_li_wrap {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #FFF;
	padding: 74px 33px 36px;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02), 0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03), 0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04), 0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04), 0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05), 0px -4px 10px 0px rgba(80, 164, 255, 0.05);
}

.pplw_tit p {
	color: #333;
	transition: all 0.36s;
	line-height: 1.75;
	min-height: 5.25em;
}

.pplw_num {
	width: 42px;
	height: 42px;
	background: var(--com-color);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-family: 'poppinsregular';
	text-align: center;
	line-height: 42px;
	transition: all 0.36s;
}

.pplw_tit {
	margin-bottom: 64px;
}

.pplw_desz {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.36s;
	opacity: 0;
}

.pplw_desz::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #0B25AA;
}

.pplw_desz img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pplw_desz1 {
	position: absolute;
	bottom: 46px;
	right: 0;
	width: 77%;
	transition: all 0.36s;
}

.pplw_desz1 img {
	width: 100%;
}

.primary_page .overvi_brief {
	background: #FBFBFB;
	position: relative;
	z-index: 1;
}

.primary_page .overvi_brief::after {
	content: '';
	position: absolute;
	top: 20vw;
	left: 50%;
	transform: translateX(-50%);
	height: 100vw;
	width: 100vw;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}


.primary_brief {
	width: 100%;
	min-height: 512px;
	padding: 40px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
}

.primary_brief::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.primary_brief p {
	color: #fff;
	line-height: 1.75;
	position: relative;
	z-index: 10;
	width: 910px;
	margin: 0 auto;
	max-width: 100%;
}

.primary_charac {
	width: 100%;
	position: relative;
}

.primary_charac_fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.primary_charac_fixed_li {
	width: 100%;
	height: 100vh;
	display: none;
	position: relative;
}

.primary_charac_fixed_li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.primary_charac_fixed_li:first-child {
	display: block;
}

.primary_charac_fixed_li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.primary_page .ys_nybanner {
	z-index: 10;
}

.primary_charac_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.primary_charac_le_tit .std_tit2 {
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

.primary_charac_le_info p {
	color: #fff;
	line-height: 1.75;
}

.primary_charac .ys_cont1440 {
	position: relative;
	z-index: 10;
}

.primary_charac_le_tit {
	margin-bottom: 36px;
}

.primary_charac_le {
	width: 30%;
	position: sticky;
	top: 30vh;
	left: 0;
	padding-bottom: 180px;
}

.primary_charac_ri {
	width: 53%;
	padding-top: 280px;
	padding-bottom: 280px;
}

.pcru_li {
	width: 50%;
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
}

.pcru_li:nth-child(2n) {
	top: 255px;
}

.primary_charac_ri_ul {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 220px;
}

.pcru_wrap {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #FFF;
	padding: 44px 47px 85px;
	transition: all 0.36s;
}


.pcru_wrap_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 129px;
}

.pcru_wrap_top .msbu_wrap_top_ri img:nth-child(2) {
	opacity: 0;
}

.pcru_wrap_top_le {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: var(--com-color);
	transition: all 0.36s;
}

.pcru_li.act .pcru_wrap .pcru_wrap_top_le {
	color: #fff;
}

.pcru_li.act .pcru_wrap {
	background: var(--com-color);
}

.pcru_li.act .pcru_wrap p {
	color: #fff !important;
}

.pcru_li.act .pcru_wrap .msbu_wrap_top_ri img:nth-child(1) {
	opacity: 0;
}

.pcru_li.act .pcru_wrap .msbu_wrap_top_ri img:nth-child(2) {
	opacity: 1;
}

.primary_page .middle_setup {
	background: #fff;
	position: relative;
	z-index: 10;
}

.primary_page .middle_setup .msbu_li {
	width: 33.333333%;
}

.primary_page .msbu_wrap_top_le {
	width: 60px;
}

.primary_page .msbu_wrap_top {
	margin-bottom: 36px;
}

.primary_size {
	background: #fff;
	position: relative;
	z-index: 10;
}


.primary_activit {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 10;
	padding-top: 0 !important;
}

.primary_page .highi_news {
	padding-top: 0 !important;
}

.primary_activit_wrap {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	/* min-height: 630px; */
	padding-top: 70px;
	padding-bottom: 70px;
	align-items: center;
}

.primary_activit_le {
	width: 81%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.primary_activit_le img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.36s;
}

.primary_activit_ri {
	position: relative;
	width: 40%;
	z-index: 10;
	border-radius: 8px;
	background: #FFF;
	padding: 98px 70px;
	z-index: 1;
	box-shadow: 0px 2px 19px 10px rgba(22, 44, 112, 0.05);
}

.primary_activit_ri_tit .std_tit3 {
	color: #333;
	line-height: 1.4;
	font-weight: bold;
}

.primary_activit_ri_info p {
	color: #666;
}

.primary_activit_ri_tit {
	margin-bottom: 33px;
}

.primary_activit_ri_info1 p {
	color: #333;
	line-height: 1.75;
}

.primary_activit_ri_info1 {
	margin-top: 64px;
}

.primary_activit_ri_desz {
	width: 176px;
	position: absolute;
	bottom: 34px;
	right: 44px;
	z-index: -1;
}

.primary_activit_ri_desz img {
	width: 100%;
}

.middle_chara_tit p {
	margin-top: 24px;
}

.culture_page_list_li {
	width: 20%;
	padding: 0 15px;
}

.culture_page_list {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 60px;
}


.cpll_wrap {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
	transition: all 0.36s;
	padding: 32px;
	padding-bottom: 46px;
	position: relative;
}

.culture_page .overvi_brief {
	background: #FAFAFA;
}

.cpll_icon {
	width: 32px;
	margin-bottom: 36px;
}

.cpll_tit p {
	color: #333;
	font-weight: bold;
	transition: all 0.6s;
}

.cpll_info p {
	color: #666;
	transition: all 0.6s;
}

.cpll_icon img:nth-child(2) {
	opacity: 0;
}

.cpll_tit {
	margin-bottom: 12px;
}

.cpll_desz {
	width: 60%;
	position: absolute;
	bottom: 17px;
	right: 0;
}

.cpll_desz img {
	width: 100%;
}

.culture_page .ys_nybanner {
	position: relative;
	z-index: 10;
}

.culture_resear {
	width: 100%;
	position: relative;
	z-index: 10;
	background: #fff;
	padding-bottom: 0 !important;
}

.culture_resear_wrap {
	width: calc(100% + 235px);
	display: flex;
	flex-wrap: wrap;
	transform: translateX(-235px);
}

.culture_resear_le {
	width: 61%;
}

.culture_resear_le img {
	width: 100%;
}

.culture_resear_ri {
	width: 39%;
	padding-left: 185px;
	padding-top: 30px;
}

.culture_resear_ri_tit .std_tit2 {
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}

.culture_resear_ri_info p {
	color: #666;
}

.culture_resear_ri_tit {
	margin-bottom: 30px;
}

.culture_resear_ri_info {
	margin-bottom: 94px;
}

.middle_pop_wrap {
	width: 100%;
}

.middle_pop_tit p {
	font-size: #333;
	line-height: 1.75;
}

.middle_pop_info p {
	color: #666;
}

.middle_pop_tit {
	margin-bottom: 57px;
}

.culture_course {
	width: 100%;
	background: #FAFAFA;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.culture_course_cont {
	width: calc(100% + 235px);
	position: relative;
	display: flex;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	align-items: center;
}

.culture_course_le {
	width: 42%;
}

.culture_course_le_top {
	padding-bottom: 40px;
	border-bottom: 1px solid #DCDCDC;
	width: 100%;
	margin-bottom: 45px;
}

.cclt_tit .std_tit2 {
	color: #333;
	line-height: 1.5;
	font-weight: bold;
}

.cclt_info p {
	color: #666;
}

.cclt_tit {
	margin-bottom: 30px;
}

.culture_course_le_btm {
	width: 100%;
	position: relative;
}

.cclb_li {
	width: 100%;
	position: relative;
	display: none;
}

.cclb_li:first-child {
	display: block;
}

.cclb_top {
	width: 100%;
	margin-bottom: 40px;
}

.cclb_li_wrap {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.cclb_top_le {
	font-size: 96px;
	color: var(--com-color);
	line-height: 1;
	font-family: 'arvoregular';
	flex: none;
}

.cclb_top_ri p {
	color: #333;
	line-height: 1.5;
}

.cclb_top_ri {
	padding-left: 45px;
}

.cclb_btm {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 90px;
}

.cclb_btm_wrap {
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 50%;
	border: 2px solid #333333;
	transition: all 0.36s;
	cursor: pointer;
}

.cclb_btm_wrap .ys_imgbox_cover {
	width: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cclb_btm_wrap .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}

.cclb_btm_pret {
	margin-bottom: 12px;
}

.cclb_btm_le {
	flex: none;
}

.cclb_btm_ri {
	padding-left: 87px;
	width: 100%;
}

.cclb_btm_ri_li {
	width: 100%;
	position: relative;
	display: none;
}

.cclb_btm_ri_li:first-child {
	display: block;
}

.cbrl_tit p {
	color: var(--com-color);
	font-weight: bold;
	line-height: 1.5;
}

.cbrl_info p {
	color: #666;
}

.cbrl_tit {
	margin-bottom: 12px;
}

.cclb_btm_wrap.slick-disabled {
	border-color: #D0D0D0;
}

.cclb_btm_wrap.slick-disabled img:nth-child(1) {
	opacity: 0;
}

.cclb_btm_wrap.slick-disabled img:nth-child(2) {
	opacity: 1;
}

/*  */
/*  */

.holderCircle {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	margin: 60px auto;
	position: relative;
}


.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}

.dotCircle .itemDot {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	background: #ddd;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
}

.dotCircle .itemDot::after {
	content: "";
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	border: 3px solid #fff;
}

.dotCircle .itemDot::before {
	content: "";
	width: 85px;
	height: 85px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	border: 3px solid;
}

.dotCircle .itemDot1 {
	background: #ffb048;
}


.dotCircle .itemDot1::before {
	border-color: #ffb048
}

.culture_course_ri {
	width: 900px;
	height: 900px;
	position: relative;
	flex: none;
	z-index: 10;
	transform: translateX(460px);
}

.culture_course_ri_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: all 0.4s;
}

.culture_course_ri_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border: 1px solid rgba(228, 228, 228, 1); */
	border-radius: 50%;
}


.mnrc_li {
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 49.7%;
	transform: translate(-50%, -50%);
	transform: translate(-450px, -50%);
	transform-origin: center 450px;
	z-index: 10;
	transition: all 0s;
}

.mnrc_li p {
	transition: all 0.4s;
}

.mnrc_li2 {
	top: calc(88.5%);
	left: 67.5%;
}

.mnrc_li3 {
	top: calc(99.6%);
	left: 108.2%;
}

.mnrc_li4 {
	top: calc(74.9%);
	left: 143.1%;
}

.mnrc_li5 {
	top: calc(32.2%);
	left: 146.6%;
}

.mnrc_li6 {
	top: calc(3%);
	left: 116.6%;
}

.mnrc_li7 {
	top: calc(6.9%);
	left: 74.4%;
}


.mnrc_li.act {
	background: transparent;
	/* transition-delay: 0.4s; */
}

.culture_course_ri_posit {
	width: 500px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -250px;
	z-index: 10;
}

.culture_course_ri_posit img {
	width: 100%;
}

.ccrp_li {
	border-radius: 50%;
}

.ccrp_li img {
	border-radius: 50%;
}

.mnrc_li_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all 0.36s;
}

.mnrc_li_wrap img {
	max-width: 500px !important;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.66s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
}

.mnrc_li.act .mnrc_li_wrap img {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition-delay: 0.5s;
}

.mnrc_li.on img {
	transform: translate(-50%, -50%) scale(0.2);
	opacity: 1;
}

/* .mnrc_li7.opci,
.mnrc_li1.opci {
    opacity: 0;
} */

.home_data {
	width: 100%;
	background: var(--com-color);
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.home_data_wrap {
	width: 1920px;
	margin: 0 auto;
	max-width: 100%;
}

.home_data_btm {
	width: 100%;
	display: block;
	height: 600px;
	position: relative;
}


.ccrp_li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ccrp_li img {
	opacity: 0;
	transform: scale(0);
}

.ccrp_li.act img {
	transition: all 0.6s;
	opacity: 1;
	transform: scale(1);
}

/* .home_data_btm .gabu_wrap_li {
    opacity: 1 !important;
    transition: all 0s;
    transition-delay: 0s;
}

.home_data_btm .gabu_wrap_li_wrap {
    transform: translateX(0px);
    transition: transform 1.4s;
} */

.home_data_btm.act .gabu_wrap_li {
	opacity: 1;
}

.home_data_btm.act .gabu_wrap_li_wrap {
	transform: translateX(0px);
}

.home_data_btm img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home_data_btm .gabu_wrap_lih1 {
	left: 1%;
	top: 9%;
}

.home_data_btm .gabu_wrap_lih2 {
	left: 26.8%;
	top: 0%;
}

.home_data_btm .gabu_wrap_lih3 {
	left: 43.6%;
	top: 3%;
}

.home_data_btm .gabu_wrap_lih4 {
	left: 72.6%;
	top: 5.5%;
}

.home_data_btm .gabu_wrap_lih5 {
	left: 4.5%;
	top: 32%;
}

.home_data_btm .gabu_wrap_lih6 {
	left: 23%;
	top: 20%;
}

.home_data_btm .gabu_wrap_lih7 {
	left: 51.5%;
	top: 20%;
}

.home_data_btm .gabu_wrap_lih8 {
	left: 85.5%;
	top: 19%;
}

.home_data_btm .gabu_wrap_lih9 {
	left: 13%;
	top: 52%;
}

.home_data_btm .gabu_wrap_lih10 {
	left: 33%;
	top: 43%;
}

.home_data_btm .gabu_wrap_lih11 {
	left: 75.5%;
	top: 41%;
}

.home_data_btm .gabu_wrap_lih12 {
	left: 0.5%;
	top: 68.4%;
}

.home_data_btm .gabu_wrap_lih13 {
	left: 17%;
	top: 76%;
}

.home_data_btm .gabu_wrap_lih14 {
	left: 40.5%;
	top: 69%;
}

.home_data_btm .gabu_wrap_lih15 {
	left: 56.5%;
	top: 58.5%;
}


.home_data_btm .gabu_wrap_lih16 {
	left: 82%;
	top: 65%;
}

.home_data_btm .gabu_wrap_lih17 {
	left: 7.4%;
	top: 95%;
}

.home_data_btm .gabu_wrap_lih18 {
	left: 41%;
	top: 89%;
}

.home_data_btm .gabu_wrap_lih19 {
	left: 70%;
	top: 81%;
}

.home_data_btm .gabu_wrap_lih20 {
	left: 64.5%;
	top: 100.5%;
}

.gabu_wrap_lih9 .gabu_wrap_li_tit p,
.gabu_wrap_lih15 .gabu_wrap_li_tit p,
.gabu_wrap_lih10 .gabu_wrap_li_tit p {
	font-size: 36px;
}

.gabu_wrap_lih6 .gabu_wrap_li_tit p,
.gabu_wrap_lih11 .gabu_wrap_li_tit p,
.gabu_wrap_lih7 .gabu_wrap_li_tit p {
	font-size: 34px;
}

.gabu_wrap_lih1 .gabu_wrap_li_tit p,
.gabu_wrap_lih8 .gabu_wrap_li_tit p,
.gabu_wrap_lih13 .gabu_wrap_li_tit p,
.gabu_wrap_lih16 .gabu_wrap_li_tit p,
.gabu_wrap_lih18 .gabu_wrap_li_tit p,
.gabu_wrap_lih20 .gabu_wrap_li_tit p,
.gabu_wrap_lih5 .gabu_wrap_li_tit p {
	font-size: 30px;
}

.gabu_wrap_lih2 .gabu_wrap_li_tit p,
.gabu_wrap_lih3 .gabu_wrap_li_tit p,
.gabu_wrap_lih12 .gabu_wrap_li_tit p,
.gabu_wrap_lih14 .gabu_wrap_li_tit p,
.gabu_wrap_lih19 .gabu_wrap_li_tit p,
.gabu_wrap_lih17 .gabu_wrap_li_tit p,
.gabu_wrap_lih4 .gabu_wrap_li_tit p {
	font-size: 24px;
}

.gabu_wrap_lih1 .gabu_wrap_li_tit p,
.gabu_wrap_lih1 .gabu_wrap_li_info p,
.gabu_wrap_lih7 .gabu_wrap_li_tit p,
.gabu_wrap_lih7 .gabu_wrap_li_info p,
.gabu_wrap_lih8 .gabu_wrap_li_tit p,
.gabu_wrap_lih8 .gabu_wrap_li_info p,
.gabu_wrap_lih9 .gabu_wrap_li_tit p,
.gabu_wrap_lih9 .gabu_wrap_li_info p,
.gabu_wrap_lih19 .gabu_wrap_li_tit p,
.gabu_wrap_lih19 .gabu_wrap_li_info p,
.gabu_wrap_lih10 .gabu_wrap_li_tit p,
.gabu_wrap_lih10 .gabu_wrap_li_info p {
	color: #64D7E1;
}

.gabu_wrap_lih14 .gabu_wrap_li_tit p,
.gabu_wrap_lih14 .gabu_wrap_li_info p {
	color: rgba(100, 215, 225, 0.7);
}

.gabu_wrap_lih4 .gabu_wrap_li_tit p,
.gabu_wrap_lih4 .gabu_wrap_li_info p,
.gabu_wrap_lih12 .gabu_wrap_li_tit p,
.gabu_wrap_lih12 .gabu_wrap_li_info p,
.gabu_wrap_lih16 .gabu_wrap_li_tit p,
.gabu_wrap_lih16 .gabu_wrap_li_info p {
	color: rgba(255, 255, 255, 0.7);
}

.gabu_wrap_lih9 .gabu_wrap_li_info p,
.gabu_wrap_lih15 .gabu_wrap_li_info p,
.gabu_wrap_lih10 .gabu_wrap_li_info p {
	font-size: 32px;
}

.gabu_wrap_lih6 .gabu_wrap_li_info p,
.gabu_wrap_lih11 .gabu_wrap_li_info p,
.gabu_wrap_lih7 .gabu_wrap_li_info p {
	font-size: 30px;
}

.gabu_wrap_lih1 .gabu_wrap_li_info p,
.gabu_wrap_lih8 .gabu_wrap_li_info p,
.gabu_wrap_lih16 .gabu_wrap_li_info p,
.gabu_wrap_lih13 .gabu_wrap_li_info p,
.gabu_wrap_lih18 .gabu_wrap_li_info p,
.gabu_wrap_lih20 .gabu_wrap_li_info p,
.gabu_wrap_lih5 .gabu_wrap_li_info p {
	font-size: 22px;
}

.gabu_wrap_lih2 .gabu_wrap_li_info p,
.gabu_wrap_lih4 .gabu_wrap_li_info p,
.gabu_wrap_lih12 .gabu_wrap_li_info p,
.gabu_wrap_lih14 .gabu_wrap_li_info p,
.gabu_wrap_lih17 .gabu_wrap_li_info p,
.gabu_wrap_lih19 .gabu_wrap_li_info p,
.gabu_wrap_lih3 .gabu_wrap_li_info p {
	font-size: 20px;
}

.home_data_btm.act .gabu_wrap_lih2 .gabu_wrap_li_wrap {
	transition-delay: 0.08s !important;
}

.home_data_btm.act .gabu_wrap_lih3 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.home_data_btm.act .gabu_wrap_lih4 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.home_data_btm.act .gabu_wrap_lih6 .gabu_wrap_li_wrap {
	transition-delay: 0.08s !important;
}

.home_data_btm.act .gabu_wrap_lih7 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.home_data_btm.act .gabu_wrap_lih8 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.home_data_btm.act .gabu_wrap_lih9 .gabu_wrap_li_wrap {
	transition-delay: 0.08s !important;
}

.home_data_btm.act .gabu_wrap_lih10 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.home_data_btm.act .gabu_wrap_lih11 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.home_data_btm.act .gabu_wrap_lih13 .gabu_wrap_li_wrap {
	transition-delay: 0.05s !important;
}

.home_data_btm.act .gabu_wrap_lih14 .gabu_wrap_li_wrap {
	transition-delay: 0.08s !important;
}

.home_data_btm.act .gabu_wrap_lih15 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.home_data_btm.act .gabu_wrap_lih16 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.home_data_btm.act .gabu_wrap_lih18 .gabu_wrap_li_wrap {
	transition-delay: 0.12s !important;
}

.home_data_btm.act .gabu_wrap_lih19 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.home_data_btm.act .gabu_wrap_lih20 .gabu_wrap_li_wrap {
	transition-delay: 0.15s !important;
}

.mhrn_li_down {
	position: fixed;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: calc(100vh - 90px);
	background: var(--com-color);
	display: none;
}

.mhrn_li_down_wrap {
	width: 100%;
	display: flex;
	padding-top: 66px;
	padding-bottom: 66px;
}


.mldw_ri {
	width: 25%;
}

.mldw_le {
	width: 75%;
	padding-right: 85px;
	height: 70vh;
}

.mldw_ri_tit p {
	color: #fff;
	line-height: 1.2;
}

.mldw_ri_tit {
	margin-bottom: 30px;
}

.mldw_ri_ul_li .vibu_li_btm {
	padding: 20px 34px;
	padding-bottom: 40px;
}

.mldw_ri_ul_li .vibu_li_btm_tit p {
	min-height: 3.5em;
}

.mldw_ri_ul {
	width: 100%;
	position: relative;
}

.mldw_ri_btm {
	width: 100%;
	position: relative;
	max-height: 70vh;
}

.mldw_ri_btm::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	height: 190px;
	pointer-events: none;
	background: linear-gradient(0deg, #082A7F 0%, rgba(8, 42, 127, 0.00) 100%);
}

.mldw_ri_ul_li {
	margin-bottom: 24px;
}


.mlct_tit_le .std_tit2 {
	color: #fff;
	line-height: 1.2;
}

.mlct_tit_ri {
	width: 42px;
}

.mlct_tit_ri img {
	width: 100%;
}

.mlct_tit {
	display: flex;
	align-items: center;
}

.mldw_le_class_top {
	display: flex;
	margin-bottom: 24px;
}

.mldw_le_class_info p {
	color: rgba(255, 255, 255, 0.8);
}

.mldw_le_class {
	width: 48%;
	position: relative;
	padding-right: 80px;
}

.mldw_le_class_info {
	margin-bottom: 48px;
}

.mlcu_li {
	width: 100%;
	/* position: relative; */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mlcu_li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mlcu_li_ri {
	width: 20px;
}

.mlcu_li_le {
	width: calc(100% - 20px);
	padding-right: 20px;
}

.mlcu_link {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 24px 0;
	transition: all 0.36s;
}

.mlcu_li_le p {
	font-size: 18px;
	color: #fff;
	transition: all 0.36s;
	line-height: 1.75;
}

.mlcu_li_ri img:nth-child(2) {
	opacity: 0;
}

.mlcu_li_level {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	display: none;
}

.mlcu_li_level_ul {
	width: 100%;
}

.mllu_li {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mllu_li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mllu_link {
	font-size: 16px;
	line-height: 1.75;
	color: #fff;
	transition: all 0.36s;
	padding: 24px 0;
	display: block;
}

.mlcu_li_ri {
	display: none;
}

.mlcu_li.arr .mlcu_li_ri {
	display: block;
}

.mlcu_li.yxnav_active2 .mlcu_li_le p {
	color: #64D7E1;
}

.mlcu_li.yxnav_active2 .mlcu_li_ri img:nth-child(1) {
	opacity: 0;
}

.mlcu_li.yxnav_active2 .mlcu_li_ri img:nth-child(2) {
	opacity: 1;
}

.mlcu_li.yxnav_active2 .mlcu_link {
	padding-left: 30px;
}

.mllu_li.yxnav_active3 .mllu_link {
	color: #64D7E1;
}

.mldw_ri_btm .mCSB_outside+.mCSB_scrollTools {
	right: -20px !important;
}

.mldw_le .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mldw_ri_btm .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff !important;
}

.mldw_le .mCS-dark.mCSB_scrollTools .mCSB_draggerRail,
.mldw_ri_btm .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, .45) !important;
}

.mldw_le .mCSB_outside+.mCSB_scrollTools {
	right: 80px !important;
}

.mhrn_li .icon-arrow-down {
	display: none;
}

.mhrn_li.arr .icon-arrow-down {
	display: block;
}

.mhrn_li.yxnav_active1 .mhrn_link {
	color: #64D7E1 !important;
}

.mhrn_li.is_hover .icon-arrow-down {
	transform: rotate(180deg);
}

.mhrn_li.yxnav_active1 .icon-arrow-down {
	color: #64D7E1 !important;
}

.mod_head {
	transition: all 0.36s;
}

.ys_hd_pc.isfixed .mod_head {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.ys_hd_pc.isfixed .mod_head_le img:nth-child(1) {
	opacity: 0;
}

.ys_hd_pc.isfixed .mod_head_le img:nth-child(2) {
	opacity: 1;
}

.ys_hd_pc.isfixed .mhrn_li,
.ys_hd_pc.isfixed .mhrn_link {
	color: #333333;
}

.ys_hd_pc.isfixed .mhrn_li .icon-arrow-down,
.ys_hd_pc.isfixed .mhrn_link .icon-arrow-down {
	color: #333333;
}

.ys_hd_pc.isfixed .mod_head_ri_sear .icon-search {
	color: #333333;
}

.ys_hd_pc.isfixed .mod_head_ri_lang a {
	color: #333333;
}

.mod_head_ri_lang,
.mod_head_ri_sear {
	transition: all 0.36s;
}

.ys_hd_pc.isfixed .mod_head_ri_lang,
.ys_hd_pc.isfixed .mod_head_ri_sear {
	border-color: rgba(153, 153, 153, 0.2);
}


.ys_hd_pc.is_hover .mod_head {
	background: #fff;
}

.ys_hd_pc.is_hover .mod_head_le img:nth-child(1) {
	opacity: 0;
}

.ys_hd_pc.is_hover .mod_head_le img:nth-child(2) {
	opacity: 1;
}

.ys_hd_pc.is_hover .mhrn_li,
.ys_hd_pc.is_hover .mhrn_link {
	color: #333333;
}

.ys_hd_pc.is_hover .mhrn_li .icon-arrow-down,
.ys_hd_pc.is_hover .mhrn_link .icon-arrow-down {
	color: #333333;
}

.ys_hd_pc.is_hover .mod_head_ri_sear .icon-search {
	color: #333333;
}

.ys_hd_pc.is_hover .mod_head_ri_lang a {
	color: #333333;
}

.ys_hd_pc.is_hover .mod_head_ri_lang,
.ys_hd_pc.is_hover .mod_head_ri_sear {
	border-color: rgba(153, 153, 153, 0.2);
}


.ys_phnav_menu {
	background: var(--com-color);
}

.ys_phnav_haschild.yxnav_active2>.ys_phnav_lisbox a {
	opacity: 0.6;
}

.ys_phnav_lisbox.yxnav_active3 a {
	opacity: 0.6;
}

.hnbs_ul_li:nth-child(2) {
	animation-delay: .2s
}

.hnbs_ul_li:nth-child(3) {
	animation-delay: .3s
}

.hnbs_ul_li:nth-child(4) {
	animation-delay: .4s
}

.hnbs_ul_li:nth-child(5) {
	animation-delay: .5s
}

.hnbs_ul_li:nth-child(6) {
	animation-delay: .6s
}

.home_admis_btm_more {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.home_data .home_admis_btm_more {
	margin-top: 120px;
}

.guida_admis_btm_ul .slick-arrow {
	width: 42px;
	height: 42px;
	z-index: 10;
}

.guida_admis_btm_ul .slick-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/images/e2arr.svg);
	background-size: 100% 100%;
}

.guida_admis_btm_ul .slick-prev::after {
	transform: rotate(180deg);
}

.guida_admis_btm_ul .slick-prev {
	left: -100px;
}

.guida_admis_btm_ul .slick-next {
	right: -100px;
}

.overvi_brief .slbl_ul .slick-arrow {
	top: 32%;
}

.summa_page .overvi_brief {
	padding-bottom: 140px !important;
}

.lead_page .lead_honor {
	overflow: visible;
}

.contac_page .ys_nyban_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home_distrib_top_img2 {
	display: none;
}

.hfwt_tit_img {
	display: none;
}


.video_page .video_recom_wrap {
	overflow: visible;
}

.miles_nuan_ri_circle img {
	width: 100%;
	transform: rotate(-5deg);
	max-width: inherit !important;
}

.cbrl_info_img {
	display: none;
}

.he_b1fscr {
	padding-left: 20px;
	padding-right: 20px;
}


.middle_commu_img .slick-list,
.middle_commu_img .slick-track {
	height: 100%;
}

.middle_commu_img_li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}





/*  */

/*鼠标效果*/
@media screen and (min-width: 1200px) {

	.activit_page .ltrr_link:hover .ltrr_link_tit .std_tit4 {
		color: var(--com-color);
	}

	.home_find .mod_more_link:hover {
		color: #fff;
		background: var(--com-color);
	}

	.cpll_wrap:hover {
		background: var(--com-color);
	}

	.cpll_wrap:hover .cpll_icon img:nth-child(1) {
		opacity: 0;
	}

	.cpll_wrap:hover .cpll_icon img:nth-child(2) {
		opacity: 1;
	}

	.cpll_wrap:hover p {
		color: #fff;
	}

	.primary_activit_wrap:hover .primary_activit_le img {
		transform: scale(1.08);
	}

	.primary_potenti_li_wrap:hover .pplw_num {
		background: #fff;
		color: var(--com-color);
	}

	.primary_potenti_li_wrap:hover .pplw_desz {
		opacity: 1;
	}

	.primary_potenti_li_wrap:hover .pplw_tit p {
		color: #fff;
	}

	.middle_size_wrap_li:hover .ys_imgbox_cover::after {
		opacity: 0.8;
		background: var(--com-color);
	}

	.msbu_wrap:hover {
		background: var(--com-color);
	}

	.msbu_wrap:hover .msbu_wrap_btm_tit p {
		color: #fff;
	}

	.msbu_wrap:hover .msbu_wrap_btm_info p {
		color: #fff;
	}

	.msbu_wrap:hover .msbu_wrap_top .ys_imgbox_cover img:nth-child(1) {
		opacity: 0;
	}

	.msbu_wrap:hover .msbu_wrap_top .ys_imgbox_cover img:nth-child(2) {
		opacity: 1;
	}

	.middle_cours_wrap:hover {
		background: var(--com-color);
	}

	.middle_cours_wrap:hover .middle_cours_wrap_icon img:nth-child(1) {
		opacity: 0;
	}

	.middle_cours_wrap:hover .middle_cours_wrap_icon img:nth-child(2) {
		opacity: 1;
	}

	.middle_cours_wrap:hover .middle_cours_wrap_info p {
		color: #fff;
	}

	.aebl_link:hover .aebl_wrap_tit .std_tit4 {
		color: var(--com-color);
	}

	.aabl_img:hover img {
		transform: scale(1.08);
	}

	.activit_experi_more .mod_more1:hover .mod_more1_le p {
		color: #64D7E1 !important;
	}

	.activit_experi_more .mod_more1:hover .mod_more1_ri path {
		stroke: #64D7E1 !important;
	}

	.nrbr_wrap:hover .ys_imgbox_cover img:nth-child(1) {
		opacity: 1;
	}

	.nrbr_wrap:hover .ys_imgbox_cover img:nth-child(2) {
		opacity: 0;
	}

	.vibu_link:hover .mod_more1_le p {
		color: #64D7E1 !important;
	}

	.vibu_link:hover .mod_more1_ri path {
		stroke: #64D7E1 !important;
	}

	.anbr_li .hnbp_ri_li_nk:hover p {
		color: #fff !important;
	}

	.anbr_li .hnbp_ri_li_nk:hover {
		background: var(--com-color);
	}

	.anbr_li .hnbp_ri_li_nk:hover .hllb_top_time p {
		color: #fff;
	}

	.activit_news_top_ri .mod_more1:hover .mod_more1_le p {
		color: #64D7E1 !important;
	}

	.activit_news_top_ri .mod_more1:hover .mod_more1_ri path {
		stroke: #64D7E1 !important;
	}

	.ccbl_li_icon:hover img:nth-child(1) {
		opacity: 1;
	}

	.ccbl_li_icon:hover img:nth-child(2) {
		opacity: 0;
	}

	.newsp_recom_li_link:hover .mod_more1_le p {
		color: #64D7E1 !important;
	}

	.newsp_recom_li_link:hover .mod_more1_ri path {
		stroke: #64D7E1 !important;
	}

	.newsp_editor_btm_li a:hover {
		color: var(--com-color) !important;
	}

	.mod_dots .slick-arrow:hover::after {
		opacity: 0;
	}

	.mod_dots .slick-arrow:hover::before {
		opacity: 1;
	}

	.ltrr_link:hover .ltrr_link_tit .std_tit4 {
		color: #DF3A3A;
	}

	.summa_seek_link:hover {
		background: var(--com-color) !important;
	}

	.summa_seek_link:hover .summa_seek_link_desz {
		opacity: 0;
	}

	.summa_seek_link:hover .sslt_tit .std_tit3,
	.summa_seek_link:hover .sslt_info p {
		color: #fff;
	}

	.summa_seek_link:hover .mod_more_link {
		color: #64D7E1;
		background: #fff;
	}

	.plbu_link:hover {
		background: var(--com-color);
		box-shadow: -10px 4px 26.9px 6px rgba(0, 0, 0, 0.05);
	}

	.plbu_link:hover p {
		color: #fff !important;
	}

	.plbu_link:hover .plbu_link_ri_icon path {
		fill: var(--com-color) !important;
	}

	.rlbu_limk:hover .vlbw_ri img:nth-child(1) {
		opacity: 0;
	}

	.rlbu_limk:hover .vlbw_ri img:nth-child(2) {
		opacity: 1;
	}

	.rlbu_limk:hover .vibu_link_btm_tit p {
		color: var(--com-color);
	}

	.dlul_wrap:hover::after,
	.dlul_wrap:hover::before {
		opacity: 1;
	}

	.vibu_li:hover .vibu_li_btm_tit p {
		color: var(--com-color);
	}

	.comp-tabli:hover li {
		color: #fff;
		background: var(--com-color);
	}

	.vrwb_li_wrap:hover .vlwr_tit p {
		color: var(--com-color);
	}

	.vrwb_li_wrap:hover .mod_more1_le p {
		color: rgba(100, 215, 225, 1);
	}

	.vrwb_li_wrap:hover .mod_more1_ri path {
		stroke: rgba(100, 215, 225, 1);
	}

	.mftr_li_btm_li a:hover,
	.mftr_li_top a:hover {
		opacity: 0.6;
	}

	.hsfw_link:hover .hsfw_link_ri .std_tit3 {
		color: var(--com-color);
	}

	.hsfw_link:hover .hsfw_link_ri img {
		opacity: 1;
	}

	.hnbs_ul_li_link:hover .hull_btm_tit .std_tit24 {
		color: var(--com-color);
	}

	.hnba_le_link:hover .hlll_titsub .std_tit24 {
		color: var(--com-color);
	}

	.hnba_le_link:hover .mod_more1_ri path {
		stroke: #64D7E1 !important;
	}

	.hnba_le_link:hover .mod_more1_le p {
		color: #64D7E1;
	}

	.hnbp_ri_li_nk:hover .mod_more1_ri path {
		stroke: #64D7E1 !important;
	}

	.hnbp_ri_li_nk:hover .mod_more1_le p {
		color: #64D7E1;
	}

	.hnbp_le_link:hover .mod_more1_ri path {
		stroke: #64D7E1 !important;
	}

	.hnbp_le_link:hover .mod_more1_le p {
		color: #64D7E1;
	}

	.mod_more_link:hover {
		color: #64D7E1;
		background: #fff;
	}

	.hnbp_ri_li_nk:hover .hllb_top_tit .std_tit4 {
		color: var(--com-color);
	}

	.hrlm_more:hover {
		color: #fff;
		background: #64D7E1;
	}

	.hnba_ri_link:hover .hrlm_more {
		color: #fff;
		background: #64D7E1;
	}

}


.organiz_list {
	width: 100%;
	position: relative;
}


.organiz_list {
	padding-top: 0 !important;
}

.organiz_list_cont {
	width: 100%;
	position: relative;
}

.organiz_list_cont .vitl_li:last-child {
	margin-right: 0;
}

.organiz_list_cont .video_ificati_top_le {
	width: 100%;
	justify-content: center;
}

.organiz_list_btm {
	width: 100%;
	position: relative;
	padding-top: 70px;
}

.olbu_li {
	width: 25%;
	padding: 0 18px;
	margin-bottom: 70px;
}

.organiz_list_btm_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
	padding-bottom: 30px;
}

.olbu_info .std_tit4 {
	color: #333333;
	line-height: 1.75;
}

.olbu_img {
	margin-bottom: 16px;
	border: 1px solid #EDEDED;
	border-radius: 5px;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.olbu_wrap {
	width: 100%;
}

.environ_picture {
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 0 !important;
}

.environ_picture_top {
	width: 912px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.eptu_li {
	width: 100%;
	padding: 0 10px;
}

.environ_picture_top_ul {
	margin: 0 -10px;
}

.eptu_li:last-child {
	margin-right: 0;
}

.eptu_li img {
	opacity: 0.2;
}

.eptu_li.swiper-slide-active img {
	opacity: 1;
}

.eptc_wrap {
	width: 70px;
	cursor: pointer;
	transition: all 0.36s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.eptc_wrap img {
	width: 100%;
}

.eptc_le img {
	transform: rotate(180deg);
}

.eptc_le {
	left: -40px;
}

.eptc_ri {
	right: -40px;
}

/* .eptc_wrap.swiper-button-disabled {
    opacity: 0.6;
    pointer-events: none;
} */

.environ_picture_btm {
	width: calc(100% + 280px);
	overflow: hidden;
}

.environ_picture_top {
	margin-bottom: 90px;
}

/* .epbs_li {
    width: 310px !important;
    margin-right: 16px;
} */

.epbs_li {
	margin-right: 16px;
	cursor: pointer;
}

.epbs_li .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 3px solid #0B25AA;
	opacity: 0;
}

.epbs_li.slick-current .ys_imgbox_cover::after {
	opacity: 1;
}

.environ_picture_btm_swiper {
	width: calc(100% + 280px);
	overflow: hidden;
	position: relative;
}



.environ_picture_top_ul .slick-list {
	overflow: visible !important;
}

.eptu_li.slick-current img {
	opacity: 1;
}

.restaur_ficat {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.restaur_ficat_cont {
	width: 100%;
	position: relative;
}

.restaur_ficat_cont .highi_charac_top {
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 43px;
}

.restaur_ficat_cont .highi_charac_top_ul {
	display: flex;
}

.restaur_ficat_cont .hctu_li {
	width: 50%;
}

.hctu_li.act p {
	background: var(--com-color);
	color: #fff;
}

.restaur_ficat_btm {
	width: 100%;
	position: relative;
}

.restaur_ficat_btm_li {
	width: 100%;
	position: relative;
}

.restaur_ficat_btm_li p {
	margin-bottom: 60px;
}

.restaur_ficat_btm_li img {
	width: 100%;
}

.restaur_ficat_btm_li:not(:first-child) {
	display: none;
}

.restaur_ficat_btm_li p:last-child {
	margin-bottom: 0;
}

.protect_cont {
	width: 100%;
	position: relative;
	margin-top: -30px;
	z-index: 10;
}

.protect_cont.restaur_ficat_cont .highi_charac_top {
	background: #fff !important;
	margin-bottom: 0 !important;
}

.protect_cont {
	padding-top: 0 !important;
}

.calend_cont {
	width: 100%;
	position: relative;
}

.calend_cont_wrap {
	width: 100%;
	position: relative;
}

.calend_cont_wrap_img {
	width: 100%;
}

.calend_cont_wrap_img img {
	width: 100%;
}

.calend_cont_wrap_more {
	display: flex;
	justify-content: center;
	margin-top: 90px;
}

.explora_list {
	width: 100%;
	position: relative;
}

.explora_list_cont {
	width: 100%;
	position: relative;
}

.explora_list_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.explora_list_ul_li {
	width: 33.333333%;
	padding: 0 18px;
	margin-bottom: 45px;
}

.elul_wrap {
	width: 100%;
	position: relative;
}

.elul_wrap .ys_imgbox_cover {
	border-radius: 5px;
}

.elul_wrap .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	z-index: 10;
	background: linear-gradient(180deg, rgba(22, 52, 180, 0.00) 0%, #1634B4 100%);
}

.elul_btm {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 20px 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.elul_btm_ri {
	width: 24px;
	flex: none;
}

.elul_btm_ri img {
	width: 100%;
}

.elul_btm_le p {
	font-size: 16px;
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
}

.publis_list {
	width: 100%;
}

.publis_list_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.publis_list_le {
	width: 29%;
	padding-right: 80px;
}

.publis_list_ri {
	width: 71%;
	border-left: 1px solid #DEDEDE;
	padding-left: 80px;
}


.plml_le p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.plml_le {
	padding-right: 10px;
}

.publis_list_more_link {
	display: flex;
	align-items: center;
	padding: 20px 33px;
	background: var(--com-color);
	border-radius: 50px;
	transition: all 0.36s;
}

.publis_list_more {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.plru_link {
	display: block;
	width: 100%;
	position: relative;
}

.publis_list_ri_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
	padding-bottom: 60px;
}

.plru_li {
	width: 25%;
	padding: 0 18px;
	margin-bottom: 24px;
}

.plru_li_btm {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(11, 37, 170, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.36s;
}

.plbw_le p {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.plbw_le {
	padding-right: 10px;
}

.plbw_ri {
	width: 26px;
}

.plbw_ri img {
	width: 100%;
}

.plru_li_btm_wrap {
	display: flex;
	align-items: center;
}

.notice_list {
	width: 100%;
	position: relative;
}

.notice_list_weap {
	width: 100%;
	position: relative;
}

.notice_list_top {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}

.notice_list_btm_ul {
	width: 100%;
	padding-bottom: 60px;
}

.nlbu_li {
	width: 100%;
	margin-bottom: 32px;
}

.nlbu_li .plrl_tit {
	margin-bottom: 0;
}

.nlbu_li .plbu_link_le_info p {
	color: var(--com-color);
}

.nlbu_li .plbu_link {
	padding: 31px 70px;
	align-items: center;
}

.life_cont {
	width: 100%;
	position: relative;
}

.life_cont .middle_commu_li {
	width: 33.33333%;
	height: 100vh;
	border: none;
	position: relative;
	transition: all 0.56s;
}

.life_cont_img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.life_cont_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.36s;
	opacity: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.20);
}

.life_cont_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.36s;
	opacity: 0;
	/* opacity: 0.8; */
	background: #0B25AA;
}

.life_cont_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.life_cont .middle_commu_li_wrap {
	z-index: 10;
}


.mclw_tit .std_tit1 {
	color: #fff;
	font-weight: bold;
}

.life_cont .mod_bord {
	z-index: 20;
	top: 116px;
}


/* 测试地址修改 star */


.hnbs_ul {
	align-items: stretch;
}

.hnbs_ul_li {
	height: auto !important;
}

.hnbs_ul_li_link {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.hull_btm {
	flex-grow: 1;
}

.hnbs_ul,
.hsbl_img img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.home_news_btm_shadowm,
.home_scien_btm_li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

html,
body {
	will-change: all;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.scient_li_img {
	position: relative;

}


.scient_li_img_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	overflow: hidden;
	max-width: 100%;
}

.scient_li_top {
	width: 100% !important;
}

.scient_li_img_wrap img {
	height: 100%;
	object-fit: cover;
}

.scient_li_img_wrap2,
.scient_li_img_wrap3 {
	display: none;
}

.ys_select_bd {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.vibu_li_top img {
	object-fit: cover;
}

/* 测试地址修改 end */

.recruit_charac {
	width: 100%;
	position: relative;
	background: #FBFBFB;
	overflow: hidden;
	z-index: 1;
}

.recruit_charac::after {
	content: '';
	width: 100vw;
	height: 100vw;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: -64vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.recruit_charac_top {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.recruit_charac_tit .std_tit2 {
	text-align: center;
	font-weight: bold;
	color: #333;
}

.recruit_page .overvi_brief {
	background: #FBFBFB;
}

.rctu_li {
	width: 25%;
	padding: 0 16px;
	position: relative;
}

.rctu_li:nth-child(2n) {
	top: 70px;
}

.recruit_charac_top_ul {
	margin: 0 -16px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
}

.rctu_wrap {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 40px 10px rgba(8, 30, 125, 0.04);
	padding: 47px 40px 84px;
	position: relative;
	transition: all 0.36s;
}

.rctu_li .msbu_wrap_top_le {
	width: calc(100% - 100px);
}

.rctu_li .msbu_wrap_top_le p {
	font-weight: bold;
	color: #333;
	transition: all 0.36s;
}

.rctu_wrap_btm {
	width: 100%;
}

.rctu_wrap_btm_info p {
	line-height: 1.75;
	color: #666;
	transition: all 0.36s;
}

.rctu_wrap_btm_tit p {
	color: var(--com-color);
	font-weight: bold;
	transition: all 0.36s;
}

.rctu_wrap_btm_info {
	margin-bottom: 10px;
}

.rctu_li .msbu_wrap_top {
	margin-bottom: 130px;
}

.recruit_charac_btm {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.rcbw_img {
	width: 100%;
}

.recruit_charac_btm_wrap {
	width: 100%;
	position: relative;
	padding-left: 108px;
	padding-right: 108px;
}

.rcbw_ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	display: flex;
}

.rcbw_li {
	width: 33.333333%;
	padding: 20px 50px;
	text-align: center;
}

.rcbw_li_tit p {
	color: #333;
	line-height: 1.75;
}

.rcbw_li_tit {
	margin-bottom: 20px;
}

.rcbw_li_info p {
	color: #666;
	line-height: 1.75;
}

.rcbw_wrap {
	width: 100%;
	position: relative;
}

.recruit_develo {
	width: 100%;
	position: relative;
}

.recruit_develo_wrap {
	width: 100%;
	position: relative;
}

.recruit_develo_ul {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	padding-top: 35px;
	padding-bottom: 70px;
}

.recruit_develo_ul_li {
	width: 25%;
	padding: 0 25px;
	position: relative;
}

.recruit_develo_tit .std_tit2 {
	font-weight: bold;
	text-align: center;
}

.rdul_wrap {
	width: 100%;
	position: relative;
	text-align: center;
}

.rdul_wrap_tit .std_tit3 {
	font-weight: bold;
	line-height: 1.5;
}

.rdul_wrap_btm {
	width: 100%;
	position: relative;
}

.rdul_wrap_tit {
	position: relative;
	margin-bottom: 45px;
}

.rdul_wrap_tit img {
	width: 122px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rdul_wrap_btm_tit p {
	font-size: 16px;
	line-height: 1.75;
	font-weight: bold;
}

.rdul_wrap_btm_info p {
	line-height: 1.75;
	color: #666666;
}

.rdul_wrap_btm_tit {
	margin-bottom: 12px;
}

.rdul_dots {
	width: 102px;
	position: absolute;
	top: 20px;
	right: -40px;
}

.rdul_dots img {
	width: 100%;
}

.recruit_develo_ul_li:last-child .rdul_dots {
	display: none;
}

.recruit_develo_subtit .mod_tit36 {
	color: #333;
	line-height: 1.4;
	text-align: center;
}

.recruit_develo_img {
	width: 100%;
}

.recruit_develo_img img {
	width: 100%;
}


.recruit_welfar {
	width: 100%;
	position: relative;
	background: #F6F6F6;
}

.recruit_welfar .middle_cours_wrap_info p {
	font-weight: bold;
	color: #333;
}

.middle_cours_wrap_text p {
	color: #666;
	line-height: 1.75;
	transition: all 0.36s;
}

.middle_cours_wrap_text {
	margin-top: 10px;
}

.recruit_voice {
	width: 100%;
	position: relative;
}

.recruit_voice_more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.recruit_voice .newsp_recom_li_link {
	background: #F6F6F6;
}

.recruit_video {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.recruit_video_cont {
	width: 100%;
	position: relative;
	display: flex;
}

.recruit_video_cont_li {
	width: 50%;
	position: relative;
}


.rvcl_wrap {
	width: 100%;
	padding: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 10;
}

.summa_unders_tit .std_tit2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.recruit_video_cont_li .summa_unders_tit {
	margin-bottom: 20px;
}

.recruit_video_cont_li .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.recruit_join {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.recruit_join_cont {
	width: 100%;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.recruit_join_img {
	width: 100%;
}

.recruit_join_img img {
	width: 100%;
}

.recruit_join_btm {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recruit_model {
	width: 100%;
	position: relative;
	background: var(--com-color);
}

.recruit_model_cont {
	width: 100%;
	position: relative;
	display: flex;
}

.rmul_tit p {
	color: #fff;
	line-height: 1.75;
	font-weight: bold;
}

.rmul_info p {
	color: #fff;
	line-height: 1.75;
}

.rmul_tit {
	margin-bottom: 20px;
}

.recruit_model_ul_li {
	transition: all 0.36s;
	opacity: 0.5;
	width: 250px;
	max-width: 100%;
}

.recruit_model_ul_li.act {
	opacity: 1;
}

.recruit_model_le {
	order: 1;
}

.recruit_model_center {
	order: 2;
	position: relative;
}

.recruit_model_ri {
	order: 3;
}

.recruit_model_center {
	width: 50%;
}

.recruit_model_center img {
	width: 100%;
}

.recruit_model_ul {
	width: 25%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.recruit_model_le {
	padding-right: 10px;
}

.recruit_model_ri {
	padding-left: 64px;
}

.recruit_model_le .recruit_model_ul_li:nth-child(1),
.recruit_model_le .recruit_model_ul_li:nth-child(3) {
	transform: translateX(122px);
}

.recruit_model_ri .recruit_model_ul_li:nth-child(2) {
	transform: translateX(122px);
}

.recruit_model_center_line {
	width: 100%;
	height: 100%;
}

.recruit_model_center_line svg,
.recruit_model_center_tranf svg {
	width: 100%;
	height: 100%;
}

.recruit_model_center_tranf {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
	transition: all 0.6s;
}

.recruit_model_center_tranf .rmct_piece {
	width: 76%;
	height: 76%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recruit_model_center_img {
	width: 63%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recruit_model_center_img img {
	border-radius: 50%;
	width: 100%;
}

.recruit_model_center_img::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 47%;
	height: 47%;
	background: var(--com-color);
	border-radius: 50%;
}

.recruit_model_center_img svg {
	width: 104%;
	height: 104%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.recruit_model_center_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.recruit_model_center_tit .std_tit2 {
	font-weight: bold;
	color: #fff;
}

.recruit_model_center_img path {
	stroke-opacity: 1;
	stroke-dasharray: 1000.026672px 1999.0266723632812px;
	transition: all 0.8s;
	transition-delay: 1.3s;
}

.rmct_piece circle {
	stroke-dasharray: 330 !important;
	transition: all 0.6s;
	transition-delay: 1s;
}

.rmct_line circle {
	stroke-dashoffset: 312 !important;
	transition: all 0.6s;
	transition-delay: 0.5s;
}

.rmcl_line circle {
	stroke-dashoffset: 316 !important;
	transition: all 0.6s;
}

.recruit_model.on .rmcl_line circle {
	stroke-dashoffset: 0 !important;
}

.recruit_model.on .rmct_line circle {
	stroke-dashoffset: 249 !important;
}

.recruit_model.on .rmct_piece circle {
	stroke-dasharray: 268 !important;
}

.recruit_model.on .recruit_model_center_img path {
	stroke-dasharray: 0 1999.0266723632812px;
}

.rmct_wrap {
	transform: rotateZ(180deg) translateZ(0px);
}

.recruit_model_btm {
	width: 100%;
}

.summa_seek_link .cpll_desz {
	opacity: 0;
	transition: all 0.36s;
	bottom: 0;
	z-index: 1;
}

.ltrl_link,
.ltrl_link .ys_imgbox_cover::after {
	transform: translate3d(0px, 0, 0);
}


.activit_video_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8%;
	height: 100%;
	background: var(--com-color);
}


.overvi_devel.on .home_distrib_top {
	opacity: 0 !important;
}

.home_distrib.on .home_distrib_btm .ys_cont1440 {
	transition-delay: 0.5s;
}

.overvi_page .home_distrib {
	height: 300vh;
}

.home_scien_fixed_wrap {
	height: calc(100vh - 80px);
}

.mldw_ri_btm {
	max-height: calc(100vh - 215px);
}

.charac_course_wrap {
	height: calc(100vh - 90px);
	top: 90px;
}

.home_page .home_distrib.on .home_distrib_top {
	opacity: 0 !important;
}

.home_admis_btm_top {
	padding-left: 180px;
	padding-right: 180px;
}

.mldw_le_class {
	min-height: 66vh;
}

.mhrn_link {
	white-space: nowrap;
}

.foreig_page {
	width: 100%;
	position: relative;
}

.foreig_prima .recruit_video_cont_li {
	width: 100%;
}

.foreig_prima {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: -40px;
}

.foreig_prima .recruit_video_cont_li .ys_imgbox_cover::after {
	background: rgba(0, 0, 0, 0.5);
}

.foreig_positi {
	width: 100%;
	position: relative;
}

.foreig_positi_cont {
	width: 100%;
	position: relative;
}

.recruit_charac_ul_li {
	width: 33.333333%;
	padding: 0 18px;
	margin-bottom: 25px;
}

.recruit_charac_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.rcul_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 5px;
	background: #F6F6F6;
	padding: 55px 46px;
	transition: all 0.36s;
}

.rcul_tit p {
	color: #333;
	line-height: 1.75;
	font-weight: bold;
	transition: all 0.36s;
}

.rcul_subtit p {
	color: #333;
	line-height: 1.75;
	transition: all 0.36s;
}

.rcul_tit {
	margin-bottom: 8px;
}


.rcul_info {
	margin-bottom: 40px;
}

.gabu_wrap_li_pop {
	bottom: calc(100% + 10px);
	left: 45px;
	border-radius: 100px;
	background: #FFF;
	position: absolute;
	z-index: 10;
	padding: 7px 20px;
	display: none;
}

.gabu_wrap_li_pop::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #fff;
}

.gabu_wrap_li_pop p {
	color: var(--com-color);
	font-weight: bold;
	font-size: 18px;
	font-family: "OPPOSans-Medium";
	display: flex;
	align-items: flex-end;
	line-height: 1.65;
	white-space: nowrap;
}

.gabu_wrap_li_pop p span {
	font-size: 36px;
	line-height: 1;
	padding-left: 4px;
	padding-right: 4px;
}



.rcul_info p {
	color: #666;
	position: relative;
	padding-left: 14px;
	margin-bottom: 16px;
	transition: all 0.36s;
}

.rcul_info p::after {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--com-color);
	border-radius: 50%;
	transition: all 0.36s;
}

.rcul_subtit {
	margin-bottom: 40px;
}

.rcul_info p:last-child {
	margin-bottom: 0;
}

.foreig_that {
	width: 100%;
	position: relative;
	z-index: 10;
	padding-top: 50px !important;
}

.foreig_that_cont {
	width: calc(100% + 235px);
	transform: translateX(-235px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.foreig_that_le {
	width: 52%;
	position: relative;
	z-index: 1;
}

.foreig_that_ri {
	width: 48%;
	padding-left: 190px;
	padding-right: 180px;
}

.foreig_that_le::after {
	content: '';
	position: absolute;
	right: -51px;
	top: 50%;
	transform: translateY(-50%);
	width: 600px;
	height: 600px;
	border-radius: 50%;
	opacity: 0.16;
	background: #64D7E1;
	z-index: -1;
}

.foreig_that_le::before {
	content: '';
	position: absolute;
	bottom: -28px;
	right: 150px;
	width: 164px;
	height: 164px;
	border: 1px solid var(--com-color);
	opacity: 0.5;
	border-radius: 50%;
}

.foreig_that_le_img {
	width: 100%;
	border-radius: 0px 500px 500px 0px;
	overflow: hidden;
}

.foreig_that_le_img img {
	width: 100%;
}

.foreig_that_ri_tit .std_tit2 {
	color: #333;
	line-height: 1.4;
	font-weight: bold;
}

.mswl_positi_info .rcul_info p {
	color: #fff;
}

.mswl_positi_info .rcul_info p::after {
	background: #fff;
}

.mswl_positi_info .rcul_info p {
	margin-bottom: 5px;
}

.foreig_page .mswl_positi_info {
	padding-top: 20px;
}

.foreig_devel {
	width: 100%;
	position: relative;
}

.foreig_devel_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.foreig_devel_ri_li:not(:first-child) {
	display: none;
}

.foreig_devel_ri {
	width: 51%;
}

.foreig_devel_le {
	width: 49%;
	padding-right: 130px;
}

.slbl_tit {
	margin-bottom: 30px;
}

.slbl_info p {
	margin-bottom: 30px;
}

.restaur_ficat_cont .highi_charac_top_ul {
	justify-content: center;
}

.newsp_editor_top p {
	margin-bottom: 8px !important;
}

.foreig_devel_btm_li .std_tit4 {
	color: #666666;
	line-height: 1.75;
	position: relative;
	transition: all 0.36s;
}

.foreig_devel_btm_li {
	position: relative;
	width: 100%;
	padding-left: 16px;
	margin-bottom: 32px;
	cursor: pointer;
	transition: all 0.36s;
}

.foreig_devel_btm_li::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--com-color);
	border-radius: 50%;
}

.foreig_devel_btm_li::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--com-color);
	transition: all 0.36s;
	opacity: 0;
}

.foreig_devel_btm_li:last-child {
	margin-bottom: 0;
}

.foreig_devel_btm_li.act {
	padding-left: 40px;
}

.foreig_devel_btm_li.act::before {
	width: 34px;
	opacity: 1;
}

.foreig_devel_btm_li.act p {
	color: var(--com-color);
}

.foreig_devel_ri_li .ys_imgbox_cover {
	border-radius: 10px;
}

.foreig_activ {
	width: 100%;
	position: relative;
	background: #F6F6F6;
}

.foreig_activ .nrll_btm_tit_p1 p {
	max-height: 3.5em;
	-webkit-line-clamp: 2;
}

.foreig_activ .highi_news_more {
	padding-top: 70px;
}

.foreig_apart {
	width: 100%;
	position: relative;
}

.foreig_apart_top {
	width: 1050px;
	/* margin: 0 auto; */
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

.foreig_apart_top_tit .std_tit2 {
	font-weight: bold;
	color: #333;
	line-height: 1.4;
}

.foreig_apart_top_info p {
	color: #666;
}

.foreig_apart_top_tit {
	margin-bottom: 24px;
}

.foreig_apart_btm {
	width: 866px;
	margin: 0 auto;
	position: relative;
}

.fabu_wrap {
	width: 100%;
	position: relative;
}

.fabu_wrap .ys_imgbox_cover {
	border-radius: 10px;
}

/* .fabu_li {
    padding: 0 5px;
} */

.fabu_wrap {
	clip-path: inset(10% round 10px);
	transition: all 0.8s;
}

.fabu_li.swiper-slide-active .fabu_wrap {
	clip-path: inset(0% round 10px);
}

.fabu_wrap img {
	opacity: 0.5;
}

.fabu_li.swiper-slide-active .fabu_wrap img {
	opacity: 1;
}


.foreig_apart_btm .eptc_wrap {
	width: 40px;
}

.foreig_apart_btm .eptc_le {
	left: -107px;
}

.foreig_apart_btm .eptc_ri {
	right: -107px;
}

.foreig_apart_btm .swiper-pagination {
	width: 100%;
	position: relative;
	margin-top: 60px;
}

.foreig_apart_btm .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	background: rgba(51, 51, 51, 0.40);
	border-radius: 0;
	margin: 0 5px;
}

.foreig_apart_btm .swiper-pagination-bullet-active {
	width: 37px;
	background: #0047BA;
}

.foreig_apart_btm_swip {
	position: relative;
	width: 100%;
}

.foreig_bulls {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.mod_more span {
	font-weight: bold;
}

.mod_more_le {
	width: 28px;
}

.foreig_bulls .mod_more_link {
	display: flex;
	align-items: center;
}

.foreig_bulls .mod_more_ri {
	padding-left: 27px;
}

.mod_more_le img:nth-child(2) {
	opacity: 0;
}

.mod_more_le img {
	transform: scale(1) !important;
}

.mod_more_ri {
	transition: all .26s ease;
}

.recruit_join_btm .haul_wrap_top_sp1 {
	font-family: "Microsoft Yahei";
}

.mod_more_le {
	transform: translateZ(0);
}

.middle_commu_li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plml_ri {
	width: 26px;
}

.plml_ri img {
	width: 100%;
}

.newsp_recom_ul.mod_dots .newsp_recom_li:not(:first-child) {
	display: none;
}

.foreig_that_cont {
	padding-bottom: 50px;
}


/*下拉修改 star*/

.hnbp_ri_li .ys_imgbox_cover img {
	object-fit: cover;
}

.vibu_li_top_img {
	transition: all 0.36s;
	z-index: 10;
}



.overvi_page .home_distrib {
	height: 200vh;
}

.home_distrib.on .home_distrib_btm .ys_cont1440 {
	transition-delay: 0.36s;
}

.mhrn_li_down2 {
	display: block;
}

.mhrn_down2 {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.mhrn_down2_li_le {
	width: 24px;
}

.mhrn_down2_li_le img {
	width: 100%;
}

.mhrn_li {
	position: relative;
}

.mhrn_down2 {
	background: rgba(11, 37, 170, 0.9);
	backdrop-filter: blur(10px);
	/*padding: 10px 0;*/
	/*border-radius: 0 0 10px 10px;*/
	box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
}

.mhrn_down2_li a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding: 14px 0;
}

.mhrn_down2_li_ri {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding: 0 32px;
}

.mhrn_down2_ri .mhrn_down2_li_ri {
	padding-left: 0;
	padding-right: 0;
}

.mhrn_down2_ri .mdlr_le {
	width: 100%;
	padding-right: 0;
}

.mdlr_ri {
	width: 26px;
	margin-left: 30px;
}

/*.mdlr_le {*/
/*    padding-right: 30px;*/
/*}*/

.mdlr_le p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	transition: all 0.36s;
}


.mhrn_down2_li:last-child {
	border-bottom: none;
}

.mhrn_down2_li.yxnav_active2 .mdlr_le p {
	color: #5EECFF;
}

.sltp_coatin {
	width: 100%;
	padding: 20px 6px 15px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
}

.sltp_coatin_li {
	width: 50%;
	padding-left: 26px;
	padding-right: 11px;
	border-right: 1px solid #ECEEF4;
}

.sltp_coatin_li:last-child {
	border: none;
}

.sclw_tit p {
	font-size: 14px;
	line-height: 1.5;
	color: #64636F;
}

.sclw_info p {
	color: #140E4C;
	font-weight: bold;
	line-height: 1.5;
}

.sclw_tit {
	margin-bottom: 4px;
}

.sltp_coatin_li_wrap {
	margin-bottom: 24px;
}

.soluti_Page_ul_li.on .spul_le_tit {
	width: 100% !important;
	padding-right: 0 !important;
}

.soluti_Page_ul_li.on .spul_le_info {
	width: 100% !important;
}

.spul_le_top {
	position: relative;
}

.mhrn_down2 {
	display: none;
}

.mhrn_down2_ri {
	background: rgba(3, 27, 154, 0.90);
	backdrop-filter: blur(10px);
	/*border-radius: 10px;*/
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0px 25px;
	width: 100%;
	display: none;
	box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
}

.mdlr_ri {
	width: 6px;
	display: none;
}

.mdlr_ri img {
	width: 100%;
}

.mhrn_down2_li.acty .mdlr_ri {
	display: block;
}

.mhrn_down2_li {
	width: 100%;
	position: relative;
}

.mhrn_down2_li>a {
	transition: all 0.36s;
	padding: 14px 0;
}

.mhrn_down2_li.yxnav_active2>a {
	background: rgba(3, 27, 154, 0.90);
	/*backdrop-filter: blur(10px);*/
}

.mhrn_down2_ri .mdlr_le p {
	color: #fff !important;
}


.mdru_li.yxnav_active3 .mdlr_le p {
	color: #5EECFF !important;
}

@media screen and (max-width: 1720px) {
	.activit_video_wrap::after {
		width: 7%;
	}
}

@media screen and (max-width: 1680px) {
	.activit_video_wrap::after {
		width: 8%;
	}
}

.ltrl_link,
.ltrl_link .ys_imgbox_cover::after,
.ltrl_img {
	transform: translateZ(0);
}

.primary_activit_le_ul,
.palu_li {
	width: 100%;
	height: 100%;
}

.primary_activit_ri_ul,
.paru_li {
	width: 100%;
}

.primary_activit_le_ul .slick-list,
.primary_activit_le_ul .slick-track {
	height: 100%;
}

.paru_wrap {
	width: 100%;
	max-height: 400px;
}

.paru_wrap .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: var(--com-color);
}

.activit_video_wrap {
	transform: translateZ(0px);
}

.slbl_li .ys_imgbox_cover img:nth-child(2) {
	object-fit: contain;
}

.ltrl_link .ys_imgbox_cover::after {
	width: 110%;
	left: 50%;
	transform: translateX(-50%);
}

.aebl_link .ys_imgbox_cover img {
	transform: perspective(100px) rotateY(-4deg) !important;
}

.aebl_link .ys_imgbox_cover {
	overflow: visible !important;
	bottom: 18px;
}

@media screen and (min-width: 1200px) {
	.vibu_li.is_hover .vibu_link:hover .vibu_li_top_img {
		opacity: 0;
	}



	.hnbs_ul_li_link.is_hover:hover .vibu_li_top_img {
		opacity: 0;
	}

}

@media screen and (max-width: 1440px) {
	.aebl_link .ys_imgbox_cover {
		bottom: 10px;
	}

	.activit_educa_btm {
		padding-top: 88px !important;
	}
}

@media screen and (max-width: 1280px) {
	.activit_educa_btm {
		padding-top: 58px !important;
	}
}

@media screen and (max-width: 991px) {
	.activit_educa_btm {
		padding-top: 30px !important;
	}
}

@media screen and (max-width: 767px) {
	.activit_educa_btm {
		padding-top: 0px !important;
	}

	.aebl_link {
		padding-top: 54px !important;
	}
}

/*下拉修改 end*/


.foreig_page .mc_b1s1_txtbox,
.foreig_page .mc_b1s2_txtbox,
.summa_page .mc_b1s1_txtbox,
.summa_page .mc_b1s2_txtbox {
	height: 520px;
}

.foreig_page .overvi_brief,
.summa_page .overvi_brief {
	padding-top: 262px !important;
}

.video_recom_wrap_tit {
	margin-bottom: 15px;
}

.hnbs_titf {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.habi_li {
	display: none;
}

.habi_li:first-child {
	display: block;
}

.news_page .video_recom_wrap_tit,
.video_page .video_recom_wrap_tit {
	margin-bottom: 50px;
}

.addre_introdu {
	padding-bottom: 90px;
}

.yxedr_active td {
	height: auto !important;
	line-height: 1.5;
	padding: 13px;
	border: 1px solid #e9e9e9;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.yxedr_active td span {
	line-height: 1.5;
}

.ue-table-interlace-color-double:nth-child(2n) {
	background: rgba(247, 250, 255, 1);
}

.activit_experi_btm .nrbr_le .ys_imgbox_cover {
	transform: rotate(180deg);
}

.home_find .home_distrib_btm_img::after {
	background: rgba(0, 5, 16, 0.2);
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {

	.mod_more_link:hover .mod_more_le img:nth-child(1) {
		opacity: 0;
	}

	.mod_more_link:hover .mod_more_le img:nth-child(2) {
		opacity: 1;
	}

	.mod_more_link:hover {
		background: var(--com-color);
	}

	.mod_more_link:hover .mod_more_ri {
		color: #fff;
	}

	.rcul_wrap:hover {
		background: var(--com-color);
	}

	.rcul_wrap:hover p {
		color: #fff !important;
	}

	.rcul_wrap:hover .rcul_info p::after {
		background: #fff !important;
	}

	.recruit_join .mod_more_link:hover {
		color: #fff;
		background: var(--com-color);
	}

	.recruit_voice_more .mod_more_link:hover {
		background: var(--com-color);
		color: #fff;
	}

	.middle_cours_wrap:hover .middle_cours_wrap_text p {
		color: #fff;
	}

	.rctu_wrap:hover {
		background: var(--com-color);
	}

	.rctu_wrap:hover p {
		color: #fff;
	}

	.rctu_wrap:hover .msbu_wrap_top_ri img:nth-child(1) {
		opacity: 0;
	}

	.rctu_wrap:hover .msbu_wrap_top_ri img:nth-child(2) {
		opacity: 1;
	}

	.life_cont .middle_commu_li:hover {
		width: 55%;
	}

	.life_cont .middle_commu_li:hover .life_cont_img::before {
		opacity: 0.8;
	}

	.life_cont .middle_commu_li:hover .life_cont_img::after {
		opacity: 0;
	}

	.calend_cont_wrap_more .mod_more_link:hover {
		background: var(--com-color);
		color: #fff;
	}

	.olbu_wrap:hover .olbu_img img {
		transform: scale(1.08);
	}

	.vitl_link:hover {
		color: #fff;
		background: var(--com-color);
	}

	.plru_link:hover .plru_li_btm {
		opacity: 1;
	}

	.aebl_link:hover .ys_imgbox_cover img {
		transform: scale(1.06) !important;
	}

	.summa_seek_link:hover .cpll_desz {
		opacity: 1;
	}

	.highi_news_more .mod_more_link:hover {
		background: var(--com-color);
		color: #fff;
	}

	.explora_list_ul_li.is_hover .vibu_li_top_img {
		opacity: 0;
	}

	.publis_list_more_link:hover {
		background: #64D7E1;
	}

	.lead_page .mod_more_link:hover {
		background: #fff;
		color: #DF3A3A;
	}

	.home_admis .mod_more_link:hover {
		background: #fff;
		color: var(--com-color);
		;
	}

	.newsp_pagedj.detail_page .newsp_editor_btm_li a:hover {
		color: #C9343A !important;
	}

	.aebl_link:hover .ys_imgbox_cover img {
		transform: scale(1.04) perspective(100px) rotateY(-4deg) !important;
	}

}

.middle_chara_btm_le .middle_chara_ul,
.middle_chara_btm_le .slick-list,
.middle_chara_btm_le .slick-track,
.middle_chara_btm_le .addre_expect_ri_img,
.middle_chara_btm_le .ys_imgbox_cover,
.middle_chara_btm_le .ys_imgbox_cover img {
	height: 100%;
}

.middle_chara_btm_le .ys_imgbox_cover img {
	object-fit: cover;
}

.lead_honor_btm {
	margin-bottom: 30px;
}
.lead_page .mod_more_link {
	background: #DF3A3A;
	color: #fff;
}

.newsp_pagedj.detail_page .video_recom {
	background: #C9343A;
}

.news_pagedj .newsp_recom_li_link .mod_more1_le p {
	color: #C9343A !important;
}


.news_pagedj .newsp_recom_li_link .mod_more1_ri path {
	stroke: #C9343A !important;
}

.news_pagedj .news_list_li.on .mod_more1_le p {
	color: #fff !important;
}

.news_pagedj .news_list_li.on .mod_more1_ri path {
	stroke: #fff !important;
}

.news_pagedj .news_list_li.on .newsp_recom_li_link {
	background: #C9343A !important;
}

.news_pagedj .pc_fenye li.activepage {
	background: #C9343A !important;
}

.news_pagedj .comp-tabli:hover li {
	color: #fff;
	background: #C9343A !important;
}

.news_pagedj .news_recom_btm_le .swiper-pagination-bullet-active {
	background: #fff;
	border-color: #fff;
}

.lead_page .lead_trends {
	position: relative;
	z-index: 2;
}

.news_recom_swip_wrap {
	width: 100%;
	position: relative;
}

.hers_icon {
	width: 36px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.hers_icon img {
	width: 100%;
	animation: screen1 2s linear infinite;
}

@keyframes screen1 {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(10px);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.hers_info p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

.home_excite_le {
	min-height: auto !important;
}

.home_excite_le.on .home_excite_le_img {
	top: -60%;
}

.home_excite_ri_btm {
	width: 100%;
	margin-top: 30px;
}

.hnba_le_link_ri img {
	object-fit: cover;
}

.habs_ul {
	width: 100%;
}

.mibu_li_wrap_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.mibu_li_wrap_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cprl-wrapl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cprl-wrapl::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.cprl-wrapl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.charac_point .charac_point_ri_li::after {
	display: none;
}

.charac_course_text {
	padding: 0 30px;
}

.home_excite_le {
	width: 63%;
}








@media screen and (max-width: 767px) {
	.slick-dots {
		left: 0%;
	}

	.std_tit24,
	.std_tit24 p,
	.charac_course_text .btkjd {
		font-size: 16px;
	}

	.charac_certifi .slick-list {
		padding-bottom: 10px !important;
	}
	.yhxxlb .slick-track .slick-slide{
		height: 410px;
	}
}