.mt-tabpage {
	width: 1100px;
	margin: 120px auto 0 auto;


}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;

	width: 100%;
	margin: auto;

	border-bottom: 1px solid #f1f1f1;
	text-align:center
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 145px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #333;
	font-size: 18px;
	background:#FFF;
	border-radius:10px;
	margin:0 10px;
	text-decoration:none;
	font-weight:bold
}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #eb4537;
	background:#FFF;
	border-radius:10px;
	font-weight:bold
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 18px;
	background:#F1845B;
	border-radius:10px;
	font-weight:bold
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
	height: 730px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width:1100px;
		height: 700px;


}

@media only screen and (max-width: 1152px)
{.mt-tabpage-count .mt-tabpage-item {
	width:1000px;
		height: 700px;


}
.mt-tabpage {
	width: 1000px;
	margin: 120px auto 0 auto;


}
.header .left{
	width: 22%;
}
	}
	
	@media only screen and (max-width: 1024px)
{.mt-tabpage-count .mt-tabpage-item {
	width:980px;
		height: 700px;


}
.mt-tabpage {
	width: 980px;
	margin: 120px auto 0 auto;


}
.header .left{
	width: 22%;
}
	}
.title{
	margin: 20px 0  10px 0;
	text-align: center;
}
.title p{
	font-size: 16px;
	color: #fbc400;
}
.title h1{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	background: url(../image/title_h1bg.png) no-repeat center;
}