/* banner */
.m-banner {
	position: relative;
	overflow: hidden;
	background-color: #F0F3F6;
}
.m-banner .m-content {
	box-sizing: border-box;
	height: 520px;
	padding-bottom: 82px;
}
.m-banner h1 {
	margin-bottom: 12px;
	font-size: 28px;
	font-weight: normal;
	color: #444;
}
.m-banner .summary {
	font-size: 40px;
	color: #444;
}
.m-banner .summary strong {
	margin-right: 20px;
	font-size: 56px;
	color: #FF8A00;
}
.m-banner ul {
	gap: 22px;
	margin: 22px 0 52px;
}
.m-banner ul li {
	gap: 10px;
	font-size: 20px;
	color: #1FAF7E;
}
.m-banner .image {
	display: none;
}
.m-banner .link {
	width: 112px;
	height: 40px;
	border-radius: 20px;
	margin-right: 16px;
	font-size: 15px;
	color: #fff;
	background: #1FAF7E;
	box-shadow: 2px 3px 5px 0 rgba(31,175,126,.3);
	cursor: pointer;
	transition: all .15s ease;
}
.m-banner .link:hover {
	transform: translate(0,-6px);
}
.m-banner .video {
	gap: 7px;
	width: 112px;
	height: 40px;
	border-radius: 20px;
	font-size: 15px;
	color: #FF8A00;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(102,102,102,.1);
	cursor: pointer;
	transition: all .15s ease;
}
.m-banner .video:hover {
	transform: translate(0,-6px);
}
.m-banner .video .tf {
	font-size: 16px;
}
/* end banner */

/* about */
.m-about {
	padding-top: 90px;
	padding-bottom: 85px;
}
.m-about .title {
	margin-bottom: 60px;
}
.m-about .title h1 {
	position: relative;
	margin-bottom: 28px;
	font-size: 60px;
}
.m-about .title h1 br {
	display: none;
}
.m-about .title h1 span {
	position: relative;
}
.m-about .title p {
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	color: #666;
}
.m-about .content {
	margin-bottom: 80px;
	margin-right: 130px;
	line-height: 36px;
	font-size: 18px;
}
.m-about .image {
	width: 6.7rem;
}
.m-about ul {
	gap: .3rem;
	margin-top: 100px;
}
.m-about li {
	box-sizing: border-box;
	width: 4.8rem;
	height: 2.44rem;
	border: 1px solid #BEE0CE;
	border-radius: 8px;
	box-shadow: 2px 3px 5px 0 rgba(31,175,126,.1);
	cursor: pointer;
	transition: transform .3s ease, box-shadow .3s ease;
}
.m-about li:hover {
	transform: translate(0,-10px);
	box-shadow: 2px 3px 15px 0 rgba(31,175,126,.1);
}
.m-about li img {
	width: 1.1rem;
}
.m-about li h5 {
	margin: 14px 0 10px;
	font-size: 22px;
}
.m-about li p {
	font-size: 15px;
	color: #666;
}
@media screen and (max-width: 1400px) {
	.m-about li h5 {
		font-size: 18px;
	}
	.m-about li p {
		font-size: 12px;
		color: #666;
	}
}
/* end about */

/* product */
.m-product .item:nth-child(odd) {
	background: #F9F9F9;
}
.m-product .item .m-content {
	height: 7rem;
}
.m-product .item:nth-child(odd) .m-content {
	flex-direction: row-reverse;
}
.m-product .item .content {
	width: 7.4rem;
}
.m-product .item:nth-child(3) .content {
	width: 7.9rem;
}
.m-product .item .content .index {
	min-width: .7rem;
	height: .7rem;
	border-radius: 50%;
	margin-right: .24rem;
	line-height: .7rem;
	font-size: .4rem;
	font-style: italic;
	text-align: center;
	text-indent: -.05rem;
	color: #fff;
	background: #1FAF7E;
}
.m-product .item .content h1 {
	position: relative;
	font-size: .46rem;
	white-space: nowrap;
}
.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: .7rem;
}
.m-product .item:nth-child(4) .content ul {
	width: 5rem;
}
.m-product .item .content li {
	position: relative;
	padding-left: .42rem;
	line-height: .34rem;
	font-size: .22rem;
}
.m-product .item .content li:nth-child(n+2) {
	margin-top: .3rem;
}
.m-product .item .content li:before {
	content: '\e63d';
	position: absolute;
	left: 0;
	top: 0;
	font-family: iconfont;
	font-size: .24rem;
	color: #12AA84;
}
.m-product .item .image {
	height: 4.2rem;
}
/* end product */

/* issue */
.m-issue {
	padding-top: 50px;
	padding-bottom: 180px;
}
.m-issue h1 {
	margin-bottom: 110px;
	font-size: 60px;
	text-align: center;
}
.m-issue dt {
	height: 80px;
	border-bottom: 1px solid #ddd;
	padding: 0 14px 0 5px;
	cursor: pointer;
}
.m-issue dt p {
	font-size: 20px;
	font-weight: bold;
}
.m-issue dt .tf {
	font-size: 17px;
	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: 20px 0;
	line-height: 32px;
	font-size: 16px;
}
/* end issue */