.head_img>img,
.left_img img,
.right_img img{
	width: 100%;
	height: 100%;
}
.head_img{
	width: 100%;
	height: 680px;
}
.sort_list{
	height: 110px;
	background-color: #fff;
}
.sort_list .sort_swiper{
	overflow: hidden;
}
.sort_list ul>li{
	float: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 14.28%;
	height: 110px;
	line-height: 110px;
	text-align: center;
	color: #444444;
	font-size: 30px;
	font-weight: 500;
}
.sort_list .active{
	display: inline-block;
	height: 100%;
	color: #017783;
	border-bottom: 4px solid #017783;
}
.training_content{
	position: relative;
}

.title_list{
	margin: 85px 0;
	height: 120px;
	
}
.title_list{
	overflow: hidden;
}
.title_list ul>li{
	float: left;
	/* margin-right: 19px;
	width: 366px; */
	border-radius: 10px;
	font-size: 30px;
	text-align: center;
	line-height: 120px;
	background-color: #fff;
	color: #444444;
}
/* .title_list ul>li a{
	color: #444444;
} */
.title_list ul>li:last-child{
	margin-right:0;
}
.title_list .active{
	background-color: #017783;
	color: #fff;
}
/* .title_list .active a{
	color: #fff;
} */
.left_img,
.right_img{
	position: absolute;
	top: 0;
	width: 60px;
	height: 120px;
}
.left_img{
	left: 75px;
}
.right_img{
	right: 75px;
}
.px_content{
	display: none;
	background-color: #fff;
	padding: 88px 60px;
}
.show {
	display: block;
}
