.zhishi_read_ban {
    position: relative;
    width: 100%;
    height: calc(40px + 30rem);
    overflow: hidden;
}

.zhishi_read_ban_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zhishi_read_ban_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zhishi_read_ban_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

.zhishi_read_ban_container {
    position: relative;
    z-index: 3;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.zhishi_read_ban_content {
    max-width: 50rem;
}

.zhishi_read_ban_content .p1 {
    font-family: Arial;
    font-weight: normal;
    font-size: calc(16px + 2rem);
    color: #F5F3EE;
    line-height: calc(12px + 3rem);
    margin: 0 0 calc(2px + 1.5rem) 0;
}

.zhishi_read_ban_content .p2 {
    width: calc(130px + 30rem);
    font-family: ArialMT;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #F5F3EE;
    line-height: calc(2px + 2rem);
    margin: 0 0 calc(6px + 5rem) 0;
}

.zhishi_read_ban_content .p3 {
    width: calc(130px + 30rem);
    font-family: ArialMT;
    font-weight: normal;
    font-size: calc(2px + 1.5rem);
    color: #F5F3EE;
    line-height: calc(2px + 2rem);
    margin: 0;
}

.zhishi_read_box {
    width: 100%;
    background: #F3F4F4;
    padding: calc(6px + 1.5rem) 0;
}

.zhishi_read {
    max-width: 1840px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;

}

.zhishi_left {
    width: 22.6521%;
}

.zhishi_left .p1 {
    font-family: Arial;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #0B0F0D;
    line-height: calc(9px + 1.5rem);
}

.zhishi_read_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 1rem);
    margin-top: calc(8px + 0.5rem);
}

.p_nav_item {
    font-family: ArialMT;
    font-weight: normal;
    font-size: calc(0px + 1rem);
    color: #0B0F0D;
    line-height: calc(4px + 1.5rem);
}

.p_nav_item a {
    color: #0B0F0D;
    text-decoration: none;
    transition: color 0.3s ease;
}

.p_nav_item a:hover {
    color: #c8a96e;
}

.zhishi_read_right {
    width: 77.0761%;
    height: 100%;
    border-left: 1px #0B0F0D20 solid;
    padding-left: calc(2px + 1.5rem);
}

.p_title {
    font-family: Arial;
    font-weight: normal;
    font-size: calc(2px + 2rem);
    color: #0B0F0D;
    line-height: calc(19px + 2rem);

}

.zhishi_read_con {
    margin-top: calc(8px + 0.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1.5rem);
}

.zhishi_con {
    padding-bottom: calc(6px + 1.5rem);
    border-bottom: 1px #66666620 solid;
}

.zhishi_title {
    font-family: Arial;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #000000;
    line-height: calc(5px + 2rem);
}

.zhishi_con_text {
    font-family: ArialMT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #111111;
    line-height: calc(2px + 1.5rem);
    margin-top: calc(2px + 0.1rem);

}

.zhishi_con_text table {
    width: 100%;
    border: 1px #66666620 solid;
}

.zhishi_con_text table td {
    line-height: calc(6px + 1.5rem);
    border: 1px #66666620 solid;
    padding: 0 calc(10px + 0.5rem);
}

.cta {
    width: 100%;
    height: auto;
    background: #123326;
    border-radius: calc(3px + 0.25rem);
    margin-top: calc(4px + 0.5rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(10px + 1rem) calc(10px + 1.5rem);
    gap: calc(10px + 0.5rem);
    box-sizing: border-box;
}

.cta svg {
    flex-shrink: 0;
    width: calc(30px + 1.5rem);
    height: calc(30px + 1.5rem);
}

.cta p {
    width: 72%;
    flex-shrink: 1;
    font-family: Arial;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #F5F3EE;
    line-height: calc(9px + 1.5rem);
}

.cta p span {
    font-family: ArialMT;
    font-size: calc(4px + 1rem);
    color: #D8D6CF;
}

.zhishi_con:nth-last-of-type(1) {
    border: none;
    padding-bottom: 0;
}

.cta .zhishi_more {
    flex-shrink: 0;
    margin: 0;
    color: #123326 !important;
        background-color: #F5F3EE !important;
    border-radius: calc(3px + 0.25rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(10px + 1rem);
    transition: background-color 0.3s ease;
}

.cta .zhishi_more:hover {
    background-color: #d4b87e;
}

.cta .zhishi_more a {
    color: #123326;
}

.cta .zhishi_more svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke: #F5F3EE;
    margin-left: 0.5rem;
}

.nav_contact {
    width: 72%;
    height: calc(87px + 10rem);
    background: rgba(255, 255, 255, 0.4);
    border-radius: calc(3px + 0.25rem);
    border: 1px solid #D8D6CF;
    margin-top: calc(8px + 1rem);
    padding: 0 calc(10px + 1rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav_contact .p1 {
    font-family: Arial;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #0B0F0D;
    line-height: calc(5px + 2rem);


}

.nav_contact .p2 {
    font-family: ArialMT;
    font-weight: normal;
    font-size: calc(0px + 1rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    margin-top: calc(1px + 0.1rem);
}

.zhishi_more {
    width: calc(34px + 8rem);
    height: calc(8px + 2rem);
    border-radius: calc(2px + 0.1rem);
    background: #F5F3EE;
    border: 1px solid #D8D6CF;
    margin-top: calc(10px + 0.5rem);
    font-family: ArialMT;
    font-weight: normal;
    font-size: calc(0px + 1rem);
    color: #0B0F0D;
   
}
.zhishi_more a{
    width: 100%;
    height: 100%;
     display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(10px + 0.5rem);
    text-decoration: none;
    color: inherit;
}

.zs_ban_text {
    display: none;
}

@media screen and (max-width: 1100px){
    .zhishi_read_ban {
        height: calc(30px + 22rem);
    }
    .zhishi_read_ban_container {
        padding: 0 2.5rem;
    }
    .zhishi_read_ban_content .p1{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .zhishi_read_ban_content .p2{
        width: 80%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .zhishi_read_ban_content .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        margin-top: calc(10px + 1rem);
    }
    .zhishi_read{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .zhishi_left{
        width: 100%;
    }
    .zhishi_left .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .p_nav_item{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .nav_contact .p2{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .zhishi_more{
        width: calc(34px + 26rem) !important;
        height: calc(2px + 8rem) !important;
        font-size: calc(10px + 1rem) !important;
    }
    .nav_contact {
      
        height: calc(87px + 23rem);
       
    }
    .p_title{
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }
    .zhishi_title{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .zhishi_con_text{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .zhishi_read_right{
        width: 100%;
    }
    .zhishi_con_text table td {
        line-height: calc(6px + 7.5rem);
   
    }
    .cta{
        height: auto;
        flex-direction: column;
        justify-content: center;
        padding: calc(10px + 1rem);
    }
    .cta p{
        width: 100%;
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .cta p span{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    .zhishi_read_ban {
        height: auto;
        min-height: auto;
        overflow: visible;
    }

    .zhishi_read_ban_bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }

    .zhishi_read_ban_bg img {
        object-position: center top;
    }

    .zhishi_read_ban_overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }

    .zhishi_read_ban_container {
        padding: 1.5rem 1.25rem;
        height: auto;
        align-items: flex-start;
    }

    .zhishi_read_ban_content {
        max-width: 100%;
    }

    .zhishi_read_ban_content .p1 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }

    .zhishi_read_ban_content .p2 {
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.4;
        margin-bottom: 0.75rem;
    }

    .zhishi_read_ban_content .p3 {
        width: 100%;
        font-size: 0.75rem;
        line-height: 1.4;
        margin-top: 0;
    }

    .zhishi_read_box {
        padding: calc(4px + 1rem) 0;
    }

    .zhishi_read {
        flex-direction: column;
        gap: calc(10px + 0.5rem);
        width: 92%;
    }

    .zhishi_left {
        width: 100%;
    }

    .zhishi_left .p1 {
        font-size: calc(12px + 0.5rem);
        line-height: 1.5;
    }

    .zhishi_read_nav {
        gap: calc(6px + 0.5rem);
    }

    .p_nav_item {
        font-size: calc(12px + 0.5rem);
        line-height: 1.5;
        padding-left: 1rem;
        position: relative;
    }

    .p_nav_item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.5rem;
        height: 0.5rem;
        background-color: #c8a96e;
        border-radius: 50%;
    }

    .p_nav_item a {
        color: #0B0F0D;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .p_nav_item a:hover {
        color: #c8a96e;
    }

    .zhishi_read_right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(11, 15, 13, 0.125);
        padding-top: calc(10px + 0.5rem);
    }

    .p_title {
        font-size: calc(14px + 0.5rem);
        line-height: 1.4;
    }

    .zhishi_read_con {
        gap: calc(10px + 0.5rem);
    }

    .zhishi_con {
        padding-bottom: calc(10px + 0.5rem);
    }

    .zhishi_title {
        font-size: calc(12px + 0.5rem);
        line-height: 1.4;
    }

    .zhishi_con_text {
        font-size: calc(10px + 0.5rem);
        line-height: 1.6;
    }

    .cta {
        height: auto;
        flex-direction: column;
        justify-content: center;
        padding: calc(12px + 0.5rem);
        gap: calc(8px + 0.25rem);
    }

    .cta svg {
        width: calc(24px + 1rem);
        height: calc(24px + 1rem);
    }

    .cta p {
        width: 100%;
        font-size: calc(12px + 0.5rem);
        line-height: 1.5;
    }

    .cta p span {
        font-size: calc(10px + 0.5rem);
        line-height: 1.5;
    }

    .cta .zhishi_more {
        width: 100% !important;
        height: calc(24px + 1rem) !important;
        font-size: calc(12px + 0.5rem) !important;
        color: #123326 !important;
        background-color: #F5F3EE !important;
    }

    .cta .zhishi_more a {
        color: #123326 !important;
    }

    .nav_contact {
        height: auto;
        padding: calc(12px + 0.5rem);
        width: 100%;
        box-sizing: border-box;
    }

    .nav_contact .p1 {
        font-size: calc(12px + 0.5rem);
        line-height: 1.5;
    }

    .nav_contact .p2 {
        font-size: calc(10px + 0.5rem);
        line-height: 1.5;
    }

    .zhishi_more {
        width: 100% !important;
        height: calc(12px + 1rem) !important;
        font-size: calc(12px + 0.5rem) !important;
    }
}

@media screen and (max-width: 480px) {
    .zhishi_read_ban {
        height: auto;
        min-height: auto;
        overflow: visible;
    }

    .zhishi_read_ban_bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }

    .zhishi_read_ban_bg img {
        object-position: center top;
    }

    .zhishi_read_ban_overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }

    .zhishi_read_ban_container {
        padding: 1rem 1rem;
        height: auto;
        align-items: flex-start;
    }

    .zhishi_read_ban_content {
        max-width: 100%;
    }

    .zhishi_read_ban_content .p1 {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }

    .zhishi_read_ban_content .p2 {
        width: 100%;
        font-size: 0.75rem;
        line-height: 1.4;
        margin-bottom: 0.5rem;
    }

    .zhishi_read_ban_content .p3 {
        width: 100%;
        font-size: 0.6875rem;
        line-height: 1.4;
        margin-top: 0;
    }

    .zhishi_read_box {
        padding: calc(4px + 0.5rem) 0;
    }

    .zhishi_read {
        flex-direction: column;
        gap: calc(10px + 0.25rem);
        width: 92%;
    }

    .zhishi_left {
        width: 100%;
    }

    .zhishi_left .p1 {
        font-size: calc(12px + 0.25rem);
        line-height: 1.5;
    }

    .zhishi_read_nav {
        gap: calc(8px + 0.25rem);
    }

    .p_nav_item {
        font-size: calc(12px + 0.25rem);
        line-height: 1.5;
        padding-left: 0.875rem;
        position: relative;
    }

    .p_nav_item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.375rem;
        height: 0.375rem;
        background-color: #c8a96e;
        border-radius: 50%;
    }

    .p_nav_item a {
        color: #0B0F0D;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .p_nav_item a:hover {
        color: #c8a96e;
    }

    .zhishi_read_right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(11, 15, 13, 0.125);
        padding-top: calc(10px + 0.5rem);
    }

    .p_title {
        font-size: calc(12px + 0.5rem);
        line-height: 1.4;
    }

    .zhishi_read_con {
        gap: calc(10px + 0.25rem);
    }

    .zhishi_con {
        padding-bottom: calc(10px + 0.25rem);
    }

    .zhishi_title {
        font-size: calc(10px + 0.5rem);
        line-height: 1.4;
    }

    .zhishi_con_text {
        font-size: calc(10px + 0.25rem);
        line-height: 1.6;
    }

    .cta {
        height: auto;
        flex-direction: column;
        justify-content: center;
        padding: calc(12px + 0.25rem);
        gap: calc(8px + 0.25rem);
    }

    .cta svg {
        width: calc(20px + 0.75rem);
        height: calc(20px + 0.75rem);
    }

    .cta p {
        width: 100%;
        font-size: calc(10px + 0.5rem);
        line-height: 1.5;
    }

    .cta p span {
        font-size: calc(10px + 0.25rem);
        line-height: 1.5;
    }

    .cta .zhishi_more {
        width: 75% !important;
        height: calc(24px + 0.75rem) !important;
        font-size: calc(12px + 0.25rem) !important;
        color: #123326 !important;
        background-color: #F5F3EE !important;
    }

    .cta .zhishi_more a {
        color: #123326 !important;
    }

    .nav_contact {
        height: auto;
        padding: calc(12px + 0.5rem);
        width: 100%;
        box-sizing: border-box;
    }

    .nav_contact .p1 {
        font-size: calc(12px + 0.25rem);
        line-height: 1.5;
    }

    .nav_contact .p2 {
        font-size: calc(10px + 0.25rem);
        line-height: 1.5;
    }

    .zhishi_more {
        width: 100% !important;
        height: calc(12px + 1rem) !important;
        font-size: calc(12px + 0.25rem) !important;
    }
}