.xp_works_top{
	height: 450px;
	overflow: hidden;
}
.xp_works_tl{
	width: 780px;
	height: 450px;
	float: left;
}
.xp_works_tl ul{
	height: auto;
}
.xp_works_tl ul li{
	width: 780px;
}
.xp_works_tl ul li img{
	width: 100%;
	min-height: 450px;
	max-height: 450px;
	object-fit: cover;
}
.xp_works_tr{
	width: 320px;
	float: right;
}
.xp_works_tr ul li{
	width: 300px;
	padding-left: 20px;
	height: 90px;
	background: #00457E;
}
.xp_works_tr ul li a{
	color: #ffffff;
}
.xp_works_tr ul li.swiper-slide-active{ 
	background: linear-gradient(to right, #ffffff, #00457E);
}
.xp_works_tr ul li.swiper-slide-active a{
	color: #000000;
}
.xp_works_tr ul li h4{
	padding-top: 15px;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
}
.xp_works_tr ul li p{
	overflow: hidden;
	white-space: nowrap;
	width: 285px;
}
.xp_hot_works_bg{
	background: #f8f8f8;
	overflow: hidden;
}
.xp_hot_works{
	position: relative;
	padding-bottom: 50px;
	height: auto;
}
.xp_hot_works .xp_hot_item1{
	width: 1000px;
	height: 280px;
	overflow: hidden;
}
.xp_hot_works .xp_arrow_left{
	position: absolute;
	background: url(../images/xp_left.png) no-repeat center;
	width: 33px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	left: 50px;
}
.xp_hot_works .xp_arrow_right{
	position: absolute;
	background: url(../images/xp_right.png) no-repeat center;
	width: 33px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	right: 50px;
}
.xp_hot_works .xp_hot_item1 ul{
	height: 280px;
}
.xp_hot_works .xp_hot_item1 ul li{
	text-align: center;
	float: left;
	width: 200px;
}
.xp_hot_works .xp_hot_item1 ul li img{
	width: 190px;
	min-height: 280px;
	max-height: 280px;
	object-fit: cover;
}
.xp_hot_works2{
	height: auto;
	padding: 50px 0;
}
.xp_hot_works2 ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.xp_hot_works2 ul li{
	width: 260px;
}
.xp_hot_works2 ul li img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.xp_hot_works2 ul li h6{
	padding-top: 15px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xp_hotsearch_nav{
	height: auto;
}
.xp_hotsearch_nav ul{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
}
.xp_hotsearch_nav ul li{
	margin: 0 0 10px 10px;
	width: 127px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #00457E;
}
.xp_hotsearch_nav ul li a{
	color: #00457E;
}
.xp_hotsearch_nav ul li.active{
	background: #00457E;
	border: 1px solid #00457E;
}
.xp_hotsearch_nav ul li.active a{
	color: #ffffff !important;
}
.xp_hotsearch_list{
	padding-top: 20px;
	height: auto;
	overflow: hidden;
	column-count: 4;
	column-gap: 20px;
}
.xp_hotsearch_item{
	break-inside: avoid;
	background: #ffffff;
	height: auto;
	margin-bottom: 20px;
}
.xp_hotsearch_item .xp_list_style{
	height: auto;
}
.xp_list_style_bg{
	color: #ffffff;
	background-color: #67bae6;
}
.xp_list_style_bg a{
	color: #ffffff
}
.xp_hotsearch_item .xp_list_style_bg h6{
	color: #ffffff
}
.xp_hotsearch_item img{
	width: 100%;
	object-fit: cover;
}
.xp_hotsearch_item a h6{
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	color: #000000;
}
.xp_hotsearch_item p{
	padding: 0 10px 10px 10px;
	line-height: 26px;
	text-align: justify;
}
.xp_hotsearch_item span{
	display: block;
	padding-left: 10px;
	height: 30px;
}
