@charset "utf-8";

body {
	font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

/* @font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold/roboto-bold-webfont.eot');
	src: url('../fonts/Roboto-Bold/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold/roboto-bold-webfont.woff2') format('woff2'),
		url('../fonts/Roboto-Bold/roboto-bold-webfont.woff') format('woff'),
		url('../fonts/Roboto-Bold/roboto-bold-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Bold/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular/roboto-regular-webfont.eot');
	src: url('../fonts/Roboto-Regular/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular/roboto-regular-webfont.woff2') format('woff2'),
		url('../fonts/Roboto-Regular/roboto-regular-webfont.woff') format('woff'),
		url('../fonts/Roboto-Regular/roboto-regular-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Regular/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
} */


/*导航*/
.ys_hd_pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.mod_head {
	width: 100%;
	display: flex;
	padding: 0 115px;
	justify-content: flex-end;
	transition: all 0.36s;
	align-items: stretch;
}

.ys_hd_pc.isfixed .mod_head {
	background: #fff;
}

.mod_head_ri_cant .mod_more_link {
	width: 150px;
	text-align: center;
	line-height: 38px;
}

.mod_head_ri_cant .mod_more_link img {
	right: 20px;
}

.mod_head_ri {
	display: flex;
	align-items: center;
}

.mhrs_icon {
	line-height: 80px;
	cursor: pointer;
}


.mod_head_ri_cant {
	margin-left: 84px;
}

.mod_head_ri_lan {
	margin-right: 36px;
	display: flex;
	align-items: center;
	/* font-family: 'Urbanist-Regular'; */
}

.mod_head_ri_lan a {
	line-height: 80px;
	color: #fff;
	margin: 0 8px;
	font-size: 16px;
	font-weight: lighter;
	transition: all 0.36s;
}

.mod_head_ri_lan {
	color: #fff;
	transition: all 0.36s;
}

.mod_head_ri_lan .mhrl_cat {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.mhrs_icon .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}

.mhrn_li {
	padding: 0 28px;
	position: relative;
}

.mhrn_link {
	font-size: 16px;
	line-height: 80px;
	color: #fff;
	display: block;
	position: relative;
}

.ys_hd_pc.isfixed .mhrn_link {
	color: #333;
}

.mhrn_link::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #143886;
	transition: all 0.36s;
	opacity: 0;
}

.mhrn_li.yxnav_active1 .mhrn_link::after {
	opacity: 1;
	width: 120%;
}

.mod_head_ri_nav {
	display: flex;
	margin-right: 140px;
}

.ys_hd_pc_logo {
	width: 210px;
}

.ys_hd_pc_logo .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}

.mod_head {
	justify-content: space-between;
}

.ys_hd_pc_logo .ys_imgbox_cover img {
	transform: scale(1) !important;
}

.ys_hd_pc_logo a {
	display: flex;
	align-items: center;
	height: 100%;
}

.isfixed .ys_hd_pc_logo .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.isfixed .ys_hd_pc_logo .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}

.isfixed .mhrn_link {
	color: #143886;
}

.isfixed .mod_head_ri_lan a,
.isfixed .mod_head_ri_lan {
	color: #143886;
}

.isfixed .mhrs_icon .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.isfixed .mhrs_icon .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}


.isfixed .mod_head {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	background: #fff !important;
}

.mod_more .mod_more_link {
	font-size: 16px;
	line-height: 40px;
	background: #0077FF;
	display: block;
	border-radius: 50px;
	color: #fff;
	padding: 0 32px;
	transition: all 0.36s;
	position: relative;
	border: 1px solid #0077FF;
	text-align: center;
	cursor: pointer;
}

.mod_more_link img {
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
	transition: all 0.36s;
	opacity: 0;
}

.mod_more_link svg {
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
	transition: all 0.36s;
	opacity: 0;
}

/* - 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;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 80%;
	opacity: 0.7;
	background: linear-gradient(180deg, #050528 0%, rgba(5, 5, 40, 0.00) 100%);
	transform: rotate(180deg);
}

.ys_ban_txtbox {
	z-index: 5;
}

.ys_nybanner {
	position: relative;
}

.ys_nyban_img,
.ys_nyban_img img {
	width: 100%;
}

.ys_nyban_ph {
	display: none;
}

.ys_nyban_title h1 {
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
}

.ys_nyban_title p {
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
}

/* - banner - end*/

.ys_page_title {
	display: none;
}

/* 规范 star */

.yxedr_active p {
	font-size: 16px;
	line-height: 1.75;
	color: #143886;
	margin-bottom: 12px;
}

.std_tit1 {
	font-size: 60px;
	line-height: 1.2;
	color: #fff;
}

.std_tit2 {
	font-size: 44px;
	line-height: 1.5;
	color: #143886;
}

.std_tit3 {
	font-size: 40px;
	line-height: 1.5;
	color: #333;
}

.std_tit4 {
	font-size: 24px;
	line-height: 1.5;
}

.std_tit5 {
	font-size: 20px;
	line-height: 1.5;
}

.std_word,
.std_word p {
	font-size: 16px;
	line-height: 1.75;
	color: #666;
}

.std_padd {
	padding: 100px 0;
}

.std_mar {
	margin-bottom: 40px;
}

/* 规范 end */
.yx_search3_btn {
	width: 27px;
	margin-right: 50px;
	line-height: 60px;
	position: relative;
}

.yx_search3_btn img {
	width: 100%;
	transition: all .36s;
}

.yx_search3img1 {
	position: relative;
	top: 0;
	left: 0;
}

.yx_search3img2 {
	position: absolute;
	top: 18px;
	left: 0;
	opacity: 0;
}

.yx_search3box {
	position: relative;
}

.yx_search3xlbox {
	width: 100%;
	height: 260px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
	display: none;
	position: fixed;
	left: 0;
	top: 80px;
	z-index: 99;
}

.yx_search3_tbox {
	width: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 60px;
	border-bottom: 1px solid #666;
}

.yx_search3xlbtn {
	width: 27px;
	line-height: 60px;

}

.yx_search3xlbtn img {
	width: 100%;
	transition: all .36s;
}

.yx_search3_xls {
	width: calc(100% - 27px);
	padding-right: 20px;
}

.yx_search3_xls input {
	font-size: 16px;
	line-height: 3.75;
	color: #666;
	width: 100%;
	transition: all .36s;
}

.yx_search3_xls input::placeholder {
	color: #666;
}

.yx_search3.act .yx_search3_btn .yx_search3img2 {
	opacity: 1;
}

.yx_search3.act .yx_search3_btn .yx_search3img1 {
	opacity: 0;
}

.yx_search3_btn.on .yx_search3img2 {
	opacity: 1;
}

.yx_search3_btn.on .yx_search3img1 {
	opacity: 0;
}

.mod_tit32 {
	font-size: 32px;
	line-height: 1.4;
	color: #5EECFF;
	/* font-family: 'Roboto-Bold'; */
}

.hhpw_info .std_tit5 {
	color: #fff;
	line-height: 1.5;
}

.hhpw_tit {
	margin-bottom: 22px;
}

.mod_ban_btm {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.mod_ban_btm_tit .std_tit1 {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}

.mod_ban_btm_tit .std_tit2 {
	color: #fff;
}

.mod_ban_btm_more {
	display: flex;
	justify-content: center;
}

.mod_more_link {
	width: 170px;
}

.mod_ban_btm_tit {
	margin-bottom: 30px;
}

.ys_ban_slick .slick-dots li {
	width: 18px;
	height: 18px;
	background: transparent;
	border: 2px solid transparent;
}

.ys_ban_slick .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.36s;
}

.ys_ban_slick .slick-dots li.slick-active {
	border-color: #fff;
}

.ys_ban_slick .slick-dots li.slick-active::after {
	opacity: 0;
}

.head_height_desz {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40%;
}

.head_height_desz img {
	width: 100%;
}

.ys_ban_slick .slick-dots {
	bottom: 25px;
}

/* 首页关于我们 */
.home_about {
	width: 100%;
	position: relative;
}

.home_about.std_padd {
	padding-bottom: 50px;
}

.home_about_cont {
	width: 100%;
	position: relative;
}

.home_about_tit {
	text-align: center;
}

.home_about_btm {
	width: 100%;
	position: relative;
}

.home_about_btm .httw_info {
	padding-bottom: 0;
}

.home_about_btm .httw_info p {
	color: #383838;
}

/* 首页业务范围 */
.home_service {
	width: 100%;
	position: relative;
}

.home_service_cont {
	width: 100%;
	padding-left: 65px;
	padding-right: 65px;
	transition: all 0.36s;
}

.home_service_tit {
	text-align: center;
}

.home_service_wrap {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.36s;
}

.home_service_wrap img {
	width: 100%;
}

.home_service_wrap::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: linear-gradient(90deg, #05052A 17.87%, rgba(4, 4, 79, 0.00) 69.12%);
}

.home_service_po {
	width: 100%;
	position: relative;
}

.home_service_top {
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
	position: absolute;
}

.home_service_top .ys_cont1440 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.home_service_top_le {
	width: 58%;
	padding-right: 100px;
	position: relative;
}

.httw_tit .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold'; */
}

.httw_info p {
	color: #fff;
	margin-bottom: 22px;
}

.std_word1,
.std_word1 p {
	font-size: 18px;
	line-height: 1.6;
}

.httw_tit {
	margin-bottom: 27px;
}

.httw_info {
	padding-bottom: 30px;
}

.home_service_cont.on {
	padding-left: 0;
	padding-right: 0;
}

.home_service_cont.on .home_service_wrap {
	border-radius: 0;
}

.home_service_top_ri {
	width: 42%;
	position: relative;
}

.home_service_top_ri .imgs {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.home_service_top_ri .imgs .item {
	width: 31.333%;
	height: 165px;
	margin-right: 3%;
	margin-bottom: 15px;
	border-radius: 20px;
	background: #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.home_service_top_ri .imgs .item:nth-child(3n) {
	margin-right: 0;
}

.home_service_top_ri .imgs .item img {
	width: 60px;
	height: 60px;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}

.home_service_top_ri .imgs .item:hover img {
	transform: rotateY(180deg)
}

.home_service_top_ri .imgs .item p {
	font-size: 18px;
	color: #383838;
	padding-top: 18px;
}

/* 首页世界地图 */
.home_map {
	width: 100%;
	position: relative;
}

.home_map.std_padd {
	padding-bottom: 50px;
}

.home_map_cont {
	width: 100%;
	position: relative;
}

.home_map_tit {
	text-align: center;
}

.home_map_btm {
	width: 100%;
	position: relative;
}

.home_map_btm .bg {
	width: 100%;
}

/* 区域标签 */
.region-circle {
	position: absolute;
	transition: all .35s ease;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(5px);
	/* box-shadow:
		0 0 20px rgba(43, 109, 246, 0.25),
		0 0 40px rgba(43, 109, 246, 0.1); */
}

.region-title {
	font-size: 14px;
	font-weight: 600;
	color: #2A82E4;
	margin-bottom: 6px;
}

.region-value {
	font-size: 20px;
	font-weight: 500;
	color: #2A82E4;
}

/* hover效果 */
.region-circle:hover {
	transform: scale(1.08);
	box-shadow:
		0 0 20px rgba(42, 130, 228, 0.35),
		0 0 40px rgba(42, 130, 228, 0.2);

}

.region-circle {
	animation: pulseGlow 4s infinite;
	/* animation: fadeUp 1.2s ease forwards; */
}

@keyframes pulseGlow {

	0% {
		box-shadow: 0 0 10px rgba(42, 130, 228, .2);
	}

	50% {
		box-shadow: 0 0 40px rgba(42, 130, 228, .35);
	}

	100% {
		box-shadow: 0 0 10px rgba(42, 130, 228, .2);
	}

}

/* 区域位置 */

.north-america {
	top: 20%;
	left: 13%;
}

.south-america {
	top: 65%;
	left: 27%;
}

.europe {
	top: 20%;
	left: 50%;
}

.africa {
	top: 55%;
	left: 50%;
}

.asia {
	top: 40%;
	left: 68%;
}

.australia {
	top: 75%;
	left: 80%;
}

/* 动画 */

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translate(-50%, 20%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

/* 响应式 */

@media(max-width:768px) {

	.region-percent {
		font-size: 18px;
	}

	.region-name {
		font-size: 12px;
	}

}

/* 首页合作伙伴 */
.home_partn {
	width: 100%;
	background: url(../images/panter_bg.jpg) center/cover no-repeat;
	position: relative;
}

.home_partn_cont {
	width: 100%;
	position: relative;
}

.home_partn_tit {
	text-align: center;
}

.home_partn_btm {
	width: 100%;
	position: relative;
	padding-top: 55px;
}

.home_partn_btm_width {
	margin: 0 auto;
}

.cpbu_wrap_cont {
	width: 100%;
	position: relative;
}

.cpbu_wrap {
	width: 100%;
	transition: all 0.36s;
}

.cpbu_wrap_img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

/* 首页新闻 */
.home_news {
	width: 100%;
	position: relative;
}

.home_news_cont {
	width: 100%;
	position: relative;
}

.home_news_tit {
	text-align: center;
}

.home_news_btm {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.home_news_btm_le {
	width: 50%;
	padding-right: 40px;
}

.home_news_btm_ri {
	width: 50%;
}

.hpbl_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.hpbl_wrap .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.std_tit30 {
	font-size: 30px;
	line-height: 1.6;
	color: #143886;
}

.hwbu_li {
	display: flex;
	margin-bottom: 7px;
}

.hpbr_li:last-child {
	margin-bottom: 0;
}

.home_news_btm_le a {
	display: block;
	width: 100%;
	height: 100%;
}

.hwbu_li_ri p {
	color: #64636F;
	line-height: 1.6;
}

.hpbl_wrap_btm_tit {
	margin-bottom: 18px;
}

.hpbr_li_wrap_ri_btm {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hpbl_wrap_btm_more {
	width: 60px;
	height: 36px;
	background: #143886;
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.36s;
}

.hpbl_wrap_btm_more img {
	width: 12px;
}

.hpbl_wrap_btm_ul {
	margin-bottom: 90px;
}

.hpbl_wrap .ys_imgbox_cover {
	border-radius: 4px;
}

.hpbr_li_wrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.hpbr_li_wrap_ri {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hlwr_time p {
	font-size: 14px;
	color: #999;
	line-height: 1.6;
	margin-bottom: 0;
}

.hlwr_info .title {
	font-size: 18px;
	color: #383838;
	font-weight: bold;
	line-height: 1.6;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 1.6em;
	margin-bottom: 15px;
}

.hlwr_info p {
	font-size: 14px;
	color: #808080;
	line-height: 1.6;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 3.2em;
}

.hlwr_info {
	margin-bottom: 14px;
}

.hpbr_li {
	margin-bottom: 24px;
}

/* 底部 */
.ys_footer {
	width: 100%;
	background: #fff;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.mod_footer_top a {
	display: block;
	width: 200px;
}

.mod_fot_top a img {
	width: 100%;
}

.mod_fot_top {
	padding-top: 72px;
	padding-bottom: 40px;
	position: relative;
	display: flex;
	align-items: center;
}

.mod_fot_top .line {
	height: 1px;
	background: #fff;
	width: 67%;
	margin-left: 30px;
	margin-right: 55px;
}

.mod_fot_top .std_word {
	color: #fff;
}

.mod_fot_cont {
	width: 100%;
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.mod_fot_ri {
	width: 30%;
}

.mod_fot_le {
	width: 70%;
	padding-bottom: 34px;
}

.mod_fot_le_map {
	width: 605px;
	margin-bottom: 36px;
}

.mod_fot_le_map img {
	width: 100%;
}

.mod_fot_le_btm {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

.mflb_le .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
}

.mflb_le p {
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.mflb_le_li {
	margin-bottom: 30px;
}

.mflb_le {
	width: 288px;
	max-width: 100%;
	padding-right: 20px;
}

.mod_footer_copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 22px;
	padding-bottom: 22px;
}

.mod_footer_copyright .ys_cont1440 {
	display: flex;
	justify-content: center;
}

.mod_footer_copyright_text p {
	color: #E4E4E4;
	font-size: 14px;
	line-height: 2;
}

.mod_footer_copyright_text p a {
	color: inherit;
	margin-left: 6px;
}

.ys_b1page .ys_hd_pc_logo .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.ys_b1page .ys_hd_pc_logo .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}

.ys_b1page .mhrn_link {
	color: #333;
}

.ys_b1page .mod_head_ri_lan a,
.ys_b1page .mod_head_ri_lan {
	color: #333;
}

.ys_b1page .mhrs_icon .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.ys_b1page .mhrs_icon .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}


.ys_b1page .mod_head {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	background: #fff !important;
}

.soluti_wrap {
	width: 100%;
	position: relative;
	background: #F4F7FC;
	border-bottom: 1px solid #D6D5E3;
}

.ys_b1page .ys_main {
	margin-top: 80px;
}

.soluti_wrap_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.soluti_wrap_le {
	width: 360px;
}

.soluti_wrap_ri {
	width: calc(100% - 360px);
	padding-left: 20px;
}

.soluti_wrap_le_cont {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 15px 25px 0px rgba(164, 166, 188, 0.15);
}

.swlc_li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(100, 115, 149, 0.2);
}

.swlc_li:last-child {
	border-bottom: none;
}

.swlc_li .swlc_li_top {
	display: block;
	width: 100%;
	padding: 20px 54px;
	position: relative;
}

.swlc_li_le {
	position: relative;
	width: 100%;
}

.swlc_li_le p {
	color: #000;
	line-height: 1.5;
}

.swlc_li_ri {
	width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
}

.swlc_li_ri svg {
	width: 100%;
	transition: all 0.36s;
}

.swlc_li_ri img {
	width: 100%;
}


.swlc_li.on .swlc_li_ri svg {
	transform: rotate(180deg);
}

.swlc_li.on .swlc_li_ri path {
	fill: #ffffff !important;
}

.swlc_li_btm {
	width: 100%;
	position: relative;
}

.swlc_li_btm_li {
	width: 100%;
	background: #F7F7F9;
	border-bottom: 1px solid rgba(215, 221, 232, 1);
}

.swlc_li_btm_li:last-child {
	border-bottom: none;
}

.swlc_li_btm_li a {
	padding: 14px 69px;
	font-size: 16px;
	line-height: 1.75;
	color: #000;
	transition: all 0.36s;
	display: block;
}


.swlc_li_btm_li.act>.slbl_wrap a {
	color: rgba(0, 1, 178, 1);
}


.slbl_ul_li.act a {
	color: rgba(0, 1, 178, 1);
}

.swlc_li_btm {
	display: none;
}

/* .swlc_li.on .swlc_li_btm {
    display: block;
} */

.swlc_li.on .swlc_li_le p {
	color: #ffff;
}


.swlc_li.on .swlc_li_top {
	background: rgba(0, 1, 178, 1);
}

.swru_li {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.swru_li a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	align-items: center;
}

.swru_li_ri .ys_imgbox_cover img {
	transform: scale(1) !important;
}

.swru_li_ri {
	width: 48%;
}

.swru_li_le {
	padding-left: 60px;
	width: 52%;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}


.swru_li_le_tit .std_tit4 {
	/* font-family: 'Roboto-Bold'; */
	color: #352BF1;
	line-height: 1.4;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.swru_li_le_info p {
	color: #140E4C;
	line-height: 1.5;
	overflow: hidden;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.swru_li_le_tit {
	margin-bottom: 17px;
	position: relative;
}

.swru_li_le_tit::after {
	content: '';
	position: absolute;
	top: 3px;
	left: -60px;
	width: 4px;
	height: 26px;
	background: #5EECFF;
}

.swru_li_le_info {
	margin-bottom: 30px;
}


.soluti_Page_ul_li {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #E8EDFA;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}


.spul_ri {
	width: 47%;
}

.spul_le {
	width: 53%;
	padding-left: 66px;
	padding-top: 66px;
	padding-bottom: 68px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.spul_le_tit .std_tit4 {
	/* font-family: 'Roboto-Bold'; */
	color: #140E4C;
	line-height: 1.2;
}

.spul_le_info p {
	color: #140E4C;
}

.spul_le_tit {
	margin-bottom: 8px;
}

.sltp_tit .std_tit5 {
	/* font-family: 'Roboto-Bold'; */
	color: #140E4C;
	line-height: 1.5;
}

.spul_le_top_p1 {
	margin-bottom: 25px;
}

.sltp_info p {
	font-size: 14px;
	line-height: 1.5;
	color: #64636F;
}

.sltp_info p {
	padding-left: 16px;
	position: relative;
	margin-bottom: 7px;
}

.sltp_info p::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #5EECFF;
	border-radius: 50%;
}

.sltp_tit {
	margin-bottom: 14px;
}

.ys_b1page .mod_head .mod_more_link {
	background: #0077FF;
}

.slbb_ri .ys_imgbox_cover img {
	transform: scale(1) !important;
}

.slbb_link {
	border: 1px solid #352BF1;
	display: flex;
	align-items: center;
	border-radius: 50px;
	width: 195px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.spul_le_btm {
	display: flex;
}


.slbb_le p {
	color: #352BF1;
	line-height: 40px;
}

.spul_le_btm_btn2 {
	margin-left: 16px;
}

.slbb_le {
	/*padding-right: 18px;*/
}

.slbb_ri {
	width: 20px;
}

.soluti_Page_ul_li.on {
	display: flex;
	flex-direction: column-reverse;
	/* padding: 44px 65px; */
}

.soluti_Page_ul_li.on .spul_ri {
	width: 100%;
}

.soluti_Page_ul_li.on .spul_le {
	width: 100%;
}

.soluti_Page_ul_li.on .spul_le {
	padding-left: 66px;
	padding-right: 66px;
	padding-top: 0;
}

.spul_le_btm_portra {
	display: none;
}

.soluti_Page_ul_li.on .spul_le_btm_horiz {
	display: none;
}

.soluti_Page_ul_li.on .spul_le_btm_portra {
	display: block;
}

.soluti_Page_ul_li.on .spul_le_top_p1 {
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
}

.soluti_Page_ul_li.on .spul_le_tit,
.soluti_Page_ul_li.on .spul_le_btm {
	width: 47%;
	padding-right: 60px;
}

.sltp_wrap {
	margin-bottom: 20px;
}

.soluti_Page_ul_li.on .sltp_wrap {
	margin-bottom: 0;
}

.soluti_Page_ul_li.on .spul_le_info,
.soluti_Page_ul_li.on .sltp_wrap {
	width: 53%;
}

.soluti_Page_ul_li.on .spul_le_btm_btn2 {
	margin-left: 0;
	margin-top: 24px;
}


.soluti_Page_ul_li.on .mod_more_link {
	width: 195px;
}

.soluti_Page_ul_li.on .spul_le_top_p2 {
	display: flex;
	flex-wrap: wrap;
}

.soluti_Page_ul_li.on .sltp_info {
	display: flex;
	flex-wrap: wrap;
}

.soluti_Page_ul_li.on .sltp_info p {
	width: 50%;
}

.mod_head {
	position: relative;
	z-index: 1;
}

/* .mod_head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    display: block !important;
} */

.ys_banner1 .mod_ban_btm {
	text-align: left;
}

.ys_banner1 .mod_ban_btm {
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ys_banner1 .ys_ban_imgbox::before {
	opacity: 1;
	bottom: -1px;
	background: linear-gradient(180deg, #143886 0%, rgba(12, 12, 56, 0.00) 100%);
}

.mod_bord {
	position: absolute;
	bottom: 48px;
	width: 100%;
	left: 0;
	z-index: 10;
}

.mod_bord_ul {
	display: flex;
	align-items: center;
}

.mod_bord_ul_li img {
	width: 20px;
	margin-bottom: 3px;
}

.mod_bord_ul_li a {
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);
}

.mod_bord_ul_li:last-child a {
	color: #fff;
}

.mod_bord_ul_li {
	padding-left: 32px;
	position: relative;
}

.mod_bord_ul_li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
}

.mod_bord_ul_li:first-child::after {
	display: none;
}

.mod_bord_ul_li:first-child {
	padding-left: 0;
}

.press_news {
	width: 100%;
}

.press_news_cont {
	width: 100%;
}

.press_news_top_le .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.4;
}

.press_news_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.press_news_top_ri {
	width: 356px;
}

.pntr_wrap {
	width: 100%;
	background-color: #F4F7FC;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.pntr_wrap input {
	width: 100%;
	height: 48px;
	background: rgba(244, 247, 252, 1);
	padding: 0 26px;
	padding-left: 62px;
	font-size: 16px;
	color: #64636F;
}

.pntr_wrap img {
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
	cursor: pointer;
	z-index: 5;
}

.pntr_wrap input::-webkit-input-placeholder {
	color: #64636F;
}

.pntr_wrap input:-moz-placeholder {
	color: #64636F;
}

.pntr_wrap input::-moz-placeholder {
	color: #64636F;
}

.pntr_wrap input:-ms-input-placeholder {
	color: #64636F;
}

.press_news_recom a {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.press_news_recom_le {
	width: 56%;
}

.press_news_recom_ri {
	width: 44%;
	padding: 40px 62px;
	display: flex;
	align-items: center;
}

.hpbl_wrap_btm_infol p {
	color: #140E4C;
	line-height: 1.6;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.hpbl_wrap_btm_infol {
	margin-bottom: 39px;
}

.press_news_ul_li {
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 24px;
}

.press_news_ul {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}

.pnul_wrap {
	width: 100%;
	position: relative;
	background: #F4F7FC;
}

.press_news_recom {
	margin-bottom: 30px;
}

.pnul_wrap_btm {
	width: 100%;
	padding: 24px 33px 35px;
}


.press_news .hpbl_wrap_btm_more {
	height: 28px;
}

.pnul_wrap .hlwr_info {
	margin-bottom: 30px;
}

.press_news_pagin {
	width: 100%;
	position: relative;
	padding-top: 35px;
}


.industry_scheme {
	width: 100%;
	background: rgba(244, 247, 252, 1);
}

.industry_scheme_cont {
	width: 100%;
}

.industry_scheme_top {
	width: 100%;
	position: relative;
}

.industry_scheme_top_tit {
	text-align: center;
	margin-bottom: 33px;
}

.scheme_list_ul {
	display: flex;
	flex-wrap: wrap;
}

.scheme_list_li {
	padding: 0 40px;
	padding-bottom: 50px;
	width: 50%;
}

.scheme_list_li .ys_imgbox_cover {
	width: 100%;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.scheme_list_font {
	margin-top: 26px;
	margin-bottom: 10px;
}

.scheme_list_font .t_fonth3 {
	font-size: 32px;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
}

.scheme_list_font .t_pagduan p {
    color: #666;
    font-size: 16px;
    line-height: 1.65;
}



.pc_fenye li {
	color: #fff;
	border-radius: 0;
	border: 1px solid #fff;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.pc_fenye li.activepage {
	border-color: #352BF1;
	background: #352BF1;
}

.page_cont {
	width: 100%;
	position: relative;
	background: rgba(244, 247, 252, 1);
	border-bottom: 1px solid #D6D5E3;
}


.page_cont_wrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.pclt_info p {
	line-height: 1.6;
	color: #140E4C;
}

.page_cont_le_top a {
	display: flex;
	align-items: center;
}

.pclt_info {
	padding-left: 10px;
}

.page_cont_le_top {
	margin-bottom: 70px;
}

.pcls_le p {
	color: #140E4C;
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.6;
}

.page_cont_le_share {
	display: flex;
	margin-bottom: 45px;
}

.pcls_le {
	flex: none;
}

.pcls_ri {
	padding-left: 18px;
}


.pcls_ri .mfls_wrap {
	width: 26px;
	height: 26px;
}

.pcls_ri .mfls_wrap img {
	width: 18px;
}

.mfls_li:last-child {
	margin-right: 0;
}

.pcls_ri .mfls_code {
	width: 96px;
	bottom: 38px;
}

.pclu_li_btm {
	width: 100%;
	position: relative;
	margin-top: 20px;
}


.page_cont_le {
	width: 342px;
	padding-right: 64px;
}

.page_cont_ri {
	width: calc(100% - 342px);
	padding-left: 94px;
	position: relative;
}

.page_cont_ri::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #C2C2DA;
}

.pclu_li_btm .hlwr_time p {
	font-size: 14px;
}

.pclu_li_btm .hlwr_info p {
	font-size: 14px;
	-webkit-line-clamp: 3;
}

.pclu_li {
	padding-bottom: 35px;
}

.pcrt_tit .std_tit30 {
	/* font-family: 'Roboto-Bold'; */
	color: #140E4C;
}

.pcrt_time p {
	color: #64636F;
	line-height: 1.6;
}

.pcrt_tit {
	margin-bottom: 16px;
}

.page_cont_ri_editor {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #C2C2DA;
	padding-bottom: 5px;
}

.page_cont_ri_top {
	margin-bottom: 50px;
}

.page_cont_ri_editor p {
	margin-bottom: 24px;
}

.page_cont_ri_btm {
	width: 100%;
	padding-top: 29px;
	position: relative;
}

.pcrb_li a {
	font-size: 16px;
	line-height: 1.75;
	color: #143886;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}

.pcrb_li a span {
	font-size: 18px;
	font-weight: bold;
	padding-right: 16px;
}

.pcrb_li:first-child {
	margin-bottom: 14px;
}

.ys_nypage .ys_ban_imgbox::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	opacity: 0.3;
	background: linear-gradient(180deg, #140E4C 0%, rgba(12, 12, 56, 0.00) 100%);
}

.esg_commit {
	width: 100%;
	position: relative;
	background: rgba(12, 12, 56, 1);
}

.esg_commit_cont {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 69px 77px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.esg_commit_ri {
	width: 372px;
	border: 1px solid rgba(12, 12, 56, 0.15);
	background: #F4F7FC;
	border-radius: 10px;
}

.esg_commit_le {
	width: calc(100% - 372px);
	padding-right: 40px;
	padding-left: 140px;
	position: relative;
}

.esg_commit_ri a {
	padding: 44px 35px;
	width: 100%;
	display: block;
}

.esg_commit_ri_icon {
	width: 40px;
	height: 40px;
	background: #352BF1;
	position: relative;
	border-radius: 50%;
	margin-bottom: 20px;
}

.esg_commit_ri_icon img {
	width: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.esg_commit_ri_tit .std_tit5 {
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.4;
	color: #140E4C;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.esg_commit_ri_tit {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(12, 12, 56, 0.1);
}

.esg_commit_ri_btm {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.ecrb_ri {
	width: 20px;
}

.ecrb_ri img {
	width: 100%;
}

.ecrb_le {
	padding-right: 13px;
}

.ecrb_le p {
	color: #140E4C;
	line-height: 1.4;
}

.std_tit36 {
	font-size: 36px;
	line-height: 1.4;
	color: #140E4C;
}

.esg_commit_le_img {
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.esg_commit_le_img img {
	width: 100%;
}

.esg_commit_le_subt {
	padding-left: 135px;
	position: relative;
	margin-top: 62px;
}

.esg_commit_le_subt::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 118px;
	height: 1px;
	background: #140E4C;
}

.esg_commit_le_subt p {
	color: #140E4C;
}

.esg_devel {
	width: 100%;
	position: relative;
	background: #F4F7FC;
}

.esg_devel_cont {
	width: 100%;
	position: relative;
}

.esg_devel_tit .std_tit2 {
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.2;
	color: #140E4C;
}

.esg_devel_tit .std_tit2 span {
	color: #352BF1;
}

.esg_devel_tit {
	text-align: center;
}

.esg_devel_btm {
	width: 100%;
	padding: 0 100px;
	position: relative;
}

.edbi_wrap {
	width: 100%;
	position: relative;
}

.edbi_wrap img {
	width: 100%;
	border-radius: 10px;
}

.esg_devel_btm_low {
	width: 100%;
	padding: 0 73px;
	margin-top: -130px;
	position: relative;
	z-index: 10;
}

.edbl_wrap {
	width: 100%;
	position: relative;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 15px 15px 0px rgba(166, 169, 203, 0.25);
	padding: 32px 34px 32px 50px;
	display: flex;
	flex-wrap: wrap;
}

.edbl_wrap_le {
	width: 315px;
	padding-right: 47px;
	padding-top: 17px;
}

.edbl_wrap_ri {
	width: calc(100% - 315px);
}

.ewlu_li .std_tit30 {
	/* font-family: 'Roboto-Bold'; */
	line-height: 1.2;
}

.ewlu_li {
	display: none;
}

.ewlu_li:first-child {
	display: block;
}

.edbl_wrap_le_ul {
	margin-bottom: 22px;
}

.edbl_wrap_le_contr span,
.edbl_wrap_le_contr {
	font-size: 16px;
	line-height: 1.5;
	color: #140E4C;
}

.edbl_wrap_le_contr .ewlc_sp1 {
	color: #352BF1;
}

.ewru_li p {
	color: #140E4C;
	line-height: 1.5;
	margin-bottom: 15px;
}

.edbl_qieh_btn {
	width: 42px;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0px 15px 15px rgba(166, 169, 203, 0.25);
}

.edbl_qieh_btn .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}

.esg_devel_btm .edbl_qieh_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.esg_devel_btm .edbl_qieh_le {
	left: -100px;
}

.esg_devel_btm .edbl_qieh_ri {
	right: -100px;
}

.esg_devel_btm_wtap {
	width: 100%;
	position: relative;
}

.edbi_li {
	display: none;
}

.edbi_li:first-child {
	display: block;
}

.ewru_li {
	display: none;
}

.ewru_li:first-child {
	display: block;
}

.edbl_qieh_btn {
	transition: all 0.36s;
}

.edbl_qieh_btn.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
}

/* 服务业务 */
.esg_care {
	width: 100%;
	position: relative;
}

.esg_care_cont {
	width: 100%;
	position: relative;
}

.esg_care_top {
	width: 100%;
	position: relative;
}

.esg_care_top_tit {
	/* text-align: center; */
	margin-bottom: 33px;
}


.esg_care_top_more {
	display: flex;
	justify-content: center;
}

.esg_care_top_more .mod_more_link {
	width: 120px;
}

.esg_care_btm {
	width: 100%;
	position: relative;
}

.esg_care_btm_wrap {
	width: 610px;
	margin: 0 auto;
}

.ecbw_li {
	width: 100%;
	margin: 0 5px;
}

.esg_care .ecbw_li .std_tit4 {
	text-align: center;
	margin-top: 30px;
	padding: 0 10px;
}

.esg_care_btm_ress {
	width: 750px;
	margin: 0 auto;
	height: 2px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}

.esg_care_btm_ress .swiper-pagination {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

.esg_empl {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #D6D5E3;
	background: #F4F7FC;
}

.esg_empl_cont {
	width: 100%;
	position: relative;
}

.esg_empl_top_le .std_tit2 {
	color: #140E4C;
	font-weight: bold;
	line-height: 1.2;
}

.esg_empl_top {
	display: flex;
	justify-content: space-between;
}

.esg_empl_top_ri .edbl_qieh {
	display: flex;
	align-items: center;
}

.esg_empl_top_ri .edbl_qieh_ri {
	margin-left: 14px;
}

.esg_empl_ri {
	/* width: 100%; */
	margin: 0 -20px;
	position: relative;
}

.eeru_li {
	width: 33.333333%;
	padding: 0 11px;
	margin-bottom: 23px;
}

.esg_empl_ri_ul {
	margin: 0 -11px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.eeru_wrap {
	width: 100%;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 5px 18px 0px rgba(164, 166, 188, 0.15);
	padding: 45px 32px;
}

.eeru_wrap_top {
	display: flex;
}

.esg_commit_ri_icon {
	flex: none;
}

.ewtr_top .std_tit5 {
	color: #140E4C;
	line-height: 1.4;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 4.2em;
	transition: all 0.36s;
}

.eeru_wrap_top_ri {
	padding-left: 20px;
	padding-top: 5px;
}

.ewtr_btm .esg_commit_ri_btm {
	margin-top: 0;
}

.ewtr_btm {
	padding-top: 45px;
}

.esg_empl_ri_swip {
	display: none;
}

.esg_empl_ri_swip:first-child {
	display: block;
}

.ecbw_ul {
	cursor: url('../images/cursor.svg'), auto;
}

/* 我们的服务 */
.service-speed {
	width: 100%;
	position: relative;
	background-image: url(../images/d1desz.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.service-speed.std_padd {
	padding-top: 0;
}

.service-speed-wrap {
	width: 100%;
	position: relative;
}

.service-speed-top {
	width: 100%;
	text-align: center;
}

.service-speed-ul {
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}

.service-speed-ul-li {
	width: 25%;
	padding: 0 20px;
	margin-bottom: 40px;
}

.ssul-wrap {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #FFF;
	padding: 24px;
	box-shadow: 0px 15px 20px 0px rgba(3, 0, 112, 0.12);
}

.ssul-wrap-svg {
	width: 64px;
	margin: 0 auto;
	margin-bottom: 24px;
}

.ssul-wrap-svg img {
	width: 100%;
}

.ssul-wrap-info .std_tit5 {
	color: #333;
	line-height: 1.5;
}

.ssul-wrap-info {
	text-align: center;
}

.service-resour {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.service-resour-btm {
	width: 100%;
	position: relative;
}

.service-resour-btm-ul {
	display: flex;
	margin: 0 -20px;
}

.cont_addre {
	width: 100%;
	position: relative;
	/* background: rgba(12, 12, 56, 1); */
}

.cont_addre_cont {
	width: 100%;
	position: relative;
	padding: 72px 98px 42px 105px;
	background: #F4F7FC;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
}

.cont_addre_le {
	width: 316px;
}

.cont_addre_ri {
	width: calc(100% - 316px);
	padding-left: 172px;
}

.cont_addre_le img {
	width: 100%;
}

.cont_addre_ri_top .std_tit30 {
	/* color: #352BF1; */
	line-height: 1.6;
	font-weight: bold;
}

.cont_addre_ri_top {
	width: 100%;
	border-bottom: 1px solid rgba(12, 12, 56, 0.2);
	padding-bottom: 24px;
	margin-bottom: 32px;
}

.cont_addre_ri_btm {
	width: 100%;
	position: relative;
}

.carb_le {
	width: 70px;
	position: relative;
}

.carb_le::after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 22px;
	background: #143886;
}

.carb_ri {
	width: calc(100% - 70px);
	padding-left: 32px;
}

.carb_le .std_tit5,
.carb_ri .std_tit5 {
	color: #143886;
	line-height: 1.4;
}

.carb_li {
	display: flex;
	margin-bottom: 20px;
}

.cont_layout_cont {
	width: 100%;
	position: relative;
}

.cont_layout_top .std_tit2 {
	text-align: center;
	font-weight: bold;
}

.cont_layout_btm {
	width: 100%;
	position: relative;
	padding-left: 98px;
	padding-right: 28px;
}

.cont_layout_btm_img {
	width: 100%;
}

.cont_layout_btm_img img {
	width: 100%;
}

.cont_layout_btm_wrap {
	width: 100%;
	position: relative;
}

.clbi_li_dots {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #352BF1;
	cursor: pointer;
}

.clbi_li {
	position: absolute;
	transform: translate(-50%, -50%);
}


.clbi_li_posit {
	width: 396px;
	position: absolute;
	bottom: 30px;
	left: -20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 15px 15px 0px rgba(166, 169, 203, 0.25);
	padding: 22px 24px;
	display: none;
}

.clpu_li {
	display: flex;
	margin-bottom: 10px;
}

.clpu_li:last-child {
	margin-bottom: 0;
}

.clpu_le {
	width: 16px;
	flex: none;
	margin-top: 4px;
}

.clpu_le img {
	width: 100%;
}

.clpu_ri p {
	color: #140E4C;
	line-height: 1.6;
	/* text-transform: capitalize; */
}

.clpu_ri {
	padding-left: 16px;
}

.clbi_li_posit_tit p {
	color: #352BF1;
	font-weight: bold;
	line-height: 1.6;
}

.clbi_li_posit_tit {
	margin-bottom: 16px;
}

.clbi_li.on {
	z-index: 10;
}

.cont_form {
	width: 100%;
	position: relative;
}

.cont_form::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.cont_form_cont {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.cont_form_tit .std_tit2 {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}

.cont_form_tit {
	text-align: center;
}

.cont_form_tit {
	margin-bottom: 30px;
}

.cont_form_btm {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.cfbt_li .std_tit5 {
	font-weight: bold;
	line-height: 1.6;
	color: rgba(12, 12, 56, 0.2);
	transition: all 0.36s;
}

.cont_form_btm_top {
	width: 100%;
	padding: 18px 60px;
	background: #DBE1EB;
}

.cfbt_li {
	width: 33.333333%;
	padding: 5px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.cfbt_ul {
	display: flex;
}

.cfbt_li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 32px;
	background: #CBD4E4;
}

.cfbt_li:last-child::after {
	display: none;
}

.cfbt_li.act .std_tit5 {
	color: #352BF1;
}

.cont_form_btm_btm {
	width: 100%;
	padding: 45px 60px;
}

.cfbb_wrap {
	width: 100%;
	position: relative;
}

.cfbb_wrap_li {
	width: 33.333333%;
	padding: 0 5px;
	margin-bottom: 20px;
}

.cfbb_wrap_ul {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 25px;
}

.cwlc_tit p {
	color: #140E4C;
}

.cwlc_tit p span {
	color: #EC0000;
}


.cwlc_infut {
	width: 100%;
}

.cwlc_infut input {
	background: #F4F7FC;
	border-radius: 8px;
	height: 45px;
	width: 100%;
	font-size: 16px;
	color: #64636F;
	padding: 0 15px;
}

.cwlc_tit {
	margin-bottom: 7px;
}


.cfbb_wrap_li .mfrw_li {
	width: 100%;
	padding: 0;
}

.cfbb_wrap_li1 {
	width: 66.666666%;
}

.cwlc_infut textarea {
	width: 100%;
	border-radius: 8px;
	background: #F4F7FC;
	padding: 22px 24px;
	height: 200px;
}

.cfbb_wrap_li2 {
	width: 100%;
}

.cwlc_infut {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.cwlc_img {
	width: 120px;
	margin-bottom: 4px;
}

.cwlc_img img {
	width: 100%;
	cursor: pointer;
}

.cfbb_wrap_code {
	display: flex;
	align-items: flex-end;
}

.cfbb_wrap_privac {
	width: 60%;
	position: relative;
	margin-bottom: 40px;
}


.cfbb_wrap_submit .mod_more_link {
	width: 100%;
	padding: 0 20px !important;
	font-weight: bold;
	font-size: 18px;
}

.cfbb_wrap_li.on .cwlc_tit p {
	color: #EC0000;
}

.cfbt_li.on .std_tit5 {
	color: #EC0000;
}


.cfbb_li {
	display: none;
}

.cfbb_li:first-child {
	display: block;
}

.cfbb_wrap_li3 {
	width: 100%;
}

.cwlc_btm {
	width: 100%;
	background: #F4F7FC;
	border-radius: 8px;
	padding: 10px 30px;
	display: flex;
	flex-wrap: wrap;
}

.cwlc_btm_li_le {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #352BF1;
	position: relative;
}

.cwlc_btm_li_le::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #352BF1;
	border-radius: 50%;
	transition: all 0.36s;
	opacity: 0;
}

.cwlc_btm_li.on .cwlc_btm_li_le::after {
	opacity: 1;
}

.cwlc_btm_li.on .cwlc_btm_li_ri p {
	color: #352BF1;
}

.cwlc_btm_li_ri p {
	color: #140E4C;
	line-height: 1.6;
	transition: all 0.36s;
}

.cwlc_btm_li_ri {
	padding-left: 9px;
}

.cwlc_btm_li {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 80px;
}

.cfbb_wrap_li4 {
	width: 50%;
}

.cwlc_ul {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}

.cwlc_li {
	width: 50%;
	padding: 0 5px;
}

/* .cont_form_cont {
    width: 100%;
    position: relative;
} */

.cont_form_titk .std_tit2 {
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}

.cont_supp_info p {
	color: #fff;
	line-height: 1.4;
}

.cont_supp {
	width: 100%;
	position: relative;
	z-index: 1;
}

.cont_supp::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: rotate(180deg);
	background: linear-gradient(270deg, #071877 26.64%, rgba(7, 24, 119, 0.00) 61.61%);
}

.cont_supp_cont {
	width: 100%;
	position: relative;
}

.cont_form_titk {
	margin-bottom: 14px;
}

.cont_supp_more .mod_more_link {
	background: #fff;
	color: rgba(0, 1, 178, 1);
	border-color: #fff;
}

.cont_supp_info {
	margin-bottom: 52px;
}


.form_pop_box {
	width: 100%;
	position: relative;
}

.form_pop .ys_modal_content {
	width: 1200px;
	padding-left: 68px;
	padding-right: 68px;
}

.form_pop .ys_modal_content {
	border-radius: 10px;
}

.form_pop .ys_modal_close {
	color: rgba(12, 12, 56, 1);
}

.form_pop_box_log {
	width: 220px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.form_pop .ys_modal_close {
	top: 32px;
	right: 40px;
}

.form_pop_box_swip {
	width: 100%;
	position: relative;
	display: flex;
	padding: 0 30px;
	margin-bottom: 35px;
	align-items: stretch;
}

.fpbs_li .std_tit5 {
	color: #64636F;
	line-height: 1.6;
	border-bottom: 4px solid rgba(0, 1, 178, 0.1);
	position: relative;
	padding-bottom: 11px;
	cursor: pointer;
	height: 100%;
}

.fpbs_li .std_tit5::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 4px;
	background: rgba(0, 1, 178, 1);
	transition: all 0.36s;
	opacity: 0;
}

.fpbs_li {
	padding: 0 26px;
	width: 33.333333%;
	text-align: center;
}

.fpbs_li.act .std_tit5 {
	color: #140E4C;
}

.fpbs_li.act .std_tit5::after {
	opacity: 1;
	width: 100%;
}

.form_pop_box_btm {
	width: 100%;
	position: relative;
}

.fpbb_li {
	width: 100%;
	position: relative;
	display: none;
}



.fpbb_wrap {
	width: 100%;
	position: relative;
}

.fpbb_wrap_tit .std_tit30 {
	font-weight: bold;
	color: #140E4C;
}

.fpbb_wrap_tit .std_tit30 span {
	color: #352BF1;
	padding-right: 10px;
}

.fpbb_wrap_tit {
	margin-bottom: 30px;
}

.form_pop .ys_modal_content {
	max-height: calc(100vh - 100px);
	padding-right: 55px;
}

.form_pop .form_pop_box {
	padding-right: 20px;
}

.form_pop .mCSB_dragger_bar {
	width: 2px !important;
	background: #352BF1 !important;
}


.form_pop .mCSB_scrollTools {
	height: calc(100% - 20px);
	top: auto !important;
	bottom: 0;
}

.form_pop_box_btm .cwlc_btm_li {
	margin-right: 52px;
}

.form_pop_box_btm .cwlc_btm_li:last-child {
	margin-right: 0;
}

.form_pop_box_btm .cwlc_btm {
	display: flex;
	justify-content: center;
}

.fwbu_wrap_le {
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 1, 178, 1);
	position: relative;
	margin-top: 5px;
	flex: none;
}

.fwbu_wrap_le::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: rgba(0, 1, 178, 1);
	opacity: 0;
	transition: all 0.36s;
}

.form_pop_box_btm .cfbb_wrap_li3 .fpbb_wrap_btm_ul {
	justify-content: flex-start;
	padding-top: 24px;
}

.fwbu_wrap {
	display: flex;
	cursor: pointer;
}

.fwbu_wrap_ri p {
	color: #140E4C;
	line-height: 1.6;
	padding-left: 9px;
	transition: all 0.36s;
}

.fwbu_li {
	margin-bottom: 30px;
	margin-right: 38px;
}

.fwbu_li.on .fwbu_wrap_le::after {
	opacity: 1;
}

.fwbu_li.on .fwbu_wrap_ri p {
	color: #352BF1;
}

.fpbb_slec {
	display: flex;
	flex-wrap: wrap;
}

.fpbb_le {
	width: 540px;
	padding-right: 15px;
}

.fpbb_ri {
	width: calc(100% - 540px);
}

.fpbb_le .cwlc_tit {
	margin-bottom: 0;
}

.fpbb_ri {
	display: flex;
}

.fpbb_text {
	padding-bottom: 20px;
}

.fpbb_li3 .cfbb_wrap_ul {
	padding-bottom: 0px;
}

.fpbb_li:first-child {
	display: block;
}

.ys_e1page .ys_banner1 .mod_ban_btm {
	top: auto !important;
	bottom: 100px;
	transform: translateX(-50%);
}

.compan_about {
	width: 100%;
	position: relative;
	z-index: 10;
}

.compan_about_cont {
	padding: 0 48px;
	height: 90vh;
	position: relative;
}

.ys_e1page .ys_main {
	background: #140E4C;
}

.compan_about_le {
	width: 57%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	z-index: 10;
}

.compan_about_le img {
	width: 100%;
}

.compan_about_le::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	display: none;
}

.compan_about_ri {
	width: 43%;
	padding-left: 54px;
}

.compan_about_ri_tit .std_tit2 {
	color: #333;
	/* font-weight: bold; */
}

.compan_about_ri_tit .std_tit2 span {
	color: #143886;
}

.compan_about_ri_tit {
	margin-bottom: 20px;
}

.compan_about_ri_info p {
	margin-bottom: 10px;
}

.compan_about_cont_wrap {
	width: 100%;
	height: 90vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


.compan_about_le {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.compan_about_le img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

html.acth body {
	overflow: visible !important;
}

.compan_about_cont {
	height: 300vh;
}

.compan_about_cont_wrap {
	position: sticky;
	top: 80px;
	left: 0;
}

.compan_about_le .std_tit30 {
	color: #fff;
	line-height: 1.6;
	font-weight: bold;
	position: absolute;
	bottom: 102px;
	left: 185px;
	opacity: 0;
	transition: all 0.36s;
	z-index: 10;
}

.compan_about_btm {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-top: 100vh;
}

.cabu_li_tit p {
	font-size: 74px;
	line-height: 1.4;
	color: #143886;
	font-weight: bold;
}

.cabu_li_tit span {
	font-size: 16px;
	font-weight: lighter;
	margin-left: 10px;
}

.cabu_li_info .std_tit4 {
	font-weight: bold;
	color: #143886;
	line-height: 1.4;
}

.compan_about_btm_ul {
	width: 49%;
	padding-right: 90px;
}

.cabu_li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 28px 0;
}

.ys_nypage .head_height {
	display: none;

}

.compan_about_cont.onp .compan_about_le .std_tit30 {
	opacity: 1;
}

.service-networ {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.service-networ-img {
	width: 100%;
}

.service-networ-img-wrap {
	width: 100%;
	display: none;
	overflow: hidden;
}

.service-networ-img-wrap:first-child {
	display: block;
}

.service-networ-img-wrap img {
	width: 100%;
}

.service-networ-btm {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: -350px;
}

.service-networ-btm .contant-form-btm-swip {
	margin-bottom: 60px;
}

.service-networ-btm-wrap {
	width: 100%;
	border-radius: 10px;
	background: #FFF;
	position: relative;
	padding: 40px 80px 60px;
	box-shadow: 0px 4px 24px 0px rgba(21, 65, 114, 0.06);
}

.contant-form {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.contant-form-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.contant-form-img img {
	width: 100%;
	min-height: 510px;
	object-fit: cover;
}

.contant-form-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 18, 37, 0.4);
}

.contant-form-btm {
	width: 100%;
	position: relative;
	margin-top: -400px;
	z-index: 10;
}

.contant-form-btm-tit .std_tit2 {
	color: #fff;
	line-height: 1.4;
	text-align: center;
}

.contant-form-btm-ul {
	/* width: 800px; */
	margin: 0 auto;
	max-width: 100%;
	border-radius: 80px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	display: flex;
}

.cfbu-li p {
	color: #fff;
	text-align: center;
	transition: all 0.36s;
}

.cfbu-li {
	padding: 12px 80px;
	cursor: pointer;
	transition: all 0.36s;
	border-radius: 80px;
}

.contant-form-btm-swip {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.contant-form-btm-tit {
	margin-bottom: 70px;
}

.cfbu-li.act p {
	color: var(--color);
}

.cfbu-li.act {
	background: #FFF;
}


.contant-form-btm-wrap {
	width: 100%;
	padding: 0 15px;
}

.snbw-top {
	width: 100%;
	position: relative;
}

.snbw-top-img {
	width: 100%;
	position: relative;
}

.snbw-top-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 66px;
	height: 100%;
	z-index: 10;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}


.snbw-top-img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 100%;
	z-index: 10;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}


.snbw-top-img img {
	width: 100%;
}

.snbw-top-dots-li {
	position: absolute;
	width: 22px;
}

.snbw-top-dots-li img {
	width: 100%;
}

.snbw-top-dots-li.on {
	cursor: pointer;
}

.snbw-top-dots-li img {
	width: 22px;
}

.stdl-hover {
	border-radius: 80px;
	background: #FFF;
	box-shadow: 0px 15px 20px 0px rgba(3, 0, 112, 0.12);
	padding: 2px 24px;
	position: absolute;
}

.snbw-top-dots-li .stdl-hover {
	top: 50%;
	transform: translateY(-50%);
	left: 35px;
	display: none;
	pointer-events: none;
}

.stdl-hover p {
	color: var(--color);
	white-space: nowrap;
}

.snbw-btm {
	width: 100%;
	position: absolute;
	bottom: 40px;
	z-index: 10;
	left: 0;
	display: flex;
	justify-content: center;
}

.snbw-btm-li p {
	color: #333;
	border-radius: 80px;
	background: #FFF;
	box-shadow: 0px 10px 20px 0px rgba(3, 0, 112, 0.05);
	padding: 14px 24px;
	min-width: 200px;
	text-align: center;
	position: relative;
}

.snbw-btm-li p::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/d1flion.svg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	box-shadow: 0px 8px 12px rgba(3, 0, 112, 0.10);
	right: -10px;
}

.snbw-btm-li p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/d1flion.svg);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	box-shadow: 0px 8px 12px rgba(3, 0, 112, 0.10);
	left: -10px;
}

.snbw-btm-li {
	padding: 0 70px;
	position: relative;
}

.snbw-btm-li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/d1flocv.svg);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0px 10px 20px 0px rgba(3, 0, 112, 0.05);
	right: -21px;
}

.snbw-btm-li:last-child:after {
	display: none;
}

.snbw-li {
	width: 100%;
	display: none;
	position: relative;
}

.snbw-li:first-child {
	display: block;
}

.snbw-enlarge {
	display: none;
}

.w1600 {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}

.cdbh_box {
	position: relative;
}

.cdbh_box,
.cblw_item::before,
.form-item__wrap::after,
.fi-label,
.fi-submit {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.cdbh_box_arr {
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	cursor: pointer;
	-moz-transition: -moz-transform .4s;
	-o-transition: -o-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	z-index: 10;
}

.cdbh_box_next {
	right: 0;
}

.cdbh_box_le {
	left: 106px;
}

.cdbh_box_prev {
	left: 0;
}

.cdbh_box_le,
.cdbh_box_ri {
	position: absolute;
	top: 50%;
	overflow: hidden;
	width: 210px;
	height: 90px;
	margin-top: -45px;
	padding: 20px 0;
}


.cdbh_box_le_sbox {
	font-size: 0;
	position: relative;
	width: 1000px;
	text-align-last: auto;
}

.cblw_item {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 50px;
	cursor: pointer;
	vertical-align: top;
}

.cblw_item::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	margin-top: -5px;
	margin-left: -5px;
	content: '';
	/* opacity: .4; */
	border-radius: 50%;
	background-color: #37BECC;
}

.cblw_item span {
	font-size: 18px;
	line-height: 1.5;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: .5;
	color: #fff;
}

.cdbh_box_ri {
	right: 106px;
}

.cdbh_box_ri_hyear {
	margin-right: 320px;
	margin-left: 320px;
}

.cbrh_item {
	text-align: center;
	display: none;
}

.cbrh_item:first-child {
	display: block;
}

.cbrh_item span {
	font-size: 72px;
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #5EECFF;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	/* font-family: 'Roboto-Bold'; */
}

.cdbh_box_le_wrap {
	left: 210px;
}

.cbrh_item span::before {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 13px;
	height: 13px;
	margin-top: -5px;
	content: '';
	border-radius: 50%;
	background-color: #5EECFF;
}


.cdbh_slick_item_pic {
	width: 49%;
}

.cdbh_slick_item_pic,
.cdbh_slick_item_inner {
	display: inline-block;
	vertical-align: middle;
}

.cdbh_slick_item_pic img {
	width: 100%;
}

.cdbh_slick_item {
	display: none;
}

.cdbh_slick_item:first-child {
	display: block;
}

.cdbh_slick {
	padding-top: 70px;
}

.cdbh_slick_item_inner {
	width: 51%;
	padding-left: 110px;
	padding-right: 77px;
}

.cdbh_slick .csii_tit {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.8;
	color: #202020;
}

.cdbh_slick .csii_txt {
	margin-top: 0.52083vw;
}

.csii_txt p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .6px;
	color: #888;
}

.cdbh_box_ri_hyear .slick-current span {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cdbh_box_arr .ys_imgbox_cover img:nth-child(2) {
	opacity: 0;
}

.cdbh_box_arr.slick-disabled {
	pointer-events: none;
}

.cdbh_slick_item_pic .ys_imgbox_cover {
	border-radius: 10px;
}

.cdbh_slick_item_pic .ys_imgbox_cover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 0.7;
	background: linear-gradient(180deg, rgba(0, 1, 178, 0.00) 0%, #352BF1 100%);
}

.cdbh_slick_item_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.csii_item .std_tit30 {
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}

.csii_item {
	margin-bottom: 20px;
}

.csii_info p {
	color: #fff;
	line-height: 1.5;
	padding-left: 14px;
	position: relative;
	margin-bottom: 38px;
}

.csii_info p::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 4px;
	height: 15px;
	background: #5EECFF;
}

.compan_layou {
	width: 100%;
	position: relative;
}

.compan_layou_cont {
	width: 100%;
	position: relative;
	padding: 0 60px;
}

.compan_layou_svg {
	width: 100%;
	position: relative;
}

.compan_layou_svg svg {
	width: 100%;
}

.compan_layou_svg_cont {
	width: 100%;
}

.compan_layou_svg img {
	width: 100%;
}

.clsc_dots_btm {
	background: transparent;
	border-radius: 50px;
	cursor: pointer;
}

.clsc_dots {
	position: absolute;
	transform: translate(-50%, -50%);
}

.clsc_dots_top {
	width: 176px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	padding: 7px;
	border-radius: 10px;
	background: #5EECFF;
	display: none;
	pointer-events: none;
}

.clsc_dots_top::after {
	content: '';
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top-color: #5EECFF;
}


.clsc_dots_top_text .std_tit4 {
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.clsc_dots_top_text {
	padding-top: 5px;
	padding-bottom: 8px;
}



.clsc_dots1 {
	top: 35%;
	left: 6.8%;
}


.clsc_dots1 .clsc_dots_btm {
	height: 2vw;
	width: 9vw;
}

.clsc_dots2 {
	top: 64%;
	left: 15.8%;
}

.clsc_dots2 .clsc_dots_btm {
	height: 2vw;
	width: 9vw;
}

.clsc_dots3 {
	top: 70%;
	left: 19.8%;
}

.clsc_dots3 .clsc_dots_btm {
	height: 2vw;
	width: 9vw;
}

.clsc_dots4 {
	top: 56.6%;
	left: 89.1%;
}

.clsc_dots4 .clsc_dots_btm {
	height: 2vw;
	width: 14vw;
}

.clsc_dots5 {
	top: 66%;
	left: 78.6%;
}

.clsc_dots5 .clsc_dots_btm {
	height: 2vw;
	width: 6.5vw;
}

.clsc_dots6 {
	top: 74%;
	left: 82.8%;
}

.clsc_dots6 .clsc_dots_btm {
	height: 2vw;
	width: 7.5vw;
}

.clsc_dots7 {
	top: 81.8%;
	left: 79.8%;
}

.clsc_dots7 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}

.clsc_dots8 {
	top: 88.8%;
	left: 79.8%;
}

.clsc_dots8 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}

.clsc_dots9 {
	top: 94.8%;
	left: 79.8%;
}

.clsc_dots9 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}

.compan_layou_svg_rect {
	transition: all 0.36s;
}

.compan_layou_svg_rect.on {
	fill: #5EECFF !important;
}

.compan_cultu_desz {
	position: absolute;
	pointer-events: none;
}

.compan_cultu_desz1 {
	top: -33%;
	left: -5%;
	width: 30%;
}

.compan_cultu_desz2 {
	width: 30%;
	right: -13%;
	top: -14%;
}

.compan_cultu_desz img {
	width: 100%;
}

.compan_cultu_desz3 {
	width: 30%;
	top: 55%;
	transform: translateY(-50%);
	right: -10%;
}

.home_soluti_btm {
	height: 740px;
}

.ys_phnav_haschild.yxnav_active2>.ys_phnav_lisbox a {
	opacity: 0.6;
}

.ys_phnav_lisbox.yxnav_active3 a {
	opacity: 0.6;
}

.ys_ph_navbar2 .ys_phnav_logo {
	background: #143886;
}

.ys_ph_navbar2 .ys_phnav_menubtn span,
.ys_ph_navbar2 .ys_phnav_menubtn::after,
.ys_ph_navbar2 .ys_phnav_menubtn::before {
	background: #143886;
}

.ys_ph_navbar2 .ys_phnav_header a,
.ys_ph_navbar2 .ys_phnav_search .iconfont {
	color: #143886;
}

.ys_ph_navbar2 .ys_phnav_menu,
.ys_phnav2_lang_modal {
	background: #143886;
}

.hsbl_li_ph {
	display: none;
}

.hsbl_li_ri .hsbr_li_wrap {
	display: none;
}


.httw_more_ph {
	display: none;
}

.press_news_recom_le .ys_imgbox_cover {
	border-radius: 4px;
}


.press_news_recom a,
.pnul_wrap {
	border-radius: 4px;
	overflow: hidden;
}

.pnul_wrap .ys_imgbox_cover {
	border-radius: 4px;
}

.page_cont_le_ph {
	display: none;
}

.compan_cultu_ul .slick-list {
	width: 100%;
}

.compan_cultu_ul .slick-track {
	height: 100%;
}

.compan_cultu_ul .slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 30px;
}

.compan_cultu_ul .slick-dots li {
	width: 10px;
	height: 10px;
}

.compan_cultu_ul .slick-dots li.slick-active {
	background: #352BF1;
}

.edbl_wrap_le_ph {
	display: none;
}

.ys_ban_li.slick-current .std_tit1 {
	animation: ysfadeInUp 0.8s ease-in-out both;
	animation-delay: 0.1s;
}

.ys_ban_li.slick-current .mod_ban_btm_more {
	animation: ysfadeInUp 0.8s ease-in-out both;
	animation-delay: 0.1s;
}

.ys_hd_pc.isfixed .mod_head::after {
	opacity: 1;
}

.tech-main .ys_hd_pc .mod_head::after {
	opacity: 1;
}

.soluti_wrap_le {
	position: sticky;
	top: 100px;
	left: 0;
}

.mhrn_down1 {
	position: fixed;
	left: 0;
	width: 100%;
	top: 80px;
	/* height: calc(100% - 80px); */
	background: rgba(17, 17, 69, 1);
	padding-top: 50px;
	padding-bottom: 50px;
}

.mhrn_down1 #mCSB_2_scrollbar_vertical {
	opacity: 0 !important;
}

.mhrn_down1_cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}

.mhrn_down1_li {
	width: 33.333333%;
	padding: 0 30px;
	margin-bottom: 40px;
}

.mdlw_top .std_tit5 {
	color: #5EECFF;
	font-weight: bold;
	padding-bottom: 16px;
	display: block;
}

.mdlw_top {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
}

.mdlw_btm_tit a {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
}

.mdlw_btm_tit {
	margin-bottom: 15px;
}

.mdlw_btm_info {
	width: 100%;
}


.mbil_le p {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.36s;
}

.mbil_ri {
	width: 26px;
}

.mbil_le {
	padding-right: 10px;
}

.mbil_wrap {
	display: flex;
}


.mbil_ri img:nth-child(2) {
	opacity: 0;
}

.mhrn_down1_li:first-child .mdlw_btm_ul_li {
	width: 33.333333%;
	padding: 0 30px;
}

.mhrn_down1_li:first-child .mdlw_btm_ul {
	display: flex;
	margin: 0 -30px;
}

.mhrn_down1_li:first-child {
	width: 100%;
}

.mdlw_btm_info_li {
	margin-bottom: 5px;
}

.mdlw_btm_info_li.yxnav_active2 .mbil_le p {
	color: #fff;
}

.mdlw_btm_info_li.yxnav_active2 .mbil_ri img:nth-child(1) {
	opacity: 0;
}

.mdlw_btm_info_li.yxnav_active2 .mbil_ri img:nth-child(2) {
	opacity: 1;
}

.mhrn_down1_more .mod_more_link {
	width: 238px;
}

.mhrn_down1_more {
	display: flex;
	justify-content: center;
}

.mhrn_down .ys_cont1280 {
	height: 100%;
}

.mhrn_down_scroll {
	height: 100%;
}


.mhrn_down_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
	background: #fff !important;
}

.mhrn_down_scroll .mCSB_draggerRail {
	background: rgba(255, 255, 255, 0.2) !important;
}

.mhrn_down_scroll .mCSB_outside+.mCSB_scrollTools {
	right: -32px !important;
}


.mhrn_down {
	display: none;
}

.mhrn_down2 {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.mhrn_down2_li_le {
	width: 24px;
}

.mhrn_down2_li_le img {
	width: 100%;
}

.mhrn_down2 {
	background: #111145;
	padding: 10px 25px;
	border-radius: 0 0 10px 10px;
}

.mhrn_down2_li a {
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding: 22px 0;
}

.mhrn_down2_li_ri {
	display: flex;
	align-items: center;
}

.mdlr_le p {
	font-size: 16px;
	line-height: 1.5;
	color: #383838;
	transition: all 0.36s;
	margin-bottom: 0;
}

.mhrn_down2_li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.mhrn_down2_li:last-child {
	border-bottom: none;
}

.mhrn_down2_li.yxnav_active2 .mdlr_le p {
	color: #143886;
}

.sltp_coatin {
	width: 100%;
	padding: 20px 6px 15px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
}

.sltp_coatin_li {
	width: 50%;
	padding-left: 26px;
	padding-right: 11px;
	border-right: 1px solid #ECEEF4;
}

.sltp_coatin_li:last-child {
	border: none;
}

.sclw_tit p {
	font-size: 14px;
	line-height: 1.5;
	color: #64636F;
}

.sclw_info p {
	color: #140E4C;
	font-weight: bold;
	line-height: 1.5;
}

.sclw_tit {
	margin-bottom: 4px;
}

.sltp_coatin_li_wrap {
	margin-bottom: 24px;
}

.soluti_Page_ul_li.on .spul_le_tit {
	width: 100% !important;
	padding-right: 0 !important;
}

.soluti_Page_ul_li.on .spul_le_info {
	width: 100% !important;
}

.spul_le_top {
	position: relative;
}


.soluti_Page_ul_li.on .spul_le_top_p1 {
	width: 47%;
	padding-right: 55px;
}

.soluti_Page_ul_li.on .spul_le_top_p2 {
	width: 53%;
}

.soluti_Page_ul_li.on .spul_le_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.soluti_Page_ul_li.on .spul_le_btm {
	width: 100% !important;
	padding-right: 0 !important;
	margin-top: 17px;
}

.spul_le_btm .slbb_link {
	max-width: 100%;
	width: 156px;
}

.soluti_Page_ul_li.on .slbb_link {
	width: 195px;
}


.cdbh_box_ri_wrap {
	left: -70px;
}

.yxnav_active2>.ys_phnav_lisbox a {
	opacity: 0.6;
}


.mod_more_link svg {
	right: 18px;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {

	.hpbr_li_wrap:hover .hpbl_wrap_btm_more {
		width: 70px;
	}

	.hpbl_wrap:hover .hpbl_wrap_btm_more {
		width: 70px;
	}

	.mflb_le_li a:hover {
		color: #352BF1;
	}

	.press_news_recom:hover .hpbl_wrap_btm_more {
		width: 70px;
	}

	.pnul_wrap:hover .hpbl_wrap_btm_more {
		width: 70px;
	}

	.cdbh_box_arr:hover .ys_imgbox_cover img:nth-child(1) {
		opacity: 0;
	}

	.cdbh_box_arr:hover .ys_imgbox_cover img:nth-child(2) {
		opacity: 1;
	}

	.cont_supp_more .mod_more_link:hover {
		color: #fff !important;
		padding: 0 20px !important;
	}

	.eeru_wrap:hover .ewtr_top .std_tit5 {
		color: #352BF1;
	}

	.pcrb_li a:hover {
		color: #352BF1;
	}

	.comp-tabli li:hover {
		border-color: #352BF1;
		background: #352BF1;
	}

	.swru_li a:hover .mod_more_link {
		color: #140E4C;
	}

	.swru_li a:hover .mod_more_link img {
		opacity: 1;
	}

	.swru_li a:hover .mod_more_link {
		padding-left: 15px;
		background: transparent;
	}

	.hpbl_wrap:hover .hpbl_wrap_btm_tit .std_tit30 {
		color: #352BF1;
	}

	.mod_more_link:hover img {
		opacity: 1;
	}

	.mod_more_link:hover svg {
		opacity: 1;
	}

	.mod_more_link:hover {
		padding-left: 15px;
		background: transparent;
		padding-right: 25px !important;
	}

	.mod_more1 .mod_more_link:hover {
		color: #0077FF;
	}

	.edbl_qieh_btn:hover .ys_imgbox_cover img:nth-child(1) {
		opacity: 0;
	}

	.edbl_qieh_btn:hover .ys_imgbox_cover img:nth-child(2) {
		opacity: 1;
	}

}

.soluti_Page_ul_li.on .slbb_link {
	width: 195px;
}

.fpbs_li.on .std_tit5 {
	color: red;
	border-color: rgba(255, 0, 0, 0.2);
}


.fpbs_li.on .std_tit5::after {
	background: red;
}

.mod_more_link {
	width: 195px;
}

.hpbl_wrap_btm_ul {
	margin-bottom: 40px;
}

.mdlw_top a {
	font-size: 18px;
}

.pcrb_li span {
	width: 57px;
	display: inline-block;
}

.spul_ri img {
	width: 100%;
}

.spul_ri {
	width: 43%;
}

.spul_le {
	width: 57%;
}

.spul_le_btm_horiz .spul_le_btm_btn1 .mod_more_link {
	width: 156px;
}

.spul_le_btm {
	flex-wrap: wrap;
}

.spul_le_btm_btn2 {
	margin-left: 0 !important;
	margin-right: 16px;
}

.spul_le_btm_horiz .spul_le_btm_btn1 .mod_more_link {
	margin-bottom: 20px;
}

.spul_le_btm_horiz .spul_le_btm_btn1 {
	margin-right: 16px;
}

.spul_le_top {
	width: 100%;
}

/*  */

.cfbb_wrap_li_biaoy p {
	color: #352BF1;
	font-weight: bold;
	font-size: 16px;
}


.cont_form_cont .std_tit5 {
	font-size: 18px;
}



.esg_care_cont .swiper-pagination-progressbar-fill {
	background: #fff !important;
}


.ys_e1page .ys_banner1 .ys_ban_imgbox::before {
	opacity: 0.9;
}

.mfrw_li_slec_ri p a {
	color: #352BF1;
	text-decoration: underline
}

.home_techno {
	padding-bottom: 0 !important;
}

.swru_li_le_info p {
	-webkit-line-clamp: 100;
}

.clbs_li .clbi_li_posit {
	display: block !important;
	position: relative;
	top: auto !important;
	left: auto !important;
}


.clbs_li {
	display: none;
}

.clbs_li:first-child {
	display: block;
}

/* .clbs_ul .slick-list {
    overflow: visible;
} */

.cont_layout_btm_sliph {
	display: none;
}


.clsc_dots1 {
	top: 33%;
}


.clsc_dots2 {
	top: 62.8%;
}

.clsc_dots3 {
	top: 69.2%;
}


.clsc_dots4 {
	top: 55.6%;
}


.clsc_dots5 {
	top: 64.7%;
}

.clsc_dots6 {
	top: 73%;
}


.clsc_dots7 {
	top: 81.2%;
}


.clsc_dots8 {
	top: 88.1%;
}


.clsc_dots9 {
	top: 95.2%;
}

.clsc_dots10 {
	top: 83.8%;
	left: 23.2%;
}

.clsc_dots10 .clsc_dots_btm {
	height: 2vw;
	width: 9.5vw;
}

.clsc_dots.notshow .clsc_dots_top {
	opacity: 0 !important;
}

.ys_sypage .ys_ban_imgbox::before {
	bottom: -1px;
}

.mod_fot_informa_le p a:nth-child(2) {
	margin-left: 5px;
}


.ys_pagepri .ys_priban {
	top: 64%;
}

/* .swlc_li:first-child>a {
    pointer-events: none;
} */

.swlc_li {
	cursor: pointer;
}

/*.yxedr_active img {*/
/*    width: 100%;*/
/*}*/

.video_pop_le {
	width: 60px;
}

.video_pop {
	display: flex;
	align-items: center;
	cursor: pointer;
	display: none;
}

.video_pop_ri p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.video_pop_ri {
	padding-left: 15px;
}

.ys_e1page .video_pop {
	display: flex;
}

.ys_e1page .ys_ban_txtbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clbi_star .clbi_li_dots {
	width: 1.2vw;
	height: 1.2vw;
	background: transparent !important;
}

.clbi_star .clbi_li_dots img {
	display: block;
}

.clbi_li_dots img {
	display: none;
}

.cwlh_le {
	width: 24px;
}

.cwlh_le img {
	width: 100%;
}

.cwlh_ri p {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

.cfbb_wrap_li_huan {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 15px;
}

.cwlh_ri {
	padding-left: 4px;
}

.cfbb_wrap_code .cfbb_wrap_li_cont {
	display: flex;
	align-items: center;
}

.form_pop_box_log {
	text-align: center;
	width: 100% !important;
}

.form_pop_box_log .std_tit30 {
	font-weight: bold;
	display: none;
}

.form_pop_box_log .std_tit30:first-child {
	display: block;
}

.fwbu_li {
	margin-bottom: 21px;
}


.cwlc_infut textarea {
	height: 130px;
}

.fpbb_wrap_tit {
	margin-bottom: 20px;
}


.ys_modal_content {
	padding: 40px;
}

.cfbb_wrap_li {
	margin-bottom: 12px;
}


.ys_d1page .mod_bord {
	bottom: -20px !important;
}

.hsbr_li_wrap {
	width: 100%;
	position: relative;
}


.cpbu_wrap_btm_info p {
	height: 8.4em;
	overflow: hidden;
}

.cdbh_slick_item,
.cbrh_item {
	display: none;
}

.cdbh_slick_item:first-child,
.cbrh_item:first-child {
	display: block;
}

.csii_info {
	max-height: 330px;
}

.csii_info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
	background: #fff !important;
}


.csii_info .mCSB_draggerRail {
	background: rgba(255, 255, 255, 0.6) !important;
}


.csii_info .mCSB_outside+.mCSB_scrollTools {
	right: -20px !important;
}

.swru_li_le {
	padding-right: 20px;
}

.swru_li a {
	overflow: hidden;
}

.swlc_li_btm_li {
	position: relative;
}

.swlc_li .slbl_wrap .swlc_li_ri path {
	fill: #352BF1 !important;
}

.slbl_wrap {
	width: 100%;
	position: relative;
}


.swlc_li_btm_li {
	background: #F7F7F9;
}

.slbl_ul_li a {
	font-size: 16px;
	line-height: 1.75;
	color: #140E4C;
	display: block;
	background: #E9ECF5;
	transition: all 0.36s;
}

.slbl_ul_li {
	width: 100%;
	border-bottom: 1px solid #fff;
}

.slbl_ul_li:last-child {
	border-bottom: none;
}

.slbl_ul_li a {
	padding-left: 84px !important;
	padding-right: 18px !important;
}

.swlc_li_btm_li svg {
	transform: rotate(0deg) !important;
}

.swlc_li_btm_li.rotat svg {
	transform: rotate(180deg) !important;
}


.ys_videom_content {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}


.ys_videom_container {
	/* width: 100%; */
}

.ys_videom_video {
	width: 100%;
	max-height: 100%;
}

.ys_videom_close {
	right: 20px;
	top: 20px;
}


.clbi_star .clbi_li_posit {
	display: block;
}

.ys_b1page .mod_head_ri_lan .mhrl_cat {
	color: #143886 !important;
}

.clbs_ul .slick-dots li {
	width: 6px;
	height: 6px;
}


.clbs_ul .slick-dots li.slick-active {
	background: #143886 !important;
}

.clbs_ul .slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 20px;
}

.slbl_ul {
	display: none;
}

.soluti_wrap_le {
	/* height: calc(100vh - 150px); */
	max-height: calc(100vh - 150px);
}

.soluti_wrap_le .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
	background: #352BF1 !important;
}

.soluti_wrap_le .mCSB_outside+.mCSB_scrollTools {
	right: -15px !important;
}


.soluti_wrap_le_cont,
.swru_li,
.soluti_Page_ul_li {
	animation: ysfadeInUp .5s ease-in-out both;
	animation-delay: 0s;
}


.compan_about_cont {
	height: auto !important;
}


.compan_about_ri .cabu_li_tit p {
	font-size: 36px;
}


.cabu_li_info .std_tit4 {
	font-size: 18px;
}

.cabu_li {
	width: 100% !important;
}

.compan_about_le .std_tit30 {
	opacity: 0 !important;
}

.cabu_lik {
	width: 25%;
	padding: 0 10px;
}

.compan_about_btm_ul {
	width: auto !important;
	display: flex;
	flex-wrap: wrap;
	padding-right: 0 !important;
	margin: 0 -10px;
}

.compan_about_le {
	width: 50%;
}

.compan_about_ri {
	width: 50%;
}

.mhrn_down1 .mdlw_btm_info {
	display: none;
}

.cont_addre,
.esg_commit {
	padding-top: 0px !important;
}

.ys_search4 {
	overflow: hidden;
}

.mod_head_ri_sear {
	position: relative;
}

.ys_searchbox {
	line-height: 80px;
	height: 40px;
	/* margin: 0 34px; */
	/*position: relative;*/
}

.ys_searchtxt input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: rgba(255, 255, 255, 1);
}

.ys_searchtxt input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 1);
}

.ys_searchtxt input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 1);
}

.ys_searchtxt input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(255, 255, 255, 1);
}

.ys_searchtxt input {
	position: absolute;
	top: 50%;
	right: 38px;
	background: #202051;
	width: 0;
	height: 40px;
	transition: .6s;
	transform: translateY(-50%);
	font-size: 16px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(10px);
	color: #fff;
}

.ys_header.act .ys_searchtxt input {
	width: 110px;
}

.ys_searchimg img {
	width: 26px;
}

.ys_searchbox::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: 56px;
	background: #dcdcdc;
	transition: all .6s ease;
	display: none;
}

.ys_searchimg {
	width: 25px;
}

.ys_searchimg img {
	width: 100%;
}

.ys_searchtxt {
	width: calc(100% - 25px);
	height: 100%;
	padding-right: 20px;
}

.ys_searchimg {
	width: 24px !important;
}

.mod_head_ri_sear:hover .ys_searchtxt input {
	width: 200px;
	padding: 0 20px;
}

.ys_searchbox {
	display: flex;
	align-items: center;
}

/* 二期 - start */
.mod_second {
	background: #140E4C;
}

/* 公共 start*/
.std_title30 {
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
}

.std_word2,
.std_word2 p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.std_padd0 {
	padding: 80px 0;
}

.std_padd1 {
	padding-bottom: 80px;
}

/* 公共 end */
.source_top {
	display: flex;
	align-items: center;
}

.source_top_left {
	width: 53.6%;
	padding-right: 65px;
}

.source_top_right {
	width: 46.4%;
	height: auto;
}

.source_top_right img {
	width: 100%;
}

.source_top_left .std_title30 {
	margin-bottom: 24px;
}

.source_top_left .std_word2 p {
	margin-bottom: 14px;
}

.source_bot_li {
	padding: 34px 76px;
	background: #18184B;
	border-radius: 10px;
	margin-bottom: 20px;
}

.source_bot_li .std_title30 {
	margin-bottom: 20px;
	padding-left: 45px;
	position: relative;
	/* font-family: 'Roboto-Regular' !important; */
}

.source_bot_li .std_word2 {
	padding-left: 45px;
}

.source_bot_li .std_title30::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.source_bot_li .mod_ban_btm_more {
	margin-top: 40px;
	margin-left: 45px;
	justify-content: flex-start;
}

.source_bot {
	position: relative;
}

.source_bot::before {
	content: '';
	position: absolute;
	top: -10%;
	right: -10%;
	width: 665px;
	height: 561px;
	border-radius: 665px;
	opacity: 0.3;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #352BF1 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
	z-index: 1;
}

.source_bot::after {
	content: '';
	position: absolute;
	bottom: 5%;
	left: -20%;
	width: 665px;
	height: 561px;
	border-radius: 665px;
	opacity: 0.3;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #352BF1 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
	z-index: 1;
}

.source_bot_ul {
	position: relative;
	z-index: 10;
}

.invest_info_zhu {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.invest_info .std_tit2 {
	color: #fff;
}

.invest_white {
	background: #F4F7FC;
}

.invest_main .std_tit2 {
	/* font-family: 'Roboto-Bold' !important; */
}

.invest_cta .std_tit2 {
	color: #fff;
	text-align: center;
}

.iisl_left {
	width: 64%;
}

.iisl_right {
	width: 36%;
}

.iisl_left p {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	padding: 10px 36px;
}

.iisl_right p {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	padding: 10px 74px;
	/* font-family: 'Roboto-Bold' !important; */
}

.iisl_right p img {
	width: 24px;
}

.invest_info_stock_first .iisl_right p {
	color: #5EECFF;
	padding-right: 5px;
}

.invest_info_stock_li {
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.invest_info_stock_li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.iisl_right {
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.invest_info_stock {
	margin-bottom: 20px;
}

.invest_white_top_ul,
.invest_white_bot_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -13px;
}

.invest_white_top_li {
	width: 33.333333%;
	padding: 0 13px;
	margin-bottom: 26px;
}

.invest_white_bot_li {
	width: 50%;
	padding: 0 13px;
	margin-bottom: 26px;
}

.invest_white_top_li a,
.invest_white_bot_li a {
	display: block;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 15px 25px 0px rgba(164, 166, 188, 0.15);
	padding: 46px 37px;
	height: 100%;
}

.invest_white_top_li .std_tit5,
.invest_white_bot_li .std_tit5 {
	/* font-family: 'Roboto-Bold' !important; */
	transition: all .36s;
	margin-bottom: 50px;
	color: #140E4C;
}

.invest_white_top .spul_le_btm_btn1 {
	text-align: center;
}

.invest_white_top .mod_more {
	display: inline-block;
}

.invest_white_top_ul {
	margin-bottom: 36px;
}

.invest_white_bot_li span {
	color: #140E4C;
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin-bottom: 10px;
}

.invest_cta_bable {
	background: rgba(255, 255, 255, .1);
	padding: 56px 120px 20px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 4px;
	position: relative;
}

.invest_cta_bable::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 23%;
	height: 100%;
	background: rgba(255, 255, 255, .02);
}

.invest_cta_td1 {
	width: 25%;
}

.invest_cta_td2 {
	width: 40%;
}

.invest_cta_td3 {
	width: 35%;
}

.invest_cta_bable p {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	padding: 20px 0;
}

.invest_cta_bable p a {
	color: #fff;
}

.invest_cta_bable .invest_cta_td1 p {
	/* font-family: 'Roboto-Bold' !important; */
}

.invest_cta_bable tr {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.invest_cta_td2 {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.invest_cta_td2 p {
	padding: 20px 80px 20px 0;
}

.invest_cta_td3 p {
	padding: 20px 80px 20px 68px;
}

.invest_cta_bable tr:last-child {
	border-bottom-color: transparent;
}

.roboto_activity .esg_care_btm_wrap {
	width: calc(100% - 70px);
	overflow: hidden;
}

.roboto_activity .ecbw_li {
	margin: 0;
}

.roboto_activity .swiper-pagination-progressbar-fill {
	background: #5EECFF !important;
}

.roboto_intro_li {
	width: 33.333333%;
	padding: 0 19px;
	margin-bottom: 36px;
}

.roboto_intro_ul {
	margin: 0 -19px;
	display: flex;
	flex-wrap: wrap;
}

.roboto_intro_li_item {
	background: rgba(35, 33, 156, .6);
	border-radius: 10px;
	padding: 86px 56px;
	height: 100%;
	backdrop-filter: blur(8px);
}

.rili_icon {
	width: 72px;
	margin-bottom: 26px;
}

.rili_title {
	color: rgba(255, 255, 255, .8);
}

.mod_title .std_title30 {
	font-size: 32px;
	margin-bottom: 10px;
}

.roboto_intro_cont {
	position: relative;
}

.roboto_intro_bj {
	position: absolute;
	top: 2%;
	right: -20%;
	width: 586px;
	z-index: 1;
}

.roboto_intro .mod_title {
	width: 82%;
	position: relative;
	z-index: 10;
}

.roboto_intro_ul {
	position: relative;
	z-index: 1;
}

.roboto_activity .mod_more_link img {
	opacity: 1;
	position: static;
	transform: translateY(0);
	width: 24px;
	margin-left: 15px;
}

.roboto_activity .esg_care_top_more .mod_more_link {
	width: 195px;
}

.roboto_activity .ecbw_li .std_tit4,
.esg_care .ecbw_li .std_tit4 {
	text-align: center;
	margin-top: 30px;
	padding: 0 10px;
}

.talent_intro .mod_title {
	width: 82%;
}

.talent_intro .std_title30 {
	margin-bottom: 10px;
}

.talent_intro_li {
	margin-bottom: 30px;
	position: relative;
}

.talent_intro_li .ys_imgbox_cover {
	width: 51%;
	height: auto;
	float: right;
}

.talent_intro_li_text {
	width: 50%;
	padding: 76px 56px 70px 76px;
	border-radius: 10px;
	background: #37BECC;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.talent_intro_li:nth-child(2n) {
	flex-direction: row;
}

.talent_intro_li:nth-child(2n) .talent_intro_li_text {
	background: #202051;
	position: absolute;
	top: 0;
	right: 0;
	left: inherit;
}

.talent_intro_li:nth-child(2n) .ys_imgbox_cover {
	float: left;
}

.talent_promote_ul {
	display: flex;
	justify-content: space-between;
}

.talent_promote_li_item {
	width: 220px;
}

.talent_promote_li_item .std_tit5 {
	text-align: center;
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-top: 30px;
}

.talent_recru_item {
	position: relative;
}

.talent_recru_item_img,
.talent_recru_item_img img {
	width: 100%;
	transition: all .36s;
}

.talent_recru_item_img {
	opacity: 0;
}

.talent_recru_item .ys_cont1440 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.talent_recru_item .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
}

.talent_recru_item .mod_ban_btm_more {
	justify-content: flex-start;
	margin-top: 30px;
}

.talent_recru_item .mod_more_link {
	width: 170px;
}

.talent_promote_li_img {
	position: relative;
}

.talent_promote_li_img p {
	width: 87px;
	height: 1px;
	border-top: 1px dashed #fff;
	position: absolute;
	top: 50%;
	right: -87px;
	transform: translateY(-50%);
	z-index: 1;
}

.talent_promote_li_icon {
	position: relative;
	z-index: 10;
	display: block;
}

.talent_promote_li:last-child .talent_promote_li_img p {
	display: none;
}

.tech_color {
	background: #F4F7FC;
}

/* .tech_prodt .esg_care_btm_wrap {
    width: 1230px;
} */

.tech_intro_item {
	display: flex;
	position: relative;
	align-items: center;
}

.tech_intro_img,
.tech_intro_text {
	width: 50%;
}

.tech_intro_img img {
	border-radius: 10px;
	width: 100%;
}

.tech_intro_text {
	position: static;
	width: 50%;
}

.tech_intro_item {
	background: #202051;
}

.tech_intro_img {
	position: relative;
	z-index: 10;
}

.tech_intro_text p {
	color: #fff;
	opacity: .8;
	margin-bottom: 10px;
	line-height: 1.5;
}

.tech_intro_text p:last-child {
	margin-bottom: 0;
}

.esg_care .esg_care_top_tit {
	text-align: left;
}

.tech_int_cont {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.tech_int_left {
	width: 50%;
	padding-right: 80px;
	padding-top: 20px;
}

.tech_int_right {
	position: relative;
	width: 50%;
}

.tech_int_right_img1 {
	width: 84%;
	filter: drop-shadow(0px 15px 25px rgba(164, 166, 188, 0.15));
}

.tech_int_right_img1 img,
.tech_int_right_img2 img {
	width: 100%;
	border-radius: 10px;
}

.tech_int_right_img2 {
	position: absolute;
	bottom: -17%;
	right: 0;
	width: 37%;
	filter: drop-shadow(0px 15px 25px rgba(164, 166, 188, 0.15));
}

.tech_int_left .std_word2 p {
	color: #140E4C;
}

.tech_main .mod_title .std_tit2 {
	color: #352BF1;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 20px;
}

.tech_main .mod_title .std_tit2 span {
	color: #140E4C;
}

.tech_adv_li {
	width: 33.333333%;
	padding: 0 12px;
	height: auto;
	margin-bottom: 30px;
}

.tech_adv_ul .slick-track {
	display: flex;
	margin: 0 auto;
}

.tech_adv_ul {
	margin: 0 -12px;
}

.tech_adv_item {
	height: 100%;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 15px 12px 0px rgba(164, 166, 188, 0.15);
}

.tech_adv_item_text {
	padding: 24px 42px 60px;
}

.tech_adv .slick-dots {
	bottom: -10px;
}

.tech_adv .slick-dots li.slick-active {
	background: rgba(0, 1, 178, 1);
}

.tech_adv .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 12px;
	border-radius: 50%;
	background: rgba(0, 1, 178, .3);
}

.tech_adv_item_text .std_title30 {
	color: #140E4C;
	margin-bottom: 10px;
}

.tech_adv_item_text .std_word1 p {
	color: #64636F;
}

.tech_auto_cont {
	background: #fff;
	border-radius: 4px;
	padding: 72px 46px;
}

.tech_swiper {
	overflow: hidden;
	position: relative;
}

.tacl_img,
.tacl_test {
	width: 50%;
}

.tech_auto_cont_li {
	display: flex;
	flex-direction: row-reverse;
}

.tacl_test .std_title30 {
	color: #140E4C;
	margin-bottom: 10px;
	/* font-family: 'Roboto-Bold' !important; */
}

.tacl_test .std_word2 p {
	color: #140E4C;
}

.tacl_test {
	padding-right: 45px;
}

.tech_swiper_num span {
	color: #140E4C;
	font-size: 16px;
	/* font-family: 'Roboto-Bold' !important; */
}

.tech_auto_cont_progress {
	display: flex;
	height: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	justify-content: space-between;
}

.tech_swiper_arrow div {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #352BF1;
	position: relative;
	left: inherit;
	right: inherit;
}

.tech_auto_cont_progress .swiper-button-prev {
	margin-right: 16px;
}

.tech_swiper_arrow .swiper-button-next:after,
.tech_swiper_arrow .swiper-button-prev:after {
	color: #fff;
	font-size: 12px;
}

.tech_swiper_arrow {
	display: flex;
}

.tech_swiper_num {
	line-height: 42px;
}

.tech_auto_cont_progress .swiper-pagination {
	width: calc(100% - 200px);
	position: relative;
	height: 1px;
	background: #64636F;
	margin-top: 20px;
}

.line_sec1_li_texy,
.line_sec1_li_img {
	width: 50%;
	position: relative;
}

.line_sec1_li {
	display: flex;
	flex-direction: row-reverse;
}

.line_sec1_li:nth-child(2n) {
	flex-direction: row;
}

.line_sec1_li_img .ys_imgbox_cover {
	width: 500px;
	margin: 30px 0 0 30px;
	border-radius: 74px 0 0 74px;
}

.line_sec1_li:nth-child(2n) .ys_imgbox_cover {
	float: right;
	border-radius: 0 74px 74px 0;
	margin: 30px 30px 0 0;
}

.line_sec1_li_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 530px;
	height: 530px;
	background: url(../images/b3_bg02.svg) center / cover no-repeat;
}

.line_sec1_li:nth-child(2n) .line_sec1_li_img::before {
	right: 0;
	left: inherit;
	background: url(../images/b3_bg01.svg) center / cover no-repeat;
}

.line_sec1_li_texy .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 15px;
	line-height: 1.5;
}

.line_sec1_li {
	margin-bottom: 150px;
	align-items: center;
}

.line_sec1_li_texy .std_tit2 span {
	color: #5EECFF;
}

.line_sec1_li_texy .std_word2 p {
	opacity: .8;
}

.line_sec2 {
	padding: 0 60px;
}

.line_sec2_cont {
	position: relative;
	overflow: hidden;
}

.line_sec2_text,
.line_sec2_img {
	width: 50%;
	height: auto;
}

.line_sec2_text {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #37BECC;
}

.line_sec2_img img {
	width: 100%;
	border-radius: 10px;
}

.line_sec2_text {
	border-radius: 10px;
	padding: 100px 60px 100px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.line_sec2_text .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 30px;
	line-height: 1.3;
}

.line_sec2_text p {
	margin-bottom: 14px;
}

.line_sec2_text p:last-child {
	margin-bottom: 0;
}

.line_sec4_item li {
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 24px;
}

.line_sec4_item ul {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}

.line_sec4 .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 20ox;
}

.line_sec4_cont {
	background: #fff;
	border-radius: 10px;
	padding: 80px;
}

.std_title32 {
	font-size: 32px;
	line-height: 1.5;
	color: #140E4C;
	margin-bottom: 10px;
}

.line_sec3_svg {
	width: 44%;
	margin: 0 auto;
}

.line_sec3_cont {
	position: relative;
	padding: 82px 0;
}

.line_sec3_text {
	position: absolute;
	top: -7px;
	width: 27%;
}

.line_sec3_left {
	left: 0;
}

.line_sec3_right {
	right: 0;
}

.line_sec3_left .std_tit2 {
	color: #fff;
}

.line_sec3_right .std_tit2 {
	color: #5EECFF;
}

.line_sec3_text .std_tit2 {
	margin-bottom: 30px;
	/* font-family: 'Roboto-Bold' !important; */
}

.line_sec3_text li {
	display: flex;
	margin-bottom: 38px;
}

.line_sec3_text1 {
	width: 32px;
	/* font-family: 'Roboto-Bold' !important; */
}

.line_sec3_text2 {
	width: calc(100% - 32px);
}

.line_sec3_right .line_sec3_text1 {
	color: #5EECFF;
}

.tech_int_left,
.tech_int_rught {
	height: auto;
}

.esg_care .ecbw_li {
	margin: 0;
}

.tech_intro_text .std_word1 {
	height: 390px;
}

.tacl_test .std_word2 {
	/* height: 192px; */
}

.tech_intro_text .mCSB_outside+.mCSB_scrollTools,
.tacl_test .mCSB_outside+.mCSB_scrollTools {
	right: -25px !important;
}

.tech_intro_text .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, .75);
}

.tech_intro_text .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(255, 255, 255, .15);
}

.tacl_test .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 1, 178, .75);
}

.tacl_test .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 1, 178, .15);
}

.tacl_test .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.tech_intro_text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.line_sec3_svg lottie-player {
	width: 100%;
}

.line_sec3_svg_ph {
	display: none;
}


@media screen and (min-width: 1200px) {
	.invest_white_top_li a:hover .std_tit5 {
		color: #352BF1;
	}

	.invest_white_bot_li a:hover .std_tit5 {
		color: #352BF1;
	}

	.roboto_activity .mod_more_link:hover {
		padding-left: 0;
		background: #352BF1;
		padding-right: 0 !important;
	}

	.talent_recru_item:hover .talent_recru_item_img {
		opacity: 1;
	}

	.talent_recru_item:hover .mod_more .mod_more_link {
		background: #fff;
		color: #352BF1;
	}

	.talent_recru_item:hover .mod_more_link {
		padding-left: 0;
		background: #fff;
		padding-right: 0 !important;
	}

	/* tammy - start */
	.mod_more .social_btn_link:hover {
		background: #352BF1;
		color: #fff;
	}

	/* tammy - end */
}


/* tammy - start */
.mod_more .social_btn_link {
	padding: 10px 50px;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1.6;
	background: #fff;
	display: block;
	color: rgba(12, 12, 56, 0.2);
	transition: all 0.36s;
	position: relative;
	text-align: center;
	cursor: pointer;
	/* font-family: 'Roboto-Bold' !important; */
}

.social_btn .mod_more {
	padding: 0 9px;
}

.mod_more.on .social_btn_link {
	background: #352BF1;
	color: #fff;
}

.social_select_share_top {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.ssst_font {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.ssst_icon {
	width: 18px;
	margin-left: 11px;
}

.ssst_icon img {
	width: 100%;
}

.social_select_share {
	display: flex;
	justify-content: flex-end;
}

.social_btn {
	margin-bottom: 44px;
}

.social_select_share_en {
	margin-bottom: 19px;
}

.social_select_box {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.10);
	padding: 58px 48px 66px 60px;
}

.social_select_search_input {
	border-radius: 4px;
	background: #F4F7FC;
	width: calc(100% - 136px);
	display: flex;
}

.sssi_btn_link_icon {
	width: 20px;
}

.sssi_btn_link_icon img {
	width: 100%;
}

.sssi_btn_link_font {
	color: #fff;
	font-size: 16px;
	margin-left: 16px;
}

.social_select_search {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sssi_btn {
	background: #352BF1;
	width: 172px;
	border-radius: 0 3px 3px 0;
}

.sssi_box {
	width: calc(100% - 172px);
}

.sssi_box input {
	width: 100%;
	height: 48px;
	padding: 0 25px;
	font-size: 16px;
	color: #64636F;
}

.sssi_btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.sssi_box input::placeholder {
	color: rgba(100, 99, 111, .3);
}

.ssln_span {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: relative;
	display: block;
	margin-right: 9px;
	top: 3px;
}

.ssln_span::before {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ssln_span::after {
	content: '';
	width: 50%;
	height: 50%;
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.36s;
}

.social_select_list_nub.on .ssln_span::after {
	opacity: 1;
}

.social_select_box .std_tit5 {
	color: #fff;
	font-weight: bold;
}

.social_select_list_nub {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	display: flex;
}

.social_select_list {
	flex-wrap: wrap;
	display: flex;
}

.social_select_list_nub {
	width: 14.285714%;
	cursor: pointer;
}

.social_select_type_nub .std_tit5,
.social_select_list_nub {
	margin-bottom: 26px;
}

.social_select_search {
	margin-bottom: 39px;
}

.ssln_font {
	font-style: normal;
	line-height: inherit;
	max-width: calc(100% - 25px);
	transition: all 0.36s;
}

.social_select_list_nub.act .ssln_font {
	opacity: .3;
}

.social_select_type_nub {
	padding-top: 23px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	margin-top: 34px;
}

.social_select_list {
	margin-bottom: -26px;
}

.social_select_type_nub:first-child {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

.social_manu {
	padding-top: 70px;
	padding-bottom: 160px;
}

.social_select_type:first-child {
	padding-top: 8px;
}

.social_core .std_tit2 {
	/* font-family: 'Roboto-Bold' !important; */
	color: #fff;
	margin-bottom: 40px;
}

.social_core {
	padding-top: 60px;
}

.social_core_list_nub {
	margin-bottom: 30px !important;
	border-radius: 10px;
	background: #FFF;
}

.social_core_list_nub:last-child {
	margin-bottom: 0;
}

.scln_top_first .std_tit4 {
	color: #140E4C;
	/* font-family: 'Roboto-Bold' !important; */
}

.scln_top_first {
	display: flex;
	justify-content: space-between;
}

.stfo_link_icon {
	width: 26px;
	cursor: pointer;
}

.stfo_link_icon img {
	width: 100%;
}

.stfo_btn {
	width: 26px;
	height: 26px;
	margin-left: 25px;
	position: relative;
}

.stfo_btn::before,
.stfo_btn::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background: #140E4C;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.stfo_btn::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: all 0.36s;
}

.scln_top_first_other {
	display: flex;
	align-items: center;
}

.scln_top,
.scln_xia {
	padding-right: 39px;
	padding-left: 56px;
}

.scln_top {
	padding-top: 37px;
	padding-bottom: 34px;
}

.scln_top_text p {
	color: #64636F;
}

.scln_top_text {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.scln_top_text span {
	margin-left: 16px;
}

.scln_top_text li {
	padding: 0 15px;
	flex-grow: 1;
}

.scln_top {
	cursor: pointer;
}

.scln_xia_cry {
	margin-top: -6px;
	border-top: 1px solid rgba(100, 99, 111, .2);
	padding-bottom: 60px;
}

.scln_xcl_item .std_word1 {
	color: #352BF1;
	/* font-family: 'Roboto-Bold' !important; */
	margin-bottom: 10px;
}

.scln_xia_cry_list {
	margin-top: 24px;
	width: 75%;
}

.scln_xcl_item .std_word p {
	line-height: 1.25;
	margin-bottom: 10px;
}

.scln_xcl_item .yxedr_active ul {
	padding-inline-start: 20px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.scln_xcl_item {
	margin-bottom: 46px;
}

.scln_xia_cry_list {
	margin-bottom: 59px;
}

.scln_xia_btn img {
	width: 20px;
	margin-left: 10px;
}

.scln_xia_btn_link {
	background: #352BF1;
	border-radius: 20px;
	padding: 7px 35px;
	color: #fff;
	line-height: 1.6;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scln_xia_btn {
	display: flex;
	justify-content: flex-start;
}

.scln_xia {
	display: none;
}

.social_core_list_nub.on .stfo_btn::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.campus_main .esg_care,
.social_main .esg_care {
	background: #F4F7FC;
}

.campus_main .esg_care .std_tit2,
.social_main .esg_care .std_tit2 {
	color: #140E4C;
}

.campus_main .esg_care_btm_ress .swiper-pagination,
.social_main .esg_care_btm_ress .swiper-pagination {
	background: rgba(12, 12, 56, 0.2);
	height: 1px;
}

.campus_main .esg_care_cont .swiper-pagination-progressbar-fill,
.social_main .esg_care_cont .swiper-pagination-progressbar-fill {
	background: #352BF1 !important;
	height: 2px;
	top: -0.5px;
}

.campus_main .esg_care_btm_ress,
.social_main .esg_care_btm_ress {
	margin-top: 44px;
	margin-bottom: 0;
}

.campus_main .esg_care_top_tit,
.social_main .esg_care_top_tit {
	margin-bottom: 44px;
}

.social_manu .talent_intro_li_text {
	padding: 56px 54px 70px 71px;
}

.social_manu .std_title30 {
	line-height: 1.6;
	margin-bottom: 28px;
}

.social_manu .talent_intro_ul .std_word2 p {
	margin-bottom: 1em;
}

.social_manu .talent_intro_ul {
	margin-top: 84px;
}

.social_manu .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
}

.social_manu .talent_promote {
	margin-top: 93px;
}

.social_manu .talent_promote_li .std_tit5 {
	line-height: 1.2;
}

.talent_promote_li:not(:last-child) {
	flex-grow: 1;
}

.talent_promote_li:not(:last-child) .talent_promote_li_item {
	width: 100%;
}

.talent_promote {
	--width1: 220px;
}

.talent_promote_li_item {
	width: var(--width1);
}

.talent_promote_li_item .std_tit5,
.talent_promote_li_icon {
	width: var(--width1);
}

.talent_promote_li_img p {
	width: calc(100% - var(--width1));
	right: 0;
}

.campus_main .social_manu .talent_promote {
	margin-top: 70px;
}

.social_manu .talent_promote_li_item .std_tit5 {
	margin-bottom: 0;
}

.social_detail_main .scln_xia {
	display: block;
}

.social_return a {
	color: #fff;
}

.social_return {
	margin-bottom: 30px;
}

.scln_top_first .std_tit2 {
	color: #140E4C;
}

.scln_top_first .std_tit30 {
	/* font-family: 'Roboto-Bold' !important; */
}

.social_share_modal {
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	z-index: 98;
	padding: 18px 14px;
	box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
	border-radius: 10px;
	width: 200px;
}

.social_share_modal::before {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
}

.social_select_share {
	position: relative;
}

.social_share_modal_font {
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	color: #140E4C;
}

.social_share_modal_img,
.social_share_modal_img img {
	width: 100%;
}

.social_share_copy {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.social_share_copy_font {
	font-size: 14px;
	color: #352BF1;
	line-height: 1.5;
	margin-left: 10px;
	white-space: nowrap;
	cursor: pointer;
}

.social_share_copy_box {
	flex-grow: 1;
	min-width: 120px;
	border-radius: 6px;
	border: 1px solid #BCBFD0;
	font-size: 14px;
	line-height: 30px;
	height: 32px;
	padding: 0 8px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	background: #F7F8FA;
	color: #BCBFD0;
	cursor: not-allowed;
}

.social_share_copy_box::selection {
	background: transparent;
	color: #BCBFD0;
}

.social_share_copy_box::-moz-selection {
	background: transparent;
	color: #BCBFD0;
}

.social_share_copy_box::-webkit-selection {
	background: transparent;
	color: #BCBFD0;
}

.social_share_modal_img {
	position: relative;
}

.social_pop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 1, 178, .6);
	color: #fff;
	text-align: center;
	line-height: 1.5;
	padding: 10px 20px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease;
}

.social_share_modal.act .social_pop {
	opacity: 1;
}

.social_share_modal {
	transform: translate(20px, -50%);
	opacity: 0;
	pointer-events: none;
	transition: all .36s ease-out;
}

.social_share_modal.on {
	opacity: 1;
	pointer-events: all;
	transform: translate(0, -50%);
}

.social_select_hover {
	position: relative;
}

.scln_top {
	display: block;
	position: relative;
}

.scln_link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.scln_top_first_other {
	position: relative;
	z-index: 10;
}

.stfo_link {
	position: relative;
}

.social_core_list_nub {
	position: relative;
	z-index: 2;
}

.social_core_list_nub.zindex {
	z-index: 10;
}

.social_main .esg_care_btm_wrap,
.campus_main .esg_care_btm_wrap {
	max-width: calc(33.333333vw - 13px);
}

.social_main .esg_care_btm_wrap .swiper-wrapper,
.campus_main .esg_care_btm_wrap .swiper-wrapper {
	margin: 0 -5px;
}

.talent_intro_li .ys_imgbox_cover {
	border-radius: 0 8px 8px 0;
}

.talent_promote_li_icon img {
	width: 100%;
}

.talent_intro .mod_title {
	max-width: 100%;
}

.ssmi_box {
	width: 100%;
}

.ssmi_box canvas {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.social_share_modal {
	padding: 16px 18px;
}

.social_share_modal_font {
	margin-bottom: 10px;
}

.social_share_modal_img {
	margin-bottom: 10px;
}

.social_select {
	position: relative;
	z-index: 50;
}

/* tammy - end */


/* helen - star */

.press_news_ificatio {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.press_news_ificatio_li .std_tit5 {
	color: #fff;
	transition: all 0.36s;
	display: block;
	padding: 0 20px;
	padding-bottom: 6px;
	position: relative;
}

.press_news_ificatio_li .std_tit5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #5EECFF;
	transition: all 0.36s;
	opacity: 0;
}

.press_news_ificatio {
	margin-bottom: 55px;
}


.press_news_ificatio_li.act .std_tit5 {
	color: #5EECFF;
}

.press_news_ificatio_li.act .std_tit5::after {
	width: 100%;
	opacity: 1;
}

.press_news_ificatio_li {
	padding-right: 18px;
}

.page_head {
	width: 100%;
	background: #EAF0F9;
	padding-top: 24px;
	padding-bottom: 34px;
}

.page_head_cont {
	width: 100%;
	position: relative;
}

.page_head_cont .mod_bord {
	position: static;
}

.page_head_cont .mod_bord_ul_li a {
	color: #140E4C;
}

.page_head_cont .mod_bord_ul_li::after {
	background: rgba(12, 12, 56, 0.5);
}

.page_head_tit .std_tit3 {
	color: #143886;
	font-weight: bold;
	line-height: 1.5;
}

.page_head_tit {
	margin-top: 25px;
	margin-bottom: 28px;
}

.page_head_btm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.page_head_btm_ri .page_cont_le_share {
	margin-bottom: 0 !important;
}

.page_head_btm_le p {
	color: #143886;
}


.page_cont_wrap {
	flex-direction: row-reverse;
}

.page_cont_le {
	padding-right: 0;
	padding-left: 64px;
}

.page_cont_ri {
	padding-right: 94px;
	padding-left: 0;
}

.page_cont_ri::after {
	left: auto;
	right: 0;
}

.page_cont_ri_more {
	margin-top: 43px;
}

.page_cont_le_tit .std_tit4 {
	color: #143886;
	line-height: 1.6;
	font-weight: bold;
}

.page_cont_le_list {
	width: 100%;
	position: relative;
}

.pcll_wrak {
	width: 100%;
	position: relative;
}

.pcll_wrak_time p {
	font-size: 14px;
	line-height: 1.6;
	color: #64636F;
}

.pcll_wrak_info p {
	font-size: 14px;
	line-height: 1.6;
	color: #143886;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}

.pcll_wrak {
	border-bottom: 1px solid #C2C2DA;
}

.pcll_wrak a {
	display: block;
	padding: 32px 0;
}

.pcll_wrak_time {
	margin-bottom: 10px;
}

.pcll_wrak:last-child {
	border-bottom: none;
}

.clbi_li_posit_ul {
	margin-bottom: 28px;
}

.clbi_li_posit_subt p {
	color: #352BF1;
	text-align: center;
	font-weight: bold;
}

.clbi_li_posit_img {
	margin-bottom: 10px;
}


.mhrn_down2_li a {
	padding: 14px 0;
}

.mhrn_down2 {
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.mhrn_down2_le {
	background: #fff;
	padding: 10px 25px;
	border-radius: 0 0 10px 10px;
}


.mhrn_down2_ri {
	background: #181854;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 100%;
	/* min-height: 100%;
    height: 100%; */
	padding: 10px 25px;
	display: none;
}

.mhrn_down2_ri::after {
	content: '';
	position: absolute;
	top: 0;
	left: -8px;
	width: 30px;
	height: 100%;
	background: #181854;
}

.mdru_li {
	min-width: 248px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.mdru_li a {
	display: block;
	width: 100%;
}

.mdru_li .mhrn_down2_li_ri {
	padding-left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.mdru_li .mdlr_ri {
	opacity: 0 !important;
	transition: all 0.36s;
}

.mdru_li.yxnav_active3 .mdlr_ri {
	opacity: 1 !important;
}

.mdru_li.yxnav_active3 .mdlr_le p {
	color: #5EECFF !important;
}

.mdru_li .mdlr_le p {
	color: #fff !important;
}

.esg_commit_le_info h2 {
	line-height: 1.4;
}


/*鼠标效果*/
@media screen and (min-width: 1200px) {
	.pcll_wrak:hover .pcll_wrak_info p {
		color: #352BF1;
	}
}

/* p,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a {
    word-wrap: normal;
    word-break: keep-all;
} */

.tech_intro_text {
	padding: 0 70px 0 50px;
}

.source_top_right img {
	border-radius: 10px;
}

.talent_intro .std_tit2 {
	color: #fff;
	/* font-family: 'Roboto-Bold' !important; */
	width: 60%;
}

.line_sec4 .std_tit2 span {
	color: #5EECFF;
}

.talent_recru_item_img2 {
	display: none;
}

.esg_care .esg_care_cont .swiper-pagination-progressbar-fill {
	background: #143886 !important;
}

.mhrn_down2_ri {
	border-radius: 10px 0 10px 10px;
}

.page_cont_wrap {
	width: calc(100% + 85px);
}

.page_cont_le {
	width: 426px;
}

.page_cont_ri {
	width: calc(100% - 426px);
}

.page_cont_le_tit img {
	width: 24px;
	margin-right: 16px;
}

.page_cont_le_tit {
	display: flex;
	align-items: center;
}

.pcll_wrak a {
	display: flex;
}

.pcll_wrak_time {
	flex: none;
	padding-right: 32px;
}

.pcll_wrak_time p {
	color: #143886;
	line-height: 1.6;
	font-weight: bold;
}


.mfrw_li .ys_select_bd {
	max-height: 170px;
}

.mhrn_down2_li {
	position: relative;
}

.mhrn_down2_li .mdlr_ri {
	display: none;
}

.mhrn_down2_li.acty .mdlr_ri {
	display: block;
}


.mhrn_down2_le {
	padding: 10px 0px !important;
}

.mhrn_down2_li {
	border-bottom: none !important;
	padding: 0 25px;
}

.mhrn_down2_li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mdru_li a {
	border-bottom: none !important;
}

.mhrn_down2_li:last-child a,
.mhrn_down2_li:last-child a,
.mdru_li:last-child {
	border-bottom: none;
}

.mhrn_down2_ri::after {
	display: none;
}

.mhrn_down2_ri,
.mhrn_down2_le {
	border-radius: 0px !important;
}

.page_cont_le {
	position: sticky;
	top: 120px;
	right: 0;
}

.page_cont_wrap {
	align-items: flex-start;
}


#nodata {
	font-size: 14px;
	color: #fff;
	opacity: 0.3;
}

.mhrn_down2_ri {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.mhrn_down2_le {
	padding: 0px 0px !important;
}

.cdbh_slick_item_pic .ys_imgbox_cover::after {
	display: none;
}

.pcrb_li span {
	width: auto !important;
}

.cpbu_wrap_btm_info p {
	height: auto !important;
	line-height: 1.75;
}

.compan_partn_btm_ul {
	align-items: stretch;
}

.compan_partn_btm_ul .cpbu_wrap {
	height: auto !important;
}

.compan_partn_btm_width .edbl_qieh {
	bottom: 100px;
}

/* .line_sec1_li_texy  {
    width: 56%;
}

.line_sec1_li_img  {
    width: 48%;
} */

.std_word2,
.std_word2 p {
	line-height: 1.75;
}


.mod_top {
	width: 50px;
	position: fixed;
	bottom: 35px;
	right: 35px;
	z-index: 99;
	cursor: pointer;
	/* background: #fff; */
	/* border-radius: 6px; */
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: all 0.36s;
	pointer-events: none;
}


.mod_top img:nth-child(2) {
	opacity: 0;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
	.mod_top:hover img:nth-child(1) {
		opacity: 0;
	}

	.mod_top:hover img:nth-child(2) {
		opacity: 1;
	}
}

.mod_top.isshow {
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width: 1921px) {
	.mod_top {
		width: 40px;
	}
}

@media screen and (max-width: 1560px) {
	.mod_top {
		width: 36px;
		bottom: 20px;
		right: 20px;
	}
}

@media screen and (max-width: 991px) {
	.mod_top {
		width: 28px;
		bottom: 15px;
		right: 15px;
	}
}

.line_sec3_text li {
	margin-bottom: 60px;
}

.line_sec3_text.line_sec3_right li {
	margin-bottom: 55px;
}

.hlwr_time p,
.hwbu_li_ri p,
.haru_top .std_tit3,
.mflb_ri_li_btm p,
.mod_fot_informa_le p a,
.hwbu_li_ri p,
.cabu_li_tit p,
.cbrh_item span,
.cblw_item span,
.csii_item .std_tit30,
.scln_top_text span,
.page_head_btm_le p,
.pcll_wrak_time p,
.carb_ri p,
.clpu_ri p,
.clbi_li_posit_subt p {
	font-family: 'Roboto-Regular';
}

/* .mod_top {
    border-radius: 50%;
} */



.swru_li {
	height: 400px;
	display: flex;
	align-items: center;
}

.swru_li a {
	height: 100%;
}


/* 二期 - end test */


/*2024.1.10 star*/

.mod_fot_le_system {
	display: flex;
}

.mod_fot_le_share1 {
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
}

.mod_fot_le_share1::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 24px;
	background: #64636F;
}

.mfls_lite {
	position: relative;
}

.mfls_tit {
	position: absolute;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.mfls_tit p {
	color: #64636F;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
}

.thank_pop_cont {
	padding: 100px;
}

.thank_pop_icon {
	width: 110px;
	margin: 0 auto;
	margin-bottom: 67px;
}

.thank_pop_icon img {
	width: 100%;
}

.thank_pop_tit .std_tit2 {
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	color: #140E4C;
}

.thank_pop_tit {
	margin-bottom: 12px;
}

.thank_pop_info p {
	color: #64636F;
	line-height: 1.6;
	text-align: center;
}

.thank_pop_info {
	margin-bottom: 68px;
}

.thank_pop_more {
	display: flex;
	justify-content: center;
}

.thank_pop_more .mod_more_link {
	padding-right: 15px !important;
	font-size: 18px;
	line-height: 46px;
	font-weight: bold;
}

.thank_pop {
	display: none;
}

.thank_pop_cont {
	padding: 65px;
}

.thank_pop .mod_more_link {
	padding-left: 15px !important;
}



@media screen and (max-width: 1680px) {
	.thank_pop_icon {
		width: 90px;
		margin-bottom: 40px;
	}

	.thank_pop_cont {
		padding: 66px;
	}

	.thank_pop_info {
		margin-bottom: 50px;
	}


}

@media screen and (max-width: 1440px) {
	.thank_pop_icon {
		width: 76px;
		margin-bottom: 25px;
	}

	.thank_pop_cont {
		padding: 24px;
	}

	.thank_pop_info {
		margin-bottom: 35px;
	}

	.thank_pop .mod_more_link {
		width: 173px;
	}

	.thank_pop_more .mod_more_link {
		padding-right: 15px !important;
		font-size: 16px;
		padding-left: 15px !important;
		text-align: center;
	}


}

@media screen and (max-width: 991px) {
	.mod_fot_le_share1 {
		padding-left: 14px;
		margin-left: 14px;
	}

	.thank_pop_icon {
		width: 54px;
		margin-bottom: 18px;
	}

	.thank_pop_info {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 768px) {

	.thank_pop_cont {
		padding: 0px;
	}

}

/*2024.1.10 end*/

/* 2025.2.7 ada */
.mod-tit,
.mod-tit p {
	font-size: 44px;
	color: #140E4C;
	line-height: 1.6;
}

.mod-toptit,
.mod-toptit p {
	font-size: 30px;
	color: #140E4C;
	line-height: 1.6;
}

.mod-midtit,
.mod-midtit p {
	font-size: 24px;
	color: #140E4C;
	line-height: 1.6;
}

.mod-text,
.mod-text p {
	font-size: 16px;
	color: #140E4C;
	line-height: 1.6;
}

.mod-space {
	padding-top: 120px !important;
}

.mod-space3 {
	padding-bottom: 120px !important;
}

.mod-space2 {
	padding-top: 100px !important;
}

.mod-space4 {
	padding-top: 40px !important;
}

.detail-main .mod_main {
	background: #F4F7FC;
}

.detail-main .ys_banner1 .ys_ban_imgbox::before {
	opacity: 0;
}

.detail-main .ys_banner {
	background: #F4F7FC;
}

.detail-main.ys_nypage .ys_ban_imgbox::after {
	/* opacity: 0; */
}

.detail-main .mod_bord_ul_li a {
	color: #8483a4;
}

.detail-main .mod_bord_ul_li::after {
	background: #8483a4;
}

.detail-main .ys_ban_slick .slick-dots li {
	width: 11px;
	height: 11px;
	background: #352BF1;
	border: 0px;
	opacity: .3;
}

.detail-main .ys_ban_slick .slick-dots li::after {
	display: none;
}

.detail-main .ys_ban_slick .slick-dots li.slick-active {
	border-color: #352BF1;
	opacity: 1;
}

.detail-main .mod_bord {
	bottom: -57px;
}

.detail-main .ys_ban_slick .slick-dots {
	bottom: 25px;
}

.detail-quote {
	padding-top: 148px;
}

.detail-quote-cry {
	width: 60%;
}

.detail-main h2 {
	line-height: 1.6;
	color: #140E4C;
}

.detail-quote-cry-word p {
	line-height: 1.6;
	color: #140E4C;
}

.detail-quote-cry-btn {
	margin-top: 34px;
}

.detail-quote-cry-btn .mod_more_link {
	width: 130px;
	background: #352BF1;
	border: 1px solid #352BF1;
}

.detail-quote-cry-btn .mod_more_link img {
	right: 24px;
}

.detail-feature .ys_cont1440 {
	display: flex;
	flex-wrap: wrap;
	/* flex-wrap: wrap; */
}

.detail-feat-le {
	width: calc(100% - 10px);
}

.detail-feat-ri {
	height: fit-content;
	width: calc(40% + 10px);
	padding-left: 122px;
}

.detail-feat-ri-cry {
	height: 100%;
	background: #FFF;
	padding: 57px 0 72px;
}

.detail-feat-le h2 {
	margin-bottom: 52px;
}

.detail-feat-le-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -29px;
}

.dflu-li {
	padding: 0 29px;
	width: 33.333333%;
}

.dflu-li-word .std_word {
	margin-top: 24px;
}

.dflu-li-word {
	position: relative;
	padding-left: 29px;
}

.dflu-li-word::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #352BF1;
}

.dfrt-img {
	margin: 0 45px;
}

.dfrt-img {
	width: 100%;
}

.dfrt-img {
	width: 35.4%;
}

.dfrt-link {
	padding: 43px 45px 41px 59px;
}

.dfrt-link-text {
	margin-top: 18px;
}

.dfrt-link-ul {
	margin-top: 24px;
}

.dfrt-link-ul-li {
	margin-bottom: 17px;
}

.dfrt-link-ul-li:last-child {
	margin-bottom: 0;
}

.dlul-box {
	display: flex;
	align-items: center;
}

.dlul-box img {
	width: 24px;
	margin-right: 25px;
}

.detail-feat-ri-bom {
	position: relative;
	padding: 52px 45px 0 59px;
}

.detail-feat-ri-bom::after {
	content: "";
	position: absolute;
	top: 0;
	left: 27px;
	width: 86.6%;
	height: 1px;
	background: #E9E9E9;
	padding: 0 27px 0 34px;
}

.dfrb-load {
	display: flex;
	align-items: center;
	margin-top: 34px;
}

.dfrb-load img {
	width: 24px;
	margin-right: 25px;
}

.detail-model-cry {
	width: 100%;
}

.detail-cry-top-table table {
	width: 100%;
}

.yxedr_active tr:nth-child(1) td {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #fff;
}

.yxedr_active td {
	font-size: 16px;
	font-weight: 400;
	padding: 21px 20px;
	border-right: 1px solid #E5E5E5;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
	background: #fff;
	color: #666;
}

.yxedr_active tr td:last-child {
	border-right: 0px;
}

.detail-cry-top-table tr:nth-child(1) td {
	background: #352BF1 !important;
	border-right: 1px solid #E5E5E5;
}

.detail-model-ul-li {
	padding-bottom: 70px;
}

.detail-model-ul-li:last-child {
	margin-bottom: 120;
}

.detail-cry-top-table tr:nth-child(odd) td {
	background-color: #F4F7FC;
}

.detail-cry-top-table tr:nth-child(even) td {
	background-color: #ffffff;
}

.detail-model-cry h2 {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #E0E3E7;
}

.detail-tech-ul {
	margin-top: 43px;
}

.detail-tech-cry {
	width: 100%;
}

.detail-tech-ul {
	border-radius: 10px;
	overflow: hidden;
}

.detail-tech-ul-li {
	position: relative;
}

.detail-tech-ul {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.dtul-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.68%, #000 100%);
}

.dtul-text {
	position: absolute;
	left: 52px;
	bottom: 40px;
	font-size: 28px;
	color: #fff;
	line-height: 1.6;
	z-index: 20;
}

.detail-tech-slick-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	width: 100%;
	z-index: 10;
}

.detail-tech-slick {
	position: relative;
}

.detail-tech .dtsb-prev {
	position: absolute;
	left: -82px;
	width: 42px;
	height: 42px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.detail-tech .dtsb-next {
	position: absolute;
	right: -82px;
	width: 42px;
	height: 42px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.detail-tech .dtsb-prev img,
.detail-tech .dtsb-next img {
	width: 100%;
}

.client-main .ys_ban_imgbox::before {
	height: 38%;
}

.client-main .ys-video-btn {
	position: absolute;
	bottom: 131px;
	right: 0;
	z-index: 20;
	cursor: pointer;
}

.video-btn {
	position: relative;
}

.client-main p {
	/*color: #fff;*/
}

.ccul-word .mod-tit {
	font-weight: 700;
}

.ccul-word .mod-text {
	line-height: 1.5;
	margin-top: 24px;
}

.client-coop-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.client-coop-ul-li {
	padding: 0 12px;
	width: 50%;
	position: relative;
	margin-bottom: 23px;
}

.ccul-word {
	position: absolute;
	bottom: 40px;
	z-index: 20;
	padding: 0 67px 0 52px;
}

.ccul-img {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.ccul-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 1, 178, 0.00) 50%, #0001B2 100%);
}

.client-main .mod_main {
	background-color: #140E4C;
}

.client-main .mod-tit,
.client-main .mod-tit p {
	color: #fff;
}

.client-coop {
	padding-top: 73px;
	position: relative;
}

.client-coop-ul {
	margin-top: 61px;
}

.client-coop-bj {
	position: absolute;
	left: 0;
	top: 0;
	width: 697px;
	height: 697px;
	border-radius: 697px;
}

.client-coop-bj2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 697px;
	height: 697px;
	border-radius: 697px;
}

.client-coop-bj-cry {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -35%;
	top: -40%;
	opacity: 0.5;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #0001B2 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
}

.client-coop-bj-cry2 {
	position: absolute;
	width: 100%;
	height: 100%;
	right: -35%;
	bottom: 10%;
	opacity: 0.5;
	background: radial-gradient(48.11% 48.11% at 50% 51.89%, #0001B2 0%, rgba(0, 1, 178, 0.00) 100%);
	filter: blur(25px);
}

.ccul-img img {
	width: 100%;
	transition: all .4s;
}

.ccul-word-tit {
	/* font-size: 30px; */
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
}

.cpul-prod img {
	width: 100%;
	margin-top: 56px;
}

.ccul-word {
	pointer-events: none;
}

.cpul-equi .swiper-slide {
	padding: 0 5px;
}

.cpul-equi .swiper {
	margin-top: 50px;
	/* padding-bottom: 77px; */
}

.cpul-equi-text {
	color: #fff;
	margin: 0 auto;
	width: fit-content;
	margin-top: 36px;
}

.cpul-equi-img img {
	transition: all .4s;
}

.cpul-equi .swiper {
	position: relative;
}

.cpul-equi .swiper-pagination {
	width: 52% !important;
	top: calc(100% - 2px) !important;
	height: 2px !important;
	left: 50% !important;
	transform: translateX(-50%);
	margin-top: 75px;
	position: relative;
}

.cpul-equi .swiper-pagination-progressbar {
	background: rgba(255, 255, 255, .2) !important;
}

.cpul-equi .swiper .swiper-pagination-fraction {
	display: none;
}


.ticl_li_top_tit {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	color: #140E4C;
}

.tech_intell_cry {
	display: flex;
}

.tech_intell_cry_le {
	width: 45%;
}

.tech_intell_cry_ri {
	width: 55%;
	padding-left: 10px;
}

.ticl_li {
	padding-right: 100px;
	padding-top: 14px;
}

.ticl_li:first-child {
	padding-top: 0;
}

.ticl_li:first-child .ticl_li_top {
	border-top: 0;
	padding-top: 0;
}

.ticl_li_top {
	padding-right: 14px;
	border-top: 1px solid rgba(20, 14, 76, .1);
	padding-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.ticl_li_top_img {
	position: relative;
	width: 18px;
}

.ticl_li_top_img img {
	width: 100%;
	/* position: absolute; */
	transition: all .4s;
}

.ticl_li_top_img img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.ticl_li_bom_text p {
	margin-top: 16px;
	line-height: 1.75;
	opacity: .7;
}

.ticl_li_bom_ul {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}

.tlbu_li {
	padding: 0 18px 4px;
}

.tlbu_li p {
	line-height: 1.75;
	opacity: .7;
	position: relative;
	padding-left: 21px;
}

.tlbu_li p::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #D9D9D9;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ticl_li_bom {
	padding-right: 72px;
	display: none;
}

.ticl_li_bom_btn a {
	display: inline-block;
	margin-top: 25px;
	border-radius: 24px;
	background: #352BF1;
	padding: 0 20px;
	line-height: 28px;
	width: fit-content;
	/* border: 1px solid #352BF1; */
	transition: all .4s;
	position: relative;
}

.ticl_li_bom_btn a img {
	width: 12px;
	transition: all .4s;
	position: relative;
}

.ticl_li_bom_btn a img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.ticr_ul_li:nth-child(n+2) {
	display: none;
}

.ticl_li.act .ticl_li_top_img img:nth-child(2) {
	opacity: 1;
}

.ticl_li.act .ticl_li_top_img img:nth-child(1) {
	opacity: 0;
}

.ticr_li:nth-child(n+2) {
	display: none;
}

.tech_main h2 {
	color: #fff;
	line-height: 1.6;
	margin-bottom: 36px;
}

.tech_hight_slit_cry {
	display: flex;
	/* align-items: center; */
	border-radius: 10px;
	overflow: hidden;
}

.thsc_le {
	width: 49%;
}

.thsc_ri {
	width: 51%;
	padding: 0 90px;
	border-radius: 10px;
	/* background: rgba(255, 255, 255, .5); */
	background: #202051;
}

.tech_hight {
	background: #140E4C;
}

/* .tech_hight .mod-midtit{
    color: #fff;
} */

.tech_hight p {
	color: #fff;
}

.thsc_ri_cry {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.thsc_ri_ul {
	margin-top: 20px;
}

.thsc_ri_ul_li p {
	padding-left: 24px;
	position: relative;
}

.thsc_ri_ul_li p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background: #37BECC;
	border-radius: 8px;
}

.thsc_ri_ul_li {
	margin-top: 16px;
}

.thsc_ri_ul_li:first-child {
	margin-top: 0;
}

.tech_hight_slit .ticl_li_bom_btn a {
	margin-top: 0;
	position: absolute;
	top: calc(100% + 36px);
}

.tech_hight_stack .tech_hight_slit_cry {
	flex-direction: row-reverse;
	position: relative;
}

.tech_hight_stack .thsc_ri {
	background: #37BECC;
	padding: 0 150px 0 76px;
	position: absolute;
}

.tech_hight_stack .thsc_le {
	width: 51.59%;
}

.thsc_ri_text p {
	line-height: 1.75;
	margin-top: 20px;
}

.tech_hight_liqu_top {
	margin-top: 50px;
}

.thlt_ul_li:first-child {
	padding-left: 0;
}

.thlt_ul_li:last-child {
	padding-right: 0;
}

.thlt_ul_li {
	width: 20%;
	cursor: pointer;
	position: relative;
	padding: 0 80px;
}

.thlt_ul_li_img {
	position: relative;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

/* .thlt_ul_li.act .thlt_ul_li_img{
    width: 72px;
    height: 72px;
} */
.thlt_ul_li_img img {
	transition: all .4s;
	position: relative;
}

.thlt_ul_li_img img:nth-child(1) {
	width: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.thlt_ul_li_img2 {
	width: 72px;
	height: 72px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.thlt_ul_li span {
	display: block;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0 auto;
	opacity: 0;
	transition: all .4s;
}

.thlt_ul_li span::before,
.thlt_ul_li span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(55, 190, 204, 1);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.act.thlt_ul_li span::before,
.act.thlt_ul_li span::after {
	animation: circlekuo 2s linear infinite;
}

.thlt_ul_li.act span {
	opacity: 1;
}

.thlt_ul_li.act span::after {
	animation-delay: 1s;
}

@keyframes circlekuo {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(2.2);
		opacity: 0;
	}
}

.thlt_ul_li.act .thlt_ul_li_img img:nth-child(1) {
	opacity: 0;
}

.thlt_ul_li.act .thlt_ul_li_img2 {
	opacity: 1;
}

.thlb_le_top {
	display: flex;
	align-items: center;
}

.thlb_le_top .ticl_li_bom_btn a {
	margin-top: 0;
}

.thlb_le_top p {
	line-height: 1.5;
	margin-right: 68px;
}

.tech_hight_liqu_bom {
	display: flex;
	align-items: center;
}

.thlb_le {
	width: 26.875%;
}

.thlb_ri {
	width: 73.125%;
	padding-left: 199px;
}

.thlb_ri img {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	/* transform: scale(0); */
}

.thsc_ri_ul_li p {
	opacity: .8;
}

.tech_hight_liqu_bom .thsc_ri_ul {
	margin-top: 50px;
}

.tech_hight_liqu_bom .thsc_ri_ul_li {
	margin-bottom: 29px;
}

.thsc_ri_btn {
	display: flex;
	margin: 0 -8px;
}

.thsc_ri_btn_prev,
.thsc_ri_btn_next {
	padding: 0 8px;
	cursor: pointer;
}

.thsc_ri_btn_prev img,
.thsc_ri_btn_next img {
	width: 42px;
}

.tech_hight_liqu_bom .thsc_ri_ul_li:last-child {
	margin-bottom: 0;
}

.thsc_ri_btn {
	margin-top: 80px;
}

.thlt_ul_li_text {
	/* display: none; */
}

.thlt_ul_li_text p {
	text-align: center;
}

.tech-main .ys_banner {
	background: #EAF0F9;
	height: 419px;
}

.tech-main .detail-cry {
	background: #F4F7FC;
}

.tech-main .detail-cry .ys_cont1440 {
	display: flex;
	flex-wrap: wrap;
}

.tech-main .detail-feat-le.yxedr_active p {
	line-height: 1.6;
}

.tech-main .detail-feat-le.yxedr_active img {
	margin-top: 48px;
}

.tech-main .dfrt-link {
	padding: 43px 45px 8px 59px;
}

.tech-main .detail-feature {
	/* padding: 120px 0; */
}

.tech-main .mod_bord_ul_li a {
	color: rgba(20, 14, 76, .5);
}

.tech-main .mod_bord_ul_li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background: rgba(20, 14, 76, .5);
}

.tech-detail.ys_cont1440 {
	position: relative;
	top: 67%;
	transform: translateY(-50%);
}

.tech-detail.ys_cont1440 .std_tit1 {
	color: #140E4C;
}

.tech-main .mod_bord {
	top: calc(80px + 28px);
	height: fit-content;
}

.detail-model-ul-li1 tr td:nth-child(1) {
	width: 27.5%;
}

.detail-model-ul-li1 tr td:nth-child(2) {
	width: 21.5%;
}

.detail-model-ul-li1 tr td:nth-child(3) {
	width: 16%;
}

.detail-model-ul-li1 tr td:nth-child(4) {
	width: 9%;
}

.detail-model-ul-li1 tr td:nth-child(5) {
	flex: 1;
}

.detail-model-ul-li2 tr td:nth-child(1),
.detail-model-ul-li3 tr td:nth-child(1) {
	width: 32.4%;
}

.detail-model-ul-li2 tr td:nth-child(2),
.detail-model-ul-li3 tr td:nth-child(2) {
	flex: 1;
}

.dfrt-img img {
	width: 100%;
}

.detail-quote-cry-word p {
	margin-top: 34px;
}

.client-coop .ys_cont1440 {
	position: relative;
	z-index: 10;
}

.video-btn img {
	width: 75px;
}

.thlt_ul_li_top {
	position: relative;
}

.thlt_ul_li {
	padding-top: 20px;
}

.thlt_ul_li_top::after {
	content: '';
	height: 4px;
	background: #4a6cf7;
	width: 220px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	background: #6152BD;
	opacity: 0.3;
	left: calc(50% + 40px);
}

.thlt_ul_li:last-child .thlt_ul_li_top::after {
	display: none;
}

.slick-slide {
	width: auto;
	/* 让宽度自动适应内容 */
}

.slick-slide img {
	width: 100%;
	/* 确保图片或其他内容自适应 */
	height: auto;
}

.thsc_ri_cry .thsc_ri_tit {
	color: #fff;
}

.tech_hight_stack .thsc_ri {
	left: 0;
	top: 0;
	height: 100% !important;
}

.detail-feat-le img {
	border-radius: 10px;
	border: 1px solid #E1E1E1;
}

.tech_hight_stack .ticl_li_bom_btn a {
	background: #fff;
}

/* 地图 */
.cont_map {
	background: #F4F7FC;
	position: relative;
	overflow: hidden;
	/* height: 1044px; */
	width: 100%;
}

.cont_map_img.on {
	transform: scale(2);
	transition: all .4s;
}

.cont_map_img_bj {
	width: 100%;
}

.cont_map_img_bj img {
	width: 100%;
}

.cont_map_tit {
	position: absolute;
	z-index: 10;
	top: 128px;
	left: 50%;
	transform: translateX(-50%);
}

.cont_map_cry {
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}

.cont_map_ul {
	display: flex;
	align-items: end;
	width: 100%;
	margin: 0 -12px;
}

.cont_map_ul_li {
	width: 25%;
	padding: 0 12px;
	cursor: pointer;
}

.tech_hight_stack .thsc_le img {
	width: 100%;
}

.cmul_box {
	padding: 33px 19px 22px 26px;
	background: #DCE9FF;
	transition: all .4s;
}

.cmul_top {
	display: flex;
	justify-content: space-between;
}

.cmul_top_tit {
	font-size: 20px;
	color: #140E4C;
	line-height: 1.5;
	transition: all .4s;
}

.cmul_top_num {
	font-size: 64px;
	color: #140E4C;
	font-family: "Urbanist-Regular";
	margin-top: 26px;
	margin-left: 37px;
	transition: all .4s;
}

.cmul_bom {
	/* transition: all .4s; */
	display: none;
	margin-top: 87px;
}

.cont_map_ul_li.on .cmul_box {
	background: #352BF1;
	/* padding:33px 19px 22px 39px; */
}

.cont_map_ul_li.on .cmul_top_tit,
.cont_map_ul_li.on .cmul_top_num,
.cont_map_ul_li.on .cmul_bom p {
	color: #fff;
}

.cmip_li_xing {
	position: relative;
}

.cmip_li_xing p {
	font-size: 16px;
	color: #0022EA;
	font-weight: 700;
	position: absolute;
	width: max-content;
	bottom: calc(100% + 9px);
	left: 50%;
	transform: translateX(-50%);
}

.cmip_li_xing_img {
	width: 100%;
}

.cmip_li_xing img {
	width: 20px;
	position: relative;
}

.cmip_li_xing_img::before,
.cmip_li_xing_img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #352BF1;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	transition: all .4s;
	opacity: 0;
}

.cmip_li.act .cmip_li_xing_img::before,
.cmip_li.act .cmip_li_xing_img::after {
	animation: circlekuo 2s linear infinite;
	opacity: 1;
}

.cmip_li_xing_img::after {
	animation-delay: 1s;
}

.cmip_li {
	position: absolute;
	cursor: pointer;
	transform: translate(-50%, -100%);
}

.cmip_li_addr {
	display: flex;
	align-items: center;
	position: absolute;
	width: max-content;
}

.cmip_li_addr img {
	width: 10px;
	transition: all .4s;
}

.cmip_li.act .cmip_li_addr img {
	width: 16px;
}

.cmip_li_addr svg {
	width: 56px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}

.cmip_li_addr p {
	line-height: 2.2;
	color: #0022EA;
	font-size: 9px;
	hyphens: auto;
	position: absolute;
	width: max-content;
	left: 0;
}

.cmip_leli .cmip_li_addr svg {
	right: 100%;
	left: auto;
}

.cmip_leli .cmip_li_addr p {
	left: auto;
	right: calc(100% + 60px);
}

.cmip_li_text {
	position: absolute;
	top: -3px;
	left: calc(100% + 60px);
}

.cmip_li2 .cmip_li_text,
.cmip_li3 .cmip_li_text {
	position: absolute;
	top: -6px;
	left: 0;
}

.cpul-prod-img img:nth-child(2) {
	display: none;
}

.cpul-prod-img img {
	width: 100%;
}

.cmip_li2 .cmip_li_text p,
.cmip_li3 .cmip_li_text p {
	font-weight: 700;
}

.cmip_li_text p {
	position: relative;
}

.cmip_leli .cmip_li_text {
	left: 0;
}

.cmip_li2 .cmip_li_addr p,
.cmip_li3 .cmip_li_addr p {
	left: 18px;
}

.cont_map_cry {
	position: absolute;
}

.cont_map_img .cmid_li {
	min-width: 396px;
}

.cmid_li {
	max-height: 496px;
	opacity: 0;
	transform: scale(0.5);
	padding: 20px 15px 48px 24px;
	position: absolute;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 10px 13.4px 0px rgba(166, 169, 203, 0.25);
	z-index: 20;
}

.cmid_li .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #0022EA !important;
}

.cmid_li .mCSB_inside>.mCSB_container {
	margin-right: 15px;
}

.cmid_li .mCSB_scrollTools {
	right: -7px;
}

.cmid_li.act {
	opacity: 1;
}

.cmid_li_tit {
	font-size: 18px;
	color: #352BF1;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 25px;
}

.clul_box {
	display: flex;
	align-items: center;
}

.clul_box img {
	width: 16px;
	margin-right: 9px;
}

.cmid_li_ul_li {
	margin-top: 16px;
}

.cmid_li_img {
	width: 100%;
	margin-top: 23px;
}

.cmid_li_img img {
	width: 100%;
}

.cipu_li {
	display: none;
}

.cmip_li1,
.cmip_li3,
.cmip_li2 {
	display: none;
}

.ticl_li_bom_btn a {
	border: 1px solid transparent;
}

.cont_map_ul2 {
	display: none;
}

.cont_map_phcard {
	display: none;
}

.cont_map_ul_li p {
	font-size: 16px;
	color: #140E4C;
	line-height: 1.6;
	position: relative;
}

.cont_map_mode {
	position: relative;
	height: 100%;
}

.cont_map_ul2 .cont_map_ul_li p::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0%;
	transition: all .4s;
	height: 1px;
	background: #0001B2;
}

.cont_map_ul2 .cont_map_ul_li.on p::after {
	/* width: 100%; */
}

.cont_map_ul_li {
	height: 100%;
}

.cont_map_top .slick-track {
	display: flex;
	height: 100%;
}

.cont_map_ul2 .cont_map_ul_li p {
	background: #DCE9FF;
	transition: all .4s;
	padding: 10px;
}

.cont_map_ul2 .cont_map_ul_li.on p {
	background: #352BF1;
	color: #fff;
}

.cmid_li {
	height: auto;
}

.cont_map_phcard .slick-track {
	display: flex !important;
}

.thsc_ri_btn_prev,
.thsc_ri_btn_next {
	transition: all .4s;
}

.thsc_ri_btn_prev.slick-disabled,
.thsc_ri_btn_next.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
}

.cont_map_img.anxia {
	transition: all 0s !important;
}

.cont_map_img {
	width: 100%;
	position: relative;
	transition: all 0.8s;
	overflow: hidden;
}

.cont_map_img_bj {
	width: 100%;
	height: max-content;
	cursor: move;
	position: relative;
}

.cont_map_img_bj img {
	width: 100%;
	pointer-events: none;
}

/* .ys_videom{
    width: 50%;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.ys_nypage.detail-main .ys_ban_imgbox::after {
	display: none;
}

.detail-link {
	display: none;
}

.tech_int .ticl_li_bom_btn a {
	margin-top: 0;
}

.detail-cry {
	display: flex;
	flex-wrap: wrap;
}

.detail-cry-le {
	width: 60%;
}

.detail-cry-ri {
	width: 40%;
}

.cmid_li.isnull {
	display: none;
}

.cont_map_img_card {
	position: absolute;
	left: 40.5%;
	top: 26%;
}

.cmid_li {
	left: 0% !important;
	top: 0% !important;
}

/* 地图 end*/
@media screen and (min-width: 1200px) {
	.ticl_li_bom_btn a:hover {
		border: 1px solid;
	}

	.ticl_li_bom_btn a:hover img:nth-child(1) {
		opacity: 0;
	}

	.ticl_li_bom_btn a:hover img:nth-child(2) {
		opacity: 1;
	}

	.ticl_li_bom_btn a:hover {
		background: #fff;
	}

	.cpul-equi-img:hover img {
		transform: scale(1.05);
	}

	.tech_hight_stack .ticl_li_bom_btn a:hover {
		background: #0001B2;
	}

	.mod_more_link:hover,
	.ys_b1page .mod_head .mod_more_link:hover {
		color: #0077FF;
		background: transparent;
	}

	.ccul-img:hover img {
		transform: scale(1.05);
	}
}

/* 2025.2.7 ada end*/