.rotationBoxTop * {
    padding: 0;margin: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}
.rotationBoxTop ul li {
    list-style: none;
}
.rotationBoxTop a {
    text-decoration: none;
    color: black;
}
.rotationBoxTop{
    width: 1200px;
    height: 170px;
    margin: 5px auto;
    overflow: hidden;
    position: relative;
}
.boxTop-1 ul{}
.boxTop-1 ul li{
    width: 1200px;
    height: 170px;
    position: relative;
    overflow: hidden;
}
.boxTop-1 ul li img{
    display:block;
    width: 1200px;
    height: 170px;
}
.boxTop-1 ul li h2{
    position: absolute;
    left: 0;bottom: 0;
    height: 40px;
    width:1200px;
    background: rgba(125,125,120,.4);
    text-indent: 2em;
    padding-right:500px ;
    font-size: 15px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite
}
.boxTop-2{
    position: absolute;
    margin-left: 570px;
    bottom: 14px;
}
.boxTop-2 ul li{
    float:left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    text-indent: 100px;
    cursor: pointer;
}
.boxTop-2 ul .on{
    background: rgba(255,255,255,0.6);
}
.boxTop-3 span{
    position: absolute;
    color: white;
    background: rgba(125,125,120,.3);
    width: 25px;
    height: 40px;
    top:60%;
    font-family: "宋体";
    line-height: 40px;
    font-size:30px;
    margin-top: -40px;
    text-align: center;
    cursor: pointer;
}
.boxTop-3 .prevTop{
    left: 10px;
}
.boxTop-3 .nextTop{
    right: 10px;
}
.boxTop-3 span::selection{
    background: transparent;
}
.boxTop-3 span:hover{
    background: rgba(125,125,120,.8);
}