@charset "utf-8";

@font-face {
	font-family: "OPPOSans-Regular";
	src: url('../fonts/OPPOSans/OPPOSans3.0cn-Regular.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
	font-variant-ligatures: no-common-ligatures;
}

.ziti01 {
	font-family: "OPPOSans-Regular";
	letter-spacing: 1px;
}

/* 规范 star */
:root {
	--font60: 60px;
	--font44: 44px;
	--font40: 40px;
	--font24: 24px;
	--font20: 20px;
	--font18: 18px;
	--font16: 16px;
	--font30: 30px;
	--font32: 32px;
	--l1h2: 1.2;
	--l1h3: 1.3;
	--l1h4: 1.4;
	--l1h5: 1.5;
	--l1h6: 1.6;
	--l1h65: 1.65;
	--l1h7: 1.7;
	--l1h75: 1.75;
	--l1h8: 1.8;
	--color2: #22307E;
	--cltit: #060606;
	--color333: #333;
	--color666: #666;
	--color999: #999;
	--colorfff: #FFF;
	--colorlv: #56C500;
	--colorbg: linear-gradient(180deg, #ECF7FD 0%, #ECF7FD 100%);
	--colormain: #0F5BF5;
	--distance110: 110px;
	--distance80: 80px;
	--distance50: 50px;
	--space60: 60px;
	--jian: 18px;
	--jian1: -18px;
}

.std_title3,
.yxedr_active h3 {
	color: var(--color333);
	font-size: var(--font40);
	line-height: var(--l1h5);
}

.std_title4,
.yxedr_active h4 {
	color: var(--color333);
	font-size: var(--font32);
	line-height: var(--l1h6);
}

.std_text16,
.std_text16 p {
	color: var(--color666);
	font-size: var(--font16);
	line-height: var(--l1h75);
}

.std_text18,
.std_text18 p {
	color: var(--color666);
	font-size: var(--font18);
	line-height: var(--l1h6);
}

.std_text20,
.std_text20 p {
	color: var(--color666);
	font-size: var(--font20);
	line-height: var(--l1h7);
}

.std_text24,
.std_text24 p {
	color: var(--color666);
	font-size: var(--font24);
	line-height: var(--l1h75);
}

.yxedr_active p {
	color: var(--color666);
	font-size: var(--font16);
	line-height: var(--l1h75);
	margin-bottom: 12px;
}

.yxedr_active p:last-child {
	margin-bottom: 0;
}

.std_padding1 {
	padding: 100px 0;
}

.std-mar {
	margin-bottom: var(--space60);
}

.std_btn1,
.std_btn1 a,
.std_btn2,
.std_btn2 a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.std_btn1 {
	width: 160px;
	border-radius: 10px;
	border: 1px solid var(--colormain);
	transition: all .36s;
}

.std_btn1 a {
	width: 100%;
	border-radius: 10px;
}

.std_btn1 p {
	color: var(--colormain);
	font-size: 16px;
	line-height: 42px;
	padding-right: 15px;
	transition: all .36s;
}

.std_btn_icon {
	position: relative;
}

.std_btn_icon img {
	transition: all .36s;
}

.std_btn_icon img:first-child {
	position: relative;
	top: 0;
	left: 0;
}

.std_btn_icon img:last-child {
	position: absolute;
	top: 2px;
	left: 0;
	opacity: 0;
}

.std_btn2 {
	display: inline-block;
	width: 100%;
}

.std_btn2_box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 10px;
	background: var(--colorfff);
	padding: 0 32px;
	z-index: 1;
	overflow: hidden;
}

.std_btn2_box {
	cursor: pointer;
}

.std_btn2_box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	border-radius: 10px;
	background: transparent;
	border: solid 1px rgba(35, 24, 21, .1);
}

.std_btn2_box::after {
	content: "";
	position: absolute;
	top: 0%;
	right: 0%;
	left: auto;
	width: 0%;
	height: 100%;
	border-radius: 10px;
	background: var(--colormain);
	pointer-events: none;
	z-index: -1;
	transition: all .36s ease;
}

.std_btn2_box p {
	font-size: 14px;
	line-height: 52px;
	color: var(--colormain);
	transition: all .36s ease;
}

.std_btn2_icon {
	position: relative;
	width: 24px;
	flex-shrink: 0;
	font-size: 0;
	margin-left: 16px;
	transition: all .36s ease;
}

.std_btn2_icon img {
	width: 100%;
	transition: all .36s ease;
}

.std_btn2_icon img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.std_btn3 {
	width: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.std_btn3 a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.std_btn3_icon {
	position: relative;
}

.std_btn3_icon img {
	transition: all .36s;
}

.std_btn3_icon img:first-child {
	position: relative;
	top: 0;
	left: 0;
}

.std_btn3_icon img:last-child {
	position: absolute;
	top: 2px;
	left: 0;
	opacity: 0;
}

.std_btn3 p {
	color: var(--color333);
	font-size: 16px;
	line-height: 46px;
	padding-left: 8px;
	transition: all .36s;
}

.ys_imgbox_contain img,
.ys_imgbox_cover img {
	width: 100%;
	transition: all .36s ease;
}

.ys_imgbox_cover img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

@media screen and (min-width: 1200px) {
	a:hover .ys_imgbox_cover img {
		transform: scale(1.05);
	}

	.std_btn2_box:hover p {
		color: var(--colorfff);
	}

	.std_btn2_box:hover .std_btn2_icon {
		transform: rotate(45deg);
	}

	.std_btn2_box:hover .std_btn2_icon img:nth-child(1) {
		opacity: 0;
	}

	.std_btn2_box:hover .std_btn2_icon img:nth-child(2) {
		opacity: 1;
	}

	.std_btn2_box:hover::after {
		width: 100%;
		left: 0;
		right: auto;
	}

	.std_btn3:hover .std_btn3_icon img:first-child {
		opacity: 0;
	}

	.std_btn3:hover .std_btn3_icon img:last-child {
		opacity: 1;
	}

	.std_btn3:hover p {
		color: var(--colormain);
	}
}

/* 规范 end */

/* 通用标题 star */
.gh_titbox {
	text-align: center;
}

.gh_tit {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.gh_subtit {
	text-align: center;
	margin-top: 16px;
}

.gh_subtit p {
	color: var(--color999);
	font-size: 16px;
	line-height: var(--l1h5);
}

.gh_tit .std_title4 {
	font-weight: bold;
}

.gh_tit_bg_circle {
	width: 78px;
	position: absolute;
	top: -22px;
	left: -34px;
	animation: circleChange 3s linear both infinite;
	z-index: -1;
}

.gh_tit_bg img {
	width: 100%;
}

.gh_tit_bg_line {
	width: 22px;
	position: absolute;
	top: 0;
	right: -22px;
	transform-origin: 0 100%;
	animation: lineScale 1.5s linear both infinite;
}

@keyframes circleChange {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(10px);
	}

	50% {
		transform: translateX(0);
	}

	75% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes lineScale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

/* 通用标题 end */

.ys_hd_pc {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: var(--colorfff);
}

.header_main {
	display: flex;
	justify-content: space-between;
}

.header_logo {
	width: 164px;
	line-height: 80px;
}

.header_nav_ul1,
.header_nav,
.header_other,
.header_nav_cg1 {
	display: flex;
}

.header_nav {
	position: relative;
}

.header_nav_ul1 {
	padding-right: 20px;
}

.header_nav_li1 {
	position: relative;
	padding: 0 28px;
}

.header_nav_cg1 p {
	color: var(--color333);
	font-size: 16px;
	line-height: 80px;
}

.header_nav_li1.yxnav_active1 .header_nav_cg1 p {
	color: var(--colormain);
}

.header_nav_cg1 .ys_imgbox_cover {
	width: 16px;
	margin-left: 10px;
	line-height: 80px;
}

.header_nav_li1.yxnav_active1 .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.header_nav_cg1 .ys_imgbox_cover img:nth-child(2) {
	position: absolute;
	top: 1px;
	left: 0;
	height: 100%;
	opacity: 0;
}

.header_nav_li1.yxnav_active1 .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}

.header_nav_grade {
	padding-top: 10px;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.header_nav_grade {
	display: none;
}

.header_nav_grade2 {
	width: 670px;
}

.header_nav_grade_main {
	background: var(--colorfff);
	padding: 50px 50px 40px 0px;
	border-radius: 16px;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, .05);
}

.header_nav_grade2 .header_nav_grade_main {
	display: flex;
}

.header_nav_grade2_left {
	width: 100%;
	padding: 0 20px;
}

.header_nav_grade2_ul1 {
	display: flex;
	flex-wrap: wrap;
}

.header_nav_grade2_ul1 li {
	width: 50%;
	padding: 0 40px;
	margin-bottom: 14px;
}

.header_nav_grade_main li a {
	color: var(--color333);
	font-size: 16px;
	line-height: 1.75;
	transition: all .36s;
}

.header_nav_grade5 {
	width: 180px;
}

.header_nav_grade5 .header_nav_grade_main {
	padding: 50px 20px 30px;
}

.header_nav_grade5_ul li {
	text-align: center;
	margin-bottom: 20px;
}

.header_nav_li1.on .header_nav_cg1 p {
	color: var(--colormain);
}

.header_nav_li1.on .ys_imgbox_cover img:nth-child(1) {
	opacity: 0;
}

.header_nav_li1.on .ys_imgbox_cover img:nth-child(2) {
	opacity: 1;
}

.header_search_img {
	width: 18px;
	line-height: 80px;
	cursor: pointer;
}

.header_lang {
	margin-left: 18px;
	padding-left: 18px;
	position: relative;
}

.header_lang::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 18px;
	background: var(--colormain);
}

.header_lang a {
	color: var(--color333);
	font-size: 16px;
	line-height: 80px;
}

.ys_search7_searchbox {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 100%;
	left: 0;
	box-shadow: 0 10px 30px 0 rgba(78, 78, 78, 0.05);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	border-radius: 0 0 16px 16px;
	background: var(--colorfff);
}

.ys_search7_seb {
	width: 70%;
	display: flex;
	align-items: center;
	justify-items: center;
}

.ys_search7_input {
	flex-grow: 1;
	line-height: 35px;
	border-bottom: 1px solid rgb(214, 214, 214);
}

.ys_search7_input input {
	width: 100%;
	color: var(--color666);
	font-size: 16px;
	line-height: 1.75;
}

.ys_search7_pullimg {
	flex-shrink: 0;
	width: 24px;
	margin-left: 20px;
	cursor: pointer;
}

.ys_phnav_menu {
	background: var(--colorfff);
}

.ys_phnav_menu {
	padding: 20px 0;
}

.ys_ph_nav a {
	font-size: 18px;
	line-height: 46px;
	color: var(--color999);
	max-width: calc(100% - 36px);
}

.ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
	color: var(--colormain);
}

.ys_phnav_icon {
	right: 20px;
}

.ys_phnav_icon {
	width: 16px;
	height: 17px;
}

.ys_phnav_icon::before,
.ys_phnav_icon::after {
	display: none;
}

.ys_phnav_icon img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all .36s;
}

.ys_phnav_icon img:nth-child(1) {
	opacity: 1 !important;
}

.ys_phnav_icon img:nth-child(2) {
	opacity: 0;
}

.ys_phnav_icon.on img {
	transform: rotateZ(180deg);
}

.ys_ph_li1.yxnav_active1 .ys_phnav_lisbox .ys_phnav_icon img:nth-child(1),
.ys_ph_ul2 li.yxnav_active1 .ys_phnav_lisbox>.ys_phnav_icon img:nth-child(1) {
	opacity: 0;
}

.ys_ph_li1.yxnav_active1>.ys_phnav_lisbox .ys_phnav_icon img:nth-child(2),
.ys_ph_ul2 li.yxnav_active2 .ys_phnav_lisbox>.ys_phnav_icon img:nth-child(2) {
	opacity: 1;
}

.ys_ph_ul2 {
	display: none;
	padding-top: 7px;
	padding-bottom: 8px;
	background: #f5f5f5;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 14px 0;
}

.ys_ph_nav ul {
	padding: 10px 0;
}

.ys_ph_ul2 .ys_phnav_lisbox {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.ys_ph_nav ul a {
	font-size: 16px;
	padding: 0;
	line-height: 36px;
}

.ys_ph_li1 a,
.ys_ph_nav ul a {
	padding: 0 20px;
}

.ys_main {
	margin-top: 80px;
}

.ys_banner {
	position: relative;
	width: 100%;
}

.ys_ban_li {
	position: relative;
	overflow: hidden;
}

.ys_ban_imgbox {
	position: relative;
	z-index: 1;
}

.ys_ban_imgbox {
	perspective: 400px;
	-webkit-transform: perspective(400px);
	-moz-transform: perspective(400px);
	-ms-transform: perspective(400px);
	-o-transform: perspective(400px);
	backface-visibility: hidden;
}

.ys_ban_imgbox::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.ys_ban_imgbox img {
	width: 100%;
}

.ys_ban_imgbox img {
	transform: scale(1.2);
}

.ys_ban_imgbox img {
	transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	-webkit-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	-moz-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	-ms-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	-o-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	transform-origin: center center;
	/* image-rendering: pixelated; */
	image-rendering: auto;
	backface-visibility: hidden;
}

.ys_ban_li.slick-current .ys_ban_imgbox img {
	animation-delay: 0.01s;
	animation: banimgscale 8s ease-out both;
	-webkit-animation: banimgscale 8s ease-out both;
	-ms-animation: banimgscale 8s ease-out both;
	-moz-animation: banimgscale 8s ease-out both;
	-o-animation: banimgscale 8s ease-out both;
}

.ys_ban_li.slick-current .ys_ban_imgbox img {
	animation: banimgscale 8s ease-out both;
}

@keyframes banimgscale {
	0% {
		transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-webkit-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-moz-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-ms-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-o-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	}

	100% {
		transform: scale(1, 1) rotate(0deg) translateZ(0);
		-webkit-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-moz-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-ms-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-o-transform: scale(1, 1) rotate(0deg) translateZ(0);
	}
}

@-webkit-keyframes banimgscale {
	0% {
		transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-webkit-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-moz-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-ms-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-o-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	}

	100% {
		transform: scale(1, 1) rotate(0deg) translateZ(0);
		-webkit-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-moz-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-ms-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-o-transform: scale(1, 1) rotate(0deg) translateZ(0);
	}
}

@-moz-keyframes banimgscale {
	0% {
		transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-webkit-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-moz-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-ms-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
		-o-transform: scale(1.2, 1.2) rotate(0deg) translateZ(0);
	}

	100% {
		transform: scale(1, 1) rotate(0deg) translateZ(0);
		-webkit-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-moz-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-ms-transform: scale(1, 1) rotate(0deg) translateZ(0);
		-o-transform: scale(1, 1) rotate(0deg) translateZ(0);
	}
}

.home_main .ys_banner .slick-arrow {
	display: none !important;
}

.ys_ban_ph {
	display: none;
}

.ys_ban_slick .slick-dots {
	bottom: 25px;
}

.ys_ban_slick .slick-dots li {
	width: 150px;
	height: 2px;
	opacity: 0.4;
	background: var(--colorfff);
	border-radius: 0;
}

.ys_ban_slick .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: var(--colorfff);
	border-radius: 50%;
	right: -7px;
}

.ys_ban_slick .slick-dots li.slick-active {
	opacity: 1;
	background: var(--colorfff);
}

.ys_ban_slick .slick-dots li:last-child:after {
	display: none;
}

.ys_ban_slick .slick-arrow {
	width: 52px;
	height: 52px;
	background-size: 100% 100% !important;
	z-index: 10;
}

.ys_ban_slick .slick-prev {
	background: url(../img/ban-pull01.svg);
	left: 60px;
}

.ys_ban_slick .slick-next {
	background: url(../img/ban-pull02.svg);
	right: 60px;
}

.ys_ban_txtbox {
	z-index: 5;
}

.ys_ban_title {
	color: var(--colorfff);
	font-size: var(--font44);
	font-weight: bold;
	line-height: var(--l1h2);
}

/* .ys_ban_txtbox .ys_ban_title,
.ys_ban_txtbox .std_text20,
.ys_ban_txtbox .std_btn {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
	transform: translateY(60px);
	opacity: 0;
} */

.ys_ban_txtbox .ys_ban_title,
.ys_ban_txtbox .std_text20 {
	width: 50%;
}

.ys_ban_txtbox .std_text20,
.ys_ban_txtbox .std_text20 p {
	color: var(--colorfff);
	font-size: var(--font18);
	line-height: var(--l1h65);
}

.ys_ban_txtbox .std_text20 {
	margin-top: 23px;
}

.ys_ban_txtbox .std_btn {
	display: flex;
	justify-content: flex-start;
	margin-top: 88px;
}

.std_btn_link {
	position: relative;
	padding: 10px 48px;
	overflow: hidden;
}

.std_btn_link {
	cursor: pointer;
	border-radius: 10px;
}

.std_btn_link::before,
.std_btn_link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--colormain);
	top: 0;
	right: 0;
}

.std_btn_link::after {
	width: 0;
	background: #DE3106;
	transition: all .5s ease;
}

.std_btn_link .std_text16 {
	color: var(--colorfff);
	position: relative;
	z-index: 6;
}

.std_btn_link .std_text16 {
	vertical-align: baseline;
}

.ys_ban_txtbox .ys_ban_title,
.ys_ban_txtbox .std_text20 p,
.ys_ban_txtbox .std_btn {
	animation: bannertitle 1s .3s ease-out both;
}

@keyframes bannertitle {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.ys_ban_txtbox .ys_ban_title,
.ys_ban_txtbox .std_text20 p,
.ys_ban_txtbox .std_btn {
	opacity: 0;
	transform: translateY(60px);
}

/* 内页banner star */
.ys_nybanner {
	position: relative;
}

.ys_nyban_img {
	position: relative;
}

.ys_nyban_img,
.ys_nyban_img img {
	width: 100%;
}

.ys_nyban_img::before {
	background: rgba(0, 0, 0, 0.30);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ys_nyban_ph {
	display: none;
}

.ys_nyban_title {
	z-index: 10;
}

.ys_nyban_title h1 {
	color: var(--colorfff);
	font-weight: bold;
}

.mod_bread {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.mod_bread {
	display: flex;
}

.mod_bread li {
	padding-right: 18px;
	position: relative;
}

.mod_bread li::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	width: 6px;
	height: 10px;
	background: url(../img/mod_bread01.svg) center / cover no-repeat;
}

.mod_bread li:last-child::before {
	display: none;
}

.mod_bread a {
	color: var(--colorfff);
	font-size: 14px;
	line-height: var(--l1h5);
}

/* 内页banner end */

/* 内页导航 star */
.ys_cont1500 {
	width: 1500px;
	margin: 0 auto;
}

.mod_tab {
	position: relative;
	background: var(--colorfff);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	border-radius: 30px;
	padding: 47px 88px;
	margin-top: -70px;
	z-index: 20;
}

.mod_tab {
	overflow: hidden;
}

.apt_up1 {
	opacity: 0;
	transform: translateY(20px);
	transition: all .6s ease-in-out .1s;
}

.apt_up1.animated {
	opacity: 1;
	transform: translateY(0px);
}

/* .mod_tab::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 72px;
	background: url(../img/b1_bg1.svg) center;
	width: 283px;
	height: 100%;
	background-size: 100%;
	z-index: 1;
	object-fit: cover;
} */

.mod_tab_ul {
	display: flex;
	position: relative;
	z-index: 10;
}

.mod_tab_ul {
	margin: 0 -3px;
}

.mod_tab_li {
	padding: 0 3px;
}

.mod_tab_li a {
	display: block;
	color: var(--color666);
	font-size: 18px;
	padding: 0 32px;
	line-height: 46px;
	border-radius: 50px;
	transition: all .36s;
}

.mod_tab_li.on a {
	color: var(--colorfff);
	background: var(--colormain);
}

@media screen and (min-width: 1200px) {
	.mod_tab_li:hover a {
		color: var(--colorfff);
		background: var(--colormain);
	}
}

/* 内页导航 end */

.news_inof_cry {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 44px 48px;
}

.news_inof_cry_item {
	width: 100%;
}

.nici_link {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	padding: 23px 21px 0;
	position: relative;
	overflow: hidden;
	transition: all .4s ease;
}

.nici_link::before {
	content: '';
	height: 4px;
	width: 0;
	background: var(--colormain);
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	z-index: 3;
	transition: all .4s ease;
}

.nici_link::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	transform: translate(-50%, -50%);
	border: 1px solid #E0E2EA;
	pointer-events: none;
	content: '';
	border-radius: 10px;
	transition: all .4s ease;
}

.nici_link .ys_imgbox_cover {
	width: 100%;
	border-radius: 10px;
}

/* .ys_imgbox_cover img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
} */

.nici_link_text {
	width: 100%;
	border-bottom: 1px solid #E0E2EA;
	padding-top: 23px;
	padding-bottom: 13px;
}

.nici_link_text .std_text20 {
	color: var(--color333);
	font-size: var(--font18);
	line-height: var(--l1h6);
	height: 3.4em;
	overflow: hidden;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all .4s ease;
}

.nici_link_text .std_text16 {
	color: var(--color999);
	line-height: var(--l1h75);
	margin-top: 24px;
}

.nrii_link_btn {
	color: var(--color333);
	transition: all .4s ease;
}

.nici_link .nrii_link_btn {
	color: #5A5A5A;
	padding-top: 25px;
	padding-bottom: 29px;
}

.apt_up3 {
	opacity: 0;
	transform: translateY(20px);
	transition: all .8s ease-in-out .1s;
}

.apt_up3.animated {
	opacity: 1;
	transform: translateY(0px);
}

.newsdt_cont {
	position: relative;
	padding: 24px 0 100px;
}

.newsdt_cont .ys_cont1400 {
	position: relative;
}

.newsdt_main .mod_bread {
	top: 0;
	left: 0;
	transform: translateX(0);
}

.newsdt_main .mod_bread a {
	color: var(--color999);
}

.newsdt_main .mod_bread li::before {
	background: url(../img/mod_bread02.svg) center / cover no-repeat;
}

.newsdt_box {
	display: flex;
	margin-top: 32px;
}

.newsdt_left {
	width: 65.5%;
	padding-right: 122px;
}

.newsdt_left_top {
	padding-bottom: 24px;
}

.newsdt_left_top .std_text24 {
	color: var(--color333);
	font-weight: bold;
	margin-bottom: 16px;
}

.news_time {
	display: block;
	color: var(--color999);
	font-size: 16px;
	line-height: var(--l1h5);
}

.newsdt_left_bot .yxedr_active {
	padding: 40px 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.newsdt_left_page {
	padding: 24px 0 0;
}

.newsdt_left_page li {
	margin-bottom: 5px;
}

.newsdt_left_page span {
	color: var(--color999);
	font-size: 16px;
	line-height: var(--l1h75);
	transition: all .36s;
}

.newsdt_right {
	width: 34.5%;
	padding-left: 122px;
}

.newsdt_right .std_text24 {
	color: var(--color333);
	font-weight: bold;
	margin-bottom: 20px;
}

.newsdt_right li {
	border-top: 1px solid #E3E3E3;
}

.newsdt_right li:last-child {
	border-bottom: 1px solid #E3E3E3;
}

.newsdt_right li a {
	display: block;
	padding: 24px 0 20px;
}

.case_li_label {
	margin-bottom: 10px;
}

.case_li_label span {
	display: inline-block;
	color: var(--colormain);
	font-size: 14px;
	line-height: 26px;
	border-radius: 50px;
	background: rgb(15 91 245 / 10%);
	padding: 2px 8px;
	margin-right: 10px;
}

.newsdt_cont .std_text1,
.newsdt_cont .std_text1 p {
	color: var(--color333);
	font-size: 16px;
	line-height: var(--l1h5);
}

.newsdt_right li .std_text1 p {
	margin: 5px 0 10px;
	transition: all .36s;
}

.news_time {
	display: block;
	color: var(--color999);
	font-size: 16px;
	line-height: var(--l1h5);
}

.newsdt_main .ys_hd_pc {
	border-bottom: 1px solid #EEEEEE;
}

.news_cont {
	position: relative;
	width: 100%;
}

.support_box01 {
	position: relative;
	width: 100%;
	padding-bottom: 0;
}

.support_box01_result {
	width: 100%;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 18px;
	margin-bottom: 64px;
}

.support_box01_result .std_text20 {
	color: var(--color333);
	line-height: var(--l1h5);
}

.support_box01_ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 44px 44px;
}

.support_box01_ul_li {
	width: 100%;
}

.support_box01_link {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--colorfff);
	box-shadow: 0px 4px 23.9px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	padding: 38px 65px 50px 65px;
}

.pllt_top {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	z-index: 1;
	/* background: url(../img/supportbg.png); */
}

.pllt_top_img {
	width: 100%;
}

.pllt_top_img img {
	transition: all 0.4s;
}

.pllt_bot {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.pllt_bot_tit {
	text-align: center;
}

.support_box01_ul_li a::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 22px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--colormain);
	opacity: 0;
	transition: all .4s;
}

.invite_job {
	width: 100%;
	position: relative;
}

.invite_job_cont {
	width: 100%;
	position: relative;
}

.enter_recru_btm_li {
	margin-bottom: 32px;
}

.enter_recru_btm_li:last-child {
	margin-bottom: 0;
}

.erbl_top {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 20px;
	padding-left: 40px;
	background: #F2F6FC;
	border-radius: 10px;
	cursor: pointer;
}

.erbl_top_le {
	width: calc(100% - 50px);
	padding-right: 15px;
	display: flex;
}

.erbl_top_le_tit {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 18px;
}

.erbl_top_le_tit::after {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 20px;
	background: var(--colormain);
}

.erbl_top_ri {
	width: 50px;
}

.erbl_top_ri img {
	width: 100%;
	transition: all .4s;
}

.erbl_top.on .erbl_top_ri img {
	transform: rotate(180deg);
}

.erbl_btm {
	width: 100%;
	border-radius: 10px;
	background: rgba(249, 249, 249, 0.8);
	padding: 40px 60px 58px;
	display: none;
}

.erbl_btm_li {
	width: 100%;
}

.after_why {
	width: 100%;
	position: relative;
}

.after_why_ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 44px 44px;
}

.after_why_ul_li {
	width: 100%;
}

.awul_cont {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 33px 0 30px;
	border-radius: 10px;
	background: var(--colorbg);
}

.awul_cont img {
	width: 120px;
	margin-bottom: 31px;
}

.awul_cont_text {
	width: 100%;
	color: var(--cltit);
	font-size: var(--font18);
	line-height: var(--l1h75);
	padding: 0 10px;
}

.awul_cont_text p {
	width: 100%;
	color: var(--cltit);
	font-size: var(--font18);
	line-height: var(--l1h75);
	text-align: center;
}

.susta_devis {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.susta_devis_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	padding: 32px;
	border-radius: 10px;
	background: linear-gradient(90deg,
			#F0FDF4 0%,
			#EEF9FA 50%,
			#EFF6FF 100%);
	border: 1px solid rgba(24, 25, 128, 0.20);
}

.susta_devis_le {
	width: 50%;
	padding-left: 100px;
}

.susta_comin_le_info p {
	text-align: justify;
}

.susta_devis_ri {
	width: 50%;
}

.susta_devis_ri_ul .ys_imgbox_cover {
	border-radius: 10px;
}

.susta_devis_ri_ul .slick-dots {
	display: none !important;
}

.prodt_sect1 {
	position: relative;
	padding-top: 120px;
}

.prodt_sect1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: var(--colorbg);
	z-index: -1;
}

/* .prodt_sect1::after {
	content: '';
	position: absolute;
	top: 0;
	left: -72px;
	width: 660px;
	height: 50%;
	background: url(../img/b3_bg1.svg) center;
	object-fit: cover;
	background-size: 100%;
	z-index: 1;
} */

.prodt_sect1_cont {
	position: relative;
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 80px 0;
	z-index: 10;
}

.prodt_sect1_top {
	display: flex;
	justify-content: flex-start;
}

.prodt_sect1_top_left {
	width: 57%;
	padding-right: 150px;
}

.pstl_top {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #DCE1E1;
}

.pstl_top .std_title4 {
	font-weight: bold;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 14px;
}

.pstl_top .std_title4::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 6px;
	background: var(--colormain);
	border-radius: 50px;
}

.prodt_sect1 .mod_bread a {
	color: var(--color999);
}

.prodt_sect1 .mod_bread li::before {
	background: url(../img/mod_bread02.svg) center / cover no-repeat;
}

.pstl_top .std_text18,
.pstl_bot .std_text18 {
	color: var(--color333);
	font-weight: bold;
	margin-bottom: 20px;
}

.pstl_bot_text li {
	display: flex;
	margin-bottom: 10px;
	justify-content: flex-start;
}

.pstl_bot_text_color {
	width: 100%;
}

.pstl_top .yxedr_active p,
.pstl_bot_text_color p {
	font-size: 14px;
	text-align: justify;
	line-height: var(--l1h6);
}

.prodt_sect1_top_right {
	width: 43%;
	height: 100%;
	background: linear-gradient(90deg,
			#F0FDF4 0%,
			#EEF9FA 50%,
			#EFF6FF 100%);
	border-radius: 10px;
	min-height: 460px;
	position: relative;
}

.pstr_img {
	width: 70%;
}

.pstr_img img {
	width: 100%;
}

.invite_devel_cont {
	width: 100%;
	position: relative;
	background: var(--colorbg);
}

.invite_devel_list {
	width: 100%;
	position: relative;
}

.invite_devel_list_ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 44px 44px;
}

.idlu_li {
	width: 100%;
}

.idlu_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background: var(--colorfff);
	border: 1px solid rgba(35, 24, 21, .1);
	border-radius: 10px;
	transition: all .36s;
	padding: 30px 32px;
	overflow: hidden;
}

.idlu_wrap_icon {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.idlu_wrap_tit {
	margin-bottom: 23px;
}

.idlu_wrap .idlu_wrap_info {
	text-align: justify;
}

.idlu_wrap_tit .std_text18 {
	color: var(--cltit);
	font-size: var(--font18);
	line-height: var(--l1h75);
}

.problem_box {
	width: 100%;
	position: relative;
}

.problem_box li a {
	display: flex;
	justify-content: flex-start;
	padding: 24px 0;
	border-bottom: 1px solid #E4E5E7;
}

.problem_right_num {
	color: var(--colormain);
	font-size: var(--font18);
	line-height: var(--l1h75);
}

.problem_right_num {
	width: 50px;
	padding: 0 10px;
}

.problem_right_text {
	width: calc(100% - 50px);
}

.problem_right_text1 {
	font-weight: bold;
	color: var(--color333);
	line-height: var(--l1h75);
	margin-bottom: 10px;
}

.problem_right_text2 p {
	font-size: 16px;
	color: var(--color666);
	line-height: var(--l1h75);
}

.subtit {
	margin-top: 30px;
}

tbody {
	border: 1px solid rgba(0, 0, 0, .3);
}

.firstRow td {
	font-size: 16px;
	color: var(--colorfff);
	background-color: var(--colormain);
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-left: 1px solid rgba(0, 0, 0, .3);
	text-align: center;
}

tr td {
	font-size: 20px;
	color: #33CCCC;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-left: 1px solid rgba(0, 0, 0, .3);
	text-align: center;
}

tr td:first-child {
	font-size: 14px;
	color: var(--color666);
	font-weight: normal;
	text-align: justify;
}

.abou_grou {
	width: 100%;
	position: relative;
}

.abou_grou_cont {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.abou_grou_le {
	width: 53%;
	padding-right: 114px;
}

.mod_tit .std_title4 {
	position: relative;
	display: inline-block;
	color: var(--color333);
	font-weight: bold;
	line-height: var(--l1h5);
	padding-right: 25px;
}

.mod_tit .std_title4::after {
	content: '';
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 12px;
	height: 12px;
	background: var(--colormain);
	border-radius: 50%;
}

.devel_brief_le_info p {
	text-align: justify;
}

.abou_grou_ri {
	width: 47%;
}

.abou_grou_ri .ys_imgbox_cover {
	border-radius: 10px;
}

.devel_welfa_tit {
	margin-bottom: 40px;
}

.abou_wh {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.abou_wh_ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 44px 44px;
}

.abou_wh_li {
	width: 100%;
}

.abou_wh_box {
	height: 100%;
	background: var(--colorfff);
	box-shadow: 0px 4px 23.9px 0px rgba(0, 0, 0, 0.10);
	border-radius: 10px;
	padding: 29px 32px 32px;
}

.abou_wh_tit {
	margin-bottom: 52px;
}

.abou_wh_tit .std_title4 {
	position: relative;
	display: inline-block;
	color: var(--colorfff);
	font-weight: bold;
	line-height: var(--l1h5);
}

.abou_wh_info p {
	color: var(--colorfff);
	opacity: 0.7;
	text-align: justify;
}

.abou_wh_li:nth-child(1) .abou_wh_box {
	background: #0041C0;
}

.abou_wh_li:nth-child(2) .abou_wh_box {
	background: #003D70;
}

.abou_wh_li:nth-child(3) .abou_wh_box {
	background: #202020;
}

.abou_histo {
	width: 100%;
	position: relative;
}

.abou_histoban {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.abou_histo::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--colorbg);
	z-index: -1;
}

.abou_histo_phban {
	display: none;
}

.abou_histo .ys_cont1400 {
	position: relative;
}

.abou_histo_wrm {
	width: 100%;
	position: relative;
}

.abou_histo_list {
	width: calc(100% + 14vw);
	overflow: hidden;
	position: relative;
}

.ahls_ul {
	padding-bottom: 45px;
}

.ahls_li {
	padding-right: 128px;
}

.ahls_li_wrap {
	width: 100%;
}

.ahls_li_wrap_year p {
	color: var(--color333);
	font-size: 64px;
	font-weight: bold;
	line-height: var(--l1h5);
}

.ahls_li_wrap_info {
	min-height: 7em;
}

.ahls_li_wrap_info .mod_tit18 {
	position: relative;
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h75);
	padding-left: 22px;
	text-align: justify;
	/* font-weight: bold; */
}

.ahls_li_wrap_info .mod_tit18::after {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--color666);
	border-radius: 50%;
}

.he_swefy {
	width: calc(100% - 14vw) !important;
	height: 2px !important;
	top: inherit !important;
	bottom: 0;
	background: rgba(255, 255, 255, .3) !important;
}

.he_swefy .swiper-pagination-progressbar-fill {
	background: var(--colormain) !important;
}

.abou_histo_list_btn {
	display: flex;
	margin-top: 28px;
}

.ahlb_img {
	width: 40px;
	height: 40px;
	background: var(--colorfff);
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.ahlb_le {
	margin-right: 16px;
}

.ahlb_img img {
	width: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ahlb_img.swiper-button-disabled {
	opacity: 0.6;
	pointer-events: none;
}

.abou_gsys {
	width: 100%;
	position: relative;
}

.abou_gsys_info {
	height: 100%;
	border-radius: 10px;
	border-top: 2px solid var(--colormain);
	background: #FFF;
	padding: 50px 80px 73px 80px;
	box-shadow: 0px 37px 15px 0px rgba(2, 36, 110, 0.01), 0px 21px 13px 0px rgba(2, 36, 110, 0.03), 0px 9px 9px 0px rgba(2, 36, 110, 0.04), 0px 2px 5px 0px rgba(2, 36, 110, 0.05);
}

.idlu_wrap_info p {
	position: relative;
	padding-left: 34px;
	text-align: justify;
}

.idlu_wrap_info p::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 6px;
	left: 0;
	background: var(--colormain);
	border: 6px solid #e7f3e9;
	border-radius: 50%;
	margin-right: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}

.idlu_wrap_info {
	margin-top: 15px;
}

.idlu_wrap_info:last-child {
	margin-bottom: 0;
}

.abou_fywl {
	width: 100%;
	position: relative;
	background-image: linear-gradient(180deg, #ECF7FD 0%, #ECF7FD 100%);
}

.abou_fywl_img img {
	width: 100%;
}

.manuals_right_link {
	position: relative;
	display: block;
}

.manuals_right_link::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 22px);
	border-radius: 16px;
	background-image: linear-gradient(180deg, #ECF7FD 0%, #ECF7FD 100%);
	content: '';
}

.manuals_right_img {
	width: 88%;
	border-radius: 10px;
	margin-left: 10px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	transition: all .36s;
}

.manuals_right_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 170px;
	border-radius: 16px 70px 16px 16px;
	background: var(--colorfff);
	padding: 36px 53px 30px 30px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.manuals_right_text1 {
	color: var(--color333);
	font-size: 16px;
	line-height: var(--l1h75);
	margin-bottom: 5px;
	transition: all .36s;
}

.manuals_right_text2 {
	color: var(--color666);
	font-size: 14px;
	line-height: var(--l1h75);
}

.manuals_right_text_btn {
	display: flex;
	margin-top: 16px;
}

.mrtb_btn a {
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: var(--color999);
	background: #f5f5f5;
	text-align: center;
	border-radius: 25px;
	display: block;
	transition: all .36s;
}

.manuals_right_text_btn .mrtb_btn {
	width: 100%;
}

.abou_qqfb_ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 44px 40px;
}

.abou_qqfb_li {
	width: 100%;
}

.con_information {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.con_information_ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 var(--jian1);
}

.con_information_li {
	width: 25%;
	padding: 0 var(--jian);
}

.amul_cont {
	border-radius: 10px;
	height: 100%;
	padding: 40px 30px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 8px 0px rgba(0, 33, 67, 0.04), 0px 8px 10px 0px rgba(0, 33, 67, 0.04);
}

.amul_cont {
	flex-direction: column;
}

.amul_cont_top {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.amul_cont_top img {
	width: 26px;
}

.amul_cont_top p {
	font-size: var(--font18);
	line-height: var(--l1h3);
	color: var(--cltit);
	padding-left: 16px;
}

.amul_cont_below {
	font-size: var(--font20);
	line-height: var(--l1h4);
	color: var(--cltit);
	/* font-weight: bold; */
	border-top: 1px solid rgba(219, 220, 222, 1);
	padding-top: 27px;
	width: 100%;
}

.con_information_li:nth-last-child(1) .amul_cont_below {
	font-size: var(--font18);
	font-weight: 400;
	line-height: var(--l1h75);
}

.con_repair {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(180deg, #ECF7FD 0%, #ECF7FD 100%);
}

.con_repair .ys_cont1400 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.con_repair_le {
	width: 26%;
	position: relative;
}

.con_repair_le_tit {
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 28px;
}

.con_repair_le_pic {
	width: 644px;
	position: absolute;
	bottom: -90px;
	left: -236px;
}

.con_repair_le_pic img {
	width: 100%;
}

.con_repair_ri {
	width: 65%;
}

/* .gh-form {
	--size14: 14px;
	--space: 20px;
	--spacebot: 24px;
	--spacein: 10px;
	--height: 60px;
	--size20: 20px;
	--size18: 18px;
	--size16: 16px;
	--l1h5: 1.5;
	--l1h75: 1.75;
	--color333: #333;
	--color666: #666;
	--color999: #999;
	--colortips: #f00;
	--colormain: #10154e;
} */

form {
	width: 100%;
}

.gh-form-inof {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.dsrp-ul-li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 24px;
}

.gh-form-inofw1,
.gh-form-inofw2 {
	width: 50% !important;
}

.gh-form-inofw3 {
	width: 100% !important;
}

.dsrp-ul-li.wi33 {
	width: 33.333333%;
	padding: 0 10px;
	margin-bottom: 24px;
}

.dsrp-ul-li.on {
	width: 100%;
}

.dsrp-ul-li.num {
	width: 100%;
	position: relative;
	margin-bottom: 39px;
}

.dsrp-ul-li.agree {
	width: 100%;
}

.dsrp-ul-li.up {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
	margin-left: 0;
}

.dsrp-ul-li label {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 8px 24px;
	background-color: var(--colorfff);
	border: 0px solid #DFDFDF;
	border-radius: 4px;
}

.dsrp-ul-li.text label {
	align-items: flex-start;
	flex-wrap: wrap;
}

.dsrp-ul-li.num label {
	width: 42%;
	position: relative;
}

.gh-fii-name {
	flex-shrink: 0;
	font-size: 14px;
	color: var(--color666);
	line-height: var(--l1h75);
	margin-bottom: 0px;
}

.gh-fii-name span {
	color: #F00;
}

.gh-fii-input {
	width: 100%;
	height: 100%;
	border: 0px solid var(--color999);
	display: block;
}

.gh-form-inof-item .gh-fii-input input {
	font-size: 14px;
	color: #060606 !important;
	width: 100%;
	height: 100%;
}

.con_repair .gh-form-inof-text .gh-fii-input {
	height: 73px;
}

.dsrp-ul-li.text textarea {
	width: 100%;
	font-size: 14px;
}

.dsrp-ul-li-num {
	position: absolute;
	width: 93px;
	right: -154px;
	bottom: 0;
	cursor: pointer;
}

.dsrp-ul-li-num {
	width: auto !important;
	height: 40px !important;
}

.dsrp-ul-li-num img {
	width: auto !important;
	height: 100%;
}

.gh-fii-submit {
	height: 100%;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	font-size: var(--font16);
	line-height: var(--l1h75);
	color: var(--colorfff);
	background-color: var(--colormain);
	padding: 8px 65px;
	border-radius: 10px;
}

.con_repair_le_text p {
	text-align: justify;
}

/* 产品列表 star */
.produ_navig {
	width: 100%;
	position: relative;
}

.produ_navig_list {
	width: 100%;
	position: relative;
}

.produ_navig_list_ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 44px 44px;
}

.pnlu_li {
	width: 100%;
}

.pnlu_wrap {
	width: 100%;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background: var(--colorfff);
	border: 1px solid rgba(35, 24, 21, .1);
	transition: all .36s;
}

.pnlu_wrap .ys_imgbox_cover {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	overflow: hidden;
}

.pnlu_wrap .ys_imgbox_cover {
	background: var(--colorbg);
	border-radius: 10px;
}

.pnlu_wrap_btm {
	width: 100%;
	position: relative;
	margin-top: 12px;
}

.pnlu_wrap_btm_tit {
	margin-bottom: 10px;
}

.pnlu_wrap_btm_tit .std_text20 {
	color: var(--color333);
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.pnlu_wrap_btm_info {
	margin-bottom: 36px;
}

.pnlu_wrap_btm_info p {
	color: rgba(35, 24, 21, .5);
	font-size: var(--font16);
	line-height: var(--l1h6);
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 1.6em;
}

.pnlu_wrap_btm_lab {
	position: relative;
	border-top: 1px solid rgba(35, 24, 21, .2);
	padding-top: 16px;
	transition: all .36s;
}

.pnlu_wrap_btm_lab::after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--colormain);
	transition: all .6s;
	opacity: 0;
}

.pnlu_wrap_btm_lab .std_btn2 {
	width: 60%;
}

.pnlu_wrap_btm_lab .std_btn2_box p {
	line-height: 38px !important;
}

.pnlu_wrap_btm_lab .std_btn2_icon {
	width: 20px !important;
}

@media screen and (min-width: 1200px) {
	.pnlu_wrap:hover {
		border-color: var(--colormain);
		box-shadow: 0 4px 16px rgba(0, 69, 119, .08), 0 8px 24px rgba(0, 69, 119, .05);
	}

	.pnlu_wrap:hover .pnlu_wrap_btm_lab::after {
		width: 100%;
		opacity: 1;
	}

	.pnlu_li a:hover .pnlu_wrap .std_btn2_box p {
		color: var(--colorfff);
	}

	.pnlu_li a:hover .pnlu_wrap .std_btn2_box .std_btn2_icon {
		transform: rotate(45deg);
	}

	.pnlu_li a:hover .pnlu_wrap .std_btn2_box .std_btn2_icon img:nth-child(1) {
		opacity: 0;
	}

	.pnlu_li a:hover .pnlu_wrap .std_btn2_box .std_btn2_icon img:nth-child(2) {
		opacity: 1;
	}

	.pnlu_li a:hover .pnlu_wrap .std_btn2_box::after {
		width: 100%;
		left: 0;
		right: auto;
	}
}

/* 产品列表 end */

/* 产品详情 star */
.prodt_main .ys_hd_pc {
	border-bottom: 1px solid #EEEEEE;
}

.ys_hd_pc.on {
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
}

.prodt_sect11 .std_title2 {
	position: relative;
	color: var(--color333);
	font-size: var(--font32);
	font-weight: bold;
	line-height: var(--l1h5);
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.prodt_sect11 .std_text,
.prodt_sect11 .std_text p {
	color: var(--color333);
	font-size: 18px;
	line-height: var(--l1h75);
	font-weight: bold;
	margin-bottom: 20px;
}

.prodt_sect11 .std_text1,
.prodt_sect11 .std_text1 p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h75);
	text-align: justify;
}

.prodt_sect11 .std_text2,
.prodt_sect11 .std_text2 p {
	color: var(--color666);
	font-size: 14px;
	line-height: var(--l1h75);
}

.prodt_sect11 {
	position: relative;
	padding-top: 120px;
}

.prodt_sect11 .mod_bread a {
	color: var(--color999);
}

.prodt_sect11 .mod_bread li::before {
	background: url(../img/mod_bread02.svg) center / cover no-repeat;
}

.prodt_sect11::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background-image: var(--colorbg);
	z-index: -1;
}

.prodt_sect11_cont {
	position: relative;
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 80px 0 0;
	z-index: 10;
}

.prodt_sect11_top {
	display: flex;
	justify-content: flex-start;
}

.prodt_sect11_top_left {
	width: 57%;
	padding-right: 150px;
}

.prodt_sect11 .pstl_top {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #DCE1E1;
}

.prodt_sect11 .pstl_top .std_title2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 32px;
	height: 6px;
	background: var(--colormain);
	border-radius: 50px;
}

.prodt_sect11 .pstl_bot_text li {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.prodt_sect11 .pstl_bot_text li:last-child {
	margin-bottom: 0;
}

.prodt_sect11 .pstl_bot_text_title {
	width: 150px;
	padding-right: 20px;
}

.prodt_sect11 .pstl_bot_text_color {
	width: calc(100% - 150px);
}

.prodt_sect11 .prodt_sect1_top_right {
	position: relative;
	width: 43%;
	height: 100%;
	min-height: 460px;
	border-radius: 10px;
	background-image: var(--colorbg);
}

.prodt_sect11 .pstr_img {
	width: 100%;
}

.prodt_sect11 .pstr_img img {
	width: 100%;
}

.prodt_sect11 .prodt_sect1_bot {
	background: var(--colormain);
	padding: 25px;
	margin-top: 60px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.prodt_sect11 .prodt_sect1_bot ul {
	display: flex;
	justify-content: center;
}

.prodt_sect11 .prodt_sect1_bot li {
	margin: 0 10px;
}

.prodt_sect11 .prodt_btn {
	position: relative;
}

.prodt_sect11 .prodt_btn_top a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 23px;
	border-radius: 10px;
	border: 1px solid var(--colorfff);
	transition: all .36s;
}

.prodt_sect11 .prodt_btn .ys_imgbox_cover {
	width: 24px;
}

.prodt_sect11 .prodt_btn_top .ys_imgbox_cover img:first-child {
	opacity: 1;
}

.prodt_sect11 .prodt_btn_top .ys_imgbox_cover img:last-child {
	opacity: 0;
}

.prodt_sect11 .prodt_btn_top p {
	color: var(--colorfff);
	font-size: 16px;
	line-height: 50px;
	padding-left: 18px;
	transition: all .36s;
}

.prodt_sect_left {
	width: 25%;
}

.prodt_sect_left .std_title4 {
	font-weight: bold;
}

.prodt_sect_right {
	width: 75%;
}

.prodt_sect2_right_ul {
	width: 100%;
}

.prodt_sect2 .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.prodt_sect2 .swiper-wrapper {
	padding-bottom: 65px;
}

.prodt_sect2_right_li {
	height: auto !important;
}

.psrl_cont {
	height: 100%;
	border-radius: 10px;
	background: var(--colorbg);
	padding: 32px;
}

.psrl_cont span {
	display: block;
	color: var(--colormain);
	font-size: 30px;
	line-height: var(--l1h5);
	margin-bottom: 16px;
}

.prodt_sect2 .std_text1,
.prodt_sect2 .std_text1 p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h75);
}

.psrl_cont .std_text1 p {
	color: var(--color666);
}

.prodt_sect2_arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	border: 1px solid var(--colormain);
}

.swiper-button-next {
	right: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
	transition: all .36s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 14px !important;
	color: var(--colormain);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	transition: all .36s ease;
}

.swiper-pagination-progressbar {
	background: transparent !important;
	border-top: 1px solid #DCE1E1;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	bottom: 16px;
	right: 0px !important;
	top: inherit !important;
	left: inherit !important;
	width: calc(100% - 125px) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	top: -2px !important;
	background: var(--colormain) !important;
}

.slick-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--colormain);
	left: -50px;
	z-index: 100;
	transition: all .36s;
}

.slick-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--colormain);
	z-index: 100;
	right: -50px;
	transition: all .36s;
}

.slick-prev::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 11px;
	background: url(../img/ca_arrow1.svg);
	background-size: cover;
	transition: all .36s;
}

.slick-prev::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 11px;
	opacity: 0;
	background: url(../img/ca_arrow2.svg);
	background-size: cover;
	transition: all .36s;
}

.slick-next::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 11px;
	background: url(../img/ca_arrow3.svg);
	background-size: cover;
	transition: all .36s;
}

.slick-next::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 11px;
	opacity: 0;
	background: url(../img/ca_arrow4.svg);
	background-size: cover;
	transition: all .36s;
}

.slick-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.prodt_sect5_cont_ul {
	margin: 0 -26px;
	margin-bottom: -20px;
}

.prodt_sect5_cont_ul li {
	width: 33.333333%;
	padding: 0 26px;
	padding-bottom: 20px;
	float: left;
}

.slick-dots li {
	width: 20px;
	height: 3px;
	border-radius: 3px;
	margin: 0 5px;
}

.slick-dots li {
	background: var(--colorbg);
}

.case_li_wrap {
	position: relative;
	display: block;
	width: 100%;
}

.case_li_wrap::after {
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 1px;
	background: var(--colormain);
	transition: all 0.6s;
	opacity: 0;
}

.case_li_wrap .ys_imgbox_cover {
	border-radius: 10px;
}

.case_li_wrap_btm {
	width: 100%;
	border-bottom: 1px solid rgba(24, 25, 123, 0.2);
	margin-top: 12px;
	padding-bottom: 20px;
}

.case_title {
	width: 100%;
	margin-bottom: 30px;
}

.case_title,
.case_title p {
	font-size: 18px;
	line-height: var(--l1h75);
}

.case_title p {
	color: var(--color333);
	line-height: var(--l1h6);
	height: 3.2em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.56s;
}

.case_hlwb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case_hlwb_le {
	display: flex;
}

.case_hlwb_nrbl {
	display: flex;
	align-items: center;
	width: 100% !important;
	padding: 0 !important;
	margin-right: 40px;
}

.case_hlwb_icon {
	width: 16px;
}

.case_hlwb_icon img {
	transform: scale(1) !important;
}

.case_hlwb_icon img:nth-child(2) {
	opacity: 0;
}

.case_hlwb_info {
	padding-left: 8px;
}

.case_hlwb_info p {
	color: var(--color666);
	font-size: 14px;
	line-height: var(--l1h6);
	transition: all 0.36s;
}

.case_hlwb_ri {
	width: 36px;
}

.case_hlwb_ri img {
	transform: scale(1) !important;
}

.case_hlwb_ri img:nth-child(2) {
	opacity: 0;
}

.casedt_title {
	display: flex;
	justify-content: space-between;
}

.casedt_title .std_title4 {
	font-weight: bold;
}

.prodt_appli {
	background: var(--colorbg);
}

@media screen and (min-width: 1200px) {
	.prodt_sect11 .prodt_btn_top a:hover {
		background: var(--colorfff);
	}

	.prodt_sect11 .prodt_btn_top a:hover .ys_imgbox_cover img:first-child {
		opacity: 0;
		transform: scale(1);
	}

	.prodt_sect11 .prodt_btn_top a:hover .ys_imgbox_cover img:last-child {
		opacity: 1;
		transform: scale(1);
	}

	.prodt_sect11 .prodt_btn_top a:hover p {
		color: var(--colormain);
	}

	.swiper-button-next:hover,
	.swiper-button-prev:hover {
		background: var(--colormain);
	}

	.swiper-button-next:hover:after,
	.swiper-button-prev:hover:after {
		color: var(--colorfff);
	}

	.slick-prev:hover,
	.slick-next:hover {
		background: var(--colormain);
	}

	.slick-prev:hover::before,
	.slick-next:hover::before {
		opacity: 0;
	}

	.slick-prev:hover::after,
	.slick-next:hover::after {
		opacity: 1;
	}

	.case_li_wrap:hover::after {
		width: 100%;
		opacity: 1;
	}

	.case_li_wrap:hover .case_title p {
		color: var(--colormain);
	}

	.case_li_wrap:hover .case_hlwb_icon img:nth-child(1) {
		opacity: 0;
	}

	.case_li_wrap:hover .case_hlwb_icon img:nth-child(2) {
		opacity: 1;
	}

	.case_li_wrap:hover .case_hlwb_info p {
		color: var(--colormain);
	}

	.case_li_wrap:hover .case_hlwb_ri img:nth-child(1) {
		opacity: 0;
	}

	.case_li_wrap:hover .case_hlwb_ri img:nth-child(2) {
		opacity: 1;
	}
}

/* 产品详情 end */

.case_navig {
	width: 100%;
	position: relative;
}

.case_navig_list {
	width: 100%;
	position: relative;
}

.case_navig_list_ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 44px 44px;
}

/* 联系我们 star */
.contant-lead {
	width: 100%;
	position: relative;
}

.contant-lead-btm {
	width: 100%;
	position: relative;
}

.contant-lead-btm-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.clbu-li {
	width: 33.333333%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.clbu-li:nth-child(4),
.clbu-li:nth-child(5) {
	width: 50%;
	margin-bottom: 0;
}

.clbu-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: var(--colorfff);
	padding: 20px 32px;
	box-shadow: 0px 8.041px 17.869px 0px rgba(52, 128, 225, 0.04), 0px 2.394px 5.32px 0px rgba(52, 128, 225, 0.03), 0px 36px 80px 0px rgba(52, 128, 225, 0.08);
}

.clbu-wrap-top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: var(--l1h8);
	margin-bottom: 24px;
}

.clbu-wrap-top-le {
	display: flex;
	align-items: center;
}

.clbu-wrap-top img {
	width: 24px;
}

.clbu-wrap-top p {
	font-size: 16px;
	color: var(--color999);
	line-height: var(--l1h8);
	padding-left: 16px;
}

.clbu-wrap-btm {
	margin-bottom: 10px;
}

.clbu-wrap-btm p {
	font-size: 20px;
	line-height: var(--l1h5);
	color: var(--colormain);
}

.clbu-wrap-top-ri {
	display: flex;
	align-items: center;
	flex: none;
}

.clbu-wrap-top-ri p {
	font-size: 16px;
	color: var(--color999);
	line-height: var(--l1h8);
	padding-right: 8px;
}

.clbu-wrap-top-ri img {
	width: 24px;
}

.mod-fot-btm-ri {
	display: flex;
}

.mfbr-li {
	position: relative;
	margin-left: 40px;
}

.mfbr-li:first-child {
	margin-left: 0;
}

.mfbr-li-icon {
	width: 48px;
	cursor: pointer;
}

.mfbr-li-icon img {
	width: 100%;
}

.mfbr-li-code {
	width: 130px;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	display: none;
}

.mfbr-li-code {
	bottom: 52px;
	pointer-events: none;
}

.mfbr-li-code img {
	width: 100%;
}

.contac-leave {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.contac-leave-btm {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.contac-leave-btm-le {
	width: 43%;
}

.contac-leave-btm-le img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}

.contac-leave-btm-ri {
	width: 57%;
	background: var(--colorfff);
	border-radius: 0 10px 10px 0;
	box-shadow: 0px 8.041px 17.869px 0px rgba(52, 128, 225, 0.04), 0px 2.394px 5.32px 0px rgba(52, 128, 225, 0.03), 0px 36px 80px 0px rgba(52, 128, 225, 0.08);
	padding: 50px;
}

.clbr-swipk {
	width: 100%;
	position: relative;
}

.clbr-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.clbr-li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 28px;
}

.clbr-li1 {
	width: 100%;
}

.clbr-li2 {
	width: 100%;
}

.clbr-li3 {
	width: 100%;
}

.clbr-li-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 1px solid rgba(24, 25, 128, 0.20);
	padding: 7px 24px;
}

.clbr-li-wrap-le {
	flex: none;
}

.clbr-li-wrap-le p {
	color: var(--color999);
	font-size: 14px;
	line-height: var(--l1h8);
}

.clbr-li-wrap-le p span {
	color: #FC0028;
}

.clbr-li-wrap-ri {
	width: 100%;
	padding-left: 15px;
}

.clbr-li-wrap-ri input {
	width: 100%;
	color: var(--color999);
	font-size: 14px;
}

.clbr-li-text {
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgba(24, 25, 128, 0.20);
	height: 240px;
}

.clbr-li-text textarea {
	width: 100%;
	height: 100%;
	padding: 16px 24px;
	color: var(--color999);
	font-size: 14px;
	line-height: var(--l1h5);
}

.clbr-li3-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.clbr-li3-wrap-inpt {
	width: 29%;
}

.clbr-li3-wrap-code {
	width: 23%;
}

.clbr-li3-wrap-code img {
	width: 75%;
	cursor: pointer;
}

.clbr-li3-wrap-btm {
	width: 42%;
}

.clwb-link {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid var(--colorfff);
	box-shadow: 2px 4px 4px 0px rgba(255, 255, 255, 0.40) inset;
	transition: all 0.36s;
	z-index: 1;
}

.clwb-le {
	padding-right: 16px;
}

.clwb-le p {
	color: var(--colorfff);
	font-size: 16px;
	line-height: var(--l1h6);
}

.clwb-ri {
	width: 24px;
}

.clwb-ri img {
	width: 100%;
}

.clwb-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(268deg, #0F5BF5 1.53%, #2A2CD6 40.03%, #1719C2 74.06%, #181980 103.11%);
	transition: all 0.36s;
	z-index: -1;
}

/* 联系我们 end */

/* 公共底部 star */
.ys_footer {
	position: relative;
	background: #23262C;
}

.ys_footer .ys_cont1400,
.mod_footer_copyright {
	position: relative;
	z-index: 10;
}

.mod_footer_top {
	position: relative;
	padding-top: 72px;
	padding-bottom: 40px;
}

.mod_footer_top::before {
	content: '';
	height: 3px;
	background: linear-gradient(to right, var(--colorfff), transparent);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.mod_footer_top a {
	display: block;
	width: 172px;
}

.mod_footer_top a img {
	width: 100%;
}

.mod_footer_info {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 100px;
}

.mod_footer_info_nav {
	width: calc(100% - 230px);
	display: flex;
	justify-content: space-between;
	padding-right: 150px;
}

.mfin_nub_first {
	margin-bottom: 16px;
}

.mfin_nub_first a {
	color: #F9F9F9;
	font-size: 16px;
	font-weight: bold;
	line-height: var(--l1h5);
}

.mfin_nub_second_li {
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.mfin_nub_second a {
	position: relative;
	color: #E4E4E4;
	font-size: 16px;
	line-height: var(--l1h5);
	padding-left: 11px;
	transition: all 0.36s;
}

.mfin_nub_second_li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: linear-gradient(90deg,
			#F0FDF4 0%,
			#EEF9FA 50%,
			#EFF6FF 100%);
	position: absolute;
	left: 0;
	top: 11px;
}

.mod_footer_info_hotline {
	width: 230px;
	position: relative;
	top: -7px;
}

.mfih_list {
	margin-bottom: 41px;
}

.mfih_list_nub {
	margin-bottom: 18px;
}

.mfih_list_nub_th,
.mfih_list_nub_phone {
	color: #E4E4E4;
	font-size: 16px;
	line-height: 2;
}

.mfih_list_nub_phone a {
	background: var(--colorfff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 24px;
	font-weight: bold;
	line-height: var(--l1h5);
	margin-top: -5px;
	pointer-events: none;
}

.mfih_share {
	margin: 0 -10px;
}

.mfih_share_nub {
	position: relative;
	width: 50px;
	padding: 0 10px;
}

.mfih_share_nub_icon {
	width: 100%;
	cursor: pointer;
}

.mfih_share_nub_icon img {
	width: 100%;
}

.mfih_share_nub_wx {
	position: absolute;
	width: 120px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px;
	border-radius: 4px;
	background: var(--colorfff);
	bottom: calc(100% + 16px);
	display: none;
}

.mfih_share_nub_wx::before {
	content: '';
	border-top: 10px solid var(--colorfff);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -9px;
}

.mfih_share_nub_wx::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: -16px;
	left: 0;
}

.mod_footer_copyright {
	background: #202227;
	padding: 26px 0;
}

.mod_footer_copyright .ys_cont1400 {
	display: flex;
	justify-content: space-between;
}

.mod_footer_copyright_text p {
	line-height: 2;
}

.mod_footer_copyright_text p span {
	color: var(--colorfff);
	opacity: 0.5;
	font-size: 14px;
}

.mod_footer_copyright_text p a {
	color: var(--colorfff);
	opacity: 0.5;
	font-size: 14px;
	margin-left: 6px;
}

.mod_footer_copyright_list {
	display: flex;
	margin: 0 -10px;
}

.mfcl_nub a {
	position: relative;
	color: var(--colorfff);
	opacity: 0.5;
	font-size: 14px;
	line-height: 2;
	padding: 0 10px;
	transition: all 0.36s;
}

.mfcl_nub a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #E4E4E4;
	width: 1.5px;
	height: 15px;
	left: -0.75px;
}

.mfcl_nub:first-child a::before {
	display: none;
}

/* 公共底部 end */

.susta_devis_ri .slick-prev {
	display: none !important;
}

.susta_devis_ri .slick-next {
	display: none !important;
}

.home_product {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.home_brands {
	width: 100%;
	position: relative;
}

.inst-page-box-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 44px 44px;
}

.ipbu-li {
	width: 100%;
}

.ipbu-li-box {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 29px 34px 24px 30px;
	border-radius: 10px;
	border: 2px solid var(--colorfff);
	background: linear-gradient(90deg,
			#F0FDF4 0%,
			#EEF9FA 50%,
			#EFF6FF 100%);
	box-shadow: 0px 0px 40.2px 0px rgba(170, 179, 226, 0.25);
}

.ipbu-li-box-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1px solid #D8D9E1;
}

.ipbu-li-box-le {
	height: 3.2em;
	display: flex;
	align-items: center;
}

.ipbu-li-box-le p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3.2em;
	color: var(--color333);
	font-size: 20px;
	font-weight: bold;
}

.ipbu-li-box-ri {
	flex-shrink: 0;
	padding: 4px;
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 1px 3.5px 0px rgba(0, 0, 0, 0.08);
}

.ipbu-li-box-ri {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
}

.ipbu-li-box-ri img {
	width: 100%;
}

.ipbu-li-word {
	margin: 25px 0;
}

.ipbu-li-word p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h75);
}

.clul-box-le-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.cblu-lis {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 15px;
}

.cblu-lis-box {
	display: flex;
	align-items: center;
}

.cblu-lis-icon {
	width: 20px;
	flex-shrink: 0;
	font-size: 0;
	margin-right: 12px;
}

.cblu-lis-icon img {
	width: 100%;
}

.cblu-lis-box p {
	color: var(--color666);
	font-size: 14px;
	line-height: var(--l1h75);
}

.home_class {
	position: relative;
	overflow: hidden;
}

.home_class::before {
	content: '';
	background: #F6FAFF;
	width: 140.42%;
	height: 85.65%;
	position: absolute;
	transform: rotate(15deg);
	left: -71%;
	bottom: -32%;
}

.home_class::after {
	content: '';
	width: 89.6875%;
	background: #F6FAFF;
	height: 85.65%;
	transform: rotate(-21.861deg);
	position: absolute;
	bottom: -28%;
	right: -45%;
}

.home_class::before {
	transition: all .36s;
	bottom: calc(-22% - calc(12%* var(--total1)));
}

.home_class::after {
	transition: all .36s;
	bottom: calc(-18% - calc(10%* var(--total1)));
}

.home_class .ys_cont1400 {
	position: relative;
	z-index: 6;
}

.home_class_cry {
	display: flex;
	align-items: flex-end;
}

.home_class_cry_text {
	width: 54.0625%;
}

.home_class_cry_text {
	padding-bottom: var(--distance110);
	padding-top: var(--distance110);
}

.home_class_cry_text {
	position: relative;
	z-index: 3;
}

.home_class .std_title4 {
	font-weight: bold;
	margin-bottom: var(--distance50);
}

.home_class .std_text16,
.home_class .std_text16 p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h75);
	text-align: justify;
}

.home_class .std_text16 {
	padding-right: 53px;
	margin-bottom: var(--distance50);
}

.home_class_list {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.60);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	-ms-backdrop-filter: blur(12px);
	-moz-backdrop-filter: blur(12px);
	-o-backdrop-filter: blur(12px);
	padding: 20px 20px;
	display: flex;
}

.home_class_list {
	margin-top: var(--distance80);
	margin-right: -329px;
}

.home_class_list_item {
	width: 25%;
	position: relative;
	padding: 0 40px;
}

.hcli_num {
	color: var(--colormain);
	font-size: var(--font20);
	margin-bottom: 4px;
}

.hcli_num .scroll_num {
	font-size: var(--font40);
	line-height: var(--l1h4);
	font-weight: bold;
}

.hcli_inof {
	color: var(--color666);
	font-size: 14px;
	line-height: var(--l1h6);
}

.home_class_cry_img {
	width: 45.9375%;
}

.home_class_cry_img {
	transition: all .36s;
	transform: translateY(calc(10vh - calc(10vh* var(--total2))));
}

.hcci_core {
	margin-right: calc(800px - 50vw);
}

.hcci_core img {
	width: 100%;
}

.home_class_list_item::before {
	content: '';
	opacity: 0.2;
	background: var(--colormain);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 1px;
}

.home_class_list_item:last-child::before {
	display: none;
}

.scul-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.scul-hide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 24px 30px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
}

.scul-box .ys_imgbox_cover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	opacity: 0.2;
	background: linear-gradient(180deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

.scul-box .ys_imgbox_cover::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(0deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
	opacity: 1;
	pointer-events: none;
	z-index: 0;
}

.scul-hide-ul {
	display: flex;
	align-items: center;
	border-radius: 80px;
	border: 1px solid var(--colorfff);
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 0 4px;
	/* margin: 0 -12px; */
}

.scul-hide-ul-li {
	padding: 0 12px;
	position: relative;
}

.shul-img {
	width: 16px;
}

.shul-img img {
	width: 100%;
}

.scul-hide-ul-li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 50%;
	background: var(--colorfff);
}

.scul-hide-bot-word,
.scul-hide-bot-word p {
	font-size: 18px;
	line-height: var(--l1h75);
}

.scul-hide-bot-word p {
	color: var(--colorfff);
	line-height: var(--l1h6);
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.56s;
}

.mod-call {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.mod-call .ys_cont1400 {
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	padding-left: 77px;
	padding-right: 77px;
}

.mod-call-cry {
	width: 100%;
	border-radius: 10px;
	background: var(--colorfff);
	position: relative;
	padding: var(--distance80) 10px calc(var(--distance80) - 10px);
	overflow: hidden;
}

.mod-call-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 700px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 6;
}

.mod-call-text .std_title4 {
	font-weight: bold;
	text-align: center;
}

.mod-call-text .std_btn1 {
	margin-top: var(--distance50);
	background: var(--colormain);
}

.mod-call-text .std_btn1 p {
	color: var(--colorfff);
}

.mod-call-text .std_btn1 .std_btn_icon img:first-child {
	opacity: 0;
}

.mod-call-text .std_btn1 .std_btn_icon img:last-child {
	opacity: 1;
}

.creat-stren-wrap {
	display: flex;
	align-items: stretch;
}

.creat-stren-le {
	width: 49%;
	border-radius: 10px;
	overflow: hidden;
}

.creat-stren-le img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.creat-stren-ri {
	width: 51%;
	padding-left: 36px;
}

.creat-stren-ri-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	height: 100%;
}

.csru-li {
	width: 50%;
	padding: 0 10px;
	height: calc(50% - 10px);
	margin-bottom: 20px;
}

.csru-li-box {
	height: 100%;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	border-bottom: solid 3px transparent;
	transition: all .4s;
	box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.csru-li-word {
	margin-bottom: 4px;
}

.csru-li-word p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h5);
}

.cjul-box-top {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.cjul-box-icon {
	width: 40px;
	flex-shrink: 0;
	font-size: 0;
	margin-right: 20px;
}

.cjul-box-icon img {
	width: 100%;
}

.cjul-box-top p {
	color: var(--color333);
	font-size: 18px;
	font-weight: 700;
	line-height: var(--l1h5);
}

.Sustainability {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.Sustainability-ul {
	margin: 0 -20px;
}

.Sustainability-ul li {
	width: 25%;
	padding: 0 20px;
	float: left;
}

.Sustainability-ul .ncii-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 10px;
	background: #F9FAFB;
	padding: 18px 30px 27px;
}

.Sustainability-ul .ys_imgbox_cover {
	border-radius: 10px;
}

.Sustainability-ul .ncii-link-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.kcxfzwen01 {
	color: var(--color333);
	font-size: 18px;
	font-weight: 700;
	line-height: var(--l1h5);
	margin-bottom: 10px;
}

.kcxfzwen02 {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h5);
	margin-bottom: 20px;
	text-align: center;
	height: 3.2em;
}

.kcxfzwen03 {
	width: 100%;
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 18px 30px 27px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.kcxfzwen0301 {
	font-size: var(--font40);
	line-height: var(--l1h5);
	font-weight: bold;
	margin-bottom: 4px;
}

.kcxfzwen0302 {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h5);
}

.technology_main .idlu_wrap_info p {
	padding-left: 0;
}

.technology_main .idlu_wrap_info p::after {
	display: none;
}

.creat-stren {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.mod_contact {
	position: relative;
	z-index: 5;
	padding-top: 0 !important;
	overflow: hidden;
}

.mod_contact_wrap {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.mod_contact_wrap_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 40px;
	text-align: center;
}

.mod_contact_wrap_text .std_title4 {
	color: var(--colorfff);
	font-weight: bold;
}

.mod_contact_wrap_text .gh_subtit p {
	color: var(--colorfff);
}

.mod_contact_wrap_bg {
	width: 100%;
	height: 100%;
	z-index: -1;
}

.mod_contact_wrap_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mod_contact_wrap_text .std_btn1 {
	background: var(--colorfff);
	border: 1px solid var(--colorfff);
}

.home_class .std_text16 p {
	margin-bottom: 12px;
}

.home_class .std_text16 p:last-child {
	margin-bottom: 0;
}

.report_develo {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.report_develo_cont {
	width: 100%;
}

.report_develo_btm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	padding: 25px 0;
	padding-left: 70px;
	align-items: center;
}

.report_develo_le {
	width: 50%;
	padding-right: 83px;
}

.report_develo_ri {
	position: relative;
	width: 50%;
}

.report_develo_ri .ys_imgbox_cover {
	border-radius: 10px;
	box-shadow: 0px 2.39404px 5.32008px 0px rgba(73, 126, 218, 0.03), 0px 8.04107px 17.86905px 0px rgba(73, 126, 218, 0.04), 0px 36px 80px 0px rgba(73, 126, 218, 0.08);
}

.report_develo_btm::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 76px);
	height: 100%;
	background: linear-gradient(90deg,
			#F0FDF4 0%,
			#EEF9FA 50%,
			#EFF6FF 100%);
	border-radius: 10px;
	z-index: -1;
}

.dlct_info {
	margin-top: var(--distance50);
}

.dlct_info li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 16px;
}

.dlct_info li:last-child {
	margin-bottom: 0;
}

.dlct_info li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--colormain);
	position: absolute;
	top: 8px;
	left: 0;
}

.dlct_info li:nth-of-type(1)::before {
	background: #22C55E;
}

.dlct_info li:nth-of-type(2)::before {
	background: var(--colormain);
}

.dlct_info li:nth-of-type(3)::before {
	background: #A855F7;
}

.dlct_info li:nth-of-type(4)::before {
	background: #EAB308;
}

.dlct_info li p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h5);
}

.report_develo_le_tit .std_title4 {
	font-weight: bold;
}

.gh-brand {
	width: 100%;
	position: relative;
	padding-top: 0 !important;
}

.gh-brand-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 80px 0;
}

.gh-brand-li {
	width: 100%;
}

.clul-boxs {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.clul-box-le {
	width: 46%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.clul-boxs .ys_imgbox_cover {
	width: 46%;
	border-radius: 10px;
	overflow: hidden;
}

.clul-box-le-text {
	color: #030F27;
	font-size: 24px;
	line-height: var(--l1h6);
}

.clul-box-le-word p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h75);
	margin-bottom: 25px;
}

.clul-boxs .cblu-lis-box p {
	font-size: 16px;
}

.clul-boxs .clul-box-le-ul li:first-child {
	width: 100%;
}

.clul-boxs .clul-box-le-ul li:first-child p {
	color: var(--colormain);
	font-weight: bold;
}

.clul-boxs .clul-box-le-ul {
	margin: 0;
	padding: 20px 10px 0 10px;
	border-radius: 10px;
	border: 1px solid rgb(15 91 245 / 30%);
	background: rgb(15 91 245 / 5%);
}

.std_btn9 {
	display: inline-block;
	margin-top: auto;
}

.std_btn9_box {
	display: flex;
	align-items: center;
	padding: 0 30px;
	background: var(--colormain);
	border-radius: 10px;
	transition: all .36s;
}

.std_btn9_text {
	margin-right: 16px;
}

.std_btn9_text p {
	color: var(--colorfff);
	font-size: 16px;
	line-height: 48px;
}


.std_btn9_icon {
	width: 17px;
	/* height: 17px; */
	font-size: 0;
	transform: translateX(0px);
	transition: all .36s;
}

.std_btn9_icon img {
	width: 100%;
}

.evii-link {
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
}

.evii-link-text {
	color: #030F27;
	font-size: 22px;
	font-weight: bold;
	padding-left: 35px;
}

.evii-link-icon {
	width: 170px;
}

.evii-link-icon img {
	width: 100%;
}

.clul-box-le-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

.gh-brand-li .clul-boxs01 {
	flex-direction: row-reverse;
}

.gh-brand-li .clul-boxs02 {
	flex-direction: row;
}

.clul-boxs02 .std_btn9_box {
	background: #10B981;
}

.clul-boxs02.clul-boxs .clul-box-le-ul {
	border: 1px solid rgb(16 185 129 / 30%);
	background: rgb(16 185 129 / 5%);
}

.clul-boxs02.clul-boxs .clul-box-le-ul li:first-child p {
	color: #10B981;
}

.gh-brand01 {
	width: 100%;
	position: relative;
}

.brand_main .gh_subtit {
	width: 65%;
	margin: 0 auto;
	margin-top: 16px;
}

.brand_main .gh_titbox {
	margin-bottom: 0 !important;
}

.application-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.application-link .ys_imgbox_cover {
	border-radius: 10px 10px 0 0;
}

.application-link-text {
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 4px 20px 0px rgba(11, 18, 45, 0.05);
	background: var(--colorfff);
	flex-grow: 1;
	padding: 18px 30px 27px;
	display: flex;
	flex-direction: column;
}

.application-link-tit {
	color: var(--color333);
	font-size: 18px;
	line-height: var(--l1h6);
	height: 3.2em;
	margin-bottom: 46px;
	flex-grow: 1;
	transition: all .36s;
}

.application-btn {
	display: flex;
	justify-content: flex-start;
}

.application-btn-link {
	display: flex;
	align-items: center;
}

.application-btn-more {
	color: var(--colormain);
	font-size: 16px;
	line-height: var(--l1h5);
	margin-right: 7px;
}

.application-btn-icon {
	width: 16px;
	font-size: 0;
	transition: all .36s;
}

.application-btn-icon img {
	width: 100%;
}

.news_list {
	position: relative;
	width: 100%;
}

.news_list_sec {
	overflow: hidden;
}

.news_list_ul {
	overflow: hidden;
}

.news_list_ul_li {
	width: 100%;
}

.news_list_ul_li a {
	display: flex;
	position: relative;
	padding: 50px 0 60px 0;
}

.nlul_le {
	width: 63.6%;
	padding-right: 100px;
	padding-left: 57px;
	position: relative;
}

.nlul_le_icon {
	width: 32px;
	position: absolute;
	top: 0;
	left: 0;
}

.nlul_le_icon img {
	width: 100%;
}

.nlul_le_tit {
	color: var(--color333);
	font-size: 24px;
	line-height: var(--l1h6);
	margin-bottom: 24px;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.nlul_word p {
	color: var(--color666);
	font-size: 14px;
	line-height: var(--l1h75);
	height: 5.25em;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.nlul_tab {
	display: flex;
	flex-wrap: wrap;
	margin: 29px 0 50px;
}

.nlul_tab_text {
	margin-right: 20px;
}

.nlul_tab_text p {
	color: var(--colormain);
	font-size: 14px;
	line-height: 34px;
	display: block;
	border-radius: 53px;
	background: rgba(0, 86, 255, 0.10);
	padding: 0 23px;
}

.sccu_li_btn {
	display: inline-block;
}

.nlul_ri {
	width: 36.4%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.news_list_ul_li a {
	border-bottom: solid 1px #E4E4E4;
}

.soluti-summa {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.soluti-summa-desz {
	width: 24%;
	position: absolute;
	top: 20%;
	left: 0;
	z-index: -1;
}

.soluti-summa-desz img {
	width: 100%;
}

.soluti-summa-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.soluti-summa-le {
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
}

.soluti-summa-ri {
	width: 52%;
	padding-left: 90px;
}

.soluti-summa-ri-tit h2 {
	color: #030F27;
	font-size: 24px;
	line-height: var(--l1h6);
	font-weight: bold;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.soluti-summa-ri-tit h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 3px;
	border-radius: 5px;
	background: var(--colormain);
}

.soluti-summa-ri-info {
	margin-bottom: 96px;
}

.soluti-summa-ri-info p {
	color: var(--color666);
	font-size: 16px;
	line-height: var(--l1h75);
	text-align: justify;
}

.home-about {
	width: 100%;
	position: relative;
}

.home-about-sticky {
	width: 100%;
	height: 180vh;
	position: relative;
}

.home-about-wrap {
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	top: 180px;
	left: 0;
	z-index: 1;
}

.home-about-desz {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

.home-about-desz img {
	width: 100%;
}

.home-about-video {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.home-about-video img {
	width: 100%;
}

.ys-ban-video {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

html.stick body {
	overflow: visible !important;
}

.home-about-info {
	width: 76%;
	margin: 0 auto;
	text-align: center;
	margin-top: 29px;
	margin-bottom: 40px;
}

.home-about-info p {
	color: #333;
	font-size: 22px;
	line-height: 1.5;
}

.home-about-more {
	display: flex;
	justify-content: center;
}

.home-about-more .std_btn9 {
	margin-top: 0;
}

.home-about-more .std_btn9:last-child {
	margin-left: 35px;
}

.system-monitor-ri-more {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 10;
}

.home-about-video .system-monitor-ri-more {
	left: 50%;
	transform: translateX(-50%);
}

.ybtm-link {
	display: flex;
	align-items: center;
	border-radius: 40px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 8px 10px;
	padding-left: 32px;
	transition: all 0.36s;
	cursor: pointer;
}

.ybtm-link2 {
	background: #fff;
}

.ybtm-link p {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	padding-right: 24px;
	transition: all 0.36s;
}

.ybtm-link2 p {
	color: var(--colormain);
}

.ybtm-img {
	width: 32px;
}

.home-about-video img {
	width: 100%;
}

.ybtm-link img {
	transform: scale(1) !important;
}

.ybtm-img img:nth-child(2) {
	opacity: 0;
}


@media screen and (max-width: 1950px) {
	.home-about-wrap {
		top: 80px;
	}
}



















@media screen and (min-width: 1200px) {

	.header_nav_grade_main li a:hover,
	.header_nav_grade2_title2 a:hover {
		color: var(--colormain);
	}

	.nici_link:hover {
		background: var(--colorfff);
		box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
	}

	.nici_link:hover::before {
		width: 100%;
		opacity: 1;
	}

	.nici_link:hover .nrii_link_btn {
		color: var(--colormain);
	}

	.nici_link:hover::after {
		opacity: 0;
	}

	.newsdt_right li a:hover .std_text1 p {
		color: var(--colormain);
	}

	.support_box01_ul_li a:hover::after {
		opacity: 1;
	}

	.std_btn1:hover {
		background: var(--colormain);
	}

	.std_btn1:hover p {
		color: var(--colorfff);
	}

	.std_btn1:hover .std_btn_icon img:first-child,
	.std_btn2:hover .std_btn_icon img:first-child {
		opacity: 0;
	}

	.std_btn1:hover .std_btn_icon img:last-child,
	.std_btn2:hover .std_btn_icon img:last-child {
		opacity: 1;
	}

	.abou_qqfb_ul li .manuals_right_link:hover .manuals_right_img {
		transform: translateY(-20px);
	}

	.abou_qqfb_ul li .manuals_right_link:hover .manuals_right_text1 {
		color: var(--colormain);
	}

	.mrtb_btn a:hover {
		background: var(--colormain) !important;
		color: var(--colorfff);
	}

	.clwb-link:hover {
		background: #18197B;
		border-color: #18197B;
	}

	.clwb-link:hover::after {
		opacity: 0;
	}

	.mfin_nub_second a:hover {
		color: var(--colorfff);
		opacity: 0.5;
	}

	.mfcl_nub a:hover {
		opacity: 1;
	}

	.mod_footer_copyright_text p a:hover {
		opacity: 1;
	}

	.prodt_sect5_cont_ul li a:hover .pnlu_wrap .std_btn2_box::after {
		width: 100%;
		left: 0;
		right: auto;
	}

	.prodt_sect5_cont_ul li a:hover .pnlu_wrap .std_btn2_box p {
		color: var(--colorfff);
	}

	.prodt_sect5_cont_ul li a:hover .pnlu_wrap .std_btn2_box .std_btn2_icon img:nth-child(1) {
		opacity: 0;
	}

	.prodt_sect5_cont_ul li a:hover .pnlu_wrap .std_btn2_box .std_btn2_icon img:nth-child(2) {
		opacity: 1;
	}

	.prodt_sect5_cont_ul li a:hover .pnlu_wrap .std_btn2_box .std_btn2_icon {
		transform: rotate(45deg);
	}

	.mod-call-text .std_btn1:hover {
		background: var(--colorlv);
		border: 1px solid var(--colorlv);
	}

	.csru-li-box:hover {
		border-bottom: solid 3px var(--colormain);
	}

	.std_btn9_box:hover {
		background: rgb(15 91 245 / 60%);
	}

	.std_btn9_box:hover .std_btn9_icon {
		transform: translateX(9px);
	}

	.clul-boxs02 .std_btn9_box:hover {
		background: rgb(16 185 129 / 60%);
	}

	.application-link:hover .application-link-tit {
		color: var(--colormain);
	}

	.application-link:hover .application-btn-icon {
		transform: translateX(9px);
	}

	.news_list_ul_li a:hover .application-btn-icon {
		transform: translateX(9px);
	}

	.ybtm-link2:hover {
		background: var(--colormain) !important;
		border-color: var(--colormain) !important;
	}

	.ybtm-link2:hover p {
		color: #fff !important;
	}

	.ybtm-link:hover .ybtm-img img:nth-child(1) {
		opacity: 0;
	}

	.ybtm-link:hover .ybtm-img img:nth-child(2) {
		opacity: 1;
	}
}

.pagess {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	text-align: center;
	margin-top: 80px;
}

.pagess ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.pagess a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	margin: 0 10px;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: .3s;
}

.pagess a:hover {
	color: var(--colormain);
	background: transparent;
	border: solid 1px var(--colormain);
	transition: .3s;
}

.pagess .page-num-current {
	color: var(--colormain);
	background: transparent;
	border: solid 1px var(--colormain);
}

.pagess ul .gh_pre::before {
	content: "\e744";
	font-family: iconfont;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.pagess ul .gh_next::before {
	content: "\e743";
	font-family: iconfont;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

@media screen and (max-width: 1680px) {
	.pagess a {
		width: 36px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		margin: 0 8px;
	}
}

@media screen and (max-width: 1440px) {
	.pagess a {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		margin: 0 6px;
	}
}

@media screen and (max-width: 767px) {
	.pagess {
		margin-top: 40px;
	}

	.pagess a {
		width: 26px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
		margin: 0 4px;
	}
}