body {
	background: #FAFCFC;
}
/* banner css */
.headPanel {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
}

@media screen and (min-width: 1920px) {
	.headPanel .bg-img {
		width: 100%;
		height: auto !important;
	}
}

.headPanel .bg-img {
	position: absolute;
	min-width: 1400px;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



.banner-box {
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-box .banner-cent {
	width: 1200px;
	height: 360px;
	margin: 0 auto;
	box-sizing: border-box;
}

.banner-box .banner-cent .banner-title {
	font-size: 40px;
	font-weight: 700;
	color: #434343;
	padding-top: 74px;
	margin-bottom: 20px;
}

.banner-box .banner-cent .banner-c {
	font-size: 18px;
	font-weight: 400;
	color: #242424;
	line-height: 34px;
}

.banner-box .banner-cent .btnList {
	display: flex;
	margin-top: 35px;
}

.banner-btn {
	width: 180px;
	height: 40px;
	background: linear-gradient( 264deg, #36A4EF 0%, #266CF2 100%);
	border-radius: 3px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	box-sizing: border-box;
}

.banner-btn2 {
	border: 3px solid;
	border-image: linear-gradient(265deg, rgba(54, 164, 239, 1), rgba(38, 108, 242, 1)) 3 3;
	margin-left: 50px;
	background: linear-gradient(264deg, rgba(54,164,239,0.1) 0%, rgba(38,108,242,0.1) 100%);
	color: #266CF2;
	line-height: 34px;
}

.banner-btn:hover {
	background: #266CF2;
	color: #ffffff;
}

.banner-btn2:hover {
	/*background: linear-gradient(90deg, #3d6cfc, #669aff);*/
	background: linear-gradient(265deg, rgba(54, 164, 239, 1), rgba(38, 108, 242, 1));
}

/* advertisement css */
.advertisement {
	width: 100%;

}

.advertisement .advertisement-c {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 0;
}

.advertisement .advertisement-c .advertisement-item {
	display: flex;
	justify-content: space-between;
}

.advertisement .advertisement-c .item-top {
	margin-bottom: 20px;
}

.advertisement .advertisement-c .advertisement-item .item-child {
	width: 180px;
	height: 60px;
	background-color: #B3D8FF;
}

/* glwebsite css */
.glwebsite {

}

.glwebsite .glwebsite-c {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
	height: 100%;
}

.glwebsite .glwebsite-c .glwebsite-title {
	text-align: center;
	color: #434343;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 60px;
}

.glwebsite .glwebsite-c .glwebsite-title .title-mask {
	/*color:#3D6CFC;*/
	position: relative;
}

.glwebsite .glwebsite-c .glwebsite-title .title-mask:after {
	content: "";
	position: absolute;
	left: 0;
	width: calc(100% - 3px);
	height: 12px;
	background: linear-gradient( 264deg, #36A4EF 0%, #266CF2 100%);
	border-radius: 3px;
	bottom: 1px;
	z-index: -1;
}

.assistant-title {
	font-size: 16px;
	font-weight: 400;
	color: #434343;
	text-align: center;
	margin-bottom: 60px;
}


.glwebsite .glwebsite-c .glwebsite-item {
	display: flex;
	justify-content: space-between;
}

.glwebsite .glwebsite-c .glwebsite-item .item-child {
	width: 270px;
	height: 300px;
	background: rgba(242,242,242,0.7);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform .3s ease-out
}

.glwebsite .glwebsite-c .glwebsite-item .item-child:hover {
	background: rgb(242,242,242);
	transform: translateY(-12px);
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-box {
	/*padding-top: 34px;*/
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-box .child-box__title {
	color: #242424;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 16px;
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-box .child-box__desc {
	color: #171A1D;
	font-size: 14px;
	font-weight: 400;
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-r img {
	margin-left: 30px;
	width: 158px;
	height: 158px;
	vertical-align: middle;
}

/* statistics-bar css */
.statistics-bar {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}

.statistics-bar .bg-img {
	position: absolute;
	min-width: 1400px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.statistics-bar .statistics-container {
	position: relative;
	z-index: 1;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 40px;
}
.statistics-bar .statistics-item__title {
	font-size: 14px;
	color: #303133;
	font-weight: 700;
}

.statistics-bar .statistics-item__num {
	font-size: 38px;
	font-weight: 500;
	background: linear-gradient(174.5deg, #36A4EF 0%, #266CF2 100%);
	background-clip: text;
	color: transparent;
}

/* user css */
.user {
	background: linear-gradient(180deg, #edeff6, #ffffff 24%, #fafbfc);
	width: 100%;
}

.user .user-cent {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}

.user .user-title {
	font-size: 35px;
	color: #434343;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.user .user-type {
	display: flex;
	align-items: stretch;
}

.user-type .type-item {
	width: 400px;
	display: flex;
	flex-direction: column;
	transition: transform .3s ease-out;
}

.user-type .type-item:hover {
	background: #ffffff;
	transform: translateY(-12px);
}

.user-type .type-item .type-item__header {
	position: relative;
	display: flex;
	align-items: end;
	height: 200px;
}

.user-type .type-item .type-item__desc {
	flex: 1;
	padding: 30px;
	color: #606266;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
}

.user-type .type-item .type-item__header:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80px;
}

.user-type .type-item .type-item__header.header-1:after {
	background: linear-gradient( 264deg, #EFBE36 0%, #F29326 100%);
	border-top-left-radius: 20px;
}

.user-type .type-item .type-item__header.header-2:after {
	background: linear-gradient( 264deg, #FC944D 0%, #F87C8A 100%);
}

.user-type .type-item .type-item__header.header-3:after {
	background: linear-gradient( 264deg, #36A4EF 0%, #266CF2 100%);
	border-top-right-radius: 20px;
}

.user-type .type-item .type-item__header .user-img {
	position: relative;
	z-index: 1;
	width: 50%;
	height: 100%;
}

.user-type .type-item .type-item__header .user-type-name {
	position: relative;
	z-index: 1;
	flex: 0 0 50%;
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
}

.to-hide {
	opacity: 0 !important;
	margin-top: 0 !important;
}

/* solutionBox css */
.solution-box {
	position: relative;
	width: 100%;
	background-image: url(../images/solution-bg.png);
	font-size: 12px;
	background-size: cover;
	background-position: center;
}

.solution-container {
	width: 100%;
	padding: 60px 0;
}

.solution-box .title {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 57px;
	margin-bottom: 60px;
}

.solution-box .item-wrapper {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.solution-box .item-wrapper .item {
	display: flex;
	align-items: center;
	padding: 30px;
	max-width: 320px;
	flex: 0 0 320px;
	background: #FFFFFF;
	box-shadow: 8px 10px 8px 0 rgba(191,217,255,0.25);
	border-radius: 5px;
}

.solution-box .item-wrapper .item .item-icon {
	width: 100px;
	height: 100px;
}

.solution-box .item-wrapper .item .item-content {
	height: 100%;
}
.solution-box .item-wrapper .item .item-content__title {
	font-weight: 500;
	font-size: 24px;
	color: #303133;
	margin-bottom: 10px;
}

.solution-box .item-wrapper .item .item-content__desc {
	color: #909399;
}

/* joinBox */
.joinBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	background: linear-gradient( 264deg, #36A4EF 0%, #266CF2 100%);
	/*background-image: url(../image/home_bg.png);*/
	/*background-repeat: round;*/
}

.joinBox .title {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	margin-right: 30px;
	line-height: 48px;

}

.joinBox .join-btn {
	width: 180px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 3px;
	color: #266CF2;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

/* carouselBox */
.carouselBox {
	position: relative;
	width: 100%;
	/* min-width: 1650px; */
	height: auto;
	box-sizing: border-box;
	background: #ffffff;
	margin: 90px 0;
}

.carouselBox .carouselHead {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.carouselHead .user-title {
	font-size: 35px;
	color: #434343;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	transition: opacity 0.5s;
}

.carouselHead #carouselAssistant {
	width: 760px;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 95px;
	transition: opacity 0.5s;
}

.carouselBox .carouselHead .arrow-left {
	position: absolute;
	top: 37%;
	left: 0%;
	z-index: 999;
}

.carouselBox .carouselHead .arrow-right {
	position: absolute;
	top: 37%;
	right: 0%;
	z-index: 999;
}

.carouselBox .carouselContent {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-moz-user-select: none;
	/* Safari 和 欧朋 */
	-webkit-user-select: none;
	/* IE10+ and Edge */
	-ms-user-select: none;
	/* Standard syntax 标准语法(谷歌) */
	user-select: none;

}

.carouselContent .switch-container {
	position: relative;
	width: 100%;

}

.carouselContent .switch-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	transition: transform 1s;
	transform: translate3d(-1125px, 0px, 0px);
}

.carouselBG {
	position: absolute;
	width: 600px;
	top: 0px;
	height: 340px;
	left: 25%;
	z-index: 1;
	-webkit-user-drag: none;

}

.carouselContent .switch-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	width: 600px;
	transform: translateY(33px) scale(.8);
	transition: transform 1s;
	margin: 0 45px;
}

.carouselContent .switch-slide-active {
	transform: scale(1);
	opacity: 1;
}

.carouselContent .switch-slide-active:after {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../image/carouseActive.png');
	position: absolute;
}


.carouselContent .switch-slide .img {
	width: 600px;
	height: 340px;

}

.carouselContent .switch-slide img {
	-webkit-user-drag: none;
	user-drag: none;
}

.carouselContent .switch-slide .dataShow1-1 {
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 80px;
	transition: all 1s;
}

.carouselContent .switch-slide .dataShow2-1 {
	position: absolute;
	opacity: 0;
	bottom: 30px;
	left: 20px;
	transition: all 1s;

}

.carouselContent .switch-slide .dataShow2-2 {
	position: absolute;
	opacity: 0;
	top: 55px;
	right: 20px;
	transition: all 1s;
}


.maskBxo {
	height: 55.5%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #edeff6;
}

.maskBxo2 {
	height: 42%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #edeff6;
}

/* scene */
.sceneBox {
	width: 100%;
	height: 731px;
	background: linear-gradient(180deg, #edeff6, #ffffff 20%, #fafbfc);
}

.sceneBox-item {
	width: 386px;
	height: 437px;
	background: #f4f6f9;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 40px;
	position: relative;
	transition: transform .3s ease-out;
}


.sceneBox-item:hover {
	transform: translateY(-12px);
	background: #FFFFFF;
}

.sceneBox-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.promotionBtn {
	position: absolute;
	width: 116px;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	height: 40px;
	background: linear-gradient(90deg, #3d6cfc, #669aff);
	border-radius: 4px;
	cursor: pointer;
	bottom: 20px;
	left: 50%;
	opacity: 0;
	transition: bottom .5s;
	transform: translateX(-50%);
}

.promotionBtn:hover {
	color: #fff;
	background: linear-gradient(90deg, #8daaff, #b4cdff);
}

.promotionBtn_show {
	opacity: 1;
	bottom: 110px;
}

.public-title {
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #434343;
}



/* 轮播图 */
.pc-banner {
	position: relative;
	width: 100%;
	min-width: 1650px;
	/* width: 1200px;
	margin: 0 auto; */
}

.arrowBtn {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.arrow-left {
	position: absolute;
	top: 40%;
	left: 22%;
	z-index: 999;
}

.arrow-right {
	position: absolute;
	top: 40%;
	right: 22%;
	z-index: 999;
}


@media screen and (max-width: 668px) {
	.pc-banner {
		background-size: auto 100%;
	}
}

.swiper-container {
	width: 100%;
	margin: 35px 0;
}

@media screen and (max-width: 668px) {
	.swiper-container {
		margin: 20px 0 15px;
	}
}

.switch-slide {
	position: relative;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: .5;
}

@media screen and (max-width: 668px) {
	.switch-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.switch-slide-active,
.switch-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {

	.switch-slide-active,
	.switch-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.switch-slide span {
	padding: 10px;
	cursor: pointer;
	display: block;
	border-radius: 14px;

}

@media screen and (min-width: 668px) {
	.switch-slide span:after {
		position: absolute;
		top: 27px;
		left: 25px;
		display: block;
		box-sizing: border-box;
		background: #ffffff;
		opacity: 0.6;
		content: "";
		width: calc(100% - 55px);
		height: calc(100% - 50px);
		border-radius: 20px;
	}
}

.switch-slide-active span:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.switch-slide span {
		padding: 5px;
		border-radius: 7px;
	}
}

@media screen and (max-width: 1920px) {

	.switch-slide .visitor1,
	.switch-slide .visitor2,
	.switch-slide .originImg {
		transform: scale(.9);
	}

}

.switch-slide .img {
	width: 100%;
	border-radius: 14px;
	display: block;
}

.switch-slide .dataShow3-1 {
	position: absolute;
	top: 25%;
	left: 0%;
	opacity: 0;
	transition: opacity 1s, left 1s;
}

.switch-slide .dataShow3-2 {
	position: absolute;
	bottom: 5%;
	right: 0%;
	transition: opacity 1s, right 1s;
}

.switch-slide .visitor1 {
	position: absolute;
	left: 0%;
	opacity: 0;
	bottom: 25%;
	transition: opacity 1s, left 1s;
}

.switch-slide .visitor2 {
	position: absolute;
	bottom: 1%;
	right: 0%;
	transition: opacity 1s, right 1s;
}

.switch-slide .dataShow5-1 {
	position: absolute;
	top: 0;
	left: -15%;
	opacity: 0;
	transition: opacity 1s, top 1s;
}




@media screen and (max-width: 668px) {
	.switch-slide img {
		border-radius: 7px;
	}
}

.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {

	.swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}



@media screen and (max-width: 668px) {
	.button {
		width: 70%;
		bottom: 22px;
	}
}




@media screen and (max-width: 668px) {
	.button div {
		width: 28px;
		height: 28px;
	}
}


/*多工具服务开始*/

.multiToolServices{
	font-family: PingFang SC, PingFang SC-Bold;
	box-sizing: border-box;
	width: 100%;
	/*background: #edeff6;*/
	/*margin-bottom: 60px;*/
}

.multiToolServices .title-box {
	box-sizing: border-box;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.multiToolServices .title-box .title{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 57px;
}
.multiToolServices .title-box .content-text{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #909399;
	line-height: 24px;
}

.multiToolServices .tool-container {
	width: 1200px;
	display: flex;
	margin: 60px auto 0;
}

.multiToolServices .tool-container .tool-left {
	width: 450px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.multiToolServices .tool-container .tool-left .tool-item {
	position: relative;
	display: flex;
	background: #fff;
	padding: 16px;
}

.multiToolServices .tool-container .tool-left .tool-item:hover {
	box-shadow: 5px 4px 4px 1px rgba(51,154,239,0.3);
}
.multiToolServices .tool-container .tool-left .tool-item:hover:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	content: "";
	width: 10px;
	height: 100%;
	background: linear-gradient( 185deg, #36A4EF 0%, #266CF2 100%);
}

.multiToolServices .tool-container .tool-left .tool-item .tool-img {
	width: 120px;
	height: 120px;
}

.multiToolServices .tool-container .tool-left .tool-item .tool-main__title {
	font-weight: bold;
	font-size: 24px;
}

.multiToolServices .tool-container .tool-left .tool-item .tool-main__desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.multiToolServices .tool-container .tool-right {
	flex: 1;
	background: #EEF8FF;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
/*多工具服务结束*/
