
	@font-face {font-family: 'iconfont';
	    src: url('http://www.scgh.org/font/iconfont.eot'); /* IE9*/
	    src: url('http://www.scgh.org/font/iconfont.eot?') format('embedded-opentype'), /* IE6-IE8 */
	    url('http://www.scgh.org/font/iconfont.woff') format('woff'), /* chrome、firefox */
	    url('http://www.scgh.org/font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	    url('http://www.scgh.org/font/iconfont.svg') format('svg'); /* iOS 4.1- */
	}
	*{
		margin:0;
		padding: 0;
		list-style-type: none;
	}
	li{list-style: none;}
	
	.box{
		width: 550px;
		height: 350px;
		margin:10px auto;
		position: relative;
		overflow: hidden;
	}
	.box ul{
		position: relative;
		z-index: 1;
	}
	.box ul li{
		position: absolute;
		left: 0;
		top: 0;
	}
	.box ul li img {
		width: 550px;
		height: 350px;
		display: block;
	}
	.box ul div {
		background:gray;
         background: rgba(0,0,0,0.5);  
		height: 40px;
		line-height: 40px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom:0;
		text-align: left;
		color: #fff;
		font-size: 14px;
	}
    .box ul div p 
    {
        width: 440px;
        height: 40px;
		line-height: 40px;
        margin: 0;
        padding-left: 5px;
       white-space:nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
        color:White;
        font-size:14px;
    }
	.box ol{	
		text-align: center;
		position: absolute;
		bottom: 13px;
		right: 5px;
		font-size:0;
		z-index: 2;
		margin-bottom: 0;
	}
	.box ol li{
		width: 12px;
		height: 12px;
		background: #ccc;
		display: inline-block;
		margin-left:5px;
		cursor: pointer;
		border-radius: 50%;
	}
	.box ol .current{
		background: red;
	}
	.box span{
		font-family: 'iconfont';
		width: 40px;
		height: 66px;
		position: absolute;
		top: 45%;
		margin-top: -22px;
		cursor: pointer;
		z-index:2;
		background: rgba(0,0,0,0.5);
		font-style: normal;
		color: #fff;
		text-align: center;
		line-height: 66px;
		font-size: 24px;
		cursor: pointer;
	   display: none;
	}
	.box .left{left: 5px;}
	.box .right{right: 5px;}