/* 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%;}
@media screen and (min-width: 1024px){



    .content {
        padding: 50px 0;
        background-color: #f0f3f8;
    }
    .content-box {
        display: flex;
    }

    .content-left{
        width: 3.8rem;
    }

    .content-right {
        background-color: #fff;
        min-height: 500px;
        margin-left: 60px;
        flex: 1;
        padding: 20px;
    }

    .content-left-title {
        width: 3.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        background-color: var(--zt_color--);
        background-image: url(../imgs/two_title_bj.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto 90%;
    }

    .two-nav {
        background-color: #fff;
	}

	.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 #b3c2db;
        /* padding-left: 0.35rem; */
		display: flex;
        align-items: center;
        justify-content: center;
		font-size: 22px;
		height: 70px;
		position: relative;
		color: #333333;
        background-color: #fff;
	}

	.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 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        border-bottom: 1px solid #cbd8ee;
    }
    .two-title-text {
        display: none;
        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 {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #888888;
    }
    .two-title-dqwz>a {
        font-size: 18px;
    }
    .two-title-dqwz>p{
        color: var(--zt_color--);
    }
    .two-title-dqwz>img {
        margin-right: 10px;
        height: 30px;
    }
    .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: 1200px) {
    .n_banner{margin-top: 65px;}

    .ej_dh_box{display: none;}
    .n_banner::after{display: none;}
    .n_banner::before{display: none;}
}
/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .two-banner{}
    .two-banner img{
        width: 100%;
    }
    .content {
        padding: 50px 0;
        background-color: #f0f3f8;
    }
    .content-box {
        display: flex;
    }

    .content-left{
        width: 3.8rem;
    }

    .content-right {
        background-color: #fff;
        min-height: 5rem;
        margin-left: 60px;
        flex: 1;
        padding: 20px;
    }

    .content-left-title {
        width: 3.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        background-color: var(--zt_color--);
        background-image: url(../imgs/two_title_bj.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto 90%;
    }

    .two-nav {
        background-color: #fff;
	}

	.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 #b3c2db;
        /* padding-left: 0.35rem; */
		display: flex;
        align-items: center;
        justify-content: center;
		font-size: 18px;
		height: 40px;
		position: relative;
		color: #333333;
        background-color: #fff;
	}

	.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 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        border-bottom: 1px solid #cbd8ee;
    }
    .two-title-text {
        display: none;
        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 {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #888888;
    }
    .two-title-dqwz>a {
        font-size: 18px;
    }
    .two-title-dqwz>p{
        color: var(--zt_color--);
    }
    .two-title-dqwz>img {
        margin-right: 10px;
        height: 30px;
    }
    .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) { 
    .content {
        padding: 20px 0;
    }
    .content-left {
        display: none;
    }
    .content-right {
        margin-left: 0;
        padding: 10px;
    }
    .two-title {
        height: 40px;
    }

    .two-title-dqwz {
        font-size: 14px;
    }
    .two-title-dqwz>a {
        font-size: 14px;
    }
    .two-title-dqwz>img {
        height: 24px;
    }

}
@media(max-width: 480px){
	.n_banner{margin-top: 65px;}
}