/*Big_Slide样式*/
#Big_Slide_box{width:1200px; overflow:hidden;}
#Big_Slide{width:580px;position: relative; margin:0 auto; height:485px;}
#Big_Slide ul li{width:580px; height:485px; position: absolute;}
#Big_Slide_Last,#Big_Slide_Next{width:46px; height:131px; color:#333; font-size:18px; position: absolute;z-index:9999; cursor:pointer; opacity:0.5;}
#Big_Slide_Last:hover,#Big_Slide_Next:hover{opacity:1;}
#Big_Slide_Last{left:-100px; background:url(../images/lastIco.png) no-repeat center top;}
#Big_Slide_Next{right:-100px; background:url(../images/nextIco.png) no-repeat center top;}
#Big_Slide_Tab{position: absolute; bottom:5px; height:2px; margin:0 auto; width:440px;}
#Big_Slide_Tab a{display:block; background:#D9450E; float:left; height:2px; overflow:hidden; z-index:9999; }
#Big_Slide_Tab .TabOn{ background:#fff;} 
#Big_Slide .prev{position:absolute; width:580px; height:485px; background:#fff; top:0px; z-index:99; opacity:0.95;}
