@import "flex.css";
@import "iconfont/iconfont.css";



/* 定义字体族名称为"MyFont"，并指定字体文件的路径 */
@font-face {
	font-family: 'TCloudNumber';
	/* 这里的'MyFont'是你自定义的字体族名称 */
	src: url('../font/TCloudNumberVF.ttf') format('truetype');
	/* 指定字体文件的路径和格式 */
}

@font-face {
	font-family: 'SJzhuosongc';
	/* 这里的'MyFont'是你自定义的字体族名称 */
	src: url('../font/SanJiZhuoSongTi.ttf') format('truetype');
	/* 指定字体文件的路径和格式 */
}

@font-face {
	font-family: 'PingFang SC';
	/* 这里的'MyFont'是你自定义的字体族名称 */
	src: url('../font/pingfang.ttf') format('truetype');
	/* 指定字体文件的路径和格式 */
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

*,
dl,
ol,
ul {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

body {
	position: relative;
	margin: 0;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif
}

body.no-scroll,
html.no-scroll {
	overflow-y: hidden
}

main {
	display: block
}

ul,
li {
	list-style-type: none;
}

p {
	margin-top: 0;
	margin-bottom: 0rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0rem;
	font-weight: 500;
	line-height: 1.2;
}

a {
	color: #272424;
	text-decoration: none;
}

.container {
	padding-right: 0;
	padding-left: 0
}

a:hover {
	color: #965CEF;
}
.nav-active {color: #965CEF;}

.txtleft {
	text-align: left;
}

.txtcenter {
	text-align: center;
}

.txtright {
	text-align: right;
}

.txtline1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.txtline2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.public-title h3 {
	color: #333;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 16px;
}

.public-title p {
	color: #A4A4A4;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.wearp {
	width: 1440px;
	margin: auto;
}

.none {
	display: none;
}

.block {
	display: block;
}

.sticky {
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	background: #fff !important;
	transition: .5s !important;
	z-index: 1022;
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	animation-name: slideInDown;
}

.header-area {
	height: 80px;
}

.header-logo img {
	width: 137px;
}

.header-logo {
	border-right: 1px solid #DDD;
	height: 80px;
	padding: 0 50px;
}

.header-menu {
	font-size: 16px;
	border-right: 1px solid #DDD;
	height: 80px;
	padding-left: 70px;
	background-color: #fff;
}



.nav_scroll {
	gap: 80px;
	width: 100%;
}

.header-menu li {
	text-align: center;
}

.header-contact {
	padding: 0 40px;
	color: #333;
	font-size: 16px;
	gap: 18px;
}

.header-contact .iconfont {
	color: #965cef;
	font-size: 16px;
}


.index-banner {
	width: 100%;
	height: 900px;
	position: relative;
}

.index-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

.index-banner-pagination {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	position: absolute;
	padding-left: 6%;
	margin-bottom: 47px;
	z-index: 900;
	height: 24px;
}

.index-banner-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	opacity: .7;
	cursor: pointer;
}

.index-banner-pagination-bullet-active {
	background: none;
	position: relative;
	opacity: 1;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.index-banner-pagination-bullet-active:before {
	content: "\e807";
	font-family: 'iconfont';
	position: absolute;
	color: #fff;
	top: 0px;
	left: 0;
	font-size: 24px;
}

.banner-info {
	width: 1440px;
	position: absolute;
	left: calc(50% - 1440px / 2);
	z-index: 111;
}

.banner-info-title {
	color: #221731;
	font-family: "PingFang SC";
	font-size: 68px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	/* 0px */
}

.banner-info-msg {
	color: rgba(6, 15, 27, 0.40);
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.banner-info-buttom {
	padding: 9.5px 33px 10.5px 37px;
	justify-content: flex-end;
	align-items: center;
	border: 1px solid #221731;
	color: #221731;
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	gap: 12px;
}

.banner-info-buttom .more {
	width: 32px !important;
	height: 32px !important;
}

.banner-info-content {
	width: 750px;
	gap: 21px;
}

.information-card {
	margin-top: -74px;
	position: relative;
	z-index: 1000;
}

.information-card-item {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(153, 153, 153, 0.25);
	display: flex;
	padding: 35px 38px;
	align-items: center;
	gap: 28px;
	flex: 1 0 0;
	position: relative;
	cursor: pointer;
}

.information-card-item-content {
	z-index: 1;
	color: #333;
}

.information-card-item-content h4 {

	font-family: "PingFang SC";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.information-card-item-content p {


	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.6;
}


.information-card-item:hover .information-card-item-content {
	color: #fff;
}

.information-card-item-icon {
	width: 68px;
	height: 68px;
	z-index: 1;
}

.information-card-item-icon img {
	width: 100%;
	height: 100%;
	z-index: 1;
}



.information-card-item:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #965cef;
	z-index: -0;
	transition: 0.5s;
	border-radius: 10px;
}

.information-card-item:hover:before {
	width: 100%;
}

.information-icon img {
	transition: 0.5s;
}

.information-card-item:hover .information-card-item img {
	filter: brightness(1) invert(1);
}



.about-section {
	margin-top: 125px;
	padding-bottom: 100px;
}

.about-section .wearp {
	gap: 88px;
}

.about-thumb {
	width: 735px;
	height: 512px;
	flex-shrink: 0;
	aspect-ratio: 735/512;
}

.about-thumb img {
	width: 100%;
}

.about-info h4 {
	color: #A9A8AB;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.about-info h1 {
	color: #333;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 16px 0 20px 0;
}

.about-info-desc {
	color: #5E5E5E;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
}

.about-info-button {
	margin-top: 8px;
}

.about-info-button a {
	color: #965CEF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.about-info-button img {
	width: 32px;
}

.about-honor {
	height: 480px;
	background-color: #261D2F;
	background-image: url(../images/index/about-honor-bg.png);
	background-size: cover;
	background-position: center;
}

.about-honor-info {
	width: 419px;
	gap: 29px;
	margin-right: 43px;
}

.about-honor-info-title {
	color: #FFF;
	font-family: "Abhaya Libre SemiBold";
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.about-honor-info-desc {
	color: rgba(255, 255, 255, 0.80);
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 198%;
	opacity: 0.8;
}

.about-honor-pic img {
	width: 100%;
}

.about-server {
	padding: 89px 0 110px 0;
	background: #F2F2F2;
}

.about-server .public-title {
	margin-bottom: 42px;
}

.about-server .wearp {
	gap: 24px;
}

.about-server-item {
	flex: 0 0 calc(20% - 19.5px);
	border-radius: 4px;
	background: #FFF;
	padding: 40px 25px;
	gap: 35px;
}

.about-server-item h3 {
	color: #333;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.about-server-item img {
	width: 76px;
	height: 76px;
}

.about-server-item p {
	color: #858585;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-server-tag {
	background-image: url(../images/index/about-server-tag-bg.png);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	background-color: rgba(0, 0, 0, 0.1);
}



.about-server-tag .wearp {
	gap: 24px;
}

.about-server-tag-item {
	display: flex;
	padding: 25px 0;
	justify-content: center;
	align-items: center;
	flex: 1 0 30%;
	align-self: stretch;
	border-radius: 4px;
	background: #FFF;
}


.index-product {
	padding: 100px 0 130px 0;
}

.index-product .wearp {
	overflow: hidden;
	position: relative;
	margin-top: 38px;
}

.index-product .swiper-button-next,
.index-product .swiper-button-prev {
	width: 66px;
	z-index: 11111;
}

.index-product .swiper-wrapper {

	margin: auto;
}

.index-product-swiper {
	width: calc(100% - 184px);
	margin: 0 88px;
	overflow: hidden;
}


/* Swiper Navigation Buttons */
.index-product .swiper-button-next,
.index-product .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 68px;
	height: 68px;
	background: rgba(0, 0, 0, .1);
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.index-product .swiper-button-next:after,
.index-product .swiper-button-prev:after {
	font-size: 18px;
	color: #fff;
}

.index-product-item {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	border: 1px solid #E8E8E8;
	background: #FFF;
}

.index-product-item img {
	width: 100%;
}

.index-product-item-title {
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	padding: 28px 0;
	border-top: 1px solid #E8E8E8;
}


.index-news {
	background: #F2F2F2;
	padding: 90px 0 119px 0;
}

.more-buttom {
	display: flex;
	padding: 0 26px 0 37px;
	height: 68px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #965CEF;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	gap: 16px;
	position: relative;
}

.more-buttom a {
	color: #fff;
	z-index: 1;
}

.more-buttom img {
	z-index: 1;
}

.more-buttom:before {
	position: absolute;
	content: "";
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	background: #fff;
	transform: scale(0);
	z-index: 0;
	transition: 0.5s;
	border-radius: 5px;
}

.more-buttom:hover a {
	color: #965CEF;
}

.more-buttom:hover:before {
	transform: scale(1);
}

.news-list {
	gap: 40px;
}

.news-list-item {
	border-radius: 4px;
	background: #FFF;
	padding: 40px 40px 60px 40px;
	flex: 1;
	position: relative;

}

.news-list-item .date {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(169, 169, 169, 0.25);
	color: #965CEF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	padding: 15px 50px;
	margin-top: -24px;
	position: relative;
	z-index: 2;
}

.news-list-item h2 {
	color: #333;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
	margin: 36px 0 12px 0;
	height: 66px;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制两行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-item .more {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 40px;
	z-index: 2;
	height: 20px;
}

.news-list-item .more span {
	margin-right: 28px;
}

.page-new h2 {
	border-bottom: 1px solid #E2E2E2;

}

.news-list-item-img {
	max-height: 278px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0;
	border-radius: 12px;
	background: #C6C6C6;
}

.news-list-item-img img {
	width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
	object-fit: cover;
}

.news-list-item:hover .news-list-item-img img {
	transform: scale(1.1);
}

.index-news .public-title {
	margin-bottom: 38px;
}



.footer {
	height: 524px;
	padding-top: 60px;
	background-color: #61338C;
	position: relative;
}

.footer-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.2;
	z-index: 0;
}

.footer .wearp .footer-main {
	gap: 93px;
	position: relative;
	z-index: 1;
}

.footer-logo {
	width: 164px;
	height: 50px;
	margin-bottom: 48px;
}

.footer-left {
	/* flex-direction: column; */
	width: 165px;
}

.foot-ewm {}

.foot-ewm-img {
	width: 110px;
	height: 110px;
	margin-bottom: 13px;
}

.foot-ewm p {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-copy {
	color: rgba(255, 255, 255, 0.40);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding-top: 24px;
	margin-top: 54px;
	z-index: 1;
	position: relative;
}

.footer-copy a {
	color: rgba(255, 255, 255, 0.40);
}

.footer-nav-list {
	gap: 60px;
}

.footer-nav-list-item h2 {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer-nav-list-item {
	gap: 24px;
	flex: 1;
}

.footer-nav-list-item a {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer-contact {
	max-width: 290px;
}

.footer-contact h3 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.footer-contact p {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
	margin-top: 12px;
	/* 26.4px */
}

.m-header {
	padding: 0 24px;
	background: #965CEF;
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1022;
}

.m-header::before {
	content: '';
	position: absolute;
	height: 128px;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-bottom: 64px;

}

.m-header-body {
	height: 100%;
	height: 64px;
}

.m-header-logo {
	width: 137px;
}

.m-header-logo img {
	width: 100%;
}

.menu-nav {
	margin-top: 64px;
	width: 100%;
	display: none;
}

.menu-nav-opened {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		height: 1%;
		overflow: hidden;
	}

	to {
		opacity: 1;
		height: 100%;
	}
}

.menu-nav a {
	border-bottom: 1px solid #E2E2E2;
	background: #FFF;
	display: flex;
	padding: 19px 24px;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}



.menu-nav-toggler {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: none;
}



.menu-nav-toggler-icon {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	cursor: pointer;
}

.menu-nav-toggler-icon span {
	background-color: #fff;
	height: 3px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	border-radius: 10px;
}

.menu-nav-toggler-icon span:nth-child(2) {
	flex: 0 0 80%;
}



.menu-opened-icon span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 4px;
}

.menu-opened-icon span:nth-child(2) {
	opacity: 0;
}

.menu-opened-icon span:nth-child(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}



.page-banner {
	height: 305px;
	margin-top: 80px;
	position: relative;
	background-color: #221731;
	overflow: hidden;
}

.page-banner-content {
	position: relative;
	z-index: 2;
	padding: 96px 0 0 0px;
}

.page-banner-content-nav {
	color: rgba(255, 255, 255, 0.60);
	gap: 6px;
}

.page-banner-content-nav img {
	width: 24px;
}

.page-banner-content-nav a {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.page-banner h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 20px;

}

.page-banne-bg {
	position: absolute;
	height: 305px;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}

.page-banner p {
	color: #FFF;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	opacity: .6;
}

.page-navigation {
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
	backdrop-filter: blur(12px);
	height: 56px;
}

.page-navigation .wearp {
	height: 100%;
}

.page-navigation a {
	display: block;
	position: relative;
	color: #535963;
	font-family: "PingFang SC";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-right: 28px;
	height: 56px;
	line-height: 56px;
}


.page-navigation .selected::before {
	content: '';
	width: 24px;
	height: 4px;
	position: absolute;
	left: calc(50% - 12px);
	bottom: 6px;
	border-radius: 2px;
	background: #965CEF;
}


.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #23272E;
	font-family: "PingFang SC";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	padding: 65px 0;
}

.pagination .num a {
	text-align: center;
	background-color: #F3F3F3;
	text-decoration: none;
	color: #333;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	display: block;
	line-height: 46px;
}

.pagination span {
	min-width: 32px;
	text-align: center;
	display: block;
}

.pagination .jump {
	margin-left: 16px;
}




.pagination .disabled {
	color: #ddd;
	pointer-events: none;
}

.pagination input {
	max-width: 32px;
	padding: 5px 12px;
	text-align: center;
	margin: 0 8px;
}



.pagination .num {
	gap: 24px;
}

.pagination .dropdown {
	position: relative;
	display: inline-block;
	margin-left: 16px;





}

.pagination .dropdown .icon {
	position: relative;
}

.pagination .dropbtn {
	border: 1px solid #fff;
	background: #fff;
	height: 30px;
	position: relative;
	padding-right: 22px;
	border-radius: 4px;
	padding: 0px 40px 4px 16px;
}

.pagination .dropbtn::before {
	font-family: 'iconfont';
	position: absolute;
	right: 16px;
	top: 0;
	content: "\e816";
	transform: rotate(90deg);
	font-size: 16px;
}

.pagination .dropdown-content {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 11;
	padding-top: 4px;
}

.pagination .dropdown-content-body {
	padding-top: 4px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
	min-width: 100px;
	padding: 4px;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.pagination .dropdown-content a {
	color: black;
	padding: 4px 16px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	color: #23272E;
	font-family: "PingFang SC";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.pagination .dropdown-content a:hover {
	border-radius: 4px;
	background: #EDFCFA;
	color: #965CEF;
	font-weight: 500;
}

.pagination .dropdown:hover .dropdown-content {
	display: block;
}

.pagination .dropdown:hover .dropbtn {
	border: 1px solid #007370;
}

.pagination .total {
	margin-right: 16px;
}

.pagination .arrow-left,
.pagination .arrow-right {
	position: relative;
	font-size: 16px;
}

.pagination .arrow-left::before,
.pagination .arrow-right::before {
	position: absolute;
	font-family: 'iconfont';
	left: calc(50% - 8px);
}

.pagination .arrow-left::before {
	content: "\e817";
}

.pagination .arrow-right::before {
	content: "\e816";
}


.product-list {
	gap: 28px;
	margin-top: 50px;
}

.product-list-item {
	flex: 0 0 calc(24% - 28px);
}

.product-list-item:hover .product-list-item-img {
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
}

.product-list-item-img {
	width: 338px;
	height: 338px;
}

.product-list-item-img img {
	width: 100%;
	height: 100%;
}

.product-list-item-title {
	color: #333;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 26px 0;
}

.news-page {
	padding: 100px 0 0 0;
}

.news-page .news-list-item h2 {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 50px;
	margin-bottom: 60px;
	height: 80px;
	min-height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制两行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;
	max-height: 3em;
}

.news-page .news-list-item-img {
	height: 260px;
}

.news-page .news-list-item {
	border-radius: 12px;
	flex: 0 0 calc(33.333% - 28px);
	padding: 20px;
	background: #FFF;
	overflow: hidden;
}

.news-page .news-list-item .more {
	left: 20px;
}

.news-page .pagination .num a {
	background-color: #fff;
}



.pagination .num .active,
.pagination .num a:hover {
	color: #fff;
	background-color: #965CEF !important;
}


.server-page {
	padding: 100px 0px 0px;
}

.server-tag-list {
	gap: 48px;
}

.server-tag-list-item {
	flex: 0 0 calc(33.333% - 32px);
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(153, 153, 153, 0.25);
	padding: 24px 38px;
	display: flex;
	align-items: center;
	justify-items: center;
	flex-direction: column;
}

.server-tag-list-item-img {
	border-radius: 999px;
	background: #965CEF;
	display: flex;
	width: 76px;
	height: 76px;
	padding: 20.5px 20px 19.5px 20px;
	justify-content: center;
	align-items: center;
}

.server-tag-list-item-img img {
	width: 36px;
	height: 36px;
}

.server-tag-list-item h2 {
	color: #333;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 12px 0 8px 0;
}

.server-tag-list-item p {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: .6;
}

.server-table {
	font-size: 16px;
	color: #333;
	margin-top: 36px;
}

.server-table-header {
	background: #F4EFFD;
	border-bottom: 1px solid #965CEF;
	padding: 29px 0 21px 0;
	min-height: 80px;
}

.server-table-list {}



.server-table-item {
	flex: 1 0 0;
	border-bottom: 1px solid #E2E2E2;
	padding: 20px 12px;
display: flex;align-items: center;
height: 113px;
}
.server-table-header .server-table-item {
	border-bottom: 0;
	padding: 0 12px;
	height: auto;
}
.server-table-item:first-child {
	flex: 0 0 76px;
	text-align: center;
}

.server-table-item:nth-child(2) {
	flex: 0 0 96px;
}

.server-table-item:nth-child(4) {
	flex: 0 0 136px;
}

.server-table-item:nth-child(6) {
	flex: 0 0 120px;
}

.server-table-item:nth-child(7) {
	flex: 0 0 96px;
}

.server-table-item:nth-child(8) {
	flex: 0 0 96px;
}

.contact-address {
	background: #fff;
	border-radius: 12px;
	padding: 16px;

}


.contact-address-map {
	flex: 0 0 50%;
}

.contact-address-info {
	flex: 0 0 50%;
	padding: 90px 0 0 80px;
}

.contact-info {
	padding: 100px 0;
	background-color: #F2F2F2;
}

.contact-address-info h2 {
	color: #000;
	margin-bottom: 20px;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.contact-address-info p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
	opacity: 0.6;
}

.contact-copy-list {
	gap: 32px;
	margin-top: 41px;
}

.contact-copy-item {
	background-color: #fff;
	border-radius: 8px;
	background: #FFF;
	flex: 1 0 0;
	padding: 32px;
}

.contact-copy-item img {
	width: 55px;
}

.contact-copy-item h3 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 12px 0;
}

.contact-copy-item p {
	color: #000;
	font-size: 16x;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	opacity: 0.6;
}

.contact-address-map-img {
	height: 360px;
}

.contact-form {
	padding: 120px 0;
	gap: 88px;
}

.contact-form-body {
	flex: 1 0 0;
}

.contact-form-img {
	width: 638px;
}

.contact-form-img img {
	width: 100%;
}

.contact-form-title {
	margin-bottom: 55px;
}

.contact-form-title h2 {
	color: #333;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 16px;
}

.contact-form-title p {
	color: #333;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: .6;
}

.contact-form-post {
	gap: 28px;
}

.contact-form-post input,
.contact-form-post textarea {
	padding: 20px;
	border-radius: 2px;
	background: #F3F3F3;
	flex: calc(50% - 14px);
}

.contact-form-post input::placeholder,
.contact-form-post textarea::placeholder {
	color: #333;
	font-size: 16px;
}

.contact-form-post-item {
	gap: 36px;
}

.contact-form-post input {
	height: 60px;
}

.contact-form-post textarea {
	height: 193px;
}

.contact-form-post-btn {
	display: flex;
	padding: 14px 37px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: #965CEF;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	max-width: 138px;
	margin-top: 40px;
}

.contact-desc {
	margin-bottom: 24px;
}

.contact-desc h2 {
	color: #333;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 8px;
}

.contact-desc p {
	color: #333;
	opacity: .6;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-show {
	padding: 100px 0 38px 0;
	gap: 38px;
}

.product-show-title {
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 100%;
}

.product-show-desc {
	width: 100%;
}

.product-show-desc img {
	max-width: 100%;
}

.end-nav {
	width: 100%;
	font-size: 22px;
}

.end-nav-prev {
	flex: 0 0 50%;
	gap: 12px;
}

.end-nav-next {
	flex: 0 0 50%;
	gap: 12px;
}

.end-nav .iconfont {
	border-radius: 9999px;
	background: rgba(168, 168, 168, 0.10);
	display: flex;
	padding: 13px;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #000;
	width: 50px;
	height: 50px;
}

.end-nav span {
	color: #000;
	font-style: normal;
	font-weight: 400;
	opacity: .6;
}

.end-nav a {
	color: #333;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
}

.product-show-pic {
	background: #F2F2F2;
	display: flex;
	padding: 36px 72px 34px 33px;
	align-items: flex-start;
	gap: 54px;
	width: 100%;
}

.product-show-pic-left {
	gap: 32px;
	width: 646px;
}

.product-show-pic-left-top {
	width: 646px;
	overflow: hidden;
}

.product-show-pic-left-top img {
	width: 100%;
	height: 100%;
}

.product-show-pic-right {
	gap: 14px;
}

.product-show-pic-right h2 {
	color: #000;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 18px;
}

.product-show-pic-right p,
.product-show-pic-right article {
	color: #000;
	opacity: .6;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/* 44px */
}

.product-show-pic-right h3 {
	color: #000;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%;
}

.product-show-pic-right .contact-btn {
	border-radius: 8px;
	background: #965CEF;
	display: flex;
	padding: 17px 37px;
	align-items: center;
	gap: 12px;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;
	margin-bottom: 7px;
}

.product-show-pic-right .contact-phone {
	color: #333;
	font-family: TCloudNumber;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-show-pic-right .contact-phone i {
	color: #965CEF;
	font-size: 24px;
	margin-right: 16px;
}

.product-piclist {
	position: relative;
	gap: 16px;
	width: 100%;
	/* margin-left: 52px; */
	overflow: hidden;
}

.product-piclist-swiper {
	width: calc(100% - 104px);
	overflow: hidden;
}


.product-item {
	border: 4px solid #fff;
}

.product-item img {
	width: 100%;
}

.product-piclist .current-slide {
	border: 4px solid #A9A9A9;

}

.button-next,
.button-prev {
	display: flex;
	width: 36px;
	height: 120px;
	padding: 42px 0px;
	align-items: center;
	gap: 10px;
	background-color: rgba(0, 0, 0, 0.3);

}

.button-next {
	right: 0;
	top: 0;
}

.button-prev {
	left: 0;
	top: 0;
}

.product-piclist .iconfont {
	font-size: 36px;
	color: #fff;
}



.about-content-img {
	width: 666px;
	position: relative;
	flex: 1;
}

.about-content-img-left {
	width: 666px;
}

.about-content-img-right {
	width: 500px;
	border: 12px solid #FFF;
	background: #C9C9C9;
	position: absolute;
	top: 275px;
	right: -100px;
}

.about-infos {
	padding: 145px 0 120px 0;
}


.about-content-desc {
	flex: 0 0 50%;
}

.about-content-desc-content p {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

.about-content {
	gap: 53px;
}

.about-content-desc-content-end {
	margin-top: 51px;
	margin-left: 113px;
}

.about-news {
	background-color: #F2F2F2;
	padding: 100px 0;
}

.about-news-item {
	position: relative;
	margin-top: 44px;
}

.about-news-item-img {
	position: relative;
	z-index: 11;
}


.about-news-item-img img {
	height: 100%;
	width: 100%;

}

.about-news-item-end-info {
	width: 75%;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(169, 169, 169, 0.25);
	display: flex;
	padding: 30px 39px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-top: -60px;
	z-index: 666;
	position: relative;
	margin-left: calc(50% - 75%/2);
}

.about-news-item-end-info p {
	color: #965CEF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.about-news-item-end-info h3 {
	color: #333;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.about-news-left .about-news-item {
	width: 768px;
}

.about-news-right .about-news-item {
	width: 636px;
}

.about-news-list {
	gap: 36px;
}

.about-hon {
	padding: 100px 0 0px 0;
}

.about-hon-swiper {
	width: 464px;
	height: 100%;
}

.about-hon-swiper .end-info {
	margin-top: 32px;
	background-image: url(../images/about/hon-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 78%;
	padding: 0px 0px 80px 0px;
	overflow: hidden;
	min-height: 116px;
}

.about-hon-swiper .end-info h2 {
	color: #000;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.5;
}

.about-hon-swiper .end-info p {
	color: #7E7E7E;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.about-hon-right-img {
	flex: 1;
}

.about-hon-right-img img {
	width: 100%;
}

.about-hon-body {
	margin-top: 120px;
	gap: 100px;
}

.hon-swiper-body {
	position: relative;
	width: 100%;
}

.hon-swiper {
	width: 100%;
	overflow: hidden;
}

/* .hon-swiper-body .swiper-button-next,
.hon-swiper-body .swiper-button-prev {}
 */

.hon-swiper-body .swiper-button-next:after,
.hon-swiper-body .swiper-button-prev:after {

	font-size: 18px !important;
	color: rgba(0, 0, 0, .4);
}

.hon-swiper-item {
	text-align: center;
	display: flex;
	height: 100%;

}

.hon-swiper-item img {
	max-width: 233px;
}

.hon-swiper-body .swiper-wrapper {
	align-items: center;
}

.related-news {
	padding: 80px 0;
}

.related-news h3 {
	color: #333;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 56px;
	display: block;
	width: 100%;
}

.news-title {
	color: #333;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.news-date {
	margin: 20px 0 40px 0;
	color: #838A95;
	font-family: TCloudNumber;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.news-content {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

.news-content img {
	max-width: 100%;
	margin: 37px 0;
}

.news-page .end-nav {
	margin-top: 60px;
}