.u-title {
	padding: .98rem .36rem .45rem;
	text-align: center;
}
.u-title h1 {
	font-size: .4rem;
	font-weight: normal;
	white-space: nowrap;
}
.u-title h2 {
	margin-top: .24rem;
	line-height: .48rem;
	font-size: .26rem;
	font-weight: normal;
	color: #666;
}

/* banner */
.m-banner {
	position: relative;
    width: 7.5rem;
	height: 3.64rem;
}
.m-banner ul {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.m-banner li {
	position: relative;
	height: 3.64rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.m-banner li video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.m-banner li img {
	position: absolute;
	left: .4rem;
	top: 1.6rem;
	height: .9rem;
}
.m-banner .nav {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .15rem;
}
.m-banner .nav div {
	width: .4rem;
	height: .04rem;
	margin: 0 .05rem;
	background: #666;
}
.m-banner .nav div.z-crt {
	background: #EFAE35;
}
/* end banner */

/* about */
.m-about {
	padding: .5rem .25rem .6rem;
}
.m-about .title h1 {
	font-size: .48rem;
	font-weight: normal;
	color: #010101;
}
.m-about .title h2 {
	margin: .26rem 0 .44rem;
	font-size: .4rem;
	font-weight: normal;
}
.m-about .content {
	line-height: .64rem;
	font-size: .28rem;
	color: #444;
}
/* end about */

/* product */
.m-product .tab li {
	position: relative;
	margin: 0 .6rem;
	line-height: .72rem;
	font-size: .4rem;
	color: #666;
}
.m-product .tab li.z-crt {
	font-weight: bold;
	color: #000;
}
.m-product .tab li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #EFAE35;
	transform: translate(-50%,0);
	transition: width .3s ease;
}
.m-product .tab li.z-crt:after {
	width: 100%;
}
.m-product .list {
	position: relative;
	margin-top: .42rem;
	overflow: hidden;
}
.m-product .list ul {
	position: absolute;
	padding: 0 .24rem;
	opacity: 0;
	transition: opacity .5s ease;
}
.m-product .list ul.z-crt {
	z-index: 1;
	position: relative;
	opacity: 1;
}
.m-product .list li {
	float: left;
	position: relative;
	width: 3.36rem;
	height: 3.36rem;
}
.m-product .list a:nth-child(even) li {
	margin-left: .3rem;
}
.m-product .list a:nth-child(n+3) li {
	margin-top: .3rem;
}
.m-product .list li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.03);
}
.m-product .list li .img {
	height: 2.52rem;
	overflow: hidden;
}
.m-product .list li p {
	line-height: .84rem;
	padding: 0 .24rem;
	font-size: .28rem;
	color: #333;
}
.m-product .more {
	box-sizing: border-box;
	width: 4.36rem;
	border: 1px solid #444;
	margin: .46rem auto .55rem;
	line-height: .8rem;
	font-size: .28rem;
	text-align: center;
	color: #444;
}
/* end product */

/* image */
.m-image {
	padding: 0 .24rem;
	overflow: hidden;
}
.m-image ul {
	float: left;
	font-size: 0;
	white-space: nowrap;
}
.m-image li {
	display: inline-block;
	width: 7.02rem;
	height: 3.5rem;
}
.m-image .handle {
	margin-top: .28rem;
}
.m-image .handle .u-arrow {
	display: none;
}
.m-image .nav div {
	box-sizing: border-box;
	width: .13rem;
	height: .13rem;
	border-radius: 100%;
	margin: 0 .07rem;
	background: #bbb;
}
.m-image .nav div.z-crt {
	width: .16rem;
	height: .16rem;
	border: .04rem solid #EFAE35;
	background: #fff;
}
/* end image */

/* advantage */
.m-advantage {
	overflow: hidden;
}
.m-advantage .list {
	float: left;
	font-size: 0;
	white-space: nowrap;
}
.m-advantage .list li {
	display: inline-block;
	position: relative;
	width: 4.8rem;
	height: 8rem;
	margin-left: .24rem;
	background-size: cover;
}
.m-advantage .list a:nth-last-child(1) li {
	margin-right: .24rem;
}
.m-advantage .list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
}
.m-advantage .list li div {
	position: relative;
	width: 3em;
	margin: 1.02rem auto 0;
	line-height: .8rem;
    letter-spacing: .06rem;
	font-size: .6rem;
	text-align: center;
    white-space: break-spaces;
	color: #fff;
}
.m-advantage .list li p {
	position: absolute;
	bottom: .5rem;
	left: .3rem;
	right: .3rem;
	line-height: .45rem;
	font-size: .26rem;
	text-align: center;
    white-space: break-spaces;
	color: #fff;
}
/* end advantage */

/* case */
.m-case {
	padding-bottom: .64rem;
	overflow: hidden;
}
.m-case ul {
	float: left;
	font-size: 0;
	white-space: nowrap;
}
.m-case li {
	display: inline-block;
	position: relative;
	height: 3.6rem;
	margin-left: .24rem;
	overflow: hidden;
}
.m-case a:nth-last-child(1) li {
	margin-right: .24rem;
}
.m-case li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 .24rem;
	line-height: .7rem;
	font-size: .3rem;
	color: #fff;
	background: rgba(0,0,0,.6);
	transition: bottom .3s ease;
}
.m-case .handle {
	margin-top: .4rem;
}
.m-case .handle .u-arrow {
	display: none;
}
.m-case .more {
	box-sizing: border-box;
	width: 4.36rem;
	border: 1px solid #444;
	line-height: .8rem;
	font-size: .28rem;
	text-align: center;
	color: #444;
}
/* end case */