* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}

body {
	background: #000 url(../img/bg.png) center center no-repeat;
	background-size: contain;
}

.top {
	width: 1920px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	position: relative;
}

.index-top {
	height: 1242px;
	background: url(../img/top.png) center center no-repeat;
	background-size: cover;
	justify-content: flex-end;
}

.product-top {
	height: 981px;
	background: url(../img/p-top.png) center center no-repeat;
	background-size: cover;
	justify-content: flex-start;
	padding-top: 200px;
}

.service-top {
	height: 1183px;
	background: url(../img/service-top.png) center center no-repeat;
	background-size: cover;
	justify-content: flex-start;
	padding-top: 200px;
}

.news-top {
	height: 981px;
	background: url(../img/news-top.png) center center no-repeat;
	background-size: cover;
	justify-content: flex-start;
	padding-top: 200px;
}

.join-top {
	height: 953px;
	background: url(../img/join-top.png) center center no-repeat;
	background-size: cover;
	justify-content: flex-start;
	padding-top: 200px;
}

.about-top {
	height: 921px;
	background: url(../img/about-top.png) center center no-repeat;
	background-size: cover;
	justify-content: flex-start;
	padding-top: 200px;
}

.logo {
	width: 717px;
	height: 45px;
}

.top-title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 31px;
	line-height: 100%;
	letter-spacing: 10px;
	color: #717373;
	margin-top: 55px;
	margin-bottom: 35px;
}

.p-title {
	width: 290px;
	height: 69px;
}

.title-img {
	width: 490px;
	height: 138px;
}

.product-box {
	width: 100%;
	height: 990px;
}

.product-title {
	width: 100%;
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 31px;
	line-height: 100%;
	letter-spacing: 10px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 39px;
	margin-bottom: 120px;
	text-shadow: 2px 2px 0 #dadada40;
}

.product-list {
	width: 1305px;
	height: 795px;
	margin: 0 auto;
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-inner-p {
	width: 625px;
	height: 100%;
	position: absolute;
	left: 340px;
	top: -62px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	position: relative;
}

.swiper-slide h3 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 29px;
	line-height: 170%;
	letter-spacing: 10px;
	color: #fff;
	display: none;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
}

.swiper-slide h4 {
	font-family: Source Han Sans CN;
	font-weight: 400;

	font-size: 15px;

	line-height: 170%;
	letter-spacing: 2px;
	color: #fff;
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	background: url("../img/active-bg.png") no-repeat;
	background-size: contain;
}

.swiper-slide-active h3 {
	display: block !important;
}

.swiper-slide-active h4 {
	display: block !important;
}

.swiper-button-next,
.swiper-button-prev {
	color: #b3bac5 !important;
}

.about-box {
	width: 1400px;
	height: 586px;
	background-color: #252525;
	position: relative;
	margin: 150px auto 0;
}

.about-img {
	width: 680px;
	height: 596px;
	position: absolute;
	left: 33px;
	top: -50px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	overflow: hidden;
}

.pic-box {
	width: 325px;
	height: 293px;
	overflow: hidden;
}

.bigbox {
	width: 660px !important;
	height: 596px !important;
}

.about-pic {
	width: 325px;
	height: 293px;
	cursor: pointer;
	transition: all 0.3s ease;
	object-fit: cover;
}

/* 放大后的图片 */
.about-pic.active {
	width: 660px !important;
	height: 596px !important;
}

/* 隐藏其它图片 */
.about-pic.hide {
	display: none;
}

.about-pic.hide2 {
	filter: brightness(20%);
}

/* 放大后的图片 */
.about-pic:hover {
	width: 345px;
	height: 313px;
}

.about-content {
	width: 577px;
	height: 450px;
	position: absolute;
	right: 50px;
	top: 65px;
}

.about-title {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 5px;
	color: #fff;
	text-shadow: 2px 2px 0 #dadada40;
}

.about-title img {
	width: 175px;
	height: 40px;
}

.about-en-title {
	font-family: Microsoft YaHei;
	font-weight: 700;
	font-style: Bold;
	font-size: 13px;

	line-height: 100%;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 37px;
}

.about-content p {
	font-family: Source Han Sans CN;
	font-size: 20px;
	line-height: 157%;
	letter-spacing: 2px;
	color: #fff;
}

.main-box {
	width: 1400px;
	height: 586px;
	position: relative;
	margin: 0 auto;
	margin-top: 180px;
}

.main-content {
	width: 709px;
	height: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.main-content p {
	font-family: Source Han Sans CN;
	font-size: 20px;
	line-height: 157%;
	letter-spacing: 2px;
	color: #fff;
}

.main-img {
	position: absolute;
	right: 60px;
	top: 116px;
	width: 594px;
	height: 333px;
}

.service-box {
	width: 1400px;
	height: 586px;
	background-color: #252525;
	position: relative;
	margin: 180px auto;
	display: flex;
	justify-content: space-around;
	padding: 130px 40px 130px 40px;
	align-items: center;
}

.service-box-erji {
	width: 1400px;
	height: 586px;
	position: relative;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
	position: relative;
}

.service-box-about {
	width: 1315px;
	height: 586px;
	position: relative;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
	position: relative;
}

.line {
	width: 1200px;
	height: 1px;
	opacity: 0.51;
	border-bottom: 1px dashed #fff;
	position: absolute;
	top: 230px;
	left: 90px;
	z-index: 1;
}

.service-item {
	width: 240px;
	height: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 3;
}

.spwidth {
	width: 276px !important;
}

.spwidth h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.service-item-center {
	width: 240px;
	height: 313px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 3;
}

.service-item-center-img-erji {
	width: 309px;
	height: 517px;
}

.service-item-center-img {
	width: 238px;
	height: 242px;
}

.service-item-center h3 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-top: 15px;
	font-size: 26px;
	line-height: 170%;
	letter-spacing: 10px;
	color: #fff;
	text-align: center;
}

.s-item-lottie-bg {
	width: 112px;
	height: 112px;
	background: url("../img/lottie-bg.png") center center no-repeat;
	background-size: cover;
}

.splottie-width {
	width: 90px;
	height: 90px;
	background: url("../img/bg90.png") center center no-repeat;
	background-size: cover;
}

.service-item h3 {
	font-family: Source Han Sans CN;
	font-style: normal;
	font-weight: 400;
	margin-top: 32px;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	letter-spacing: 0.96px;
	color: #6a6a6a;
	text-align: center;
}

.service-item h2 {
	font-family: Source Han Sans CN;
	font-weight: 600;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 16%;
	color: #fff;
}

.service-item p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 16%;
	color: #fff;
	text-align: justify;
}

.white {
	color: #fff !important;
}

.service-item h4 {
	font-family: Source Han Sans CN;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	letter-spacing: 0.56px;
	color: #6a6a6a;
	text-align: center;
	margin-top: 10px;
}

.sp {
	color: #969696 !important;
	font-weight: 300 !important;
}

.some-height {
	height: 1260px;
	width: 1920px;
	background: url("../img/ftbg.png") center center no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.lottie-container {
	width: 100%;
	height: 760px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 120px;
}

.lottie-container svg {
	background: transparent !important;
}

.lottie-container2 {
	width: 100%;
	height: 112px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lottie-container3 {
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lottie-container2 svg {
	background: transparent !important;
}

:root {
	--swiper-navigation-size: 18px !important;
}

.fix-header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 260px;
	box-sizing: border-box;
	display: flex;
	z-index: 999999;
	align-items: center;
	background-color: rgba(239, 239, 239, 0.6);
}

/* 滚动后状态 */
.fix-header.scrolled {
	background-color: #8f8f8f;
}

.lg {
	width: 236px;
	height: 33px;
}

.menu {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-items: flex-end;
	margin-left: 518px;
	height: 80px;
	justify-content: space-between;
}

.menu-item {
	width: fit-content;
	color: #011b49;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.menu-item:hover {
	color: #2251cb;
}

.cur {
	color: #2251cb;
	position: relative;
}

.cur::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -4px;
	/* 控制与文字的距离 */
	width: 25px;
	/* 下划线长度 */
	height: 2px;
	/* 线的粗细 */
	background-color: #2251cb;
	border-radius: 2px;
	/* 可选：让线更圆润 */
}

footer {
	width: 1920px;
	height: 1839px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 0;
	padding-bottom: 80px;
	box-sizing: border-box;
	align-items: center;
}

.index-footer {
	background: url("../img/footerimg.png") no-repeat;
}

.erji-footer {
	background: url("../img/ftbg2.png") no-repeat;
	margin-top: -500px;
}

.footer-box {
	width: 1410px;
	margin: 0 auto;
	height: 350px;

	display: flex;
}

.footer-box-left {
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	color: #fff;
}

.footer-box-left p {
	line-height: 200%;
	color: #fff;
	font-family: "PingFang SC";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 1.68px;
}

.footer-box-left h3 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	margin-top: 32px;
	margin-bottom: 5px;
	letter-spacing: 10%;
}

.ft-logo {
	width: 256px;
	height: 36px;
	margin-bottom: 20px;
}

.ft-code {
	width: 80px;
	height: 80px;
}

.footer-box-right {
	flex-grow: 1;

	margin-left: 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-box-right-item {
	width: fit-content;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-box-right-item h3 {
	margin-bottom: 10px;
}

.footer-box-right-item h3>a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
}

.footer-box-right-item a {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	height: 45px;
	letter-spacing: 0%;
	color: #fff;
	line-height: 32px;
	text-decoration: none;
}

.footer-box-right-item a:hover {
	color: #2251cb;
}

.copyright {
	width: fit-content;
	height: 102px;
	margin-top: 90px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
}

/* 产品页 */
.product-section {
	text-align: center;
	color: #fff;
}

.margin-2 {
	margin-top: 161px;
}

.product-section h3 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 48px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 10%;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-align: center;
	justify-content: center;
}

.product-section h3>span {
	width: 8px;
	height: 38px;
	background-color: #2251cb;
	margin-right: 10px;
}

.product-section h4 {
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 10%;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 32px;
}

.product-section p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 10%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}

.goods {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 1417px;
	margin: 0 auto;
}

.goods-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 1417px;
	margin: 0px auto;
}

.goods-info-one {
	height: fit-content;
	width: fit-content;
}

.goods-info-title {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 10%;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

.goods-info-line {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 57px;
	border-bottom: 1px solid #fff;
	width: 516px;
}

.goods-info-line span {
	width: 50%;
	text-align: left;
}

.tr {
	text-align: right !important;
	width: fit-content !important;
}

.tl {
	text-align: left !important;
	width: 220px !important;
	letter-spacing: 3px;
}

.tll {
	text-align: right !important;
	width: 73px !important;
	padding-right: 0px !important;
}

.tlll {
	text-align: right !important;
	width: 90px !important;
	padding-right: 0px !important;
}

.pr {}

.goods-lottie1 {
	width: 100px;
	height: 800px;
}

.goods-lottie2 {
	width: 107px;
	height: 820px;
}

.goods-img {}

.goods-info-two {
	height: 1000px;
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 200px 0;
}

/* 业务范围页 */
.service-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1400px;
	margin: -250px auto 0;
}

.service-item-line {
	width: 1400px;
	height: 640px;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-item-text h3 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 34px;
	letter-spacing: 10%;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-align: left;
	justify-content: flex-start;
	margin-bottom: 32px;
}

.service-item-text h3>span {
	width: 8px;
	height: 38px;
	background-color: #2251cb;
	margin-right: 10px;
}

.service-item-text p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 36px;
	letter-spacing: 10%;
	color: #fff;
	max-width: 744px;
	text-align: justify;
}

.service-item-img {
	background: url("../img/sbg.png");
	width: 536px;
	height: 327px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	padding: 0 17px;
	box-sizing: border-box;
}

.service-item-img img {
	width: 501px;
	height: 290px;
}

.service-item-pic {
	width: 1400px;
	height: 640px;
	color: #fff;
	padding: 160px 0;
}

.service-item-pic h3 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 34px;
	letter-spacing: 10%;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-align: left;
	justify-content: center;
	margin-bottom: 80px;
}

.service-item-pic h3>span {
	width: 8px;
	height: 38px;
	background-color: #2251cb;
	margin-right: 10px;
}

.pic-list {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 1325px;
	margin: 0 auto;
}

.pic-list h4 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 148%;
	letter-spacing: 12%;
	color: #fff;
	text-align: center;
	margin-top: 29px;
}

/* 新闻列表页 */

.article-list {
	width: 1400px;
	margin: 0 auto;
}

.article-item {
	width: 1400px;
	min-height: 450px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
}

.swiper-box {
	border: 1px solid red;
	height: 566px;
	width: 100%;
	overflow: hidden;
}

.article-word {
	width: 772px;
	height: 281px;
	padding-left: 100px;
	background: url("../img/a.png") no-repeat;
	background-size: 194px 208px;
	background-position: -20px 0;
	color: #fff;
}

.article-word h3 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 48px;
	leading-trim: NONE;
	line-height: 32px;
	letter-spacing: 0%;
}

.article-word h4 {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 12%;
	margin-top: 32px;
	margin-bottom: 16px;
}

.article-word p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 12%;
	text-align: justify;
}

.article-img {
	background: url("../img/aimgbg.png") no-repeat;
	background-size: cover;
	width: 430px;
	height: 300px;
	padding: 0 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.article-img img {
	width: 405px;
	height: 272px;
}

/* 加入我们页 */
.join-description {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 34px;
	letter-spacing: 10%;
	color: #fff;
	width: 1405px;
	margin: 56px auto 160px;
}

.join-type {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
	width: 1400px;
	margin: 0 auto 20px;
}

.join-list {
	width: 1400px;
	margin: 0 auto 100px;
	position: relative;
	z-index: 5;
}

.join-item {
	min-height: 87px;
	cursor: pointer;
}

.join-item-line {
	display: flex;
	justify-content: space-between;
	height: 87px;
	border-bottom: 1px solid #fff;
	align-items: center;
}

.join-name {
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 10%;
	color: #fff;
}

.join-area {
	display: flex;
	align-items: center;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}

.join-area img {
	width: 32px;
	height: 32px;
	margin-left: 20px;
}

.join-item-content {
	color: #fff;
	padding: 0px 20px 40px;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 1.5s ease, visibility 1.5s ease, height 1.5s ease;
}

.contentshow {
	visibility: visible;
	opacity: 1;
	height: 900px;
	transition: opacity 1.5s ease, visibility 1.5s ease, height 1.5s ease;
}

.join-item-content h4 {
	margin-bottom: 13px;
	margin-top: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-style: Medium;
	font-size: 22px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 10%;
}

.join-item-list {
	padding-left: 20px;
}

.join-item-list li {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 10%;
	list-style: none;
	padding-left: 10px;
	position: relative;
}

.join-item-list li::before {
	content: "";
	width: 5px;
	/* 小点大小 */
	height: 5px;
	background: #d9d9d9;
	border-radius: 50%;
	position: absolute;
	left: -6px;
	top: 19px;
}

.join-item-content p {
	font-family: PingFang SC;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 10%;
	margin-top: 30px;
	padding-left: 28px;
}

/* 关于我们页 */
.about-section {
	width: 1400px;
	text-align: center;
	margin: -17px auto 0;
	position: relative;
	z-index: 9;
}

.about-title-h3 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 36px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 16%;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-align: center;
	justify-content: center;
}

.about-title-h3 span {
	width: 8px;
	height: 38px;
	background-color: #2251cb;
	margin-right: 10px;
}

.t-line {
	width: 1400px;
	heigth: 5px;
	margin-bottom: 160px;
}

.about-content2 {
	width: 1315px;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}

.about-left-text p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 14%;
	color: #fff;
	margin-bottom: 20px;
	text-align: justify;
	max-width: 760px;
}

.about-img-box {
	background: url("../img/about-img-bg.png");
	width: 416px;
	height: 291px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	padding: 0 14px;
	box-sizing: border-box;
}

.about-img-box img {
	width: 392px;
	height: 263px;
}

.year-box {
	width: 1096px;
	height: 228px;
	background: url("../img/qu.png") no-repeat;
	background-size: cover;
	margin: 193px auto 450px;
	position: relative;

}

.fly {
	width: 176px;
	height: 167px;
	position: absolute;
	left: 1079px;
	top: -113px;
	transform: rotate(11deg);
	transition: left 0.8s ease, top 0.8s ease;
}

.quline-item {
	width: 280px;
	height: 400px;
}

.year-bg {
	background: url("../img/ybg.png") no-repeat;
	background-size: cover;
	width: 77px;
	height: 90px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-family: "Source Han Sans CN";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}

.quline-item {
	position: absolute;
}

.p-1 {
	left: -39px;
	top: 180px;
	width: 256px;
}

.p-2 {
	left: 420px;
	top: 139px;
	width: 280px;
}

.p-3 {
	left: 876px;
	top: 31px;
	width: 246px;
}

.quline-item h3 {
	font-family: Source Han Sans CN;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 16%;
	color: #fff;
	text-align: left;
	margin-top: 29px;
	margin-bottom: 24px;
}

.quline-item p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: 2%;
	color: #fff;
	text-align: justify;
}

.big {
	background: url("../img/bigbg.png") no-repeat;
	background-size: cover;
	width: 1389px;
	height: 71px;
	margin: 331px auto 100px;
	position: relative;
}

.point1 {
	position: absolute;
	left: -4px;
	top: 61px;
	width: 21px;
	height: 21px;
}

.point2 {
	position: absolute;
	right: -4px;
	top: 58px;
	width: 21px;
	height: 21px;
}

.big-item {
	width: 228px;
	height: 241px;
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.big-title {
	color: #fff;
	font-family: "Source Han Sans CN";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.big-img-cr {
	width: 51px;
	height: 51px;
}

.big-line {
	width: 2px;
	height: 82px;
}

.rotate-line {
	transform: rotate(180deg);
}

.big-text {
	color: #fff;
	font-family: "Source Han Sans CN";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.big1 {
	left: 124px;
	top: -70px;
}

.big2 {
	left: 356px;
	top: -96px;
}

.big3 {
	left: 606px;
	top: -71px;
}

.big4 {
	left: 849px;
	top: -99px;
}

.big5 {
	left: 1076px;
	top: -69px;
	width: 248px !important;
}



.gomore {
	width: 100%;
	text-align: center;
}

.gomore-left {
	width: fit-content;
	text-align: left;
}

.more-button {
	width: 80px;
	height: 28px;
	display: block;
	border: 1px solid #fff;
	color: #fff;
	margin: 20px auto 0;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 28px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	letter-spacing: 10%;
}

.more-button:hover {
	border: 1px solid #4f79e4;
	color: #4f79e4;
}

.code-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap: 20px;
}

.logo-product {
	width: 409px;
	height: 685px;
	background: url(../img/logobg.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 300px;
}