.m-sub-head {
	height: 9rem;
}

.u-title {
	font-size: .44rem;
}

/* about */
.m-about {
	padding: 1.2rem 0 2rem;
	background: url('../img/about/about_bg.png');
}
.m-about .u-title {
	margin-bottom: 1.2rem;
}
.m-about .content {
	width: 8.5rem;
	line-height: .36rem;
	font-size: .18rem;
	color: #444;
	opacity: 0;
	transform: translate(0,1rem);
	transition: all 1s ease;
}
.m-about.z-active .content {
	opacity: 1;
	transform: translate(0,0);
}
.m-about .total {
	align-self: flex-start;
	row-gap: 1rem;
	width: 5.8rem;
}
.m-about .total .item {
	width: 50%;
	white-space: nowrap;
}
.m-about .total .item div {
	height: .6rem;
	line-height: .6rem;
	color: #004A80;
}
.m-about .total .item strong {
	margin-right: .1rem;
	font-size: .5rem;
}
.m-about .total .item span {
	font-size: .24rem;
}
.m-about .total .item p {
	margin-top: .12rem;
	font-size: .16rem;
	color: #666;
}
.m-video {
	font-size: 0;
}
.m-video video {
	width: 100%;
	height: 9.3rem;
	background: #000;
}
/* end about */

/* timeline */
.m-timeline {
	padding-top: 1.35rem;
	overflow: hidden;
	background-image: url('../img/about/timeline_bg.jpg');
}
.m-timeline .u-title {
	color: #fff;
}
.m-timeline .content {
	height: 6.1rem;
	margin-top: .3rem;
}
.m-timeline .content .summary {
	width: 7.7rem;
	line-height: .32rem;
	font-size: .18rem;
	text-align: center;
	white-space: pre-wrap;
	color: #fff;
	opacity: 0;
	transform: translate(0,1rem);
	transition: opacity 1s ease, transform 1s ease;
}
.m-timeline.z-active .content .summary {
	opacity: 1;
	transform: translate(0,0);
}
.m-timeline .content ul {
	gap: .9rem;
	margin-top: .6rem;
}
.m-timeline .content li {
	width: 1rem;
	opacity: 0;
	transition: opacity 1s ease;
	transition-delay: .8s;
}
.m-timeline.z-active .content li {
	opacity: 1;
}
.m-timeline .content li:nth-child(2) {
	transition-delay: 1.1s;
}
.m-timeline .content li:nth-child(3) {
	transition-delay: 1.4s;
}
.m-timeline .content li:nth-child(4) {
	transition-delay: 1.7s;
}
[lang=en] .m-timeline .content li {
	width: 2rem;
}
.m-timeline .content li img {
	height: 1rem;
	border-radius: .12rem;
	background: rgba(255,255,255,.8);
}
.m-timeline .content li p {
	margin-top: .14rem;
	font-size: .18rem;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
.m-timeline .list-box {
	border-top: 1px solid rgba(255,255,255,.5);
}
.m-timeline .list {
	position: relative;
	height: 2.34rem;
}
.m-timeline .list ul {
	position: relative;
	left: 0;
	float: left;
	transform: translate(0, 0);
}
.m-timeline .list ul.z-scroll {
	animation-name: timelineScroll;
	animation-duration: 50s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.m-timeline .list ul.z-pause {
	animation-play-state: paused;
}
@keyframes timelineScroll {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-50%, 0);
	}
}
.m-timeline .list li {
	position: relative;
	width: 4.75rem;
	color: #fff;
	cursor: pointer;
	user-select: none;
}
.m-timeline .list li:before {
	content: '';
	position: absolute;
	left: -.05rem;
	top: -.05rem;
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255,255,255,.4);
	transition: background .2s ease, box-shadow .2s ease;
}
.m-timeline .list li:hover:before {
	background: #FFD800;
	box-shadow: 0 0 0 4px rgba(255,216,0,.4);
}
.m-timeline .list li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: .3rem;
	background: rgba(255,255,255,.5);
}
.m-timeline .list li div {
	position: absolute;
	left: -.15rem;
	top: -.5rem;
	line-height: .22rem;
	font-size: .22rem;
	transition: all .2s ease;
}
.m-timeline .list li:hover div {
	font-size: .24rem;
	color: #FFD800;
}
.m-timeline .list li p {
	width: 3rem;
	margin-top: .5rem;
	line-height: .26rem;
	font-size: .16rem;
	white-space: pre-wrap;
}
/* end timeline */

/* honour */
.m-honour {
	padding: 1.18rem 0 2.48rem;
	overflow: hidden;
	background-image: url('../img/about/honour_bottom.jpg');
	background-size: 18rem auto;
	background-position: bottom 1.35rem center;
	background-repeat: no-repeat;
}
.m-honour .list {
	position: relative;
	width: 3.6rem;
	height: 5.16rem;
	margin: 1rem auto 0;
}
.m-honour .list ul {
	position: relative;
	left: 0;
	float: left;
}
.m-honour .list li {
	box-sizing: border-box;
	width: 3.6rem;
	height: 5.16rem;
	cursor: pointer;
	user-select: none;
}
.m-honour .list li:nth-child(n+2) {
	margin-left: .56rem;
}
.m-honour .list li div {
	box-sizing: border-box;
	height: 4.6rem;
	padding: .24rem;
	background-image: url('../img/about/honour_bg.png');
	background-size: 100% 100%;
	transition: transform .3s ease;
}
.m-honour .list li:hover div {
	transform: scale(1.1);
}
.m-honour .list li p {
	line-height: .56rem;
	font-size: .16rem;
	text-align: center;
}
.m-honour .nav {
	margin-top: .46rem;
	font-size: .15rem;
	color: #444;
}
.m-honour .nav a {
	padding: .1rem;
	margin: 0 .2rem;
	font-size: 12px;
}
/* end honour */