.dibu ul{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    /* display: block; */
    /* height: 50px; */
    display: flex;
}
.dibu ul li{
    /* width: 100px; */
    flex: 1;
    font-size: 16px;
    /* color: white; */
    display: block;
    float: left;
    /* margin: 0 auto; */
    /* text-align: center; */
}

.miao{
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    color: white;
    margin-top: 30px;
    text-align: center;
    display: block;
}

.miao img{
    margin-left: 20px !important;
    margin-right: 20px !important;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

.dibu a{
    color: white !important;
}

.dibu a:hover{
    color: skyblue !important;
}

.footerBg{
    background: url("https://www.sunsea.net/zh/public/images/fuwu/dbbj3_02.jpg");
}

.footBot span{
    font-size: 14px;
    display: block;
}

.dbhong{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

