/* pc样式 */
@media screen and (min-width: 1024px){
    .content {
        padding: 0.6rem 0;
        min-height: 5rem;
        background-image: url(../imgs/content_bj.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }
    .banner {
        width: 100%;
        height: 6.5rem;
        background-position:top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .content-box {
        width: 94%;
        display: flex;
    }

    .content-left{
        width: 3rem;
    }

    .content-right {
        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--);
    }

    .two-nav {
		padding-bottom: 1.5rem;
        background-image: url(../imgs/two_nav_bj.png);
        background-repeat: no-repeat;
        background-size: auto 1.2rem;
        background-position: right bottom;
        background-color: #f5f5f5;
	}

	.two-nav ul {
	}

	.two-nav ul li {
        border-left: 0.06rem solid var(--zt_color--);
		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: var(--zt_color--);
        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>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.6rem;
		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: 0rem;
		top: 0;
		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 var(--zt_color--);
    }
    .two-title-text {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.26rem;
        font-weight: 700;
        color: var(--zt_color--);
        border-bottom: 0.03rem solid var(--zt_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: 1024px) {
    .content {
        padding: 0.3rem 0;
        min-height: 5rem;
        background-image: url(../imgs/content_bj.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }
    .banner {
        width: 100%;
        height: 6.5rem;
        background-position:top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    
    .content-box {
        display: flex;
    }

    .content-left{
        width: 3rem;
    }

    .content-right {
        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--);
    }

    .two-nav {
		padding-bottom: 1.5rem;
        background-image: url(../imgs/two_nav_bj.png);
        background-repeat: no-repeat;
        background-size: auto 1.2rem;
        background-position: right bottom;
        background-color: #f5f5f5;
	}

	.two-nav ul {
	}

	.two-nav ul li {
        border-left: 0.06rem solid var(--zt_color--);
		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: var(--zt_color--);
        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>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.6rem;
		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: 0rem;
		top: 0;
		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 var(--zt_color--);
    }
    .two-title-text {
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.26rem;
        font-weight: 700;
        color: var(--zt_color--);
        border-bottom: 0.03rem solid var(--zt_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: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-page-box {
        min-width: 1.5rem;
        height: 0.4rem;
    }
}

@media screen and (max-width: 800px) {
    .banner {
        height: 4rem;
    }

    .content-left {
        display: none;
    }

    .content-right {
        padding-left: 0;
    }
    .two-title {
        display: block;
        height:auto;
    }
    .two-title-text {
        border-bottom: transparent;
    }
    .two-title-dqwz {
        margin-bottom: 0.2rem;
    }
}
@media screen and (max-width: 700px) {
    .banner {
        height: 3.5rem;
    }
}
@media screen and (max-width: 600px) {
    .banner {
        height: 3rem;
    }
}
