*{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		.banner{
			width: 100%;
			/*height: 560px;*/
			/*background: black;*/
			/*×Ó¾ø¸¸Ïà*/
			position: relative;
			/*³¬³ö²¿·ÖÈ«²¿Òþ²Ø£¬½â¾öºáÏò¹ö¶¯Ìõ*/
			overflow: hidden;
		}
		.banner ul{
			position: absolute;
		}
		.banner ul li{
			/*Õâ¸ö100%ÊÇÏà¶ÔÓÚ¸¸ºÐ×ÓµÄ£¨»á°Ñ¸¸ºÐ×ÓµÄ¿í¶È¼Ì³Ð¹ýÀ´,Èç¸¸ºÐ×Ó300%,ÕâÕâÀïµÄ100%¾Í»áÏàµ±ÓÚ300%£©*/
			width: 100%;
			height: 558px;
			float: left;
			background:  no-repeat center center;
		}
		/*.banner ul li:nth-child(1){*/
			/*background: url('./1.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(2){*/
			/*background: url('./2.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(3){*/
			/*background: url('./3.jpg') no-repeat center center;*/
		/*}*/
		.banner ol{
			/*width: 170px;*/
			height: 8px;
			position: absolute;
			left:50%;
			/*margin-left: -40px;*/
			bottom: 30px;
			
		}
		.banner ol li{
			width: 30px;
			height: 6px;
			float: left;
			margin-right: 5px;
			background: rgba(255,255,255,0.5);
			cursor: pointer;
		}
		.banner ol .current{
			background: rgba(255,0,0,1);
		}
		.banner i{
			width: 58px;
			height: 120px;
			position: absolute;
			top: 50%;
			margin-top: -60px;
			cursor: pointer;
			display: none;
		}
		.banner .left{
			left: 20px;
			background: url('/images/img/left_right.png') no-repeat 0 0px;
		}
		.banner .right{
			right: 20px;
			background: url('/images/img/left_right.png') no-repeat 0px -120px;
		}
		.banner .left:hover , .banner .right:hover{
			background-color: rgba(0, 0, 0, 0.31);
		}
		
		
/* slide-box temp4 */
#slide-box{width:1000px;position:relative;height:226px; margin:0 auto;}
#slide-box .slide-content{ width: 1000px;}
#slide-box .JQ-slide-content{position:absolute;}
#slide-box .JQ-slide-nav a{display:block;z-index:99;width:37px;color:#b4b4b4;position:absolute;top:55px;height:65px;text-decoration:none; background:rgba(0,0,0,0.3);}
#slide-box .JQ-slide-nav span{display:block;font:400 53px arial;width:37px;cursor:pointer;height:63px;text-align:center;}
#slide-box .JQ-slide-nav .prev{left:0px;}
#slide-box .JQ-slide-nav .next{right:0px;}
#slide-box .wrap{overflow:hidden;width:1000px;height:226px;position:relative;}
#slide-box ul{width:10000px;}
#slide-box li{float:left;width:330px;height:226px;position:relative;}
#slide-box li img{width:320px;height:226px;}
#slide-box .JQ-slide-nav a:hover,#slide-box .JQ-slide-nav a:hover span{color:#f43d1e;}
#slide-box li .text2{width:290px}
		
		
		
		
		