@charset "UTF-8";
@font-face {
	font-family: 'calibri';
	src: url(../font/calibri.ttf);
	font-weight: normal;
	font-style: normal;
}

/* 思源宋体 */
@font-face {
	font-family: 'SourceHanSerifCN-Medium';
	src: url(../font/SourceHanSerifCN-Medium.ttf);
	font-weight: normal;
	font-style: normal;
}

/* 思源黑体 */
@font-face {
	font-family: 'SourceHanSans-Normal';
	font-display: swap;
	src: url('../font/SourceHanSans/SourceHanSans-Normal.eot'); /* IE9*/
	src: url('../font/SourceHanSans/SourceHanSans-Normal.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ url('../font/SourceHanSans/SourceHanSans-Normal.woff2') format('woff2'),
		url('../font/SourceHanSans/SourceHanSans-Normal.woff') format('woff'),
		/* chrome、firefox */ url('../font/SourceHanSans/SourceHanSans-Normal.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
			url('../font/SourceHanSans/SourceHanSans-Normal.svg#思源黑体-普通') format('svg'); /* iOS 4.1- */
	/* iOS 4.1- */
}

html {
	font-family: 'calibri', 'SourceHanSerifCN-Medium';
	font-size: calc(100vw / 96);
}

hr {
	border: 0.05rem solid #2299af;
	background-color: #2299af;
}

.container {
	width: 70%;
	margin: 0 auto;
}

.home-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: 101;
}

.home-header .container {
	overflow: hidden;
}

.home-header a {
	display: inline-block;
	padding: 1em;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.5;
	vertical-align: top;
	transition: all 0.3s;
}

.home-header .header-left {
	display: inline-flex;
	align-items: center;
}

.home-header .logo > a {
	font-size: 1rem;
	line-height: 1;
	padding: 0;
	margin-right: 1em;
}

.home-header .aboutus > a:hover,
.home-header .aboutus > a.active {
	color: #2299af;
}

.home-header .aboutus-detail {
	position: absolute;
	left: 0;
	right: 0;
	padding-left: 15%;
	padding-right: 34%;
	transform: scaleY(0);
	transition: all 0.3s;
	transform-origin: top;
	color: #fff;
	background-color: #000;
	padding-bottom: 1.2rem;
}

.home-header .aboutus-detail p,
.home-header .aboutus-detail .download {
	font-size: 0.65rem;
	padding: 0.8em 0;
}

.home-header .aboutus-detail .name {
	font-size: 0.8rem;
}

.home-header .aboutus-detail hr {
	margin: 0.3rem 0;
}

.home-header .header-right {
	font-size: 0;
}

.home-header .header-right a:hover,
.home-header .header-right li.active a {
	background-color: #2299af;
}

.main {
	height: 100vh;
	overflow: hidden;
}

.airports-wrap {
	height: 100%;
	overflow: hidden;
}

.airports-wrap .airport-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 15%;
	height: 100%;
	padding: 4rem 0.8% 4.5rem;
	background-color: #00385a;
	color: #fff;
	box-sizing: border-box;
}

.airports-wrap .airport-text .title {
	position: relative;
	display: inline-block;
}

.airports-wrap .airport-text .title .tag {
	position: absolute;
	top: 0.3em;
	right: 0;
	background-color: #2299af;
	text-transform: uppercase;
	font-size: 0.9rem;
	padding: 0 0.4em;
}

.airports-wrap .airport-text .title .title-cn {
	font-size: 1.8rem;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	border-bottom: 0.1rem solid #2299af;
	white-space: nowrap;
}

.airports-wrap .airport-text .title .title-en {
	font-size: 1.2rem;
}

.airports-wrap .airport-text .content {
	overflow: hidden;
	height: 100%;
	transform: scaleY(1);
	transition: height 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.airports-wrap .airport-text .desc {
	margin: 0.8rem 0;
	height: calc(100% - 5.2rem);
	overflow: hidden;
	box-sizing: border-box;
}

.airports-wrap .airport-text .desc p {
	margin: 0.4em 0;
	font-size: 0.7rem;
}

.airports-wrap .airport-text .desc p:first-child {
	margin-top: 0;
}

.airports-wrap .airport-text .desc .desc-en p {
	font-size: 0.72em;
	line-height: 1.3;
}

.airports-wrap .airport-text .contact {
	border: 1px solid #fff;
	padding: 0.4rem 0.5rem;
	padding-bottom: 0;
}

.airports-wrap .airport-text .contact .contact-title {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: bold;
	border-bottom: 0.1rem solid #2299af;
	text-transform: uppercase;
}

.airports-wrap .airport-text .contact .contact-list {
	padding: 0.3rem 0;
}

.airports-wrap .airport-text .contact .contact-list li {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1.4;
	margin: 0.4em 0;
}

.airports-wrap .airport-text .contact .contact-list .iconfont {
	font-size: 0.8rem;
	line-height: 1;
	margin-right: 0.2em;
}

.airports-wrap .airport-text .contact .contact-list .contact-content {
	flex: 1;
	word-break: break-word;
	color: #fff;
	background-color: #2299af;
}

.airports-wrap .airport-pics {
	position: relative;
	width: 85%;
}

.airports-wrap .airport-pics::before {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 56, 90, 0.8);
	z-index: 2;
}

.airports-wrap .airport-pics img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.home-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.home-footer .privacy {
	position: absolute;
	right: 9.5%;
	top: 50%;
	font-size: 0.7rem;
	line-height: 2rem;
	height: 2rem;
	margin-top: -1rem;
	font-family: 'SourceHanSans-Normal';
	transition: all 0.3s;
	justify-content: center;
}

.home-footer .copyright {
	position: absolute;
	right: 1%;
	top: 50%;
	font-size: 0.7rem;
	line-height: 2rem;
	height: 2rem;
	margin-top: -1rem;
	font-family: 'SourceHanSans-Normal';
	transition: all 0.3s;
	justify-content: center;
}
.home-footer .privacy:hover,
.home-footer .copyright:hover {
	color: #2299af;
}

.home-footer .contact-warp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.7rem;
	padding: 1em 0;
}

.home-footer .contact-warp .title {
	font-size: 0.9rem;
}

.home-footer .contact-warp li {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.home-footer .contact-warp .contact-name {
	display: inline-block;
	text-align: right;
	border-right: 0.1rem solid #2299af;
	text-transform: uppercase;
	margin-right: 0.5em;
	padding-right: 0.5em;
}

body.header-expanded .home-header .aboutus-detail {
	transform: scaleY(1);
}

body.header-expanded .airports-wrap .airport-text .title {
	opacity: 0.8;
}

body.header-expanded .airports-wrap .airport-text .content {
	height: 0;
	transform: scaleY(0);
}

body.header-expanded .airports-wrap .airport-pics::before {
	display: block;
}

body.header-expanded .nicescroll-rails {
	display: none !important;
}

@media screen and (max-width: 1400px) {
	.home-footer .container {
		margin-left: 5%;
		width: 82%;
	}
}
