:root {
	--main-color: #9E1062;
	--coor-999: #999;
	--coor-666: #666;
	--footer-bg: #34383B;
	--footer-bar-bg: #2B2E30;
	--lh-26: 26px;
	--ft-size-16: 16px;
	--orange: #FF8329;
}

.orange {
	color: var(--orange);
}

.gradient-text {
	background: linear-gradient(0deg, #2D32D3 10%, #ED38B2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

.gradient-text {}

.ft20 {
	font-size: 20px;
}

.ft28 {
	font-size: 28px;
}

.ft54 {
	font-size: 54px;
}

.text-center {
	text-align: center;
}

.mt20 {
	margin-top: 20px;
}

.zhanwei {
	margin-top: 75px;
}

.bg245 {
	background-color: rgb(245, 245, 245);
}

.mt100 {
	margin-top: 100px;
}

.home-title {}

.tab img {
	width: 169px;
	height: 127px;
}

.p30 {
	padding: 30px;
}

.home-it {}

.home-it {
	background-size: cover;
	padding-top: 74px;
	padding-bottom: 74px;
	text-align: center;
}

.bcover {
	background-size: cover;
}

.home-it h3 {
	font-size: 36px;
	font-weight: 700;
	color: #333;
}

.title-en {
	font-size: 24px;
	font-weight: 700;
	color: #CCCCCC;
}

.home-it .title-en {
	font-size: 24px;
	font-weight: 700;
	color: #CCCCCC;
}

.home-it .imgs {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.home-it .imgs div {
	margin-bottom: 20px;
}

.m-title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
}

.s-title {
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.home-it .s-title {
	margin-top: 14px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.home-it .item {
	margin-bottom: 100px;
}

.home-ai {
	padding-top: 68px;
}

.home-youshi {
	padding: 127px 0 60px 0;
}

.flex {
	display: flex;
}

.font-bold {
	font-weight: bold;
}

.ft24 {
	font-size: 24px;
}

.lh26 {
	line-height: 26px;
}

.color-666 {
	color: #666;
}

.mt70 {
	margin-top: 70px;
}

.ft16 {
	font-size: 16px !important;
}

.row-center {
	justify-content: center;
}

.row-between {
	justify-content: space-between;
}

.mt30 {
	margin-top: 30px;
}

.lh36 {
	line-height: 36px;
}

.flex1 {
	flex: 1;
}

.row-col-center {
	justify-content: center;
	align-items: center;
}

.text-suojin {
	text-indent: 2em;
}

.mt100 {
	margin-top: 100px;
}

.mt10 {
	margin-top: 10px;
}

.col-center {
	align-items: center;
}

.home-zizhi .bcover {
	padding: 155px 10vw 90px 10vw;
}

.home-zizhi .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
}

.overhide {
	overflow: hidden;
}

.home-zizhi .overhide {
	padding: 0 50px;
}

.home-zizhi .swiper-wrapper {}

.home-zizhi .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	width: 44px;
	height: 44px;
	color: transparent;
	background-image: url(../images/index/arrow-right.png);
	background-size: cover;
	transform: rotate(180deg);
	left: -50px;
}

.home-zizhi .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	color: transparent;
	width: 44px;
	height: 44px;
	right: -50px;
	background-image: url(../images/index/arrow-right.png);
	background-size: cover;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.footer .copyright p {
	text-align: center;
	color: rgba(255, 255, 255, .4);
}

.home-fuwu .bcover {
	padding: 15px 0 80px 0;
}

textarea,
input {
	border-width: 1px;
	border-color: #ccc;
}

.mb10 {
	margin-bottom: 10px;
}

input {
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
}

.home-fuwu label {
	color: #666;
	white-space: nowrap;
}

.home-fuwu textarea {
	width: 100%;
}

.ml10 {
	margin-left: 10px;
}

.home-fuwu input {
	min-height: 40px;
}

/* input 类型为 number 时去掉数字加减上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
	/* 此处写不写都可以 */
}

.address input {
	min-width: 210px;
}

.lianxi input {
	width: 340px;
}

input[type="submit"] {
	width: 103px;
	height: 46px;
	background: var(--main-color);
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	/* 样式规则 */
}

.main-text-color {
	color: var(--main-color);
}

.mr40 {
	margin-right: 40px;
}

.ml40 {
	margin-left: 40px;
}

#certify {
	padding: 20px;
}

.color-999 {
	color: var(--coor-999);
}

.swiper-container3 {
	padding: 40px;
}

.daji {
	margin-top: -200px;
}

.smallshow {
	display: none;
}

.swiper-container3 .swiper-slide {
	padding: 40px;
	background: #FFFFFF;
	box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.12);
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #FFFFFF;
}

.menu_nav ul li.active a {
	background: linear-gradient(170deg, #2D32D3, #ED38B2);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

.footer .title {
	color: rgba(255, 255, 255, .6);
}

.footer .item {
	padding-left: 35px;
	margin-bottom: 20px;
}

.footer ul {
	height: calc(100% - 21px);
	margin-top: 10px;
	padding-right: 90px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer ul li p {
	color: rgba(255, 255, 255, .4);
}

.footer ul li a {
	color: rgba(255, 255, 255, .4);
	line-height: 28px;
}

.footer .item:last-of-type ul {
	border-right: none;
}

.flex-wrap {
	flex-wrap: wrap;
}

.wh30 {
	width: 30px;
	height: 30px;
}

.ml20 {
	margin-left: 20px;
}

.mask {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 999;
	inset: 0;
}

@keyframes imgScale {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

.animate {
	animation: imgScale .2s ease-in-out;
}

.relative {
	position: relative;
}

.after-jia::after {
	content: '+';
	position: absolute;
	font-size: 14px !important;
	top: 4px;
	right: -8px;
}

.bg803 {
	background-image: url(../images/find-it/bg803.png);
	background-size: cover;
}

.bg804 {
	background-image: url(../images/find-it/bg804.png);
	background-size: cover;
}

.bg805 {
	background-image: url(../images/find-it/bg805.png);
	background-size: cover;
}

.bg806 {
	background-image: url(../images/find-it/bg806.png);
	background-size: cover;
}

.bg807 {
	background-image: url(../images/find-it/bg807.png);
	background-size: cover;
}

.map-bg {
	background-image: url(../images/find-it/mp-bg.png);
	background-size: cover;
}

.ft36 {
	font-size: 36px;
}

.mt90 {
	margin-top: 90px;
}

.find-it-numbers .item {
	width: 210px;
	height: 122px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	justify-content: center;
}

.find-it .map {
	padding: 84px 0 62px 0;
}

.find-it .map img {
	margin-right: 50px;
}

.find-it .map ul {
	color: #333;
	font-size: 16px;
	line-height: 32px;
	list-style: disc;
	margin-right: 30px;
}

.find-it .shengtai .item {
	margin: 0 10px;
	box-sizing: border-box;
	min-width: 134px;
	flex: 1;
	margin-bottom: 20px;
	background: #EEEEEE;
	padding: 20px 12px 24px 12px;
	position: relative;
}

.find-it .shengtai .item::after {
	position: absolute;
	content: '';
	display: block;
	right: 12px;
	bottom: 12px;
	width: 60px;
	height: 60px;
	background-size: cover;
}

.find-it .shengtai .item:nth-child(1)::after {
	background-image: url(../images/find-it/Vector.png);
}

.find-it .shengtai .item:nth-child(2)::after {
	background-image: url(../images/find-it/Vector1.png);
}

.find-it .shengtai .item:nth-child(3)::after {
	background-image: url(../images/find-it/Vector2.png);
}

.find-it .shengtai .item:nth-child(4)::after {
	background-image: url(../images/find-it/Vector3.png);
}

.find-it .shengtai .item:nth-child(5)::after {
	background-image: url(../images/find-it/Vector4.png);
}

.find-it .shengtai .item:nth-child(6)::after {
	background-image: url(../images/find-it/Vector5.png);
}

.find-it .shengtai .item h3 {
	font-weight: 700;
	font-size: 24px;
	color: #333;
	padding-bottom: 24px;
	border-bottom: 2px solid #fff;
}

.find-it .shengtai .item p {
	color: var(--coor-666);
	font-size: var(--ft-size-16);
	line-height: var(--lh-26);
	text-align: left;
}

.find-it .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -50px;
	color: rgb(153, 153, 153);
	background-color: rgb(238, 238, 238);
}

.find-it .swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
	font-weight: bold;
}

.find-it .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -50px;
	/* color: var(--main-color); */
	color: rgb(153, 153, 153);
	background-color: rgb(238, 238, 238);
}

.mt70 {
	margin-top: 70px;
}

.find-it .jiyu {
	padding-top: 70px;
	background-image: url(../images/find-it/jiyu-bg.png);
	background-size: cover;
	min-height: 714px;
}

.join-bg {
	background-image: url(../images/find-it/join-bg.png);
	background-size: cover;
	padding-bottom: 80px;
}

.text-right {
	text-align: right;
}

.text-nowrap {
	white-space: nowrap;
}

.join-bg a {
	margin: 0 60px;
	padding: 20px 48px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	background: linear-gradient(0deg, #2D32D3 0%, #ED38B2 100%);
	border-radius: 4px;
	margin-bottom: 20px;
}

.it-server .services .desc {
	padding: 28px;
	background: linear-gradient(180deg, rgba(158, 16, 98, 0.1) 0%, rgba(158, 16, 98, 0) 100%);
}

.it-server .services .item {
	margin: 0 10px 20px 10px;
}

/*.it-server .services .imgs:first-child .item:nth-child(1) p {*/
/*	color: var(--main-color);*/
/*	font-weight: bold;*/
/*}*/

.it-server .it-item p {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}

.it-server .service-object {
	margin-top: 40px;
	padding: 70px 0;
	background-image: url(../images/it-serves/pexels-manuel-geissinger-9000701.png);
	background-size: cover;
}

.it-server .service-object .flex>div {
	margin-bottom: 20px;
}

.it-server .service-object .content1 .ul-box {
	background-color: #fff;
	padding: 20px 20px 20px 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	line-height: 36px;
	font-size: 16px;
	color: var(--coor-666);
	margin-top: 16px;
}

.it-server .service-object .content1 ul {
	margin-left: 28px;
}

.it-server .service-object .content2 {
	margin-top: 40px;
	text-align: left;
}

.it-server .service-object .content2 .item {
	padding: 50px 50px 20px 50px;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 49%;
}

.frame26 {
	background-image: url(../images/it-serves/Frame26.png);
	background-size: cover;
	background-position: right;
}

.frame261 {
	background-image: url(../images/it-serves/Frame261.png);
	background-size: cover;
	background-position: right;
}

.frame28 {
	background-image: url(../images/it-serves/Frame28.png);
	background-size: cover;
	background-position: right;
}

.frame281 {
	background-image: url(../images/it-serves/Frame281.png);
	background-size: cover;
	background-position: right;
}

.frame36 {
	background-image: url(../images/it-serves/Frame36.png);
	background-size: cover;
	background-position: right;
}

.frame361 {
	background-image: url(../images/it-serves/Frame361.png);
	background-size: cover;
	background-position: right;
}

.frame37 {
	background-image: url(../images/it-serves/Frame37.png);
	background-size: cover;
	background-position: right;
}

.frame371 {
	background-image: url(../images/it-serves/Frame371.png);
	background-size: cover;
	background-position: right;
}

.it-server .service-object .content2 h4 {
	font-weight: 500;
}

.it-server .service-object .content2 p {
	width: 70%;
	color: #666;
	line-height: 26px;
}

.it-server .Standardization {
	background-image: url(../images/it-serves/Frame255.png);
	background-size: cover;
	padding-bottom: 175px;
}

.it-server .Standardization .flex img {
	margin-bottom: 20px;
}

.it-server .Standardization .flex img:first-child {
	margin-right: 156px;
}

.it-server .youshi {
	padding-top: 76px;
	padding-bottom: 60px;
}

.it-server .youshi .content2 {
	margin-top: 40px;
	text-align: left;
}

.it-server .youshi .content2 .item {
	padding: 50px 50px 20px 50px;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 49%;
}

.it-server .youshi .content2 h4 {
	font-weight: 500;
}

.it-server .youshi .content2 p {
	width: 70%;
	color: #666;
	line-height: 26px;
}

.it-server .fuwu-content {
	/* background-image: url(../images/it-serves/Frame331.png); */
	/* padding-top: 38px; */
	background-size: cover;
	/* min-height: 734px; */
	position: relative;
}

.it-server .fuwu-content .text-center {
	position: absolute;
	top: 2vw;
	left: 0;
	right: 0;
}

.it-server .fuwu-content>img {
	width: 100%;
	height: auto;
	min-height: 300px;
}

.news .news-item {
	--arrow-size: 20px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}

.news .news-item .title {
	position: relative;
	font-weight: 500;
	padding-left: calc(var(--arrow-size) + 6px);
}

.news .news-item .title::before {
	content: '';
	width: var(--arrow-size);
	height: var(--arrow-size);
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/it-serves/arrow-right.png);
}

.news .news-item .content {
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	padding-left: calc(var(--arrow-size) + 6px);
}

.news .news-item:nth-child(1) .content {
	width: 55%;
}

.news .news-item .content p {
	color: var(--coor-666);
}

.news .news-item:nth-child(1) {
	background-size: cover;
	background-position: right;
	padding: 20px 20px 20px 0;
}

.news .news-item:not(:nth-child(1)) {
	background: #F5F5F5;
}

.news .news-item .tag {
	background: #FFFFFF;
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #DDDDDD;
	padding: 2px 12px;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
	box-sizing: border-box;
	line-height: 20px;
}

.mt40 {
	margin-top: 40px;
}

.news .news-item:not(:nth-child(1)) a {
	display: flex;
	padding: 30px 0 30px 60px;
}

.news .news-item:not(:nth-child(1)) .content {
	padding-right: 60px;
	flex: 1;
}

.news .news-item img {
	height: 206px;
	width: 360px;
	margin-right: 60px;
	max-width: none;
}

.news .news-item:nth-child(2n+1) a {
	flex-direction: row-reverse;
}

.ai-server .cases {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.ai-server .cases img {
	width: 232px;
	height: 134px;
	margin-right: 20px;
}

.ai-server .cases .item {
	margin-bottom: 40px;
	display: flex;
	width: 50%;
	box-sizing: border-box;
	padding-right: 60px;
}

.ai-server .city {
	padding-top: 80px;
	padding-bottom: 140px;
	background-image: url(../images/ai-serve/city.png);
	background-size: cover;
}

.ai-server .security .items {
	justify-content: space-between;
}

.ai-server .security .items>div {
	width: 24%;
}

.ai-server .security .items>div img {
	width: 100%;
}

.ai-server .service-object {
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../images/index/it-bg.png);
	background-size: cover;
}

.ai-server .service-object .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.ai-server .service-object .item {
	background-color: #EEEEEE;
	padding: 30px;
	margin-bottom: 20px;
}

.ai-server .service-object ul {
	padding-left: 20px;
	list-style: disc;
	text-align: left;
	margin-top: 20px;
	line-height: 32px;
}

.ai-server .service-object ul li {
	color: #666;
	font-size: 16px;
}

.ai-server .service-object .border-b {
	border-bottom: 1px solid #fff;
	padding: 0 46px 0 36px;
	padding-bottom: 30px;
}

.ai-server .ruodian {}

.ai-server .ruodian .item {
	background-size: cover;
}

.ai-server .ruodian .item:nth-child(1) {
	background-image: url(../images/ai-serve/Group809.png);
}

.ai-server .ruodian .item:nth-child(2) {
	background-image: url(../images/ai-serve/Group810.png);
}

.ai-server .ruodian .item:nth-child(3) {
	background-image: url(../images/ai-serve/Group811.png);
}

.ai-server .ruodian {
	color: #FFFFFF;
}

.ai-server .ruodian .title {
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	max-width: 172px;
	min-height: 72px;
}

.ai-server .ruodian .title p {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.ai-server .ruodian .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ai-server .ruodian .item {
	padding: 40px 30px;
	margin-bottom: 20px;
}

.ai-server .ruodian .content {
	max-width: 320px;
	padding-top: 24px;
	border-top: 2px solid #fff;
	margin-top: 36px;
}

.ai-server .ruodian .content p {
	line-height: 26px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	max-width: 216px;
}

.system-request {}

.system-request .first .item {
	background: #EEEEEE;
	padding: 70px 34px 34px 34px;
	position: relative;
	max-width: 285px;
	margin-bottom: 70px;
}

.system-request .first img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
}

.system-request .first .item p:last-child {
	margin-top: 10px;
}

.ft24 {
	font-size: 24px;
}

.system-request .youshi {
	background-size: cover;
	padding: 94px 0 110px 0;
	background-image: url(../images/ruanjian/bg.png);
}

.system-request .youshi .item {
	margin-top: 44px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
	padding: 40px 66px 90px 66px;
}

.system-request .youshi .item p {
	max-width: 240px;
}

.system-request .liucheng .item {
	background: #EEEEEE;
	border-radius: 2px 2px 2px 2px;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-height: 180px;
	margin-bottom: 20px;
	padding: 30px 30px 20px 30px;
}

.system-request .liucheng .item p {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
	min-width: 170px;
}

.system-request .liucheng .arrow {
	width: 40px;
	height: 40px;
}

#logos {
	padding-bottom: 160px;
}

#logos img {
	margin-right: 20px;
	width: 278px;
	height: 128px;
	margin-bottom: 20px;
}

#logos img:nth-child(4n) {
	margin-right: 0;
}

.news-page {}

.news-page .tabs a {
	margin: 0 20px;
	font-size: 36px;
	color: #666666;
	cursor: pointer;
	font-weight: 700;
	transition: all .2s ease-in-out;
}

.news-page .tabs a.:hover {
	font-size: 36px;
	font-weight: 700;
	color: #333;
}

.news-page .tabs a.active {
	font-size: 36px;
	font-weight: 700;
	color: #333;
}

.news-page .news-list .item {
	display: flex;
	margin-bottom: 20px;
	padding: 30px 60px;
	background: #F5F5F5;
}

.news-page .news-list .item .info {
	padding-left: 60px;
	flex-direction: column;
	justify-content: space-between;
}

.news-page .news-list .item .content,
.news-page .news-list .item .title {
	max-width: 660px;
}

.news-page .news-list .Union {
	width: 14px;
	height: 12px;
	margin-left: 2px;
}

.news-page .news-list a span {
	background: linear-gradient(270.00000372340145deg, #2D32D3 0%, #ED38B2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

.news-page .news-list .info div {
	padding-bottom: 10px;
}

#pages {
	padding-bottom: 150px;
	flex-wrap: wrap;
	white-space: nowrap;
}

#pages a {
	margin-right: 8px;
	min-height: 36px;
	border: 1px solid #CCCCCC;
	color: #333;
	padding: 6px 14px;
	transition: all .2s ease-in-out;
	margin-bottom: 20px;
}

#pages div a {
	border: 1px solid #CCCCCC;
	color: #999999;
}

#fuwu {
	margin-top: 70px;
	justify-content: space-between;
}

.liubianxing {
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

#fuwu .item p {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}

#fangan {
	inset: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#fangan .item span {
	margin-top: -10px;
	max-width: 40px;
}
#fangan .item p{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	white-space: normal;
}
.news-detail{
}
.news-detail .box{
	padding: 70px 60px 100px 60px;
	background: #F5F5F5;
	margin-top: 80px;
	margin-bottom:  80px;
	border-radius: 2px 2px 2px 2px;
}
.news-detail .box .title{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
}
.news-detail .box .line{
	margin-top: 24px;
	border: 1px solid #CCCCCC;
}
.news-detail .box .time{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 26px;
}
.news-detail .box .content p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.news-detail .box .content>div{
	display: flex;
	justify-content: center;
	margin: 26px 0;
}
.news-detail .box .content{
	text-indent: 2em;
	margin-top: 60px;

}
#fangan .item {
	transform-origin: top left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(../images/Frame365_slices/Group812.png);
	background-size: cover;
	background-position: center;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 20px;
	box-sizing: border-box;
	width: 144px;
	height: 144px;
	position: absolute;
}

/* #fangan .item:nth-child(1) {
	left: 21.5%;
	top: 28%;
}
#fangan .item:nth-child(2) {
	left: 29.9%;
	top: 9.5%;
}
#fangan .item:nth-child(3) {
	left: 29.9%;
	top: 46%;
}
#fangan .item:nth-child(4) {
	left: 38.3%;
	top: 28%;
}
#fangan .item:nth-child(5) {
	left: 46.7%;
	top: 9.5%;
}
#fangan .item:nth-child(6) {
	left: 55.1%;
	top: 28%;
}
#fangan .item:nth-child(7) {
	top: 9.5%;
	left: 63.6%;
}
#fangan .item:nth-child(8) {
	left: 69.2%;
	top: 46%;
}
#fangan .item:nth-child(9) {
	left: 77.6%;
	top: 28%;
} */
#fuwu .item img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#fuwu .item {
	margin-bottom: 1vw;
	min-width: 184px;
	min-height: 80px;
	background-image: url(../images/Frame365_slices/Group840.png);
	/* background: linear-gradient(to top, #2D32D3 0%, #ED38B2 100%); */
	border-radius: 4px 4px 4px 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	border: 1px solid #EEEEEE;
}

.min-content {
	min-height: 70vh;
}

#pages a:hover {
	background: linear-gradient(270.00000372340145deg, #2D32D3 0%, #ED38B2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
	border: 1px solid;
	border-image: linear-gradient(0deg, rgba(45, 50, 211, 1), rgba(237, 56, 178, 1)) 1 1;
}

#pages a.active {
	background: linear-gradient(270.00000372340145deg, #2D32D3 0%, #ED38B2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
	border: 1px solid;
	border-image: linear-gradient(0deg, rgba(45, 50, 211, 1), rgba(237, 56, 178, 1)) 1 1;
}

.home-jianjie .gongsi {
	width: 350px;
	height: 240px;
}

.home-jianjie .desc {
	padding-right: 26px;
}