@font-face {
	font-family: "fontName";
	src: url("../../fonts/SOURCEHANSERIFCN-BOLD.OTF");
}

@font-face {
	font-family: "fontNumber";
	src: url("../../fonts/bahnschrift.ttf");
}

.greybg {
	width: 100%;
	margin-bottom:5%;
}

.see_detail {
	border: none !important;
	background: linear-gradient(270deg, #00C1AE, #00E8CE) !important;
	box-shadow: 0px 7px 20px 0px rgba(0, 232, 206, 0.5) !important;
}

.number {
	font-size: 54px;
	background: linear-gradient(30deg, #03C4D3 0%, #0080C8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Bahnschrift;
	position: absolute;
	top: -5px;
	left: 0;
}

.tight_top {
	position: absolute;
	right: -9px;
	top: 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #00A1E4;
}

.tab_title li div {
	color: #666666;
	font-family: Microsoft YaHei;
}

.top_num>li {
	position: relative;
	margin-right: 12% !important;
	line-height: 114px !important;
}
.top_num>li>div:nth-of-type(2){
	margin-top:34px;
}
.blue_banner {
	width: 100%;
	height: 440px;
	background: url("/img/web/serverInfo/personnel/activityBackground.jpg");
	overflow: hidden;
	background-size: 100% 100%;
}

.blue_banner_title {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}

.blue_banner_title_first {
	height: 33px;
	font-size: 34px;
	font-family: fontName;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
}

.blue_banner_title_sec {
	height: 12px;
	font-size: 14px;
	margin-top: 25px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}

.blue_banner_content {
	margin-top: 93px;
}

.blue_banner_content_contain {
	display: flex;
	justify-content: space-evenly;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	margin-top:8%;
}

.blue_banner_content_contain>li>p {
	font-size: 24px;
	font-family: fontName;
	color: #FFFFFF;
	font-weight: 400;
}

.blue_banner_content_contain>li {
	border-right: 1px solid white;
	/* padding-right: 100px */
}