﻿@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% "Arial","微软雅黑";color:#666666;background-color:#ffffff;}
a,a:hover{color:#666666;text-decoration:none;border:0px;}

/* focusBar */
#focusBar{min-width:980px;height:494px;clear:both;position:relative;background:#ffffff;overflow:hidden;}
#focusBar li{width:100%;height:494px;display:none;position:absolute;margin-left: auto;
margin-right: auto;}
#focusBar .focusL{height:494px;position:absolute;z-index:9; top:0px;}
#focusBar .focusR{height:494px;position:absolute;z-index:19;top:0px;}

a.arrL,a.arrR{display:block;width:52px;height:134px;position:absolute;top:180px;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;}