* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cms-head,
.cms-head-nav,
.cms-head-suo {
    display: none;
}

@media screen and (max-width:500px) {
    .cms-head,
    .cms-head-suo {
        display: block;
    }
    .pc-search,
    .pc-search-box,
    .pc-search-form {
        display: none;
    }
    .pc-head-nav,
    .pc-head-logo,
    .pc-head-right {
        display: none;
    }
    .pc-head {
        display: none;
    }
    .head {
        display: none;
    }
    .pc-header-z {
        display: none;
    }
    .abc {
        display: block;
    }
}

.pc-img {
    width: 100%;
    object-fit: cover;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    /* background-color: RGB(217, 226, 232); */
    background-color: RGB(36, 46, 76);
}


/* 2024年10月20日11:28:53 */

.pc-header {
    width: 100%;
    height: 80px;
    box-shadow: 0 7px 21px rgba(149, 157, 165, .22);
    border-radius: 10px;
    display: flex;
    position: relative;
}

.pc-header-logo {
    width: 200px;
    height: 80px;
}

.pc-header-logo a img {
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.pc-header-sou {
    width: 50%;
    height: 80px;
}

.pc-form {
    line-height: 80px;
    padding: 0px 20px;
}

.pc-form-wd {
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    font-size: 20px;
    font-weight: 600;
}

.pc-form-su {
    font-size: 20px;
    margin-left: -5px;
    height: 50px;
    border: none;
    outline: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
}

.pc-header-nav {
    width: 50%;
    height: 80px;
}

.pc-header-nav ul {
    display: flex;
    line-height: 80px;
    flex-wrap: nowrap;
}

.pc-header-nav ul li {
    white-space: nowrap;
    white-space: nowrap;
    overflow: hidden;
    height: 80px;
}

.pc-header-nav ul li a {
    padding: 10px;
    font-size: 25px;
    font-weight: 600;
    background-color: RGB(235, 240, 243);
    margin: 5px;
    border-radius: 10px;
    color: hwb(0 19% 79% / 0.747);
}

.pc-header-nav ul li a:hover {
    background-color: RGB(235, 240, 243);
    color: RGB(11, 10, 8);
}

.pc-header-gong {
    width: 200px;
    height: 80px;
    display: flex;
    position: relative;
}

.gongneng {
    /* border: 1px solid red; */
    width: 50px;
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 30px;
    display: flex;
}

.bai {
    width: 25px;
    height: 25px;
    background-color: green;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    outline: none;
}

.hei {
    width: 25px;
    height: 25px;
    background-color: hotpink;
    cursor: pointer;
    border-radius: 20px;
    border: none;
    outline: none;
}

.gongneng-text {
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 80px;
}

.gongneng-text span {
    color: #555;
    font-size: 40px;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
}

.pc-header-z {
    display: none;
    width: 300px;
    height: 100vh;
    background-color: #888;
    float: left;
    position: fixed;
    float: left;
    opacity: 0.8;
}