/* banner */
.m-banner {
	position: relative;
    width: 7.5rem;
	height: calc(100vh - 0.88rem);
}
.m-banner ul {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.m-banner li.pc {
	display: none;
}
.m-banner li {
	position: relative;
	height: calc(100vh - 0.88rem);
	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;
	right: 0;
	top: 1.9rem;
	padding: 0 .5rem;
	color: #fff;
}
.m-banner li .m-content p {
	position: relative;
	padding-bottom: .2rem;
	font-size: .6rem;
	font-weight: bold;
	white-space: pre-wrap;
	color: #fff;
	text-shadow: 0 1px 10px rgba(0,0,0,.3);
}
.m-banner li .m-content p:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-top: 1px solid rgba(255,255,255,.4);
}
.m-banner li .m-content .more {
	margin-top: .6rem;
	font-size: .22rem;
	color: #fff;
}
.m-banner li .m-content .more .tf {
	margin-right: .14rem;
	font-size: .3rem;
}
.m-banner .nav {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .2rem;
}
.m-banner .nav .item {
	position: relative;
	box-sizing: border-box;
	width: .3rem;
	height: .3rem;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 100%;
	margin: 0 .04rem;
	transition: border .3s ease;
}
.m-banner .nav .item.z-crt {
	border-color: #fff;
}
.m-banner .nav .item svg {
	display: none;
}
.m-banner .nav .item:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .08rem;
	height: .08rem;
	border-radius: 100%;
	background: #fff;
	transform: translate(-50%,-50%);
}
/* end banner */

.m-title {
	text-align: center;
}
.m-content .m-title {
	width: auto;
	margin: 0;
}
.m-title h1 {
	margin-bottom: .2rem;
	font-size: .6rem;
}
.m-title p {
	font-size: .26rem;
	color: #bbb;
}

.u-more {
	display: inline-block;
	box-sizing: border-box;
	height: .8rem;
	border: 1px solid #999;
	border-radius: .4rem;
	padding: 0 .3rem;
	line-height: .76rem;
	font-size: .26rem;
	color: #666;
	transition: all .3s ease;
}
.u-more .tf {
	margin-left: .06rem;
	font-size: .34rem;
	color: #E8432A;
}

/* about */
.m-about {
	z-index: 50;
	position: relative;
	box-sizing: border-box;
	padding: .8rem .3rem;
	background: #F9F9F9;
}
.m-about .m-content {
	padding-top: .6rem;
}
.m-about .content {
	margin-bottom: .6rem;
	line-height: .4rem;
	font-size: .28rem;
	color: #444;
	white-space: pre-wrap;
}
.m-about .more {
	text-align: center;
}
.m-about .logo {
	display: none;
}
/* end about */

/* partner */
.m-partner {
	padding: .8rem 0;
}
.m-partner .text {
	margin: .2rem .3rem 0;
	line-height: .4rem;
	font-size: .26rem;
	text-align: center;
	color: #999;
}
.m-partner ul {
	gap: .2rem;
	padding: 0 .3rem;
	margin-top: .4rem;
}
.m-partner li {
	position: relative;
	height: 5rem;
	border-radius: .1rem;
	margin-top: .24rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transition: all .5s ease;
}
.m-partner .z-crt li {
	width: 8.8rem;
}
.m-partner li .tag {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 1.25rem;
	height: 1.65rem;
	padding-right: .2rem;
	font-size: .18rem;
	text-align: center;
	color: #fff;
	background-image: url('../img/index/partner_tag.png');
	background-size: 100%;
}
.m-partner li .tag .tf {
	margin-bottom: .1rem;
	font-size: .38rem;
}
html[lang=en] .m-partner li .tag {
	font-size: .14rem;
}
.m-partner li .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(51,51,51,.6), rgba(51,51,51,.01));
}
.m-partner li .content h5 {
	display: none;
}
.m-partner li .content p {
	position: absolute;
	left: 1.65rem;
	right: .2rem;
	bottom: .5rem;
	line-height: .4rem;
	font-size: .26rem;
	color: #fff;
}
/* end partner */

/* news */
.m-news {
	padding: 0 0 .8rem;
	overflow: hidden;
}
.m-news .banner {
	height: 4.5rem;
	margin-bottom: -3rem;
}
.m-news .m-title h1 {
	color: #fff;
}
.m-news .m-title p {
	color: #bbb;
}
.m-news .top {
	position: relative;
	padding: .3rem;
	margin: .6rem .3rem 0;
	background: #fff;
}
.m-news .top:before {
	content: '';
	position: absolute;
	right: -.06rem;
	top: .04rem;
	border-bottom: .2rem solid #E8432A;
	border-left: .2rem solid rgba(0,0,0,0);
	border-right: .2rem solid rgba(0,0,0,0);
	transform: rotate(45deg);
}
.m-news .top .image {
	height: 4rem;
	overflow: hidden;
}
.m-news .top h1 {
	margin: .2rem 0;
	font-size: .32rem;
}
.m-news .top p {
	display: none;
}
.m-news .top span {
	display: none;
}
.m-news .top .more {
	display: none;
}
.m-news ul {
	margin: 0 .3rem;
}
.m-news li {
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: .2rem .24rem;
	line-height: .4rem;
	font-size: .26rem;
	color: #444;
}
.m-news a:nth-child(n+2) li {
	margin-top: .2rem;
}
/* end news */