/** 顶部背景样式开始 */
.bj {
    min-width: 1440px;
    height: 510px;
    background-image: url(../img/blay/bj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bj .logo{
    width: 70px;
    height: 70px;
    background-image: url(../img/blay/logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 160px;
}
.bj .content{
    width: 750px;
    height: 340px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: 170px;
    color: #fff;
}
.bj .content .top{
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    font-family: PingFang SC;
}
.bj .content .top .en{
    font-size: 8px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    flex-direction: column;
}
.bj .content .middle{
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 60px;
}
.bj .content .bottom{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.bj .content .btn{
    margin: 10px 0;
    background-color: rgb(246, 219, 234);
    border: none;
    border-radius: 64px;
    height: 64px;
    width: 365px;
    text-align: center;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 64px;
    color: rgb(15, 60, 115);
}
.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;
}
/* 底部样式结束 */