@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; list-style-type:none;}
a{text-decoration:none;}
*,*:after,*:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*容器设置*/
#Carousel1{position:relative;width:640px;height:320px; margin:0 auto;}
.carouselUl1{position:relative;z-index:1; width:100%; height:100%; /*display:block;*/ overflow:hidden; }
.carouselUl1 li{position:relative;width:100%; height:100%; overflow:hidden;}
.carouselUl1 li img{width:640px; height: 320px;}
/*播放按钮编号*/
.page1{position:absolute;z-index:3; bottom:25px;right: 20px; width:auto; height:5px;text-align: center;font-size: 0;overflow:hidden;}
.page1 a{display:inline-block; width:20px; height:5px; margin-left: 5px;; background:#343435; line-height:20px; color:#666; text-align:center;overflow:hidden;cursor:pointer;}
.page1 a.activeSlide{color: #fff;background:#0175ec;}













