.circular_box{
	width: 588px;
	height: 420px;
	overflow: hidden;
	position: relative;	
}


.circular_box1 ul li{
	width: 578px;
	height: 420px;
	position: relative;
	overflow: hidden;
	list-style: none;
}
.circular_box1 ul li img{
	display:block;
	width: 578px;
	height: 340px;
}
.circular_box1 ul li h2{
	position: absolute;
	bottom: -13px;
	height: 72px;
	width:100%;
	background: rgba(48, 48, 48, 0.39);
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	color: ghostwhite
}
.circular_box2{
	position: absolute;
	left: 40%;
	bottom: 14px;
}
.circular_box2 ul li{
	float:left;
	width:13px;
	height: 13px;
	overflow: hidden; 
	margin: 0 5px;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.39);
	text-indent: 100px;
	cursor: pointer;
}
.circular_box2 ul .on{
	background: rgba(253, 182, 32, 0.39);
}

.circular_box1.circular_box_sw ul li{
	height: 250px;
}

.circular_box1.circular_box_sw ul li img{
	height: 250px;
}

.circular_boximg2,.circular_boxdyjy2{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.circular_boximg2 ul li,.circular_boxdyjy2 ul li{
	float:left;
	width:13px;
	height: 13px;
	overflow: hidden; 
	margin: 0 5px;
	border-radius:50%;
	background: rgba(255, 255, 255, 0.39);
	text-indent: 100px;
	cursor: pointer;
}

.circular_boximg2 ul .on,.circular_boxdyjy2 ul .on{
	background: rgba(253, 182, 32, 0.39);
}