/** 顶部背景样式开始 */

.bj {
    min-width: 960px;
    height: 540px;
    background-image: url(../img/swjydh/Slide.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bj .logo {
    width: 300px;
    height: 41px;
    background-image: url(../img/swjydh/logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 20px;
    left: 100px;
}

.bj .leftp {
    width: 140px;
    height: 232px;
    background-image: url(../img/swjydh/leftp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 100px;
    left: 0;
}

.bj .rightp {
    width: 160px;
    height: 128px;
    background-image: url(../img/swjydh/rightp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 270px;
    right: 160px;
}

.bj .centertext1 {
    width: 506px;
    height: 66px;
    background-image: url(../img/swjydh/centertext1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}

.bj .centertext2 {
    width: 906px;
    height: 90px;
    background-image: url(../img/swjydh/centertext2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
}

.bj .btn {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 24px;
    font-family: PingFang SC;
    padding: 5px 40px;
    color: #2494E0;
    position: absolute;
    left: 50%;
    top: 300px;
    transform: translateX(-50%);
}

.bj .mascot {
    width: 170px;
    height: 200px;
    background-image: url(../img/blay/mascot.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 323px;
    left: 140px;
}


/** 顶部背景样式结束 */


/* 底部样式开始 */

#div {
    width: 1280px;
    border-bottom: 1px solid #f0f0f0;
    margin: 30px auto;
}

.footer_bottom {
    width: 1280px;
    margin: 0 auto;
}

.footerList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.footerList>li {
    list-style: none;
    display: flex;
    width: 116px;
    height: 28px;
    align-items: center;
}

.footerList>li>span {
    width: 80px;
    height: 28px;
    color: #262626;
    font-family: OPPOSans;
    font-weight: medium;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
}

.footerList>li>img {
    width: 24px;
    height: 24px;
}

.footerbj {
    min-width: 1280px;
    background-color: #116291;
    display: flex;
    height: 124px;
    align-items: center;
}

.footerbj>div {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerd {
    width: 850px;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

.footerd>li {
    list-style: none;
}

.footerd>li>div {
    width: 239px;
    height: 60px;
    color: #ffffff;
    font-family: OPPOSans;
    font-weight: regular;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.footerd>li>div>span {
    display: block;
}

.footerd:nth-child(2)>div {
    width: 303px;
    height: 40px;
    color: #ffffff;
    font-family: OPPOSans;
    font-weight: regular;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.footerd:nth-child(2)>div>span {
    display: block;
}

.footerd:nth-child(3)>div {
    width: 180px;
    height: 60px;
    color: #ffffff;
    font-family: OPPOSans;
    font-weight: regular;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}


/* .CityHall>.aaa {
    display: none;
}

.CityHall:hover>.aaa {
    display: block;
} */

.footerd:nth-child(3)>div>span {
    display: block;
}

.footerbj>div>div {
    display: flex;
    width: 176px;
    justify-content: space-around;
}

.footerd>li>div>a {
    color: #fff;
}

.footerbj>div>div>a:nth-child(1)>img {
    width: 96px;
    height: 48px;
}

.footerbj>div>div>a:nth-child(2)>img {
    width: 48px;
    height: 48px;
}


/* 底部样式结束 */