@charset "utf-8";

body {
	font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

@font-face {
	font-family: "Montserrat-Bold";
	src: url("../font/Montserrat-Bold.woff2") format("woff2"),
		url("../font/Montserrat-Bold.woff") format("woff"),
		url("../font/Montserrat-Bold.ttf") format("truetype"),
		url("../font/Montserrat-Bold.eot") format("embedded-opentype"),
		url("../font/Montserrat-Bold.svg") format("svg");
}

@font-face {
	font-family: "MontserratRegular";
	src: url("../font/MontserratRegular.woff2") format("woff2"),
		url("../font/MontserratRegular.woff") format("woff"),
		url("../font/MontserratRegular.ttf") format("truetype"),
		url("../font/MontserratRegular.eot") format("embedded-opentype"),
		url("../font/MontserratRegular.svg") format("svg");
}

@font-face {
	font-family: "RobotoCondensedRegular";
	src: url("../font/RobotoCondensedRegular.woff2") format("woff2"),
		url("../font/RobotoCondensedRegular.woff") format("woff"),
		url("../font/RobotoCondensedRegular.ttf") format("truetype"),
		url("../font/RobotoCondensedRegular.eot") format("embedded-opentype"),
		url("../font/RobotoCondensedRegular.svg") format("svg");
}

/*鍒嗕韩缈昏瘧*/
#bsWXBox .bsTop:after {
	/*鍒嗕韩涓枃鐗堟湰*/
	content: '- 寰俊';
	/*鍒嗕韩鑻辨枃鐗堟湰*/
	/* content: '- weixin'; */
	display: block;
	position: absolute;
	left: 85px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}

#bsWXBox .bsTop:before {
	/*鍒嗕韩涓枃鐗堟湰*/
	content: '鍒嗕韩鍒?;
	/*鍒嗕韩鑻辨枃鐗堟湰*/
	/* content: 'Share the'; */
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}

/*瀵艰埅榛樿閫変腑*/
.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: 99;
}

/* - banner - end*/


.he_img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.he_img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ys_hd_pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	/* background: #FFF; */
	transition: all 0.36s;
}


.he_head {
	width: 100%;
	padding: 0 80px;
}

.he_logo {
	width: 232px;
}

.he_logo img {
	transition: all 0.36s;
}

.he_logo {
	line-height: 80px;
	position: relative;
}


.he_logo .he_img {
	opacity: 0;
}

.he_serad {
	line-height: 80px;
	cursor: pointer;
}

.he_serad span {
	font-size: 18px;
	transition: all 0.36s;
	color: #FFF;
}

.he_navli .he_navad {
	line-height: 80px;
	color: #FFF;
	transition: all 0.36s;
	font-size: 16px;
	display: block;
	position: relative;
}

.he_navli .he_navad::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	opacity: 0;
	height: 2px;
	background: #004ABA;
	transition: all 0.36s;
}

.yxnav_active1 .he_navad::after {
	width: 100%;
	opacity: 1;
}

.he_navli {
	margin: 0 36px;
}

.he_navny {
	padding-right: 40px;
}

.he_down {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background: #FFF;
	text-align: center;
	padding: 28px 0;
	border-top: 1px solid #e7ecf1;
	display: none;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}

.he_downul {
	display: inline-block;
}

.he_downli a {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	transition: all 0.36s;
}

.he_downli {
	margin: 0 40px;
}

.yxnav_active2 a {
	color: #46289f;
}

.ys_hd_pc.act {
	background: #FFF;
}

.ys_hd_pc.act .he_logo .he_img {
	opacity: 1;
}

.ys_hd_pc.act .he_logo .he_img1 {
	opacity: 0;
}

.ys_hd_pc.act .he_navli .he_navad {
	color: #333333;
}

.ys_hd_pc.act .he_serad span {
	color: #696969;
}


.ys_hd_pc.on {
	background: #FFF;
}

.ys_hd_pc.on .he_logo .he_img {
	opacity: 1;
}

.ys_hd_pc.on .he_logo .he_img1 {
	opacity: 0;
}

.ys_hd_pc.on .he_navli .he_navad {
	color: #333333;
}

.ys_hd_pc.on .he_serad span {
	color: #696969;
}




.he_headxn .ys_hd_pc {
	background: #FFF;
}

.he_headxn .ys_hd_pc .he_logo .he_img {
	opacity: 1;
}

.he_headxn .ys_hd_pc .he_logo .he_img1 {
	opacity: 0;
}

.he_headxn .ys_hd_pc .he_navli .he_navad {
	color: #333333;
}

.he_headxn .ys_hd_pc .he_serad span {
	color: #696969;
}


.mc_search_xl {
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	height: 220px;
	border-top: 1px solid #dfdede;
	z-index: 99;
	background: #FFF;
	display: none;
	transition: top 0.36s;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}

.mc_pos_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* width: 690px; */
}

.mc_scm_form {
	width: 690px;
}

.mc_msc_box {
	font-size: 0;
	padding: 8px;
	border-bottom: 1px solid #dfdede;
}

.mc_msc_input {
	width: calc(100% - 30px);
	height: 26px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding: 3px 0;
	padding-right: 12px;
}

.mc_msc_submit {
	font-size: 26px;
	color: #666666;
	width: 30px;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.mc_msc_submit img {
	width: 100%;
}


.he_tith1 {
	font-size: 60px;
	line-height: 1.5;
	color: #FFF;
}

.he_tith2 {
	font-size: 48px;
	line-height: 1.5;
	color: #FFF;
}

.he_tith3 {
	font-size: 40px;
	line-height: 1.5;
	color: #FFF;
}

.he_tith4 {
	font-size: 30px;
	line-height: 1.5;
	color: #FFF;
}

.he_tith5 {
	font-size: 24 px;
	line-height: 1.5;
	color: #FFF;
}

.he_bant1 p {
	font-size: 42px;
	line-height: 1.75;
	color: #FFF;
	font-weight: bold;
}

.he_bant2 p {
	font-size: 80px;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.6);
	font-weight: bold;
}

.he_puclmo {
	width: 180px;
}

.he_puclmo a {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}

.he_puclkri {
	width: 12px;
	/* line-height: 54px; */
}

.he_puclkri img {
	width: 100%;
}

.he_puclkle p {
	font-size: 14px;
	color: #FFF;
	transition: all 0.6s;
}

.he_puclkle {
	width: 100%;
}

.he_puclkri span {
	font-size: 12px;
	color: #FFF;
	transition: all 0.6s;
}

.he_bamo {
	margin-top: 100px;
}

.ys_hd_pc.act {
	box-shadow: 0px 9px 27px 0px rgba(185, 192, 241, 0.15);
}

.he_banext {
	width: 100%;
	position: relative;
}

.he_banext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.he_banrx {
	width: 120px;
	background-image: url(../img/ban_ico01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 30px;
	transform: scaleY(-1);
	position: relative;
}

.he_banrxic {
	width: 16px;
	position: absolute;
	top: 3px;
	left: 50%;
	transform: scaleY(-1) translateX(-50%);
}

.he_banrxic img {
	width: 100%;
	animation: xl 1.2s infinite;
}

@keyframes xl {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(3px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes xl1 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}


.he_contny {
	width: 100%;
}

.he_syp1 {
	width: 100%;
	position: relative;
	background: #FFF;
	padding-top: 110px;
}

.he_syp1bx {
	width: 100%;
	position: relative;
}

.he_syp1tp {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.he_syp1tle {
	width: calc(100% - 530px);
	padding-left: 50px;
	position: relative;
	z-index: 1;
}

.he_syp1tri {
	width: 530px;
	margin-bottom: 24px;
}

.he_syp1tle .he_bant2 p span {
	color: #004ABA;
}

.he_syp1tle .he_bant2 p {
	color: #333333;
}

.he_syp1tio p {
	font-size: 18px;
	line-height: 1.75;
	color: #666666;
}

.he_syp1tmo .he_puclmo .he_puclln {
	border-color: #004ABA;
}

.he_syp1tmo .he_puclkle p {
	color: #004ABA;
}

.he_syp1tmo .he_puclkri span {
	color: #004ABA;
}

.he_syp1tmo {
	margin-top: 39px;
}

.he_syp1ln {
	width: 100%;
	position: relative;
	margin-top: 80px;
	z-index: 1;
}

.he_syp1lul {
	width: 100%;
}

/* .he_syp1lig {
    height: 716px;
} */

.he_syp1lig {
	width: 100%;
}

.he_syp1lig img {
	width: 100vw;
	max-width: none;
}

.he_syp1txt p {
	font-family: "Montserrat-Bold";
	font-size: 80px;
	color: #F9F9FA;

}

.he_syp1txt {
	position: absolute;
	top: 148px;
	left: -20%;
	transform: rotate(90deg);
	z-index: -1;
}

.he_swiperbt {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 30%;
	background: #FFF;
	text-align: right;
	height: 80px;
	z-index: 1;
	border-radius: 0 10px 0 0;
}

.he_swiperuc {
	width: 160px;
	position: relative;
	height: 100%;
	display: inline-block;
	border-radius: 0 5px 0 5px;
	overflow: hidden;
}

.he_swiperuc .swiper-button-prev,
.he_swiperuc .swiper-button-next {
	width: 50%;
	height: 100%;
	background: #46289f;
	transition: all 0.36s;
	top: 0;
	margin-top: 0;
	transition: all 0.36s;
}

.he_swiperuc .swiper-button-prev {
	left: 0;
}

.he_swiperuc .swiper-button-next {
	right: 0;
}

.he_swiperuc .swiper-button-prev::after {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.he_swiperuc .swiper-button-next::after {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.he_syp1lig {
	background-size: cover !important;
}

.he_syp1lli .he_syp1lig {
	/* opacity: 0; */
	width: 100%;
}

.he_syp1lli.swiper-slide-active {
	position: relative;
	z-index: 1000 !important;
}

.he_syp1lli.slick-current .he_syp1lig {
	/* opacity: 1 !important; */
	will-change: transform;
	-webkit-animation: swiperHome 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: swiperHome 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}


@-webkit-keyframes swiperHome {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes swiperHome {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

/* @-webkit-keyframes swiperHome {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swiperHome {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
} */

.he_syp1lig1 {
	background: lawngreen !important;
}

.he_syp1lig2 {
	background: red !important;
}

.he_syp1lig3 {
	background: blue !important;
}

.he_syp2 {
	width: 100%;
	position: relative;
	padding: 80px 0;
	background: #FFF;
	z-index: 10;
}

.he_syp2nt {
	width: 100%;
	position: relative;
	padding-left: 11%;
}

.he_syp2nyp {
	width: 42%;
}

.he_syp2nyl1 h2 {
	color: #333333;
	font-weight: bold;
}

.he_syp2zs {
	width: 484px;
	position: absolute;
	top: 0px;
	left: 0;
}

.he_syp2zs img {
	width: 100%;
}

.he_syp2nyl2 p {
	font-size: 18px;
	line-height: 1.75;
	color: #666666;
}

.he_syp2nyl2 {
	margin-top: 28px;
}

.he_syp2nui {
	width: 100%;
	margin-top: 70px;
}

.ys_flex6_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ys_flex6_li {
	width: 25%;
}

.he_syp2ic {
	width: 76px;
	position: relative;
}

.he_syp2dx p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
}

.he_syp2dx p span {
	font-size: 60px;
	line-height: 1.2;
	color: #004ABA;
	font-family: "Montserrat-Bold";
	vertical-align: sub;
	padding-right: 10px;
}

.he_syp3 {
	width: 100%;
	position: relative;
	background: #fbf9ff;
	padding-top: 100px;
}

.he_syp1lig {
	overflow: hidden;
}

.he_syp1lig video {
	width: 100vw;
	height: 100%;
	object-fit: cover;
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}


.he_syp3zs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.he_syp1arr {
	width: 120px;
	background-image: url(../img/ban_ico01.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 40px;
	transform: scaleY(1);
}

.he_syp1arr .he_banrxic {
	transform: scaleY(1) translateX(-50%);
}

.he_syp3sh {
	width: 100%;
	position: relative;
	padding: 0 11%;
}

.he_syp3hkc {
	width: 100%;
	position: relative;
}

.he_syp3hkle p {
	font-size: 60px;
	line-height: 1.5;
	color: #1a25ab;
	font-family: "Montserrat-Bold";
}

.he_syp3hkri p {
	font-size: 18px;
	line-height: 1.75;
	color: #333333;
}

.he_syp3hkle {
	width: 180px;
}

.he_syp3hkri {
	width: calc(100% - 180px);
	margin-top: 18px;
}

.he_syp3hul {
	width: 56%;
	margin-top: 20px;
}

.he_syp3hli {
	display: none;
}

.he_syp3hli:first-child {
	display: block;
}

.he_syp3yc {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.he_syp3yswp {
	min-width: 2500px !important;
	position: relative;
}

.he_syp3ybk {
	width: 100%;
}

.he_syp3ybk img {
	width: 100%;
}

.he_syp3dotst p {
	font-size: 18px;
	line-height: 1.5;
	color: #1a25ab;
	font-family: "Montserrat-Bold";
	text-align: center;
}

.he_syp3dotli {
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.he_syp3dotli1 {
	bottom: 39%;
	left: 11%;
}

.he_syp3dotli2 {
	bottom: 24%;
	left: 16%;
}

.he_syp3dotli3 {
	bottom: 26%;
	left: 21%;
}

.he_syp3dotli4 {
	bottom: 36%;
	left: 27%;
}

.he_syp3dotli5 {
	bottom: 49%;
	left: 32.5%;
}

.he_syp3dotli6 {
	bottom: 65%;
	left: 37.5%;
}

.he_syp3dotli7 {
	bottom: 74%;
	left: 44%;
}

.he_syp3dotli8 {
	bottom: 54%;
	left: 52%;
}

.he_syp3dotli9 {
	bottom: 57%;
	left: 59%;
}

.he_syp3dotli10 {
	bottom: 69%;
	left: 63%;
}

.he_syp3dotli11 {
	bottom: 48%;
	left: 69%;
}

.he_syp3dotli12 {
	bottom: 60%;
	left: 75%;
}

.he_syp3dotli13 {
	bottom: 50%;
	left: 82%;
}


.he_syp3doji {
	width: 62px;
	position: relative;
}

.he_syp3doig {
	width: 100%;
	border: 1px solid #644baf;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.36s;
}

.he_syp3doig img {
	width: 100%;
	border-radius: 50%
}

.he_syp3dotst {
	margin-top: 8px;
}

.he_syp3doji::after {
	content: '';
	position: absolute;
	top: 66%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(26, 37, 171, 0.18);
	transition: all 0.36s;
}

.he_syp3doji::before {
	content: '';
	position: absolute;
	top: 66%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(26, 37, 171, 0.07);
	transition: all 0.36s;
}

.he_syp3dotli.act .he_syp3doig {
	opacity: 1;
}

.he_syp3dotli.act .he_syp3doji::before {
	opacity: 0;
}

.he_syp3dotli.act .he_syp3doji::after {
	opacity: 0;
}

.he_syp4 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_syp4ny {
	width: 100%;
	position: relative;
}

.he_syp4ti h2 {
	color: #333333;
	font-weight: bold;
}

.he_syp4ti {
	margin-bottom: 40px;
}

.he_syp4tui {
	width: 100%;
	position: relative;
}

.he_syp4tjk {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.he_syp4tle {
	width: 40%;
	position: relative;
	z-index: 2;
	height: 100%;
}

.he_syp4tri {
	width: 60%;
	position: relative;
}

.he_syp4tletu {
	width: 100%;
	height: 100%;
}

.he_syp4tletu img {
	width: 100%;
	border-radius: 5px 0 0 5px;
	height: 100%;
	object-fit: cover;
}

.he_syp4tlete {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 50%;
	height: 50%;
}

.he_syp4thb {
	width: 100%;
	background: #ffffff;
	position: relative;
	height: 100%;
}

.he_syp4thb a {
	width: 100%;
	display: block;
	height: 100%;
	padding: 48px;
}

.he_syp4thb::after {
	content: '';
	position: absolute;
	top: -14px;
	left: 34px;
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #FFF;
}

.he_syp4tik p {
	font-size: 14px;
	line-height: 1.5;
	color: #0052A1;
	font-family: "Montserrat-Bold";
	position: relative;
	padding-bottom: 15px;
}

.he_syp4tik p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 46px;
	height: 2px;
	background: #0052A1;
}

.he_syp4txv {
	display: flex;
	align-items: flex-start;
}

.he_syp4tiix {
	margin-top: 3px;
	margin-left: 22px;
}

.he_syp4tiix p {
	font-size: 14px;
	line-height: 1.75;
	color: #FFF;
	background: #0052A1;
	border-radius: 5px;
	padding: 0 11px;
}

.he_syp4tnwti p {
	font-size: 28px;
	line-height: 1.5;
	color: #0052A1;
	font-weight: bold;
	height: 4.5em;
	overflow: hidden;
}

.he_syp4tnwti {
	margin-top: 12px;
}

.he_syp4moe .he_puclkle p {
	color: #0052A1;
	line-height: 30px;
}

.he_syp4moe .he_puclkle {
	padding-right: 5px;
}

.he_syp4moe .he_puclkri {
	line-height: 30px;
}

.he_syp4moe .he_puclkri span {
	color: #0052A1;
	font-weight: bold;
}

.he_syp4moe {
	display: inline-block;
	margin-top: 40px;
}

.he_syp4trgx {
	width: 100%;
	position: relative;
	display: flex;
	align-items: stretch;
	height: 100%;
	flex-direction: row-reverse;
}

.he_syp4trgx {
	width: 66.666666%;
}

.he_syp4trtp {
	width: 100%;
	position: relative;
	height: 50%;
	overflow: hidden;
}

.he_syp4trdb {
	height: 50%;
}

.he_syp4trgle {
	width: 50%;
	background: #0052A1;
}

.he_syp4trgri {
	width: 50%;
}

.he_syp4trgri img {
	width: 100%;
}

.he_syp4trgle .he_syp4thb {
	background: transparent;
	height: 100%;
}

.he_syp4trgle .he_syp4thb a {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 56px;
}

.he_syp4trgle .he_syp4tik p {
	color: #FFF;
}

.he_syp4trgle .he_syp4tik p::after {
	background: #FFF;
}

.he_syp4trgle .he_syp4tiix p {
	color: #0052A1;
	background: #FFF;
}

.he_syp4trgle .he_syp4tnwti p {
	font-size: 18px;
	color: #FFF;
}

.he_syp4trgle .he_puclkle p {
	color: #FFF;
}

.he_syp4trgle .he_puclkri span {
	color: #FFF;
}

.he_syp4trgle .he_syp4moe {
	margin-top: 90px;
}

.he_syp4trgle .he_syp4thb::after {
	top: 76px;
	right: -20px;
	left: inherit;
	width: 0;
	height: 0;
	border-left: 10px solid #0052A1;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}

.he_syp4tgf {
	width: 33.333333%;
	height: 50%;
	background: #fbf9ff;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 50px;
	display: flex;
	align-items: center;
}

.he_syp4tgti p {
	font-size: 24px;
	line-height: 1.5;
	color: #0052A1;
	font-weight: bold;
}

.he_syp4tgsle {
	width: 6px;
}

.he_syp4tgsle img {
	width: 100%;
}

.he_syp4tgsri {
	width: calc(100% - 6px);
	padding-left: 14px;
}

.he_syp4tgsri p {
	color: rgb(0 82 161 / 50%);
	font-size: 14px;
	line-height: 1.75;
}

.he_syp4tgs {
	border-bottom: 1px solid rgb(0 82 161 / 50%);
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.he_syp4tgu {
	display: inline-block;
	margin-top: 5px;
}

.he_syp4tgli {
	margin-bottom: 60px;
}

.he_syp4tgli:last-child {
	margin-bottom: 20px;
}

.he_syp5 {
	width: 100%;
	position: relative;
	padding: 110px 0 90px;
}

.he_syp5nmo {
	margin-top: 40px;
}

.ys_footer {
	background: #FFF;
	padding-top: 100px;
	border-top: 4px solid #004ABA;
	position: relative;
	z-index: 10;
}

.he_foot {
	width: 100%;
	position: relative;
}

.he_fookx {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.he_footle {
	width: 30%;
}

.he_footri {
	width: 70%;
}

.he_folo {
	width: 246px;
}

.he_folo a {
	width: 100%;
	display: block;
}

.he_folo img {
	width: 100%;
}

.he_folpho {
	width: 100%;
	margin-bottom: 15px;
}

.he_folphohy {
	width: 100%;
	padding-left: 0;
	margin-top: 52px;
}

.he_folphle {
	width: 20px;
}

.he_folphle img {
	width: 100%;
}

.he_folphri {
	width: calc(100% - 20px);
	padding-left: 11px;
	position: relative;
	padding-right: 12px;
}

/* .he_folphri::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 0%;
  height: 1px;
  background: #4729a0;
  transition: all 0.36s;
  opacity: 0;
} */

.he_folphri p {
	font-size: 16px;
	color: #004ABA;
	line-height: 1.75;
}

.he_folpho a {
	display: inline-block;
}

.he_folphmo .he_puclmo a {
	border: 1px solid #0052A1;
	background: #0052A1;
}

.he_folphmo {
	margin-top: 50px;
}

.he_fonavda a {
	font-size: 18px;
	line-height: 1.75;
	color: #004ABA;
	font-weight: bold;
}

.he_fonavda {
	margin-bottom: 24px;
}

.he_fonavtv a {
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	transition: all 0.36s;
}

.he_fonavtv {
	margin-bottom: 16px;
}

.he_fonavli {
	width: 25%;
	/* margin-left: 100px; */
}

.he_fobscic {
	position: relative;
	display: flex;
	width: 100%;
	height: 25px;
}

.he_fobscic img {
	transition: all 0.36s;
}

.he_fobscic .he_img1 {
	opacity: 0;
}




.he_fobsli {
	position: relative;
	cursor: pointer;
	margin-right: 15px;
}

.he_fobscod {
	width: 100px;
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.he_fobscod img {
	width: 100%;
}

.he_fobsli.on .he_fobscod {
	display: none !important;
}

.he_fobshr {
	width: 100%;
	padding-top: 10px;
}

.he_fotbaq {
	width: 100%;
	border-top: 1px solid #e8e8e8;
	margin-top: 36px;
	padding: 20px 0;
	text-align: center;
}

.he_fotbahc p {
	font-size: 14px;
	line-height: 1.5;
	color: #999999;
}

.he_fotbahc p a {
	color: #999999;
}

.he_fotdig {
	width: 66px;
	position: absolute;
	bottom: 200px;
	right: 50px;
	cursor: pointer;
}

.he_fotdig img {
	width: 100%;
}

.he_folphmo .he_puclmo {
	width: 170px;
}

.he_folphmo .he_puclkle p {
	font-size: 14px;
	line-height: 45px;
}

.he_folphmo .he_puclkri {
	line-height: 45px;
}

.he_syp4tle .he_syp4thb {
	box-shadow: 0px 4px 8px 0px rgba(185, 192, 241, 0.15);
}

.ys_ban_li.slick-active .ys_ban_imgbox img {
	animation: mymove4 8s ease;
	-webkit-animation: mymove4 8s ease;
	animation-iteration-count: 1;
}

@-webkit-keyframes mymove4 {
	from {
		transform: scale(1.3);
	}

	to {
		transform: scale(1);
	}
}

.he_bandits {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 6.5%;
	z-index: 10;
}

.he_bandili {
	cursor: pointer;
	margin: 30px 0;
	display: flex;
	align-items: center;
	text-align: right;
	width: 100%;
}

.he_bandili svg {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.he_bandili p {
	width: calc(100% - 30px);
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.4);
	transition: all 0.36s;
	padding-right: 15px;
}

.he_bandili.act p {
	color: #FFF;
}

.he_bandili svg .circle {
	fill: #FFF;
	transition: all 0.56s;
}


.he_bandili.act svg .circle {
	opacity: 0;
}

.he_bandili svg .wrapper {
	transition: all 0.56s;
	transform: scale(0);
	transform-origin: 50% 50%;
}

.he_bandili.act svg .wrapper {
	transform: scale(1);
}

.he_bandili .background {
	transform-origin: 15px 15px;
	stroke: #FFF;
	-webkit-transition: stroke .2s linear;
	transition: stroke .2s linear;
}

.he_bandili .foreground {
	transform-origin: 15px 15px;
	stroke-dasharray: 87.9646px, 87.9646px;
	transform: rotate(-90deg);
	stroke: #FFF;
}

.he_bandili circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.he_bandili.act .foreground {
	animation: stroke 6.1s linear 0.2s;
}

@keyframes stroke {
	0% {
		stroke-dasharray: 0, 87.9646px;
	}

	100% {
		stroke-dasharray: 87.9646px, 87.9646px;
	}
}

.he_svgdonx {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1920px;
	max-height: 940px;
	height: 100%;
	z-index: 100;
	pointer-events: none;
}

.he_svgdonx .circle {
	transition: all 0.56s ease-in;
}

.he_svgdonx .cursor {
	transition: all 0.36s 0.6s;
}

.he_svgdonx .cursor-circle {
	transition: transform 0.36s ease-in-out;
	transform: scale(0);
	opacity: 0;
}

.he_svgdonx.on1 .cursor-circle {
	transform: scale(1);
	opacity: 1;
}

.he_svgdonx.act .cursor-circle {
	transform: scale(0);
	transition: all 0.16s;
}

.he_svgdonx .dotted-circle2 {
	transition: all 0s;
}

.he_svgdonx.act .dotted-circle2 {
	r: 1260px;
	transition: all 2.4s cubic-bezier(.77, 0, .175, 1);
}

.he_letter {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: -1;
	opacity: 0;
}

.he_puclmo.on .he_letter {
	opacity: 1;
}


.he_banner {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.he_banner img {
	width: 100%;
}

.he_b3p1 {
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
	z-index: 10;
}

.he_b3p1ym {
	width: 100%;
	position: relative;
}

.he_b3p1yile {
	width: 26px;
}

.he_b3p1yile img {
	width: 100%;
}

.he_b3p1yiri {
	width: calc(100% - 26px);
	padding-left: 18px;
}

.he_b3p1yiri p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFF;
}

.he_b3p1yic {
	display: flex;
	align-items: center;
}

.he_b3p1yikl a {
	font-size: 64px;
	line-height: 1.3;
	color: #FFF;
	font-family: "Montserrat-Bold";
}

.he_b3p1yijx p {
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
}

.he_b3p1yijx {
	margin-top: 10px;
}

.he_b3p2 {
	width: 100%;
	position: relative;
	padding: 90px 0;
}

.he_b3ym {
	background: #FAFAFA;
}

.he_b3p2ny {
	width: 100%;
	position: relative;
}

.he_b3p2nli {
	width: 50%;
	padding: 0 18px;
}

.he_b3p2nul {
	margin: 0 -18px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.he_b3p2njx {
	width: 100%;
	position: relative;
}

.he_b3p2nig {
	width: 100%;
	position: relative;
}

.he_b3p2nig img {
	border-radius: 20px;
}

.he_b3p2nizx {
	padding: 15px;
	margin-top: 15px;
	background-color: #004ABA;
	border-radius: 0 0 10px 10px;
}

.he_b3p2nxt p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	color: #FFF;
	overflow: hidden;
}

.he_b3p2nxale {
	width: 16px;
}

.he_b3p2nxale img {
	width: 100%;
}

.he_b3p2nxari {
	width: calc(100% - 16px);
	padding-left: 13px;
}

.he_b3p2nxari p {
	font-size: 16px;
	line-height: 1.75;
	color: #FFF;
}

.he_b3p2nxari p a {
	margin-left: 15px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

.he_b3p2nxli {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.he_c0p1 {
	width: 100%;
	margin-top: 80px;
	position: relative;
	z-index: 10;
}

.he_c0p1ble {
	width: 53.1%;
	position: relative;
	z-index: 2;
}

.he_c0p1ble img,
.he_c0p1bri img {
	width: 100%;
}

.he_c0p1bri {
	width: 63.9%;
	position: absolute;
	top: 0;
	right: 0;
}

.he_c0p1dt {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.he_c0p1dt img {
	width: 100%;
}

.he_c0p1bx {
	width: 100%;
	position: relative;
	z-index: 10;
}

.he_c0p1ny {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.he_c0p1no {
	width: 100%;
	position: relative;
	padding: 155px 0;
	display: flex;
	justify-content: space-between;
}

.he_c0p1sc {
	width: 300px;
	position: relative;
}

.he_c0p1sp p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFF;
}

.he_c0p1sp {
	text-align: center;
	margin-top: 33px;
}

.he_c0p1smo {
	margin-top: 60px;
}

.he_c0p1smo .he_puclmo {
	width: 140px;
	margin: 0 auto;
}

.he_c0p1smo .he_puclkle p {
	line-height: 44px;
}

.he_c0p1smo .he_puclkri {
	line-height: 44px;
}

.he_banph {
	display: none;
}

.he_d2p1ny {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.he_d2p1nle h1 {
	font-weight: bold;
}

.he_d2p1nle {
	width: 100%;
}

.he_d2p1nri {
	width: 420px;
}

.he_d2p1nkle {
	width: 142px;
}

.he_d2p1nkri {
	width: calc(100% - 142px);
	padding-left: 16px;
}

.he_d2p1nkibp {
	width: 100%;
}

.he_d2p1nkibp .ys_select_hd {
	background: #FFF;
	border-radius: 6px;
	padding: 0 18px;
	height: 46px;
}

.he_d2p1nkibp .ys_select_xtbbox {
	width: 16px;
	right: 18px;
}

.he_d2p1nkibp .ys_select_xtbbox img {
	width: 100%;
}

.he_select_bd {
	max-height: 100px;
}

.ys_select_li {
	padding: 0 18px;
	margin: 10px 0;
}

.he_d2p1nkibp .ys_select_bd {
	border-radius: 6px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}

.ys_select_hd input {
	color: #8484AA;
}

.ys_select_hd input::-webkit-input-placeholder {
	color: #8484AA;
}

.ys_select_hd input:-moz-placeholder {
	color: #8484AA;
}

.ys_select_hd input::-moz-placeholder {
	color: #8484AA;
}

.ys_select_hd input:-ms-input-placeholder {
	color: #8484AA;
}

.he_d2p1nipm {
	width: 100%;
	position: relative;
}

.he_d2p1nipm {
	width: 100%;
	height: 46px;
	background: #FFF;
	border-radius: 6px;
}

.he_d2p1nipm input {
	width: 100%;
	height: 100%;
	padding: 0 22px;
	font-size: 14px;
	color: #8484AA;
	padding-right: 50px;
}

.he_d2p1nipm input {
	color: #8484AA;
}

.he_d2p1nipm input::-webkit-input-placeholder {
	color: #8484AA;
}

.he_d2p1nipm input:-moz-placeholder {
	color: #8484AA;
}

.he_d2p1nipm input::-moz-placeholder {
	color: #8484AA;
}

.he_d2p1nipm input:-ms-input-placeholder {
	color: #8484AA;
}

.he_d2p1nipm img {
	width: 26px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
	cursor: pointer;
}

.he_b3p2 {
	width: 100%;
	position: relative;
}

.he_d1p2 {
	width: 100%;
	position: relative;
	padding: 90px 0;
}

.he_d1p2li {
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 70px;
}

.he_d1p2ul {
	margin: 0 -12px;
}

.he_d1p2up {
	width: 100%;
	position: relative;
}

.he_d1p2ig {
	width: 100%;
	position: relative;
}

.he_d1p2ig img {
	border-radius: 20px;
}

.he_d1p2te {
	width: 100%;
	position: relative;
	margin-top: 26px;
}

.he_d1p2tepo p {
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
	color: #333333;
	transition: all 0.36s;
}

.he_d1p2tekx p {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	font-family: "MontserratRegular";
}

.he_d1p2tekx {
	margin-bottom: 12px;
}

.pc_fenye .prev li {
	border: 1px solid rgba(170, 170, 170, 1);
}

.pc_fenye .next li {
	border: 1px solid rgba(170, 170, 170, 1);
}


.pc_fenye li {
	width: 36px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	margin: 0px 3px;
}

.pc_fenye li.activepage {
	color: #333333;
	background: rgba(249, 247, 251, 1);
}

.he_d1ym .ys_main {
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_d2p1 {
	width: 100%;
	margin-top: 80px;
	background: #F8F8F9;
	padding: 70px 0 75px;
}

.he_con940 {
	width: 940px;
	margin: 0 auto;
}

.he_d2p1ny {
	width: 100%;
	position: relative;
}

.he_d2p1ti h1 {
	font-size: 40px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}

.he_d2p1tp p {
	font-size: 16px;
	line-height: 1.5;
	color: #ADADAD;
}

.he_d2p1tp {
	margin-top: 20px;
}

.he_d2p2 {
	width: 100%;
	position: relative;
	padding: 70px 0 100px;
}

.he_d2p2yu {
	width: 100%;
	position: relative;
}

.he_d2p2yuri {
	width: 250px;
}

.he_d2p2yule {
	width: calc(100% - 250px);
	padding-right: 80px;
}

.he_d2p2yux {
	width: 100%;
	position: relative;
}

.he_d2p2yux p {
	font-size: 14px;
	line-height: 1.75;
	color: #666;
	text-align: justify;
}

.he_d2p2kb {
	width: 100%;
	padding-top: 27px;
}

.he_d2p2knle p {
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}

.he_d2p2knle {
	padding-right: 16px;
}

.he_d2p2kn {
	display: flex;
	justify-content: center;
	position: relative;
}

.he_d2p2kn::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 1px;
	width: 100%;
	background: #D5D7DC;
}

.he_d2p2knk {
	display: flex;
	align-items: center;
	background: rgb(252, 252, 252);
	padding: 0 38px;
	position: relative;
	z-index: 10;
}

.ys_sharebox {
	margin: 0 14px;
}

.he_d2p2sw {
	width: 100%;
	position: relative;
	margin-top: 55px;
}

.he_d2p2sli p {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	height: 1.5em;
	overflow: hidden;
}

.he_d2p2sle p {
	color: #666666;
}

.he_d2p2sri p {
	transition: all 0.36s;
}

.he_d2p2sle {
	width: 64px;
}

.he_d2p2sri {
	width: calc(100% - 64px);
}

.he_d2p2sli a {
	display: inline-block;
}

.he_d2p2sli {
	margin-bottom: 17px;
}

.he_d2ym .ys_main {
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
	background: rgb(252, 252, 252);
}

.he_d2p2yti h2 {
	color: #000000;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
}

.he_d2p2ygti p {
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	transition: all 0.36s;
}

.he_d2p2ygtm p {
	font-size: 14px;
	line-height: 1.5;
	color: #848484;
}

.he_d2p2ygtm {
	margin-top: 10px;
}

.he_d2p2ygli {
	border-top: 1px solid #E3DDDD;
}

.he_d2p2ygli:last-child {
	border-bottom: 1px solid #E3DDDD;
}

.he_d2p2ygli a {
	display: block;
	width: 100%;
	padding: 22px 0;
}

.he_d2p2ygul {
	margin-top: 22px;
}

.he_f1p1 {
	width: 100%;
	margin-top: 170px;
	position: relative;
	z-index: 1;
}

.he_f1p2 {
	width: 100%;
	position: relative;
	padding-bottom: 40px;
	z-index: 2;
}

.he_f1p2::after {
	content: '';
	position: absolute;
	top: 288px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5C42AD;
	z-index: -1;
	display: block;
}

.he_f1ym .he_head {
	border-bottom: 1px solid #D5D7DC;
}

.he_f1p1n {
	width: 100%;
	position: relative;
}


.he_f1p1nti h1 {
	color: #483382;
	text-align: center;
	font-weight: bold;
}

.he_f1p1jk p {
	font-size: 18px;
	line-height: 2;
	color: #666666;
}

.he_f1p1jk {
	margin-top: 32px;
}

.he_f1p1xa {
	width: 100%;
	position: relative;
	padding-top: 55px;
}

.he_f1p1p1 {
	width: 100%;
	position: relative;
}

.he_f1p1p1li {
	width: 50%;
	padding: 0 21px;
}

.he_f1p1p1ul {
	margin: 0 -21px;
}

.he_f1p1p1bx {
	width: 100%;
	position: relative;
}

.he_f1p1p1ig {
	width: 100%;
	position: relative;
}

.he_f1p1p1ig img {
	border-radius: 10px;
}

.he_f1p1p1te {
	width: 100%;
	position: relative;
	margin-top: 27px;
}

.he_f1p1p1jx p {
	line-height: 1.5;
	height: 1.5em;
	overflow: hidden;
}

.he_pulc32 {
	font-size: 32px;
	color: #FFFFFF;
}

.he_f1p1p1cx p {
	font-size: 16px;
	line-height: 1.75;
	color: #FFF;
	height: 3.5em;
	overflow: hidden;
}

.he_f1p1p1cx {
	padding-right: 40px;
	margin-top: 15px;
}

.he_f1p1p1mo .he_puclmo {
	margin: 0;
}

.he_f1p1p1mo .he_c0p1smo {
	margin-top: 22px;
}

.he_f1p2uyb {
	width: 100%;
	position: relative;
	margin-top: 70px;
}



.he_f1p2lkle,
.he_f1p2lkri {
	width: 50%;
	position: relative;
}

.he_f1p2lkle img {
	border-radius: 10px 0 0 10px;
}

.he_f1p2lkri {
	background: #472AA1;
	border-radius: 0 10px 10px 0;
}

.he_f1p2lkkb {
	width: 100%;
	height: 100%;
	padding: 62px 57px;
}

.he_f1p1p1mo .he_puclmo {
	border: 1px solid #FFF;
	transition: all 0.36s;
	border-radius: 5px;
	padding: 0 30px;

}

.he_f1p2li a {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	background: #472AA1;
	border-radius: 10px;
	overflow: hidden;
}

.he_f1p2li .he_f1p1p1cx {
	padding-right: 0;
}

.he_f1p2lkkb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.he_f1p2lkr {
	width: 100%;
}

.he_f1p2li .he_f1p1p1mo .he_c0p1smo {
	margin-top: 100px;
}

.he_f1p2li {
	margin-bottom: 70px;
}

.he_f2ban {
	width: 100%;
	position: relative;
}

.he_f2bante {
	width: 100%;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}

.he_f2bante h1 {
	font-weight: bold;
}

.he_f2bante p {
	font-weight: bold;
}

.he_f2nav {
	width: 100%;
	background: #FFF;
	box-shadow: 0px 4px 11px -2px rgba(66, 90, 173, 0.11);
	position: relative;
	z-index: 10;
}

.he_f2nli a {
	font-size: 16px;
	line-height: 74px;
	color: #333333;
	transition: all 0.36s;
	position: relative;
	display: block;
}

.he_f2nli a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 2px;
	background: #004ABA;
	transition: all 0.36s;
	opacity: 0;
}

.he_f2nli {
	margin-right: 57px;
}

.he_f2nli:last-child {
	margin-right: 0;
}

.he_f2nli.yxedr_active2 a::after {
	opacity: 1;
	width: 100%;
}

.he_f2nli.yxedr_active2 a {
	color: #004ABA;
}

.he_f2p1np {
	width: 100%;
	position: relative;
}

.he_f2p1nple {
	width: 350px;
}

.he_f2p1npri {
	width: calc(100% - 350px);
	padding-left: 130px;
}

.he_f2p1 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: rgb(248, 249, 253);
}

.he_pluc34 {
	font-size: 34px;
	color: #333333;
	line-height: 1.5;
}

.he_f2p1nti {
	margin-bottom: 45px;
}

.he_f2p1nti p {
	font-weight: bold;
}

.he_f2p1ntri {
	width: 18px;
	position: relative;
}


.he_f2p1ntle {
	width: calc(100% - 18px);
	padding-right: 10px;
}

.he_f2p1ntle p {
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	height: 1.5em;
	overflow: hidden;
}

.he_f2p1ntp {
	width: 100%;
	display: flex;
	align-items: center;
}

.he_f2p1ntri img {
	transition: all 0.36s;
}

.he_f2p1ntri .he_img1 {
	opacity: 0;
}

.he_f2p1nli:first-child {
	border-top: 1px solid #D5D7DC;
}

.he_f2p1ntp {
	padding: 25px 10px;
	border-bottom: 1px solid #D5D7DC;
	cursor: pointer;
}

.he_f2p1ndb {
	border-bottom: 1px solid #D5D7DC;
	/* margin-top: 25px; */
	padding: 10px 28px;
	display: none;
}

.he_f2p1ndp a {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	transition: all 0.36s;
}

.he_f2p1ndp {
	padding: 10px 0;
}

.he_f2p1nli.on .he_f2p1ntri .he_img {
	opacity: 0;
}

.he_f2p1nli.on .he_f2p1ntri .he_img1 {
	opacity: 1;
}

.he_f2p1ndp.yxedr_active2 a {
	color: #1226AA;
}

.he_f2p1npjd {
	width: 100%;
	position: relative;
}

.he_f2p1nprli {
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 40px;
}

.he_f2p1nprul {
	margin: 0 -12px;
}

.he_f2p1npru {
	width: 100%;
	position: relative;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
}

.he_f2p1npte p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	height: 1.5em;
	overflow: hidden;
	padding: 0 10px;
	transition: all 0.36s;
}

.he_f2p1npte {
	margin-top: 14px;
}

.he_f2p1nprli a {
	display: block;
	width: 100%;
}

.he_f2fy {
	padding-top: 46px;
}

.he_f2ym .he_f2banig .he_banpc {
	width: 100%;
	height: 356px;
}

.he_f2ym .he_f2bante p {
	padding-left: 2em;
}

.he_e1ym .he_f2bante {
	text-align: center;
}

.he_e1ym .he_f2bante {
	top: 50%;
}

.he_e1p1 {
	width: 100%;
	position: relative;
	padding-top: 100px;
	padding-bottom: 110px;
}

.he_e1p1bl {
	width: 100%;
	position: relative;
}

.he_e1p1ti {
	text-align: center;
}

.he_e1p1ti p {
	color: #333333;
	font-weight: bold;
}

.he_e1p1bxd {
	width: 100%;
	position: relative;
	padding-top: 100px;
	/* display: flex;
    align-items: center; */
}

.he_e1p1bxri {
	width: 48%;
}

.he_e1p1bxri img {
	width: 100%;
}

.he_e1p1bxle {
	width: 52%;
	padding-right: 100px;
	margin-top: 15px;
}

.he_e1p1buc p {
	font-weight: bold;
	color: #333333;
}

.he_e1p1bjx p {
	font-size: 18px;
	line-height: 2;
	color: #666666;
	margin-bottom: 12px;
}

.he_e1p1buc {
	margin-bottom: 20px;
}

.he_e1p1cen {
	width: 100%;
	position: relative;
	padding: 110px 50px 0;
}

.he_e1p1cti {
	width: 100%;
	text-align: center;
}

.he_e1p1ctin {
	display: inline-block;
	position: relative;
	background: #004ABA;
	border-radius: 10px;
	padding: 46px 74px;
	z-index: 1;
}

.he_e1p1ctin p {
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}

.he_e1p1zs {
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 96%;
	height: 100%;
	background: rgb(0 74 186 / 20%);
	backdrop-filter: blur(31px);
	border-radius: 10px;
	z-index: 1;
}

.he_e1p1zs1 {
	content: '';
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 92%;
	height: 100%;
	background: rgb(0 74 186 / 20%);
	backdrop-filter: blur(31px);
	border-radius: 10px;
	z-index: -1;
}

.he_e1p1chx {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.he_e1p1ctin p span {
	padding-left: 30px;
}

.he_e1p1cli {
	width: 33.333333%;
	padding: 0 13px;
	height: 100%;
	margin-bottom: 10px;
}


.he_e1p1cul {
	margin: 0 -13px;
}

.he_e1p1ckd {
	width: 100%;
}

.he_e1p1cic {
	width: 70px;
	position: relative;
	margin: 0 auto;
}

.he_e1p1cyd {
	width: 100%;
	position: relative;
	background: #FFF;
	padding: 1.5em 44px;
	box-shadow: 0px 9px 50px -9px rgb(0 74 186 / 20%);
	border-radius: 10px;
	text-align: left;
	margin-top: 30px;
	height: 14em;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.he_e1p1cyd p {
	font-size: 16px;
	line-height: 2;
	color: #666666;
	max-height: 8em;
	text-align: justify;
	overflow: hidden;
}

.he_e1p1cyd p span {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #004ABA;
	text-align: justify;
	overflow: hidden;
}

.he_e1p1czs {
	width: 69%;
	position: relative;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.he_e1p1cpkd {
	width: 100%;
	position: relative;
}

.he_e1p1czs1 {
	width: 34.3%;
}

.he_e1p1czs1 img {
	width: 100%;
}

.he_e1p1czs2 {
	width: 10px;
}

.he_e1p1czs2 img {
	width: 100%;
}

.he_e1p1czs3 {
	width: 34.3%;
}

.he_e1p1czs3 img {
	width: 100%;
}

.he_e1p1bxd1 .he_e1p1bxri {
	float: left;
}

.he_e1p1bxd1 .he_e1p1bxle {
	float: right;
	padding-right: 0px;
	padding-left: 100px;
}

.he_e1p2 {
	width: 100%;
}

.he_e1p2 img {
	width: 100%;
}

.he_e1p3 {
	width: 100%;
	position: relative;
	padding: 80px;
	background-color: rgb(0 74 186 / 3%);
}

.he_e1ym .ys_main {
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_e1p3bn {
	width: 100%;
	position: relative;
}

.he_e1p3ti .he_e1p1buc {
	text-align: center;
}

.he_e1p3ti .he_e1p1buc {
	margin-bottom: 40px;
}

.he_e1p3kp {
	width: 100%;
	position: relative;
}

.he_e1p3kiv {
	width: 100%;
	position: relative;
	padding: 42px;
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
	box-shadow: 0px 4px 6px 1px rgba(213, 226, 245, 0.25);
	border-radius: 10px;
	transition: all 0.36s;
}

.he_e1p3kli {
	width: 16.666666%;
	padding: 0 14px;
	margin-bottom: 26px;
}

.he_e1p3kul {
	margin: 0 -14px;
}

.he_e1p3koic {
	width: 116px;
	margin: 0 auto;
	position: relative;
}

.he_e1p3koic img {
	transition: all 0.36s;
}

.he_e1p3koic .he_img1 {
	opacity: 0;
}

.he_e1p3kout p {
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
	transition: all 0.36s;
	text-align: center;
	height: 1.5em;
	overflow: hidden;
}

.he_e1p3kout {
	margin-top: 29px;
}

.he_c0p1ny .ys_cont1400 {
	height: 100%;
}

.he_c0p1ble img {
	transition: all 0.6s;
}

.he_c0p1bri img {
	transition: all 0.6s;
}

.he_c0p1bri.on img {
	transform: scale(1.01);
}

.he_c0p1ble.on img {
	transform: scale(1.01);
}

.he_b1banm {
	width: 100%;
	position: relative;
}

.he_b1batep1 h1 {
	font-weight: bold;
	color: #1226AA;
}

.he_b1batp {
	width: 100%;
	position: relative;
	z-index: 10;
}


.he_b1bate {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.he_b1batep2 p {
	font-family: "Montserrat-Bold";
	color: #D5D7DC;
	/* font-weight: bold; */
}

.he_b1batep2 {
	margin-top: 12px;
}

.he_b1bantgy {
	width: 100%;
}

.he_b1bantgy img {
	width: 100%;
}

.he_b1bantg {
	margin-top: -71px;
	position: relative;
}

.he_b1bantbt {
	width: 82px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}

.he_b1bantbt img {
	width: 100%;
}

.he_b1p1 {
	width: 100%;
	position: relative;
	padding: 120px 0;
}

.he_b1p1nk {
	width: 100%;
	position: relative;
}

.he_b1p1 {
	min-height: 100vh;
}

.he_b1p2 {
	width: 100%;
	min-height: 100vh;
}

.he_b1p1nti p {
	font-size: 90px;
	line-height: 1.3;
	color: #1226AA;
	text-align: center;
	font-family: "Montserrat-Bold";
}

.he_b1p1ntp p {
	line-height: 1.5;
	color: #333333;
	text-align: center;
}

.he_b1p1ujl {
	width: 100%;
	position: relative;
	margin-top: 150px;
}

.he_b1p1ul {
	display: flex;
	justify-content: space-between;
}

.he_b1p1lit1 p {
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}

.he_b1p1lit2 p {
	font-size: 72px;
	line-height: 1.5;
	color: #1226AA;
	font-family: "Montserrat-Bold";
}

.he_b1p1lit3 p {
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
}

.he_b1p1li {
	text-align: center;
}

.he_b1p3 {
	width: 100%;
	position: relative;
	padding: 240px 0 100px;
	min-height: 990px;
}

.he_b1p3tn {
	width: 100%;
	position: relative;
}

.he_b1p3tn p {
	font-size: 24px;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 75px;
}

.he_puck24 {
	font-size: 24px;
}

.he_b1p3tn p span {
	font-weight: bold;
	padding: 0 14px;
}

.he_b1p4 {
	width: 100%;
	position: relative;
	padding: 100px 0;
	min-height: 1330px;
}

.he_b1p4nm {
	width: 100%;
	position: relative;
}

.he_b1p4ti {
	margin-bottom: 50px;
}

.he_b1p4ti p {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.he_b1p4kli {
	width: 33.333333%;
	padding: 0 22px;
	margin-bottom: 40px;
}

.he_b1p4kul {
	margin: 0 -22px;
	display: flex;
	flex-wrap: wrap;
}

.he_b1p4kcv {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.he_b1p4kig {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.he_b1p4kig img {
	border-radius: 10px;
	transition: all 0.6s;
}

.he_b1p4kte p {
	font-size: 18px;
	line-height: 1.5;
	color: #C1AEFC;
	text-align: center;
}

.he_b1p4kte p span {
	color: #FFF;
}

.he_b1p4kte {
	margin-top: 32px;
}

.he_b1p4nk {
	width: 100%;
	position: relative;
	padding-top: 105px;
}

.he_b1p4nvc {
	margin-bottom: 30px;
}

.he_b1p4nvc p {
	font-size: 30px;
	font-family: "Montserrat-Bold";
	line-height: 1.5;
	color: #FFF;
	text-align: center;
}

.he_b1p4nvg p {
	font-size: 18px;
	line-height: 2;
	color: #FFF;
	margin-bottom: 24px;
	text-align: justify;
}

.he_b1p4nk .he_b1p4ti {
	margin-bottom: 31px;
}

.he_b1p5 {
	width: 100%;
	position: relative;
	padding: 100px 0;
	background: rgb(248, 249, 253);
}

.he_b1p5ny {
	width: 100%;
	position: relative;
}

.he_b1p5ti p {
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.he_b1p5ti {
	margin-bottom: 20px;
}

.he_b1p5dul .swiper-wrapper {
	padding: 30px 0px;
}

.he_b1p5dli {
	padding: 0 14px;
}



.he_b1p5dg {
	width: 100%;
	background: #FFF;
	padding: 34px 30px;
	min-height: 300px;
	display: flex;
	align-items: stretch;
	position: relative;
	box-shadow: 0px 4px 21px 0px rgba(213, 226, 245, 0.6);
	border-radius: 10px;
	overflow: hidden;
}

.he_b1p5dri {
	width: 163px;
}

.he_b1p5dri img {
	width: 100%;
}

.he_b1p5dle {
	width: calc(100% - 163px);
	padding-right: 15px;
	position: relative;
}

.he_b1p5yti p {
	font-size: 22px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	max-height: 3em;
	overflow: hidden;
}

.he_b1p5yti {
	margin-bottom: 18px;
}

.he_b1p5ytk p {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
	height: 4.8em;
	overflow: hidden;
}

.he_b1p5ylo {
	width: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.he_b1p5ylo img {
	width: 100%;
}

.he_b3p4le,
.he_b3p4ri {
	width: 42px;
	border-radius: 50%;
	cursor: pointer;
}

.he_b3p4le img,
.he_b3p4ri img {
	width: 100%;
	transition: all 0.36s;
	opacity: 0.6;
}



.he_b3p4le {
	margin-right: 19px;
}

.he_b3p3an {
	display: inline-block;
	margin-left: 14px;
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 10;
}

.he_b1p5dul .he_swefy {
	width: calc(100% - 154px) !important;
	position: absolute;
	bottom: 19px;
	left: 154px !important;
	/* transform: translateX(-50%) !important; */
	top: inherit !important;
	right: inherit !important;
	height: 2px !important;
}

.he_b1p5dul .swiper-pagination-progressbar-fill {
	background: #838C95 !important;
	border-radius: 3px;
	height: 4px !important;
	top: -1px !important;
}

.he_b1p5dul .swiper-pagination-progressbar {
	background: #fff !important;
}

.he_b1p5dul .swiper-container {
	padding-bottom: 50px;
}

.he_b2ym .he_b1batep1 h1 {
	color: #FFF;
}

.he_b2ym .he_b1batep2 p {
	color: #FFF;
	font-weight: bold;
}

.he_b2ym .he_b1bate {
	top: 42%;
}

.he_b2ym .he_b1batep2 {
	margin-top: 0px;
}

.he_b2ym .he_b1bantg {
	margin-top: -195px;
}

.he_b2p1 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_b2p1ny {
	width: 100%;
	position: relative;
}

.he_b2p1nle {
	width: 405px;
}

.he_b2p1nri {
	width: calc(100% - 405px);
	padding-left: 10%;
	position: relative;
}

.he_b2p1nti p {
	color: #333333;
	font-weight: bold;
}

.he_b2p1nti {
	margin-bottom: 110px;
}

.he_b2p1dhle p {
	font-size: 28px;
	line-height: 1.5;
	color: #B1B6D0;
	font-weight: bold;
	transition: all 0.36s;
	height: 1.5em;
	overflow: hidden;
}

.he_b2p1dli {
	width: 100%;
	position: relative;
	padding-bottom: 16px;
	cursor: pointer;
	margin-bottom: 40px;
}

.he_b2p1dlig {
	display: flex;
	align-items: center;
	position: relative;
}

.he_b2p1dli::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	border-radius: 5px;
	background: #1226AA;
	transition: all 0.36s;
	opacity: 0;
}

.he_b2p1dhri {
	margin-top: 5px;
	width: 21px;
	opacity: 0;
	transition: all 0.36s;
}

.he_b2p1dhle {
	padding-right: 10px;
}

.he_b2p1dhri img {
	width: 100%;
}

.he_b2p1dli.act::after {
	opacity: 1;
	width: 100%;
}

.he_b2p1dli.act .he_b2p1dhri {
	opacity: 1;
}

.he_b2p1dli.act .he_b2p1dhle p {
	color: #1226AA;
}

.he_b2p1dul {
	width: 210px;
}

.he_b2p1dhle {
	width: calc(100% - 21px);
}

.he_b2p1nrk {
	width: calc(100% + 260px);
	overflow: hidden;
}

.he_b2p1nrh {
	width: 718px;
}

.he_b2p1nrh .slick-list {
	overflow: visible;
}

.he_b2p1nkdc {
	width: 100%;
	padding: 0 25px;
	position: relative;
	display: none;
}

.he_b2p1nkdc:first-child {
	display: block;
}

.he_b2p1nkdc img {
	width: 100%;
	border-radius: 10px;
}

.he_b2p1nkdge {
	width: 100%;
	position: relative;
}

.he_b2p1fd {
	width: 590px;
	position: absolute;
	bottom: -170px;
	left: 0;
	z-index: 10;
}

.he_b2p1fdl {
	width: 100%;
	padding: 72px 55px;
	border-radius: 10px;
	display: none;
}

.he_b2p1fdl:first-child {
	display: block;
}

.he_b2p1fti p {
	font-size: 32px;
	line-height: 1.5;
	color: #FFF;
	height: 1.5em;
	overflow: hidden;
}

.he_b2p1ftp p {
	font-size: 18px;
	line-height: 2;
	color: #FFF;
	height: 6em;
	overflow: hidden;
}

.he_b2p1ftp {
	margin-top: 30px;
}

.he_b2p1zs {
	width: 662px;
	position: absolute;
	bottom: -42%;
	left: 0;
}

.he_b2p1zs img {
	width: 100%;
}

.he_b2p1 .ys_cont1400 {
	position: relative;
	z-index: 10;
}

.he_b2p2 {
	width: 100%;
	position: relative;
	padding: 0px 0 120px;
}

.he_b2p1he {
	background: linear-gradient(359.18deg, #F8F8FB -2.54%, rgba(255, 255, 255, 0) 105.27%);
	box-shadow: 0px 12px 36px -2px rgba(204, 211, 248, 0.5);
	border-radius: 10px;
}

.he_b2p2nb {
	width: 100%;
	position: relative;
}

.he_b2p2ti {
	text-align: center;
	margin-bottom: 45px;
}

.he_b2p2ti p {
	font-weight: bold;
	color: #333;
}

.he_b2p2ti p span {
	color: #1226AA;
	font-family: "Montserrat-Bold";
	font-size: 64px;
	vertical-align: text-bottom;
}

.he_b2p2gli {
	width: 20%;
	padding: 0 14px;
}

.he_b2p2gul {
	margin: 0 -14px;
}

.he_b2p2gyu {
	width: 100%;
	position: relative;
}

.he_b2p2gyu img {
	width: 100%;
}

.he_b2p2gul .slick-arrow {
	width: 49px;
	height: 48px;
	z-index: 10;
}

.he_b2p2gul .slick-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.he_b2p2gul .slick-prev::after {
	background-image: url(../images/b2_icon3.svg);
}

.he_b2p2gul .slick-next::after {
	background-image: url(../images/b2_icon2.svg);
}

.he_b2p2gul .slick-prev {
	left: -74px;
}

.he_b2p2gul .slick-next {
	right: -74px;
}

.he_b2p3 {
	width: 100%;
	padding: 100px 0;
	position: relative;
}

.he_b2p3by {
	width: 100%;
	position: relative;
}

.he_b2p3ble img {
	width: 100%;
}

.he_b2p3ble {
	width: 746px;
	position: relative;
}

.he_b2p3bri {
	width: calc(100% - 746px);
	padding-left: 92px;
	margin-top: 54px;
}

.he_b2p3brti p {
	font-weight: bold;
	color: #333333;
}

.he_b2p3brdt p {
	font-size: 24px;
	line-height: 1.5;
	color: #1226AA;
}

.he_b2p3brti {
	margin-bottom: 35px;
}

.he_b2p3bde {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.he_b2p3bde p {
	font-size: 18px;
	line-height: 1.75;
	color: #666666;
	padding-left: 18px;
	position: relative;
	margin-bottom: 26px;
}

.he_b2p3bde p::after {
	content: '';
	position: absolute;
	top: 9px;
	left: -2px;
	width: 15px;
	height: 15px;
	background-image: url(../images/b2_icon1.svg);
	background-size: 100% 100%;
}

.he_b2p3blk {
	width: 100%;
	position: relative;
}

.he_b2p3blk img {
	width: 100%;
}

.he_b2p3dqig {
	width: 82px;
	cursor: pointer;
}

.he_b2p3dqig img {
	width: 100%;
}

.he_b2p3dny {
	position: absolute;
}

.he_b2p3dny3 {
	left: 74.4%;
	top: 42%;
}

.he_b2p3dny2 {
	left: 61.2%;
	top: 65%;
}

.he_b2p3dny1 {
	left: 50.01%;
	top: 42.59%;
}

.he_b2p3we {
	width: 263px;
	background: #FFF;
	padding: 16px;
	padding-bottom: 24px;
	border-radius: 10px;
	box-shadow: 0px 26px 56px 0px rgba(204, 211, 248, 0.7);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 105px;
	display: none;
}

.he_b2p3weig {
	width: 100%;
}

.he_b2p3weig img {
	width: 100%;
}

.he_b2p3wetc p {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

.he_b2p3wetc {
	margin-top: 10px;
}

.he_b2p3wef .he_b3p2nxli {
	display: block;
}

.he_b2p3wef .he_b3p2nxale {
	margin-top: 5px;
}

.he_b2p3wef .he_b3p2nxari p {
	font-size: 14px;
	font-family: "MontserratRegular";
}

.he_b2p3wef .he_b3p2nxari {
	padding-left: 8px;
}

.he_b2p4 {
	width: 100%;
	position: relative;
	padding: 100px 0 110px;
}

.he_b2p4ny {
	width: 100%;
	position: relative;
}

.he_b2p4ti {
	text-align: center;
}

.he_b2p4ti p {
	color: #FFF;
	font-weight: bold;
}

.he_b2p4rul {
	width: 100%;
	position: relative;
	margin-top: 40px;
}

.he_b2p4rli {
	width: 20%;
	padding: 0 9px;
}

.he_b2p4ruy {
	margin: 0 -9px;
}

.he_b2p4ryz {
	width: 100%;
	position: relative;
}

.he_b2p4ryz img {
	width: 100%;
}

.he_b2p4ruy .slick-dots li {
	width: 9px;
	height: 9px;
	background: #D5D7DC;
}

.he_b2p4ruy .slick-dots li.slick-active {
	background: #F9F7FB;
}

.he_b2p4ruy .slick-dots {
	bottom: -50px;
}

.he_b2p4ruy .slick-arrow {
	width: 49px;
	height: 48px;
	z-index: 10;
}

.he_b2p4ruy .slick-prev {
	left: -74px;
}

.he_b2p4ruy .slick-next {
	right: -74px;
}

.he_b2p4ruy .slick-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.he_b2p4ruy .slick-next::after {
	background-image: url(../images/b2_iconl2.svg);
}

.he_b2p4ruy .slick-prev::after {
	background-image: url(../images/b2_iconl3.svg);
}

.he_b1tach {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.36);
	z-index: 999;
	display: none;
}

.he_b1tabx {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.he_b1tabd {
	width: 100%;
	background: #FFF;
	border-radius: 10px;
	padding: 97px 100px;
	position: relative;
}

.he_b1tabn {
	position: relative;
	z-index: 10;
}

.he_b1tabnle {
	width: 300px;
	position: relative;
}

.he_b1tabnle img {
	border-radius: 10px;
}

.he_b1tabnri {
	width: calc(100% - 300px);
	padding-left: 100px;
}

.he_b1tabnle .he_img1 {
	top: -13px;
	left: -17px;
}

.he_b1tabcg p {
	font-weight: bold;
	color: #333;
}

.he_b1tabcx p {
	font-size: 24px;
	line-height: 1.5;
	color: #5C42AD;
}

.he_b1tabcx {
	margin-top: 30px;
}

.he_b1tabrd p {
	font-size: 16px;
	line-height: 2.25;
	color: #666666;
}

.he_b1tabrd {
	margin-top: 30px;
}

.he_b1tazs {
	width: 275px;
	position: absolute;
	bottom: 18px;
	right: 36px;
}

.he_b1tagub {
	width: 28px;
	cursor: pointer;
	position: absolute;
	top: 47px;
	right: 47px;
	z-index: 10;
}

.he_b1tagub img {
	width: 100%;
}

.he_b1tabgd {
	max-height: 288px;
}

.he_b1tabrd .mCSB_outside+.mCSB_scrollTools {
	right: -25px !important;
}

.he_b2p2gul .slick-dots li {
	width: 9px;
	height: 9px;
}

.he_b2p2gul .slick-dots li.slick-active {
	background: #1226AA;
}

.he_b2p2gul .slick-dots {
	bottom: -45px;
}

.he_e1ym .he_f2ban.on .he_f2banig img {
	animation: mysacle 4s ease both;
}

@keyframes mysacle {
	0% {
		transform: scale(1.15);
	}
}

.he_b3ym .ys_main {
	border-bottom: 1px solid #DCD8F4;
}

.he_f1ym .ys_main {
	background: rgb(251, 248, 255);
}

.he_svgdonx svg {
	width: 100%;
	height: 100%;
}

.he_contny {
	/* max-width: 1920px; */
	margin: 0 auto;
}

.he_b1batig img {
	width: 100%;
}

.he_f2banig img {
	width: 100%;
}

.he_e1ym .he_f2banig {
	overflow: hidden;
}

.he_index .he_contny {
	max-width: 100%;
}

.he_b1tabx .ys_cont1400 {
	position: relative;
	z-index: 1;
}

.he_b1tabx .he_b1tabd {
	z-index: 10;
}

.he_b1tabx .he_e1p1zs {
	top: -13px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(30px);
}

.he_b1tabx .he_e1p1zs1 {
	top: -25px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(30px);
}

.ys_videom_content {
	width: 1200px;
}

/* .he_bamo .he_puclmo a {
    border: 1px solid #5C42AD;
}

.he_bamo .he_puclkle p {
    color: #5C42AD;
}

.he_bamo .he_puclkri span {
    color: #5C42AD;
} */


.he_banrxic img {
	width: 100%;
	animation: xl 1.2s infinite;
}

@keyframes arrle {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateY(0px);
	}
}

.he_syp4tgsle img {
	transition: all 0.36s;
}

.he_f1p1p1ig {
	overflow: hidden;
	border-radius: 10px;
}

.he_f1p1p1ig img {
	transition: all 0.6s;
}

.he_f1p2lkle .ys_imgbox_cover {
	overflow: hidden;
	border-radius: 10px;
}

.he_f1p2lkle .ys_imgbox_cover img {
	transition: all 0.6s;
}

.he_f2p1npru img {
	transition: all 0.6s;
}

.he_puclmo a {
	text-align: center;
}

.he_puclln {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border: 1px solid #FFF;
	border-radius: 10px;
}

/* .he_puclkle {
  padding-right: 11px;
} */

.he_c0p1ny .he_puclmo a {
	padding: 0 15px;
}

.he_c0p1ny .he_letter {
	top: -3px;
	width: 103%;
	height: 112%;
}

.he_f1p2 .he_f1p1p1mo .he_puclmo {
	padding: 0 15px;
	text-align: center;
}

.he_c1ban {
	width: 100%;
	position: relative;
	margin-top: 80px;
}

.he_c1banig {
	width: 100%;
}

.he_c1banig img {
	width: 100%;
}

.he_c1bante {
	position: absolute;
	top: 21%;
	left: 0;
	width: 100%;
}

.he_c1bantl {
	width: 100%;
	position: relative;
}

.he_c1bantle {
	width: 565px;
}

.he_c1bantri {
	width: calc(100% - 565px);
}

.he_c1bantti p {
	font-size: 36px;
	line-height: 1.5;
	color: #FFFFFF;
}

.he_c1bantp p {
	font-size: 18px;
	line-height: 1.65;
	color: #FFF;
}

.he_c1bantp {
	margin-top: 20px;
}

.he_c1banmo .he_puclmo {
	width: 230px;
}

.he_c1banmo .he_puclkle p {
	line-height: 46px;
}

.he_c1banmo .he_puclmo a {
	border: 1px solid #5C42AD;
	background: #5C42AD;
}

.he_c1banmo .he_puclkle {
	padding-right: 0px;
	width: 100%;
}

.he_c1banmo {
	margin-top: 24px;
}

.he_c1bantlole {
	width: 156px;
}

.he_c1bantlole img {
	width: 100%;
}

.he_c1bantlori {
	width: 238px;
	margin-left: 56px;
	position: relative;
}

.he_c1bantlori::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -28px;
	width: 1px;
	height: 48px;
	background: rgba(255, 255, 255, 0.3);
}

.he_c1bantlori img {
	width: 100%;
}

.he_c1bantlo {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.he_c1banul .slick-dots li {
	width: 9px;
	height: 9px;
	background: #D5D7DC;
}

.he_c1banul .slick-dots li.slick-active {
	background: #5C42AD;
}

.he_c1banul .slick-dots {
	bottom: 142px;
}

.he_c1banul,
.he_c1banli {
	height: calc(100vh - 80px);
}

.he_c1banig {
	height: 100%;
}

.he_c1banig {
	height: 100%;
	object-fit: cover;
}

.he_c1banig .he_banpc,
.he_c1banig .he_banph {
	width: 100%;
	height: 100%;
}

.he_c1p1 {
	width: 100%;
	position: relative;
	margin-top: -113px;
}

.he_c1p1ny {
	width: 100%;
	position: relative;
}

.he_c1p1li {
	width: 33.333333%;
	background: #5c42ad;
}

.he_c1p1lfg {
	width: 100%;
	position: relative;
	padding: 45px 38px 25px;
}

.he_c1p1ul {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #5c42ad;
}

.he_c1p1lfte p {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}

.he_c1p1lfte {
	text-align: center;
}

.he_c1p1lfur p {
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	font-weight: bold;
}

.he_c1p1lfur p span {
	font-size: 64px;
	line-height: 1.5;
	color: #FFFFFF;
	font-family: "Montserrat-Bold";
	vertical-align: sub;
}

.he_c1p1lfur {
	text-align: center;
	margin-top: 15px;
}

.he_c1p2 {
	width: 100%;
	position: relative;
	padding: 110px 0 90px;
}

.he_c1p2nk {
	width: 100%;
	position: relative;
}

.he_c1p2ti {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}

.he_c1p2ti p {
	color: #333;
	font-weight: bold;
}

.he_c1p2ubf {
	width: 100%;
}

.he_c1p2uli {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.he_c1p2uhc {
	width: 100%;
}

.he_c1p2uul {
	margin: 0 -15px;
}

.he_c1p2uig {
	width: 197px;
	margin: 0 auto;
	position: relative;
}

.he_c1p2ute {
	text-align: center;
	margin-top: 18px;
}

.he_c1p2ute p {
	font-size: 20px;
	line-height: 1.5;
	color: #5C42AD;
	height: 1.5em;
	overflow: hidden;
}

.he_c1p2u p {
	font-size: 14px;
	line-height: 46px;
	color: #FFF;
}

.he_c1p2u {
	width: 166px !important;
	text-align: center;
	border-radius: 10px;
	background: #5C42AD !important;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}

.he_c1p2utemo {
	margin-top: 38px;
}

.he_c1p2uig {
	overflow: hidden;
}

.he_c1p2uig img {
	transition: all 0.6s;
}

.he_c1p3 {
	width: 100%;
	position: relative;
	background: rgba(1, 16, 57, 0.9);
	padding: 100px 0 140px;
}

.he_c1p3ny {
	width: 100%;
	position: relative;
}

.he_c1p3ti {
	margin-bottom: 50px;
}

.he_c1p3ti p {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.he_c1p3nfc {
	width: 100%;
	position: relative;
}

.he_c1p3nggx {
	width: 100%;
	position: relative;
}

.he_c1p3nghc {
	width: 20% !important;
	/* margin: 0 12px; */
}


.he_c1p3ng {
	perspective-origin: bottom;
}

.he_c1p3nfc .swiper-pagination-bullet {
	background: #D5D7DC;
	opacity: 1;
	margin: 0 7px;
}

.he_c1p3nfc .swiper-pagination-bullet-active {
	background: #5C42AD;
}

.he_pagtin {
	text-align: center;
}

.he_pagtin .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
}

.he_c1p3zs {
	width: 174px;
	position: absolute;
	bottom: 0;
	right: 7.5%;
}

.he_c1p3zs img {
	width: 100%;
}


.he_c1lymbn {
	width: 100%;
	position: relative;
}

.he_c1lymig {
	width: 100%;
	position: relative;
}

.he_c1lymig img {
	width: 100%;
}

.he_c1lymte {
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.he_c1lymtk {
	width: 100%;
	position: relative;
}

.he_c1lymti h1 {
	color: #FFF;
	font-weight: bold;
}

.he_c1lymtp {
	margin-top: 20px;
}

.he_c1lymtp p {
	font-size: 36px;
	line-height: 1.5;
	color: #FFF;
}

.he_c1lbng a {
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	padding-bottom: 22px;
	display: inline-block;
	position: relative;
}

.he_c1lbng a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 2px;
	background: #FFF;
	transition: all 0.36s;
	opacity: 0;
}

.he_c1lbng.act a::after {
	width: 100%;
	opacity: 1;
}

.he_c1lbng {
	margin-right: 70px;
}

.he_c1lbng:last-child {
	margin-right: 0;
}

.he_c1lbnnav {
	margin-top: 90px;
}

.he_c1lp1 {
	width: 100%;
	position: relative;
	padding: 35px 0 90px;
}

.he_c1lbnzs {
	width: 460px;
	position: absolute;
	bottom: -16.4%;
	right: 0%;
}

.he_c1lbnzs img {
	width: 100%;
}

.he_c1p2uul .slick-arrow {
	width: 49px;
	height: 48px;
	z-index: 10;
}

.he_c1p2uul .slick-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.he_c1p2uul .slick-next::after {
	background-image: url(../images/b2_icon2.svg);
}

.he_c1p2uul .slick-prev::after {
	background-image: url(../images/b2_icon3.svg);
}

.he_c1p2uul .slick-prev {
	left: -74px;
}

.he_c1p2uul .slick-next {
	right: -74px;
}

.he_c1lp2 {
	width: 100%;
	padding: 100px 0 80px;
	background: rgb(247, 248, 252);
}

.he_c1lp2nt {
	width: 100%;
	position: relative;
}

.he_c1lp2ti {
	margin-bottom: 50px;
}


.he_c1lp2ti p {
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.he_c1lp2ko {
	width: 100%;
	position: relative;
}

.he_c1lp2hx {
	width: 100%;
	position: relative;
}

.he_c1lp2li {
	width: 25%;
	padding: 0 8px;
	margin-bottom: 30px;
}

.he_c1lp2ul {
	margin: 0 -18px;
}

.he_c1lp2hrx {
	width: 100%;
	position: relative;
	padding: 55px 35px 25px;
	background: rgb(0 0 0 / 60%);
	border-radius: 9px;
}

.he_c1lp2hti p {
	font-size: 32px;
	height: 72px;
	line-height: 1.5;
	color: #FFF;
	font-weight: bold;
}

.he_c1lp2hle {
	width: 46px;
	position: relative;
}


.he_c1lp2hri {
	width: 100%;
}

.he_c1lym .he_puclmo {
	width: 140px;
	border: 1px solid #FFF;
	border-radius: 5px;
	text-align: center;
	background: #F8F7FC;
	transition: all 0.36s;
}

.he_c1lym .he_contny .he_puclkle p {
	line-height: 44px;
	color: #5C42AD;
	transition: all 0.36s;
}

.he_c1lym .he_puclkri {
	line-height: 44px;
}

.he_c1lym .he_contny .he_puclkri span {
	color: #5C42AD;
	transition: all 0.36s;
}

.he_c1lp2hgd {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-top: 70px;
}

.he_c1lp2hf {
	width: 100%;
	border-radius: 10px;
}

.he_c1lp2hx a {
	display: block;
	width: 100%;
}

.he_c1lp2hti {
	transition: all 0.36s;
}

.he_c1lp2hle {
	transition: all 0.36s;
}

.he_c1lp2hrx {
	transition: all .36s;
}

.he_c1lp3 {
	width: 100%;
	position: relative;
}

.he_c1lp3ig {
	width: 100%;
	position: relative;
}

.he_c1lp3ig img {
	width: 100%;
}

.he_c1lp3te {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.he_c1lp3yc {
	width: 100%;
	position: relative;
}

.he_c1lp3ti p {
	color: #FFF;
	font-weight: bold;
}

.he_c1lp3tp p {
	font-size: 30px;
	line-height: 1.5;
	color: #FFF;
}

.he_c1lp3tp {
	margin-top: 35px;
}

.he_c1lp3mo .he_puclmo {
	width: 140px;
}

.he_c1lp3mo .he_puclmo a {
	padding: 0 10px;
	background: #5C42AD;
	border-color: #5C42AD;
}

.he_c1lp3mo .he_puclkle p {
	font-size: 14px;
	line-height: 44px;
}

.he_c1lp3mo .he_puclkri {
	line-height: 44px;
}

.he_c1lp3mo {
	margin-top: 90px;
}

.he_c1lp4 {
	width: 100%;
	position: relative;
	padding: 100px 0 0;
	z-index: 10;
}

.he_c1lp4bv {
	width: 100%;
	position: relative;
}

.he_c1lp4ti p {
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.he_c1lp4ti {
	margin-bottom: 50px;
}

.he_c1lp4hg {
	width: 100%;
	position: relative;
}

.he_c1lp4hli {
	width: 20%;
	padding: 0 16px;
}

.he_c1lp4hul {
	margin: 0 -16px;
	position: relative;
	z-index: 10;
}

.he_c1lp4hcd {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 8px 23px 6px rgba(213, 226, 245, 0.5);
	border-radius: 10px;
	padding: 15px;
	padding-bottom: 46px;
	z-index: 1;
}

.he_c1lp4zs {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.36s;
	z-index: -1;
}

.he_c1lp4hli3 .he_c1lp4zs {
	opacity: 1;
}

.he_c1lp4zs img {
	width: 100%;
}

.he_c1lp4ig {
	width: 124px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
}

.he_c1lp4ite {
	text-align: center;
	margin-top: 10px;
}

.he_c1lp4ite p {
	font-size: 24px;
	line-height: 1.5;
	color: #555;
	transition: all 0.36s;
}

.he_c1lp4imo {
	margin-top: 35px;
}

.he_c1lp4imo .he_puclmo {
	margin: 0 auto;
}

.he_c1lp4hli a {
	display: block;
	width: 100%;
}

.he_c1lp4imo .he_puclkle p {
	color: #5C42AD !important;
	font-size: 16px;
}

.he_c1lp4imo .he_puclkri span {
	color: #5C42AD !important;
}

.he_c1lp4hli1,
.he_c1lp4hli5 {
	margin-top: 200px;
}

.he_c1lp4hli2,
.he_c1lp4hli4 {
	margin-top: 120px;
}

.he_c1lp5 {
	width: 100%;
	position: relative;
}

.he_c1lp3mo .he_puclmo {
	border: inherit;
	background: transparent;
}

.he_c1lp3mo .he_puclkle p {
	color: #fff !important;
}

.he_c1lp3mo .he_puclkri span {
	color: #fff !important;
}

.he_c1lp3zs {
	position: absolute;
	top: 0;
	left: 0;
}

.he_c1lp5 .he_c1lp3te {
	top: 66%;
}

.he_banc1lyzs {
	position: absolute;
	bottom: -5%;
	left: 0;
	width: 100%;
}

.he_c2ban {
	width: 100%;
	margin-top: 80px;
	position: relative;
}

.he_c2banig {
	width: 100%;
	position: relative;
}

.he_c2banig {
	width: 100%;
}

.he_c2banig img {
	width: 100%;
}

.he_c2bate {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.he_c2bar {
	width: 100%;
	position: relative;
}

.he_c2barti h1 {
	font-weight: bold;
	color: #FFF;
}

.he_c2p1 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_c2p1bf {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.he_c2p1ble p {
	font-weight: bold;
	color: #333;
}

.he_c2ym .he_puclmo a {
	border: 1px solid #5C42AD;
	background: #5C42AD;
}

.he_c2ym .he_puclmo {
	width: 140px;
}

.he_c2ym .he_puclmo a {
	padding: 0 10px;
}

.he_c2ym .he_puclkle p {
	line-height: 44px;
}

.he_c2ym .he_puclkri {
	line-height: 44px;
}

.he_c2p1zy {
	width: 100%;
	position: relative;
}

.he_c2p1zyc {
	width: 100%;
	position: relative;
}

.he_c2p1zli {
	width: 33.333333%;
	padding: 0 10px;
	margin-bottom: 18px;
}

.he_c2p1zul {
	margin: 0 -10px;
}

.he_c2p1zig {
	width: 100%;
	position: relative;
}

.he_c2p1zig img {
	border-radius: 10px;
}

.he_c2p1ztye p {
	font-size: 32px;
	line-height: 1.5;
	color: #FFF;
	font-weight: bold;
}

.he_c2p1ztye {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 15px;
	text-align: center;
	z-index: 10;
}

.he_c2p1zyc::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.36s;
	opacity: 0;
}

.he_c2p1ztye {
	text-align: center;
	transition: all 0.36s;
	opacity: 0;
}

.he_c2p1zs {
	width: 554px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.he_c2p1zs img {
	width: 100%;
}

.he_c2p1 .ys_cont1400 {
	position: relative;
	z-index: 10;
}

.he_c2p2 {
	width: 100%;
	position: relative;
}

.he_c2p2ig {
	width: 100%;
	position: relative;
}

.he_c2p2yv {
	width: 100%;
	position: relative;
	display: none;
}

.he_c2p2yv:first-child {
	display: block;
}

.he_c2p2yv::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42%;
	background: linear-gradient(360deg, #5C42AD 0%, rgba(92, 66, 173, 0) 98.23%), linear-gradient(360deg, #5C42AD 0%, rgba(92, 66, 173, 0) 98.23%);
}

.he_c2p2yv img {
	width: 100%;
}

.he_c2p2gc {
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	z-index: 10;
}

.he_c2p2gjc p {
	font-weight: bold;
	color: #FFF;
}

.he_c2p2gmo {
	margin-top: 60px;
}

.he_c2p2ds {
	width: 100%;
	position: absolute;
	bottom: 65px;
	left: 0;
	z-index: 10;
}

.he_c2p2dsli {
	width: 16.666666%;
	padding: 0 29px;
}

.he_c2p2dsul {
	margin: 0 -29px;
}

.he_c2p2dhc {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.he_c2p2deri {
	width: 58px;
	position: relative;
}

.he_c2p2dele p {
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	font-family: "MontserratRegular";
}

.he_c2p2de {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 20px;
	justify-content: center;
}

.he_c2p2de::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 1px;
}

.he_c2p2de::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0%;
	height: 4px;
	background: #1226AA;
	border-radius: 4px;
	z-index: 10;
	opacity: 0;
	transition: all 0.6s;
}

.he_c2p2dsli.act .he_c2p2de::before {
	opacity: 1;
	width: 60%;
}

.he_c2p2dele {
	padding-right: 20px;
	margin-top: 15px;
}

.he_c2p2dyc p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	height: 1.5em;
	overflow: hidden;
}

.he_c2p3 {
	width: 100%;
	position: relative;
	padding: 100px 0 70px;
}

.he_c2p3bd {
	width: 100%;
	position: relative;
}

.he_c2p3ti p {
	font-weight: bold;
	color: #333;
}

.he_c2p3jd {
	width: 100%;
	position: relative;
}

.he_c2p3jyx {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 9px 50px -9px rgb(0 74 186 / 20%);
	border-radius: 6px;
	padding: 44px 33px;
	height: 100%;
}

.he_c2p3ti {
	margin-bottom: 50px;
}

.he_c2p3jli {
	width: 25%;
	padding: 0 20px;
	margin-bottom: 30px;
}

.he_c2p3jul {
	margin: 0 -20px;
	display: flex;
	align-items: stretch;
}

.he_c2p3jjd {
	width: 76px;
	position: relative;
}

.he_c2p3jtx p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	height: 1.5em;
	overflow: hidden;
}

.he_c2p3jtx {
	margin-top: 34px;
}

.he_c2p3icle {
	width: 16px;
	margin-top: 6px;
}

.he_c2p3icle img {
	width: 100%;
}

.he_c2p3icri {
	width: calc(100% - 16px);
	padding-left: 14px;
}

.he_c2p3icri p {
	font-size: 16px;
	line-height: 1.875;
	color: #333;
	text-align: justify;
}

.he_c2p3jtxli {
	margin-bottom: 5px;
}

.he_c2p3jtxul {
	margin-top: 20px;
}

.he_c2p4 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_c2p4rv {
	width: 100%;
	position: relative;
}

.he_c2p4 .he_c2p1ble p {
	color: #FFF;
}


.he_c2ym .he_c2p4 .he_puclmo a {
	border: 1px solid #FFF;
	background: transparent;
}

.he_c2p4ny {
	width: 100%;
	position: relative;
}

.he_c2p4nyig {
	width: 100%;
}

.he_c2p4nyig img {
	width: 100%;
}

.he_c2p4 .he_b1p5dul .swiper-pagination-progressbar {
	background: #7359C6 !important;
	border-radius: 10px;
}

.he_c2p4 .he_b1p5dul .he_swefy {
	height: 4px !important;
}

.he_c2p4 .he_b1p5dul .swiper-pagination-progressbar-fill {
	top: 0px !important;
	background: #fff !important;
}

.he_c2p4 .he_b1p5dul .swiper-wrapper {
	padding-top: 0;
	padding-bottom: 50px;
}

.he_c2p4nyfze p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFF;
	height: 1.5em;
	overflow: hidden;
}

.he_c2p4nyfze {
	margin-top: 20px;
}

.he_c2p4 .he_b1p5dli a {
	width: 100%;
	display: block;
}

.he_c2p5 {
	width: 100%;
	background: #F8F7FC;
	padding: 100px 0;
}

.he_c2p5tix p {
	font-size: 42px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}

.he_c2p5 .he_b2p3brti p {
	color: #1226AA;
}

.he_c2p5 .he_b2p3brti {
	margin-bottom: 15px;
}

.he_c2p5 .he_b2p3bri {
	margin-top: 200px;
}

.he_c2batft p {
	font-size: 96px;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.2);
	font-family: "Montserrat-Bold";
}

.he_c3ym .he_c2bate {
	top: 45%;
}

.he_c2p3zs {
	width: 498px;
	position: absolute;
	top: 0;
	right: 0;
}

.he_c2p3zs img {
	width: 100%;
}

.he_c3p2 {
	width: 100%;
	position: relative;
	background-color: rgb(0 74 186 / 3%);
	padding: 80px 0;
}

.he_c3p2bc {
	width: 100%;
}

.he_c3p2zs {
	width: 549px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.he_c3p2zs img {
	width: 100%;
}

.he_c3ym .he_b1p5dul .swiper-pagination-progressbar {
	background: #fff !important;
}

.he_c3ym .he_b1p5dul .swiper-pagination-progressbar-fill {
	background: #838C95 !important;
}

.he_c3p3 {
	width: 100%;
	position: relative;
	padding: 80px 0;
}

.he_c3ym .ys_main {
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_c3p3ny {
	width: 100%;
	position: relative;
}

.he_c3p3ti p {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.he_c3p3 .ys_cont1400 {
	position: relative;
	z-index: 10;
}

.he_c3p3ti {
	margin-bottom: 50px;
}

.he_c3p3hc {
	width: 207px;
	position: relative;
	margin-bottom: 31px;
	background: #FFFFFF;
	box-shadow: 0px 8px 23px 6px rgba(213, 226, 245, 0.5);
	border-radius: 6px;
}

/* .he_c3p3li {
    margin-right: 32px;
} */

#he_b1s2b_swiper.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: linear;
}

.he_c3p3ts {
	position: relative;
	width: 100%;
}

/* #he_b1s2b_swiper {
    overflow: inherit !important;
} */

.he_c5ban {
	width: 100%;
	position: relative;
}

.he_c5bantp {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.he_c5banri {
	width: 210px;
	position: relative;
}

.he_c5banri::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	width: 1px;
	height: 38px;
	background: rgba(255, 255, 255, 0.2);
}

.he_c5banle {
	margin-right: 80px;
}

.he_c5banri img {
	width: 100%;
}

.he_c5bate p {
	font-size: 36px;
	line-height: 1.5;
	color: #FFF;
}

.he_c5bate {
	margin-top: 26px;
}

.he_c5p1 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_c5p1ny {
	width: 100%;
	position: relative;
}

.he_c5p1nle {
	width: 215px;
}

.he_c5p1nri {
	width: calc(100% - 215px);
	padding-left: 130px;
}

.he_c5p1nti p {
	font-weight: bold;
	color: #333;
}

.he_c5p1nrle {
	width: 36px;
}

.he_c5p1nrle img {
	width: 100%;
}

.he_c5p1njri {
	width: calc(100% - 36px);
	padding-left: 27px;
}

.he_c5p1njri p {
	font-size: 24px;
	line-height: 1.5;
	color: #333;
}

.he_c5p1nyli {
	border-bottom: 1px solid rgba(51, 51, 51, 0.3);
	display: flex;
	align-items: center;
	padding: 26px 0;
}

.he_c5p1nyli:last-child {
	border-bottom: none;
}

.he_c5p1nloul {
	margin-top: 40px;
}

.he_c5p1nrig {
	width: 100%;
}

.he_c5p1nrig img {
	width: 100%;
	border-radius: 10px;
}

.he_c5p2 {
	width: 100%;
	position: relative;
	padding: 100px 0;
	background: #F9F9FE;
}

.he_c5p2 .he_puclmo a {
	background: #5C42AD;
	padding: 0 10px;
	border: 1px solid #5C42AD;
}

.he_c5p2 .he_puclmo {
	width: 140px;
}

.he_c5p2 .he_puclkle p {
	line-height: 44px;
}

.he_c5p2 .he_puclkri {
	line-height: 44px;
}

.he_c5p2 .he_b1p5dul .swiper-wrapper {
	padding-top: 0;
}

.he_c5p2 .he_c2p4nyfze p {
	color: #333;
}

.he_b1p5dul .swiper-pagination-progressbar {
	background: #D5D7DC !important;
}

.he_b1p5dul .swiper-pagination-progressbar-fill {
	background: #004ABA !important;
}

.he_c5p3 .he_c3p3hc {
	box-shadow: none !important;
}

.he_c5p3 .he_c3p3ti p {
	color: #FFF;
}

.he_c6ban {
	width: 100%;
	position: relative;
}

.he_c6banig {
	width: 100%;
}

.he_c6ym .ys_main {
	margin-top: 80px;
}

.he_c6p1 {
	width: 100%;
	position: relative;
	padding: 110px 0;
	/* background: #F8F7FC;
    z-index: 2; */
}

.he_c6p1bn {
	width: 100%;
	position: relative;
}

.he_c6p1zs1 {
	width: 1374px;
	position: absolute;
	top: -18%;
	left: 0;
}

.he_c6p1zs1 img {
	width: 100%;
}

.he_c6p1zs2 {
	width: 225px;
	position: absolute;
	top: 65px;
	right: 0;
}

.he_c6p1zs2 img {
	width: 100%;
}

.he_c6p1lo {
	width: 100%;
	position: relative;
}

.he_c5banle h1 {
	font-weight: bold;
}

.he_c6p2 {
	width: 100%;
	position: relative;
	/* background: #F8F7FC; */
	padding: 110px 0;
}

.he_c6p2ny {
	width: 100%;
	position: relative;
	padding-right: 75px;
}

.he_c6p2zs {
	width: 554px;
	position: absolute;
	top: -27px;
	right: 79px;
}

.he_c6p2zs img {
	width: 100%;
}

.he_c6p2ri {
	width: 563px;
	position: relative;
}

.he_c6p2rt1 {
	width: 51%;
}

.he_c6p2rt1 img {
	width: 100%;
}

.he_c6p2rt2 {
	width: 49%;
}

.he_c6p2rt2 img {
	width: 100%;
}

.he_c6p2ri {
	display: flex;
}

.he_c6p2rt2 {
	margin-top: 80px;
	padding-left: 9px;
}

.he_c6ym .ys_main {
	background: #F8F7FC;
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_c6p2ti p {
	font-weight: bold;
	color: #333;
}

.he_c6p2ti {
	margin-bottom: 35px;
}

.he_c6p2nli {
	width: 33.333333%;
	padding: 0 8px;
	margin-bottom: 16px;
}

.he_c6p2nul {
	margin: 0 -8px;
}

.he_c6p2ntc {
	width: 100%;
	position: relative;
}

.he_c6p2le {
	width: calc(100% - 563px);
	padding-right: 138px;
	margin-top: 32px;
}

.he_c6p2ntc a {
	display: block;
	width: 100%;
	line-height: 80px;
	height: 80px;
	overflow: hidden;
	background: #FFF;
	border-radius: 10px;
	transition: all 0.36s;
	font-size: 18px;
	color: #4539B7;
	padding: 0 10px;
}

.he_c6p2ntc {
	text-align: center;
}

.he_c6p3 {
	width: 100%;
	position: relative;
	padding: 100px 0;
	background-color: #FFF;
	background-image: linear-gradient(360deg, #F8F7FC 0%, rgba(248, 247, 252, 0) 100%);

}

.he_c6p3ny {
	width: 100%;
	position: relative;
}

.he_c6p3otri {
	width: 660px;
}

.he_c6p3otri img {
	width: 100%;
	border-radius: 10px;
}

.he_c6p3otle {
	width: calc(100% - 660px);
	padding-right: 120px;
}


.he_c6p3xti p {
	font-weight: bold;
	color: #333;
}

.he_c6p3xtp p {
	color: rgba(92, 66, 173, 0.1);
	font-family: "Montserrat-Bold";
	line-height: 1.2;
}

.he_c6p3xtd .he_c2p3icle {
	width: 20px;
}

.he_c6p3xtd .he_c2p3icri {
	width: calc(100% - 20px);
}

.he_c6p3xtd .he_c2p3icri p {
	font-size: 16px;
	text-align: justify;
}

.he_c6p3xtd {
	width: 100%;
	padding-right: 32%;
	margin-top: 18px;
}

.he_c6p3xtd .he_c2p3jtxli {
	margin-bottom: 8px;
}

.he_c6p3oli.on .he_c6p3otri {
	float: left;
}

.he_c6p3oli.on .he_c6p3otle {
	float: right;
	padding-right: 0px;
	padding-left: 120px;
}

.he_c6p3oli {
	margin-bottom: 100px;
}

.he_c6p3oli:last-child {
	margin-bottom: 0;
}

.he_c7p1 {
	width: 100%;
	position: relative;
	padding: 56px 0 20px;
}

.he_c7ym .ys_main {
	margin-top: 80px;
}

.he_c7ym .ys_main {
	background: #F8F7FC;
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_c7p1zs {
	width: 53%;
	position: absolute;
	top: 0;
	right: 30px;
}

.he_c7p1zs img {
	width: 100%;
}

.he_c7p1yn {
	width: 100%;
	position: relative;
}

.he_c7p1ynri {
	width: 583px;
	transform: translateX(100px);
}

.he_c7p1ynri img {
	width: 100%;
}

.he_c7p1ynle {
	width: calc(100% - 583px);
	padding-right: 15px;
}

.he_c7p1yn {
	display: flex;
	align-items: center;
}

.he_c7p1yn .he_c5banle h1 {
	color: #333;
}

.he_c7p1yn .he_c5banri::after {
	background: rgba(150, 150, 150, 0.4);
}

.he_c7p1yn .he_c5bate p {
	color: #666666;
}

.he_c7p2 {
	width: 100%;
	position: relative;
	padding: 80px 0 50px;
}

.he_c7p2nb {
	width: 100%;
	position: relative;
}

.he_c7p2nti p {
	font-weight: bold;
	color: #333;
}

.he_c7p2nti {
	margin-bottom: 46px;
}

.he_c7p2kli {
	width: 33.333333%;
	padding: 0 18px;
}

.he_c7p2kyx {
	width: 100%;
	position: relative;
	background: #FFF;
	box-shadow: 0px 4px 29px 2px rgba(174, 189, 239, 0.19);
	border-radius: 10px;
	padding: 50px 50px;
}

.he_c7p2kul {
	margin: 0 -18px;
}

.he_c7ym .he_puclmo {
	width: 140px;
	border: 1px solid #FFF;
	border-radius: 5px;
	text-align: center;
	background: #F8F7FC;
	transition: all 0.36s;
}

.he_c7ym .he_puclkle p {
	line-height: 44px;
	color: #5C42AD;
	transition: all 0.36s;
}

.he_c7ym .he_puclkri {
	line-height: 44px;
}

.he_c7ym .he_puclkri span {
	color: #5C42AD;
	transition: all 0.36s;
}

.he_c7p2 .he_c1lp2hti p {
	font-size: 24px;
}

.he_c7p2zs {
	width: 703px;
	position: absolute;
	top: -90px;
	left: 62px;
}

.he_c7p2zs img {
	width: 100%;
}

.he_c4ban {
	width: 100%;
	position: relative;
	margin-top: 80px;
}

.he_c4big {
	width: 100%;
	position: relative;
}

.he_c4big img {
	width: 100%;
}

.he_c4big .he_c4banzf {
	position: absolute;
	top: 0;
	left: 0;
}

.he_c4bte {
	width: 100%;
	position: absolute;
	top: 17%;
	left: 0;
}

.he_c4btnx {
	width: 100%;
	position: relative;
}

.he_c4ban .he_c5banle h1 {
	color: #333333;
}

.he_c4ban .he_c5banri::after {
	background: rgba(0, 0, 0, 0.2);
}

.he_c4ban .he_c5bate p {
	color: #666;
}

.he_c4p1 {
	width: 100%;
	position: relative;
	padding: 100px 0;
	margin-top: 10;
	min-height: 580px;
}

.he_c4p1ny {
	width: 100%;
	position: relative;
}

.he_c4p1ti {
	text-align: center;
}

.he_c4p1ti p {
	color: #FFF;
	font-weight: bold;
}

.he_c4p1ttx p {
	font-size: 30px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
}

.he_c4p1ttx {
	margin-top: 40px;
}

.he_c4p1fr {
	width: 100%;
	position: relative;
	margin-top: 70px;
}

.he_c4p1rc {
	width: 100%;
}

.he_c4p1li {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 26px;
}

.he_c4p1rc a {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #916AFF;
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 40px;
	padding: 0 33px;
	color: #30128A;
	font-size: 16px;
	transition: all 0.36s;
}

.he_c4p1ul {
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.he_c4p2 {
	width: 100%;
	position: relative;
	padding: 100px 0 70px;
	background: #F9F9FE;
}

.he_c4p2vn {
	width: 100%;
	position: relative;
}

.he_c4ym .ys_main {
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_c4p2vri {
	width: 810px;
	position: relative;
	transform: translateX(30px);
}

.he_c4p2vri img {
	width: 100%;
}

.he_c4p2vri .he_img {
	pointer-events: none;
	z-index: 10;
}

.he_c4p2vfr {
	width: 100%;
	position: relative;
}

.he_c4p2vzs1 {
	width: 106px;
	position: absolute;
	top: -20px;
	left: 36%;
	z-index: 12;
	transform: translateX(-50%);
}

.he_c4p2vzs1 img {
	width: 100%;
}

.he_c4p2vzs2 {
	width: 102px;
	position: absolute;
	bottom: 16%;
	right: 16%;
	z-index: 10;
}

.he_c4p2vzs2 img {
	width: 100%;
}

.he_c4p2vti p {
	font-weight: bold;
	color: #1226AA;
}

.he_c4p2vyd {
	width: 100%;
	position: relative;
	padding-right: 10%;
	margin-top: 45px;
}

.he_c4p2ule p {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	font-family: "MontserratRegular";
}

.he_c4p2ule {
	width: 22px;
	border-radius: 50%;
	background: #1226AA;
	text-align: center;
	margin-top: 6px;
}

.he_c4p2uri {
	width: calc(100% - 22px);
	padding-left: 12px;
}

.he_c4p2uri p {
	font-size: 18px;
	line-height: 2;
	color: #666666;
}

.he_c4p2vli {
	margin-bottom: 30px;
}

.he_c4p2vle {
	width: calc(100% - 810px);
	padding-right: 10px;
}

.he_c4p3 {
	width: 100%;
	position: relative;
	background: #F9F9FE;
	padding-bottom: 90px;
}

.he_b1p5 .he_b1p5dul .swiper-pagination-progressbar-fill {
	background: #838C95 !important;
}

.he_b1p5 .he_b1p5dul .swiper-pagination-progressbar {
	background: #fff !important;
}

.he_c4p3 .he_b1p5ti p {
	text-align: left;
	padding-left: 14px;
}

.he_c4p3 .he_b1p5dul .swiper-pagination-progressbar-fill {
	background: #838C95 !important;
}

.he_c4p3 .he_b1p5dul .swiper-pagination-progressbar {
	background: #fff !important;
}

.he_c4p4zs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.he_c4p4zs img {
	width: 100%;
}

.he_c4p4 {
	width: 100%;
	position: relative;
	padding: 130px 0 100px;
	background: linear-gradient(180deg, #FFFFFF 74.36%, #F7F7FF 100%);
}

.he_g1ban {
	width: 100%;
	position: relative;
}

.he_g1p1 {
	width: 100%;
	position: relative;
}

.he_g1p1ul {
	width: 100%;
	position: relative;
}

.he_g1p1li {
	width: 100%;
	position: relative;
	margin-top: 100px;
}

.he_g1p1li a {
	width: 100%;
	display: block;
}

.he_g1p1lj {
	width: 100%;
	overflow: hidden;
}

.he_g1p1ld {
	width: 100%;
	position: relative;
}

.he_g1p1lg {
	padding-top: 150px;
	padding-bottom: 100px;
	padding-left: 60px;
	padding-right: 60px;
	width: 495px;
	background: linear-gradient(180deg, rgb(1 75 186 / 5%) 0%, rgb(1 75 186 / 94%) 100%);
	position: relative;
	z-index: 10;
}

.he_g1p1lti p {
	font-size: 32px;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.he_g1p1ltc p {
	font-size: 16px;
	line-height: 1.75;
	color: #FFF;
	text-align: justify;
	margin-bottom: 15px;
}

.he_g1p1ltc {
	margin-top: 22px;
}

.he_g1p1lg::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004ABA;
	z-index: -1;
	transition: all 0.36s;
}

.he_g2p1 {
	width: 100%;
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
	background: rgb(248, 249, 253);
}

.he_g2p1rute {
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	z-index: 10;
}

.he_g2p1le span {
	font-size: 16px;
	font-weight: bold;
	color: #004ABA;
}

.he_g2p1ri {
	padding-left: 5px;
}

.he_g2p1ri p {
	font-size: 18px;
	line-height: 1.5;
	color: #004ABA;
}

.he_g2p1rute a {
	display: flex;
	align-items: center;
}

.he_g2p1dr {
	width: 100%;
	position: relative;
}

.he_g2p1by {
	width: 100%;
	position: relative;
	padding: 0 150px;
}

.he_g2p1bd {
	width: 100%;
	position: relative;
}

.he_g2p1ti p {
	font-weight: bold;
	color: #5C42AD;
	text-align: center;
}

.he_g2p1ti {
	width: 100%;
	border-bottom: 1px solid #D5D7DC;
	padding-bottom: 16px;
}

.he_g2p1bng {
	width: 100%;
	position: relative;
	padding-top: 60px;
}

.he_g2p1 {
	background: rgb(248, 249, 253);
}

.he_g2p1bng p {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	margin-bottom: 26px;
}

.he_g2p1vid {
	width: 100%;
	position: relative;
	padding-top: 22px;
}

.he_g2p1vid video {
	width: 100%;
	border-radius: 10px;
}

.he_g2p1vyc {
	width: 100%;
	position: relative;
}

.he_g2p1play {
	width: 92px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border-radius: 50%;
	z-index: 10;
	overflow: hidden;
}

.he_g2p1play img {
	width: 100%;
}

.he_g3p1 {
	width: 100%;
	position: relative;
	padding-top: 100px;
	background: rgb(248, 249, 253);
	padding-bottom: 100px;
}

.he_g3p1inb {
	width: 100%;
	position: relative;
	z-index: 10;
}

.he_g3p1iri {
	width: 230px;
	padding-left: 36px;
}

.he_g3p1li {
	width: 33.333333%;
	padding: 0 14px;
}

.he_g3p1ul {
	margin: 0 -14px;
}

.he_g3p1t {
	width: 100%;
	border: 1px solid rgba(92, 66, 173, 0.12);
}

.he_g3p1ile {
	width: calc(100% - 230px);
}

.he_g3p1t .ys_select_show {
	font-size: 18px;
	color: #333;
}

.he_g3p1t input {
	color: #333;
}

.he_g3p1t input::-webkit-input-placeholder {
	color: #333;
}

.he_g3p1t input:-moz-placeholder {
	color: #333;
}

.he_g3p1t input::-moz-placeholder {
	color: #333;
}

.he_g3p1t input:-ms-input-placeholder {
	color: #333;
}

.he_g3p1t .he_d2p1nkibp .ys_select_xtbbox {
	width: 22px;
	right: 26px;
}

.he_g3p1t .he_d2p1nkibp .ys_select_hd {
	height: 56px;
	padding: 0 33px;
}

.he_g3p1irc {
	width: 100%;
	position: relative;
}

.he_g3p1irc p {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	background: #5C42AD;
	line-height: 56px;
	cursor: pointer;
	border-radius: 5px;
}

.he_g3p1nh {
	width: 100%;
	position: relative;
}

.he_g3p1ntc {
	width: 100%;
	position: relative;
	padding-top: 60px;
}

.he_g3p1eli {
	width: 33.333333%;
	padding: 0 13px;
	margin-bottom: 44px;
}

.he_g3p1eul {
	margin: 0 -13px;
}

.he_g3p1etx {
	width: 100%;
	position: relative;
}

.he_g3p1eig {
	width: 100%;
	position: relative;
}

.he_g3p1eig img {
	border-radius: 10px 10px 0 0;
}

.he_g3p1eyc {
	width: 100%;
	background: #FFF;
	border-radius: 0 0 10px 10px;
	text-align: center;
	padding: 34px 20px;
}

.he_g3p1eyc p {
	font-size: 24px;
	line-height: 1.5;
	color: #333333;
	height: 1.5em;
	overflow: hidden;
}

.he_g3p1fy {
	padding-top: 40px;
}

.he_g4ptab {
	width: 100%;
	margin-top: 40px;
}

.he_g4ptait {
	width: 32px;
}

.he_g4ptait img {
	width: 100%;
}

.he_g4ptaie {
	width: calc(100% - 32px);
	padding-left: 14px;
	margin-top: 4px;
}

.he_g4ptaie p {
	font-size: 18px;
	color: #5C42AD;
	font-weight: bold;
	line-height: 1.5;
}

.he_g4ptaie p span {
	color: #333333;
	padding-left: 10px;
}

.he_g4ptaig {
	width: 100%;
	padding: 0 15px;
}

.he_g4ptaul {
	display: flex;
	justify-content: space-between;
}

.he_g4ptali {
	max-width: 33.333333%;
}

.he_g4ym .he_g2p1ti {
	border-bottom: none;
}

.he_g5p1 {
	width: 100%;
	position: relative;
	padding-top: 100px;
}

.he_g5p1bg {
	width: 100%;
	position: relative;
}

.he_g5p1bg img {
	width: 100%;
	border-radius: 10px;
}

.he_g5p1rute a {
	display: flex;
	align-items: center;
}

.he_g5p1rcf {
	margin-top: 36px;
}

.he_g5p1rcf p {
	color: #004ABA;
	font-weight: bold;
}

.he_g5p1rcf p span {
	color: #004ABA;
}

.he_g5p1bri {
	width: 640px;
	position: relative;
}

.he_g5p1ble {
	width: calc(100% - 640px);
	position: relative;
	padding-right: 117px;
}

.he_g5p1rtx .he_c2p3icri p {
	font-size: 16px;
	text-align: justify;
}

.he_g5p1rtx .he_c2p3icle {
	width: 20px;
}

.he_g5p1rtx .he_c2p3icri {
	width: calc(100% - 20px);
}

.he_g5p1rtx .he_c2p3jtxli {
	margin-bottom: 10px;
}

.he_g5p1rtx .he_c2p3icle {
	margin-top: 8px;
}

.he_g5p1rtx {
	margin-top: 38px;
}

.he_g5p1bg {
	width: 100%;
	position: relative;
}

.he_g5p1bg img {
	width: 100%;
}

.he_g5p1play {
	width: 42px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}

.he_g5p1play img {
	width: 100%;
}

.he_g5p1brc {
	width: 100%;
	position: relative;
}

.he_g5p1brcd {
	width: 100%;
	position: relative;
}

.he_g5p1brc .slick-dots li {
	width: 8px;
	height: 8px;
	background: rgba(196, 196, 196, 0.48);
	margin: 0px 4px;
}

.he_g5p1brc .slick-dots li.slick-active {
	background: #004ABA;
}

.he_g5p1brc .slick-dots {
	bottom: 18px;
}

.he_g6p1 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_g6p1g {
	width: 100%;
	position: relative;
}

.he_g5ym .ys_main {
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_g6p1ti p {
	color: #333;
	font-weight: bold;
	text-align: center;
}

.he_g6p1ti {
	margin-bottom: 50px;
}

.he_g6p1y {
	width: 100%;
	position: relative;
}

.he_g6p1li {
	width: 33.333333%;
	padding: 0 17px;
	margin-bottom: 30px;
}

.he_g6p1ul {
	margin: 0 -17px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.he_g6p1lo {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(92, 66, 173, 0.1);
	border-radius: 5px;
	padding: 49px;
	height: 100%;
}

.he_g6p1lpx p {
	font-size: 160px;
	color: rgba(92, 66, 173, 0.04);
	font-family: "Montserrat-Bold";
}

.he_g6p1lpx {
	position: absolute;
	bottom: -23px;
	right: 15px;
}

.he_g6p1lo .he_c2p3jtxli {
	position: relative;
	z-index: 10;
	margin-bottom: 0;
}

.he_g6p1lo .he_c2p3icle {
	width: 20px;
	margin-top: 8px;
}

.he_g6p1lo .he_c2p3icri {
	width: calc(100% - 20px);
	padding-left: 28px;
}

.he_g6p1lo .he_c2p3icri p {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

.he_g5p3 {
	width: 100%;
	position: relative;
}

.he_g5p3bt {
	width: 100%;
	position: relative;
}

.he_g5p3 .he_g6p1ti {
	margin-bottom: 0;
}

.he_g5p4 {
	width: 100%;
	position: relative;
	padding-top: 100px;
}

.he_g5p4ny {
	width: 100%;
	position: relative;
}

.he_g5p4hy {
	width: 100%;
	position: relative;
}

.he_g5p4lud {
	width: 100%;
	position: relative;
}

.he_g5p4li {
	width: 33.333333%;
	padding: 0 17px;
	margin-bottom: 28px;
}

.he_g5p4ul {
	margin: 0 -17px;
}

.he_g5p4lud img {
	border-radius: 10px;
}

.he_g5p5 {
	width: 100%;
	position: relative;
	padding-top: 70px;
}

.he_g5p5nh {
	width: 100%;
	position: relative;
}


.he_g5p5itq {
	width: 100%;
	position: relative;
}

.he_g5p5itle {
	width: 24px;
	margin-top: 17px;
}

.he_g5p5itle img {
	width: 100%;
}

.he_g5p5itri {
	width: calc(100% - 24px);
	padding-left: 27px;
}

.he_g5p5itri p {
	font-weight: bold;
	color: #333333;
}

.he_g5p5yfl p {
	font-size: 18px;
	line-height: 1.5;
	color: #666666;
}

.he_g5p5yfl {
	width: 100%;
	padding-left: 50px;
	margin-top: 30px;
}

.he_g5p5yox {
	width: 100%;
	padding-top: 90px;
}

.he_g5p5yrd {
	width: 100%;
	position: relative;
	padding-top: 60px;
}

.he_g5p5gli {
	width: 50%;
	padding: 0 19px;
	margin-bottom: 66px;
}

.he_g5p5gtx {
	width: 100%;
	position: relative;
}

.he_g5p5yvg {
	width: 100%;
	position: relative;
	background: linear-gradient(74.52deg, #5C42AD 9.96%, #606DE2 95.67%);
	border-radius: 10px;
	height: 250px;
	z-index: 10;
}

.he_g5p5yew {
	width: 100%;
	position: relative;
}


.he_g5p5yic span {
	font-size: 12px;
	color: #FFF;
}

.he_g5p5yic {
	width: 12px;
	margin-top: 11px;
}

.he_g5p5yew {
	width: calc(100% - 12px);
	padding-left: 15px;
}

.he_g5p5yew p {
	font-size: 18px;
	line-height: 2;
	color: #FFF;
	max-height: 6em;
	overflow: hidden;
}

.he_g5p5yrdu {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 47px;
}

.he_g5p6 {
	width: 100%;
	position: relative;
	padding-top: 70px;
	padding-bottom: 80px;
}

.he_g5p6ln {
	width: 100%;
	position: relative;
}

.he_g5p6yu {
	width: 100%;
	position: relative;
}

.he_g5p6yu .he_c2p3icle {
	width: 24px;
	margin-top: 4px;
}

.he_g5p6yu .he_c2p3icri {
	width: calc(100% - 24px);
}

.he_g5p6yu .he_c2p3icri p {
	font-size: 18px;
}

.he_g5p6yu .he_c2p3jtxli {
	margin-bottom: 28px;
}

.he_c8ban {
	width: 100%;
	position: relative;
	margin-top: 80px;
}

.he_c8bnr {
	width: 100%;
	position: absolute;
	top: 18%;
	left: 0;
	z-index: 10;
}

.he_c8bnrt {
	width: 100%;
	position: relative;
}

.he_c8bntr {
	width: 226px;
	position: relative;
}

.he_c8bntr img {
	width: 100%;
}

.he_c8bntd h1 {
	font-weight: bold;
	color: #FFF;
}

.he_c8bntd p {
	font-weight: bold;
	color: #FFF;
}

.he_c8bntd {
	margin-top: 35px;
}

.he_c8binmr {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15%;
}

.he_c8biny {
	width: 100%;
	position: relative;
}

.he_c8bindle {
	width: 58px;
	margin-top: 7px;
}

.he_c8bindle img {
	width: 100%;
}

.he_c8bindzle {
	width: 16px;
	margin-top: 10px;
}

.he_c8bindzle img {
	width: 100%;
}

.he_c8bindzri {
	width: calc(100% - 16px);
	padding-left: 12px;
}

.he_c8bindzri p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
	font-family: "MontserratLight";
}

.he_c8bindri {
	width: calc(100% - 58px);
	padding-left: 20px;
}

.he_c8banzd {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.he_c8banzd img {
	width: 100%;
}

.he_c8ym {
	background: #FBFBFB;
}

.he_c8bxz {
	width: 100%;
	position: relative;
}

.he_c8p1 {
	width: 100%;
	position: relative;
	padding-top: 100px;
}

.ys_aside_nav {
	position: fixed;
	left: 0;
	top: 20%;
	transform: translateY(-50%);
	z-index: 99;
	padding-left: 52px;
	opacity: 0;
}

.ys_aside_li {
	position: relative;
}

.he_asilte p {
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	transition: all 0.36s;
}

.ys_aside_li.on {
	color: #40A8B2;
}

.ys_aside_nav {
	transform: translateX(-100%);
	transition: all .4s ease-out;
}

.ys_aside_nav.start {
	transform: translateX(0);
	opacity: 1;
}

.ys_aside_nav.end {
	transform: translateX(-100%);
	opacity: 0;
}


/* .ys_section {
    height: 60vh;
} */

.he_c8pog {
	width: 100%;
	position: relative;
}

.he_asilic {
	width: 10px;
	position: absolute;
	top: 3px;
	left: 0;
	transition: all 0.36s;
	opacity: 0;
}

.he_asilic img {
	width: 100%;
}

.ys_aside_li {
	cursor: pointer;
	margin-bottom: 24px;
}

.ys_aside_li.on .he_asilic {
	opacity: 1;
}

.he_asilte {
	transition: all 0.36s;
}

.ys_aside_li.on .he_asilte {
	transform: translateX(20px);
}



.he_pupog {
	width: 100%;
	padding-left: 120px;
}

.he_pupogti p {
	font-weight: bold;
	color: #333;
}

.he_pupogti {
	margin-bottom: 20px;
}

.he_c8p1gri {
	width: 469px;
	position: relative;
}

.he_c8p1gri img {
	width: 100%;
}

.he_c8p1gle {
	width: calc(100% - 469px);
	padding-right: 120px;
}

.he_c8p1gdc {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(64, 168, 178, 0.4);
	/* border-top: 1px solid rgba(64, 168, 178, 0.4); */
	padding: 37px 0;
}

.he_c8p1gdc:first-child {
	border-top: none;
}

.he_c8p1gdzle {
	width: 42px;
}

.he_c8p1gdzle img {
	width: 100%;
}

.he_c8p1gdzri {
	width: calc(100% - 42px);
	padding-left: 23px;
	margin-top: 5px;
}

.he_c8p1gds1 p {
	font-size: 24px;
	line-height: 1.5;
	color: #40A8B2;
	font-weight: bold;
}

.he_c8p1gds2 p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
}

.he_c8p1gds2 {
	margin-top: 15px;
}

.he_c8p1gul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.he_c8p2 {
	width: 100%;
	position: relative;
	padding-top: 100px;
}

.he_c8p2jd p {
	font-size: 18px;
	line-height: 2;
	color: #333333;
}

.he_c8p3 {
	width: 100%;
	padding-top: 100px;
}

.he_c8p2r2 {
	padding-top: 100px;
}

.he_c8p3nr {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-top: 20px;
}

.he_c8p3nle {
	width: 44.5%;
}

.he_c8p3nri {
	width: 55.4%;
	padding-left: 24px;
}

.he_c8p3nly {
	width: 100%;
	position: relative;
	padding: 23px;
	background: #FFF;
	box-shadow: 0px 4px 6px 1px rgba(213, 226, 245, 0.25);
	border-radius: 10px;

}

.he_c8p3nri .he_c8p3nly {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* padding: 40px 23px; */
	height: 100%;
}

.he_c8p3nig {
	width: 100%;
	position: relative;
}

.he_g5p1bg {
	position: relative;
}

.he_c8p3nlfd {
	width: 100%;
	position: relative;
}

.he_c8p3nltd p {
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}

.he_c8p3nltd {
	margin-top: 28px;
}

.he_c8p3nltxc p {
	font-size: 18px;
	color: #666666;
	line-height: 2;
	letter-spacing: 1px;
	height: 6em;
	overflow: hidden;
}

.he_c8p3nltxc {
	margin-top: 12px;
}

.he_c8p3ncg {
	width: 100%;
	height: calc(50% - 12px);
}

.he_c8p3ncg:first-child {
	margin-bottom: 24px;
}

.he_c8p3nldle {
	width: 210px;
	position: relative;
}

.he_c8p3nldri {
	width: calc(100% - 210px);
	padding-left: 20px;
}

.he_c8p3nldri .he_c8p3nltd {
	margin-top: 0;
}

.he_c8p3nri .he_c8p3nltxc p {
	height: inherit;
	max-height: 8em;
	letter-spacing: 0;
}

.he_c8p4 {
	width: 100%;
	padding-top: 100px;
}

.he_c8p4km {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
}

.he_c8p4kmli {
	width: 25%;
	padding: 0 5px;
}

.he_c8p4kmul {
	margin: 0 -5px;
}

.he_c8p4kmr {
	width: 100%;
	position: relative;
}

.he_c8p4kmti p {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	text-align: center;
}

.he_c8p4kmti {
	width: 100%;
	background: #004ABA;
	margin-bottom: 10px;
}


.he_c8p4kmnb {
	width: 100%;
	position: relative;
}

.he_c8p4kmyc p {
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	color: #333333;
	text-align: center;
}

.he_c8p4kmyc {
	background: rgb(0 74 186 / 10%);
	margin-top: 10px;
}

.he_c8p4lk2 {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.he_c8p4ld {
	width: 100%;
	padding: 0 60px;
	position: relative;
}


.he_c8p4lk2 .swiper-pagination {
	position: relative;
}

.he_c8p4lk2 .swiper-pagination-bullet {
	background: #D5D7DC;
	opacity: 1;
	margin: 0 7px;
}

.he_c8p4lk2 .swiper-pagination-bullet-active {
	background: #65B8C0;
}

.he_c8qieh {
	width: 100%;
}

.he_c8p4le,
.he_c8p4ri {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.he_c8p4le {
	left: 0;
}

.he_c8p4ri {
	right: 0;
}

.he_c8p5 {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.he_c8p5gk {
	width: 100%;
	position: relative;
	padding-top: 18px;
}

.he_c8p5gli {
	width: 25%;
	padding: 0 9px;
	margin-bottom: 18px;
}

.he_c8p5gul {
	margin: 0 -9px;
}

.he_c8p5gd {
	width: 100%;
	position: relative;
}

.he_c8p5gdig {
	width: 100%;
	position: relative;
}

.he_c8p5gdig img {
	width: 100%;
	border-radius: 10px;
}

.he_c8p5gte p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.5em;
	overflow: hidden;
}

.he_c8p5gte {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	text-align: center;
}

.he_c8p6 {
	width: 100%;
	position: relative;
	background: #40A8B2;
	padding: 100px 0;
}

.he_c8p6nm {
	width: 100%;
	position: relative;
}

.he_c8p6 .he_c2p1ble p {
	color: #FFF;
}

.he_c8p6 .he_puclkle p {
	line-height: 44px;
}

.he_c8p6 .he_puclkri {
	line-height: 44px;
}

.he_c8p6 .he_puclmo {
	width: 140px;
}

.he_c8p6 .he_puclmo a {
	padding: 0 10px;
}

.he_c8p6 .he_c2p1bf {
	margin-bottom: 15px;
}

.he_c8p6 .he_b1p5dul .swiper-pagination-progressbar {
	background: rgba(255, 255, 255, 0.3) !important;
}

.he_c8p6 .he_b1p5dul .swiper-pagination-progressbar-fill {
	background: #fff !important;
}

.he_asilic .he_img1 {
	top: 3px;
	height: auto;
	opacity: 0;
}

.he_asilic img {
	transition: all 0.36s;
}

.ys_aside_nav.with .he_img {
	opacity: 0;
}

.ys_aside_nav.with .he_img1 {
	opacity: 1;
}

.ys_aside_nav.with .he_asilte p {
	color: #FFF;
}

.he_h1ym .he_f2banig .he_banpc {
	height: 400px;
}

.he_h1ym .he_f2ban {
	margin-top: 80px;
}

.he_h1p1 {
	width: 100%;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}

.he_h1p1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 72%;
	height: 100%;
	background: #F9F8FD;
	display: block;
	z-index: -1;
}

.he_h1p1bx {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.he_h1p1ri {
	width: 720px;
}

.he_h1p1ri img {
	width: 100%;
}

.he_h1p1le {
	width: calc(100% - 720px);
	padding-right: 80px;
}

.he_h1ym .ys_main {
	border-bottom: 1px solid rgba(220, 216, 244, 0.6);
}

.he_h1p1leb {
	width: 100%;
	position: relative;
}

.he_h1p1lti p {
	font-family: "Montserrat-Bold";
	font-weight: bold;
	color: #333333;
}

.he_h1p1yul {
	/* margin: 0 -10px; */
	padding-top: 42px;
	display: flex;
	justify-content: space-between;
}

.he_h1p1yli {
	max-width: 33.333333%;
	/* padding: 0 10px; */
	text-align: center;
}

.he_h1p1ys {
	width: 100%;
}

.he_h1p1yd p {
	font-family: "Montserrat-Bold";
	color: #004ABA;
	text-align: center;
}

.he_h1p1yde p {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
}

.he_h1p1yde {
	margin-top: 10px;
}

.he_h1p1pumo {
	width: 100%;
	margin-top: 40px;
}

.he_pblcmo {
	width: 140px;
}

.he_pblcmo a {
	display: block;
	width: 100%;
	background: #004ABA;
	border-radius: 5px;
	text-align: center;
}

.he_pblcmo .he_puclkle p {
	line-height: 44px;
}

.he_pblcmo .he_puclkri {
	line-height: 44px;
}

.he_h1p2 {
	width: 100%;
	position: relative;
}

.he_h1p2bh {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.he_h1p2li {
	width: 100%;
	position: relative;
	/* padding: 100px 0; */
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px -4px 24px 9px rgba(199, 209, 225, 0.35);
	height: 100vh;
}

.he_h1p2li:first-child {
	box-shadow: none;
}

.he_h1p2bh {
	width: 100%;
	padding-left: 40px;
}

.he_h1p2zs1 {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.36s;
}

.he_h1p2zs1 img {
	width: 100%;
}

.he_h1p2zs2 {
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.36s;
}

.he_h1p2zs2 img {
	width: 100%;
}

.he_h1p2bhg {
	width: 100%;
	position: relative;
}

.he_h1p2bri {
	width: 760px;
	border-radius: 10px;
	overflow: hidden;
}

.he_h1p2bri img {
	width: 100%;
	border-radius: 10px;
}

.he_h1p2ti p {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.he_h1p2ti {
	margin-bottom: 70px;
}

.he_h1p2xt p {
	font-weight: bold;
	color: #333;
}

.he_h1p2ud p {
	font-size: 30px;
	line-height: 1.5;
	color: #666666;
}

.he_h1p2ud {
	margin-top: 17px;
}

.he_h1p2ydf {
	width: 100%;
	position: relative;
	margin-top: 55px;
}

.he_h1p2yded {
	width: 100%;
	position: relative;
}

.he_h1p2ydli {
	width: 50%;
	margin-bottom: 13px;
}

.he_h1p2ydli .he_c2p3icle {
	width: 20px;
	margin-top: 7px;
}

.he_h1p2ydli .he_c2p3icri {
	width: calc(100% - 20px);
}

.he_h1p2ydli .he_c2p3icri p {
	font-size: 24px;
	color: #666666;
	line-height: 1.5;
}

.he_h1p2ble {
	width: calc(100% - 760px);
	padding-right: 8%;
}

.he_h1p3 {
	width: 100%;
	position: relative;
	padding: 80px 0 100px;
}

.he_h1p3ed {
	width: 100%;
	position: relative;
	padding: 0 68px;
}

.he_h1p3ti p {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.he_h1p3ti {
	margin-bottom: 30px;
}

.he_h1p3fd p {
	font-size: 18px;
	line-height: 1.5;
	color: #666666;
	text-align: center;
}

.he_h1p3fd a {
	font-size: 24px;
	color: #1226AA;
}

.he_h1p3vd {
	width: 100%;
	position: relative;
	background: #FFF;
	border-radius: 10px;
	padding: 65px 80px;
	margin-top: 42px;
	overflow: hidden;
}

.he_h1p3vdf {
	margin: 0 -15px;
}

.he_h1p3vc {
	width: 100%;
	background: #F9F8FD;
	border-radius: 5px;
	padding: 0 15px;
	display: flex;
}

.he_h1p3vli {
	width: 50%;
	padding: 0 8px;
}

.he_h1p3vdf {
	margin: 0 -8px;
}

.he_h1p3vcle p {
	font-size: 16px;
	line-height: 50px;
	color: #666666;
}

.he_h1p3vcle p span {
	color: #E34848;
}

.he_h1p3vcri input {
	width: 100%;
	height: 50px;
	padding-left: 15px;
}

.he_h1p3vcle {
	width: 40px;
}

.he_h1p3vcri {
	width: calc(100% - 40px);
}

.he_h1p3vcri input {
	color: #666;
}

.he_h1p3vge {
	width: 100%;
	border-radius: 5px;
	background: #F9F8FD;
	padding: 0 15px;
	margin-top: 15px;
}

.he_h1p3vge .he_h1p3vcle {
	width: 155px;
}

.he_h1p3vgri {
	width: calc(100% - 155px);
}

.he_h1p3vgdr {
	width: 33.333333%;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.he_h1p3vgfc {
	margin: 0 -20px;
}

.he_h1p3vge {
	display: flex;
	align-items: center;
}

.he_h1p3vtd p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	/* text-align: right; */
}

.he_h1p3vtd {
	width: 60px;
	padding-left: 15px;
}

.he_h1p3vip {
	width: calc(100% - 60px);
	border: 1px solid rgba(92, 66, 173, 0.2);
	border-radius: 2px;
	height: 30px;
	position: relative;
	cursor: pointer;
}

.he_h1p3vip select {
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	color: rgba(92, 66, 173, 0.35);
	cursor: pointer;
}

.he_h1p3arr {
	width: 8px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.he_h1p3arr img {
	width: 100%;
}

.he_h1p3vkle {
	width: 20px;
	border: 1px solid rgba(35, 34, 36, 0.22);
	border-radius: 2px;
}


.he_h1p3vkle img {
	width: 100%;
	opacity: 0;
}


.he_h1p3vkri p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.he_h1p3vkli {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 50px;
}

.he_h1p3vkri {
	width: calc(100% - 20px);
	padding-left: 11px;
}

.he_h1p3vgb {
	display: flex;
	flex-wrap: wrap;
}

.he_h1p3vkli.on .he_h1p3vkle img {
	opacity: 1;
}

.he_h1p3vtrw p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.he_h1p3vtext {
	width: 100%;
	background: #F9F8FD;
	border-radius: 5px;
	margin-top: 15px;
	padding: 15px;
}

.he_h1p3vtsx textarea {
	width: 100%;
	height: 85px;
	padding-top: 10px;
}

.he_h1p3vtztog {
	margin-top: 15px;
}

.he_h1p3tsli {
	width: 50%;
	position: relative;
	padding: 0 8px;
}

.he_h1p3tsul {
	margin: 0 -8px;
}

.he_h1p3tsxc {
	width: 100%;
	position: relative;
	background: #F9F8FD;
	border-radius: 5px;
}

.he_h1p3tsxc input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #999999;
	padding: 0 15px;
	padding-right: 120px;
}

.he_h1p3tsxc input::-webkit-input-placeholder {
	color: #999999;
}

.he_h1p3tsxc input:-moz-placeholder {
	color: #999999;
}

.he_h1p3tsxc input::-moz-placeholder {
	color: #999999;
}

.he_h1p3tsxc input:-ms-input-placeholder {
	color: #999999;
}

.he_h1p3tsxc img {
	width: 96px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	cursor: pointer;
}

.he_h1p3tsm {
	margin-top: 15px;
}

.he_h1p3tsubmi {
	width: 100%;
}

.he_h1p3tsubmi p {
	font-size: 18px;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	background: #5C42AD;
	border-radius: 5px;
}

.he_h1p3vkri p a {
	color: #5C42AD;
}

.he_h1p2vqu {
	padding-top: 100px;
	padding-bottom: 100px;
	height: 100vh;
	position: relative;
}

.he_h1p2 .ys_aside_li.on .he_asilte p {
	color: #1226AA;
}

.he_h4ym .he_banpc {
	height: 380px;
}

.he_h4ym .he_f2bante .he_tith4 {
	font-weight: normal;
	margin-top: 20px;
}

.he_h4ym .he_f2ban {
	margin-top: 80px;
}

.he_h4p1 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_h4p1nt {
	width: 100%;
	position: relative;
}

.he_h4p1ng {
	width: 100%;
}

.he_h4p1ng img {
	width: 100%;
}

.he_h4p1ng {
	display: none;
}

.he_h4p1ng:first-child {
	display: block;
}

.he_h4p1ng img {
	border-radius: 10px;
}

.he_h4p1ntri {
	width: 16px;
}

.he_h4p1ntri img {
	width: 100%;
	transition: all 0.36s;
}

.he_h4p1ntle {
	width: calc(100% - 16px);
	padding-right: 15px;
	display: flex;
	align-items: center;
}

.he_h4p1nri {
	width: 648px;
}

.he_h4p1nle {
	width: calc(100% - 648px);
	padding-right: 63px;
}

.he_h4p1ntic {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #F8F9FD;
	position: relative;
}

.he_h4p1ntic img {
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.he_h4p1ntyx p {
	font-size: 24px;
	line-height: 1.5;
	color: #1226AA;
	font-weight: bold;
}

.he_h4p1ntyx {
	width: calc(100% - 54px);
	padding-left: 13px;
}

.he_h4p1ntp {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.he_h4p1nbp p {
	font-size: 18px;
	line-height: 1.85;
	color: #666666;
}

.he_h4p1nbp {
	padding-left: 68px;
	margin-top: 12px;
	display: none;
}

.he_h4p1nli {
	width: 100%;
	border-bottom: 1px solid #D5D7DC;
	padding: 30px 0;
}

.he_h4p1nli.on .he_h4p1ntri img {
	transform: rotate(180deg);
}

.he_h4p1nli:first-child {
	padding-top: 0;
}

.he_h2p1 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_h2p1by {
	width: 100%;
	position: relative;
	padding-left: 76px;
}

.he_h2p1ble {
	width: 356px;
}

.he_h2p1ble img {
	width: 100%;
}

.he_h2p1bri {
	width: calc(100% - 356px);
	padding-left: 115px;
}

.he_h2p1bti p {
	font-weight: bold;
	color: #333;
}

.he_h2p1bti {
	margin-bottom: 30px;
}

.he_h2p1tli {
	margin-right: 17px;
	margin-bottom: 13px;
}

.he_h2p1tli p {
	font-size: 16px;
	color: #FFF;
	background: rgba(177, 164, 215, 1);
	border-radius: 5px;
	line-height: 36px;
	padding: 0 20px;
}

.he_h2p1tap p {
	font-size: 18px;
	line-height: 2;
	color: #666666;
	margin-bottom: 15px;
}

.he_h2p1tap {
	padding-top: 15px;
}

.he_h2p2 {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.he_h2p2nt {
	width: 100%;
	position: relative;
}

.he_h2p2ti p {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.he_h2p2xul {
	text-align: center;
	display: flex;
	justify-content: center;
}

.he_h2p2xli p {
	font-size: 24px;
	line-height: 1.5;
	color: #333333;
	display: inline-block;
	cursor: pointer;
	margin: 0 50px;
	position: relative;
	transition: all 0.36s;
}

.he_h2p2xli p::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #1226AA;
	transition: all 0.36s;
	opacity: 0;
}

.he_h2p2xli {
	font-size: 24px;
	line-height: 1.5;
	color: #333333;
}

.he_h2p2xli.act p {
	color: #1226AA;
}

.he_h2p2xli.act p::after {
	opacity: 1;
}

.he_h2p2xita {
	margin-top: 38px;
	margin-bottom: 55px;
}

.he_h2p2ryu {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.he_h2p2rli {
	width: 14.285714%;
	padding: 0 23px;
	margin-bottom: 37px;
}

.he_h2p2rul {
	margin: 0 -23px;
	display: flex;
	flex-wrap: wrap;
}

.he_h2p2rig {
	width: 100%;
	/* height: 155px; */
	border-radius: 10px;
	position: relative;
}

.he_h2p2rzd p {
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.he_h2p2rzp p {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	text-align: center;
}

.he_h2p2rzd {
	margin-top: 10px;
}

.he_h2p2rzp {
	margin-top: 4px;
}

.he_h2p2ydx {
	width: 100%;
	position: relative;
}

.he_h2p2yxdr {
	width: 100%;
	display: none;
}

.he_h2p2yxdr:first-child {
	display: block;
}



.he_h2brb {
	width: 100%;
	position: relative;
	padding: 0 200px;
	padding-left: 110px;
}

.he_h2brble {
	width: 250px;
	/* height: 250px; */
	border-radius: 10px;
	position: relative;
}

.he_h2brble img {
	border-radius: 10px;
}

.he_h2brbtd .he_h2p1tli {
	margin-bottom: 0;
	margin-right: 0;
	display: inline-block;
}

.he_h2brbri {
	width: calc(100% - 250px);
	padding-left: 82px;
}

.he_h2brbti p {
	font-size: 36px;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
}

.he_h2brbti {
	margin-top: 20px;
	margin-bottom: 10px;
}

.he_h2brbu p {
	font-size: 18px;
	line-height: 1.5;
	color: #5C42AD;
}

.he_h2brbys p {
	font-size: 16px;
	line-height: 1.875;
	color: #666666;
}

.he_h2brbys {
	margin-top: 15px;
}

.he_h2p3 {
	width: 100%;
	position: relative;
}

.he_h2p3bj {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.he_h2p3bjli {
	width: 100%;
	display: none;
}

.he_h2p3bjli:first-child {
	display: block;
}

.he_h2p3bjli img {
	width: 100%;
}

.he_h2p3ig {
	width: 100%;
	padding-top: 200px;
	position: relative;
	z-index: 10;
}

.he_h2p3igti p {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.he_h2p3igtp p {
	font-size: 144px;
	font-family: "Montserrat-Bold";
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.he_h2p3igtp {
	margin-top: 12px;
}

.he_h2p3dli {
	width: 16.666666%;
	padding: 0 6px;
}

.he_h2p3dul {
	margin: 0 -6px;
}

.he_h2p3drd {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.he_h2p3dig {
	width: 100%;
	position: relative;
}

.he_h2p3dig img {
	width: 100%;
}

.he_h2p3dte p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFF;
	font-weight: bold;
}

.he_h2p3dte {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 15px;
	z-index: 11;
}

.he_h2p3dto {
	margin-top: 50px;
}

.he_h2p3dul .slick-dots li {
	width: 8px;
	height: 8px;
}

.he_h2p3dul .slick-dots li.slick-active {
	background: #1226AA;
}

.he_h2p4 {
	width: 100%;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.he_h2p4ny {
	width: 100%;
	position: relative;
}

.he_h2p4ti p {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.he_h2p4ti {
	margin-bottom: 40px;
}

.he_h2p4rli {
	width: 33.333333%;
	padding: 0 17px;
}

.he_h2p4rul {
	margin: 0 -17px;
}

.he_h2p4rli .he_g5p1play {
	width: 28px;
}

.he_h2p4rul .slick-arrow {
	width: 49px;
	height: 48px;
	z-index: 10;
}

.he_h2p4rul .slick-prev {
	left: -74px;
}

.he_h2p4rul .slick-next {
	right: -74px;
}

.he_h2p4rul .slick-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.he_h2p4rul .slick-next::after {
	background-image: url(../images/b2_icon2.svg);
}

.he_h2p4rul .slick-prev::after {
	background-image: url(../images/b2_icon3.svg);
}

.he_h2p4rul .slick-dots li.slick-active {
	background: #5C42AD;
}

.he_h2p4rul .slick-dots li {
	width: 8px;
	height: 8px;
}

.he_h2p4rul .slick-dots {
	bottom: -60px;
}

.he_h3p1 {
	width: 100%;
	padding-top: 100px;
	position: relative;
	z-index: 10;
}

.he_h3p1ti p {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.he_h3p1bg {
	width: 100%;
	position: relative;
	border-radius: 10px;
}

.he_h3p1ti {
	margin-bottom: 45px;
}

.he_h3p1bte p {
	font-size: 16px;
	line-height: 1.875;
	color: #FFFFFF;
	text-align: justify;
}

.he_h3p1bte {
	padding: 125px;
}

.he_h3p2 {
	width: 100%;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.he_h3p2nt {
	width: 100%;
	position: relative;
}

.he_h3p2tle {
	width: 56px;
}

.he_h3p2tle img {
	width: 100%;
}

.he_h3p2tri {
	width: calc(100% - 56px);
	padding-left: 15px;
}

.he_h3p2tri p {
	color: #333333;
}

.he_h3p2ti {
	display: flex;
	align-items: center;
}

.he_h3p2hd {
	width: 100%;
	position: relative;
	padding-left: 76px;
	margin-top: 40px;
}

.he_h3p2hup p {
	font-size: 24px;
	line-height: 1.5;
	color: #666666;
	font-weight: bold;
	transition: all 0.36s;
}

.he_h3p2hup {
	position: relative;
}

.he_h3p2hup span {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(92, 66, 173, 0.2);
	left: 50%;
	transform: translateX(-50%);
	bottom: -37px;
}

.he_h3p2hup span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: #5C42AD;
	border-radius: 50%;
}

.he_h3p2hul {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.he_h3p2hli {
	max-width: 20%;
}

.he_h3p2hgx {
	width: 100%;
	position: relative;
}

.he_h3p2hgx::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	width: 92%;
	height: 3px;
	background: #F0F3F3;
}

.he_h3p2hli.on .he_h3p2hup p {
	color: #1226AA;
}

.he_h3p3 {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
	z-index: 10;
}

.he_h3p3by {
	width: 100%;
	position: relative;
}

.he_h3p3yni {
	width: 100%;
	position: relative;
	margin-top: 50px;
}

.he_h3p3uli {
	width: 50%;
	position: relative;
	border-top: 1px solid #DFE1E6;
	border-right: 1px solid #DFE1E6;
}

.he_h3p3uli:nth-child(1) {
	border-top: none;
}

.he_h3p3uli:nth-child(2) {
	border-top: none;
}

.he_h3p3uyz {
	width: 100%;
	position: relative;
	padding: 55px 10px 55px 20px;
	z-index: 1;
}

.he_h3p3uyz::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #004ABA;
	z-index: -2;
	transition: all 0.36s;
	opacity: 0;
}

.he_h3p3uxh p {
	font-size: 100px;
	color: rgba(246, 247, 248, 1);
	font-family: "Montserrat-Bold";
	transition: all 0.36s;
}

.he_h3p3yc {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 7px #F3F5F9;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.he_h3p3uxp1 p {
	font-size: 22px;
	line-height: 1.5;
	color: #333333;
	transition: all 0.36s;
}

.he_h3p3uxp1,
.he_h3p3uxp2 {
	position: relative;
	z-index: 5;
}

.he_h3p3uxp2 p {
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	transition: all 0.36s;
}

.he_h3p3uxh {
	position: absolute;
	top: 7px;
	left: 22px;
	z-index: 1;
}

.he_h3p3uxp2 {
	margin-top: 18px;
}

.he_h3p4 {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.he_h3p4bt {
	width: 100%;
	position: relative;
}

.he_h3p4dx {
	width: 100%;
	position: relative;
	padding-left: 12px;
	margin-top: 35px;
}

.he_h3p4dkle {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(92, 66, 173, 0.2);
	position: relative;
	margin-top: 6px;
}

.he_h3p4dkle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: #5C42AD;
	border-radius: 50%;
}

.he_h3p4dkri {
	width: calc(100% - 24px);
	padding-left: 40px;
}

.he_h3p4dkri p {
	font-size: 24px;
	line-height: 1.5;
	color: #1226AA;
	font-weight: bold;
}

.he_h3p4lp {
	width: 100%;
	position: relative;
	padding-left: 86px;
	margin-top: 35px;
	padding-bottom: 40px;
}

.he_h3p4lpli {
	width: 25%;
	padding: 0 10px;
}

.he_h3p4lpul {
	margin: 0 -10px;
}

.he_h3p4lply {
	width: 100%;
	position: relative;
}

.he_h3p4klig {
	width: 100%;
	position: relative;
}

.he_h3p4klig img {
	border-radius: 10px;
}

.he_h3p4klw p {
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
}

.he_h3p4klw {
	margin-top: 15px;
}

.he_h3p4lpul .slick-arrow {
	width: 49px;
	height: 48px;
	z-index: 10;
}

.he_h3p4lpul .slick-prev {
	left: -60px;
}

.he_h3p4lpul .slick-next {
	right: -60px;
}

.he_h3p4lpul .slick-arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.he_h3p4lpul .slick-next::after {
	background-image: url(../images/b2_icon2.svg);
}

.he_h3p4lpul .slick-prev::after {
	background-image: url(../images/b2_icon3.svg);
}

.he_h3p4lpul .slick-dots li.slick-active {
	background: #5C42AD;
}

.he_h3p4lpul .slick-dots li {
	width: 8px;
	height: 8px;
}

.he_h3p4lpul .slick-dots {
	bottom: -30px;
}

.he_h3p4dxic {
	width: 90px;
	margin: 0 auto;
	position: relative;
}

.he_h3p4dxic img {
	width: 100%;
}

.he_h3p4dgr {
	width: 100%;
	margin-top: 30px;
}

.he_h3p4dxiz p {
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
	text-align: center;
}

.he_h3p4dxiz .lipei01 {
	color: #004ABA;
	font-weight: bold;
}

.he_h3p4dxiz .lipei02 {
	color: #FF0000;
	font-weight: bold;
}

.he_h3p4dxiz {
	margin-top: 15px;
}

.he_h3p4dgrul {
	display: flex;
	justify-content: space-between;
}

.he_h3p4dgrli {
	width: 50%;
}

.he_h3p4dx1 {
	position: relative;
	width: 100%;
}

.he_h3p4dx1::after {
	content: '';
	position: absolute;
	top: 18px;
	left: 11px;
	width: 2px;
	height: 100%;
	background: rgba(248, 248, 248, 1);
}

.he_h3p4dti {
	position: relative;
	z-index: 10;
}

.he_h3p5 {
	width: 100%;
	position: relative;
	background: #F8F9FD;
	padding: 100px 0 0;
	/* overflow: hidden; */
	z-index: 10;
}

.he_h3p5by {
	width: 100%;
	position: relative;
}

.he_h3p5bri {
	width: 447px;
}

.he_h3p5bri img {
	width: 100%;
}

.he_h3p5ble {
	width: calc(100% - 447px);
	padding-right: 20%;
	padding-bottom: 70px;
}

.he_h3p5ti {
	margin-bottom: 50px;
}

.he_h3p5ti p {
	font-weight: bold;
	color: #333;
}

.he_h3p5yk {
	width: 100%;
	position: relative;
}

.he_h3p5yk p {
	font-size: 24px;
	color: #1226AA;
	font-weight: bold;
}

.he_h3p5yk.he_b2p3bde p::after {
	content: '';
	position: absolute;
	top: 14px;
}

.he_h3p5yfx p {
	font-size: 18px;
	line-height: 1.5;
	color: #666666;
}

.he_h3p5yfx {
	padding-left: 42px;
}

.he_h3p5yk.he_b2p3bde p {
	margin-bottom: 18px;
}

.he_h3p5yfx {
	margin-bottom: 38px;
}

.he_h3p5yk.he_b2p3bde {
	margin-top: 0;
}

.he_h3p5yk.he_b2p3bde p {
	padding-left: 42px;
}

.he_h3p5yk.he_b2p3bde p::after {
	width: 22px;
	height: 22px;
}

.he_h3p5bri {
	position: absolute;
	bottom: -45%;
	right: 0;
}

.he_h3p6 {
	width: 100%;
	background: #5C42AD;
	padding: 160px 0 110px;
	position: relative;
}

.he_h3p6fg {
	width: 100%;
	position: relative;
}

.he_h3p6ti p {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.he_h3p6tu {
	width: 100%;
	position: relative;
}

.he_h3p6ti {
	margin-bottom: 60px;
}

.he_h3p6tkli {
	width: 33.333333%;
	padding: 0 44px;
	position: relative;
}

.he_h3p6tkli:last-child::after {
	display: none;
}

.he_h3p6tkli::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 38px;
	height: 28px;
	background-image: url(../images/h3_icon10.svg);
	background-size: 100% 100%;
}

.he_h3p6tkul {
	margin: 0 -44px;
}

.he_h3p6tkrx {
	width: 100%;
}

.he_h3p6tkig {
	width: 86px;
	position: relative;
	margin: 0 auto;
}

.he_h3p6tkt p {
	font-size: 24px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.he_h3p6tkt {
	margin-top: 30px;
}

.he_h3p6tx p {
	font-size: 14px;
	line-height: 1.7;
	color: #FFFFFF;
	text-align: center;
}

.he_h3p6tx {
	margin-top: 15px;
}

.he_h3p5th {
	width: 100%;
	animation: xl3 2s infinite;
}

.he_h3p5th img {
	width: 100%;
}

.he_h2p3 .slick-dots {
	bottom: -29px;
}

@keyframes xl3 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0px);
	}
}

.he_h3p2zs {
	width: 370px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.he_h3p2zs img {
	width: 100%;
}

.he_h3p2 .ys_cont1400 {
	position: relative;
	z-index: 10;
}

.he_h3p4zs {
	position: absolute;
	top: -40%;
	right: 0;
	width: 370px;
}

.he_h3p4zs img {
	width: 100%;
}

.he_h3p6zs {
	width: 420px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.he_h3p6zs img {
	width: 100%;
}

.he_h3p7 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_h3p7bt {
	width: 100%;
}

.he_h3p7ti p {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.he_h3p7ti {
	margin-bottom: 30px;
}

.he_h3p8 {
	width: 100%;
	position: relative;
	padding: 100px 0;
}

.he_h3p8jgri {
	width: 116px;
}

.he_h3p8jgsz {
	width: 100%;
}

.he_h3p8jgsz img {
	width: 100%;
}

.he_h3p8jgef p {
	font-size: 18px;
	color: #666666;
	line-height: 1.5;
	text-align: center;
}

.he_h3p8jgef {
	margin-top: 10px;
}

.he_h3p8jg {
	display: flex;
	align-items: center;
	padding-bottom: 27px;
	margin-bottom: 50px;
	position: relative;
}

.he_h3p8jg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 200%;
	height: 1px;
	background: rgba(92, 66, 173, 0.5);
}

.he_h3p8jgle {
	width: calc(100% - 116px);
	padding-right: 15px;
}

.he_h3p8jgle .he_h1p3fd p {
	text-align: left;
}

.he_h3p8 .he_h1p3vd {
	padding-top: 30px;
}

.he_h1p3vpc .he_h1p3vcle {
	width: 60px;
}

.he_h1p3vpc .he_h1p3vcri {
	width: calc(100% - 60px);
}

.he_h3p8 .he_h1p3vli {
	margin-bottom: 16px;
}

.he_h3p8 .he_h1p3vtext {
	margin-top: 0;
}

.ys_phnav_logo {
	width: 160px;
}

.he_b1tabd.mCSB_outside+.mCSB_scrollTools {
	right: -30px !important;
}


.he_b1banm {
	background: #FFF;
}

.he_b2p3ph {
	width: 100%;
	display: none;
}

.he_b2p3ph img {
	width: 100%;
}

.he_b3ym .he_banner {
	height: auto;
}

.he_b3ym .he_banner img {
	height: 100%;
	object-fit: cover;
}

.he_c1lym .he_c1lymbn {
	margin-top: 80px;
}

.he_c1lp4zwz {
	position: absolute;
	bottom: -75px;
	left: 0;
	width: 100%;
	text-align: center;
}

.he_c1lp4zwz p {
	font-size: 144px;
	color: #F5F7FE;
	font-family: "Montserrat-Bold";
}

.he_c1p3 .he_c8p4le {
	left: -66px;
}

.he_c1p3 .he_c8p4ri {
	right: -66px;
}

.he_c3p3li {
	width: 207px !important;
	margin-right: 20px !important;
}

.he_c3p3li .he_c3p3hc {
	width: 100%;
	margin-right: 0;
}

.he_c5ym .he_c2p2yv {
	height: calc(100vh - 80px);
}

.he_c5ym .he_c2p2yv img {
	height: 100%;
	object-fit: cover;
}

.he_c5ym .he_c5ban {
	margin-top: 80px;
}

.he_h1p2zs2 {
	width: 477px;
}

.he_letter {
	top: -3px;
	width: 104%;
}

.ys_ban_li.slick-current .ys_ban_txtbox {
	animation: fadeIn 1s ease both;
	animation-delay: 0.4s;
}

.he_c3ym .he_puclmo a {
	border: 1px solid #5C42AD;
	background: #5C42AD;
}

.he_c3ym .he_puclkle p {
	line-height: 44px;
}

.he_c3ym .he_puclkri {
	line-height: 44px;
}

.he_c3ym .he_puclmo {
	width: 140px;
}

.he_c3ym .he_puclmo a {
	padding: 0 10px;
}

.he_b1p5dul {
	position: relative;
	z-index: 10;
}

.he_c1lbnzs {
	width: 24%;
}

.he_c8baig img {
	width: 100%;
}

.he_syp5ti h2 {
	font-weight: bold;
}

.he_c0p1ny .he_letter {
	top: -4px;
	width: 110%;
	height: 116%;
}

.he_c1lp4zwz {
	display: none;
}

.he_c2ym .he_b2p3dny1 {
	left: 43.01%;
	top: 49.59%;
}

.he_b1p5dul {
	margin: 0 -15px;
}

.he_c1lp4hcd .he_puclkri {
	transition: all 0.36s;
}

.mc_b1s1_txtbox,
.mc_b1s2_txtbox {
	width: 100%;
	height: 680px;
	transform: translateY(-65%);
}

.mc_b1s1_txtbox {
	position: absolute;
	left: 0;
	top: 100%;
}

.mc_b1s1s2_txt.inited {
	transition: all .1s ease;
}

.mc_b1s1s2_txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 72px;
	font-weight: bold;
	line-height: 108px;
}

.mc_b1s2_txtbox {
	position: absolute;
	left: 0;
	top: 0;
}

.he_f2ban {
	overflow: hidden;
}

.he_e1p1 {
	overflow: hidden;
	position: relative;
}

.he_e1p1 .he_e1p1bl {
	position: static;
}

.he_e1ym .he_contny {
	position: relative;
}

.he_e1ym .he_f2ban {
	position: relative;
}

.he_e1ym .he_f2ban {
	text-align: center;
}

.he_e1ym .he_f2ban .he_tith1 {
	font-size: 48px;
	font-weight: bold;
}

.he_e1p1 {
	padding-top: 200px;
}

.he_h2p2rig img {
	border-radius: 10px;
}

.he_letter1 {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: -1;
}

.he_folphmo path {
	fill: #351c82;
}

.he_folphmo .he_letter {
	width: 100%;
}

.he_syp5 path {
	fill: #351c82;
}

.he_c1lym .he_puclmo a {
	padding: 0 10px;
}

.he_c1lym .he_folphmo .he_puclmo {
	width: 170px;
}

.he_c1p2u {
	position: relative;
}

.he_c1p2u path {
	fill: #351c82;
}

.he_c1p2u .he_letter {
	top: -3px;
	width: 128%;
	left: -22px;
	height: 119%;
}

.he_puclmo {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.he_c1lp3 path {
	fill: #351c82;
}

.he_c1lp3 .he_letter {
	top: -3px;
	width: 109%;
}

.he_c1lp5 path {
	fill: #351c82;
}

.he_c1lp5 .he_letter {
	width: 110%;
}

.he_c1lp5 .he_c1lp3mo .he_puclmo a {
	border: none;
}

.he_c1bantl path {
	fill: #351c82;
}

.he_c1ban .he_letter {
	top: -3px;
	width: 200%;
	height: 200%;
	left: -50%;
}

.he_c1banmo .he_puclmo a {
	border: none;
}

.he_c2p1bf path {
	fill: #351c82;
}

.he_c2p2 path {
	fill: #351c82;
}

.he_c2p2 .he_letter {
	top: -1px;
	width: 114%;
}

.he_c5p2 .he_letter {
	top: -1px;
	width: 130%;
}

.he_foot .he_puclmo a {
	padding: 0 10px;
}

.he_c7ym .he_foot .he_puclkle p {
	color: #FFF;
}

.he_c7ym .he_foot .he_puclkri span {
	color: #FFF;
}

.he_c7ym .he_foot .he_folphmo .he_letter {
	width: 108%;
}

.he_f1p1p1bx path {
	fill: #351c82;
}

.he_f1p2li .he_letter {
	top: -3px;
	width: 111%;
}

.he_h1p1bx .he_puclmo a {
	padding: 0 10px;
}

.he_h1p1bx path {
	fill: #351c82;
}


/*榧犳爣鏁堟灉*/
@media screen and (min-width: 1200px) {
	.he_f2p1nli:hover .he_f2p1ntle p {
		color: #004ABA;
	}

	.he_c1lp2hx:hover .he_puclmo {
		background: #004ABA !important;
		border-radius: 10px;
	}

	.he_c1lp2hx:hover .he_puclmo .he_puclln {
		border: 1px solid #fff0;
	}

	.ys_aside_li:hover .he_asilte {
		transform: translateX(20px);
	}

	.ys_aside_li:hover .he_asilic {
		opacity: 1;
	}

	.he_c1banmo .he_puclmo:hover a {
		border: none;
	}

	.he_c1lp4hcd .he_puclmo:hover .he_puclkle p {
		color: #fff !important;
	}

	.he_c1lp4hcd .he_puclmo:hover .he_puclkri span {
		color: #fff !important;
	}

	.he_c1lp4hcd:hover .he_puclkri {
		transform: translateX(4px);
	}

	.he_h3p3uyz:hover .he_h3p3uxp1 p {
		color: #FFF;
	}

	.he_h3p3uyz:hover .he_h3p3uxp2 p {
		color: #FFF;
	}

	.he_h3p3uyz:hover .he_h3p3uxh p {
		color: rgba(248, 248, 248, 0.2)
	}

	.he_h3p3uyz:hover::after {
		opacity: 1;
	}

	.he_h2p2xli p:hover {
		color: #1226AA;
	}

	.he_h2p2xli p:hover::after {
		opacity: 1;
	}

	.he_g1p1lj:hover .he_g1p1lg::after {
		top: 0;
	}

	.he_c6p2ntc a:hover {
		color: #FFF;
		background: #5C42AD;
	}

	.he_c2p1zyc:hover::after {
		opacity: 1;
	}

	.he_c2p1zyc:hover .he_c2p1ztye {
		opacity: 1;
	}

	.he_c1lp4hcd:hover .he_c1lp4ite p {
		color: #000;
	}

	/* .he_c1lp4hcd:hover .he_c1lp4zs {
        opacity: 1;
    } */

	.he_c1lp2hx:hover .he_c1lp2hti p {
		color: #FFF;
	}

	.he_c1lp2hx:hover .he_c1lp2hri .he_puclmo {
		background: transparent;
	}

	.he_c1lp2hx:hover .he_c1lp2hri .he_puclkle p {
		color: #FFF;
	}

	.he_c1lp2hx:hover .he_c1lp2hri .he_puclkri span {
		color: #FFF;
	}

	.he_c1lp2hx:hover .he_c1lp2hrx {
		background: rgb(0 74 186 / 50%);
	}

	.he_c1lp2hx:hover .he_c1lp2hle {
		opacity: 1;
	}

	.he_c1lbng a:hover::after {
		width: 100%;
		opacity: 1;
	}

	.he_c1p2uhc:hover .he_c1p2uig img {
		transform: scale(1.04);
	}

	.he_f2p1nprli a:hover .he_f2p1npru img {
		transform: scale(1.04);
	}

	.he_f1p2li a:hover .ys_imgbox_cover img {
		transform: scale(1.04);
	}

	.he_f1p1p1bx:hover .he_f1p1p1ig img {
		transform: scale(1.04);
	}

	.he_syp4tgli:hover .he_syp4tgsle img {
		animation: arrle 1.2s 1;
	}

	.he_syp4thb:hover .he_puclkri {
		animation: arrle 1.2s 1;
	}

	.ys_flex6_li:hover .he_syp2ic {
		animation: xl1 1.2s infinite;
	}

	.he_b1p4kcv:hover .he_b1p4kig img {
		transform: scale(1.04);
	}

	.he_b2p1dli:hover::after {
		opacity: 1;
		width: 100%;
	}

	.he_b2p1dli:hover .he_b2p1dhri {
		opacity: 1;
	}

	.he_b2p1dli:hover .he_b2p1dhle p {
		color: #1226AA;
	}

	.he_b3p4le:hover img {
		opacity: 1;
	}

	.he_b3p4ri:hover img {
		opacity: 1;
	}

	.he_e1p3kiv:hover .he_e1p3koic .he_img {
		opacity: 0;
	}

	.he_e1p3kiv:hover {
		background: rgb(0 74 186 / 50%);
	}

	.he_e1p3kiv:hover .he_e1p3kout p {
		color: #FFF;
	}

	.he_e1p3kiv:hover .he_e1p3koic .he_img1 {
		opacity: 1;
	}

	.he_f2fy .pc_fenye li.activepage {
		color: #004ABA;
	}

	.he_f2fy .pc_fenye li:hover {
		color: #004ABA;
	}

	.he_f2p1nprli a:hover .he_f2p1npte p {
		color: #004ABA;
	}

	.he_f2p1ndp a:hover {
		color: #004ABA;
	}

	.he_f2nli a:hover::after {
		opacity: 1;
		width: 100%;
	}

	.he_f2nli a:hover {
		color: #004ABA;
	}

	/* .he_f1p2li a:hover .he_puclmo {
        border: 1px solid #5C42AD;
        background: #5C42AD;
    } */

	/* .he_f1p1p1li a:hover .he_puclmo {
        border: 1px solid #472AA1;
        background: #472AA1;
    } */

	/* .he_d1p2li a:hover .he_d1p2tepo p {
        color: #5c42ac;
    } */

	.he_d2p2sli a:hover .he_d2p2sri p {
		color: #004ABA;
	}

	.pc_fenye li:hover {
		color: #333333;
		background: rgba(249, 247, 251, 1);
	}

	/* .he_puclmo:hover a {
    border: 1px solid #5c42ac;
  } */

	.he_puclmo:hover .he_puclkle p {
		color: #FFF;
	}

	.he_puclmo:hover .he_puclkri span {
		color: #FFF;
	}

	.he_fobsli:hover .he_fobscic .he_img {
		opacity: 0;
	}

	.he_fobsli:hover .he_fobscic .he_img1 {
		opacity: 1;
	}

	.he_fonavtv a:hover {
		color: #004ABA;
	}

	.he_folpho a:hover .he_folphri::after {
		opacity: 1;
		width: 100%;
	}

	.he_swiperuc .swiper-button-prev:hover {
		background: #3d2190;
	}

	.he_swiperuc .swiper-button-next:hover {
		background: #3d2190;
	}

	.he_navli .he_navad:hover::after {
		width: 100%;
		opacity: 1;
	}

	.he_downli a:hover {
		color: #004ABA;
	}

	.he_syp3dotli:hover .he_syp3doig {
		opacity: 1;
	}

	.he_syp3dotli:hover .he_syp3doji::before {
		opacity: 0;
	}

	.he_syp3dotli:hover .he_syp3doji::after {
		opacity: 0;
	}

	.he_d2p2ygti p:hover {
		color: #004ABA;
	}

	.he_c4p1rc:hover a {
		box-shadow: 0 0px 15px 0 #004ABA;
		background: #004ABA;
		color: #FFF;
		border-color: #004ABA;
	}

	.he_c8p5gd:hover .he_c8p5gdig img {
		transform: scale(1.05);
	}

	.he_d1p2up:hover .he_d1p2ig img {
		transform: scale(1.05);
	}

	.he_b3p2njx:hover .he_b3p2nig img {
		transform: scale(1.05);
	}

}

/* 2021.12.18 star */
.he_b1bantgy {
	position: relative;
}

.he_b1bantgy video {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-height: 100%;
	min-width: 100%;
}

.ys_videom_video {
	margin: 0 auto;
}

/* 2021.12.18 end */
.he_c6p3xtd .he_c2p3icri p {
	position: relative;
	padding-left: 15px;
}

.he_c6p3xtd .he_c2p3icri {
	width: 100%;
}

.he_c6p3xtd .he_c2p3icri p::after {
	content: '';
	position: absolute;
	top: 5px;
	left: -15px;
	width: 20px;
	height: 20px;
	background: url(../img/proico01.svg);
	background-size: 100% 100%;
}

.ys_aside_nav {
	max-width: 180px;
}

.he_g5p1rtx .he_c2p3icri {
	width: 100%;
}

.he_g5p1rtx .he_c2p3icri p {
	position: relative;
	padding-left: 15px;
}

.he_g5p1rtx .he_c2p3icri p::after {
	content: '';
	position: absolute;
	top: 6px;
	left: -15px;
	width: 20px;
	height: 20px;
	background: url(../img/proico01.svg);
	background-size: 100% 100%;
}

.he_g5p6yu .he_c2p3icri p {
	position: relative;
	padding-left: 15px;
}

.he_g5p6yu .he_c2p3icri {
	width: 100%;
}

.he_g5p6yu .he_c2p3icri p::after {
	content: '';
	position: absolute;
	top: 5px;
	left: -15px;
	width: 20px;
	height: 20px;
	background: url(../images/c2_icon13.svg);
	background-size: 100% 100%;
}

.he_h1p3arr {
	pointer-events: none;
}

.he_h1p3vgdr.on .he_h1p3arr img {
	transform: rotate(180deg);
}

.he_h1p3arr img {
	transition: all 0.1s;
}

.he_c2p2gex {
	display: none;
}

.he_c2p2gex:first-child {
	display: block;
}

.he_fotbahc p {
	display: inline-block;
	padding-right: 15px;
}

.he_fotbahc a {
	color: #999999;
}

.he_syp4tletu img {
	transition: all 0.6s;
}

.he_syp4tletu {
	overflow: hidden;
}

.he_syp4tle.on .he_syp4tletu img {
	transform: scale(1.06);
}

.he_syp4trgri {
	overflow: hidden;
}

.he_syp4trgri img {
	transition: all 0.6s;
}

.he_syp4trgx.on .he_syp4trgri img {
	transform: scale(1.06);
}

.he_c8p5gdig img {
	transition: all 0.6s;
}

.he_c8p5gdig {
	overflow: hidden;
	border-radius: 10px;
}

.he_select_bd {
	padding: 10px 0;
}

.ys_select_li {
	margin: 12px 0;
}

.he_select_bd {
	max-height: 115px;
}

.he_d1p2ig {
	overflow: hidden;
}

.he_d1p2ig img {
	transition: all 0.6s;
}

.he_b3p2nig {
	overflow: hidden;
	border-radius: 20px;
}

.he_b3p2nig img {
	transition: all 0.6s;
}

.he666 .he_banner {
	position: static;
}

.ys_select_li {
	color: #8484AA;
}

.he_folpho a {
	cursor: inherit;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.ys_videom_video {
	width: 100%;
}


.ys_banner .he_letter1 {
	width: 106%;
}

.he_c1lp3 .he_puclmo a {
	border: none !important;
}

.he_c1lp3 .he_letter {
	top: -2px;
}

.he_c1lp2hf .he_puclmo {
	border: none !important;
}

.he_c1lp2hf path {
	fill: #351c82;
}

.he_c1lp4hcd .he_letter {
	top: -2px;
}

.he_h1p1le .he_letter {
	top: -1px;
	width: 110%;
}

.he_c2p1bf .he_letter {
	top: -2px;
	width: 106%;
}

.he_c5p2 .he_c2p1bf .he_letter {
	top: -1px;
	width: 113%;
}

.he_c6p2rt1 img,
.he_c6p2rt2 img {
	border-radius: 20px;
}

.he_c1lp4hul {
	display: flex;
	flex-wrap: wrap;
}

.he_h2p3dig img {
	border-radius: 10px;
}

.ys_header {
	z-index: 990;
}

.he_f2p1nli.on .he_f2p1ntle p {
	color: #46289f;
}

.he_h1p1ri img {
	border-radius: 10px;
}

.he_e1p1bxri img {
	border-radius: 10px;
}

.he_syp3dotli14 {
	bottom: 69%;
	left: 89%;
}

.he_b1p4 {
	padding-top: 0 !important;
}

.he_b1p4 {
	min-height: 1160px;
}


.he_c1lbnnav {
	position: absolute;
	bottom: -166%;
	left: 0;
}

.he_fotdig {
	position: fixed;
}

.he_fotdig {
	opacity: 0;
	pointer-events: none;
}

.he_fotdig.on {
	opacity: 1;
	pointer-events: auto;
}

.he_b1p3 {
	min-height: 760px;
}

.he_b1p4nk {
	padding-top: 50px;
}

.he_b1p4 {
	padding-bottom: 150px;
}

.he_c1lbnnav {
	bottom: -120%;
}

.he_c1lym .he_c1lbnnav {
	bottom: -103%;
}

.he_g4ptab {
	display: none;
}

.he_h2p3dul .slick-track {
	margin: 0 auto;
}

.he_h2p3bj {
	top: inherit;
	bottom: 120px;
}

.he_h2p3 {
	overflow: hidden;
}

.he_b1bantg {
	margin-top: -80px;
}

.he_b1fscr {
	transform: scale(1.4);
}

.he_c2p4nyfc img {
	border-radius: 10px;
}

.he_h3p8,
.he_h1p3 {
	display: none;
}

.he_b1p3 {
	min-height: inherit !important;
}

.he_b1p4 {
	min-height: inherit !important;
}

.he_c3p3hc img {
	border-radius: 10px;
}

.he_d1p2ig {
	border-radius: 20px;
}

.he_b1p3 {
	padding: 150px 0 70px;
}

.he_b1p4nk {
	padding-top: 90px;
}

.he_b1p4 {
	padding-bottom: 90px;
}

.he_c2p3icri p {
	margin-bottom: 8px;
}

.he_c3p3li .he_c3p3hc:first-child {
	margin-top: 30px;
}

.he_c3p3ti {
	margin-bottom: 20px;
}

.he_c8bindle {
	width: 82px;
}

.he_c8bindri {
	width: calc(100% - 82px);
}

.he_c8biny {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.he_c8p6 .he_c2p1bf .he_letter {
	width: 111%;
}

.he_floksgb {
	display: flex;
	align-items: center;
}

.he_e1p2tph {
	display: none;
}

.he_h3p4dgrli {
	position: relative;
}

.he_h3p4dgrli::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(25deg);
	right: 0;
	width: 1px;
	height: 38px;
	background: #D5D7DC;
}

.he_h3p4dgrli:last-child::after {
	display: none;
}

.he_c0p1lhc {
	display: none;
}

.he_c0p1bx {
	overflow: hidden;
}


.he_h4ym .he_banpc {
	height: 395px;
}

.he_f2ym .he_f2banig .he_banpc {
	height: 395px;
}

.he_h4ym .he_banpc {
	height: 395px;
}

.he_h1ym .he_f2banig .he_banpc {
	height: 395px;
}

.he_logo .he_img1 {
	height: inherit !important;
	top: 16px;
}

.footnav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.rj_pro {
	width: 90%;
}

.pagess {
	text-align: center;
	margin: 0 auto;
}

.pagess a {
	display: inline-block;
	background: transparent;
	font-size: 14px;
	color: #333;
	background-color: #EEE;
	margin: 0 10px;
	padding: 10px 15px;
}

.page-num-current {
	background-color: #004ABA !important;
	color: #F6F6F6 !important;
}

.pagess a:hover {
	background-color: #004ABA;
	color: #F6F6F6;
}

.page-numbar span {
	display: inline-block;
	background: transparent;
	font-size: 14px;
	color: #333;
	background-color: #EEE;
	margin: 0 10px;
	padding: 10px 15px;
}

@media (max-width: 750px) {
	.pagess {
		text-align: center;
		margin: 0 auto;
	}

	.pagess a {
		display: inline-block;
		background: transparent;
		font-size: 12px;
		color: #333;
		background-color: #EEE;
		margin: 0 5px;
		padding: 10px;
	}

	.page-num-current {
		background-color: #004ABA !important;
		color: #F6F6F6 !important;
	}

	.pagess a:hover {
		background-color: #004ABA;
		color: #F6F6F6;
	}

	.page-numbar span {
		display: inline-block;
		background: transparent;
		font-size: 12px;
		color: #333;
		background-color: #EEE;
		margin: 0 5px;
		padding: 10px;
	}

	.he_puclln {
		padding: 5px 10px;
	}
}

.wenlibg::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
	z-index: 2;
	background: url(../img/wenli.png) center;
}

.he_puclmo a .he_puclln {
	transition: all 0.36s;
}

.he_puclmo a:hover .he_puclln {
	border: 1px solid #004ABA;
	background-color: #004ABA;
	transition: all 0.36s;
}

.ys_ban_li::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to top right, rgba(0, 0, 0, .4), transparent);
	position: absolute;
	left: 0;
	top: 0;
	background: url('../img/wenli.png') center;
	z-index: 22;
}

.biao00 {
	width: 100%;
}

.biao00 .biao01 .biao02 .biao03 {
	width: 30%;
	background: #004ABA;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.75;
	padding: 12px 0;
	margin-bottom: 10px;
	border-radius: 15px 0 0 0;
}

.biao00 .biao01 .biao02 .biao04 {
	width: 69%;
	border-radius: 0 15px 0 0;
}

.biao00 .biao01 .biao02 .biao09 {
	width: 1%;
}

.biao00 .biao05 .biao06 .biao07 {
	font-size: 14px;
	line-height: 1.75;
	background: rgb(0 74 186 / 10%);
	padding: 12px 0;
	margin-top: 10px;
	text-align: center;
}

.biao00 .biao05 .biao06 .biao08 {
	font-size: 14px;
	line-height: 1.75;
	background: rgb(0 74 186 / 10%);
	padding: 12px 30px;
	margin-top: 10px;
	text-align: justify;
}

.flexbox {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.shop_v .box {
	background: url(../img/ditu.png) no-repeat right;
}

.shop_v .word h3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}

.shop_v .word p {
	font-size: 16px;
	color: #666666;
	line-height: 2;
}

.shop_v .word .contac {
	padding: 45px 0 0 0;
	align-items: center;
	width: 40%;
}

.shop_v .word .contac .wz {
	display: inline-block;
	margin-left: 15px;
}

.shop_v .word .contac .w1 {
	font-size: 16px;
	color: #333333;
}

.shop_v .word .contac .w2 {
	font-size: 16px;
	color: #004ABA;
	line-height: 1.75;
	margin-top: 8px;
}

.shop_v .word .contac .w2 a {
	font-size: 16px;
	margin-left: 15px;
	color: #004ABA;
	border-bottom: 1px solid #004ABA;
}

.shop_v .word .contac .w2 a:hover {
	color: #004ABA;
	border-bottom: 1px solid #004ABA;
}

@media screen and (max-width: 767px) {
	.shop_v {
		background-color: #f5f5f5;
		padding: 3rem 0 2rem;
	}

	.shop_v .box {
		background: url(../img/ditu.png) no-repeat right;
		background-size: contain;
	}

	.shop_v .word h3 {
		font-size: 24px;
		color: #333333;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.shop_v .word .contac .w1 {
		font-size: 14px;
		color: #333333;
	}

	.shop_v .word .contac .w2 {
		font-size: 14px;
		color: #004ABA;
		line-height: 1.75;
		margin-top: 8px;
	}

	.shop_v .word .contac {
		padding: 20px 0 0 0;
		align-items: center;
		width: 100%;
	}
}

.yyqh {
	width: 100%;
	padding: 0 80px;
}

.yyqh ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	width: 100%;
}

.yyqh ul li {
	min-width: 20%;
}

.yyqh ul li .yyqha {
	padding-right: 30px;
	font-size: 20px;
	line-height: 1.75;
}

.yyqh ul li .yyqha a {
	color: #333;
}

.yyqh ul li .yyqha a:hover {
	color: #004ABA;
}

.mc1_area_title {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 25px;
}

.he_fobsri {
	float: left;
}

.he_rong {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.rj_cona {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	.rj_cona {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}

.perso_job_btm_ul {
	margin: 0 -18px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.pjbu_li {
	width: 33.333333%;
	padding: 0 18px;
	margin-bottom: 36px;
}

.pjbu_li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pjbu_wrap {
	height: 100%;
	padding: 40px;
	border: 1px solid rgba(217, 217, 217, 1);
	transition: all 0.36s;
}

.pjbu_wrap_top {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pjbu_wrap_top_le {
	padding-right: 15px;
}

.pjbu_wrap_top_le .std_tit5 {
	font-size: 22px;
	color: #333;
	line-height: 1.75;
	transition: all 0.36s;
}

.pjbu_wrap_top_ri {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: #004ABA;
	padding: 0 14px;
	margin-top: 5px;
	flex: none;
}

.pwbu_li {
	display: flex;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.pwbu_li:last-child {
	border: none;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.pwbu_le {
	width: 20px;
	flex: none;
	margin-top: 3px;
}

.pwbu_ri {
	width: calc(100% - 20px);
	padding-left: 10px;
}

.pwbu_ri p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

.std_tit3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

	.perso_job_btm_ul {
		margin: 0 -10px;
	}

	.pjbu_li {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.pjbu_wrap {
		padding: 24px 18px;
	}

	.pjbu_wrap_top {
		margin-bottom: 15px;
	}

	.pjbu_wrap_top_ri {
		font-size: 12px;
		padding: 0 12px;
		margin-top: 2px;
		line-height: 22px;
	}

	.pjbu_wrap_top_le .std_tit5 {
		font-size: 16px;
	}

	.pwbu_li {
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	.pwbu_le {
		margin-top: 1px;
	}

	.pwbu_ri {
		padding-left: 6px;
	}

	.pwbu_ri p {
		font-size: 14px;
	}

	.std_tit3 {
		font-size: 24px;
		margin-bottom: 35px;
	}
}

@media (max-width: 750px) {
	.ys_ban_imgbox {
		height: 410px;
	}

	.ys_ban_imgbox .ys_ban_ph {
		height: 100%;
		object-fit: cover;
	}
}

/* 2026-0301 鏂板FAQ */

:root {
	--font24: 24px;
	--font20: 20px;
	--font16: 16px;
	--l1h5: 1.5;
	--l1h6: 1.6;
	--l1h7: 1.7;
	--l1h75: 1.75;
	--color666: #666;
	--color3c: #3C3C3C;
	--colormain: #004ABA;
	--space120: 120px;
	--space44: 44px;
}

.std-title3 p,
.std-title3,
.yxedr-active h3 {
	font-size: var(--font24);
	line-height: var(--l1h6);
	color: var(--color3c);
}

.std-text16,
.std-text16 p {
	font-size: var(--font16);
	line-height: var(--l1h75);
	color: var(--color666);
}

.std-text20,
.std-text20 p {
	font-size: var(--font20);
	line-height: var(--l1h7);
	color: var(--color666);
}

.issues-content {
	width: 100%;
	position: relative;
	padding: 90px 0;
}

.issues-content .ys_cont1400 {
	display: flex;
}

.issu-cont-left {
	width: 23.5%;
	background-color: #F9F9F9;
	padding: 32px 31px;
}

.issu-cont-left-tidd {
	overflow: hidden;
}

.issu-cont-left-title {
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px solid #DBDBDB;
}

.issu-cont-left-ul {
	overflow: hidden;
}

.iclu-li-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 16px 0;
	border-bottom: 1px solid #DBDBDB;
}

.iclu-li-top-text {
	color: var(--color3c);
	line-height: var(--l1h75);
	transition: all .36s;
}

.iclu-li.on .iclu-li-top-text {
	color: var(--colormain);
}

.iclu-li-top-icon {
	width: 24px;
	transition: all .36s;
}

.iclu-li.on .iclu-li-top-icon {
	transform: rotate(180deg);
}

.iclu-li-top-icon img {
	width: 100%;
	transform: rotate(90deg);
}

.iclu-li-bom {
	padding: 24px 16px;
	display: none;
}

.iclu-li.on .iclu-li-bom {
	padding-bottom: 8px;
}

.iclu-li-ul {
	flex-wrap: wrap;
}

.iclu-li-bom li {
	margin-top: 16px;
}

.iclu-li-bom li:first-child {
	margin-top: 0;
}

.iclu-li-bom .std-text16 {
	transition: all .36s;
}

.iclu-li-bom li.on a {
	color: var(--colormain);
}

.issu-cont-right {
	width: 76.5%;
	padding-left: var(--space44);
	padding-bottom: var(--space120);
}

.issu-cont-right-ul {
	overflow: hidden;
}

.icru-li {
	padding: 35px 0;
	border-bottom: 1px solid #DBDBDB;
}

.icru-li:first-child {
	padding-top: 0;
}

.icru-li-top {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.icru-li-top-icon {
	width: 32px;
	height: 32px;
	background-color: var(--colormain);
	position: relative;
	margin-right: 14px;
}

.icru-li-top-icon img {
	width: 17px;
	transition: all .36s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.icru-li.on .icru-li-top-icon img:nth-child(1) {
	opacity: 0;
}

.icru-li-top-icon img:nth-child(2) {
	opacity: 0;
}

.icru-li.on .icru-li-top-icon img:nth-child(2) {
	opacity: 1;
}

.icru-li-top-text {
	color: var(--color3c);
	line-height: var(--l1h5);
}

.icru-li-bom {
	display: none;
}

.icru-li-bom p {
	margin-top: 15px;
}

@media screen and (max-width: 1680px) {
	:root {
		--space120: 110px;
		--space44: 42px;
	}
}

@media screen and (max-width: 1560px) {
	:root {
		--font24: 22px;
		--space120: 100px;
		--space44: 40px;
	}

	.issu-cont-left {
		padding: 30px;
	}

	.issu-cont-left-title {
		padding-bottom: 14px;
	}

	.iclu-li-top {
		padding: 14px 0;
	}

	.icru-li {
		padding: 32px 0;
	}

	.icru-li-top-icon {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 1440px) {
	:root {
		/* --font24: 22px; */
		--font20: 18px;
		/* --font16: 16px; */
		--space120: 90px;
		--space44: 38px;
	}
}

@media screen and (max-width: 1360px) {
	:root {
		/* --font24: 22px; */
		--font20: 18px;
		--space120: 80px;
		--space44: 36px;
	}

	.issu-cont-left {
		padding: 26px;
	}

	.icru-li-top-icon {
		width: 26px;
		height: 26px;
	}

	.icru-li-top-text {
		font-size: 20px;
	}
}

@media screen and (max-width: 1280px) {
	:root {
		--font24: 20px;
		/* --font20: 18px; */
		/* --font16: 16px; */
		--space120: 75px;
		--space44: 34px;
	}
}

@media screen and (max-width: 1200px) {
	:root {
		--font24: 20px;
		/* --font20: 18px; */
		/* --font16: 16px; */
		--space120: 75px;
		--space44: 34px;
	}
}

@media screen and (max-width: 1199px) {
	:root {
		--font24: 20px;
		/* --font20: 18px; */
		/* --font16: 16px; */
		--space120: 70px;
		--space44: 32px;
	}

	.issu-cont-left {
		padding: 24px 20px;
	}

	.issu-cont-left-title {
		padding-bottom: 12px;
	}

	.iclu-li-top {
		padding: 12px 0;
	}

	.iclu-li-top-icon {
		width: 22px;
	}

	.icru-li {
		padding: 30px 0;
	}

	.icru-li-top-icon {
		width: 26px;
		height: 26px;
	}

	.icru-li-top-text {
		font-size: 18px;
	}

	.icru-li-bom p {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	:root {
		--font24: 18px;
		--font20: 16px;
		/* --font16: 16px; */
		--space120: 65px;
		--space44: 30px;
	}

	.issu-cont-left {
		width: 26%;
		padding: 20px 15px;
	}

	.issu-cont-left-title {
		padding-bottom: 10px;
	}

	.iclu-li-top-icon {
		width: 20px;
	}

	.iclu-li-bom {
		padding: 15px 10px 25px;
	}

	.iclu-li-bom li {
		margin-top: 10px;
	}

	.issu-cont-right {
		width: 74%;
	}

	.icru-li {
		padding: 24px 0;
	}

	.icru-li-top-icon {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.icru-li-bom p {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	:root {
		--font24: 18px;
		--font20: 16px;
		--font16: 14px;
		--space120: 55px;
		--space44: 22px;
	}

	.issues-content {
		padding: 45px 0;
	}

	.issues-content .ys_cont1400 {
		flex-wrap: wrap;
	}

	.issu-cont-left {
		width: 100%;
		padding: 20px 15px;
	}

	.issu-cont-left-title {
		font-size: 20px;
	}

	.iclu-li-bom {
		padding: 15px 15px 25px;
	}

	.iclu-li-ul {
		display: flex;
		align-items: center;
	}

	.iclu-li-bom li {
		padding: 0 10px;
	}

	.iclu-li-bom li {
		margin-top: 0;
	}

	.issu-cont-right {
		width: 100%;
		padding-left: 0;
		margin-top: 25px;
	}

	.icru-li {
		padding: 20px 0;
	}

	.icru-li-top-icon {
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}

	.icru-li-top-icon img {
		width: 12px;
	}
}

@media screen and (max-width: 480px) {
	:root {
		--font24: 18px;
		--font20: 16px;
		--font16: 14px;
		--space120: 46px;
		--space44: 18px;
	}

	.iclu-li-top {
		padding: 10px 0;
	}

	.iclu-li-top-icon {
		width: 18px;
	}

	.iclu-li-bom li {
		padding: 0 6px;
	}

	.icru-li {
		padding: 18px 0;
	}

	.icru-li-top-icon {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.icru-li-top-icon img {
		width: 12px;
	}
}