@font-face {
	font-family: '思源黑体 CN','微软雅黑','Source Han Sans',sans-serif;
	src: url('../notosanssc-regular.html');
	font-weight: light;
	font-style: light;
}

body {
	font-family: 'Noto Sans SC', sans-serif;
	margin: 0;
	font-weight: 300;
}

a {
	color: inherit;
	text-decoration: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	background-color: rgb(255, 255, 255);
	z-index: 9999;
	
}

.header .logo {
	padding-left: 5rem;
	display: flex;
}

.header .logo .title {
	margin: auto;
	margin-left: 1em;
	align-items: center;
	font-size: 1em;
}

.header .logo img {
	width: 2.2em;
}

.header .menu {
	height: 100%
}


.header .menu-icon {
	display: none;
}

.header .nav {
	position: absolute;
	margin-right: 8em;
	right: 0;
	height: 100%;
}


.header .nav ul {
	display: flex;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;

}

.header .nav ul li {
	width: 8em;
	height: 80%;
	text-align: center;
	margin: 0.5em;
	font-size: 0.9em;
}

.header .nav ul li div {
	width: 100%;
}

.header .nav ul li .button {
	display: flex;
	align-items: center;
	text-align: center;
	width: 80%;
	height: 99%;
}

.header .nav ul li .button.action {
	border-bottom: 2px solid #084E8A;
	color: #084E8A;
}

footer {
	width: 100%;
	margin: auto;
	background-color: white;
	color: white;
}

footer .content {
	background-color: #00456B;
	padding-top: 4rem;
}

footer .content-item {
	width:80%;
	margin-top: 10em;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	text-align: center;
	margin-bottom: 2rem;
	
}


footer .company-item {
	margin-top: 3em;
	width:18rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.8rem;
}

footer .content-item:not(:first-child)::before{
	content:"";
	width: 30%;
	position: absolute;
	border-top: solid 1px white ;
	border-top-width:1px;
}

footer .footer-item {
	font-size: 1rem;
	font-weight: 700;
	margin: 1rem;
	width: 6rem;
	display: flex;
	align-items: center;
}



footer .content-item span {
	font-size: 1rem;
	margin: auto;
}