.titleTab_box{
	padding: 30px 0;
	text-align: center;
}
.titTab_con .padd_box{
	width: 100%;
	height: 450px;
	overflow: hidden;
	box-sizing: border-box;
}
.titTab_li{
	width: 100px;
	height: 40px;
	border: 1px solid #2066ca;
	border-radius: 5px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin: 0 15px;
	font-size: 16px;
}
.tab_Tcur{
	background-color: #2066ca!important;
	color: white!important;
}
.titTab_con{
	display: none;
	padding: 20px;
}
.tab_Ccur{
	display: block!important;
}
.tab_title{
	margin-bottom: 40px;
}

@media screen and (max-width: 1020px){
.titTab_con .padd_box{
	height: auto;
}