/* header */
.header{
	background: url('../img/about/screen.png') no-repeat;
	height: 672px;
	overflow: hidden;
}
.header .nav-box{
	margin: 20px 180px 0 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
.nav-box .logo{
	width: 219px;
	height: 62px;
}
.nav-box .logo h1{
	position: relative;
}
.nav-box .logo h1 .logo-bd{
	display: block;
	padding-top: 62px;
	width: 219px;
	height: 0;
	overflow: hidden;
	background: url('../img/public/logo.png') no-repeat 0 0;
} 
.nav-box .nav{
	display: flex;
}
.nav-box .nav .nav-item{
	flex-shrink: 0;
}
.nav-box .nav .n-boss{
	margin-right: 62px;
}
.nav-box .nav .n-free{
	margin-right: 53px;
}
.nav-box .nav .active{
	font-weight: 900;
}
.nav-box .nav .nav-item a{
	color: #fff;
}
.header .header-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 174px;
	color: #fff;
	position: relative;
	z-index: 3;
}
.header .header-title .header-title-text{
	font-size: 64px;
	line-height: 90px;
	font-weight: 800;
	margin-bottom: 18px;
}
.header .header-title .header-sub-title{
	line-height: 45px;
	font-size: 32px;
	font-weight: 600;
}

/* 内容 */
.content{
	
}
/* 荣誉奖项 */
.content .award{
	width: 1118px;
	margin: 150px auto 190px; 
}
.content .content-title{
	text-align: center;
	color: #231816;
	font-size: 64px;
	font-weight: 800;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
	line-height: 90px;
}
.content .content-title .orange{
	color: #FF7A00;
}
.content .content-title img{
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: -1;
}
.content .award .a-content{
}
.content .award .a-content .a-c-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 56px;
}
.content .award .a-content .a-c-item:last-child{
	margin-bottom: 0;
}
.content .award .a-content .a-c-item img{
	width: 271px;
	height: 72px;
}
/* 投资人 */
.content .investment{
	width: 1168px;
	margin: 0 auto 161px;
}
.content .investment .i-content{
	display: flex;
}
.content .investment .i-content .i-c-item{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.content .investment .i-content .i-c-item::after{
	content: '';
	display: block;
	height: 210px;
	width: 2px;
	background-color: #E8F1FF;
	position: absolute;
	right: 0;
	top: 0;
}.content .investment .i-content .i-c-item:last-child::after{
	display: none;
}
.content .investment .i-content .i-c-item img{
	width: 210px;
	height: 60px;
	margin-bottom: 40px;
}
.content .investment .i-content .i-c-item h5{
	font-weight: 700;
	margin-bottom: 20px;
}
.content .investment .i-content .i-c-item .i-c-i-keyword{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.content .investment .i-content .i-c-item .i-c-i-keyword span{
	display: block;
}
/* 页尾 */
.footer{
	text-align: center;
	margin-bottom: 81px;
}
