/* banner */
.m-banner ul {
	position: relative;
	height: 3rem;
	overflow: hidden;
}
.m-banner li {
	height: 3rem;
	background-size: cover;
	background-position: center;
}
.m-banner li .describe {
	display: none;
}
.m-banner .handle {
	display: none;
}
/* end banner */

/* about */
.m-about {
	padding: .4rem 0;
}
.m-about .title {
	margin: 0 .24rem .2rem;
	font-size: .5rem;
	font-weight: normal;
}
.m-about .total {
	margin: .3rem .24rem;
}
.m-about .total .item {
	float: left;
	box-sizing: border-box;
	width: 3.4rem;
	border: 1px solid #E5E5E5;
	padding: .3rem 0;
	margin-top: .24rem;
	font-size: .26rem;
	text-align: center;
	color: #666;
}
.m-about .total .item:nth-child(even) {
	float: right;
}
.m-about .total .item div {
	margin-bottom: .12rem;
	font-size: .8rem;
	font-weight: bold;
	color: #F7A100;
}
/* end about */

/* timeline */
.m-timeline {
	padding: .3rem .24rem 1.06rem;
}
.m-timeline .title h1 {
	margin-bottom: .2rem;
	font-size: .5rem;
	font-weight: normal;
}
.m-timeline .title h2 {
	font-size: .3rem;
	font-weight: normal;
	color: #999;
}
.m-timeline .content {
	position: relative;
}
.m-timeline .list {
	position: relative;
	height: 5rem;
	overflow: hidden;
}
.m-timeline .list li {
	width: 100%;
	height: 100%;
}
.m-timeline .list li .year {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 3rem;
	color: #F2C373;
	opacity: .15;
	transform: translate(-50%,-50%);
}
.m-timeline .list li .explain {
	position: relative;
	height: 100%;
}
.m-timeline .list  li .explain img {
	max-width: 5rem;
	max-width: 3rem;
	margin-bottom: .2rem;
}
.m-timeline .list  li .explain p {
	width: 6rem;
	line-height: .4rem;
	font-size: .3rem;
	text-align: center;
	color: #333;
}
.m-timeline .content .angle {
	display: none;
}
.m-timeline .nav {
	overflow: hidden;
}
.m-timeline .nav ul {
	float: left;
	position: relative;
	left: 0;
	padding: .56rem .15rem 0;
	white-space: nowrap;
	background-image: url(../img/about/timeline.png);
	background-repeat: repeat-x;
	background-size: auto .3rem;
	transition: all .3s ease;
}
.m-timeline .nav li {
	display: inline-block;
	width: .5rem;
	margin-right: 1.595rem;
	font-size: .22rem;
	text-align: center;
	color: #999;
	cursor: pointer;
	transition: all .15s ease;
}
.m-timeline .nav li:hover {
	color: #EFAE35;
}
.m-timeline .nav li:nth-last-child(1) {
	margin-right: 0;
}
.m-timeline .nav li.z-crt {
	color: #EFAE35;
	transform: scale(1.45);
}
/* end timeline */

/* advantage */
.m-advantage {
	margin: 0 .24rem .4rem;
	overflow: hidden;
}
.m-advantage .list {
	position: relative;
	height: 4.5rem;
}
.m-advantage .list li {
	width: 100%;
	height: 100%;
}
.m-advantage .list li .title {
	margin-bottom: .3rem;
	font-size: .5rem;
	font-weight: normal;
}
.m-advantage .list li .content {
	line-height: .4rem;
	font-size: .28rem;
}

.m-advantage .handle li {
	box-sizing: border-box;
	width: .2rem;
	height: .2rem;
	border: 2px solid #fff;
	border-radius: 100%;
	margin-right: .2rem;
	background: #999;
	cursor: pointer;
}
.m-advantage .handle li.z-crt {
	border-color: #EFAE35;
	background: #fff;
}
.m-advantage .handle .index {
	font-size: .26rem;
	color: #aaa
}
.m-advantage .handle .index span {
	margin: 0 .4em;
}
.m-advantage .handle .index b {
	font-weight: normal;
	color: #444;
}

.m-advantage .image {
	display: none;
}
/* end advantage */