@charset "utf-8";
*{margin: 0; padding: 0; }
body {
	font-family: "Microsoft Yahei";
	font-size: 15px;
	color: #333;
	background-color: #E4E1E1;
}
a, a:hover { text-decoration: none; color: #333; }
ul, li { list-style: none; }
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 480px;
	/*margin: 30px auto;*/
	margin: auto;
	/*box-shadow: 0 0 5px #999;*/
	background-color: #EBEDF0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	width: 100%;
	margin: auto;
	padding: 20px 0px;
	background: #EBEDF0;
	border-bottom: 0px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 105px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #8B8F9C;
	font-size: 15px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #7093B8;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #7093B8;
	font-size: 15px;
	/*border-bottom: 1px solid #F85B5E;*/
}
.mt-tabpage-count {
	position: relative;
	/*width: 600px;*/
	height: 425px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 480px;
	margin-top: 80px;
	height: 510px;
	line-height: 200px;
	text-align: center;
}

.mt-tabpage-count .mt-tabpage-item img {
	 height: 245px; width: 370px;
 }

.mt-tabpage-count .mt-tabpage-item p {
	margin-top: -50px;
	font-size: 14px;
	color: #8A9199;
}

.tab-main {
	/*height:500px;*/
	/*margin-left: 25%;*/
	/*margin-top: 4%;*/
}

.tab-main .jstab {
	width:480px;
	margin: 10% auto 0;
}