
.circular_box3 ul li{
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
	list-style: none;
}

.circular_box3 ul li:before {
    position: absolute;
    content: '';
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}

.sy-szy2 .circular_box1 ul li:before {
    position: absolute;
    content: '';
    height: 50px;
    top:240px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
}

.circular_box3 ul li img{
	display:block;
	width: 100%;
	height: 290px;
}
.circular_box3 ul li h2{
	position: absolute;
	/*width:100%;*/
	text-align: center;
	font-size: 16px;
	color: ghostwhite;
	height: 50px;
    bottom: 0;
    margin-bottom: 0;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    max-width: 420px;
    background: none;
    /*z-index: 2;*/
}
.circular_box4{
    position: absolute;
	right: 10px;
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
    height: 20px;
    padding: 6px 5px;
    bottom: 15px;
    left: auto;
}
.circular_box4 ul li{
	float:left;
	overflow: hidden; 
	margin: 0 5px;
	text-indent: 100px;
	cursor: pointer;
	height: 8px;
    width: 16px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .3);
}
.circular_box4 ul .on{
    background: rgba(255, 255, 255, .7);
}

.circular_box5{
	width: 400px;
	height: 280px;
	overflow: hidden;
	position: relative;	
}