.title-xinwen:nth-child(1){
	font-size: 20px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	display: grid;
	display: -webkit-grid;
	margin-top: 3px;
}
.title-xinwen:nth-child(1) a{
	height: 28px;
	line-height: 28px;
	display: grid;
	display: -webkit-grid;
	color: #FFFFFF !important;
}
.title-xinwen:nth-child(1)::after{
	content: '';
	width: 60%;
	height: 0px;
	border: 2px solid #FFFFFF;
	opacity: 1;
	margin: 3px;
	margin-left: 16%;
}
/* 运营模式 */
.operate{
	background: rgba(246, 248, 255, 0.39);
	opacity: 1;
	padding: 0 4%;
}
.content-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
.content-title p{
	height: 25px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 25px;
	color: #1C1C1C;
	opacity: 1;
}
.cooperation-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.cooperation-title p{
	height: 25px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 25px;
	color: #1C1C1C;
	opacity: 1;
}
.operate-contentBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.operate-content{
	width: 76px;
	height: 88px;
	background: rgba(255, 255, 255, 0.69);
	/* background-color: #FFFFFF; */
	opacity: 1;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.operate-content a{
	width: 100%;
	height: 88px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.operate-icon{
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.39);
	opacity: 1;
}
.operate-font{
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #1C1C1C;
	opacity: 1;
	margin-top: 5px;
}
/* 平台系统 */
.platform{
	background-color: #FFFFFF;
	/* background: rgba(255, 255, 255, 0.39); */
	opacity: 1;
	margin-top: 24px;
}
.platform-contentBox{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.platform-content{
	width: 163px;
	height: 183px;
	background: rgba(255, 255, 255, 0.39);
	opacity: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.platform-content a{
	width: 100%;
	height: 183px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.platform-icon{
	width: 79px;
	height: 66px;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}
.platform-jianjie{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}
.platform-jieshao{
	font-size: 10px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #666666;
	opacity: 1;
}
/* 合作流程 */
.cooperation{
	width: 92%;
	background-color: #FFFFFF;
	/* background: rgba(255, 255, 255, 0.39); */
	opacity: 1;
	padding: 5% 4%;
}
.cooperation-contentBox{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.cooperation-content{
	width: 56px;
	height: 79px;
	background: linear-gradient(180deg, #FFFFFF 0%, #DFF0FF 100%);
	opacity: 1;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cooperation-content a{
	width: 100%;
	height: 79px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cooperation-icon{
	width: 40px;
	height: 30px;
	opacity: 1;
}
.cooperation-font{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 30px;
	color: #1C1C1C;
	opacity: 1;
}
.cooperation-jiantou{
	width: 15px;
	height: 10px;
	opacity: 1;
}
/* 一站式服务 */
.service{
	background: rgba(246, 248, 255, 0.39);
	opacity: 1;
	padding: 20px 4% 50px 4%;
	position: relative;
}
.service-type{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-typeBox{
	width: 25%;
	height: 37px;
	background: rgba(255, 255, 255, 0.39);
	border: 1px solid #E4E4E4;
	opacity: 1;
	line-height: 37px;
	text-align: center;
}
.service-typeBox:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.service-typeBox:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.service-typeBoxActive{
	background: rgba(84, 141, 255, 1);
	border: 1px solid #548dff;
}
.service-typeBoxActive .service-typeFont{
	color: #FFFFFF;
}
.service-typeFont{
	width: 48px;
	height: 17px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: #1C1C1C;
	opacity: 1;
}
.service-contentBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
.service-contentBox .swiper-container{
	width: 216px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-contentBox .swiper-slide{
	width: 216px;
	height: 216px;
}
.service-contentBox .swiper-slide img{
	width: 100%;
	height: 100%;
}
/* .platform-icon{
	width: 100%;
	height: 100%;
} */
.service-contentBox .custom_pagination{
	width: 92%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 25px;
}
.custom_pagination .swiper-pagination-bullet{
	margin-right: 5px !important;
}
.swiper-container{
	--swiper-navigation-color: #666666;/* 单独设置按钮颜色 */
}
.swiper-button-next,.swiper-button-prev{
	width: 20px !important;
	height: 20px !important;
	top: 42% !important;
	color: #666666 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px !important;
}
.service-leftIcon{
	width: 14px;
	height: 26px;
	background: rgba(102, 102, 102, 0.39);
	opacity: 1;
}
.service-mainIcon{
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}
.service-rightIcon{
	width: 14px;
	height: 26px;
	background: rgba(102, 102, 102, 0.39);
	opacity: 1;
}
.service-jianjie{
	background: rgba(255, 255, 255, 0.39);
	padding: 2%;
}
.service-jianjieContent{
	height: 100px;
	display: flex;
	flex-direction: column;
}
.service-jianjieTitle{
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #1C1C1C;
	opacity: 1;
	margin: 10px 5px;
}
.service-jianjieFont{
	flex: 1;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	opacity: 1;
	display: flex;
	align-items: center;
}
.service-jianjieFont::before{
	content: '';
	width: 6px;
	height: 6px;
	background: rgba(218, 0, 0, 0.8);
	border-radius: 50%;
	opacity: 1;
	margin-right: 8px;
}
.rotation{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.rotation-icon{
	width: 6px;
	height: 6px;
	border: 1px solid #CDD5E0;
	border-radius: 50%;
	opacity: 1;
}
.rotation span:nth-child(2){
	width: 6px;
	height: 6px;
	background: rgba(0, 136, 255, 0.8);
	border-radius: 50%;
	opacity: 1;
}
/* 服务体系 */
.system{
	height: 518px;
	background-color: #FFFFFF;
	/* background: rgba(246, 248, 255, 0.39); */
	opacity: 1;
	padding: 0 4%;
}
.system-box{
	width: 100%;
	height: 450px;
	display: flex;
	flex-wrap: wrap;
}
.system-content{
	width: 94%;
	padding: 0 3%;
	height: 76px;
	background: rgba(255, 255, 255, 0.39);
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.system-contentLeft{
	width: 52px;
	height: 52px;
	margin-right: 8px;
	opacity: 1;
}
.system-contentRight{
	display: flex;
	flex-direction: column;
}
.systemRight-title{
	height: 22px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	line-height: 15px;
	color: #1C1C1C;
	opacity: 1;
}
.systemRight-detail{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 15px;
	color: #666666;
	opacity: 1;
}
/* 客户案例 */
.customerCase{
	width: 92%;
	opacity: 1;
	padding: 2% 4%;
	background-color: #FFFFFF;
}
.customerCase-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}
.customerCase-content{
	width: 100%;
	/* background: rgba(255, 255, 255, 0.39);
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1); */
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}
.customerCase-content a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customerCase-content:last-child{
	border-bottom: 1px solid #EFEFEF;
}
.customerCase-contentLeft{
	width: 128px;
	height: 77px;
	opacity: 1;
	border-radius: 4px;
	margin-right: 10px;
}
.customerCase-contentRight{
	width: 80%;
	height: 77px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px 0;
	border-bottom: 1px solid #EFEFEF;
}
.customerCase-content:last-child .customerCase-contentRight{
	border-bottom: none;
}
.customerCase-title{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #1C1C1C;
	opacity: 1;
}
.customerCase-detail{
	width: 100%;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.customerCase-more{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}
.customerCase-more a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.customerCase-more span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	opacity: 1;
}