@charset "UTF-8";
.wal {/*max-width: 12.5rem;*/	/* 大小关键 */	
	width: 1190px !important;    
	margin: 0 auto;
}
.about-4 {
	width: 1190px !important;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.about-4 h2 {
	font-size: .46rem;
	padding: .7rem 0 .5rem;
}
.about-4 .list {/*min-height: 4.59rem;*/	/*1111111111111111*/
	width: 1190px !important;  			
	
	position: relative;
}
.about-4 .list .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
	opacity: 0;
}
.about-4 .list .bg.show {
	opacity: 1;
}
.about-4 .list ul {
	position: relative;
	z-index: 11;
}
.about-4 .list li {/*height: 4.59rem;*/				/*222222222222222*/	     
	height: 432px; 	
	width: 14.285%;
	border-right: rgba(255, 255, 255, 0.5) solid 1px;
	color: #fff;
	font-size: .18rem;
	line-height: .26rem;
	position: relative;
}
.about-4 .list li:last-child {
	border: 0;
}
.about-4 .list li.on {
	width: 30%;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.about-4 .list li, .about-4 .list li .name, .about-4 .list li .layer{
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.about-4 .list ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.about-4 .list li{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
 .about-4 .list li{
	align-items: center;
	-webkit-align-items: center;
}
.about-4 .list li {
	justify-content: center;
	-webkit-justify-content: center;
}

