*{
				margin: 0;padding: 0;list-style: none;border: 0;
			}
		
			*:focus{
				outline: none;
			}
			#banner{
				width: 1167px;
				height: 352px;
				/* padding: 10px;
				background: #FFFFFF;
				margin: 50px auto 10px; */
			}
			.box{
				width: 1167px;
				height: 352px;
				overflow: hidden;
				position: relative;
			}
			.box .pic{
				height: 352px;
				overflow: hidden;
				position: absolute;
				top: 0;
				left: 0;
			}
			.box .pic li{
				width: 1167px;
				height: 352px;
				float: left;
			}
			
            .box .pic li .desc{float:left; width:465px; font-size:20px;color:#fff;font-weight:bold;line-height:30px;margin-top:110px;}
            .box .pic li .desc span{display:block;font-size:15px;text-align:right;color:#fff;margin-top:30px;margin-right:50px;}
			.box .pic li .img img{
				float:left;
				display: block;
				width: 700px;
				height: 352px;
			}
			 
			.left{
				width: 68px;
				height:68px;
				/* background: url(../images/left.png) no-repeat 0px 0px; */
				position: absolute;
				z-index: 99;
				top: 142px;
				left: -20px;
				cursor: pointer;
				transition: all 0.2s;
			}
			.right{
				width: 68px;
				height: 68px;
				/* background: url(../images/right.png) no-repeat 0px 0px; */
				position: absolute;
				z-index: 99;
				top: 142px;
				right: -20px;
				cursor: pointer;
			}
			.left:hover{
				opacity:0.6;
				filter:alpha(opacity=60);
				
				
			}
			.right:hover{
				opacity:0.6;
				filter:alpha(opacity=60);
			}