@charset "utf-8";
/* CSS Document */
#banner{height:400px;background:#E5E0DA;position:relative;width:100%;}
.swipe {overflow: hidden;/*visibility: hidden;*/position: relative;}
.swipe-wrap {overflow: hidden;height:100%;position: relative;}
.swipe-wrap > div {width:100%;height:100%;position:absolute;}
.swipe-wrap > div img{width:100%;height:100%;}
#slider {width:100%;height:400px;padding:0;margin:0 auto;text-align:center}
#slidedot {display:block;position:absolute; left:50%; bottom:3%; z-index:9999;  padding:5px 0; margin:0}
#slidedot li {display:block; list-style:none; width:22px; height:6px; border:1px solid #ccc; float:left; margin-left:6px; margin-top:0px; background:#fff;}
#slidedot li:first-child {margin-left:0}
#slidedot li a {display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#slidedot li.currentdot { background:#004A8F;border:1px solid #FFF; width:22px; height:6px;margin-top:0; }
.cover a{display: block;height: 400px;}
		