* {
	margin: 0;
	padding: 0;
}

.main-width {
	width: 1200px;
	margin: 0 auto;
}

img {
	display: block;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-sb {
	justify-content: space-between;
}

.flex-top {
	align-items: flex-start;
}

.flex-start {
	justify-content: flex-start;
}

.nav-header {
	height: 64px;
	background: rgba(255, 255, 255, 0.4);
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.nav-header-height {
	height: 64px;
}

.nav-logo {
	display: block;
	width: 64px;
	height: 30px;
}

.nav-item {
	margin-left: 60px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	cursor: pointer;
}

.nav-item a {
	text-decoration: none;
	color: #333333;
	position: relative;
}

.active::before {
	position: absolute;
	content: '';
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0DB1AC;
	border-radius: 2px;
}

.phone-banner {
	display: none;
}

.swiper-container-bannar {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.swiper-container-bannar .swiper-pagination-bullet {
	width: 63px;
	height: 3px;
	border-radius: 3px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
	transition: all .2s linear;
}

.swiper-container-bannar .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.9);
	transition: all .2s linear;
}

.brand-introduction {
	margin: 100px auto;
	width: 970px;
}

.brand-introduction-title {
	height: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #4766CB;
	line-height: 24px;
	margin-bottom: 30px;
}

.brand-introduction-logo-wai {
	padding-top: 52px;
}

.brand-introduction-logo {
	width: 265px;
	height: 124px;
	display: block;
	margin-right: 105px;
}

.brand-introduction-text {
	width: 600px;
}

.brand-introduction-text-style {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #686D87;
	letter-spacing: 0;
	text-align: justify;
	line-height: 24px;
}

.brand-introduction-line {
	margin-top: 20px;
}

.brand-introduction-dot {
	width: 6px;
	height: 6px;
	background: #0DB1AC;
	border-radius: 3px;
	margin-right: 12px;
}

.brand-introduction-label {
	margin-right: 12px;
}

.brand-introduction-line-item {
	flex: 0.5;
}

.title-box-line-1 {
	height: 12px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #0DB1AC;
}

.title-box-line-left {
	width: 30px;
	height: 1px;
	background: #0DB1AC;
	margin-right: 8px;
}

.title-box-line-2 {
	margin: 10px 0 18px;
	height: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #4766CB;
	text-align: center;
	line-height: 24px;
}

.title-box-line-3 {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #4766CB;
	letter-spacing: 0;
	text-align: center;
	line-height: 18px;
	white-space: pre-line;
}

.screenshot-slider-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.screenshot-slider-wrap .left-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 10px;
	left: -5px;
	background-color: #fff;
}

.screenshot-slider-wrap .swiper-container {
	width: 100%;
}

.screenshot-slider-wrap .swiper-container .swiper-wrapper {
	padding: 0 4px;
}

.screenshot-slider-wrap .swiper-slide {
	display: block;
	overflow: hidden;
}

.swiper-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 30%;
}

.swiper-mask-right {
	right: -5px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.swiper-mask-left {
	left: -5px;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.swiper-container-bannar {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.swiper-container-bannar .swiper-pagination-bullet {
	width: 60px;
	height: 6px;
	border-radius: 4px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
	transition: all .2s linear;
}

.swiper-container-bannar .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.9);
	transition: all .2s linear;
}

.small-swiper-item {
	width: 260px;
	height: 358px;
	background: #FFFFFF;
	border: 1px solid #ECEFF9;
	border-radius: 38px;
	box-sizing: border-box;
	padding: 40px 18px 0;
	text-align: center;
}

.small-swiper-item-text-1 {
	margin: 20px 0;
	font-family: DingTalk-JinBuTi;
	font-weight: JinBuTi;
	font-size: 20px;
	color: #4766CB;
	line-height: 24px;
	white-space: pre-line;
}

.small-swiper-item-text-2 {
	font-family: DingTalk-JinBuTi;
	font-weight: JinBuTi;
	font-size: 12px;
	color: #4766CB;
	gap: 0 20px;
}

.small-swiper-item-text-2 span {
	font-family: DingTalk-JinBuTi;
	font-weight: JinBuTi;
	font-size: 20px;
	color: #4766CB;
}

.small-swiper-item-img {
	height: 189px;
	width: 224px;
	margin: 0 auto;
}

.small-swiper-item-img img {
	max-width: 100%;
	max-height: 100%;
}

.full-box {
	background-color: rgba(71, 102, 203, 0.1);
	padding: 50px 0;
	margin-bottom: 50px;
	overflow: hidden;
}

.padding-75 {
	padding: 0 75px;
}

.main-box-1-right {
	width: 576px;
	height: 525px;
	display: block;
}

.main-box-1-text-1 {
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 34px;
	color: #4766CB;
	text-align: left;
	line-height: 44px;
	white-space: pre-line;
}

.main-box-1-text-2 {
	height: 32.56px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 20px;
	color: #0DB1AC;
	margin: 20px 0 40px;
}

.main-box-1-text-3 {
	width: 304px;
	height: 42px;
	border-radius: 21px;
	background: #4766CB;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	margin: 15px 0;
}

.main-box-1-text-4 {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #686D87;
}

.main-box-1-text-4 .main-box-1-text-4-text {
	margin: 4px 0;
}

.main-box-1-text-4-1 {
	margin: 20px 0;
	justify-content: flex-start;
}

.main-box-1-text-4-1-1 {
	font-family: HarmonyOS_Sans_SC;
	font-weight: SC;
	font-size: 16px;
	color: #686D87;
	margin-left: 20px;
}

.main-box-1-text-4-1-1 span {
	font-family: HarmonyOS_Sans_SC;
	font-weight: SC;
	font-size: 44px;
	color: #0DB1AC;
	line-height: 44px;
}


.center-box {
	height: 644px;
	background: #4766cb1a;
	border-radius: 44px;
	overflow: hidden;
}

.center-box_1 {
	position: relative;
	height: 644px;
	/* background-image: url('https://img.yukicomic.com/kpi/953413fe-995f-a2eb-7693-3b5c32ab863e.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat; */
	border-radius: 44px;
	overflow: hidden;
}

.background-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 确保图片按比例缩放并覆盖盒子 */
	z-index: -1;
	/* 确保图片位于其他内容下方 */
}

.center-box_2 {
	position: relative;
	height: 644px;
	/* background-image: url('https://img.yukicomic.com/kpi/4a8f6475-2bd4-cf89-5b0f-c18184a648d0.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat; */
	border-radius: 44px;
	overflow: hidden;
}

.padding-100 {
	padding: 0 100px;
}

.padding-140 {
	padding: 0 140px;
}

.padding-65 {
	padding: 0 140px 0 65px;
}

.margin-50 {
	margin-bottom: 50px;
}

.center-box-left {
	width: 585px;
	height: 453px;
}

.center-box-right {
	height: 100%;
	padding: 70px 0;
	box-sizing: border-box;
}

.center-box-right-box {
	width: 215px;
	color: #4766CB;
	text-align: center;
}

.center-box-right-box:first-child {
	margin-bottom: 35px;
}

.center-box-right-box-img {
	width: 215px;
	height: 140px;
}

.center-box-right-box-text-1 {
	margin: 20px 0 10px;
	height: 15px;
	font-family: DingTalk-JinBuTi;
	font-weight: JinBuTi;
	font-size: 13px;
}

.center-box-right-box-text1 {
	margin: 8px 0 10px;
	height: 15px;
	font-family: DingTalk-JinBuTi;
	font-weight: JinBuTi;
	font-size: 13px;
}

.center-box-right-box-text-2 {
	font-family: DingTalk-JinBuTi;
	font-weight: JinBuTi;
	font-size: 12px;
}

.big-text {
	font-family: DingTalk-Sans;
	font-weight: Sans;
	font-size: 20px;
}

.center-box-left-1 {
	width: 632px;
	height: 547px;
}

.two-item-block {
	height: 292px;
	position: relative;
}

.two-item-block-wai {
	padding: 0 196px;
	position: relative;
	z-index: 2;
}

.two-item-block-wai-item {
	width: 294px;
	text-align: center;

}

.two-item-block-wai-item-img {
	width: 260px;
	margin: 0 auto;
	height: 170px;
}

.two-item-block-wai-item-text-1 {
	height: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 18px;
	color: #4766CB;
	line-height: 24px;
	margin: 20px 0 10px;
}

.two-item-block-wai-item-text-2 {
	height: 18px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #686D87;
	line-height: 18px;
}

.two-item-block-bottom-bg {
	height: 204px;
	background: #4766cb1a;
	border-radius: 44px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.full-img-box {
	width: 100%;
	height: 1187px;
	background-image: url('https://img.jingxinfun.com/yuke/new/bg@2x.png');
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.full-img-box-top {
	padding-top: 50px;
}

.padding-top-48 {
	padding-top: 48px;
}

.main-box-1-right-jr {
	width: 535px;
	height: 715px;
}

.zd-li-label-left {
	width: 150px;
	height: 36px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 24px;
	color: #4766CB;
	line-height: 36px;
	margin-right: 30px;
	justify-content: flex-start;
}

.zd-li-label-left-dot {
	width: 10px;
	height: 10px;
	background: #0DB1AC;
	border-radius: 5px;
	margin-right: 12px;
}

.full-img-box-bottom {
	position: relative;
	height: 302px;
	margin-top: 70px;
}

.full-img-box-bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 243px;
	background: #4766CB;
	border-radius: 44px;
}

.full-img-box-bottom-item {
	width: 300px;
	height: 302px;
	text-align: center;
	position: relative;
	z-index: 5;
}

.full-img-box-bottom-item-img {
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
}

.full-img-box-bottom-item-text-1 {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 36px;
	white-space: pre-line;
	margin-bottom: 10px;
}

.full-img-box-bottom-item-text-2 {
	white-space: pre-line;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #ffffffcc;
	text-align: center;
	line-height: 20px;
}

.kysl-box {
	width: 100%;
	height: 252px;
	padding: 50px 100px;
	box-sizing: border-box;
	background-image: url('https://img.jingxinfun.com/yuke/new/bg@2x(1).png');
	background-position: center;
	background-size: cover;
}

.kysl-box-title {
	text-align: center;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #4766CB;
	line-height: 24px;
	margin-bottom: 18px;
}

.kysl-box-content {
	color: #686d87;
	font-size: 16px;
	font-face: SourceHanSansCN;
	font-weight: 400;
	line-height: 30px;
}

.kysl-box-content span {
	color: #4766CB;
	font-size: 20px;
}

.zyyq-item {
	width: 285px;
	height: 369px;
	padding-top: 95px;
	box-sizing: border-box;
	text-align: center;
	background-image: url('https://img.jingxinfun.com/yuke/new/bianzhu_110@2x.png');
	background-position: center;
	background-size: cover;
}

.zyyq-item-title {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 36px;
	white-space: pre-line;
}

.zyyq-item-line {
	width: 70px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 1px;
	margin: 15px auto 27px;
}

.zyyq-item-content {
	padding: 0 30px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #ffffffcc;
	text-align: left;
	line-height: 32px;
	white-space: pre-line;
}

.sczb-box {
	width: 100%;
	height: 454px;
	padding: 50px 100px;
	box-sizing: border-box;
	background-image: url('https://img.jingxinfun.com/yuke/new/bg@2x(2).png');
	background-position: center;
	background-size: cover;
}

.kysl-box-subtitle {
	height: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #4766CB;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.sczb-box-content {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #686D87;
	line-height: 30px;
}

.sczb-box-imgs {
	margin-top: 50px;
}

.sczb-box-img {
	width: 76px;
	height: 76px;
	margin-right: 100px;
}

.sczb-box-img:last-child {
	margin-right: 0;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.szhzl-box {
	width: 100%;
	height: 338px;
	padding: 50px 113px;
	box-sizing: border-box;
	background-image: url('https://img.jingxinfun.com/yuke/new/bg@2x(3).png');
	background-position: center;
	background-size: cover;
}

.szhzl-box-block:first-child {
	margin-right: 178px;
}

.szhzl-box-block .kysl-box-subtitle {
	text-align: left;
}

.szhzl-box-block-text {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 16px;
	color: #686D87;
	line-height: 30px;
	white-space: pre-line;
}

.szhzl-box-block-padding {
	padding-top: 10px;
}

.cpzl-item-img {
	width: 214px;
	height: 298px;
	margin: 0 auto;
}

.cpzl-item-text {
	white-space: pre-line;
	font-family: Helvetica;
	font-size: 16px;
	color: #686D87;
	text-align: center;
	margin-top: 20px;
}


.full-ppwh-box {
	width: 100%;
	/* 	height: 648px; */
	padding: 50px 100px;
	box-sizing: border-box;
	background-image: url('https://img.jingxinfun.com/yuke/new/bg@2x(4).png');
	background-position: center;
	background-size: cover;
}

.full-ppwh-box .title-box {
	margin-bottom: 30px;
}

.full-ppwh-box .title-box-line-left {
	background: #ffffff99;
}

.full-ppwh-box .title-box-line-1 {
	color: rgba(255, 255, 255, 0.6)
}

.full-ppwh-box .title-box-line-2 {
	color: #FFFFFF;
}

.ppwh-line-title {
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}

.ppwh-line-subtitle {
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	white-space: pre-line;
}

.full-bluk-box {
	background: #333333;
	margin-top: -2px;
	min-height: 270px;
}

.full-bluk-box-nei {
	height: 220px;
}

.full-bluk-box-left-title {
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
}

.full-bluk-box-left-subtitle {
	height: 20px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 30px 0 20px;
}

.full-bluk-box-left-subtitle-logo {
	width: 52px;
	height: 20px;
	margin: 0 10px;
}

.text-link {
	color: #FFFFFF;
	text-decoration: underline;
}

.text-link_1 {
	width: 196px;
	height: 20px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	font-size: 14px;
	color: #ffffffb3;
	letter-spacing: 0;
	line-height: 20px;
	text-decoration: none;
	/* 鍘绘帀閾炬帴鐨勪笅鍒掔嚎 */
}

.full-bluk-box-right {}

.cpzl-bluk-img {
	width: 80px;
	/* 	height: 92px; */
	margin-bottom: 10px;
}
.radius{
	border-radius: 6px;
}

.cpzl-item {
	margin-right: 20px;
}

.cpzl-item:last-child {
	margin-right: 0;
}

.cpzl-bluk-text {
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}

.page-footer {
	height: 48px;
	line-height: 48px;
	background: #333333;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #484848;
}

.animation-delay-2 {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.animation-delay-3 {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.animation-delay-4 {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.animation-delay-5 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animated {
	opacity: 0;
}

.opacityFull {
	opacity: 1;
}

.title-box {
	text-align: center;
	margin-bottom: 30px;
	opacity: 1;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
	.nav-header {
		background-color: #fff;
	}

	.nav-header-height {
		padding: 0 10px 0 30px;
	}

	.block-item {
		display: block;
	}

	.phone-banner {
		display: block;
	}

	.pc-banner {
		display: none;
	}

	.main-width {
		width: 100vw;
		box-sizing: border-box;
	}

	.nav-logo {
		width: 38px;
		height: auto;
	}

	.nav-item {
		margin-left: 10px;
		font-size: 12px;
	}

	.display-block {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.brand-introduction {
		margin: 30px 0 40px;
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.brand-introduction-logo {
		margin-right: 0;
		width: 80px;
		height: auto;
		margin-bottom: 10px;
	}

	.brand-introduction-text {
		width: 100%;
		height: auto;
	}

	.title-box-line-3 {
		white-space: normal;
		font-size: 12px;
	}

	.margin-bottom-100 {
		margin-bottom: 40px;
	}

	.swiper-container-phone .small-swiper-item {
		padding: 12px 6px;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	.line-height {
		height: 30px;
	}

	.brand-introduction-line:last-child {
		margin-top: 0;
	}

	.brand-introduction-logo-wai {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.small-swiper-item-text-2 span {
		font-size: 14px;
	}

	.zd-li-label-left {
		width: 120px;
		font-size: 16px;
		margin-right: 6px;
		line-height: normal;
		height: auto;
	}

	.phone-flex-margin {
		margin: 20px 0 !important;
	}

	.swiper-container-phone .small-swiper-item-img {
		width: 100%;
		height: 92px;
	}

	.swiper-container-phone .small-swiper-item-text-1 {
		font-size: 14px;
		line-height: normal;
	}

	.main-box-1-right {
		max-width: 100%;
		height: auto;
		margin: 20px auto 0;
	}

	.padding-75 {
		padding: 0;
	}

	.center-box {
		padding: 50px 24px;
		height: auto;
		border-radius: 0px;
	}

	.center-box_1 {
		padding: 50px 0px;
		height: auto;
		border-radius: 0;
	}

	.center-box_2 {
		padding: 50px 24px;
		height: auto;
		border-radius: 0;
	}


	.center-box-right {
		margin: 0 auto;
	}

	.two-item-block-wai {
		padding: 0;
	}

	.center-box-left,
	.center-box-left-1 {
		width: 84vw;
		height: auto;
		display: block;
		margin: 0 auto 20px;
	}

	.two-item-block-wai-item-text-1 {
		font-size: 16px;
	}

	.main-box-1-right-jr {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.two-item-block {
		padding: 20px;
		height: auto;
	}

	.two-item-block-wai-item {
		margin: 0 auto;
	}

	.two-item-block-wai-item:first-child {
		margin-bottom: 20px;
	}

	.zd-li-label-left-dot {
		width: 6px;
		height: 6px;
		margin-right: 8px;
	}

	.main-box-1-text-4 {
		flex: 1;
		padding-top: 3px;
	}

	.main-box-1-text-4 .main-box-1-text-4-text {
		margin: 0;
		font-size: 12px;
		line-height: normal;
	}

	.full-img-box-top {
		padding-top: 0;
	}

	.full-img-box {
		height: auto;
	}

	.full-img-box-bottom {
		margin-top: 30px;
	}

	.phone-banner .full-img-box-bottom-item {
		width: 50%;
		height: auto;
	}

	.phone-banner .full-img-box-bottom-item-img {
		width: 80px;
		height: 80px;
	}

	.phone-banner .full-img-box-bottom-item-text-1 {
		font-size: 14px;
		line-height: normal;
	}

	.phone-banner .full-img-box-bottom-item-text-2 {
		height: 40px;
		font-size: 12px;
		line-height: normal;
	}

	.phone-banner .full-img-box-bottom-bg {
		height: 120px;
		border-radius: 20px;
		bottom: 0;
	}

	.phone-banner .full-img-box-bottom {
		height: 170px;
	}

	.sczb-box-content {
		font-size: 14px;
		line-height: normal;
	}

	.szhzl-box-block-padding {
		padding-top: 7px;
	}

	.kysl-box,
	.sczb-box,
	.szhzl-box {
		padding: 40px 30px;
		height: auto;
	}

	.flex-warp {
		flex-wrap: wrap;
		align-items: unset;
	}

	.zyyq-item {
		width: 40vw;
		height: auto;
		padding-top: 60px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		background-size: 100% 100%;
	}

	.zyyq-item-title {
		font-size: 18px;
		line-height: normal;
	}

	.zyyq-item-content {
		font-size: 14px;
		line-height: normal;
		padding: 0 20px;
	}

	.flex-full {
		flex: 1
	}

	.sczb-box-imgs {
		gap: 0;
		justify-content: space-around;
	}

	.szhzl-box-block:first-child {
		margin-right: 0;
	}

	.szhzl-box-block-text {
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
		line-height: normal;
		font-size: 14px;
	}

	.cpzl-item-text {
		font-size: 12px;
	}

	.szhzl-box-block:last-child {
		margin-top: 20px;
	}

	.szhzl-box-block {}

	.cpzl-item {
		margin: 12px 0 0 20px;
	}

	.full-bluk-box-right {
		justify-content: flex-start;
		gap: 20px;
	}

	.full-ppwh-box {
		padding: 40px 0;
		height: auto;
	}

	.ppwh-line-item {
		width: 50%;
		margin-bottom: 30px;
	}

	.ppwh-line-title {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 4px;
	}

	.ppwh-line-subtitle {
		font-size: 12px;
		line-height: normal;
		white-space: normal;
	}

	.margin-bottom-40 {
		margin-bottom: 30px;
	}

	.full-bluk-box-nei {
		padding: 40px 0;
		height: auto;
	}

	.full-bluk-box-nei {
		justify-content: flex-start !important;
	}

	.full-bluk-box-left {
		margin-bottom: 20px;
	}

	.full-bluk-box-right .cpzl-item {
		margin: 20px 0 0;
	}

	.title-box-line-2,
	.brand-introduction-title,
	.kysl-box-title {
		font-size: 19px;
	}

	.kysl-box-content {
		font-size: 14px;
	}

	.small-swiper-item-text-2 {
		gap: 0 6px;
	}

	.small-swiper-item-text-1 {
		margin: 10px 0;
	}

	.main-box-1-text-1 {
		font-size: 24px;
		line-height: normal;
	}

	.two-item-block-bottom-bg {
		border-radius: 0px;
		height: 100%;
	}

	.phone-flex-top {
		align-items: flex-start;
	}

	.full-bluk-box-left-title {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.full-bluk-box-left-subtitle {
		height: auto;
		margin: 20px 0 10px;
	}

	.main-box-1-text-2 {
		margin: 10px 0 20px;
	}

	.main-box-1-text-3 {
		font-size: 18px;
	}

	.not-margin-bottom {
		margin-bottom: 0;
	}

	.sczb-box-img {
		width: 70px;
		height: 70px;
		margin-right: 0px;
	}

	.page-footer {
		font-size: 12px;
	}

	.padding-left {
		padding-left: 24px;
		padding-right: 24px;
	}

	.phone-ykjr {
		width: 98% !important;
	}

	.phone-ykjr1 {
		height: auto !important;
		margin-bottom: 95px;
	}

	.phone-ykjr img {
		width: 100% !important;
	}

	.phone-ykjr1 img {
		width: 100% !important;
	}

	.phone-bottom1 {
		bottom: -50px !important;
		left: 0 !important;

	}

	.phone-bottom {
		bottom: -130px !important;
	}

	.phone-bottom>div {
		margin: auto;
		width: 100%;
	}

	.phone-bottom .phone_text_1,
	.phone-bottom .phone_text_2 {
		width: 100% !important;
		margin: auto;
	}

	/* 	.phone-bottom1 div{
		width: 90% !important;
		margin: auto;
	} */
	.phone-bottom1 .phone_text_1,
	.phone-bottom1 .phone_text_2 {
		width: 90% !important;
		margin: auto;
	}

	.phone-bottom1>div {
		margin: auto;
		width: 100%;
	}

	.zyyq-box .flex {
		justify-content: center !important;
	}

	.swiper-container-bannar .swiper-pagination-bullet {
		height: 4px;
	}

}

.a-text-link{
	color: #4766CB;
	text-decoration: none;
}