.bannerBox {
    display: none;
}

.bannerBoxY {
    width: 100%;
    height: 10rem;
}

.product_introduction {
    width: 100%;
    margin-top: .8rem;

    .introduction_centerP {
        display: none;
    }

    .introduction_centerY {
        padding: 0 .3rem;
    }

    .titleH {
        text-align: left;
    }

    .introduction_msg {
        font-size: .3rem;
        font-family: PR;
        color: #999;
        margin: .3rem 0;
        line-height: .5rem;
    }

    .introduction_img {
        width: 5.5rem;
        height: 1.4rem;
        display: inline-block;
    }

    .introductionV {
        width: 100%;
        height: 6rem;
        margin-top: .3rem;
    }
}

.product_table {
    width: 100%;
    margin-top: .8rem;

    .table_center {
        width: 100%;
        padding: 0 .3rem;
    }

    .product_specs_table {
        width: 100%;
        margin-top: 0.4rem;
        border-collapse: collapse;
        background-color: #fff;
    }

    .product_specs_table thead tr {
        background-color: #E51C23;
        color: #fff;
    }

    .product_specs_table th,
    .product_specs_table td {
        padding: .15rem .2rem;
        text-align: center;
        border: 1px solid #e5e5e5;
        font-size: .26rem;
        font-family: PR;
    }

    .product_specs_table th {
        font-family: PB;
        font-size: .28rem;
    }

    .product_specs_table tbody tr {
        color: #757373;
    }

    .product_specs_table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

}

.product_detail {
    width: 100%;
    margin-top: .8rem;
    background-color: #ca060e;
    position: relative;

    .detail_center {
        width: 100%;
        padding: .5rem .3rem 2.5rem;
    }

    .titleH {
        color: #fff;
        margin-bottom: .4rem;
    }

    .detail_imgP {
        display: none;
    }

    .detail_ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .detail_li {
        width: 50%;
    }

    .detail_liImg {
        width: 100%;
        height: 3rem;
    }

    .detail_liTxt1,
    .detail_liTxt2 {
        width: 100%;
        height: .8rem;
        line-height: .8rem;
        text-align: center;
        font-size: .27rem;
        font-family: PR;
        font-weight: 600;
        color: #757373;
        background-color: #fff;
    }

    .detail_liTxt2 {
        background-color: #eeeff3;
    }

    .detail_liImgB {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: -3.8rem;
        right: .1rem;
    }
}

.application_box {
    width: 100%;
    margin-top: 4.5rem;

    .application_center {
        width: 100%;
        padding: 0 .3rem;
    }

    .application_ul {
        margin-top: .4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .application_li {
        width: 49%;
        margin-bottom: .4rem;
    }

    .application_li:nth-child(odd) {
        margin-right: .1rem;
    }

    .application_liImg {
        width: 100%;
        height: 4rem;
        overflow: hidden;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
    }

    .application_liTxt {
        width: 100%;
        height: 1.3rem;
        line-height: 1.3rem;
        background-color: #f5f5f5;
        text-align: center;
        position: relative;
        margin-top: -.04rem;
    }

    .application_liMsg {
        width: 99%;
        height: .6rem;
        line-height: .3rem;
        font-size: .24rem;
        font-family: PR;
        font-weight: 700;
        color: #192a39;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -55%);
        border-bottom: .04rem solid #e1151e;
    }
}

.related_product {
    width: 100%;
    margin-top: .4rem;
    background-color: #f5f5f5;

    .related_center {
        width: 100%;
        padding: .8rem .3rem .6rem;
    }

    .related_ul {
        width: 100%;
        margin-top: .4rem;
    }

    .related_li {
        width: 100%;
        border-radius: .2rem;
        background-color: #fff;
        padding: .4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .3rem;
    }

    .related_liL {
        width: 50%;
    }

    .related_liTitle {
        font-size: .34rem;
        font-family: PB;
        color: #4c4c4c;
        margin-bottom: .1rem;
    }

    .related_liMsg {
        font-size: .24rem;
        font-family: PR;
        color: #4c4c4c;
        line-height: .36rem;
        font-weight: 600;
        margin-bottom: -.4rem;
    }

    .related_liBtn {
        color: #fff;
        background-color: #e1151e;
        font-size: .24rem;
        font-family: PB;
        display: inline-block;
        padding: .15rem .6rem;
        border-radius: .4rem;
        text-decoration: none;
    }

    .related_liR {
        width: 47%;
        height: 5.5rem;
        overflow: hidden;
    }
}

.whyChoose_us {
    width: 100%;

    .why_center {
        width: 100%;
        padding: .5rem .3rem 1rem;
    }

    .why_msg {
        width: 100%;
        text-align: center;
        font-size: .26rem;
        font-family: PR;
        color: #4c4c4c;
        line-height: .36rem;
        font-weight: 600;
        background: url(../img/why.jpg) no-repeat center center;
        background-size: contain;
        padding: .4rem .2rem;
        min-height: 4rem;
    }

    .why_ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        margin-top: .8rem;
    }

    .why_li {
        padding: .2rem 0;
        font-size: .24rem;
        font-family: PB;
        color: #192a39;
        background-color: #fff;
        border: .01rem solid #e1151e;
        border-radius: .05rem;
        cursor: pointer;
        transition: all 0.3s;
        text-align: center;
        position: relative;
    }

    .why_li:hover {
        background-color: #f5f5f5;
    }

    .why_li.active {
        background-color: #e1151e;
        color: #fff;
    }

    .why_li.active::after {
        content: '';
        position: absolute;
        bottom: -.16rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: .2rem solid transparent;
        border-right: .2rem solid transparent;
        border-top: .2rem solid #e1151e;
    }

    .why_libox1,
    .why_libox2,
    .why_libox3,
    .why_libox4 {
        display: none;
        margin-top: .4rem;
    }

    .why_libox1.active,
    .why_libox2.active,
    .why_libox3.active,
    .why_libox4.active {
        display: block;
    }

    .why_libox_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: .2rem;
    }

    .why_libox_grid .grid_item {
        width: 100%;
        height: 4.5rem;
        overflow: hidden;
        border-radius: .1rem;
    }

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

.online_messageP {
    display: none;
}

.online_messageY {
    width: 100%;
    background-color: #f5f5f5;

    .online_center {
        width: 100%;
        padding: .5rem .3rem .5rem;
    }

    .form_box {
        width: 100%;
        background-color: #f7f7f7;
        box-shadow: .01rem .02rem .05rem 0 #00000033;
        margin: .4rem 0;
        padding: .3rem;
        text-align: center;
    }

    .online_msg {
        font-size: .26rem;
        font-family: PR;
        color: #666;
        line-height: .36rem;
        margin-bottom: .4rem;
    }

    .online_form {
        width: 100%;
    }

    .message_form {
        width: 100%;
    }

    .form_group {
        width: 100%;
        margin-bottom: .2rem;
    }

    .input_wrapper {
        width: 100%;
        height: 1rem;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 0 .3rem;
        box-shadow: .01rem .02rem .05rem 0 #0000001a;
        border-radius: .05rem;
    }

    .input_icon {
        width: .4rem;
        height: .4rem;
        margin-right: .2rem;
    }

    .textarea_wrapper {
        height: 2rem;
        align-items: flex-start;
        padding-top: .3rem;
    }

    .textarea_icon {
        margin-top: 0;
    }

    .input_wrapper input,
    .input_wrapper textarea {
        width: 100%;
        border: none;
        outline: none;
        font-size: .28rem;
        font-family: PR;
        color: #333;
        background-color: transparent;
    }

    .input_wrapper input::placeholder,
    .input_wrapper textarea::placeholder {
        color: #999;
        font-size: .26rem;
    }

    .input_wrapper textarea {
        height: 1.5rem;
        resize: none;
        line-height: .5rem;
    }

    .form_submit {
        width: 100%;
        margin-top: -.4rem;
    }

    .form_submit button {
        width: 50%;
        height: .8rem;
        background-color: #e1151e;
        color: #fff;
        border: none;
        border-radius: .5rem;
        font-size: .32rem;
        font-family: PB;
        cursor: pointer;
        transition: all 0.3s
    }

    .form_submit button:hover {
        background-color: #c91018;
    }

}

#bkform3{
  position: fixed;
  z-index: 99999999;
  top: 0%;
  display: none;
}
.fei{
    width: 0.38rem;
    height: 0.32rem;
    float: left;
    margin-top: 0.27rem;
    margin-left: 0.39rem;
}
.form3 {
    box-shadow: 0px 0.03rem 0.24rem 0.01rem rgba(3, 69, 158, 0.03921569);
    font-size: 0.20rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form3 .dropdown.active .option {
    display: block;
  }
  .form3 .dropdown {
    position: relative;
    width: 100%;
    height: 0.58rem;
  }
  .form3 .dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.24rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form3 .dropdown::before {
    content: "";
    position: absolute;
    right: 0.24rem;
    top: 0.15rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
  }
  
  .form3 .dropdown.active::before {
      top: 0.25rem;
      transform: rotate(-225deg);
  }
  .form3 .dropdown .option {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
  }
  .form3 .dropdown .option div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.24rem;
    cursor: pointer;
  }
  .form3 .dropdown .option div:hover {
    background-color: rgba(0, 19, 35, 0.1);
  }
  .form3 .contact-way {
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
   
    color: #001323;
    /*display: flex;*/
    justify-content: space-between;
  }

  .form3 .contact-way input {
    text-indent: 0.24rem;
    width: 100%;
    height: 0.65rem;

    border: 1px solid #cccccc;
    font-size: 0.24rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form3 .Requirement p {
    margin-top: 0.1rem;
    margin-bottom: 0.17rem;
  }
  .form3 .Requirement textarea {
    width: 90%;

    resize: none;
    text-indent: 0.24rem;
    border: 1px solid #cccccc;
    padding: 0.24rem 0rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
  }
  .form3 .submit {
    text-align: center;
    margin-top: 0.27rem;
  }
  .form3 .submit button {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 0.68rem;
    background: #1daf0f;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
font-weight: 600;
    color: #f9fbfc;
  }

.form3 .contact-way {
       font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    color: #001323;
    margin-top: 0.1rem !important;
    /* margin-left: 0.5rem !important;*/
}
