@charset "utf-8";

ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 1200px;
	margin: 30px auto;
	background-color: #FFFFFF; padding-top:15px;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 94%;
	margin: auto;
	background: #fff;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 280px;
	height: 26px;
	line-height:26px;
	text-align: center;
	color: #666;
	font-size: 16px; border-right:1px solid #dedede; 
	
}
.mt-tabpage-title .mt-tabpage-item:last-child{ border-right:none;}
.mt-tabpage-title .mt-tabpage-item span{ width:244px; display:block; margin:auto; height:44px; line-height:44px; position:relative; top:-10px;}



.mt-tabpage-title .mt-tabpage-item:hover{
	color: #fff;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 16px;

}

.mt-tabpage-title .mt-tabpage-item-cur span{background:#0058a1;
	border-radius:25px; display:block;}








.mt-tabpage-count {
	position: relative;
	width: 1200px;
	height: 950px;
	overflow: hidden; padding-top:20px;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width:1200px;
	height:950px; overflow:hidden; display:block;
}


























