.ejlmK p {
    width: 390px;
    float: left;
    text-align: center;
    font-size: 18px;
    text-align: center;
    margin: 16px 0 0 0;
    height: 48px;
}

.ejlnNav{
	height: auto;
}
.ejlmNacIn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xswl_bg1 table td strong{
	padding-left: 10px;
}
ul.ejlmNL{
	width: 1160px;
	padding: 10px 0;
	margin: 0;
}
ul.ejlmNL li{
	margin: 4px 6px;
}
ul.xswl_people{
	width: 1300px;
	padding: 0 50px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
ul.xswl_people li{
	width: 200px;
	height: 216px;
	text-align: center;
	margin: 30px 20px 0;
}
ul.xswl_people li img{
	float: none;
	width: 110px;
	height: 120px;
}
ul.xswl_people li p{
	width: 100%;
	text-align: center;
	line-height: 30px;
}


/* 产品列表 */
.cplb_row{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cplb_row .hd{}
.cplb_row .hd .prev,
.cplb_row .hd .next{
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -46px;
	display: block;
	width: 47px;
	height: 93px;
	overflow: hidden;
	cursor: pointer;
	background: url(../2021images/banner_arrs.png) no-repeat;
	}
.cplb_row .hd .prev{
	right: 30px;
	background-position: -46px -93px;
}
.cplb_row .hd .prev:hover{
	background-position: -46px 0;
}
.cplb_row .hd .next{
	left: 30px;
	background-position: 0 -93px;
}
.cplb_row .hd .next:hover{
	background-position: 0 0;
}
.cplb_row .bd{
	width: 100%;
}
.cplb_row .bd .tempWrap{
	width: 100%!important;
}
.cplb_row .bd ul{
	overflow: hidden;
	zoom: 1;
}
.cplb_row .bd ul li.cpzxCHalf{
	width: 25%;
	height: calc(100% - 50px)!important;
	float: left;
	overflow: hidden;
}
.cplb_row .bd ul li .cpzxImg1{
	width: 100%;
	height: 100%;
	display: block;
	position: initial;
	float: left;
	overflow: hidden;
}
.cplb_row .bd ul li img{
	width: 100%;
	height: 100%;
}
.cplb_row .bd ul li .cpzxBtm{
	background: rgba(0,85,169,.3);
	position: absolute;
	left: 0;
	top: 0;
}
.cplb_row .bd ul li .cpzxBtm .cpzxFont1{
	top: 50%;
	margin-top: -100px;
}

