
/*cp*/
svg{
	fill: currentColor;
}
.mt-tabpage {
	width: 1300px;
	margin-top:0px; margin-bottom:0px; 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: 300px;
	font-size: 0;

	width:1200px;
	
	margin:0px auto;


}


.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 7%; margin-left:210px;
	height:82px;
	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 0px;

}
.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-title .pro_con.flex .mt-tabpage-item-cur dl { width:160px; padding:8px 8px 0px 8px;   text-align:center; transition:all 0.4s;background:url(../images/pro_tu_bg.png) no-repeat center top;}

.mt-tabpage-title .pro_con.flex .mt-tabpage-item-cur {  }
.mt-tabpage-title .mt-tabpage-item-cur dl dt {border:0px dotted #fff;  width:144px; height:144px;}

.mt-tabpage-title .pro_con.flex .mt-tabpage-item-cur dl dt { background-image:url(../images/pro_b1_b.png);}
.mt-tabpage-title .pro_con.flex .mt-tabpage-item-cur a:nth-child(2) dl dt { background-image:url(../images/pro_b2_b.png);}
.mt-tabpage-title .pro_con.flex .mt-tabpage-item-cur a:nth-child(3) dl dt { background-image:url(../images/pro_b3_b.png);}
.mt-tabpage-title .pro_con.flex .mt-tabpage-item-cur a:nth-child(4) dl dt { background-image:url(../images/pro_b4_b.png);}
.mt-tabpage-title .pro_con.flex .mt-tabpage-item-cur a:nth-child(5) dl dt { background-image:url(../images/pro_b5_b.png);}


.mt-tabpage-title .pro_con.flex .mt-tabpage-item-cur dl dd { margin-top:40px;}











.mt-tabpage-count {
	position: relative;
	width: 1300px;
	height: 244px;
	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*/