/* pc样式 */
.n_banner{width: 100%;position: relative;overflow: hidden;}

.n_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/topBG.png) repeat-x top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.n_banner>img{width: 100%;}
/* pc样式 */
@media screen and (min-width: 1024px){
    .content {
        padding: 0.6rem 0;
    }

    .content-box {
        display: flex;
    }

    .content-left{
        min-width: 3rem;
    }

    .content-right {
        max-width: 13.5rem;
        min-height: 5rem;
        padding-left: 0.5rem;
        flex: 1;
    }

    .content-left-title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 0.9rem;
        font-size: 0.3rem;
        color: #fff;
        background-color: var(--zt_color--);
        background-image: url(../images/two_title_bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto 0.95rem;
        font-weight: 700;
    }

    .two-nav {
		padding-bottom: 0.3rem;
        background-color: var(--zt_color--);
	}

	.two-nav ul {
	}

	.two-nav ul li {
        border-left: 0.1rem solid var(--zt_color--);
		position: relative;
	}
    .two-nav ul .two-nav-active {
        border-left: 0.1rem solid var(--zt_orange_color--);
    } 
    .two-nav ul .two-nav-active>a {
        background-color: var(--zt_orange_color--);
        color: #fff;
        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.35rem;
		display: flex;
                align-items: center;
		font-size: 0.22rem;
		height: 0.75rem;
		position: relative;
		color: #333333;
                background-color: #f5f5f5;
	}
        .two-nav>ul>li>a>p {
              width: 1.8rem;
         }
	.two-nav>ul>li>ul>li>a {
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 0.3rem;
		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>a>span {
		background-image: url("../images/more_white.png");
    }

	.two-nav>ul>li>a>span {
		position: absolute;
		width: 0.35rem;
		height: 0.15rem;
		background-image: url("../images/more.png");
        background-repeat: no-repeat;
		background-size: auto 0.15rem;
		background-position: center center;
		right: 0.2rem;
		top: 50%;
        transform: translate(0,-50%);
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 0.6rem;
        border-bottom: 0.01rem solid #d2d2d2;
    }
    .two-title-text {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.26rem;
        font-weight: 700;
        color: var(--zt_color--);
        border-bottom: 0.04rem solid var(--zt_orange_color--);
    }
    .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: 1200px) {
    .n_banner {
        margin-top: 63px;
    }
    .n_banner::before {
        background: none;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-left {
        display: none;
    }

    .content-right {
        padding-left: 0;
    }

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 0.01rem solid #d2d2d2;
    }
    .two-title-text {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
        font-weight: 700;
        color: var(--zt_color--);
        border-bottom: 0.04rem solid var(--zt_orange_color--);
    }
    .two-title-dqwz {
        font-size: 16px;
        color: #888888;
    }
    .two-title-dqwz>a {
        font-size: 16px;
        color: #888888;
    }
    .two-title-dqwz>img {
        height: 18px;
    }
    .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: 600px) {
    .two-title-dqwz {
        padding: 10px 0;
        font-size: 12px;
   }
   .two-title-dqwz>a {
        font-size: 12px;
   }
}