.u-title h1 {
	font-size: .6rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.u-title p {
	margin-top: .2rem;
	font-size: .3rem;
	text-align: center;
	color: #fff;
	opacity: .5;
}

/* banner */
.m-banner {
	position: relative;
    width: 7.5rem;
	height: 4rem;
}
.m-banner ul {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.m-banner li {
	position: relative;
	height: 4rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.m-banner li video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-banner li .m-content {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 50%;
	width: 7.02rem;
	padding: 0 .24rem;
	color: #fff;
	transform: translate(0,-50%);
}
.m-banner .nav {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .2rem;
	font-size: .26rem;
	text-align: center;
	color: #fff;
}
.m-banner .nav .angle {
	display: none;
}
.m-banner .guide {
	display: none;
}
/* end banner */

/* about */
.m-about {
	padding: .8rem .24rem;
	background: url('../img/index/about_bg.jpg');
}
.m-about .about {
	margin-top: .4rem;
	line-height: .6rem;
	font-size: .3rem;
	color: #fff;
}
.m-about .more {
	padding: 0 20px;
	margin-bottom: .4rem;
	line-height: 46px;
	font-size: 13px;
	text-align: right;
	color: #fff;
}
.m-about .total {
	width: 33.3333%;
}
.m-about .total div {
	height: .8rem;
	line-height: .8rem;
}
.m-about .total strong {
	margin-right: .1rem;
	font-size: .8rem;
	color: #F0E547;
}
.m-about .total span {
	font-size: .3rem;
	color: #F0E547;
}
.m-about .total p {
	margin-top: .2rem;
	font-size: .3rem;
	color: #fff;
}
/* end about */

/* service */
.m-service {
	padding: .8rem 0;
	background: url('../img/index/service_bg.jpg');
}
.m-service .content {
	padding: 0 .24rem;
	margin-top: .4rem;
	line-height: .6rem;
	font-size: .3rem;
	color: #fff;
	opacity: .6;
}
.m-service ul {
	float: left;
	padding: .4rem .24rem 0;
}
.m-service li {
	box-sizing: border-box;
	width: 5rem;
	border-radius: .12rem;
	padding: .3rem;
	color: #fff;
	background: #0A2B91;
}
.m-service a:nth-child(n+2) li {
	margin-left: .24rem;
}
.m-service li .image {
	margin-bottom: .16rem;
	overflow: hidden;
}
.m-service li .image div {
	height: 3rem;
}
.m-service li h1 {
	line-height: 1rem;
	font-size: .4rem;
	font-weight: normal;
}
[lang=en] .m-service li h1 {
	font-size: .34rem;
}
.m-service li p {
	line-height: .5rem;
	font-size: .26rem;
	opacity: .6;
}
.m-service li .more {
	margin-top: .5rem;
	font-size: .4rem;
	text-align: right;
	color: #F0E547;
}
/* end service */

/* news */
.m-news {
	padding: .8rem .24rem;
	background: url('../img/index/news_bg.jpg');
}
.m-news .top {
	margin-top: .4rem;
}
.m-news .top .image {
	box-sizing: border-box;
	height: 4rem;
	padding: .1rem;
	margin-bottom: .3rem;
	background-color: #fff;
}
.m-news .top h1 {
	font-size: .5rem;
	font-weight: normal;
	color: #fff;
}
.m-news .top p {
	margin: .4rem 0;
	line-height: .5rem;
	font-size: .3rem;
	color: #fff;
}
.m-news .top .more {
	position: relative;
	height: .52rem;
	font-size: .3rem;
	text-align: right;
	color: #fff;
}
.m-news .top .more .tf {
	margin-left: .5em;
	font-size: .3rem;
}
.m-news ul {
	border-top: 1px solid rgba(221,221,221,.5);
	padding-top: .5rem;
	margin-top: .4rem;
}
.m-news a:nth-child(n+2) li {
	margin-top: .4rem;
}
.m-news li p {
	margin-bottom: .2rem;
	line-height: .5rem;
	font-size: .28rem;
	color: #fff;
}
.m-news li span {
	font-size: .26rem;
	color: #fff;
	opacity: .5;
}
/* end news */