.rotateslider-container{position: relative;width: 1200px;height: 580px;margin: 0 auto;background-color: transparent;}
.rotateslider-container .rotateslider-item{position: absolute;left: 50%;top: 50%;-webkit-transform: translateY(-50%) translateX(-50%) scale(0.6);-ms-transform: translateY(-50%) translateX(-50%) scale(0.6);transform: translateY(-50%) translateX(-50%) scale(0.6);opacity: 0;/*-webkit-filter: blur(5px);filter: blur(5px);*/
    -webkit-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 0;}
.rotateslider-item img{border-radius:15px;}
.rotateslider-container .rotateslider-item.next{left: 84%;opacity: 1;}
.rotateslider-container .rotateslider-item.prev{left: 16%;opacity: 1;}
.rotateslider-container .rotateslider-item.now{opacity: 1;-webkit-filter: blur(0px);filter: blur(0px);top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%) scale(1);-ms-transform: translateY(-50%) translateX(-50%) scale(1);transform: translateY(-50%) translateX(-50%) scale(1);}
.rotateslider-container .rotateslider-item.now img{ width:98%;}
.rotateslider-container .arrow{display: inline-block;width: 50px;height: 50px;position: absolute;top: 50%;margin-top: -25px;cursor: pointer;text-align: center;}
.rotateslider-container .arrow.left{left: 0;background-image: url(../images/rotate-prev.png);background-repeat: no-repeat;}
.rotateslider-container .arrow.right{right: 0;background-image: url(../images/rotate-next.png);background-repeat: no-repeat;}
.rotateslider-content{position: relative;width: 998px;margin: 0 auto;margin-top: -86px;background-color: transparent;text-align: center;}
.rotateslider-content p{display: none;}
.rotateslider-content p.now{display: inline;}
.rotateslider-content p.now span.left,
.rotateslider-content p.now span.right{font-size: 10px;padding: 7px 12px;color: #fff;background-image: url(../images/rotate-text-not-now.png);background-repeat: no-repeat;background-position: center;}
.rotateslider-content p.now span.middle{font-size: 12px;padding: 9px 25px;color: #fff;background-image: url(../images/rotate-text-now.png);background-repeat: no-repeat;background-position: center;}
.watch_buttom1{width:136px;height:270px;margin-top:-98px;margin-left:132px;position:absolute;display:block;float:left}
.watch_buttom2{width:136px;height:270px;margin-top:-98px;position:inherit;margin-right:132px;display:block;float:right}