
.banner-wrapper{
	width: 100%;
	height: 360px;
	background: url(/static/images/banner_11.png) no-repeat center;
	position: relative;
}
.banner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.banner h5{
	font-size: 40px;
	margin-bottom: 15px;
}
.banner p{
	font-size: 22px;
	color: rgba(255,255,255,.5);
}
.column01{
	background: #fff;
}
.section{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-top: 60px;
}
.info-text{
	width: 780px;
	height: 320px;
	background: #f9f9fc;
	padding-top: 50px;
	padding-left: 200px;
	padding-right: 30px;
	position: relative;
}
.info-text p{
	margin-bottom: 30px;
	line-height: 2;
	text-indent: 2em;
}
.info-text img{
	position: absolute;
	left: 200px;
	top: -12px;
}
.img01{
	width: 580px;
	height: 360px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.pic-list{
	display: flex;
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f0f0f0;
}
.pic-list li{
	flex: 1;
	height: 240px;
}
.pic-list li:not(:last-child){
	margin-right: 30px;
}
.pic-list li img{
	width: 100%;
	height: 100%;
}
.bottom{
	padding-top: 60px;
	text-align: center;
}
.bottom h5{
	font-size: 30px;
	margin-bottom: 20px;
}
.bottom p{
	font-size: 20px;
	color: #666;
}