
/*cp*/
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 1300px;
	margin-top:0px; margin-bottom:10px; margin-left:auto; margin-right: auto;
	
}
.mt-tabpage h2 {
	width: 20%;
	padding-right: 5%;
	text-align: right;
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
}
.mt-tabpage-title {
	height: 68px;
	font-size: 0;
	background-color: #fff;
	width: 884px;
	
	margin:0px auto;padding:0px 20px;


}


.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 14%;
	height: 68px;
	line-height: 68px; margin-top:-23px;
	text-align: center;
	color: #000;
	font-size: 18px;
	transition:All 0.2s ease-in-out;
	-webkit-transition:All 0.2s ease-in-out;
	-moz-transition:All 0.2s ease-in-out;
	-o-transition:All 0.2s ease-in-out;
	background-size:0px;background-position: center 68px;

}
.mt-tabpage-title .mt-tabpage-item:hover{
	
	 background:url(../images/cp_nav_bg.png) center top no-repeat; color:#fff; height:81px;
	
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	font-size: 18px;height:81px;
	
	font-weight: 400;	 background:url(../images/cp_nav_bg.png) center top no-repeat; 

}
.mt-tabpage-count {
	position: relative;
	width: 1300px;
	height: 754px;
	overflow: hidden;
	
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 1300px;
	height: 360px;
	text-align: center;
}
.mt-tabpage-item_left { width:660px; text-align:left;}
.mt-tabpage-item_h3 {
	margin-top: 32px;
	line-height: 80px;
	font-size: 33px;
}
.mt-tabpage-item_p { line-height:32px; font-size:15px; color:#838383; }
.mt-tabpage-item_more {
	line-height: 53px;
	width: 264px;
	height: 53px;
	border: 1px solid #0068b4;
	font-size: 20px;
	color: #0064b1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 43px; border-radius:50px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
a:hover .mt-tabpage-item_more {
	color: #FFF;
	background-color: #0068b4;


}
/*cp end*/