@font-face {
	font-family: "fontName";
	src: url("../../fonts/SOURCEHANSERIFCN-BOLD.OTF");
}

@font-face {
	font-family: "fontNumber";
	src: url("../../fonts/bahnschrift.ttf");
}

.world-banner {
	z-index: -9999;
	position: absolute;
}

.banner_cn {
	margin-top: 90px;
	text-align: center;
	height: 62px;
	font-size: 66px;
	font-family: fontName;
	font-weight: 400;
	color: #FFFFFF;
	/* 	line-height: 59px; */
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	letter-spacing: 10px;
}

.banner_en {
	margin-top: 33px;
	text-align: center;
	height: 22px;
	font-size: 30px;
	font-family: fontName;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	letter-spacing: 5px;
}

.world-banner img {
	width: 100%;
	height: 100%;
}

.world-banner {
	width: 100%;
	height: 460px;
}

.text_center {
	vertical-align: middle;
}

.center_box {
	width: 100%;
	position: relative;
}

.tabTitle {
	width: 70.83%;
	background: white;
	height: 73px;
	line-height: 73px;
	margin-top: -36.5px;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
	position: absolute;
	top: 0;
	left: 14.5%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	border: none;
	border-bottom: 4px solid #009CC6;
	color: #009CC6;
}

.tab_title>li>a {
	color: #333333;
	height: 73px;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
}

.about_center_content {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	background: url(../../img/web/worldCenter/serviceCenter.jpg);
}

.tab_title>li {
	margin-right: 82px;
}

.about_center_left {
	margin-top: 67.5px;
}

.about_center_right {
	margin-top: 124.5px;
	padding-left: 5.4%;
}

.about_center_right div:nth-of-type(1) {
	height: 26px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin-bottom: 32px;
}

.about_center_right div:nth-of-type(2) {
	margin-top: 32px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 33px;
}

.about_center_right div:nth-of-type(3) {
	margin-top: 32px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 33px;
}

.num {
	width: 80px;
	height: 40px;
	font-size: 54px;
	font-family: Bahnschrift;
	font-weight: 400;
	color: #00A1E4;
	line-height: 48px;
	background: linear-gradient(30deg, #03C4D3 0%, #0080C8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.word {
	width: 17px;
	height: 14px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #00A1E4;
	line-height: 48px;
	margin-left: 14px;
}

/* .network_text{
	text-align:center;
} */
.count_desc {
	height: 13px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.about_center_right_foot {
	display: flex;
	justify-content: space-between;
}

.four_outlink {
	display: flex;
	justify-content: space-between;
	margin: 41px auto 47px auto;
}

.four_outlink div {
	width: 325px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
	margin-right: 20px;
	overflow: hidden;
}

.four_outlink div img {
	margin-right: 18%;
	vertical-align: middle;
}

.four_outlink div span {
	width: 113px;
	height: 21px;
	font-size: 22px;
	font-family: fontName;
	font-weight: 400;
	color: #0082C8;
	line-height: 66px;
	vertical-align: middle;
}

.img_contain {
	width: 70.83%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.img_contain>div>a, .img_contain>div>a>img {
	width: 100%;
}

.img_contain div {
	width: 30%;
	height: 119px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
}

.img_contain>div>img {
	width: 100%;
}

.bgc_grey {
	height: 600px;
	background: #F3F6FB;
}

.see_detail {
	background: linear-gradient(30deg, #03C4D3, #0080C8);
	box-shadow: 0px 10px 20px 0px rgba(0, 156, 198, 0.25);
	width: 178px;
	height: 54px;
	margin-top: 53px;
}

.right_fixed {
	position: fixed;
	top: 50%;
	right: 0.63%;
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9999;
}

.right_fixed img {
	width: 100%;
	height: 100%;
}