.current-list{
	display: flex;
	justify-content: space-around;
}
.current-list li{
	position: relative;
	width: 19%;
	margin-right: 1%;
	cursor: pointer;
	border-radius: 10px;
}
.current-list li:last-child{
	margin-right: 0;
}
.current-list li img{
	width: 100%;
	height: 100%;
}
.current-list li > div{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: rgba(0,0,0,.4);
	border-radius: 10px;
}
.current-list li:hover > div{
	background-color: rgba(0,104,200,.8);
}
.project-wrapper .banner-container{
	padding: 0;
}
.plan-content{
	position: relative;
	width: 530px;
	height: 530px;
	margin: 0 auto;
	border-radius: 50%;
	border:2px solid #bbdff8;
}
.plan-content li{
	position: absolute;
	width: 410px;
}
.plan-content li img{
	width: 100px;
	height: 100px;
}
.plan-content li > div{
	padding: 10px;
}
.plan-content li h5{
	margin: 0;
	padding-bottom: 10px;
	color: #84b21d;
	font-size: 16px;
	font-weight: bold;
}
.plan-content li p{
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}
.plan_text_right img{
	float: right;
}
.plan_text_right > div{
	margin-right: 100px;
	text-align: right;
}
.plan_text_left img{
	float: left;
}
.plan_text_left > div{
	margin-left: 100px;
	text-align: left;
}
.plan-content li:nth-of-type(1){
	top: 20px;
	left: -276px;
}
.plan-content li:nth-of-type(2){
	top: 20px;
	left: 400px;
}
.plan-content li:nth-of-type(3){
	top: 50%;
	left: -360px;
	transform: translateY(-50%);
}
.plan-content li:nth-of-type(4){
	top: 50%;
	left: 474px;
	transform: translateY(-50%);
}
.plan-content li:nth-of-type(5){
	top: 400px;
	left: -276px;
}
.plan-content li:nth-of-type(6){
	top: 400px;
	left: 400px;
}