.u-title {
    position: relative;
    height: .8rem;
}
.u-title h1 {
	float: left;
    position: relative;
    padding-left: .22rem;
	line-height: .8rem;
    font-size: .36rem;
    font-weight: bold;
    color: #000;
}
.u-title h1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: .06rem;
    height: .4rem;
    margin-top: -.2rem;
    background: #C71608;
}

.u-title .more {
	position: absolute;
	right: 0;
	top: 50%;
    height: .8rem;
	padding-right: .4rem;
	margin-top: -.4rem;
    line-height: .8rem;
    font-size: .26rem;
    text-align: center;
    color: #756034;
	background-image: url('../img/more.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: .26rem;
}
.u-title .more:hover {
    color: #C71608;
}

.u-title .nav {
	display: none;
}

/* banner */
.m-banner {
	position: relative;
	height: 3.6rem;
}
.m-banner ul {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.m-banner li {
	position: relative;
	height: 3.6rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.m-banner li a {
	display: block;
	height: 100%;
}
.m-banner .nav {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: .17rem;
}
.m-banner .nav div {
	width: .28rem;
	height: .06rem;
	margin: 0 .05rem;
	background: rgba(0,0,0,.5);
}
.m-banner .nav div.z-crt {
	background: #C71608;
}
/* end banner */

/* count */
.m-count {
	height: 1.28rem;
	color: #fff;
	background: #A58C4F;
}
.m-count .m-content {
	width: 10rem;
}
.m-count .item {
	display: inline-block;
	width: 2.5rem;
	text-align: center;
}
.m-count .item div {
	margin: .22rem 0 .1rem;
	font-size: .26rem;
}
.m-count .item div strong {
	font-size: .4rem;
	font-weight: normal;
}
.m-count .item p {
	font-size: .24rem;
}
/* end count */

/* article */
.m-article {
	margin: .2rem;
}
.m-article .top {
	margin-bottom: .3rem;
}
.m-article .top div {
	height: 4.74rem;
}
.m-article .top div p {
	padding: 0 .2rem;
	line-height: .72rem;
	font-size: .26rem;
}
.m-article .top > p {
	margin-top: .2rem;
	line-height: .44rem;
	font-size: .26rem;
}
.m-article .list li {
	line-height: .72rem;
	overflow: hidden;
}
.m-article .list p {
	position: relative;
	padding-left: .26rem;
	font-size: .28rem;
	color: #000;
}
.m-article .list p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: .06rem;
	height: .06rem;
	margin-top: -.03rem;
	background: #000;
}
.m-article .list span {
	display: none;
}
/* end article */

/* service */
.m-service {
	margin: .2rem;
}
.m-service .list ul {
	padding-top: .1rem;
	overflow: hidden;
}
.m-service .list li {
	float: left;
	box-sizing: border-box;
	position: relative;
	width: 3.45rem;
	border: 1px solid #EBE6DC;
	margin-bottom: .2rem;
	font-size: 0;
}
.m-service .list a:nth-child(even) li {
	margin-left: .2rem;
}
.m-service .list li p {
	position: absolute;
	left: 0;
	right: 0;
	top: .9rem;
	font-size: .24rem;
	text-align: center;
	color: #555;
}
.m-service .list li div,
.m-service .list li button {
	display: none;
}
/* end service */

/* news */
.m-news {
	margin: .2rem;
	overflow: hidden;
}
.m-news .list ul {
	float: left;
	font-size: 0;
	white-space: nowrap;
}
.m-news .list li {
	display: inline-block;
	position: relative;
	width: 5.12rem;
	height: 2.9rem;
	margin-left: .32rem;
}
.m-news .list a:nth-child(1) li {
	margin-left: 0;
}
.m-news .list li img {
	width: 100%;
	height: 100% !important;
}
.m-news .list li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 .22rem;
	line-height: .9rem;
	font-size: .28rem;
	color: #fff;
	background: linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,0) 40%);
}
.m-news .list .nav {
	display: none;
}
/* end news */