﻿@charset "utf-8";

.bannerbox { width: 100%; height: 563px; overflow: hidden; margin: 0px auto; position: relative; }
#focus { width: 100%; height: 563px; clear: both; overflow: hidden; position: relative;  }
    #focus ul { width: 100%; height: 563px; position: absolute; clear: both; padding: 0px; margin: 0px; }
        #focus ul li { float: left; height: 563px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
        #focus ul li a{display: block; width: 1080px; height: 563px; margin: 0 auto;}
        #focus ul li a img{width: 1080px; height: 563px;}
    #focus .preNext { width: 550px; height: 447px; position: absolute; top: 0px; cursor: pointer; }
    #focus .pre { left: 0; background: url(images/sprite.png) no-repeat left center; }
    #focus .next { right: 0; background: url(images/sprite1.png) no-repeat right center; }
