@charset "utf-8";
/* CSS Document */

/*banner区*/
.Bannerbox{ background-color:#f0f0f0;}
.Bannerboxcon{ width:998px; margin:0 auto; padding-top:0px; padding-bottom:0px;}



/*BANNER切换样式*/
*+html #myfocus{width:998px;height:330px;overflow:hidden;position:relative; margin:0 auto;top:0px; }
#myfocus{width:998px;height:330px;overflow:hidden;position:relative; margin:0 auto;top:-1px;}
.pics{width:998px;height:330px;overflow:hidden;position:relative;}
.pics ul{height:330px;position:absolute;}
.pics ul li{width:998px;height:330px;float:left;position:relative;}/*图片大小450px*296px*/
.pics ul li div,#myfocus .pics ul li div span,#myfocus .pics ul li div a{display:block;position:absolute;bottom:0;left:0;width:100%;height:34px;}
.pics ul li div span{filter:alpha(opacity=50);opacity: 0.5; display:none;}/*文字标题的背景样式*/
.pics ul li div a{line-height:34px;overflow:hidden;padding-left:16px;text-decoration:none;font-size:14px;color:#fff;font-weight:bold;}/*文字标题样式*/
.mybtn{position:absolute;bottom:10px;right:12px;}

.mybtn ul li{float:left;font-size: 0.2px;
    height: 20px;
    line-height: 10000;
	z-index:1000;
    overflow: hidden;
    width: 20px;background: url(images/index_icon.png) no-repeat scroll 0 0 ;cursor:pointer;}
.mybtn ul li.current{background:url(images/index_icon.png) no-repeat scroll 0 -20px ;color:#fff;}


