@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;
}

@font-face {
	font-family: "OPPOSans-Medium";
	src: url('../fonts/OPPOSans/OPPOSans3.0cn-Medium.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "OPPOSans-Bold";
	src: url('../fonts/OPPOSans/OPPOSans3.0En-Bold.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "OPPOSans-Regular", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea {
	font-family: "OPPOSans-Regular", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* wowpop */
.altumcode {
	--fontFamily: "OPPOSans-Regular", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* 载入 - start */
html {
	font-size: calc(0.8676470588235294rem + 0.14705882352941177vw);
}

.ys-fadeupnew {
	transform: translate3d(0px, 4rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	opacity: 0;
	transform-style: preserve-3d;
	transition: transform 1s ease, opacity .1s ease;
}

.ys-fadeupnew.fadeInup {
	transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	opacity: 1;
	transform-style: preserve-3d;
}

.fadeInUpimg {
	transition: all 0.8s !important;
	animation: fadeInUpimg 2s ease 1;
}

@keyframes fadeInUpimg {
	0% {
		transform: scale(1.5);
	}

	100% {
		transform: none;
	}
}

/* 载入 - end */

/* 规范 - start */
:root {
	/* 字号 */
	--font80: 80px;
	--font64: 64px;
	--font48: 48px;
	--font32: 32px;
	--font28: 28px;
	--font24: 24px;
	/* 段落字号 */
	--font20: 20px;
	--font18: 18px;
	--font16: 16px;
	--font14: 14px;
	/* 行高 */
	--line130: 1.3;
	--line150: 1.5;
	--line160: 1.6;
	--line165: 1.65;
	--line175: 1.75;
	--line180: 1.8;
	/* 颜色 */
	--color23: #232323;
	--color333: #333333;
	--color666: #666666;
	--color999: #999999;
	--colorfff: #FFFFFF;
	--colortit: #060606;
	--colormain1: #FF521D;
	--colormain2: #DFEFD7;
	--colormain3: #FC0028;
	--colorbj1: #F9F8F5;
	--colorbj2: #F2EFE8;
	--colorbj3: #F7F8FB;
	--colorbt: #001730;
	/* 板块间距 */
	--space0: 140px;
	--space1: 110px;
	--space2: 110px;
	--space3: 40px;
	/* 段落间距 */
	--parpspace: 10px;
	/* 圆弧 */
	--radius: 40px;
	/* 按钮 */
	--btnh1: 50px;
	/* 导航 */
	--head: 80px;
	--anchor: 50px;
	/* 大数据 */
	--data170: 170px;
	/* 格子板块 */
	--jian0: 18px;
	--jian1: -18px;
	--space50: 50px;
	/* 字体 */
	--familyM: "OPPOSans-Medium";
	--familyB: "OPPOSans-Bold";
}

.std-h1 {
	font-size: var(--font80);
	color: var(--color333);
	line-height: var(--line130);
}

.std-h2,
.yxedr-active h2 {
	font-size: var(--font64);
	color: var(--color333);
	line-height: var(--line130);
}

.std-h3,
.yxedr-active h3 {
	font-size: var(--font48);
	color: var(--color333);
	line-height: var(--line130);
}

.std-h4,
.yxedr-active h4 {
	font-size: var(--font32);
	color: var(--color333);
	line-height: var(--line150);
}

.std-h5,
.yxedr-active h5 {
	font-size: var(--font28);
	color: var(--color333);
	line-height: var(--line150);
}

.std-h6,
.yxedr-active h6 {
	font-size: var(--font24);
	color: var(--color333);
	line-height: var(--line150);
}

.std-text1,
.std-text1 p {
	font-size: var(--font20);
	color: var(--color666);
	line-height: var(--line150);
}

.std-text2,
.std-text2 p {
	font-size: var(--font16);
	color: var(--color666);
	line-height: var(--line165);
}

.std-text3,
.std-text3 p {
	font-size: var(--font14);
	color: var(--color666);
	line-height: var(--line165);
}

.yxedr-active p {
	font-size: var(--font16);
	color: var(--color666);
	line-height: var(--line165);
	margin-bottom: 20px;
}

.std-margin {
	margin-top: var(--space1);
}

.std-margin1 {
	margin-bottom: var(--space2);
}

.std-margin2 {
	margin-bottom: var(--space3);
}

.std-padding {
	padding-top: var(--space1);
}

.std-padding0 {
	padding: var(--space1) 0;
}

.std-padding1 {
	padding-bottom: var(--space2);
}

.std-padding2 {
	padding-bottom: var(--space3);
}

.std-margin-sub1 {
	margin-bottom: 40px;
}

.home-std-padding {
	padding-bottom: var(--space0)
}

.yxedr-active h2,
.yxedr-active h3,
.yxedr-active h4,
.yxedr-active h5,
.yxedr-active h6,
.std-text1 p,
.std-text2 p,
.std-text3 p {
	margin-bottom: var(--parpspace);
}

/* 规范 -end */

.color-bj {
	background: #F8F8F8;
}

.std-btn1 {
	display: inline-block;
	--btnw: 150px;
	--move30: 30px;
	--moveicon: calc(54px - var(--btnw));
}

.std-btn1-box {
	display: flex;
	align-items: center;
	height: var(--btnh1);
	padding: 6px 9px;
	background: var(--colorbt);
	border-radius: calc(var(--btnh1) / 2);
	position: relative;
	transition: all .6s;
	width: var(--btnw);
	overflow: hidden;
}

.gh-btn1 .std-btn1-box {
	background: transparent;
	border: 1px solid var(--colorbt);
}

.std-btn1-box p {
	font-size: var(--font16);
	line-height: var(--line165);
	color: var(--colorfff);
	transition: all .6s;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 26px;
	opacity: 1;
	white-space: nowrap;
}

.gh-btn1 .std-btn1-box p {
	color: var(--color23);
}

.std-btn1-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--colorfff);
	position: absolute;
	font-size: 0;
	flex-shrink: 0;
	z-index: 2;
	transition: all .6s;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
}

.gh-btn1 .std-btn1-icon {
	background: var(--colorbt);
}

.std-btn1-icon img {
	width: 66.666667%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform: all .6s;
}

.std-btn1-icon img:nth-child(2) {
	opacity: 0;
}

.gh-btn1 .std-btn1-icon img:nth-child(1) {
	opacity: 0;
}

.gh-btn1 .std-btn1-icon img:nth-child(2) {
	opacity: 1;
}

.ys-hd-pc {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--colorfff);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.36s ease;
}

.home-main .ys-hd-pc {
	background: transparent;
}

.home-main .ys-hd-pc.isfixed {
	background: var(--colorbj1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.ys-hd-pc::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
	transition: all 0.36s;
}

.head-cont {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.head-logo,
.head-logo a {
	line-height: var(--head);
}

.head-logo a {
	display: block;
	width: 100%;
}

.head-logo-cover {
	position: relative;
	overflow: visible;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.head-logo-cover img:nth-child(1) {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	transition: all .36s;
}

.head-logo-cover img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	transition: all .36s;
}

.head-right {
	display: flex;
}

.head-nav {
	display: flex;
	margin-right: 36px;
}

.head-nav-item {
	position: relative;
}

.head-nav-item-cont {
	position: relative;
}

.head-nav-item-title {
	padding: 0 20px;
	display: flex;
	align-items: center;
	margin-top: 21px;
	border-radius: var(--radius);
}

.head-nav-item-title .std-text2 {
	line-height: 38px;
	padding-right: 8px;
}

.hnit-icon {
	width: 14px;
	height: 14px;
	position: relative;
}

.head-nav-item-title img {
	width: 14px;
}

.mod-cover img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.36s;
	max-width: inherit;
}

.mod-cover img:nth-child(2) {
	opacity: 0;
}

.head-nav-item-down {
	border-radius: 20px;
	padding: 28px 28px 15px;
}

.head-nav-item.on .head-nav-item-down {
	display: block;
}

.hnid-left-li-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 28px;
	border-radius: 10px;
}

.hlll-left .std-text2,
.hnid-left-li-link .std-text2 {
	color: var(--color333);
	white-space: nowrap;
	padding-right: 40px;
}

.hnid-left-li-link img {
	width: 18px;
	transform: translateX(-10px);
	opacity: 0;
}

.head-nav-item.on .hnid-left-li,
.head-nav-item.on .hnid-mid-li {
	animation: nav .5s both normal cubic-bezier(.645, .045, .355, 1) calc(30ms * var(--item-number));
}

@keyframes nav {
	0% {
		opacity: 0;
		transform: translateY(40px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}


.head-nav-item.on .head-nav-item-title {
	background: var(--colorbj2);
}

.head-nav-item-title,
.hnid-left-li-link,
.hnid-left-li-link img {
	transition: all 0.36s;
}

.std-btn8 {
	display: inline-block;
	position: relative;
}

.head-right .std-btn8 {
	margin-top: 21px;
}

.std-btn8-box {
	z-index: 2;
	border-radius: 25px;
	padding: 5px 24px;
	position: relative;
	display: block;
	transition: all .6s;
}

.std-btn8-box::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: solid 2px transparent;
	border-radius: 25px;
	transition: all .6s;
	transform-origin: 50% 50%;
}

.std-btn8-box p {
	font-size: var(--font16);
	line-height: var(--line175);
	color: var(--colorfff);
	transition: all .6s;
}

.std-btn8-box::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: var(--colorbt);
	transition: all .6s;
	opacity: 1;
	z-index: -1;
	border-radius: 25px;
	transform-origin: 50% 50%;
}

.head-search {
	position: relative;
	margin-left: 36px;
}

.head-search-icon {
	width: 32px;
	height: var(--head);
	cursor: pointer;
	text-align: center;
	display: flex;
	align-items: center;
}

.head-search-icon-search {
	width: 16px;
	height: 16px;
	position: relative;
	margin: auto;
}

.head-search-icon img {
	width: 16px;
}

.head-search-pull {
	position: fixed;
	top: var(--head);
	left: 0;
	width: 100%;
	background: var(--colorbj1);
	height: 0;
	overflow: hidden;
	transition: height 200ms cubic-bezier(.4, 0, .6, 1);
}

.head-search-pull {
	box-shadow: 0 10px 18px 3px rgb(0 0 0 / 4%);
}

.head-search-pull-wrap {
	max-width: 1024px;
	margin: auto;
	padding: 100px 22px 80px;
}

.hspw-tp {
	display: flex;
	align-items: center;
	border-bottom: 2px solid var(--color666);
}

.hspw-tp-icon {
	width: 26px;
	cursor: pointer;
}

.hspw-tp-icon img {
	width: 100%;
}

.hspw-tp-input {
	width: calc(100% - 32px - 32px);
	height: 40px;
	padding-left: 5px;
}

.hspw-tp-input input {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	font-size: 20px;
	font-family: var(--familyB);
	color: var(--color333);
}

.hspw-tp-close {
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
}

.hspw-tp-close-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgb(110, 110, 115);
	position: relative;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	transition: opacity .32s cubic-bezier(.4, 0, .6, 1), fill .32s cubic-bezier(.4, 0, .6, 1), visibility .32s step-end;
}

.hspw-tp-close.active .hspw-tp-close-btn {
	opacity: 1;
	visibility: visible;
	transition: opacity .32s cubic-bezier(.4, 0, .6, 1), fill .32s cubic-bezier(.4, 0, .6, 1), visibility .32s step-start;
}

.hspw-tp-close-btn img {
	width: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hspw-bt {
	margin-top: 32px;
}

.hspw-bt-parga {
	margin-bottom: 20px;
}

.hspw-bt-parga p {
	font-size: 14px;
	line-height: var(--line175);
	transition: all 0.36s;
	color: var(--color999);
}

.hspw-bt-list li {
	margin-bottom: 5px;
}

.hspw-bt-list a {
	font-size: 14px;
	display: flex;
	line-height: var(--line175);
	transition: all 0.36s;
	color: var(--color23);
}

.hspw-bt-list li img {
	width: 20px;
}

.hspw-bt-list li p {
	font-size: var(--font14);
	color: var(--color333);
	line-height: var(--line150);
	padding-left: 10px;
}

.head-change {
	margin: 0 36px;
}

.head-tel {
	color: var(--color333);
	font-size: 18px;
	line-height: var(--head);
}

@keyframes globalnav-search-input-intro {
	0% {
		opacity: 0;
		transform: translateY(-4px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.head-search.act .hspw-tp {
	animation: globalnav-search-input-intro .24s cubic-bezier(.4, 0, .6, 1) .2s both;
}

.head-search.act .hspw-bt-parga {
	animation: globalnav-search-input-intro .32s both normal cubic-bezier(.4, 0, .6, 1) .2s;
}

.head-search.act .hspw-bt-list li {
	animation: globalnav-search-input-intro .32s both normal cubic-bezier(.4, 0, .6, 1) calc(.2s + 50ms * var(--item-number));
}

.search-bg {
	background: rgba(232, 232, 237, .4);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	visibility: hidden;
	position: fixed;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: opacity .32s cubic-bezier(.4, 0, .6, 1) 80ms, visibility .32s step-end 80ms;
}

.search-bg.active {
	opacity: 1;
	visibility: visible;
	transition: opacity .32s cubic-bezier(.4, 0, .6, 1) 80ms, visibility .32s step-start 80ms;
}

.ys-banner {
	position: relative;
	overflow: hidden;
}

.ys-ban-slick .slick-arrow {
	width: 64px;
	height: 64px;
	background-size: 100% 100% !important;
	z-index: 10;
}

.ys-ban-slick .slick-prev {
	background: url(../img/syarr1.svg);
	left: 60px;
}

.ys-ban-slick .slick-next {
	background: url(../img/syarr2.svg);
	right: 60px;
}

.ys-ban-li:not(:first-child) {
	display: none;
}

.ys-ban-slick .slick-dots {
	bottom: 25px;
}

.ys-ban-slick .slick-dots li {
	width: 200px;
	height: 2px;
	opacity: 0.4;
	background: var(--colorfff);
	border-radius: 0;
}

.ys-ban-slick .slick-dots li.slick-active {
	opacity: 1;
	background: var(--colorfff);
}

.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:last-child:after {
	display: none;
}

.ys-ban-slick .slick-prev::before,
.ys-ban-slick .slick-next::before {
	display: none;
}

.slick-dots li {
	width: 200px;
	height: 2px;
	opacity: 1;
	background: #CCCCCC;
	border-radius: 0;
}

.slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: var(--colormain1);
	border-radius: 50%;
	right: -7px;
}

.slick-dots li:last-child:after {
	display: none;
}

.slick-dots li.slick-active {
	background: var(--colormain1);
}

.home-partners {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home-partners-top .std-h6 {
	text-align: center;
	color: var(--colormain1);
}

.home-partners-btm {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-bottom: 50px;
}

.home-partners-btm-wrap {
	width: 100%;
	margin: 10px 0;
	display: flex;
	overflow: hidden;
}

@keyframes donghua {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.hpbw-wrap {
	animation: donghua 80s linear infinite;
	display: flex;
	flex: none;
}

.hpbw-wrap-li {
	width: 300px;
	padding: 0 40px;
	position: relative;
}

.hpbw-wrap-li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 60px;
	background: rgba(51, 51, 51, 0.2);
}

.home-partners .hpbw-wrap-li img {
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(0);
	transition: all 0.36s;
}

.home-partners-subhea {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.home-partners-subhea-info {
	border: 1px solid var(--color999);
	border-radius: 80px;
	padding: 8px 32px;
	background: var(--colorfff);
}

.home-partners-subhea-info p {
	color: var(--color999);
	line-height: var(--line180);
	margin-bottom: 0;
}

.home-partners-subhea::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: var(--color999);
	z-index: -1;
}

.home-news {
	width: 100%;
	position: relative;
}

.gh-top-title {
	text-align: center;
}

.gh-top-title .std-h3 {
	color: var(--color333);
}

.home-news .new-sec-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 var(--jian1) calc(var(--space50)* -1);
}

.home-news .new-sec-ul-li {
	width: 33.333333%;
	padding: 0 var(--jian0);
	margin-bottom: var(--space50);
}

.home-news-btm .new-sec-ul-li {
	display: none;
}

.home-news-btm .new-sec-ul-li:first-child {
	display: block;
}

.nsul-link {
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 8px 29px 0px rgba(0, 33, 67, 0.06);
	display: flex;
	flex-direction: column;
}

.home-news .nsul-link {
	box-shadow: 0px 0px 12px 0px rgba(0, 33, 67, 0.06);
}

.nsul-link-below {
	padding: 24px 40px;
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-direction: column;
}

.nsul-link-below-time {
	width: 100%;
	color: var(--color666);
	font-size: var(--font16);
	line-height: var(--line165);
	margin-bottom: 8px;
}

.nsul-link-below-tit {
	color: var(--colortit);
	font-size: var(--font18);
	line-height: var(--line175);
	margin-bottom: 45px;
	flex-grow: 1;
	width: 100%;
	height: 3.6em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}

.nsul-link-below-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.hatm-link {
	display: flex;
	align-items: center;
}

.nsul-link-below-cont .hatm-link {
	margin-right: 15px;
}

.hatm-link p {
	color: var(--color666);
	padding-right: 8px;
	margin-bottom: 0;
	transition: all 0.36s;
}

.hatm-link svg {
	width: 8px;
}

.hatm-link path {
	transition: all 0.36s;
}

.slick-prev,
.slick-next {
	width: 48px;
	height: 48px;
}

.slick-prev {
	left: -100px;
}

.slick-next {
	right: -100px;
}

.slick-prev::before {
	content: "";
	background: url(../img/button01.svg) no-repeat;
	background-size: contain;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: all 0.36s ease-in-out;
	opacity: 0.5;
}

.slick-next::before {
	content: "";
	background: url(../img/button02.svg) no-repeat;
	background-size: contain;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: all 0.36s ease-in-out;
	opacity: 0.5;
}

.mod-fllow {
	text-align: center;
	position: relative;
}

.mod-fllow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: calc(50% - 75px);
	height: 1px;
	background: #CDCBC8;
}

.mod-fllow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: calc(50% - 75px);
	height: 1px;
	background: #CDCBC8;
}

/* 内页banner start */
.gh-banner {
	position: relative;
	width: 100%;
	z-index: 5;
	padding-top: var(--head);
}

.gh-ban-li {
	position: relative;
	overflow: hidden;
}

.gh-ban-imgbox {
	position: relative;
	z-index: 1;
}

.gh-ban-imgbox::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.gh-ban-imgbox::before {
	width: 55%;
	background: linear-gradient(90deg, rgba(0, 27, 54, 0.60) 0%, rgba(0, 92, 160, 0) 100%);
}

.gh-ban-ph {
	display: none;
}

.gh-ban-imgbox img {
	width: 100%;
}

.gh-ban-txtbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.gh-ban-txtbox .std-h3 {
	color: var(--colorfff);
	line-height: 1.2;
	font-family: var(--familyB);
	text-align: left;
}

.gh-banner-info {
	width: 660px;
	margin-top: 32px;
}

.gh-banner-info p {
	color: var(--colorfff);
}

.mod-bread {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	z-index: 20;
}

.mod-bread-ul {
	display: flex;
	align-items: center;
}

.mod-bread-li {
	padding-left: 40px;
	position: relative;
}

.mod-bread-li:first-child {
	padding-left: 0;
}

.mod-bread-li a {
	font-size: 14px;
	line-height: var(--line180);
	color: var(--colorfff);
}

.mod-bread-li svg {
	width: 24px;
}

.mod-bread-li:first-child svg {
	margin-top: 4px;
}

.mod-bread-li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 1px;
	height: 14px;
	background: #fff;
}

.mod-bread-li:first-child::after {
	display: none;
}

/* 内页banner end */

.news-list {
	width: 100%;
	position: relative;
}

.news-list-ul,
.case-list-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 44px 48px;
}

.news-list-li,
.case-list-li {
	width: 100%;
}

.hnbs-li-wrap {
	width: 100%;
	position: relative;
	display: block;
}

.hnbs-li-wrap .ys-imgbox-cover {
	border-radius: 10px;
}

.hnbs-li-wrap-btm {
	width: 100%;
	margin-top: 12px;
	border-bottom: 1px solid rgba(24, 25, 123, 0.2);
	padding-bottom: 20px;
}

.hlwb-btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nrlw-ri-btm-le {
	display: flex;
}

.nrbl-li {
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.nrbl-icon {
	width: 16px;
}

.nrbl-icon img {
	transform: scale(1) !important;
}

.nrbl-icon img:nth-child(2) {
	opacity: 0;
}

.nrbl-info {
	padding-left: 8px;
}

.nrbl-info p {
	color: #8E8E8E;
	line-height: 1.6;
	font-size: 14px;
	transition: all 0.36s;
}

.hlwb-btm-ri {
	width: 36px;
}

.hlwb-btm-ri img {
	transform: scale(1) !important;
}

.hlwb-btm-ri img:nth-child(2) {
	opacity: 0;
}

.hnbs-li-wrap::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 1px;
	background: var(--colormain1);
	transition: all 0.6s;
	opacity: 0;
}

.neiyepart {
	position: relative;
	width: 100%;
}

.new-banner-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	margin-bottom: 80px;
	justify-content: center;
}

.new-banner-ul-li {
	width: 12.5%;
	padding: 0 10px;
}

.nbul-cont {
	display: flex;
	width: 100%;
}

.nbul-cont p {
	color: var(--color666);
	font-size: var(--font16);
	line-height: var(--line175);
	background-color: rgba(244, 244, 244, 1);
	border-radius: 80px;
	padding: 8px 20px;
	width: 100%;
	text-align: center;
	transition: all 0.36s;
}

.new-banner-ul-li.act .nbul-cont p {
	color: var(--colorfff);
	background-color: var(--colormain1);
}

.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%;
}

.clbu-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	background: #FFF;
	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;
	margin-bottom: 24px;
}

.clbu-wrap-top-le {
	align-items: center;
	display: flex;
}

.clbu-wrap-top img {
	width: 32px;
}

.clbu-wrap-top p {
	color: var(--color999);
	line-height: var(--line180);
	padding-left: 16px;
	margin-bottom: 0;
}

.clbu-wrap-btm {
	margin-bottom: 10px;
}

.clbu-wrap-btm .std-h6 {
	color: var(--colormain1);
}

.clbu-wrap-top-ri {
	display: flex;
	align-items: center;
	flex: none;
}

.clbu-wrap-top-ri p {
	color: var(--color999);
	line-height: var(--line180);
	padding-right: 8px;
}

.clbu-wrap-top-ri img {
	width: 24px;
}

.mod-fot-btm-ri {
	display: flex;
}

.mfbr-li {
	position: relative;
	margin-left: 40px;
}

.clbu-wrap-btm .mfbr-li:first-child {
	margin-left: 0;
}

.mfbr-li-icon {
	width: 32px;
	cursor: pointer;
}

.mfbr-li-code {
	width: 120px;
	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%;
}

.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-wrap {
	width: 100%;
}

.contant-form .gh-top-title .std-h3 {
	color: var(--colorfff);
}

.cfbs-li {
	width: 100%;
	border-radius: 10px;
	background: var(--colorfff);
	padding: 50px 60px;
	box-shadow: 0px 36px 80px 0px rgba(52, 128, 225, 0.08), 0px 8.041px 17.869px 0px rgba(52, 128, 225, 0.04), 0px 2.394px 5.32px 0px rgba(52, 128, 225, 0.03);
}

.cfbs-ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.cfbs-ul-li {
	width: 33.333333%;
	padding: 0 20px;
	margin-bottom: 30px;
}

.cfbs-ul-label {
	display: flex;
	align-items: center;
	border: 1px solid;
	border-radius: 80px;
	border: 1px solid rgba(75, 89, 107, 0.20);
	padding: 0 24px;
}

.cfbs-ul-label {
	position: relative;
}

.cfbs-ul-label p {
	color: var(--color999);
	font-size: 14px;
	line-height: var(--line180);
	flex: none;
}

.cfbs-ul-label p span {
	color: var(--colormain1);
}

.cfbs-ul-label input {
	height: 38px;
	font-size: 14px;
	color: var(--color999);
	padding-left: 15px;
	width: 100%;
}

.cfbs-scene {
	width: 100%;
}

.cfbs-scene-li {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.cfbs-scene-li-text {
	width: 100%;
	height: 116px;
	border-radius: 10px;
	border: 1px solid rgba(51, 51, 51, 0.20);
}

.cfbs-scene-li-text textarea {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: var(--line180);
	color: var(--color999);
	padding: 14px 24px;
}

.cfbs-scene-li6-wrap {
	display: flex;
	align-items: flex-end;
}

.cslw-le {
	width: 50%;
	padding-right: 40px;
}

.cslw-code {
	width: 118px;
}

.cslw-code img {
	width: 100%;
	cursor: pointer;
}

.cslw-ri {
	width: 50%;
	padding-left: 40px;
}

.cslw-ri-sumit {
	color: var(--colorfff);
	font-size: 14px;
	line-height: 40px;
	border-radius: 40px;
	background: var(--colormain1);
	text-align: center;
	height: 40px;
	cursor: pointer;
	padding: 0 10px;
	transition: all 0.36s;
}

.cfbs-scene-li7-wrap {
	display: flex;
	align-items: center;
}

.cslr-le {
	width: 16px;
	height: 16px;
	border: 1px solid var(--color999);
	border-radius: 50%;
	position: relative;
	transition: all 0.36s;
	margin-top: 2px;
	cursor: pointer;
}

.cslr-le {
	flex-shrink: 0;
}

.cslr-le.on {
	border-color: var(--colormain3);
}

.cslr-le::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: var(--colormain3);
	transition: all 0.36s;
	border-radius: 50%;
	opacity: 1;
}

.cslr-ri {
	padding-left: 16px;
}

.cslr-ri p {
	font-size: 14px;
	line-height: var(--line150);
	color: var(--color999);
}

.cslr-ri a {
	color: var(--colormain1);
}

.detail-cont {
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: var(--colorbj3);
}

.detail-btm {
	width: 100%;
	border-radius: 40px;
	background: var(--colorfff);
	box-shadow: 0px 16px 20px 0px rgba(3, 0, 112, 0.05);
	padding: 50px 100px 60px;
}

.detail-btm-tit {
	width: 100%;
	border-bottom: 1px solid rgba(24, 25, 123, 0.2);
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.detail-btm-tit-info {
	margin-bottom: 20px;
}

.detail-btm-tit-info .std-h4 {
	color: var(--color23);
	text-align: center;
	line-height: var(--line130);
}

.detail-btm-tit-able {
	display: flex;
	justify-content: center;
}

.dbta-li {
	display: flex;
	align-items: center;
	margin: 0 20px;
}

.dbta-li img {
	width: 16px;
	margin-bottom: 2px;
}

.dbta-li p {
	color: var(--colormain1);
	line-height: var(--line160);
	font-size: 14px;
	padding-left: 8px;
}

.detail-btm-info p {
	text-align: justify;
}

.detail-btm-info p img {
	border-radius: 10px;
}

.detail-btm-info p:last-child {
	margin-bottom: 0;
}

.detail-change {
	width: 100%;
	position: relative;
	margin-top: 60px;
	border-radius: 80px;
	border: 1px solid rgba(139, 132, 132, 0.10);
	background: var(--colorfff);
	padding: 2px 3px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 16px 20px 0px rgba(3, 0, 112, 0.05);
}

.detail-change-btn-link {
	display: flex;
	align-items: center;
	padding: 10px 26px;
	border-radius: 80px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.detail-change-ri .detail-change-btn-link {
	flex-direction: row-reverse;
}

.dcbl-le path {
	transition: all 0.36s;
}

.dcbl-ri {
	padding-left: 16px;
}

.dcbl-ri p {
	font-size: 16px;
	line-height: var(--line160);
	color: var(--color666);
	transition: all 0.36s;
}

.detail-change-btn-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.36s;
	opacity: 0;
	background: linear-gradient(268deg, #6264FF 1.53%, #2A2CD6 40.03%, #1719C2 74.06%, #181980 103.11%);
}

.detail-change-ri .dcbl-le svg {
	transform: rotateY(180deg);
}

.detail-change-ri .dcbl-ri {
	padding-right: 16px;
	padding-left: 0;
}

.detail-change-bshear {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.detail-top-ri-ul {
	display: flex;
}

.dtru-li {
	position: relative;
	margin-right: 20px;
}

.dtru-li:last-child {
	margin-right: 0;
}

.case-list {
	width: 100%;
	position: relative;
}

.nici-link {
	border-radius: 10px;
	padding: 23px 21px 0;
	display: flex;
	flex-direction: column;
	transition: all 0.36s ease;
	position: relative;
	overflow: hidden;
}

.nici-link::before {
	content: '';
	height: 4px;
	width: 0;
	background: var(--colormain1);
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.36s ease;
	z-index: 3;
}

.nici-link::after {
	border: 1px solid rgba(24, 25, 123, 0.2);
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: all 0.36s ease;
	content: '';
	border-radius: 10px;
}

.nici-link .ys-imgbox-cover {
	width: 100%;
}

.nici-link-text {
	width: 100%;
	border-bottom: 1px solid rgba(24, 25, 123, 0.2);
	padding-top: 23px;
	padding-bottom: 13px;
}

.nici-link-text .case-title {
	color: var(--color333);
	font-size: var(--font18);
	line-height: var(--line175);
	flex-grow: 1;
	width: 100%;
	height: 4.8em;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s;
}

.nici-link-text .std-text2 {
	color: var(--color999);
	line-height: var(--line175);
}

.nici-link .nrii-link-btn {
	color: #5A5A5A;
	padding-top: 25px;
	padding-bottom: 29px;
	transition: all 0.36s ease;
}

.neiyepage {
	background: var(--colorfff);
	position: sticky;
	top: calc(var(--head) - 1px);
	z-index: 30;
}

.neiyepage::before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #E0E2EA;
}

.anchor-inof {
	display: flex;
	justify-content: center;
}

.anchor-inof-nub {
	padding: 0 60px;
}

.anchor-inof-nub-link {
	display: block;
	padding: 0 24px;
	position: relative;
}

.anchor-inof-nub-link::before {
	content: '';
	position: absolute;
	background: var(--colormain1);
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	opacity: 0;
	transition: all 0.36s ease;
}

.anchor-inof-nub-link .std-text2 {
	color: var(--color333);
	line-height: var(--head);
	transition: all 0.36s ease;
}

.company-lead {
	width: 100%;
	position: relative;
}

.company-lead-top {
	width: 100%;
	text-align: center;
	padding-left: 140px;
	padding-right: 140px;
}

.home-about-video {
	width: 100%;
	position: relative;
	border-radius: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.home-about-video img {
	width: 100%;
}

.system-monitor-ri-more {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.ybtm-link {
	display: flex;
	align-items: center;
	border-radius: 40px;
	border: 1px solid var(--colorfff);
	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: var(--colorfff);
}

.ybtm-link p {
	color: var(--colormain1);
	line-height: var(--line180);
	padding-right: 24px;
	margin-bottom: 0;
	transition: all 0.36s;
}

.ybtm-img {
	width: 32px;
}

.ybtm-link img {
	width: 100%;
	transform: scale(1) !important;
}

.ybtm-img img:nth-child(2) {
	opacity: 0;
}

.company-lead-top-subin {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 50px;
	margin-bottom: 60px;
}

.company-lead-top-subin p {
	color: var(--color333);
	line-height: var(--line180);
}

.home-about-ul {
	display: flex;
	/* flex-wrap: wrap; */
}

.home-about-ul-li {
	width: 25%;
	text-align: center;
}

.haul-top p {
	color: var(--colormain1);
}

.haul-top p span {
	color: var(--colormain1);
}

.haul-btm p {
	color: var(--color999);
	line-height: var(--line160);
	margin-bottom: 0;
}

.gh-top-info p {
	color: var(--colormain1);
	line-height: var(--line150);
}

.company-lead .gh-top-info {
	padding: 0 65px;
}

.about-culture .gh-top-title .std-h3 {
	color: var(--colorfff);
}

.about-culture-ul {
	display: flex;
	justify-content: space-between;
	margin: 0 -18px;
}

.about-culture-ul-li {
	width: 33.333333%;
	height: auto;
	padding: 0 18px;
}

.acul-box {
	height: 100%;
	display: block;
	border-radius: 20px;
	border: 1px solid var(--colorfff);
	padding: 62px 20px 68px;
	transition: all 0.36s;
}

.acul-icon {
	width: 90px;
	margin: 0 auto;
	position: relative;
}

.acul-icon img {
	width: 100%;
	transition: all 0.36s;
}

.acul-icon img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.acul-tit {
	color: var(--colorfff);
	text-align: center;
	padding-top: 42px;
	transition: all 0.36s;
}

.acul-text p {
	color: var(--colorfff);
	font-size: 18px;
	line-height: var(--line150);
	text-align: center;
	padding-top: 16px;
	transition: all 0.36s;
}

.about-culture {
	width: 100%;
	position: relative;
}


.company-quali {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.company-quali-slick {
	margin: 0 -14px;
}

.ys-slick .slick-track {
	margin: 0;
}

.company-quali-slick-li {
	width: 25%;
	padding: 0 14px;
}

.company-quali-slick-li .ys-imgbox-cover {
	border-radius: 16px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	overflow: hidden;
}

.company-quali-slick-li .std-text2 {
	margin-top: 26px;
}

.company-quali-slick-li p {
	text-align: center;
	margin-bottom: 0;
}

.company-quali-slick .slick-list {
	padding-bottom: 60px;
}

.about-page .home-partners.std-padding0 {
	padding-top: 0;
}

.detail-main {
	position: relative;
	z-index: 6;
	overflow: visible;
}

.detail-main .ys-cont1440 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.detail-main-le {
	width: 66%;
}

.detail-main-le-time {
	display: flex;
	align-items: center;
	margin-bottom: 0.24rem;
}

.detail-main-le-time img {
	width: 20px;
}

.detail-main-le-time p {
	padding-left: 8px;
	font-size: var(--font14);
	line-height: var(--line180);
	color: var(--color666);
}

.detail-main-le-tit {
	color: var(--color333);
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-main-le-text p {
	text-align: justify;
}

.detail-main-le-text p:last-child {
	margin-bottom: 0;
}

.detail-main-le-share {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detail-main-le-ul {
	display: flex;
	flex-wrap: wrap;
}

.dmlu-li {
	width: 100%;
	margin-bottom: 15px;
}

.dmlu-li:last-child {
	margin-bottom: 0;
}

.dmlu-li-link {
	font-size: 16px;
	line-height: var(--line175);
	color: var(--color666);
	display: block;
	width: 100%;
	padding: 10px 26px;
	background-color: rgba(230, 230, 230, 1);
	border-radius: 8px;
}

.detail-main-ri {
	width: 25.5%;
	position: sticky;
	top: calc(var(--head) + 20px);
	padding-bottom: 20px;
}

.detail-main-ri-tit {
	margin-bottom: 35px;
}

.detail-main-ri-ul {
	display: flex;
	flex-wrap: wrap;
}

.dmru-li {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dmru-li-link {
	padding: 24px 0;
	display: block;
	width: 100%;
}

.dmru-li-link-tit {
	font-size: 16px;
	line-height: var(--line160);
	color: rgba(41, 45, 50, 1);
	margin-bottom: 25px;
	max-height: 3.6em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: all 0.36s ease;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: rgba(51, 51, 51, 0);
	text-align: justify;
}

.dmru-li-link-time {
	font-size: 14px;
	line-height: var(--line180);
	color: rgba(41, 45, 50, 0.6);
}

.detail-main-le-text p img {
	border-radius: 10px;
}

.ys-footer {
	position: relative;
	z-index: 10;
	overflow: hidden;
	background: var(--color23);
	padding-top: 100px;
}

.ys-footer-top {
	display: flex;
	justify-content: space-between;
}

.ys-footer-top-nav {
	width: 70%;
	display: flex;
	padding: 0 5% 0 0;
}

.yftn-left {
	width: 100%;
}

.yftn-left>ul {
	display: flex;
	flex-wrap: wrap;
}

.yftn-left>ul>li {
	width: 25%;
}

.yftn-left>ul>li>a {
	color: var(--colorfff);
	font-size: var(--font24);
	line-height: var(--line150);
	display: block;
	margin-bottom: 20px;
	transition: all 0.36s;
}

.yftn-left a {
	color: var(--colorfff);
	font-size: var(--font16);
	line-height: var(--line150);
	display: block;
	margin-bottom: 12px;
	transition: all 0.36s;
}

.ys-footer-top-share {
	width: 30%;
}

.yfts-top {
	margin-bottom: 56px;
}

.yfts-top .std-h6,
.yfts-bot .std-h6 {
	color: var(--colorfff);
}

.yfts-top .std-h6 {
	margin-bottom: 10px;
}

.yfts-top-ul {
	display: flex;
}

.yfts-top-item {
	position: relative;
	margin-right: 40px;
}

.yfts-top-item-icon {
	cursor: pointer;
}

.yfts-top-item-icon {
	width: 34px;
}

.yfts-top-item:first-child .yfts-top-item-icon {
	width: 60px;
}

.yfts-top-item-ewm {
	display: none;
	position: absolute;
	bottom: 110%;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
}

.yfts-bot {
	margin-bottom: 56px;
}

.yfts-bot-tel a {
	color: var(--colorfff);
	font-size: 36px;
	line-height: 1.5;
}

.yfts-link-zhan {
	width: 316px;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

.yfts-link-top {
	padding: 15px 14px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	cursor: pointer;
}

.yfts-link-top .std-text2 {
	color: rgba(255, 255, 255, .5);
	line-height: var(--line150);
	width: 50%;
	flex-grow: 1;
}

.yfts-link-icon {
	width: 12px;
	height: 7px;
	transition: all .4s ease;
	font-size: 0;
}

.yfts-link-icon img {
	width: 100%;
	transition: all .4s ease;
	transform: rotate(180deg);
}

.yfts-link-zhan.on .yfts-link-icon img {
	transform: rotate(0deg);
}

.yfts-link-xia {
	border-radius: 0px 0px 8px 8px;
	background: #151515;
	padding: 3px 7px 10px 18px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.yfts-link-xia {
	display: none;
}

.yfts-link-xia {
	height: 233px;
}

.yfts-link .mCSB_inside>.mCSB_container {
	margin-right: 12px;
}

.yfts-lxn-core {
	display: block;
	padding: 15px 0;
	line-height: var(--line15);
	color: rgba(255, 255, 255, .6);
	transition: all .4s ease;
	font-size: var(--font16);
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.yfts-link-xia-nub:last-child .yfts-lxn-core {
	border-bottom: 0px;
}

.yfts-link .mCSB_scrollTools {
	width: 10px;
	top: 10%;
	bottom: 10%;
}

.yfts-link .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(255, 255, 255, .75);
}

.ys-footer-bot {
	padding: 150px 0 26px;
}

.ys-footer-bot .std-h3 {
	color: var(--colorfff);
	text-align: center;
	margin-bottom: 130px;
}

.font-fade span {
	position: relative;
	display: inline-block;
}

.ys-footer-bot-cont {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.ys-footer-ul {
	display: flex;
	padding-left: 20px;
}

.ys-footer-ul li {
	padding: 0 25px;
}

.ys-footer-bot-cont li a,
.ys-footer-bot-cont p a,
.ys-footer-bot-cont p span {
	color: var(--colorfff);
}

.ys-footer-bot-cont p {
	color: var(--colorfff);
}

.fot-ICP {
	padding: 0 8px;
}

.fot-security img {
	position: relative;
	top: -3px;
}

.gh-ds01 {
	width: 100%;
	position: relative;
}

.gh-ds01-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 44px 48px;
}

.gh-ds01-li {
	width: 100%;
}

.gh-ds01-item {
	position: relative;
	display: block;
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02), 0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03), 0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04), 0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04), 0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05), 0px -4px 10px 0px rgba(80, 164, 255, 0.05);
	padding: 40px 0;
	height: 100%;
}

.gh-ds01-icon {
	width: 46px;
	margin: 0 auto;
	transition: all .5s ease;
}

.gh-ds01-icon img {
	width: 100%;
}

.gh-ds01-text {
	position: relative;
	z-index: 10;
	padding-top: 20px;
	text-align: center;
	transition: all .5s ease;
}

.gh-ds01-text .std-h6 {
	color: var(--color23);
}

.gh-ds01-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: all .5s ease;
}

.gh-ds01-bg img {
	width: 100%;
	border-radius: 10px;
}

.gh-ds01-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 2px solid var(--colormain1);
	box-shadow: 0px 2px 19px 10px rgba(134, 146, 165, 0.07);
	opacity: 0;
	box-shadow: 0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02), 0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03), 0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04), 0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04), 0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05), 0px -4px 10px 0px rgba(80, 164, 255, 0.05);
	transition: all .5s ease;
}

.gh-subtit {
	font-size: 18px;
	color: #8E8E8E;
	line-height: var(--line160);
	margin-top: 20px;
}

.gh-ds02 {
	width: 100%;
	position: relative;
	background-color: var(--colorbj3);
	padding-top: 0;
}

.gh-ds02-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 44px 48px;
}

.gh-ds02-li {
	width: 100%;
}

.gh-ds02-item {
	height: 100%;
	position: relative;
	padding: 40px 50px;
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 2px 19px 10px rgba(134, 146, 165, 0.07);
	overflow: hidden;
	transition: all 0.4s ease;
}

.gh-ds02-icon {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.gh-ds02-icon img {
	width: 80px;
}

.gh-ds02-text {
	padding-left: 24px;
	width: calc(100% - 80px);
}

.gh-ds02-text .std-text1 {
	color: var(--color23);
}

.gh-ds02-item::after {
	content: '';
	width: 0;
	position: absolute;
	height: 4px;
	background: var(--colormain1);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.4s ease;
}

.gh-ds03-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 44px 48px;
}

.gh-ds03-li {
	width: 100%;
}

.gh-ds03-item {
	height: 100%;
	position: relative;
	padding: 40px 10px;
	border-radius: 10px;
	text-align: center;
	background: #FFFFFF;
	border: 2px solid #FFF;
	box-shadow: 0 0 10px rgba(25, 17, 64, 0.09);
}

.gh-ds03-icon {
	width: 80px;
	margin: 0 auto;
}

.gh-ds03-icon img {
	width: 100%;
}

.gh-ds03-text {
	font-size: 18px;
	color: var(--color23);
	padding-top: 20px;
}

.gh-ds03-li .std-text2 {
	font-size: 14px;
	line-height: var(--line175);
	color: var(--color666);
	padding-top: 15px;
}

.gh-ds03-item::before {
	content: '';
	position: absolute;
	right: -30px;
	top: 45%;
	width: 15px;
	height: 18px;
	background: url(../img/paixu.svg);
	background-size: 100% 100%;
}

.gh-ds03-li:last-child .gh-ds03-item::before {
	display: none;
}

.gh-ds04 {
	width: 100%;
	position: relative;
	background-color: var(--colorbj3);
}

.gh-ds04-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 44px 48px;
}

.gh-ds04-li {
	width: 100%;
}

.gh-ds04-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 10px;
	background: var(--colorfff);
	box-shadow: 0px 4px 23.9px 0px rgba(0, 0, 0, 0.10);
	display: block;
	padding: 30px;
	height: 100%;
	/* min-height: 330px; */
}

.gh-ds04-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--colormain1);
	border-radius: 10px;
	opacity: 0;
	transition: all 0.4s ease;
}

.gh-ds04-li-top {
	display: flex;
	justify-content: space-between;
}

.gh-ds04-li-top-left {
	width: 220px;
}

.gh-ds04-li-top-left .std-h6 {
	color: var(--color23);
	margin-bottom: 15px;
}

.altl-num {
	color: var(--colormain1);
	font-size: 16px;
}

.gh-ds04-li-top-right {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	/* background: var(--colormain2); */
	position: relative;
}

.gh-ds04-li-top-right img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
}

.gh-ds05 {
	width: 100%;
	position: relative;
	background-color: var(--colorbj3);
	padding-top: 0;
}

.gh-ds05-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 44px 32px;
}

.gh-ds05-li {
	width: 100%;
}

.gh-ds05-item {
	width: 100%;
	height: 100%;
	position: relative;
	box-shadow: 0px 15px 20px 0px rgba(3, 0, 112, 0.12);
	border-radius: 10px;
	background: var(--colorfff);
	padding: 30px 30px 36px 30px;
}

.gh-ds05-icon {
	width: 64px;
	margin-bottom: 40px;
}

.gh-ds05-icon img {
	width: 100%;
}

.gh-ds05-text {
	margin-bottom: 12px;
}

.gh-ds05-text .std-h6 {
	color: var(--color23);
}

.gh-ds05-info p {
	position: relative;
	color: var(--color999);
	line-height: var(--line175);
}

.gh-ds05-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--colormain1);
	transition: all 0.36s;
	opacity: 0;
	border-radius: 10px;
	z-index: -1;
}

.vehicl-ability {
	width: 100%;
	position: relative;
}

.vehicl-ability-wrap {
	width: 100%;
	position: relative;
}

.vehicl-ability-wrap-btm {
	width: 100%;
	position: relative;
}

.vawb-img {
	width: 44%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vawb-img-wrap {
	width: 100%;
}

.vawb-img-wrap img {
	width: 100%;
}

.vawb-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.vawb-li {
	pointer-events: none;
	width: 50%;
	margin-bottom: 142px;
}

.vawb-li:nth-child(2n) {
	display: flex;
	justify-content: flex-end;
}

.vawb-li:nth-last-child(1),
.vawb-li:nth-last-child(2) {
	margin-bottom: 0 !important;
}

.vawb-wrap {
	width: 60%;
	position: relative;
	border-radius: 16px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 4px solid transparent;
	background: linear-gradient(2deg, rgba(255, 255, 255, 0.90) 14.9%, rgba(255, 255, 255, 0.28) 97.39%);
	box-shadow: 0px 33px 28.2px 0px rgba(221, 229, 254, 0.25);
	/* backdrop-filter: blur(32.900001525878906px); */
	padding: 32px;
	transition: all 0.36s;
}

.vawb-wrap {
	pointer-events: all;
}

.vawb-li:nth-child(1) .vawb-wrap {
	transform: translateX(16%);
}

.vawb-li:nth-child(2) .vawb-wrap {
	transform: translateX(-19%) translateY(20px);
}

.vawb-li:nth-child(3) .vawb-wrap {
	transform: translateX(30%);
}

.vawb-li:nth-child(4) .vawb-wrap {
	transform: translateY(20px);
}

.vawb-wrap-tit {
	border-bottom: 1px solid #DDD;
	padding-bottom: 19px;
	margin-bottom: 17px;
}

.vawb-wrap-tit .std-h6 {
	color: var(--color333);
}

.vawb-wrap-info p {
	color: var(--color666);
	line-height: var(--line175);
}

.gh-ds06 {
	width: 100%;
	position: relative;
	padding-top: 0;
}

.gh-ds06-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 44px 48px;
}

.gh-ds06-li {
	width: 100%;
}

.mabu-wrap {
	width: 100%;
	border-radius: 10px;
	background: #F7F8FA;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	transition: all .36s ease;
}

.mabu-wrap-le {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	padding-left: 60px;
	height: 100%;
	padding-top: 56px;
	padding-bottom: 48px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mabu-wrap-le-top {
	padding-bottom: 10px;
}

.mabu-wrap-le-img {
	width: 50px;
	margin-bottom: 20px;
}

.mabu-wrap-le-img img {
	width: 100%;
}

.mabu-wrap-le-tit {
	margin-bottom: 20px;
}

.mabu-wrap-le-tit .std-h6 {
	color: var(--color23);
}

.mabu-wrap-le-info p {
	color: var(--color666);
	line-height: var(--line175);
}

.mabu-wrap-ri {
	width: 100%;
}

.gh-ds07 {
	width: 100%;
	position: relative;
}

.gh-ds07-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 44px 32px;
}

.gh-ds07-li {
	width: 100%;
}

.idlu_wrap {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(35, 24, 21, .1);
	border-radius: 10px;
	transition: all .36s;
	padding: 50px 32px 88px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.idlu_wrap_desz {
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .36s;
	opacity: 0;
	pointer-events: none;
}

.idlu_wrap_desz img {
	width: 100%;
}

.idlu_wrap_icon {
	width: 85px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.idlu_wrap_tit {
	margin-bottom: 23px;
}

.idlu_wrap_tit .std-h6 {
	color: var(--color23);
}

.idlu_wrap_info {
	text-align: left;
}

.gh-ds03 {
	width: 100%;
	position: relative;
	padding-top: 0;
}

.home-insight {
	width: 100%;
	position: relative;
}

.home-insight-ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 40px;
}

.home-insight-li {
	width: 100%;
}

.home-insight-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	background: var(--colorfff);
	box-shadow: 0px 2px 13px 0px rgba(0, 31, 130, 0.10);
	border-radius: 10px;
	padding: 30px;
}

.home-insight-wrap-icon {
	width: 64px;
	margin-bottom: 40px;
}

.home-insight-wrap-icon img {
	width: 100%;
}

.home-insight-wrap-tit {
	margin-bottom: 12px;
}

.home-std-tit5 {
	font-size: 24px;
	line-height: var(--line150);
}

.home-insight-wrap-tit .std-tit5 {
	color: var(--color23);
	line-height: var(--line150);
}

.home-std-word1,
.home-std-word1 p {
	font-size: 16px;
	line-height: var(--line180);
}

.home-insight-wrap-info p {
	position: relative;
	color: var(--color999);
	line-height: var(--line180);
}

.home-insight-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--colormain1);
	border-radius: 10px;
	transition: all 0.36s;
	opacity: 0;
	z-index: -1;
}

.home-service {
	width: 100%;
	position: relative;
}

.arrow-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiper-arrow {
	display: flex;
}

.swiper-arrow-left,
.swiper-arrow-right {
	width: 55px;
	height: 55px;
	border-radius: 15px;
	border: 1px solid var(--color333);
	transition: all .36s;
}

.swiper-arrow-left,
.swiper-arrow-right {
	cursor: pointer;
}

.swiper-arrow-left,
.swiper-arrow-right {
	position: relative;
}

.swiper-arrow-right {
	margin-left: 16px;
}

.swiper-arrow img {
	position: absolute;
	width: 28px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.swiper-arrow img:last-child {
	opacity: 0;
}

.gh-cont16001 {
	margin-right: -200px;
}

.home-service #gh-swiper1 {
	/* width: caLc(1400px + calc(calc(100% - 1400px) / 2)); */
	margin: 0 !important;
}

.home-service .swiper-slide {
	width: 25%;
	margin-right: 0;
	border-radius: var(--radius);
	height: auto;
}

.home-service-cont {
	height: 100%;
	background: var(--colorfff);
	border-radius: var(--radius);
}

.home-service-cont {
	transition: all .36s;
}

.home-service .ys-imgbox-cover {
	border-radius: var(--radius) var(--radius) 0 0;
}

.home-service-text {
	padding: 26px 28px 35px;
}

.home-service-text .std-h4 {
	margin-bottom: 16px;
}

.home-service-text li {
	display: flex;
	margin-bottom: 15px;
}

.home-service-text-img {
	position: relative;
	height: 100%;
}

.home-service-text li img {
	width: 22px;
	transform: scale(0);
}

.home-service-text-img img:first-child {
	width: 100%;
	transform: scale(0.2);
}

.home-service-text-img img:first-child {
	transition: all .36s ease-out;
}

.move-on.open.home-service-text-img img:first-child {
	transform: scale(1);
}

.home-service-text-img img:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	width: 14px;
}

.home-service-text-img img:last-child {
	transition: all .6s ease-in-out;
}

.move-on.open.home-service-text-img img:last-child {
	transition-delay: .5s;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.home-service-text li p {
	color: var(--color333);
	font-size: var(--font16);
	line-height: 1.5;
	width: calc(100% - 22px);
	padding-left: 15px;
}

.home-service .swiper-button-prev:after,
.home-service .swiper-container-rtl .swiper-button-next:after {
	display: none;
}

.home-service .swiper-button-next:after,
.home-service .swiper-container-rtl .swiper-button-prev:after {
	display: none;
}

.gh-btn1-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hrlb-cont-item {
	width: 100%;
	position: relative;
}

.hrlb-cont {
	background: var(--colorbj2);
	border-radius: var(--radius);
	padding-top: 65px;
	padding-bottom: 72px;
	padding: 65px 93px 72px 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.hrlb-cont .std-text1 {
	margin-top: 10px;
}

.hrlb-cont-bg {
	width: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.hrlb-cont-bg img {
	width: 100%;
}

.hrlb-img {
	width: 28%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.hrlb-img img {
	width: 100%;
}

.hrlb-img-icon {
	width: 90px;
	position: absolute;
	right: -30px;
	top: 45px;
}

.hrlb-img img {
	width: 100%;
}

.hrlb-cont-btn .gh-btn2 {
	--btnw: 150px;
}

.home-case {
	width: 100%;
	position: relative;
}

.home-case-list-tp {
	margin-bottom: 30px;
}

.home-case-ul {
	margin: 0 -15px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.home-case-ul-li {
	width: 25%;
	padding: 0 15px;
}

.home-case-ul-li:first-child {
	height: auto;
}

.home-case-ul-li-cont {
	border-radius: var(--radius);
	overflow: hidden;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.home-case-ul-li-cont {
	height: 100%;
}

.home-case-ul-li:first-child .home-case-ul-li-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-case-list-tp .home-case-ul-li:nth-child(1) .home-case-ul-li-cont {
	background: var(--colormain2);
	padding: 40px 10px 10px;
}

.home-case-tp {
	padding: 0 20px;
}

.home-case-tp-icon {
	width: 70px;
}

.home-case-tp-icon img {
	width: 100%;
}

.home-case-tp-tit div {
	height: 1.5em;
}

.home-case-tp-tit span {
	display: inline-block;
	position: relative;
}

.home-case-tp-tit span::before {
	content: '';
	background: var(--color23);
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0px;
	z-index: -1;
	opacity: 0;
	width: 0;
}

.home-case-tp-tit.act div:first-child span::before {
	transition: all .1s linear;
	opacity: 1;
	animation: stretchspan1_1 1s linear forwards;
}

.home-case-tp-tit.act div:nth-child(2) span::before {
	transition: all .1s linear;
	opacity: 1;
	animation: stretchspan2_1 1s linear forwards;
}

@keyframes stretchspan1_1 {
	0% {
		width: 0;
	}

	49% {
		width: 100%;
		opacity: 1;
	}

	100% {
		width: 100%;
		opacity: 1;
	}
}

@keyframes stretchspan2_1 {
	51% {
		width: 0;
	}

	100% {
		width: 100%;
		opacity: 1;
	}
}

.home-case-bt {
	border-radius: 40px;
	background: #81C1AC;
	overflow: hidden;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	padding: 43px 24px;
}

.home-data-li-num {
	display: flex;
}

.home-case-bt .home-data-li-num {
	color: var(--colorfff);
	font-size: var(--font64);
	line-height: 1.3;
	font-family: var(--familyM);
}

.home-case-bt .home-data-li-num .ys-demo-num,
.home-case-bt .home-data-li-num span {
	line-height: 1.3;
}

.home-case-bt-tit {
	color: var(--colorfff);
}

.home-case-img {
	width: 100%;
	border-radius: var(--radius);
	overflow: hidden;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	position: relative;
	cursor: pointer;
}

.home-case-img img {
	width: 100%;
}

.home-case-img-btn {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 6;
	padding: 14px 40px 14px 14px;
	border-radius: 44px;
	display: flex;
	align-items: center;
	transition: all .4s ease;
}

.home-case-ul-li-cont .home-case-img-btn {
	padding: 12.5px 20px 12.5px 14px;
	border-radius: 49px;
	bottom: 20px;
	left: 20px;
}

.home-case-list-tp .home-case-ul-li:nth-child(2),
.home-case-list-tp .home-case-ul-li:nth-child(3) {
	width: 37.5%;
	height: auto;
}

.nrii-link-btn {
	display: flex;
	align-items: center;
}

.case-arrow {
	width: 28px;
	margin-left: 18px;
	transition: all .36s ease;
}

.case-arrow img {
	width: 100%;
}

.home-case-list-midk .home-case-ul-li {
	width: 33.333333%;
	height: auto;
}

.home-heng-more {
	text-align: center;
	position: relative;
}

.home-heng-more {
	margin-top: calc(var(--space2) - 10px);
	margin-bottom: 170px;
}

.home-heng-more::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: calc(50% - 75px);
	height: 1px;
	background: #CDCBC8;
}

.home-heng-more::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: calc(50% - 75px);
	height: 1px;
	background: #CDCBC8;
}

/* 1920 end */

.sticky-body {
	overflow: visible !important;
}

.news-page .ys-main {
	background-color: var(--colorbj3);
}

.case-page .ys-main {
	background-color: var(--colorbj3);
}

@media screen and (min-width: 1199px) {

	.clbu-li:nth-child(4),
	.clbu-li:nth-child(5) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.head-nav-item .head-nav-item-title:hover {
		background: var(--colorbj2);
	}

	.head-nav-item .hnid-left-li-link:hover {
		background: rgba(242, 233, 211, .3);
	}

	.hnid-left-li-link:hover img {
		transform: translateX(0);
		opacity: 1;
	}

	.std-btn8-box:hover::before {
		border-color: var(--colorbt);
	}

	.std-btn8-box:hover p {
		color: var(--color333);
	}

	.std-btn8-box:hover::after {
		opacity: 0;
		transform: scale(1.1);
	}

	.home-partners .hpbw-wrap-li:hover img {
		-webkit-filter: grayscale(0);
		filter: none;
		filter: grayscale(0);
	}

	.nsul-link:hover .nsul-link-below-tit {
		color: var(--colormain1);
	}

	.nsul-link:hover .hatm-link p {
		color: var(--colormain1) !important;
	}

	.nsul-link:hover .hatm-link path {
		stroke: var(--colormain1) !important;
	}

	.slick-next:hover {
		opacity: 1;
	}

	.slick-prev:hover {
		opacity: 1;
	}

	.slick-next:hover::before,
	.slick-prev:hover::before {
		opacity: 1 !important;
	}

	.hnbs-li-wrap:hover .nsul-link-below-tit {
		color: var(--colormain1);
	}

	.hnbs-li-wrap:hover .nrbl-icon img:nth-child(1) {
		opacity: 0;
	}

	.hnbs-li-wrap:hover .nrbl-icon img:nth-child(2) {
		opacity: 1;
	}

	.hnbs-li-wrap:hover .nrbl-info p {
		color: var(--colormain1);
	}

	.hnbs-li-wrap:hover .hlwb-btm-ri img:nth-child(1) {
		opacity: 0;
	}

	.hnbs-li-wrap:hover .hlwb-btm-ri img:nth-child(2) {
		opacity: 1;
	}

	.hnbs-li-wrap:hover::after {
		width: 100%;
		opacity: 1;
	}

	.nbul-cont:hover p {
		color: var(--colorfff);
		background-color: var(--colormain1);
	}

	.cslw-ri:hover .cslw-ri-sumit {
		background: var(--colorfff);
		color: var(--colormain1);
		border: 1px solid var(--colormain1);
	}

	.detail-change-btn-link:hover .dcbl-le path {
		stroke: var(--colorfff) !important;
	}

	.detail-change-btn-link:hover .dcbl-ri p {
		color: var(--colorfff);
	}

	.detail-change-btn-link:hover::after {
		opacity: 1;
	}

	.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::after {
		opacity: 0;
	}

	.nici-link:hover .nrii-link-btn {
		color: var(--colormain1);
	}

	.anchor-inof-nub.on .anchor-inof-nub-link::before {
		width: 100%;
		opacity: 1;
	}

	.anchor-inof-nub-link:hover::before {
		width: 100%;
		opacity: 1;
	}

	.ybtm-link2:hover {
		background: var(--colormain1) !important;
		border-color: var(--colormain1) !important;
	}

	.ybtm-link2:hover p {
		color: var(--colorfff) !important;
	}

	.ybtm-link:hover .ybtm-img img:nth-child(1) {
		opacity: 0;
	}

	.ybtm-link:hover .ybtm-img img:nth-child(2) {
		opacity: 1;
	}

	.acul-box:hover {
		background: rgba(255, 255, 255, 0.80);
		border: 1px solid var(--colorfff);
		backdrop-filter: blur(25px);
	}

	.acul-box:hover .acul-icon img:nth-child(2) {
		opacity: 1;
	}

	.acul-box:hover .acul-tit {
		color: var(--colormain1);
	}

	.acul-box:hover .acul-text p {
		color: var(--colormain1);
	}

	.dmlu-li-link:hover {
		color: var(--colormain1);
	}

	.dmru-li-link:hover .dmru-li-link-tit {
		text-decoration-color: rgba(51, 51, 51, 1);
	}

	.ys-footer-top-nav a:hover {
		padding-left: 5px;
	}

	.gh-ds01-item:hover .gh-ds01-icon,
	.gh-ds01-item:hover .gh-ds01-text {
		transform: translateY(-15px);
	}

	.gh-ds01-item:hover .gh-ds01-bg {
		opacity: 1;
		transform: translateY(-5px);
	}

	.gh-ds01-item:hover::after {
		opacity: 1;
		transform: translateY(0px);
	}

	.gh-ds02-item:hover {
		background: var(--colorfff);
		box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
	}

	.gh-ds02-item:hover::after {
		width: 100%;
	}

	.gh-ds04-item:hover::before {
		opacity: 1;
	}

	.gh-ds05-item:hover::after {
		opacity: 1;
		top: 4px;
		left: -4px;
	}

	.mabu-wrap:hover .mabu-wrap-ri img {
		transform: scale(1.05);
	}

	.idlu_wrap:hover {
		border-color: var(--colormain1);
		box-shadow: 0 4px 16px rgba(0, 69, 119, .16), 0 8px 24px rgba(0, 69, 119, .08);
	}

	.idlu_wrap:hover .idlu_wrap_desz {
		opacity: 1;
	}

	.home-insight-wrap:hover::after {
		opacity: 1;
		top: 4px;
		left: -4px;
	}

	.swiper-arrow-left:hover,
	.swiper-arrow-right:hover {
		background: var(--colorbt);
	}

	.swiper-arrow-left:hover img:first-child,
	.swiper-arrow-right:hover img:first-child {
		opacity: 0;
	}

	.swiper-arrow-left:hover img:last-child,
	.swiper-arrow-right:hover img:last-child {
		opacity: 1;
	}

	.gh-btn1 .std-btn1-box:hover {
		background: var(--colorbt);
	}

	.gh-btn1 .std-btn1-box:hover p,
	.gh-btn2 .std-btn1-box:hover p {
		left: 60px;
		color: var(--colorfff);
	}

	.gh-btn1 .std-btn1-box:hover .std-btn1-icon {
		background: var(--colorfff);
		border: 1px solid var(--color23);
		right: 106px;
	}

	.gh-btn1 .std-btn1-box:hover .std-btn1-icon img:nth-child(1),
	.gh-btn2 .std-btn1-box:hover .std-btn1-icon img:nth-child(2) {
		opacity: 1;
	}

	.gh-btn1 .std-btn1-box:hover .std-btn1-icon img:nth-child(2),
	.gh-btn2 .std-btn1-box:hover .std-btn1-icon img:nth-child(1) {
		opacity: 0;
	}

	.gh-btn2 .std-btn1-box:hover .std-btn1-icon {
		background: var(--colorbt);
		border: 1px solid var(--colorfff);
	}

	.hrlb-cont-btn .gh-btn2 .std-btn1-box:hover .std-btn1-icon {
		right: 108px;
	}

	.nici-link:hover .case-arrow {
		transform: translateX(8px);
	}

	/* 鼠标效果 */
}

/* 分页 start */
.pagess {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	text-align: center;
}

.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(--colormain1);
	background: transparent;
	border: solid 1px var(--colormain1);
	transition: .3s;
}

.pagess .page-num-current {
	color: var(--colormain1);
	background: transparent;
	border: solid 1px var(--colormain1);
}

.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 a {
		width: 26px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
		margin: 0 4px;
	}
}

/* 分页 end */