/* about */
.m-about {
	padding: .9rem 0 2.35rem;
}
.m-about .title {
	display: inline-block;
	position: relative;
	font-size: .4rem;
	font-weight: normal;
}
.m-about .title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .14rem;
	background: #FFD3CC;
}
.m-about .title span {
	position: relative;
}
.m-about .total {
	gap: .2rem;
	margin: .65rem 0;
}
.m-about .total .item {
	height: 1.4rem;
	border: 1px solid #eee;
}
.m-about .total .item div {
	height: .6rem;
	line-height: .6rem;
	color: #E8432A;
}
.m-about .total .item strong {
	margin-right: 10px;
	font-size: .5rem;
}
.m-about .total .item span {
	font-size: .2rem;
}
.m-about .total .item p {
	margin-top: .1rem;
	font-size: .15rem;
}
.m-about .content {
	width: 9.1rem;
	margin-top: .26rem;
	line-height: .32rem;
	font-size: .18rem;
	white-space: pre-wrap;
	color: #444;
}
.m-about .image {
	width: 5rem;
}
/* end about */

/* culture */
.m-culture {
	padding-bottom: 1rem;
	background: #F5F5F5;
}
.m-culture .head {
	padding: .6rem 0 .5rem;
}
.m-culture .banner {
	height: 7.5rem;
	padding: 0 .8rem;
}
.m-culture .banner .item {
	height: 1.66rem;
	font-size: .18rem;
	color: #fff;
}
.m-culture .banner .item .icon {
	width: .8rem;
	height: .8rem;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-right: .26rem;
	font-size: .5rem;
	color: #fff;
}
.m-culture .banner .item p {
	margin-bottom: .12rem;
	font-size: .32rem;
}
/* end culture */

/* produce */
.m-produce .head {
	box-sizing: border-box;
	padding: .9rem 0 .8rem;
}
.m-produce .head .content {
	width: 9.6rem;
	line-height: .28rem;
	font-size: .15rem;
	white-space: pre-wrap;
	color: #444;
}
.m-produce .banner .m-content {
	height: 6.5rem;
	color: #fff;
}
.m-produce .banner h5 {
	margin-bottom: .1rem;
	font-size: .46rem;
	font-weight: 500;
}
.m-produce .banner p {
	font-size: .36rem;
}
/* end produce */

/* flow */
.m-flow {
	padding: .68rem 0 .9rem;
}
.m-flow .m-content {
	overflow: hidden;
}
.m-flow .list {
	position: relative;
	width: 4.66rem;
	height: 4.4rem;
	margin: 0 auto;
}
.m-flow .list ul {
	position: relative;
	left: 0;
	float: left;
}
.m-flow .list li {
	box-sizing: border-box;
	width: 4.66rem;
	height: 4.4rem;
	background: #F5F5F5;
	cursor: pointer;
	user-select: none;
}
.m-flow .list li:nth-child(n+2) {
	margin-left: .35rem;
}
.m-flow .list li div {
	height: 3.5rem;
	transition: filter .3s ease;
}
.m-flow .list li:not(.z-crt) div {
	filter: grayscale(100%);
}
.m-flow .list li p {
	padding: 0 .2rem;
	line-height: .9rem;
	font-size: .22rem;
	font-weight: 500;
}
.m-flow .list li p i {
	margin-right: .2rem;
	font-size: .18rem;
	font-weight: normal;
    font-style: italic;
	color: #aaa;
}
.m-flow .nav {
	margin-top: .8rem;
	font-size: .15rem;
	color: #444;
}
.m-flow .nav a {
	padding: .1rem;
	margin: 0 .2rem;
	font-size: 12px;
}
/* end flow */