.u-title {
	margin-top: .1rem;
	font-size: .6rem;
}
.u-sub-title {
	font-size: .3rem;
	font-weight: normal;
	color: #bbb;
}

/* about */
.m-about .m-content {
	padding: .6rem .24rem 0;
}
.m-about .title {
	font-size: .5rem;
}
.m-about .content {
	margin: .4rem 0;
	line-height: .6rem;
	font-size: .3rem;
	white-space: pre-wrap;
	color: #333;
}
.m-about .total {
	gap: .16rem;
	margin-top: .4rem;
}
.m-about .total .item {
	border: 1px solid #eee;
	padding: .2rem 0 .24rem;
}
.m-about .total .item div {
	height: .6rem;
	line-height: .6rem;
	color: #00489D;
}
.m-about .total .item strong {
	margin-right: 10px;
	font-size: .6rem;
}
.m-about .total .item span {
	font-size: .3rem;
}
.m-about .total .item p {
	margin-top: .1rem;
	font-size: .24rem;
	color: #666;
}
.m-video video {
	width: 100%;
	height: 60vw;
	background: #000;
}
/* end about */

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

/* produce */
.m-produce .head {
	box-sizing: border-box;
	padding: .9rem .24rem .8rem;
}
.m-produce .head .content {
	display: none;
}
.m-produce .banner .m-content {
	height: 4rem;
	padding: 0 .4rem;
	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 .24rem;
}
.m-flow .m-content {
	overflow: hidden;
}
.m-flow .list {
	position: relative;
	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;
}
.m-flow .list li p {
	padding: 0 .2rem;
	line-height: .9rem;
	font-size: .26rem;
	font-weight: 500;
}
.m-flow .list li p i {
	margin-right: .2rem;
	font-size: .3rem;
	font-weight: normal;
    font-style: italic;
	color: #aaa;
}
.m-flow .nav {
	display: none;
}
/* end flow */