html,
body {
    margin: 0;
}

.title {
    position: absolute;
    top: 0;
    left: 20%;
    color: #fff;
    font-size: 30px;
}

.hover {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 30%;
    right: 50px;
}

.hover a {
    width: 14px;
    height: 14px;
    margin: 15px;
    border-radius: 50%;
    background-color: #867d8d;
}

.hover a.cur {
    height: 28px;
    /* background-color: #fff; */
    border-radius: 7px;
}

.content {
    width: 100%;
    overflow: hidden;
}

#bg1 {
    height: 1080px;
    background: url(./bg1.png) center no-repeat;
}

#bg2 {
    height: 1071px;
    background: url(./bg2.png) center no-repeat;
}

#bg3 {
    height: 1081px;
    background: url(./bg3.png) center no-repeat;
}

#bg4 {
    height: 1078px;
    background: url(./bg4.png) center no-repeat;
}

#bg5 {
    height: 1080px;
    background: url(./bg5.png) center no-repeat;
}

/* #bg6 {
    height: 1075px;
    background: url(./bg6.png) center no-repeat;
} */

.content img {
    vertical-align: bottom;
}


.bottom {
    padding: 100px 0 110px;
    background-color: #080808;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.bottom a {
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none;
}

.bottom .gongan {
    margin: 0;
    margin-right: 10px;
}

.bottom .til {
    font-size: 40px;
}

.gzhWrap img {
    width: 238px;
    margin-bottom: 50px;
}

.gzhWrap .gzh2 {
    margin: 0 150px 50px;
}

.gongan_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login {
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 22px;
    margin-top: 20px;
    background: url(./qq.png) 45px 10px no-repeat #009fde;
    cursor: pointer;
    position: absolute;
    right: 60px;
    padding-right: 60px;
    text-align: right;
}

.login2 {
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 22px;
    margin-top: 20px;
    background: #009fde;
    cursor: pointer;
    position: absolute;
    right: 280px;
    /* padding-right: 60px; */
    text-align: center;
}

.alert {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

}

.alert .code {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 300px;
    height: 300px;
}

.alert .code img {
    width: 300px;
    height: 300px;
}

.alert .code .des {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.alert .code .close {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 40px;
    color: #fff;
}