body {
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Microsoft YaHei';
}

.header {
    width: 100%;
    height: 65px;
    background-image: url('header_bg.png')/*tpa=http://img.ubo.vip/official/index/header_bg.png*/
    ;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-left: 90px;
    width: 200px;
    height: 60px;
    background-image: url('header_logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(0.7);
    top: 3px;
    position: relative;
}

.nav-wrapper {
    margin-right: 86px;
}

.nav-wrapper ul {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
}

.nav-wrapper ul li {
    margin: 0 30px;
    white-space: nowrap;
}

.active {
    color: #F7CC9B;
}

a {
    text-decoration: none;
    color: #fff;
}

li {
    list-style: none;
}

.footer {
    margin: 0 auto;
    margin-top: 142px;
    width: 1000px;
    color: #A0734C;
    font-size: 15px;
}

.item-wrapper ul {
    display: flex;
    align-items: center;
}

.item-wrapper ul li {
    margin: 0 15px;
}

.icp-number {
    /* margin-top: 13px; */
    font-size: 12px;
    text-align: center;
}

.icp-number a {
    color: #A0734C;
}

.police-number {
    margin-top: 12px;
    margin-bottom: 41px;
    text-align: center;
}

.police-number img {
    width: 17px;
    height: 17px;
}

.police-number a {
    color: #A0734C;
}