body {
    background-color: #231815;
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.header {
    height: 96px;
}

.pc {
    position: relative;
    z-index: 1;
    /* 使内容在背景图上方 */
    color: white;
    padding: 20px;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    /* 设置虚化效果 */
    z-index: -1;
    /* 使背景图在内容下方 */
}

.content {
    margin: 0 auto;
    width: 1300px;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.text-part {
    /* padding-top: 180px; */
    white-space: nowrap;
}

.slogan {
    font-size: 50px;
}

.intro {
    margin-top: 58px;
    font-size: 30px;
}

.pic-part {
    /* margin-top: 200px; */
    max-width: 648px;
    max-height: 503px;
}

.pic-part img {
    width: 100%;
    /* height: 100%; */
}

.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;
}