@charset "utf-8";
*{margin: 0; padding: 0; }
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #333;
	background-color: #E4E1E1;
}
a { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #E12726; }

ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.hh{margin-left:1070px;margin-top: -8px;overflow: hidden;z-index: 9999;}
.hh a{overflow: hidden;z-index: 9999;}
.mt-tabpage {
	width: 1170px;
	margin: 30px auto;
	box-shadow: 0 0 5px #999;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.mt-tabpage-title {
	height: 48px;
	font-size: 0;

	width: 94%;
	margin: auto;

	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 105px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #3B72B2;
	font-size: 15px;
	font-weight:bold;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #E12726;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #E12726;
	font-size: 15px;
	border-bottom: 3px solid #E12726;
}
.mt-tabpage-count {
	position: relative;
	width: 1150px;
	height: 370px;
	overflow: hidden;
	margin-left: 20px;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 1150px;
	height: 370px;
    align:center;
	text-align: left;
}

.mt-tabpage-count1 {
	position: relative;
	width: 1150px;
	height: 400px;
	overflow: hidden;
	margin-left: 20px;
}
.mt-tabpage-cont__wrap1 {
	position: absolute;
}
.mt-tabpage-count1 .mt-tabpage-item1 {
	width: 1150px;
	height: 400px;
    align:center;
	text-align: left;
}