.bannerPic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.bannerPic img{
	width: 100%;
}
/* .bannerPic p{
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%,-50%);
	width: 264px;
	text-align: center;
	font-size: 24px;
	color: white;
	font-weight: 500;
	line-height: 30px;
} */
.equipList{
	height: 137px;
	border-bottom: #E5E5E5 solid 1px;
	margin-bottom: 76px;
}
.equipList ul{
	height: 100%;
	border-left: #E5E5E5 solid 1px;
	overflow: visible!important;
}
.equipList ul li{
	height: 100%;
	float: left;
	/* width: 12.5%; */
	width: 11.1%;
	float: left;
	border-right: #E5E5E5 solid 1px;
	position: relative;
	text-align: center;
	line-height: 90px;
	cursor: pointer;
}
.equipList ul li img.equipPic{
	vertical-align: middle;
}
.equipList ul li img.hengx{
	position: absolute;
	bottom: -8px;
	/* left: -10px; */
	left: -20px;
}
.equipList ul li p{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	line-height: 20px;
}
.chosen{
	color: #4D4C7E;
}
.hidePic{
	display: none;
}

.equipDetail{
	padding-left: 65%;
	/* padding-top: 5%; */
	padding-top: 8%;
	position: relative;
	height: 448px;
}
.showPic{
	/* width: 448px; */
	width: 550px;
	/* height: 252px; */
	height: 330px;
	overflow: hidden;
	/*border: 1px solid #E6E6E6;*/
	text-align: center;
	/*line-height: 448px;*/
	position: absolute;
	/* left: 22%; */
	left: 14%;
	top: 0;
}
.showPic img{
	/* max-width: 445px; */
	max-width: 550px;
	max-height: 420px;
	vertical-align: middle;
}
.equipDetail{
	font-size: 18px;
}
.equipDetail ul li{
	margin-bottom: 13px;
}
.equipDetail ul li img{
	vertical-align: text-top;
	margin-right: 20px;
}
.equipTit{
	font-size: 30px;
	margin-bottom: 25px!important;
}
.equipWords{
	/*margin-top: 30px;*/
	margin-top: -150px;
	line-height: 25px;
	/*margin-bottom: 200px;*/
	margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
	.equipList ul li p {
		font-size: 17px;
	}
}
