/* pc样式 */
@media screen and (min-width: 1024px){
    .header2 {
        height: 1.2rem;
        background-color: var(--zt_color--);
        border-bottom: 0.05rem solid #aacff5;
    }

    .header2-box {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header2-left {
        display: flex;
        align-items: center;
    }
    .header2-left img {
        height: 0.8rem;
    }

    .logo_text img{
       height: 0.6rem;
    }

    .header2-left-text {
       padding-left: 0.3rem;
    color: #ffffff;
    padding-top: 0.2rem;
    }
    .header2-left-text h2{
font-size: 0.3rem;
        font-weight: 300;
    }
    .header2-left-text p{
font-size: 0.2rem;
        font-weight: 300;
        letter-spacing: 0.005rem;
    }

    .header2-right{ 
        padding: 0 0.2rem;
        width: 2.5rem;
          height: 0.5rem;
          background-color: rgba(255, 255, 255,0.4);
          border-radius: 0.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .header2-right .search_ipt {
        width: 80%;
        height: 0.3rem;
        font-size: 0.2rem;
        color: #fff;
        border: none;
        outline: none;
        background: none;
      }
      .header2-right .search_ipt::placeholder  {
        color: #fff;
      }
      .header2-right .search_img {
        border: none;
        width: 0.3rem;
        height: 0.3rem;
        content: "";
        background-image: url(../icon/search.png);
        background-color: transparent;
        background-size: 0.24rem 0.24rem;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
      }

      /* 二级内页 */
      .content-two-box {
        position: relative;
        padding: 0.5rem 0;
      }


      .content-two-left{
        position: absolute;
        width: 3rem;
    }
    .left-active {
        position: fixed;
        top: 0;
max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    }

    .content-two-right {
        background-color: #fff;
        min-height: 500px;
        padding-left: 4rem;
    }

    .content-left-title {
        box-sizing: border-box;
        width: 3rem;
        display: flex;
        align-items: center;
        height: 1rem;
        font-size: 0.3rem;
        font-weight: 700;
        color: #fff;
        background-color: var(--zt_color--);
        border-bottom: 0.05rem solid #aacff5;
        padding-left: 0.3rem;
    }

    .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.5rem;
    display: block;
    align-items: center;
    font-size: 0.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    position: relative;
    color: #000;
    /* width: 2.5rem; */
    white-space: nowrap;
    overflow: hidden;
    /* align-items: center; */
    text-overflow: ellipsis;
    background-color: #f2f2f2;
	}

	.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.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;
		left: 0.2rem;
		top: 0;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

    /* 二级页标题 */
    .two-title {
        display: flex;
       
        height: 1.7rem;
        border-bottom: 0.02rem solid #b3b3b3;
    }
    .two-title>img {
        height: 1.2rem;
    }
    .two-title-text {
        padding-left: 0.2rem;
        color: #000;
    }
    .two-title-text h2 {
        font-size: 0.3rem;
    }
    .two-title-text>img {
        margin: 0.05rem 0;
        height: 0.036rem;
    }
    .two-title-text p {
        font-size: 0.2rem;
    }


}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-two-left {
        display: none;
    }

    .content-two-box {
        padding: 0.5rem 10px;
    }

    /* 二级页标题 */
    .two-title {
        display: flex;
        align-items: center;
        height: 1.7rem;
        border-bottom: 0.02rem solid #b3b3b3;
    }
    .two-title>img {
        height: 1.2rem;
    }
    .two-title-text {
        padding-left: 0.2rem;
        color: #000;
    }
    .two-title-text h2 {
        font-size: 0.3rem;
    }
    .two-title-text>img {
        margin: 0.05rem 0;
        height: 0.036rem;
    }
    .two-title-text p {
        font-size: 0.2rem;
    }

    /* 二级导航页 */
    .header2 {
        height: 1.2rem;
        background-color: var(--zt_color--);
        border-bottom: 0.05rem solid #aacff5;
    }

    .header2-box {
        width: 95%;
        margin: 0 auto;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header2-left {
        display: flex;
        align-items: center;
    }
    .header2-left img {
        height: 1rem;
    }

    .logo_text img{
       height: 0.7rem;
    }

    .header2-left-text {
        padding-left: 0.5rem;
        color: #ffffff;
    }
    .header2-left-text h2{
        font-size: 0.4rem;
font-weight: 300;
    }
    .header2-left-text p{
        font-size: 0.22rem;
        font-weight: 300;
        letter-spacing: 0.003rem;
    }

    .header2-right{ 
        padding: 0 0.2rem;
        width: 2.5rem;
          height: 0.5rem;
          background-color: rgba(255, 255, 255,0.4);
          border-radius: 0.25rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .header2-right .search_ipt {
        width: 80%;
        height: 0.3rem;
        font-size: 0.2rem;
        color: #fff;
        border: none;
        outline: none;
        background: none;
      }
      .header2-right .search_ipt::placeholder  {
        color: #fff;
      }
      .header2-right .search_img {
        border: none;
        width: 0.3rem;
        height: 0.3rem;
        content: "";
        background-image: url(../icon/search.png);
        background-color: transparent;
        background-size: 0.24rem 0.24rem;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
      }
}

@media screen and (max-width: 800px) {
    .content-two-box {
        padding: 0.2rem 10px;
    }
    .header2-left img {
        height: 0.8rem;
    }
    .logo_text img{
       height: 0.6rem;
    }
    .header2-left-text {
        padding-left: 0.2rem;
    }
    .header2-left-text h2 {
        font-size: 0.3rem;
    }
    .header2-left-text p {
        font-size: 0.2rem;
    }
    .header2-right {
        display: none;
    }
}