a {
    text-decoration: none;
}

li {
    list-style: none;
}

html,
body {
    scroll-behavior: smooth;
}

html {
    font-size: 13.3333vw;
}

body {
    font-size: 0.16rem;
}

@media screen and (min-width:1201px) {
    header {
        width: 100%;
        height: 88px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

    header .h-left {
        margin-left: 77px;
    }

    header .h-left .h-logo {
        /* width: 160px;
        height: 38px; */
        cursor: pointer;
    }

    header .h-left .h-logo2 {
        display: none;
    }

    header .h-left .h-logo img {
        width: 100%;
        height: 100%;
    }

    header .h-right {
        /* width: 42%; */
        width: 653px;
        height: 88px;
        white-space: nowrap;
        display: flex;
        position: absolute;
        top: 0;
        right: 20px;
    }

    header .h-right .h-title {
        width: 100%;
        height: 88px;
        white-space: nowrap;
    }

    header .h-right .h-title ul li {
        white-space: nowrap;
        font-size: 15px;
        float: left;
        display: block;
        letter-spacing: 0.5px;
        cursor: pointer;
        height: 88px;
        line-height: 88px;
    }

    header .h-right .h-title ul li a {
        color: #000000;
    }

    header .h-right .h-title ul li #dd a {
        color: #333333;
        font-size: 14px;
    }

    header .h-right .h-menu {
        width: 26px;
        height: 21px;
        cursor: pointer;
        line-height: 76px;
    }

    header .h-right .h-menu img {
        width: 100%;
        height: 100%;
    }
}

.nav-main-aside {
    /* width: 280px; */
    width: 100%;
    display: none;
    /* opacity: 0; */
    /* width: 0; */
    height: 91vh;
    transition: all 0.5s;
    position: absolute;
    /* right: -250px; */
    right: 0;
    top: 0px;
    background-color: #fff;
    box-shadow: 0 69px 5px rgb(137, 136, 136);
    z-index: -1;
    overflow-y: scroll;
    overflow-x: hidden;
}

.nav-main-aside::-webkit-scrollbar {
    width: 0 !important;
}

.nav-main-aside h2 a {
    line-height: 45px;
}

.nav-main-aside a {
    display: block;
    /* width: 250px; */
    height: 45px;
    /* line-height: 45px; */
    padding: 5px 5px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.1px;
}

.nav-main-aside #pr {
    border-top-width: 0;
}

.nav-main-aside {
    margin-top: 66px;
}

/* 移动端 */
@media screen and (max-width: 1200px) {
    .menu {
        display: block;
        width: 26px;
        height: 21px;
        margin-right: 10px;
        background: url('/src/images/index/menu1.png') no-repeat;
        z-index: 999;
    }

    .guanbi {
        width: 25px;
        height: 25px;
        margin-top: -7px;
        margin-right: 10px;
        background: url('/src/images/index/guanbi.png') no-repeat;
        z-index: 999;
    }


    header {
        width: 100%;
        height: 66px;
        background-color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
    }

    header .h-left {
        margin-left: 12px;
        margin-top: 9px;
    }

    header .h-left .h-logo {
        width: 160px;
        height: 38px;
        cursor: pointer;
        display: none;
    }

    header .h-left .h-logo2 {
        width: 160px;
        height: 38px;
        cursor: pointer;
        background: url('/src/images/logo2.png') no-repeat;
        background-size: 75%;
    }

    /* header .h-left .h-logo2 img {
        width: 75%; */
    /* height: 100%; */
    /* } */


    header .h-right .h-title {
        display: none;
    }

    h2 a {
        margin-left: -4px;
    }

}