/* pc样式 */
@media screen and (min-width: 1024px) {

    .menu-pc>ul>li>a {
        border-right: 1px solid #e2ddcd;
    }

    .menu-pc>ul>.top-nav-active>a {
        border-right: 1px solid #bbb297;
    }

    .menu-pc>ul>li:hover>a {
        border-right: 1px solid #bbb297;
    }

    .two-top {
        width: 100%;
        height: 0.45rem;
        background-color: var(--zt_color--);
    }

    .two-top-box {
        max-width: 17.6rem;
        margin: 0 auto;
        width: 96%;
        height: 0.45rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .two-ewm {
        display: flex;
    }

    .two-ewm li {
        margin-right: 0.3rem;
        position: relative;
        width: 0.4rem;
        height: 0.28rem;
        background-size: auto 0.28rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    .two-ewm li:nth-child(2) {
      display: none;
}

    .wxwb-two-ewm {
        z-index: 9;
        position: absolute;
        padding: 0.1rem;
        background-color: #fff;
        right: -0.3rem;
        top: 0.2rem;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        border-radius: 0.05rem;
    }

    .wxwb-two-ewm img {
        height: 1rem;
    }

    .two-ewm>li:hover .wxwb-two-ewm {
        top: 0.5rem;
        opacity: 1;
        visibility: visible;
        transition: .5s;
    }

    .wxwb-two-ewm::after {
        content: "";
        position: absolute;
        left: auto;
        top: -0.1rem;
        bottom: 100%;
        right: 50%;
        border: 0.08rem solid transparent;
        border-bottom-color: #fff;
    }

    /* 二级页搜索 */
    .two-search {
        width: 1.6rem;
        height: 0.3rem;
        border-radius: 0.15rem;
        border: solid 1px #ffffff;
        display: flex;
    }

    .two-search-sub {
        border-radius: 0 0.3rem 0.3rem 0;
        cursor: pointer;
        width: 0.3rem;
        height: 0.3rem;
        border: 0;
        background-image: url(../icon/ss.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 0.15rem;
        background-color: transparent;
    }

    .two-search-inp {
        font-size: 0.16rem;
        width: 1.2rem;
        height: 0.3rem;
        border: none;
        outline: none;
        background: none;
        color: #fff;
    }



    .two-banner {
        display: flex;
        align-items: center;
        width: 100%;
        height: 6rem;
        overflow: hidden;
    }

    .two-banner img {
        width: 100%;
    }











    .content-box {
        padding-bottom: 0.5rem;
        display: flex;
    }

    .content-left {
        transform: translate(0, -1rem);
        width: 3rem;
    }

    .content-right {
        min-width: 0;
        min-height: 5rem;
        padding-left: 0.5rem;
        flex: 1;
    }

    .content-left-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.95rem;
        font-size: 0.36rem;
        color: #fff;
        border-top: 0.05rem solid var(--zt_color--);
        background-color: rgba(0, 0, 0, .5);
    }

    .two-nav {
        padding-bottom: 1.5rem;
        background-repeat: no-repeat;
        background-size: auto 1.2rem;
        background-position: right bottom;
    }

    .two-nav ul {}

    .two-nav ul li {
        border-left: 0.06rem solid #dfdfdf;
        position: relative;
    }

    .two-nav ul .two-nav-active {
        border-left: 0.06rem solid #edc42e;
    }

    .two-nav ul .two-nav-active>a {
        background-color: #ffffff;
        color: #854f02;
        font-weight: 700;
    }

    .two-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .two-nav ul li ul {
        display: none;
        background-color: #ffffff;
    }

    .two-nav ul li ul li {
        border: none;
    }

    .two-nav>ul>li>a {
        border-bottom: 0.01rem solid #dddddd;
        padding-left: 0.6rem;
        display: flex;
        align-items: center;
        font-size: 0.22rem;
        height: 0.75rem;
        position: relative;
        color: #333333;
    }

    .two-nav>ul>li>ul>li>a {
        display: flex;
        align-items: center;
        padding-left: 0.55rem;
        font-size: 0.18rem;
        height: 0.5rem;
        color: #333333;
    }

    .two-nav>ul>li>ul>li>a>span {
        margin-right: 0.1rem;
    }

    .two-nav>ul>.two-nav-active>ul>.two-nav-active-green>a {
        color: var(--zt_color--);
    }

    .two-nav>ul>.two-nav-active>span {
        background-image: url("../icon/two_nav_right_green.png");
        transform: rotate(90deg);
    }

    .two-nav>ul>li>span {
        position: absolute;
        width: 0.3rem;
        height: 0.75rem;
        background-image: url("../icon/two_nav_right.png");
        background-repeat: no-repeat;
        background-size: 0.1rem auto;
        background-position: center center;
        right: 0.2rem;
        top: 0;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    /* 二级页标题 */
    .two-title {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.6rem;
        border-bottom: 1px solid #cacfd3;
    }

    .two-title-text {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.24rem;
        font-weight: 700;
        color: #333;
    }

    .two-title-dqwz {
        font-size: 0.16rem;
        color: #888888;
    }

    .two-title-dqwz>a {
        font-size: 0.16rem;
        color: #888888;
    }

    .two-title-dqwz>img {
        height: 0.18rem;
    }

    .two-title-dqwz>span {
        margin: 0 0.05rem;
    }

    /* 翻页样式 */
    .content-page {
        width: 100%;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-page-box {
        min-width: 1.5rem;
        height: 0.4rem;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .two-top {
        display: none;
    }

    .two-banner {
        display: flex;
        align-items: center;
        width: 100%;
        height: 6rem;
        overflow: hidden;
    }

    .two-banner img {
        width: 100%;
    }

    .content-box {
        padding-bottom: 0.5rem;
    }
    .content-left {
        display: none;
    }

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        border-bottom: 1px solid #cacfd3;
    }

    .two-title-text {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: 700;
        color: #333;
    }

    .two-title-dqwz {
        font-size: 14px;
        color: #888888;
    }

    .two-title-dqwz>a {
        font-size: 14px;
        color: #888888;
    }

    .two-title-dqwz>img {
        height: 18px
    }

    .two-title-dqwz>span {
        margin: 0 5px;
    }

    /* 翻页样式 */
    .content-page {
        width: 100%;
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-page-box {
        min-width: 1.5rem;
        height: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    .two-banner {
        height: 100%;
    }
}