.ny_banner{
    overflow: hidden;
}
.ny_banner img{
    width: 100%;
    height: 380px;
}

.ny_lj{
    font-size: 12px;
    line-height: 30px;
    padding: 10px 0;
}
.ny_lj span{
    margin: 0 8px;
}


.border {
    border: 1px solid #e3e9ef !important;
}
.col-lg-3{
    width: 25%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-12{
    width: 100%;
}
.col-lg-8{
    max-width: 66.6666666667%;
    padding-right: 16px;
}
.col-lg-4{
    max-width: 33.3333333333%;
}
.p-3{
    padding: 15px;
}
.mb-3{
    margin-bottom: 15px;
}
.text-center {
    text-align: center !important;
}
.product_detail img{
    max-width: 100%;
}
.bg-secondary {
    background-color: #f6f9fc !important;
}
.pl-3, .px-3 {
    padding-left: 16px !important;
}
.pb-2, .py-2 {
    padding-bottom: 8px !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #e3e9ef !important;
}
.font-size-sm {
    font-size: 14px !important;
}
.text-muted {
    color: #7d879c !important;
}
.table{
    width: 100%;
    border-collapse: collapse;
}
.table td, .table th {
    padding: 12px;
    vertical-align: top;
    border-top: 1px solid #e3e9ef;
}
.h4{
    font-size: 28px;
}
.h6, h6 {
    font-size: 18px;
}
.bg-white {
    background-color: #fff !important;
}
.mb-2, .my-2 {
    margin-bottom: 8px !important;
}
.p-2 {
    padding: 8px !important;
}
.pl-md-5, .px-md-5 {
    padding-left: 48px !important;
}
.table-sm td, .table-sm th {
    padding: 5px;
    text-align: left;
}
.font-size-xs {
    font-size: 12px !important;
}

.mb-1, .my-1 {
    margin-bottom: 4px !important;
}
.mr-2, .mx-2 {
    margin-right: 8px !important;
}
.mr-3, .mx-3 {
    margin-right: 16px !important;
}
.w-100{
    width: 100%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media>a{
    display: flex;
}
.media .iconfont{
    font-size: 40px;
}


.product_detail .title{
    font-family: "AlibabaPuHuiTi_Bold";
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
}
.product_detail .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_detail .row .h4{
    padding: 8px 16px;
}
.product_detail .row .col-lg-8 .no-gutters table{
    font-size: 16px;
    line-height: 1.5;
    color: #4b566b;
}
.product_detail .row .col-lg-8 .no-gutters table tr td{
    line-height: 30px;
}
.product_detail .row .col-lg-8 .no-gutters .table-response{
    padding: 10px 0;
}
.product_detail .row .col-lg-8 .no-gutters .table-response a{
    color: #007fc8;
}
.h4 .iconfont{
    font-size: 24px;
}




















@media (max-width: 1600px) {
    
}

@media (max-width: 1360px) {
    
}

@media (max-width: 768px) {
    .ny_banner{
        margin-top: 50px;
        height: 150px;
    }
    .ny_banner img{
        object-fit: cover;
        height: 150px;
    }

    .product_detail .row>.col-lg-8{
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .product_detail .row>.col-lg-8>.row>.col-lg-3{
        width: 100%;
    }
    .product_detail .row>.col-lg-8>.row>.col-lg-9{
        width: 100%;
    }

    .product_detail .row .h4{
        font-size: 20px;
    }
    .product_detail .row .col-lg-8 .no-gutters table{
        font-size: 12px;
    }
    .product_detail .row .col-lg-8 .no-gutters table tr td{
        padding: 5px;
        font-size: 12px;
    }
    .product_detail .row .col-lg-8 .no-gutters table tr td:nth-child(4){
        display: none;
    }

    .product_detail .row>.col-lg-4{
        max-width: 100%;
        width: 100%;
        margin: 20px 0;
    }


}