.banner {
	height: 580px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.tab{
	width: 1200px;
	height: 110px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	border-radius: 0px 0px 0px 0px;
	position: relative;
	top: -55px;
	padding: 0 60px;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.tab_item{
	font-size: 26px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #9E9E9E;
	cursor: pointer;
	margin-right: 55px;
}
.tab_item.active{
	color: #1862DC;
	font-weight: 600;
}
.tab_inner{
	/* padding-bottom: 100px; */
}
.tab_inner_title{
	font-size: 36px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 42px;
	text-align: center;
	
}
.mb60{
	margin-bottom: 60px;
}
.tab_inner_describe{
	width: 1004px;
	height: 66px;
	font-size: 16px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #929292;
	line-height: 19px;
	margin: 0 auto;
	text-align: center;
	margin-top: 16px;
}
.tab_inner_img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 62px;
	margin-bottom: 100px;
}
.tab_inner_bottom{
	background: #F2F6FA;
	padding: 70px 0 10px 0;
}
.tab_inner_item{
	width: 1400px;
	height: 463px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
	display: flex;
	padding: 50px 60px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 60px;
}
.tab_inner_item_left{
	padding-top: 21px;
}
.tab_inner_item_left_header{
	font-size: 30px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #2A2A2A;
	line-height: 44px;
	position: relative;
	padding-left: 12px;
	height: 44px;
	margin-bottom: 30px;
	
	
}
.tab_inner_item_left_header::after{
	content: '';
	display: block;
	width: 6px;
	height: 44px;
	background-color: #1862DC;
	position: absolute;
	left: 0;
	top: 0;
}
.tab_inner_item_left_describe{
	width: 438px;
	height: 280px;
	font-size: 22px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #929292;
	line-height: 31px;
	padding-left: 6px;
	
}
.other{
	height: 393px;
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 70px;
	box-sizing: border-box;
}
.other_list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.other_item{
	width: 557px;
	height: 148px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	padding: 29px 51px 31px 47px;
}
.other_item_top{
	display: flex;
	align-items: center;
}
.other_item_top span{
	font-size: 18px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #505050;
	padding-left: 7px;
}
.other_item_bottom{
	margin-top: 19px;
	width: 459px;
	height: 42px;
	font-size: 14px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #929292;
	line-height: 21px;
}