.m-div1 {
	border-bottom-color: #ebebeb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.m-tab1 {
	width: 1200px;
	font-size: 12px;
	text-align: center;
}
.m-tab1 ul {
	padding: 20px 0 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: -7px;
	display: inline-block;
	width: 66%;
}
.m-tab1 img {
	vertical-align: baseline;
}
.m-tab1 ul li {
	float: left;
	margin-bottom: 24px;
	padding: 0 30px 0 0;
	height: 8px;
	line-height: 8px;
}
.m-tab1 ul li:last-child {
	border-right: none;
}
.m-tab1 a {
	font-size: 18px;
	color: #898989;
	text-decoration: none;
}
.m-tab1 a:hover {
	color: #e70012;
}
.m-tab1 li a {
	display: block;
	position: relative;
}
.m-tab1 li a::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 0;
	z-index: 2;
	width: 0;
	height: 2px;
	background-color: #ff0000;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-tab1 li.on a::after, .m-tab1 li:hover a::after {
	width: 100%;
}
.m-tab1 span {
	float: right;
	padding: 32px 0 14px 0;
}
