.swiper_img{
	width: 100%;
	height: 34.79vw;
}
.wrap1{
	width: 100%;
	height: auto;
	background: url(../image/service_bg_enterprise@2x.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: auto;
}
.wrap_title{
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-top: 60px;
}
.wrap1_text{
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
	margin-top: 28px;
	text-align: center;
}
.wrap1_list{
	margin: 60px auto 36px;
	width: 1152px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap1_item{
	width: 368px;
	height: 148px;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
	margin-bottom: 24px;
	overflow: auto;
	text-align: center;
}
.wrap1_item_img{
	width: 42px;
	height: 42px;
	display: block;
	margin: 36px auto 0;
}
.wrap1_item_text{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	margin-top: 20px;
}
.wrap2{
	width: 100%;
	height: auto;
	background: url(../image/service_bg_function@2x.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: auto;
}
.wrap2_title{
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 48px;
	text-align: center;
}
.wrap2_area{
	width: 1152px;
	margin: 52px auto 60px;
}
.wrap2_list{
	display: flex;
	border-bottom: 1px solid #ADADAD;
	position: relative;
}
.bottomline{
	position: absolute;
	bottom: -2px;
	left: 69px;
	width: 150px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 7px;
	transition: all 0.3s ease;
}
.wrap2_item{
	width: 25%;
	height: 158px;
	text-align: center;
}
.wrap2_item img{
	width: 52px;
	height: 52px;
	margin-top: 32px;
}
.wrap2_item p{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
}
.wrap2_list2{
	display: flex;
	margin-top: 35px;
}
.wrap2_item2{
	width: 25%;
	visibility: hidden;
}
.item2_active{
	visibility: visible !important;
}
.wrap2_item2 p{
	width: 234px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0 auto;
}
.wrap3{
	width: 100%;
	background: #F9FAFF;
	overflow: auto;
}
.wrap3_list{
	width: 1152px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}
.wrap3_item{
	width: 540px;
	height: 255px;
	background: #FFFFFF;
	box-shadow: 10px 20px 30px 0px rgba(65,62,101,0.09), 0px 2px 16px 0px rgba(65,62,101,0.06);
}
.wrap3_item_top{
	width: 100%;
	height: 55px;
	background: #4B71FF;
	box-shadow: 10px 20px 30px 0px rgba(65,62,101,0.09), 0px 2px 16px 0px rgba(135,135,135,0.06);
	border: 1px solid rgba(178,178,178,0.5);
	box-sizing: border-box;
}
.wrap3_item_top p{
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	letter-spacing: 1px;
	text-shadow: 10px 20px 30px rgba(65,62,101,0.09);
	margin-top: 12px;
	margin-left: 26px;
}
.service_case{
	width: 14px;
	height: 14px;
}
.wrap3_item_bottom{
	margin-top: 16px;
}
.wrap3_item_left{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
	text-shadow: 10px 20px 30px rgba(65,62,101,0.09);
	margin-left: 8px;
}
.wrap3_item_right{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 14px;
	text-shadow: 10px 20px 30px rgba(65,62,101,0.09);
}
.wrap3_item_content{
	height: 14px;
	display: flex;
	margin-left: 20px;
	margin-bottom: 14px;
}
.round{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #666666;
	box-shadow: 10px 20px 30px 0px rgba(65,62,101,0.09);
	margin-right: 6px;
}
.wrap3_item_right_li{
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}
.wrap4{
	width: 100%;
	background: #F6F8FC;
	overflow: auto;
}
.wrap4_content{
	width: 1152px;
	display: flex;
	justify-content: space-between;
	margin: 46px auto 60px;
}
.wrap4_left{
	width: 537px;
	margin-top: 18px;
}
.wrap4_left_title{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	margin-top: 16px;
}
.wrap4_left_value{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}
.wrap4_right{
	width: 457px;
	height: 457px;
	border-radius: 457px;
	background: linear-gradient(135deg, #F7F7F7 0%, #FFFFFF 100%);
	box-shadow: 0px 2px 50px 0px rgba(65,62,101,0.03);
	position: relative;
}
.wrap4_right_inner{
	position: absolute;
	right: 46px;
	top: 96px;
	width: 294px;
	height: 294px;
	border-radius: 294px;
	background: linear-gradient(180deg, #F9F9F9 0%, #FBFBFB 100%);
	box-shadow: 0px 2px 50px 0px rgba(65,62,101,0.06);
}
.wrap4_right_img1{
	position: absolute;
	right: 180px;
	top: 14px;
	width: 160px;
	height: 78px;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
}
.wrap4_right_img2{
	position: absolute;
	width: 260px;
	height: 126px;
	right: 291px;
	top: 116px;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
}
.wrap4_right_img3{
	position: absolute;
	width: 184px;
	height: 84px;
	right: 309px;
	top: 286px;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
}
.wrap4_right_img4{
	position: absolute;
	width: 202px;
	height: 92px;
	right: 79px;
	top: 332px;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
}
.wrap4_right_img5{
	position: absolute;
	width: 180px;
	height: 82px;
	right: 46px;
	top: 145px;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
}
.wrap5{
	width: 100%;
	overflow: auto;
}
.wrap5_list{
	width: 640px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}
.wrap5_item{
	min-width: 128px;
	text-align: center;
}
.wrap5_item_img{
	width: 70px;
	height: 70px;
}
.wrap5_item_text{
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
	margin-top: 16px;
}
.wrap2_item:first-child p{
	font-weight: bold;
}