@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:1475px;height:720px; margin:0 auto;padding-left: 50px;padding-right: 50px;}
.carouselUl1{position:relative;z-index:10; width:1375px; height:100%; /*display:block;*/ overflow:hidden;}
.carouselUl1 li{position:relative;width:1375px; height:100%; overflow:hidden;}
.carouselUl1 li>div{width: 435px;margin-right: 35px;background-color: #fff;padding-top: 45px;}
.carouselUl1 li>div:nth-child(3){margin-right: 0;}

/*播放按钮编号*/
.page1{position:absolute;z-index:3; bottom:20px;width:100%; height:6px;text-align: center;font-size: 0;overflow:hidden;}
.page1 a{display:inline-block; width:20px; height:6px; margin: 0 6px; background:#fff; line-height:20px; color:#666; text-align:center;overflow:hidden;cursor:pointer;/*border-radius: 50%;*/}
.page1 a.activeSlide{width: 40px; color: #fff;background:blue;}
/*左右箭头*/
.arrows1{position:absolute; width:100%;left: 0; height:72px; top:50%; margin-top: -36px; z-index:3;overflow: hidden;}
.prev1,
.next1{width:40px; height:72px;text-align:center;cursor: pointer;}

.prev1{float:left; margin-right:auto;}
.next1{float:right; margin-left:auto;}














