
	@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;}
	
	.box1{
		width: 1200px;
		height: 470px;
		margin:10px auto;
		position: relative;
		overflow: hidden;
	}
	.box1 ul{
		position: relative;
		z-index: 1;
	}
	.box1 ul li{
		position: absolute;
		left: 0;
		top: 0;
	}
	.box1 ul li img {
		width: 1200px;
		height: 470px;
		display: block;
	}
	.box1 ul div {
		background-color:White;
		height: 450px;
		line-height: 25px;
		width: 100%;
		position: absolute;
		left: 800px;
		bottom:0;
		text-align: left;
		color: #fff;
		font-size: 14px;
		display: block;
	}
	

	
    .box1 ul div p 
    {
        width: 385px;
        height: auto;
		line-height: 27px;
        margin: 0;
        padding-left: 15px;
        color:gray;
        font-size:16px;
    }
	.box1 ol{	
		text-align: center;
		position: absolute;
		bottom: 13px;
		right: 5px;
		font-size:0;
		z-index: 2;
		margin-bottom: 0;
	}
	.box1 ol li{
		width: 12px;
		height: 12px;
		background: #ccc;
		display: inline-block;
		margin-left:5px;
		cursor: pointer;
		border-radius: 50%;
	}
	.box1 ol .current1{
		background: red;
	}
	.box1 span{
		font-family: 'iconfont';
		width: 40px;
		height: 66px;
		position: absolute;
		top: 45%;
		margin-top: -22px;
		cursor: pointer;
		z-index:2;
		font-style: normal;
		color: #fff;
		text-align: center;
		line-height: 66px;
		font-size: 24px;
		cursor: pointer;
	   display: none;
	}
	.box1 .left1{left: 5px;}
	.box1 .right1{right: 5px;}