/* banner */
.m-banner {
	position: relative;
    width: 7.5rem;
	height: 4.5rem;
	padding-bottom: 3.6rem;
}
.m-banner ul {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.m-banner li {
	position: relative;
	height: 4.5rem;
	overflow: hidden;
}
.m-banner li video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: cover;
}
.m-banner li .content {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6rem;
	color: #fff;
	transform: translate(-50%,-50%);
}
.m-banner li .content .more {
	display: none;
}
.m-banner .total {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background: #000;
}
.m-banner .total .m-content {
	float: left;
}
.m-banner .total .item {
	width: 3.75rem;
	height: 1.8rem;
	font-size: .26rem;
}
.m-banner .total .item strong {
	margin-right: .12rem;
	font-size: .64rem;
}
.m-banner .total .item span {
	font-size: .3rem;
}
/* end banner */

.u-title {
	font-size: .5rem;
	text-align: center;
}
.u-sub-title {
	margin: .2rem .4rem 0;
	font-size: .26rem;
	font-weight: normal;
	text-align: center;
	color: #999;
}

.u-more {
	box-sizing: border-box;
	width: 2.6rem;
	height: .8rem;
	border: 1px solid #999;
	border-radius: .4rem;
	margin: 0 auto;
	font-size: .28rem;
	color: #666;
}
.u-more .tf {
	margin-left: .2rem;
	font-size: .32rem;
	color: #F00000;
}

/* about */
.m-about {
	padding: .8rem 0;
}
.m-about .content:nth-child(1) {
	margin-top: .4rem;
}
.m-about .content .item {
	z-index: 1;
	position: relative;
	margin: 0 .3rem .3rem;
	height: 4rem;
	overflow: hidden;
}
.m-about .content .item .image,
.m-about .content .item video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
}
.m-about .content .item .image {
	transition: opacity .3s ease;
}
.m-about .content .item h1 {
	position: absolute;
	left: .4rem;
	top: 2rem;
	font-size: .6rem;
	color: #fff;
	text-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
.m-about .content .item .more {
	position: absolute;
	left: .4rem;
	top: 3rem;
	font-size: .26rem;
	color: #fff;
}
.m-about .content .item .more .tf {
	margin-right: .12rem;
	font-size: .28rem;
}
.m-about .bg {
	position: relative;
	height: 9.8rem;
	margin-top: -9.8rem;
	background: #004A80;
}
.m-about .bg:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.4rem;
	height: .4rem;
	background-image: url('../img/index/about_bottom.png');
	background-size: 100% 100%;
}
/* end about */

/* product */
.m-product {
	padding-top: .8rem;
	overflow: hidden;
}
.m-product .content {
	padding: .4rem 0;
}

.m-product .nav {
	display: none;
}
.m-product .detail .item {
	margin: 0 .3rem .5rem;
}
.m-product .detail .item .name {
	margin-bottom: .3rem;
	font-size: .4rem;
	color: #004A80;
}
.m-product .detail .item .name .tf {
	margin-right: .2rem;
	font-size: .5rem;
}
.m-product .detail .item .tag {
	gap: .12rem;
	margin: .3rem 0;
}
.m-product .detail .item .tag li {
	padding: 0 .32rem;
	line-height: .6rem;
	font-size: .28rem;
	color: #333;
	background: #F5F5F5;
}
.m-product .detail .item .more {
	position: relative;
	box-sizing: border-box;
	width: 3rem;
	height: .8rem;
	margin: 0 auto;
	padding: 0 .5rem;
	overflow: hidden;
	font-size: .3rem;
	color: #fff;
	background: #004A80;
	transition: background .15s ease;
}
.m-product .detail .item .more:hover {
	background: #D7000F;
}
.m-product .detail .item .more:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-top: .82rem solid #fff;
	border-right: .22rem solid #004A80;
	transition: border-color .15s ease;
}
.m-product .detail .item .more:hover:before {
	border-right-color: #D7000F;
}
.m-product .detail .item .more:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: .82rem solid #fff;
	border-left: .22rem solid #004A80;
	transition: border-color .15s ease;
}
.m-product .detail .item .more:hover:after {
	border-left-color: #D7000F;
}

.m-product .detail .item .image {
	height: 4rem;
}
/* end product */

/* partner */
.m-partner {
	padding: .8rem 0 1rem;
	background-color: #F9FAFF;
	background-image: url('../img/index/partner_bg.png');
	background-size: 19.2rem auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.m-partner .tab {
	gap: .08rem;
	margin: .5rem 0 .42rem;
}
.m-partner .tab li {
	position: relative;
	box-sizing: border-box;
	width: 2.5rem;
	height: .8rem;
	padding: 0 .32rem;
	line-height: .8rem;
	overflow: hidden;
	font-size: .3rem;
	text-align: center;
	color: #004A80;
	background: #E6EDF2;
	cursor: pointer;
	transition: background .15s ease;
}
.m-partner .tab li.z-crt {
	color: #fff;
	background: #004A80;
}
.m-partner .tab li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-top: .82rem solid #F9FAFF;
	border-right: .3rem solid #E6EDF2;
	transition: border-color .15s ease;
}
.m-partner .tab li.z-crt:before,
.m-partner .tab li:hover:before {
	border-right-color: #004A80;
}
.m-partner .tab li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: .82rem solid #F9FAFF;
	border-left: .3rem solid #E6EDF2;
	transition: border-color .15s ease;
}
.m-partner .tab li.z-crt:after,
.m-partner .tab li:hover:after {
	border-left-color: #004A80;
}

.m-partner .content {
	position: relative;
}
.m-partner .content .item {
	display: none;
	column-gap: .25rem;
	row-gap: .25rem;
	margin: 0 .5rem;
}
.m-partner .content .item.z-crt {
	display: flex;
}
.m-partner .content .item li {
	box-sizing: border-box;
	width: 3rem;
	height: 1.2rem;
	border: 1px solid #E4EAF4;
	background: #fff;
	cursor: pointer;
	transition: border .15s ease;
}
/* end partner */