.banner{
	height: 366px;
	width: 100%;
	overflow: hidden;
	background: #93a0c0;
}
.banner-img{
	height: 100%;
}
.title-box{
	padding: 80px 0;
}
.title-box .title-line{
	width: 100px;
	height: 1px;
	background: #4F4F4F;
	opacity: 0.3;
}
.title-box .title-text{
	font-size: 32px;
	color: #010101;
	margin: 0 20px;
}
.containerWhite{
	background: white;
}
.containerGrey{
	background: #F5F6FA;
}
.team-box .question-item .img-wrap{
	width: 109px;
	height: 109px;
	background: #F0F2FF;
	border-radius: 50%;
}
.team-box .question-item img{
	width: 46px;
}
.team-box .question-item .tit{
	font-size: 18px;
	color: #000000;
	line-height: 44px;
	margin-top: 10px;
}
.team-box .question-item .desc{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.solution-box .solution-top-img{
	height: 460px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.solution-box .solution-top-img .img{
	width: 100%;
	height: 340px;
}
.solution-box .solution-top-img .hover-wrap{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.solution-box .solution-top-img .hover-wrap .hover-info{
	padding: 30px;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.solution-box .solution-top-img .tech-list{
	padding:20px 30px;
	padding-bottom: 0;
}
.solution-box .solution-top-img .tech-item{
	padding: 0 50px;
}
.solution-box .solution-top-img .hover-info .tit{
	font-size: 24px;
	color: #010101;
	line-height: 25px;
	border-left: 5px solid #4255E5;
	padding-left: 20px;
}
.solution-box .solution-top-img .tech-item .tech-img{
	width: 88px;
}
.solution-box .solution-top-img .tech-item .tech-text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	margin-top: 10px;
}
.solution-box .special-btn{
	width: 165px;
	height: 33px;
	background: #6842E5;
	border: 1px solid #CFD5FF;
	font-size: 18px;
	color: #FFFFFF;
}
.solution-box .special-btn .more-icon{
	width: 24px;
	margin-right:10px;
}
.solution-box .special-list{
	width: 1200px;
	height: 146px;
	background: linear-gradient(to bottom, #F6F5FB, #ffffff);
	box-sizing: border-box;
	padding: 30px 80px;
	flex-wrap: wrap;
}
.solution-box .special-item{
	font-size: 14px;
	color: #000000;
	line-height: 36px;
	width: 33.3%;
}
.solution-box .special-item img{
	width: 22px;
	margin-right: 20px;
}
.solution-box .function-list{
	margin-bottom: 60px;
}
.solution-box .function-list .function-item{
	padding: 0 10px;
	height: 49px;
	font-size: 20px;
	color: #FFFFFF;
	margin-right: 20px;
	color: #000000;
	cursor: pointer;
}
.solution-box .function-list .function-item.active{
	background: #4255E5;
	color: white;
	transition: ease 0.6s;
}
.solution-box .function-list .function-item:last-child{
	margin-right: 0;
}
.solution-box .info-img{
	width: 1200px
}
.solution-box .info-img-wrap{
	padding:60px 0;
}
.solution-box .solution-swiper{
	height: 470px;
	position: relative;
}
.solution-box .solution-swiper .litle-tit{
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 0px;
	margin-right: 30px;
}
.solution-box .solution-swiper .litle-tit5{
	margin-bottom: 30px;
	margin-right: 0;
}
.solution-box .solution-swiper .litle-tit::before{
	position: absolute;
	left: 0;
	top: 13px;
	content: '';
	width: 2px;
	height: 15px;
	background: #4255E5;
}
.solution-box .solution-swiper .img{
	height: 400px;
}
.solution-box .solution-swiper .img5{
	height: 300px;
}
.solution-box .solution-swiper .solution-swiper-pagination{
	left: 495px;
	bottom: 50px;
	position: absolute;
}
.solution-swiper .swiper-pagination-bullet{
	background: #C8D3FF!important;
	width: 10px!important;
	height: 10px!important;
	opacity: 1!important;
	margin-left: 10px;
}
.solution-swiper .swiper-pagination-bullet-active{
	width: 10px!important;
	height: 10px!important;
	background: #4255E5!important;
	border-radius: 5px!important;
}
.solution-box .solution-swiper .tag-list{
	margin-left: 14px;
}
.solution-box .solution-swiper .tag{
	margin-bottom: 28px;
	width: 151px;
	height: 38px;
	background: #4255E5;
	border-radius: 0px 19px 19px 0px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 38px;
	padding-left: 18px;
	box-sizing: border-box;
}
.effect-box{
	padding-bottom: 80px;
}
.effect-box .img{
	width: 525px;
}
.effect-box .img1{
	margin-right: 26px;
}