.mt-tabpage {
	width: 100%;
	float:left;
	height:auto;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	width: 100%;
	margin: auto;
	border-bottom: 2px solid #EFEFEF;
	text-align:center;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: auto;
	margin:0px 20px 0px 20px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size:18px;
	color:#666666;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #e30000;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #333333;
	font-size:18px;
	border-bottom: 2px solid #e30000;
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
	height:220px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 1260px;
	height:auto;
	line-height: auto;
	text-align: center;
}
@media screen and (min-width:1440px){
	.mt-tabpage-count .mt-tabpage-item {
	width: 1440px;
	height:auto;
	line-height: auto;
	text-align: center;
}
}