.new_banner {
    position: relative;
    margin-top: 60px;
}

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

.new_banner .newb_txt {
    position: absolute;
    top: 50%;
    left: 3.125vw;
    right: 3.125vw;
    transform: translateY(-50%);
}


.new_banner .newb-tit {
    font-size: 62px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
}

.new_banner .newb-des {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    font-weight: 200;
    margin-top: 11px;
}


.contain {
    background-color: #f3f4f5;
    overflow: hidden;
}

.contain .e_breadcrumb {
    width: 1000px;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 80%;
}

.contain .e_breadcrumb .p_breadcrumbItem {
    opacity: 0.6;
    font-size: 12px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding-left: 27.3px;
    position: relative;
    flex: none;
    transition: all .5s;
}

.contain .e_breadcrumb .p_breadcrumbItem:nth-child(1) {
    padding-left: 0;
}

.contain .e_breadcrumb .p_breadcrumbItem:not(:first-child)::before {
    content: ">";
    position: absolute;
    left: 10px;
    color: #999;
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
}

.contain .e_breadcrumb .p_breadcrumbItem:last-child {
    opacity: 1;
}

.contain .e_breadcrumb .p_breadcrumbItem:hover {
    opacity: 1;
}

.bt {
    background-color: #fff;
    padding-top: 23px;
    padding-bottom: 13px;
}

.bt .bt-inner {
    width: 1000px;
    margin: 0 auto;
        max-width: 80%;
}

.bt h1 {
    color: #001A33;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 600;
}

.bt .times1 {
    opacity: 0.6;
    margin-top: 10px;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.contain .txt {
    width: 1000px;
    margin: 20px auto;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 2.08vw 1.5625vw;
        max-width: 80%;
}

.contain .details {
    font-size: 14px;
    color: #0F1946;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 200;
}

.contain .details img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}

.contain .details  table, 
.contain .details th, 
.contain .details td {
  border: 1px solid rgba(15, 25, 70, 0.10);; /* 设置边框宽度和颜色 */
  border-collapse: collapse; /* 去除表格间的空格 */

}
@media screen and (max-width:1600px) {
    .new_banner .newb-tit {
        font-size: 46px;
    }
}

@media screen and (max-width:1440px) {
    .new_banner .newb-tit {
        font-size: 42px;
    }
}

@media screen and (max-width:1200px) {
    .new_banner .newb-tit {
        font-size: 36px;
    }

    .contain .e_breadcrumb,
    .bt .bt-inner,
    .contain .txt {
        max-width: 90%;
    }
}

@media screen and (max-width:768px) {
    .new_banner .newb-tit {
        font-size: 24px;
    }

    .new_banner {
        margin-top: 40px;
    }

    .new_banner img {
        height: 200px;
    }

    .contain .e_breadcrumb {
        padding: 6px 0;
    }

    .bt {
        background-color: #fff;
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .bt .times1 {
        margin-top: 6px;
    }

    .contain .txt {
        padding: 15px;
    }
}
