* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {}

#boxhdp {
    width: 100%;
    height: 480px;
    margin: 0 auto;
    /* margin-top: 30px; */
    /* overflow: hidden; */
    position: relative;
}

#img {
    width: 100%;
    height: 480px;
}

#img>li {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    display: none;
    background-repeat: no-repeat;
    background-position: 50% top;
}

#img>.current {
    display: block;
}

#img li img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}

#li {
    position: absolute;
    left: 50%;
    bottom: 31px;
    margin-left: -100px;
}

#li>li {
    margin-right: 14px;
    float: left;
    cursor: pointer;
    width: 26px;
    height: 9px;
    background: #eeeeee;
    border-radius: 4px;
}

#li>.on {
    background-color: #f50;
}

#an {
    display: block;
    width: 1200px;
    height: 480px;
    position: absolute;
    margin: 0px auto;
    top: 0px;
    left: 50%;
    margin-left: -600px;
}

#an a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: "宋体";
    font-weight: 600;
    font-size: 1.2em;
    border-radius: 50%;
    left: -70px;
}

#an a:hover {
    background-color: rgba(0, 0, 0, .8);
}

#an .an-a2 {
    left: 1220px;
}