/* banner */
.m-banner {
	position: relative;
	overflow: hidden;
	background-color: #F0F3F6;
	background-image: none !important;
}
.m-banner .m-content {
	box-sizing: border-box;
	height: 8.4rem;
}
.m-banner h1 {
	margin-bottom: .2rem;
	font-size: .36rem;
	font-weight: normal;
	color: #444;
}
.m-banner .summary {
	font-size: .42rem;
	color: #444;
}
.m-banner .summary strong {
	margin-right: .1rem;
	font-weight: normal;
	color: #FF8A00;
}
.m-banner ul {
	display: none;
}
.m-banner .image {
	height: 4.7rem;
	margin: .2rem 0 .4rem;
}
.m-banner .link {
	width: 2.24rem;
	height: .8rem;
	border-radius: .4rem;
	margin-right: .3rem;
	font-size: .28rem;
	color: #fff;
	background: #1FAF7E;
	box-shadow: 2px 3px 5px 0 rgba(31,175,126,.3);
}
.m-banner .video {
	gap: .12rem;
	width: 2.24rem;
	height: .8rem;
	border-radius: .4rem;
	font-size: .28rem;
	color: #FF8A00;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(102,102,102,.1);
}
.m-banner .video .tf {
	font-size: .3rem;
}
/* end banner */

/* about */
.m-about {
	padding: .8rem 0;
}
.m-about .title {
	margin-bottom: .6rem;
}
.m-about .title h1 {
	position: relative;
	margin-bottom: .2rem;
	font-size: .6rem;
	text-align: center;
}
.m-about .title h1 span {
	position: relative;
}
.m-about .title p {
	line-height: .46rem;
	font-size: .3rem;
	text-align: center;
	color: #666;
}
.m-about .content {
	padding: 0 .3rem;
	line-height: .44rem;
	font-size: .28rem;
}
.m-about .image {
	padding: 0 .3rem;
	margin-bottom: .4rem;
}
.m-about ul {
	gap: .3rem;
	margin: .6rem .3rem 0;
}
.m-about li {
	gap: .24rem;
	box-sizing: border-box;
	width: 3.3rem;
	border: 1px solid #BEE0CE;
	border-radius: .16rem;
	padding: .3rem 0;
	box-shadow: 2px 3px 5px 0 rgba(31,175,126,.1);
}
.m-about li img {
	height: 1.4rem;
}
.m-about li h5 {
	font-size: .32rem;
	text-align: center;
	color: #333;
}
.m-about li p {
	height: .72rem;
	margin: 0 .1rem;
	line-height: .36rem;
	font-size: .24rem;
	text-align: center;
	color: #666;
}
/* end about */

/* product */
.m-product .item {
	padding: .6rem .3rem;
}
.m-product .item:nth-child(odd) {
	background: #F9F9F9;
}
.m-product .item .content .index {
	min-width: .6rem;
	height: .6rem;
	border-radius: 50%;
	margin-right: .2rem;
	line-height: .6rem;
	font-size: .34rem;
	font-style: italic;
	text-align: center;
	text-indent: -.05rem;
	color: #fff;
	background: #1FAF7E;
}
.m-product .item .content h1 {
	position: relative;
	font-size: .38rem;
}
.m-product .item .content h1 span {
	position: relative;
}
.m-product .item .content h1:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -.1rem;
	width: 2.1rem;
	height: .32rem;
	background-image: url('../img/product/title.png');
	background-size: 100% 100%;
}
.m-product .item .content ul {
	margin-top: .4rem;
}
.m-product .item .content li {
	position: relative;
	padding-left: .46rem;
	line-height: .44rem;
	font-size: .28rem;
}
.m-product .item .content li:nth-child(n+2) {
	margin-top: .24rem;
}
.m-product .item .content li:before {
	content: '\e63d';
	position: absolute;
	left: 0;
	top: 0;
	font-family: iconfont;
	font-size: .3rem;
	color: #12AA84;
}
.m-product .item .image {
	height: 4.2rem;
	margin-top: .4rem;
	text-align: center;
}
/* end product */

/* issue */
.m-issue {
	padding: .8rem .3rem;
}
.m-issue h1 {
	margin-bottom: .6rem;
	font-size: .6rem;
	text-align: center;
}
.m-issue dt {
	height: 1rem;
	border-bottom: 1px solid #ddd;
	padding-right: .2rem;
}
.m-issue dt p {
	font-size: .32rem;
	font-weight: bold;
}
.m-issue dt .tf {
	font-size: .32rem;
	color: #999;
	transition: transform .3s ease;
}
.m-issue .z-crt dt .tf {
	color: #000;
	transform: rotate(180deg);
}
.m-issue dd {
	height: 0;
	overflow: hidden;
	transition: height .3s ease;
}
.m-issue dd > div {
	padding: .32rem 0;
	line-height: .42rem;
	font-size: .26rem;
}
/* end issue */