.banner {
	max-width: 1920px;
	margin: 0 auto;
	height: 300px;
	
	font-size: 44px;
	/* text-align: center; */
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	letter-spacing: 5px;
	background: url(../images/aboutus/succ_banner.png) center no-repeat;
	/* background-size: 100% 100%; */
	color: #ffffff;
}
.banner .banner-text{
	max-width: 1300px;
	margin: 0 auto;
	/* background-color: #007E23; */
	line-height: 90px;
	padding-top: 70px;
	/* word-wrap: break-word; */
}
.banner .banner-text .CASES{
	font-size: 28px;
	line-height: 60px;
}

.banner .banner-text .line{
	width: 50px;
	height: 5px;
	background-color: #ffffff;
	display: block;
}

.main {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden
}

.main .case-tit {
	font-size: 32px;
	letter-spacing: 2px;
	padding-top: 80px;
	text-align: center
}

.main .case-items {
	margin-top: 60px;
	overflow: hidden
}

.main .case-items .case-item {
	position: relative;
	float: left;
	width: 265px;
	height: 280px;
	border: 1px solid #dddddd;
	margin-bottom: 40px;
	margin-right: 40px;
	overflow: hidden
}

.main .case-items .case-item:nth-of-type(4n) {
	margin-right: 0
}

.main .case-items .case-item .case-img {
	height: 200px;
	text-align: center
}

.main .case-items .case-item img {
	height: 100%;
	max-width: 100%
}

.main .case-items .case-item p {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #444444;
	margin-top: 30px;
	text-align: center
}

.main .case-items .case-item .hover-layer {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px 20px 15px;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden
}

.main .case-items .case-item .hover-layer::before {
	content: '';
	display: block;
	width: 16px;
	height: 4px;
	background-color: #410c7f;
	position: absolute;
	left: 20px;
	top: 30px
}

.advisory {
	background-color: #410c7f
}

.advisory .advisory-layer {
	max-width: 1920px;
	height: 150px;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.advisory .advisory-layer p {
	font-size: 32px;
	letter-spacing: 3px
}

.advisory .advisory-layer button {
	width: 140px;
	height: 44px;
	border-radius: 3px;
	border: 1px solid #fff;
	outline: none;
	font-size: 18px;
	color: #fff;
	margin-left: 220px;
	cursor: pointer;
	background-color: transparent
}
