.caseBanner {
	width: 100%;
}

.partTwo {
	width: 100%;
	background-color: white;
	text-align: center;
	position: relative;
	padding-bottom: 190px;
}

.partTwo img {
	background-color: white;
	box-shadow: 0px 5px 15px #e8e8e8;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -610px;
	z-index: 100px;
}

.caseMiddle {
	width: 100%;
	padding-bottom: 40px;
	background: #f5f5f5 url(../images/casePic004.jpg) repeat-x left top;
}

.swiper1 {
	width: 1200px;
	padding-top: 50px;
}

.swiper-slide1 {
	position: relative;
}

.swiper1 .swiper-pagination1 {
	position: absolute;
	z-index: 20;
	top: 0px;
	width: 100%;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.swiper1 .swiper-pagination-bullet {
	flex: 1;
	border-radius: 0;
	margin: 0 !important;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #555;
	background-color: inherit;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14.3px;
	background-color: white;
	border-right: 1px solid #d5d5d5;
	box-sizing: border-box;
}

.swiper1 .swiper-pagination-bullet:last-child {
	border-right: 0px;
}

.swiper1 .swiper-pagination-bullet-active {
	color: #022845;
	font-weight: bold;
}

#hiddenTitle {
	visibility: hidden;
	height: 50px;
}

.slideInner {
	display: flex;
	flex-wrap: wrap;
}

.slideInnerItem {
	/*width: 32.4%;*/
	margin-right: 1.4%;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;

}

.slideInnerItem:nth-child(3n+0) {
	margin-right: 0;
}

.slideInnerItemSon {
	width: 352px;
	background-color: rgba(255,255,255,0.7);
	padding: 12px;
	display: block;
	cursor: pointer;
	
}
.slideInnerItemSon img{
	animation-duration: 0.7s;
	animation-delay: 0.3s;
}
.slideInnerItemSon:hover{
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 10px #e6e6e6;
}
.caseNames {
	line-height: 1;
	font-size: 14.5px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 18px;
	color: #022845;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}

.caseSubNames {
	margin-top: 3px;
	color: #777;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-top: 7px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.forID{
	display: none;
}
.ff {
    color: #022644;
    border-bottom: 2px solid #ff9e40;
}