@charset "utf-8";

*{ margin:0; padding:0;list-style-type:none;}
img{ border:none;}
.absolute{position:absolute;}
.relative{position:relative;}
.pointer{cursor:pointer;}

.banner{background:url(../images/banner-bg.png) no-repeat 50% 50%;height:423px;overflow:hidden;}
.frame960{width:930px;height:357px;overflow:hidden;margin:0 auto;}
.banner-img{height:337px; width:100%;}
.banner-img .leftimg, .banner-img .rightimg{left:-999em;position:absolute;top:0;width:960px;height:340px;}
.banner-img .rightimg{text-align:right;-webkit-transform:translate(0px, 0px) rotate(0);}
.banner-bt{height:16px;padding:0px;bottom:0;left:40%;z-index:9999;}
.banner-bt li{float:left;width:17px;height:17px;padding:0px;}
.banner-bt li .pointer{display:block;width:17px;height:17px;padding:0px;}
.banner-bt li .active{background:url(../images/pagination.png) 0px 16px no-repeat;}
.banner-bt li .pointer .ico{display:block;width:16px;height:16px;margin:0 auto;}
.banner-bt li .active .ico, .banner-bt li .pointer .ico:hover{background-position:0 -16px;}
