.containerBox .header {
	width: 19.2rem;
	/* height: 5rem; */
	background: rgba(255, 255, 255, 0.05);
	/* position: absolute;
          top: 0; */
	transition: all 0.5s;
	z-index: 100;
	position: fixed;
	top: 0;
}

.containerBox {
	width: 19.2rem;
	background: #ffffff;
}

.containerBox .banner {
	position: relative;
	/* background-image: url('../image/version_banner.png'); */
	/* background-size: 100% 100%; */
	width: 100%;
	height: 5rem;
}
.containerBox .headerFiexd .banner .bannerDes {
	position: absolute;
	top: 1.96rem;
	left: 2.42rem;
	z-index: 9;
}
.containerBox .headerFiexd .banner .bannerDes .swiper_text {
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.48rem;
	color: #333333;
	line-height: 0.82rem;
	margin-bottom: 0.16rem;
}
.containerBox .headerFiexd .banner .bannerDes .swiper_btn {
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	width: 6.2rem;
}
.containerBox .banner .swiper-container {
	height: 5rem;
}
.containerBox .banner .swiper-container img {
	height: 5rem !important;
}
.containerBox .industry_status {
	padding: 0.86rem 2.4rem 0.92rem;
	background-color: #fff;
	box-sizing: border-box;
}

.containerBox .industry_status .industry_status_nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
	padding: 0 2.6rem 0.17rem;
	box-sizing: border-box;
}

.containerBox .industry_status .industry_status_nav_item {
	position: relative;
	flex: 1;
	text-align: center;
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.28rem;
	color: #333333;
	cursor: pointer;
}
.containerBox .industry_status .industry_status_nav_item_active {
	position: relative;
	color: #3082FF;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
}
.containerBox .industry_status .industry_status_nav_item_active::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -0.17rem;
	content: '';
	width: 0.28rem;
	height: 0.04rem;
	background: #3082FF;
}

.containerBox .industry_status_title {
	height: 0.54rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.36rem;
	color: #333333;
	line-height: 0.53rem;
	text-align: center;
	margin: 0.86rem 0 0.4rem;
}
.containerBox .industry_status_main {
	display: none;
}
.containerBox .industry_status_main_show {
	display: flex;
}
.containerBox .industry_status_main .industry_status_main_item {
	width: 25%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.containerBox
	.industry_status_main
	.industry_status_main_item
	.industry_status_main_item_img {
	width: 0.88rem;
	height: 0.88rem;
	flex-shrink: 0;
}
.containerBox
	.industry_status_main
	.industry_status_main_item
	.industry_status_main_item_title {
	height: 0.36rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.28rem;
	text-align: center;
	margin: 0.21rem 0 0.12rem;
}
.containerBox
	.industry_status_main
	.industry_status_main_item
	.industry_status_main_item_desc {
	width: 3.1rem;
	height: 0.6rem;
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.3rem;
	text-align: center;
}

.containerBox .architecture {
	padding: 0.8rem 2.4rem 0.92rem;
	background: #f8f8f8;
}
.containerBox .architecture .architecture_title {
	height: 0.54rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.36rem;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
	margin-bottom: 0.4rem;
}
.containerBox .architecture .architecture_main {
	width: 100%;
	height: 8.67rem;
	margin: 0 auto;
}

.containerBox .system {
	position: relative;
	padding: 0.8rem 0rem 0.86rem;
	background-color: #fff;
}
.containerBox .system_title {
	height: 0.54rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.36rem;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
	margin-bottom: 0.4rem;
}
.containerBox .system_main {
	/* width: 100%; */
	margin: 0 2.4rem;
	overflow: hidden;
	/* background-color: #f8f8f8d5; */
}

.containerBox .system_main .system_main_wrapper .swiper-slide {
	width: 14.64rem;
	height: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 0;
	margin: 0;
	background-color: #fff;
}
.containerBox .system_main .system_main_wrapper .system_main_wrapper_item {
	flex-shrink: 0;
	width: 25%;
	height: 2rem;
	padding: 0.12rem;
	box-sizing: border-box;
}

.containerBox
	.system_main
	.system_main_wrapper
	.system_main_wrapper_item
	.system_main_wrapper_item_inner {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 0px 50px 0px rgba(0, 45, 26, 0.06);
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}
.containerBox
	.system_main
	.system_main_wrapper
	.system_main_wrapper_item:nth-child(3n + 1) {
	width: 25%;
	height: 2rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	/* background-color: #15d283; */
}
.containerBox
	.system_main
	.system_main_wrapper
	.system_main_wrapper_item:nth-child(3n + 2) {
	width: 25%;
	height: 2rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	/* background-color: #35a5ff; */
}
.containerBox
	.system_main
	.system_main_wrapper
	.system_main_wrapper_item:nth-child(3n + 3) {
	width: 25%;
	height: 2rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	/* background-color: #ff626b; */
}
.containerBox
	.system_main
	.system_main_wrapper
	.system_main_wrapper_item_title {
	flex-shrink: 0;
	width: 2.94rem;
	height: 0.36rem;
	line-height: 0.36rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.24rem;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 0.19rem;
	border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);
}

.containerBox
	.system_main
	.system_main_wrapper
	.swiper-slide
	.system_main_wrapper_item
	.system_main_wrapper_item_title
	.system_main_wrapper_item_title_icon {
	width: 0.3rem;
	height: 0.3rem;
	/* padding: 0.05rem; */
	border-radius: 0.04rem;
	/* background-color: #15d283; */
	margin-right: 0.12rem;
	box-sizing: border-box;
}

/* .containerBox
	.system_main
	.system_main_wrapper
	.swiper-slide
	.system_main_wrapper_item:nth-child(3n + 2)
	.system_main_wrapper_item_title
	.system_main_wrapper_item_title_icon {
	width: 0.3rem;
	height: 0.3rem;
	padding: 0.05rem;
	border-radius: 0.04rem;
	background-color: #35a5ff;
	margin-right: 0.12rem;
	box-sizing: border-box;
}
.containerBox
	.system_main
	.system_main_wrapper
	.swiper-slide
	.system_main_wrapper_item:nth-child(3n + 3)
	.system_main_wrapper_item_title
	.system_main_wrapper_item_title_icon {
	width: 0.3rem;
	height: 0.3rem;
	padding: 0.05rem;
	border-radius: 0.04rem;
	background-color: #ff626b;
	margin-right: 0.12rem;
	box-sizing: border-box;
} */

.containerBox
	.system_main
	.system_main_wrapper
	.swiper-slide
	.system_main_wrapper_item_title
	.system_main_wrapper_item_title_icon
	img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.containerBox .system_main .system_main_wrapper .system_main_wrapper_item_desc {
	flex-shrink: 0;
	width: 2.94rem;
	height: 0.6rem;
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.3rem;
	text-align: left;
	margin-top: 0.16rem;
	overflow: hidden;
}

.containerBox .effect {
	/* width: 100%; */
	margin: 0 2.4rem;
	overflow: hidden;
}

.containerBox .effect .effect_title {
	height: 0.54rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.36rem;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
	margin-bottom: 0.4rem;
}
.containerBox .effect .effect_main {
	width: 100%;
}

.containerBox .effect .effect_main .effect_main_line_box {
	display: flex;
	justify-content: space-between;
}
.containerBox .effect .effect_main .effect_main_line_box .effect_main_item {
	/* width: 708rem; */
	width: calc(50% - 0.12rem);
	height: 2.8rem;
	background: #f8f8f8;
	border-radius: 0.04rem;
	padding: 0.36rem;
	box-sizing: border-box;
	flex-shrink: 0;
	margin-bottom: 0.24rem;
}

.containerBox
	.effect
	.effect_main
	.effect_main_line_box
	.effect_main_item
	.effect_main_item_img {
	width: 0.8rem;
	height: 0.8rem;
	margin-bottom: 0.24rem;
}
.containerBox
	.effect
	.effect_main
	.effect_main_line_box
	.effect_main_item
	.effect_main_item_title {
	height: 0.36rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.36rem;
	margin: 0rem 0 0.08rem;
}

.containerBox
	.effect
	.effect_main
	.effect_main_line_box
	.effect_main_item
	.effect_main_item_desc {
	height: 0.6rem;
	overflow: hidden;
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.3rem;
}

.containerBox .system .swiper-system-pagination {
	position: absolute;
	left: 50% !important;
	bottom: 0.66rem !important;
	transform: translate3d(-50%, 0, 0) !important;
}

.containerBox .system .swiper-system-pagination .swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.06rem;
	background-color: rgba(48,130,255,0.4);
	border-radius: 0.2rem;
	margin: 0 0.2rem;
}
.containerBox
	.system
	.swiper-system-pagination
	.swiper-pagination-bullet-active {
	width: 0.3rem;
	height: 0.06rem;
	background-color: #3082FF;
	border-radius: 0.2rem;
}

.partners {
	padding: 1rem 2.41rem 0.39rem;
	background-color: #fbfbfb;
}

.partners .partners-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 800;
	font-size: 0.42rem;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	text-align: center;
	padding-bottom: 1rem;
}

.partners .partners-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partners .partners-list .partners-list-item {
	width: 3.26rem;
	height: 1.1rem;
	margin-bottom: 0.63rem;
}

.partners .partners-list .partners-list-item img {
	width: 100%;
	height: 100%;
}

.containerBox .service {
	/* width: 100%; */
	margin: 0.62rem 2.4rem 0rem;
	overflow: hidden;
	padding-bottom: 0.86rem;
	background-color: #fff;
}
.containerBox .service .service_title {
	height: 0.54rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.36rem;
	color: #333333;
	line-height: 0.42rem;
	text-align: center;
	margin-bottom: 0.4rem;
}
.containerBox .service .service_tabs {
	display: flex;
	justify-content: center;
	align-items: center;
}

.containerBox .service .service_tabs .service_tab_item {
	width: 2.2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: rgba(25, 180, 131, 0.05);
	border-radius: 0.02rem;
	margin: 0rem 0.4rem 0.36rem;
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #666666;
	text-align: center;
	cursor: pointer;
}
.containerBox .service .service_tabs .service_tab_item_active {
	background: #19b483;
	color: #ffffff;
}

.containerBox .service .service_main {
	position: relative;
}

.containerBox .service .service_main .swiper-button-prev {
	width: 0.48rem;
	height: 0.48rem;
	background: url('../image/version/arrow.png') no-repeat;
	background-size: 0.48rem 0.48rem;
	transform: rotate(180deg);
}

.containerBox
	.service
	.service_main
	.swiper-button-prev[aria-disabled='false']:hover {
	width: 0.48rem;
	height: 0.48rem;
	background: url('../image/version/arrow_hover.png') no-repeat;
	background-size: 0.48rem 0.48rem;
	transform: rotate(0deg);
}
.containerBox .service .service_main .swiper-button-next {
	width: 0.48rem;
	height: 0.48rem;
	background: url('../image/version/arrow.png') no-repeat;
	background-size: 0.48rem 0.48rem;
}
.containerBox
	.service
	.service_main
	.swiper-button-next[aria-disabled='false']:hover {
	width: 0.48rem;
	height: 0.48rem;
	background: url('../image/version/arrow_hover.png') no-repeat;
	background-size: 0.48rem 0.48rem;
	transform: rotate(180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35 !important;
	cursor: not-allowed !important;
	pointer-events: auto !important;
}

.containerBox .service .service_main .service_main_wrapper {
	display: flex;
}

.containerBox .service .service_main .service_main_wrapper .service_main_item {
	width: 14.4rem;
	display: flex;
	flex-shrink: 0;
	padding: 0 0.9rem;
	box-sizing: border-box;
}

/* .containerBox .service .service_main .service_main_item_show {
	display: flex;
} */

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_img {
	width: 5.8rem;
	height: 3.26rem;
	margin-right: 0.4rem;
	overflow: hidden;
	border-radius: 0.04rem;
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_img
	img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_img
	img:hover {
	/* animation: scaleDom 1s ease; */
	transform: scale(1.2);
	cursor: pointer;
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content {
	flex: 1;
	padding: 0.27rem 0.4rem 0.27rem 0;
	box-sizing: border-box;
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content
	.service_main_item_content_title {
	position: relative;
	height: 0.41rem;
	line-height: 0.41rem;
	font-family: Source Han Sans CN-Medium;
	font-weight: 500;
	font-size: 0.28rem;
	color: #333333;
	display: flex;
	align-items: center;
	padding-bottom: 0.17rem;
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content
	.service_main_item_content_title::before {
	position: absolute;
	content: '';
	width: 0.4rem;
	height: 0.04rem;
	background: #3082FF;
	border-radius: 0rem 0rem 0rem 0rem;
	left: 0;
	bottom: 0;
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content
	.service_main_item_content_title
	.service_main_item_content_title_level {
	display: inline-block;
	height: 0.24rem;
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #17b370;
	line-height: 0.24rem;
	text-align: center;
	padding: 0.04rem 0.08rem;
	background: rgba(23, 179, 112, 0.1);
	border-radius: 0.02rem;
	margin-left: 0.12rem;
}
.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content
	.service_main_item_content_title
	.service_main_item_content_title_level_3A {
	color: #3975ff;
	background: rgba(57, 117, 255, 0.2);
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content
	.service_main_item_content_title
	.service_main_item_content_title_level_5A {
	color: #ff823b;
	background: rgba(255, 131, 59, 0.2);
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content
	.service_main_item_content_desc {
	height: 0.9rem;
	font-family: Source Han Sans CN-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 0.2rem;
}

.containerBox
	.service
	.service_main
	.service_main_wrapper
	.service_main_item
	.service_main_item_content
	.service_main_item_content_btn {
	width: 1.40rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #3082FF;
	border-radius: 0.02rem;
	font-family: Source Han Sans CN-Regular;
	font-weight: 500;
	font-size: 0.2rem;
	color: #ffffff;
	text-align: center;
	margin-top: 0.4rem;
	cursor: pointer;
}

/* 动画放大 */
@keyframes scaleDom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1.1);
	}
}
