﻿@charset "utf-8";


/* focusBar */
#focusBar{width:100%; height:535px; clear:both; position:relative; background:#242424; overflow:hidden;}
#focusBar li{width:100%; clear:both; height:535px; display:none; position:absolute; /* position:relative;*/}
#focusBar .focusL{height:456px; position:absolute; z-index:9;/*left:-1000px;*/ top:100px; left:-500px; margin-left:51%;}
#focusBar .focusR{ width:433px; height:272px; position:absolute; z-index:99;/* right:1000px;*/top:200px; left:-500px; margin-left:76%;}

a.arrL,a.arrR{display:block; width:52px; height:134px; position:absolute; top:200px; z-index:99; cursor:pointer; background:url(../images/bt_arr.png) no-repeat;}
a.arrL{left:-52px;background-position:0px 0px;}
a.arrR{right:-52px;background-position:-68px 0px;}
a.arrL:hover{background-position:0px -144px;}
a.arrR:hover{background-position:-68px -144px;}


/*.ban_btn{ float:left; position:absolute; top:300px; left:-500px; margin-left:45%; width:81px; height:26px; z-index:19;}*/
.ban_btn_m{ border:none; width:112px; height:28px; background:url(../images/banner-btn.png) no-repeat top center; cursor:pointer;}





