*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}

.slideBox {
    position: relative;
    overflow: hidden;
    /*margin-top:238px;*/
}
.yuandian {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.yuandian ul {
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 26px;
}

.yuandian li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.cur_this {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #007130 !important;
}

.yuandian li:hover {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #007130;
}

.pagination{
    display: flex;
    height:60px;
    padding:20px 0px;
}
.pagination a{display:block;
    float:left;
    margin:0 6px;
    width:62px;
    height:32px;
    font-size:10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
}
.pagination a:hover{ color:#0152a1;
    background: #e5e5e5;
    border:1px #0152a1 solid;
}
.pagination a.cur{
    background:#0152a1; color:#fff;
    border: 1px #0152a1 solid;
}
.pagination p{
    margin:0 6px;
    width:62px;
    height:32px;
    font-size:10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
}
.pagination p.pageRemark{
    background:none;
    color:#666;
    width: 100px;
    font-size: 12px;
    font-family:Arial,sans-serif;}
.pagination p.pageRemark b{
    color:#FF0000;
}


