.index_banner{
    padding-top:.9rem
}
 .index_banner a{
    display:inline-block
}
 .index_banner .swiper-pagination{
    bottom:.3rem!important
}
 .section{
    padding-top:.65rem
}
 .head_block{
    text-align:center
}
 .head_block p{
    font-size:var(--font-size-f-48);
    margin-bottom:.1rem;
    line-height:.4rem;
    text-transform:uppercase
}
 .head_block span{
    font-size:var(--font-size-f-20)
}
 .index_pro_categories{
    padding:.75rem;
    margin-bottom:.9rem
}
 .index_pro_categories .index_pro_head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    margin-bottom:.4rem
}
 .index_pro_categories .index_pro_head .head_block{
    text-align:left
}
 .index_pro_categories .index_pro_head .more{
    font-size:var(--font-size-f-24);
    color:#fff
}
 .index_pro_categories .index_pro_head .more img{
    margin-left:.1rem;
    margin-top:-.02rem
}
 .index_pro_categories .index_pro_swiper{
    padding-bottom:.5rem;
    margin-bottom:.5rem
}
 .index_pro_categories .index_pro_swiper .swiper-pagination-bullet{
    width:.5rem
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item{
    border-radius:.08rem
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item a{
    text-align:center
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item a .img_box{
    background:linear-gradient(#afafaf,#d0d0d0);
    min-height:3.35rem;
    line-height:3.45rem
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item a .text_box{
    padding:.3rem;
    margin-bottom:.3rem;
    padding-bottom:0;
    height:1.45rem;
    overflow:hidden;
    background:#fff
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item a .text_box h3{
    font-size:var(--font-size-f-24);
    text-transform:uppercase;
    margin-bottom:.15rem;
    min-height:.3rem;
    transition:all .3s linear
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item a .text_box p{
    font-size:var(--font-size-f-16);
    color:#666;
    line-height:1.2;
    min-height:.4rem;
    transition:all .3s linear
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item a .text_box .btn_box{
    transform:translateY(100%);
    transition:all .3s linear
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item:hover a .text_box .btn_box{
    transform:translateY(-90%)
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item:hover a .text_box p{
    opacity:0
}
 .index_pro_categories .index_pro_swiper .swiper-slide .item:hover a .text_box h3{
    transform:translateY(-50%)
}
 .btn_effect4{
    height:auto
}
 .btn_effect4 .btn_small_wrap .btn_small_list{
    border-color:#e12a29;
    color:#e12a29
}
 .btn_effect4 .btn_small_wrap .btn_small_list.hover{
    color:#fff
}
 .index_pro_categories .index_video_swiper .swiper-slide .item .img_box{
    position:relative;
    overflow:hidden;
    background:#474747;
    border-radius:.08rem;
    margin-bottom:.25rem
}
 .index_pro_categories .index_video_swiper .swiper-slide .item .img_box img:last-child{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    cursor:pointer;
    max-width:.48rem
}
 .index_pro_categories .index_video_swiper .swiper-slide .item .text_box{
    font-size:var(--font-size-f-24);
    color:#fff;
    text-align:center
}
 .index_section2{
    padding-bottom:.85rem
}
 .index_section2 .head_block{
    color:#fff
}
 .index_section2 .head_block p{
    margin-bottom:.2rem
}
 .index_section2 .head_block span{
    display:inline-block
}
 .index_section2 .index_section2_box{
    display:flex;
    justify-content:space-between;
    margin-top:.4rem
}
 .index_section2 .index_section2_box .item{
    color:#fff;
    text-align:center;
    width:25%
}
 .index_section2 .index_section2_box .item .txt div{
    display:flex;
    justify-content:center
}
 .index_section2 .index_section2_box .item .txt div p.counter{
    font-size:var(--font-size-f-36);
    font-family:RobotoBold
}
 .index_section2 .index_section2_box .item .txt div p{
    font-size:var(--font-size-f-32)
}
 .index_section2 .index_section2_box .item .txt span{
    font-size:var(--font-size-f-16)
}
 .index_section2 .section2_video{
    border-radius:.08rem;
    position:relative;
    overflow:hidden;
    margin-top:.4rem
}
 .index_section2 .section2_video .play_btn{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:max-content;
    height:max-content;
    cursor:pointer
}
 .index_section2 .section2_video .play_btn img.scale{
    max-width:.8rem
}
 .index_section2 .section2_video .iframe_box{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    opacity:0;
    z-index:-1;
    transition:all .3s linear
}
 .index_section2 .section2_video .iframe_box iframe{
    height:100%
}
 .section.index_section3{
    padding:0;
    margin:.9rem 0
}
 .index_section3 .auto-container{
    display:flex;
    justify-content:space-between;
    align-items:center
}
 .index_section3 .head_block{
    text-align:left
}
 .index_section3 .head_block p{
    font-size:var(--font-size-f-36);
    text-transform:capitalize;
    font-family:RobotoBold
}
 .index_section3 .more_btn .btn_effect4 .btn_small_list{
    background:#e12a29;
    border-radius:.04rem;
    color:#fff;
    padding:.09rem .4rem
}
 .index_section3 .more_btn .btn_effect4 .btn_small_list.hover{
    color:#e12a29;
    background:#fff
}
 .index_section4{
    transition:all .3s linear;
    padding:.65rem 0
}
 .index_section4 .index_section4_bg{
    position:absolute;
    left:0;
    top:auto;
    z-index:0;
    width:100%;
    height:100%;
    overflow:hidden
}
 .index_section4 .index_section4_bg img{
    filter:blur(20px);
    width:100%;
    height:100%
}
 .index_section4 .index_section4_box .head_block{
    margin-bottom:.4rem;
    color:#fff
}
 .index_section4 .section4_swiper_box{
    position:relative
}
 .index_section4 .section4_swiper{
    padding-bottom:160px
}
 .index_section4 .section4_swiper .swiper-wrapper{
    margin-bottom:.55rem
}
 .index_section4 .swiper-slide .item{
    display:flex;
    align-items:center
}
 .index_section4 .swiper-slide .item .img_box,.index_section4 .swiper-slide .item .text_box{
    width:50%
}
 .index_section4 .swiper-slide .item .img_box{
    overflow:hidden;
    border-radius:.08rem;
    background:#fff
}
 .index_section4 .swiper-slide .item .text_box{
    padding-left:5.5%;
    color:#fff
}
 .index_section4 .swiper-slide .item .text_box .other{
    display:flex;
    align-items:center;
    margin-bottom:.4rem
}
 .index_section4 .swiper-slide .item .text_box .other img{
    max-width:.6rem;
    filter:brightness(0) invert(100)
}
 .index_section4 .swiper-slide .item .text_box .other p{
    font-size:var(--font-size-f-32);
    margin-left:.15rem
}
 .index_section4 .swiper-slide .item .text_box .remark{
    font-size:.2rem;
    line-height:1.5
}
 .index_section4 .swiper-pagination .swiper-pagination-bullet{
    width:25%;
    height:100%;
    margin:0!important;
    margin-right:.45rem!important;
    border-radius:8px;
    padding:.1rem 0;
    background:0 0;
    transition:all .3s linear
}
 .index_section4 .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right:0!important
}
 .index_section4 .swiper-pagination .swiper-pagination-bullet img{
    max-width:1rem;
    filter:brightness(0) invert(1)
}
 .index_section4 .swiper-pagination .swiper-pagination-bullet p{
    font-size:.18rem;
    color:#fff
}
 .index_section4 .swiper-pagination .swiper-pagination-bullet-active{
    background:rgba(47,47,47,.48);
    border:1px solid #fff;
    box-shadow:4px -1px 14.8px rgba(0,0,0,.13)
}
 .index_section4 .swiper-button-next,.index_section4 .swiper-button-prev{
    bottom:38%;
    top:unset;
    width:.5rem;
    height:.5rem;
    background:#fff;
    opacity:1
}
 .index_section4 .swiper-button-next{
    right:35%
}
 .index_section4 .swiper-button-prev{
    left:55.5%
}
 .index_section4 .swiper-button-next.swiper-button-disabled,.index_section4 .swiper-button-prev.swiper-button-disabled{
    opacity:.3
}
 .index_section4 .swiper-button-next:before,.index_section4 .swiper-button-prev:before{
    border-color:#333
}
 .index_section4 .swiper-button-next:hover,.index_section4 .swiper-button-prev:hover{
    background:#e12a29;
    border-color:#e12a29
}
 .index_section4 .swiper-button-next:hover:before,.index_section4 .swiper-button-prev:hover:before{
    border-color:#fff
}
 .section.index_section5{
    padding:0;
    margin-top:.9rem
}
 .index_section5 .index_section5_box{
    margin-top:.4rem;
    padding:.6rem 0;
    background:#5e5e5e;
    position:relative
}
 .index_section5 .index_section5_box:before{
    content:'';
    display:block;
    width:75%;
    height:88%;
    background:#fff;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto
}
 .index_section5 .index_section5_swiper.swiper-container{
    max-width:86%;
    margin:auto
}
 .index_section5 .index_section5_swiper .swiper-slide{
    transition:all .3s linear
}
 .index_section5 .index_section5_swiper .swiper-slide .img_box{
    padding:.15rem;
    background:linear-gradient(164.6deg,#aeadaf 10.8%,#8e8d8d 97.25%);
    transition:all .3s linear;
    cursor:pointer
}
 .index_section5 .index_section5_swiper .swiper-slide:hover .img_box{
    background:linear-gradient(331.5deg,#565656 1.74%,#67585c 76.13%,#414141 97.77%)
}
 .section.index_section6{
    padding-top:.9rem;
    padding-bottom:.5rem;
    background:#f2f2f2
}
 .index_section6 .index_section6_box{
    margin-top:.4rem
}
 .index_section6 .index_section6_box .index_section6_swiper{
    padding-bottom:.3rem
}
 .index_section6 .index_section6_box .index_section6_swiper .swiper-pagination-bullet{
    width:.5rem
}
 .index_section6 .swiper-slide .item{
    background:#fff
}
 .index_section6 .swiper-slide .item a .img_box{
    overflow:hidden;
    border-top-left-radius:.04rem;
    border-top-right-radius:.04rem
}
 .index_section6 .swiper-slide .item a .txt{
    padding:.25rem
}
 .index_section6 .swiper-slide .item a .txt h3.line-1{
    font-size:var(--font-size-f-20);
    -webkit-line-clamp:2;
    min-height:.48rem;
    margin-bottom:.15rem
}
 .index_section6 .swiper-slide .item a .txt .remark.line-4{
    font-size:var(--font-size-f-18);
    color:#666;
    line-height:1.3;
    min-height:.7rem;
    -webkit-line-clamp:3
}
 .index_section6 .swiper-pagination-bullet{
    background:#c6c6c6
}
 .index_section6 .swiper-pagination-bullet-active{
    background:#e12a29
}
 .page_banner{
    padding-top:.9rem
}
 .page_inside{
    border-bottom:.01rem solid #d9d9d9
}
 .page_inside .auto-container{
    display:flex;
    justify-content:space-between;
    align-items:center
}
 .page_inside .page_inside_box{
    color:#999;
    line-height:.6rem
}
 .page_inside .page_inside_box a{
    font-size:var(--font-size-f-14);
    color:#999
}
 .page_inside .page_inside_box img{
    max-width:.3rem;
    margin-right:.1rem;
    margin-top:-.08rem
}
 .page_inside .page_inside_cate{
    display:flex;
    align-items:center
}
 .page_inside .page_inside_cate a{
    font-size:var(--font-size-f-24);
    color:#666;
    border-bottom:.01rem solid transparent;
    line-height:.9rem;
    margin-right:.5rem;
    position:relative
}
 .page_inside .page_inside_cate a:before{
    content:'';
    display:block;
    width:0;
    height:.04rem;
    background:#e12a29;
    position:absolute;
    bottom:-.01rem;
    left:0;
    transition:all .3s linear
}
 .page_inside .page_inside_cate p:last-child a{
    margin-right:0
}
 .page_inside .page_inside_box a:hover,.page_inside .page_inside_cate a.active,.page_inside .page_inside_cate a:hover{
    color:#e12a29
}
 .page_inside .page_inside_cate a.active:before,.page_inside .page_inside_cate a:hover:before{
    width:100%
}
 .page_about{
    padding:.9rem 0;
    background:#f8f8f8
}
 .page_about>.auto-container{
    padding-bottom:.9rem
}
 .page_about .page_about_box_head{
    display:flex;
    flex-direction:row-reverse;
    justify-content:space-between;
    align-items:center
}
 .page_about .page_about_box_head .img_box,.page_about .page_about_box_head .text_box{
    width:47%
}
 .page_about .page_about_box_head .img_box{
    position:relative;
    overflow:hidden
}
 .page_about .page_about_box_head .img_box img.icon{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    transition:all .3s linear;
    cursor:pointer;
    max-width:.6rem
}
 .page_about .page_about_box_head .text_box h1{
    font-size:var(--font-size-f-34);
    font-family:RobotoBold;
    line-height:1.2;
    margin-bottom:.4rem
}
 .page_about .page_about_box_head .text_box p{
    font-size:.2rem;
    line-height:1.4;
    color:#666
}
 .page_about .page_about_history{
    background:#fff;
    padding:.9rem 0
}
 .page_about .page_about_history_box{
    position:relative;
    margin-top:.6rem
}
 .page_about .page_about_history_box .history_swiper{
    max-width:95%;
    margin:auto
}
 .page_about .page_about_history_box:before{
    content:'';
    display:block;
    width:100%;
    height:.01rem;
    background:#d9d9d9;
    position:absolute;
    left:0;
    top:16%
}
 .page_about .page_about_history_box .swiper-slide .item .text_box{
    font-size:.3rem;
    font-family:RobotoBold;
    margin-bottom:.4rem;
    padding-bottom:.4rem;
    position:relative
}
 .page_about .page_about_history_box .swiper-slide .item .text_box:before{
    content:'';
    display:block;
    width:.2rem;
    height:.2rem;
    border-radius:.2rem;
    border:.01rem solid #d9d9d9;
    padding:.1rem;
    position:absolute;
    left:0;
    top:75%;
    background:#f8f8f8
}
 .page_about .page_about_history_box .swiper-slide .item .text_box:after{
    content:'';
    display:block;
    width:.1rem;
    height:.1rem;
    border-radius:.2rem;
    background:#d9d9d9;
    position:absolute;
    left:1.5%;
    top:82%
}
 .page_about .page_about_history_box .swiper-slide .item .img_box{
    overflow:hidden
}
 .page_about .page_about_history_box .swiper-slide .item .img_box .remark{
    margin-top:.2rem;
    font-size:var(--font-size-f-18);
    color:#666;
    line-height:1.2
}
 .page_about .page_about_history_box .swiper-button-next,.page_about .page_about_history_box .swiper-button-prev{
    border:0;
    border-radius:0;
    line-height:.6rem;
    top:14.2%
}
 .page_about .page_about_history_box .swiper-button-next img,.page_about .page_about_history_box .swiper-button-prev img{
    max-width:.3rem
}
 .page_about .page_about_history_box .swiper-button-next:before,.page_about .page_about_history_box .swiper-button-prev:before{
    display:none
}
 .page_about .page_about_history_box .swiper-button-prev{
    left:-1rem
}
 .page_about .page_about_history_box .swiper-button-next{
    right:-1rem
}
 .page_about .page_about_vision{
    padding:.9rem
}
 .page_about .page_about_vision_box{
    display:flex;
    margin-top:.6rem;
    justify-content:space-between;
    align-items:center
}
 .page_about .page_about_vision_box .img_box,.page_about .page_about_vision_box .text_box{
    width:50%
}
 .page_about .page_about_vision_box .img_box{
    overflow:hidden
}
 .page_about .page_about_vision_box .text_box{
    padding-left:5%;
    font-size:.16rem;
    color:#666
}
 .page_about .page_about_vision_box .text_box h3{
    font-size:var(--font-size-f-26);
    font-family:RobotoBold;
    margin-bottom:.1rem;
    color:#333
}
 .page_about .page_about_vision_box .text_box p{
    font-size:var(--font-size-f-18);
    color:#666;
    line-height:2
}
 .page_strength{
    background:#f8f8f8
}
 .page_strength>.auto-container{
    padding:.9rem 0
}
 .page_strength .head_block{
    text-align:left
}
 .page_strength .head_block p{
    text-transform:capitalize;
    line-height:1.3
}
 .page_strength .head_block span{
    font-size:var(--font-size-f-18)
}
 .page_strength .page_strength_box{
    margin-top:.9rem;
    display:flex;
    flex-wrap:wrap;
    gap:.3rem
}
 .page_strength .page_strength_box .item{
    width:31.85%;
    background:#fff
}
 .page_strength .page_strength_box .item .img_box{
    overflow:hidden;
    border-top-left-radius:.05rem;
    border-top-right-radius:.05rem
}
 .page_strength .page_strength_box .item .text_box{
    padding:.25rem
}
 .page_strength .page_strength_box .item .text_box p{
    font-size:var(--font-size-f-24);
    line-height:1.3;
    color:#222;
    margin-bottom:.1rem
}
 .page_strength .page_strength_box .item .text_box span{
    font-size:var(--font-size-f-18);
    color:#666;
    line-height:1.3
}
 .page_strength .page_strength_certificate{
    background:#fff;
    position:relative
}
 .page_strength_certificate:before{
    content:'';
    display:block;
    width:100%;
    height:.15rem;
    background:#d8d8d8;
    box-shadow:0 5px 40px 10px rgba(0,0,0,.1);
    position:absolute;
    bottom:0
}
 .page_strength .page_strength_certificate .head_block{
    background:#f8f8f8;
    padding-bottom:.45rem
}
 .page_strength .page_strength_certificate .certificate_swiper{
    padding:.45rem 0;
    max-width:85%
}
 .page_strength .page_strength_certificate .swiper-slide .img_box{
    border:10px solid #d5d5d5;
    cursor:pointer;
    overflow:hidden
}
 .page_strength .page_strength_certificate .swiper-button-next,.page_strength .page_strength_certificate .swiper-button-prev{
    background:#e6e6e6;
    top:60%
}
 .page_strength .page_strength_certificate .swiper-button-next:before,.page_strength .page_strength_certificate .swiper-button-prev::before{
    border-color:#7b7b7b
}
 .common_from{
    display:flex;
    border-radius:.1rem;
    margin-bottom:.9rem;
    margin-top:.65rem
}
 .common_from form{
    width:50%;
    padding-left:.9rem;
    padding-top:.6rem;
    padding-bottom:.3rem
}
 .common_from form .input div input::placeholder,.common_from form .textarea_box textarea::placeholder{
    color:#fff
}
 .common_from form .input{
    display:flex;
    justify-content:space-between;
    margin-bottom:.25rem
}
 .common_from form .input div{
    width:31.5%;
    border-bottom:.01rem solid rgb(232 232 232 / 65%);
    color:#fff
}
 .common_from form .input div input{
    padding-bottom:.1rem;
    font-size:.16rem;
    width:100%
}
 .common_from form .upload-box{
    border-bottom:.01rem solid rgb(232 232 232 / 65%)
}
 .common_from form .upload-box{
    margin-bottom:.15rem
}
 .common_from form .upload-box #fileName{
    width:100%!important;
    margin-top:.1rem;
    color:#fff;
    font-size:.16rem;
    overflow:hidden;
    margin-bottom:.1rem
}
 .common_from form .upload-box .upload-wrap{
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    height:.4rem;
    width:100%
}
 .common_from form .upload-box .upload-wrap .file-open{
    height:100%;
    width:1.5rem;
    line-height:.36rem;
    padding:0 .1rem;
    border-radius:.05rem;
    background:rgb(255 255 255 / 30%)
}
 .common_from form .upload-box .upload-wrap p{
    font-size:.16rem;
    display:inline-block;
    margin-left:.15rem;
    color:silver
}
 .common_from form .upload-box .upload-wrap .file-open img{
    vertical-align:middle;
    margin-right:.2rem
}
 .common_from form .upload-box .upload-wrap .file-ele{
    position:absolute;
    top:0;
    right:0;
    opacity:0;
    height:100%;
    width:100%;
    cursor:pointer
}
 input[type=file]::-webkit-file-upload-button{
    cursor:pointer
}
 .common_from form .textarea_box{
    margin-bottom:.28rem;
    border-bottom:.01rem solid rgb(232 232 232 / 65%)
}
 .common_from form .textarea_box textarea.content{
    width:100%;
    height:.6rem;
    font-size:.16rem;
    color:#fff
}
 .common_from form .submit button .btn_small_wrap .btn_small_list{
    padding:.11rem .45rem;
    border-radius:.04rem;
    color:#fff;
    background:0 0;
    border-color:#fff
}
 .common_from form .submit button .btn_small_wrap .btn_small_list.hover{
    background-color:#e12a29;
    color:#fff;
    border-color:#e12a29
}
 .common_from form .submit button .btn_small_wrap .btn_small_list .btn_main_text{
    font-size:.14rem;
    font-family:RobotoBold;
    text-transform:uppercase
}
 .page_products{
    background:#f8f8f8
}
 .page_products .page_products_head{
    display:flex;
    margin-bottom:.45rem;
    justify-content:space-between;
    padding-top:.65rem
}
 .page_products .page_products_head .head_block p{
    text-transform:capitalize
}
 .page_products .page_products_head .search_box{
    display:flex;
    width:25%;
    border-radius:.02rem;
    overflow:hidden
}
 .page_products .page_products_head .search_box .form_control.keywords{
    background:#fff;
    padding:0 .1rem;
    font-size:var(--font-size-f-14);
    width:100%
}
 .page_products .page_products_head .search_box .search_btn{
    width:.5rem;
    height:.5rem;
    line-height:.5rem;
    text-align:center;
    background:#fff;
    cursor:pointer;
    transition:all .3s linear
}
 .page_products .page_products_head .search_box .search_btn img{
    filter:brightness(0)
}
 .page_products .page_products_head .search_box .search_btn:hover img{
    filter:brightness(0) invert(1)
}
 .page_products .page_products_cate{
    background:#fff;
    line-height:.7rem;
    display:flex;
    text-align:center;
    justify-content:space-between
}
 .page_products .page_products_cate a{
    width:25%;
    font-size:var(--font-size-f-18)
}
 .page_products .page_products_cate a.active,.page_products .page_products_cate a:hover{
    background:#e12a29;
    color:#fff
}
 .page_products .page_products_box{
    display:flex;
    flex-wrap:wrap;
    gap:.5rem .399rem;
    margin-top:.9rem
}
 .page_products .page_products_box .item{
    width:22.8%
}
 .page_products .page_products_box .item .img_box{
    text-align:center;
    overflow:hidden;
    min-height:3.3rem;
    line-height:3.3rem;
    background:linear-gradient(#afafaf,#d0d0d0)
}
 .page_products .page_products_box .item .text_box{
    margin-top:.2rem
}
 .page_products .page_products_box .item .text_box p{
    font-size:var(--font-size-f-20);
    text-transform:uppercase;
    margin-bottom:.1rem;
    min-height:.6rem
}
 .page_products .page_products_box .item .text_box span{
    font-size:var(--font-size-f-16);
    color:#666;
    line-height:1.2
}
 .page_products .page_products_box .item .text_box .more_btn{
    margin-top:.15rem;
    text-align:center;
    overflow:hidden;
    max-height:.5rem
}
 .page_products .page_products_box .item .text_box .more_btn .btn_small_list{
    border-color:#666;
    border-radius:0;
    background:0 0
}
 .page_products .page_products_box .item .text_box .more_btn .btn_small_list.hover{
    color:#fff;
    border-color:#e12a29;
    background:#e12a29
}
 .inside-pagination{
    text-align:center;
    margin-top:.45rem
}
 .inside-pagination ul li a{
    color:#666;
    display:inline-block;
    width:.4rem;
    height:.4rem;
    line-height:.4rem;
    border-radius:.03rem;
    border:.01rem solid #b9b9b9;
    font-size:.18rem;
    transition:all .3s linear
}
 .inside-pagination ul li a.active,.inside-pagination ul li a:hover,.inside-pagination ul li.active a{
    color:#fff;
    background:#e12a29;
    border-color:#e12a29
}
 .inside-pagination ul li{
    display:inline-block;
    margin-right:.05rem
}
 .inside-pagination ul li.next-page a,.inside-pagination ul li.pre-page a{
    border-color:#e12a29
}
 .inside-pagination ul li>a>img{
    transition:all .3s linear;
    margin-top:-.04rem;
    max-width:.2rem;
    filter:unset
}
 .inside-pagination ul li.pre-page>a>img{
    transform:rotate(180deg)
}
 .inside-pagination ul li:hover>a>img{
    filter:brightness(0) invert(1)
}
 .page_products .page_products_from{
    padding-bottom:.9rem
}
 .page_products .page_products_from .common_from{
    margin-bottom:0
}
 .show_products .show_products_head{
    padding-top:.9rem;
    padding-bottom:.45rem;
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
 .show_products .show_products_head .img_box{
    width:45%;
    margin-right:4%
}
 .show_products .show_products_head .text_box{
    width:50%
}
 .show_products .show_products_head .img_box .view_box{
    position:relative;
    margin-bottom:.2rem;
    min-height:6rem
}
 .show_products .show_products_head .img_box .view_box .swiper-container{
    height:6rem
}
 .show_products .show_products_head .img_box .view_box .swiper-slide{
    line-height:6rem;
    text-align:center
}
 .show_products .show_products_head .img_box .view_box .swiper-slide img:first-child{
    max-height:6rem;
    width:100%
}
 .show_products .show_products_head .img_box .view_box .swiper-slide img:last-child{
    position:absolute;
    bottom:0;
    right:0
}
 .show_products .show_products_head .img_box .view_box .swiper-button-next,.show_products .show_products_head .img_box .view_box .swiper-button-prev{
    background:rgb(154 153 157 / 15%);
    width:.55rem;
    height:1.05rem;
    border-radius:.04rem;
    transition:all .3s linear
}
 .show_products .show_products_head .img_box .view_box .swiper-button-next:before,.show_products .show_products_head .img_box .view_box .swiper-button-prev:before{
    border-color:#fff;
    width:.2rem;
    height:.2rem;
    left:25%
}
 .show_products .show_products_head .img_box .view_box .swiper-button-prev{
    left:0
}
 .show_products .show_products_head .img_box .view_box .swiper-button-next{
    right:0
}
 .show_products .show_products_head .img_box .view_box .swiper-button-next:hover,.show_products .show_products_head .img_box .view_box .swiper-button-prev:hover{
    background:#747474
}
 .show_products .show_products_head .img_box .thumb_box{
    position:relative
}
 .show_products .show_products_head .img_box .thumb_box .swiper-container{
    max-width:82%
}
 .show_products .show_products_head .img_box .thumb_box .swiper-slide{
    width:16.9%;
    height:16.9%;
    border:.01rem solid #e3e3e3;
    overflow:hidden;
    margin-right:.2rem;
    cursor:pointer
}
 .show_products .show_products_head .img_box .thumb_box .swiper-slide:last-child{
    margin-right:0
}
 .show_products .show_products_head .img_box .thumb_box .swiper-button-next,.show_products .show_products_head .img_box .thumb_box .swiper-button-prev{
    background:#e3e3e3;
    top:45%;
    border-radius:unset;
    width:.3rem;
    height:.5rem
}
 .show_products .show_products_head .img_box .thumb_box .swiper-button-next:before,.show_products .show_products_head .img_box .thumb_box .swiper-button-prev:before{
    border-color:#6f6f6f;
    width:.12rem;
    height:.12rem;
    top:38.5%;
    border-width:.02rem
}
 .show_products .show_products_head .img_box .thumb_box .swiper-button-prev{
    left:0
}
 .show_products .show_products_head .img_box .thumb_box .swiper-button-next{
    right:0
}
 .show_products .show_products_head .img_box .thumb_box .swiper-slide.active-nav{
    border-color:#e12a29
}
 .show_products .show_products_head .text_box h1{
    font-size:var(--font-size-f-30);
    line-height:1.3;
    margin-bottom:.2rem
}
 .show_products .show_products_head .text_box .remark{
    font-size:var(--font-size-f-16);
    line-height:1.3;
    color:#666
}
 .show_products .show_products_head .text_box .attribute_box{
    border-bottom:.01rem solid #cfcfcf;
    padding-bottom:.25rem;
    margin-bottom:.25rem
}
 .show_products .show_products_head .text_box .attribute{
    border-top:.01rem solid #cfcfcf;
    margin:.25rem 0;
    padding:.25rem 0;
    margin-bottom:0;
    padding-bottom:0
}
 .show_products .show_products_head .text_box .attribute div{
    display:flex;
    font-size:var(--font-size-f-18);
    margin-bottom:.15rem
}
 .page_product_show .product_show_head .text_box .color_thumbs>p,.show_products .show_products_head .text_box .attribute div p:first-child{
    width:25%
}
 .show_products .show_products_head .text_box .attribute div p:last-child{
    color:#666
}
 .show_products .show_products_head .text_box .color_thumbs{
    display:flex
}
 .show_products .show_products_head .text_box .color_thumbs>p{
    width:30%;
    font-size:.18rem
}
 .show_products .show_products_head .text_box .color_thumbs .color_img{
    display:flex;
    width:70%
}
 .show_products .show_products_head .text_box .color_thumbs .color_img p{
    width:.46rem;
    height:.46rem;
    border:.01rem solid #e7e7e7;
    margin-right:.2rem;
    cursor:pointer;
    transition:all .3s linear
}
 .show_products .show_products_head .text_box .color_thumbs .color_img p:last-child{
    margin-right:0
}
 .show_products .show_products_head .text_box .color_thumbs .color_img p:hover{
    border-color:#000
}
 .show_products .show_products_head .text_box .contact_box{
    margin-bottom:.2rem
}
 .show_products .show_products_head .text_box .contact_box p{
    font-size:var(--font-size-f-16);
    margin-bottom:.1rem
}
 .show_products .show_products_head .text_box .contact_box img{
    margin-right:.1rem;
    max-width:.24rem
}
 .show_products .show_products_head .text_box .contact_box a{
    margin-right:.1rem
}
 .show_products .show_products_head .text_box .contact_box a:last-child{
    margin-right:0
}
 .show_products .show_products_head .text_box .btn_box{
    margin-bottom:.25rem
}
 .show_products .show_products_head .text_box .btn_box .quote-button{
    cursor:pointer;
    margin-right:.15rem
}
 .show_products .show_products_head .text_box .btn_box .btn_effect4 .btn_small_list{
    border:.01rem solid #e12a29;
    padding:.07rem .38rem;
    background:#e12a29;
    color:#fff;
    border-radius:.04rem
}
 .show_products .show_products_head .text_box .btn_box .btn_effect4 .btn_small_list .btn_main_text{
    font-size:var(--font-size-f-16)
}
 .show_products .show_products_head .text_box .btn_box .btn_effect4 .btn_small_list.hover{
    background:#fff;
    color:#e12a29
}
 .show_products .show_products_head .text_box .btn_box .btn_effect4:last-child .btn_small_list{
    border:.01rem solid #666;
    padding:.07rem .38rem;
    color:#666;
    background:0 0
}
 .show_products .show_products_head .text_box .btn_box .btn_effect4:last-child .btn_small_list.hover{
    background:#e12a29;
    border-color:#e12a29;
    color:#fff
}
 .show_products .show_products_head .text_box .share_box a{
    display:inline-block;
    margin-right:.05rem
}
 .show_products .show_products_head .text_box .share_box a img{
    max-width:.25rem
}
 .show_products_box{
    background:#f8f8f8;
    padding:.9rem 0
}
 .page_news{
    background:#f8f8f8;
    padding-bottom:.9rem
}
 .page-content.page_news .page_more_btn{
    padding-top:.4rem
}
 .page_news .item_box{
    padding-top:.6rem;
    display:flex;
    flex-wrap:wrap;
    gap:1.45vw
}
 .page_news .item_box .item{
    width:32%
}
 .page_news .item_box .item a{
    padding-bottom:.4rem
}
 .page_news .item_box .item .img_box{
    overflow:hidden
}
 .page_news .item_box .item .text_box{
    background:#fff;
    padding:.2rem
}
 .page_news .item_box .item .text_box .title{
    font-size:var(--font-size-f-20);
    -webkit-line-clamp:2;
    min-height:.48rem;
    margin-bottom:.15rem
}
 .page_news .item_box .item .text_box .remark{
    font-size:var(--font-size-f-16);
    line-height:.26rem;
    color:#666;
    min-height:.78rem;
    margin-bottom:.15rem
}
 .page_news .item_box .item .text_box .other{
    color:#666;
    font-size:var(--font-size-f-14)
}
 .page_news .item_box .item .text_box .other span:first-child{
    margin-right:10px
}
 .page_news .item_box .item .text_box .other span img{
    filter:brightness(0) invert(.5);
    margin-right:.05rem;
    margin-top:-.03rem;
    max-width:.22rem
}
 .page-content .page_more_btn{
    padding:.6rem 0;
    text-align:center
}
 .page-content .page_more_btn .btn_effect4{
    cursor:pointer
}
 .page-content .page_more_btn .btn_effect4 .btn_small_list{
    background:#eee;
    color:#222;
    font-size:var(--font-size-f-16);
    border-radius:.05rem;
    border-color:#eee;
    padding:.1rem .3rem
}
 .page-content .page_more_btn .btn_effect4 .btn_small_list.hover{
    background:#e12a29;
    color:#fff;
    border-color:#e12a29
}
 .page-content .page_more_btn .btn_effect4 .btn_small_icon{
    position:relative
}
 .page-content .page_more_btn .btn_effect4 .btn_small_icon::after{
    content:'';
    display:block;
    position:absolute;
    top:-.04rem;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    content:'';
    width:.08rem;
    height:.08rem;
    border-right:.02rem solid #222;
    border-bottom:.02rem solid #222;
    transform:rotate(45deg);
    cursor:pointer
}
 .page-content .page_more_btn .btn_effect4 .btn_small_list.hover .btn_small_icon::after{
    border-color:#fff
}
 .show_news{
    background:#f8f8f8;
    padding:.4rem 0
}
 .post-info{
    background:#fff;
    color:#333;
    padding:.3rem;
    font-size:var(--font-size-f-16)
}
 .post-info .header{
    margin-bottom:.4rem;
    text-align:center
}
 .post-info .header>h1{
    font-size:var(--font-size-f-36);
    font-family:RobotoBold
}
 .post-info .header>p{
    margin:.2rem auto;
    border-bottom:.01rem solid #eee;
    padding-bottom:.2rem
}
 .post-info .header>p>span{
    margin-right:.3rem;
    font-size:var(--font-size-f-14)
}
 .post-info .header>p>span>img{
    margin-right:.05rem;
    max-width:.2rem
}
 .post-info li,.post-info ul{
    line-height:1.6
}
 .post-info .content{
    border-bottom:.01rem solid #eee;
    padding-bottom:.3rem;
    line-height:1.6
}
 .post-info .content p{
    margin:0;
    margin-bottom:.1rem
}
 .post-info .post-pagination{
    margin-top:.3rem
}
 .post-info .post-pagination p{
    margin:.15rem 0
}
 .post-info .post-pagination p a{
    font-size:var(--font-size-f-16);
    font-family:RobotoBold;
    color:#666
}
 .post-info .post-pagination p a img{
    float:left;
    margin-right:.1rem;
    filter:grayscale(100%)
}
 .post-info .post-pagination p a.prev-page img{
    transform:rotate(180deg)
}
 .post-info .post-pagination p a:hover{
    color:#e12a29
}
 .post-info .post-pagination p a:hover img{
    filter:unset
}
 .show_news .relation{
    margin:.4rem auto
}
 .show_news .relation .header{
    padding:.1rem 0
}
 .show_news .relation .header>h2{
    font-size:var(--font-size-f-26);
    font-family:RobotoBold
}
 .show_news .relation .swiper-relation{
    margin-top:.3rem
}
 .show_news .relation .swiper-relation .swiper-slide{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
 .show_news .relation .swiper-relation .swiper-slide .imgbox{
    width:35%
}
 .show_news .relation .swiper-relation .swiper-slide .textbox{
    width:65%;
    background:#fff;
    padding:.3rem
}
 .show_news .relation .swiper-relation .swiper-slide .textbox a h3{
    font-size:var(--font-size-f-20);
    font-family:RobotoBold;
    color:#333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3
}
 .show_news .relation .swiper-relation .swiper-slide:hover .textbox a h3{
    color:#e12a29
}
 .show_news .relation .swiper-relation .swiper-slide .textbox .other{
    color:#666;
    font-size:var(--font-size-f-14);
    margin-top:.2rem
}
 .show_news .relation .swiper-relation .swiper-slide .textbox .other span:first-child{
    margin-right:10px
}
 .show_news .relation .swiper-relation .swiper-slide .textbox .other span img{
    filter:brightness(0) invert(.5);
    margin-right:.05rem;
    margin-top:-.03rem
}
 .post-info ul,.post-info ul li{
    list-style:disc;
    list-style-type:disc;
    list-style-position:inside
}
 .post-info ol,.post-info ol li{
    list-style:decimal inside!important
}
 .infomation{
    background:#f8f8f8;
    padding:.4rem 0
}
 .infobox{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
 .infobox .leftbox{
    width:58%;
    background:#fff;
    padding:.4rem
}
 .infobox .leftbox h2{
    font-size:var(--font-size-f-20);
    font-family:RobotoBold;
    padding-bottom:.25rem;
    border-bottom:.01rem solid #dedede
}
 .infobox .leftbox .contactinfo>div{
    display:flex;
    margin:.2rem auto
}
 .infobox .leftbox .contactinfo>div .imgbox{
    width:.6rem;
    padding:0;
    margin-right:.1rem
}
 .infobox .leftbox .contactinfo>div .imgbox img{
    max-width:.59rem
}
 .infobox .leftbox .contactinfo>div div{
    font-size:var(--font-size-f-16);
    color:#666;
    padding-top:.05rem
}
 .infobox .leftbox .contactinfo>div div b{
    font-size:var(--font-size-f-18);
    color:#333;
    font-family:RobotoBold
}
 .infobox .leftbox .contactinfo>div div a{
    color:#666
}
 .infobox .rightbox{
    width:40%
}
 .infobox .rightbox .swiper-business .b-item{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    background:#fff;
    padding:.2rem;
    align-items:center
}
 .infobox .rightbox .swiper-business .b-item .imgbox{
    width:17%;
    text-align:center
}
 .infobox .rightbox .swiper-business .b-item .imgbox img{
    border-radius:50%
}
 .infobox .rightbox .swiper-business .b-item .business-info{
    width:50%;
    padding-left:.2rem
}
 .infobox .rightbox .swiper-business .b-item .business-info p{
    margin:.1rem auto;
    font-size:var(--font-size-f-16);
    color:#666
}
 .infobox .rightbox .swiper-business .b-item .business-info p a{
    color:#666
}
 .infobox .rightbox .swiper-business .b-item .business-info p b{
    font-size:var(--font-size-f-18);
    color:#333;
    font-family:RobotoBold
}
 .infobox .rightbox .swiper-business .b-item .whatsappbox{
    width:30%;
    text-align:center;
    position:unset
}
 .infobox .rightbox .swiper-business .b-item .whatsappbox>a{
    color:#666;
    padding:.1rem .2rem;
    border:.01rem solid #ddd;
    border-radius:.3rem
}
 .infobox .rightbox .swiper-business .b-item .whatsappbox>a>span>img{
    width:.27rem;
    height:auto
}
 .infobox .leftbox .contactinfo>div div a:hover,.infobox .rightbox .swiper-business .b-item .business-info p a:hover{
    color:#e12a29
}
 .messagebox{
    padding:.4rem
}
 .messagebox>h2{
    font-size:var(--font-size-f-40);
    color:#333;
    text-align:center;
    font-family:RobotoBold
}
 .messagebox>p{
    margin:.2rem auto;
    font-size:var(--font-size-f-16);
    color:#666;
    text-align:center
}
 .messagebox .frombox{
    width:90%;
    margin:.3rem auto
}
 .messagebox .frombox .input{
    display:flex;
    justify-content:space-between;
    margin-bottom:.2rem
}
 .messagebox .frombox .input>div{
    width:32.5%
}
 .messagebox .frombox .input input{
    width:100%;
    padding:.15rem .2rem
}
 .messagebox .frombox .upload-box #fileName{
    width:100%!important;
    margin-top:.1rem;
    color:#222;
    font-size:.16rem;
    overflow:hidden
}
 .messagebox .frombox .upload-box .upload-wrap{
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    width:100%;
    padding:.2rem;
    background:#f6f6f6;
    border:.01rem solid #d7d7d7;
    border-radius:.05rem;
    margin-bottom:.15rem
}
 .messagebox .frombox .upload-box .upload-wrap .file-open{
    height:.55rem;
    width:1.5rem;
    line-height:.55rem;
    padding:0 .1rem;
    border-radius:.04rem;
    border:.01rem solid #d4d4d4;
    background:#fff;
    text-align:center
}
 .messagebox .frombox .upload-box .upload-wrap p{
    font-size:.16rem;
    color:#999;
    display:inline-block;
    line-height:.22rem;
    margin-left:.3rem;
    max-width:45%
}
 .messagebox .frombox .upload-box .upload-wrap .file-open img{
    vertical-align:middle;
    filter:brightness(0) invert(.5)
}
 .messagebox .frombox .upload-box .upload-wrap .file-ele{
    position:absolute;
    top:0;
    right:0;
    opacity:0;
    height:100%;
    width:100%;
    cursor:pointer;
    z-index:2
}
 .messagebox .frombox textarea{
    width:100%;
    height:1.5rem;
    padding:.15rem .2rem;
    margin-bottom:.2rem
}
 .messagebox .frombox .input input,.messagebox .frombox textarea{
    background:#f8f8f8;
    border:0;
    resize:none;
    font-size:var(--font-size-f-16)
}
 .messagebox .frombox .submit{
    text-align:center
}
 .messagebox .frombox .submit input{
    padding:.05rem .3rem;
    color:#fff;
    background:#e12a29;
    border:0;
    font-size:var(--font-size-f-20);
    border-radius:.3rem
}
 .our-box{
    background:#f8f8f8;
    padding:.4rem 0;
    color:#666;
    font-size:var(--font-size-f-16)
}
 .our-box>div>h1{
    font-size:var(--font-size-f-40);
    color:#333;
    text-align:center;
    margin:.3rem auto;
    font-family:RobotoBold
}
 .our-box>div>p{
    text-align:center;
    margin-top:.2rem;
    margin-bottom:.5rem
}
 .our-box .our-list .one-box{
    border-left:.01rem solid #ddd;
    padding:0 .2rem
}
 .our-box .our-list .one-box h2{
    font-size:var(--font-size-f-20);
    color:#333;
    font-family:RobotoBold;
    position:relative;
    margin-bottom:5%
}
 .our-box .our-list .one-box h2::before{
    display:block;
    content:'';
    width:.03rem;
    height:.2rem;
    background:#e12a29;
    position:absolute;
    left:-.22rem;
    top:0
}
 .our-box .our-list .one-box p{
    margin:.1rem auto
}
 .our-box .our-list .one-box p b{
    font-family:RobotoBold
}
 .our-box .our-list .one-box p a{
    color:#666
}
 .our-box .our-list .one-box p a:hover{
    color:#e12a29
}
 .page-content.page_download{
    background:#f8f8f8;
    padding-top:.6rem;
    padding-bottom:1rem
}
 .page-content.page_download .page_download_head{
    font-size:var(--font-size-f-30);
    font-family:RobotoBold;
    margin-bottom:.4rem
}
 .page-content.page_download .page_download_box .item_box{
    display:flex;
    flex-wrap:wrap
}
 .page-content.page_download .page_download_box .item{
    width:100%;
    display:flex;
    justify-content:space-between;
    background:#fff;
    margin-bottom:.1rem
}
 .page-content.page_download .page_download_box .item .left{
    width:70%
}
 .page-content.page_download .page_download_box .item .left a{
    padding:.3rem 0;
    padding-left:.3rem;
    width:100%;
    font-size:var(--font-size-f-20);
    display:flex;
    align-items:center
}
 .page-content.page_download .page_download_box .item .left a img{
    margin-right:.2rem;
    max-width:.28rem
}
 .page-content.page_download .page_download_box .item .right{
    width:30%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:var(--font-size-f-16);
    padding:0 .3rem
}
 .page-content.page_download .page_download_box .item .right .download img,.page-content.page_download .page_download_box .item .right .downloadbutton a img,.page-content.page_download .page_download_box .item .right .time img{
    margin-right:.1rem;
    vertical-align:middle;
    margin-top:-.03rem;
    max-width:.19rem
}
 .page-content.page_download .page_download_box .item .right .downloadbutton a{
    padding:.1rem;
    border:.01rem solid #ddd;
    border-radius:.05rem
}
 .page-content.page_download .page_download_box .item .right .downloadbutton a:hover{
    background:#e12a29;
    color:#fff
}
 .page-content.page_download .page_download_box .item .right .downloadbutton a:hover img{
    filter:brightness(0) invert(1)
}
 .show_products .page_recommend_pro{
    padding-top:.6rem;
    padding-bottom:.65rem;
    background:#f8f8f8
}
 .show_products .page_recommend_pro .page_content_block{
    font-size:.36rem;
    margin-bottom:.3rem;
    font-family:RobotoBold;
    text-align:center;
    text-transform:uppercase
}
 .show_products .page_recommend_pro .page_recommend_pro_box{
    position:relative
}
 .show_products .page_recommend_pro .page_recommend_pro_box .swiper-button-next,.show_products .page_recommend_pro .page_recommend_pro_box .swiper-button-prev{
    background:#f4f4f4;
    width:.66rem;
    height:.66rem;
    border-radius:100vh;
    border:.02rem solid #999;
    transition:all .3s linear
}
 .show_products .page_recommend_pro .page_recommend_pro_box .swiper-button-next:before,.show_products .page_recommend_pro .page_recommend_pro_box .swiper-button-prev::before{
    border-color:#999
}
 .show_products .page_recommend_pro .page_recommend_pro_box .swiper-button-next{
    right:-1.2rem;
    margin-left:.35rem
}
 .show_products .page_recommend_pro .page_recommend_pro_box .swiper-button-prev{
    left:-1.2rem
}
 .show_products .page_recommend_pro .swiper-container{
    padding-bottom:.85rem
}
 .show_products .page_recommend_pro .swiper-pagination{
    bottom:0
}
 .show_products .page_recommend_pro .swiper-pagination-bullet{
    width:.06rem;
    height:.06rem;
    transition:all .3s linear;
    border-radius:.06rem
}
 .show_products .page_recommend_pro .swiper-pagination-bullet-active{
    width:.74rem
}
 .show_products .page_recommend_pro .item{
    border-top-left-radius:.08rem;
    border-top-right-radius:.08rem;
    overflow:hidden
}
 .show_products .page_recommend_pro .item .img_box{
    overflow:hidden;
    background:#fff;
    min-height:3rem;
    text-align:center;
    line-height:3rem
}
 .show_products .page_recommend_pro .item .text_box{
    margin-top:.15rem
}
 .show_products .page_recommend_pro .item .text_box i{
    font-style:normal;
    color:#2673ff
}
 .show_products .page_recommend_pro .item .text_box p{
    font-size:var(--font-size-f-20);
    font-family:RobotoBold;
    line-height:1.2;
    margin-bottom:.1rem;
    min-height:.48rem
}
 .show_products .page_recommend_pro .item .text_box span{
    font-size:.16rem;
    color:#333
}
 .bl_product_show .bl_show_title{
    font-size:48px;
    text-align:center
}
 .bl_product_show .bl_show_remark{
    font-size:24px;
    color:#666;
    text-align:center
}
 .bl_product_show .bl_show_box1 .bl_show_box1_item{
    margin-top:45px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
 .bl_product_show .bl_show_box1 .bl_show_box1_item .item{
    background:#fff;
    width:31.85%
}
 .bl_product_show .bl_show_box1 .bl_show_box1_item .item .img_box{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    overflow:hidden
}
 .bl_product_show .bl_show_box1 .bl_show_box1_item .item .text_box{
    text-align:center;
    padding:20px
}
 .bl_product_show .bl_show_box1 .bl_show_box1_item .item .text_box p:first-child{
    font-size:24px
}
 .bl_product_show .bl_show_box1 .bl_show_box1_item .item .text_box p:last-child{
    font-size:18px;
    color:#666;
    line-height:1.2
}
 .bl_product_show .bl_show_box2{
    padding:45px 0;
    background:#fff
}
 .bl_product_show .bl_show_box2 .bl_show_box2_item{
    margin-top:45px;
    display:flex;
    gap:15px;
    flex-wrap:wrap
}
 .bl_product_show .bl_show_box2 .bl_show_box2_item .item{
    width:49.55%;
    position:relative;
    border-radius:8px;
    overflow:hidden
}
 .bl_product_show .bl_show_box2 .bl_show_box2_item .item .other{
    font-size:20px;
    color:#fff;
    background:rgb(225 42 41 / 90%);
    width:fit-content;
    padding:15px 70px;
    bottom:16.5%
}
 .bl_product_show .bl_show_box2 .bl_show_box2_item .item .text_box{
    position:absolute;
    bottom:0;
    width:100%
}
 .bl_product_show .bl_show_box2 .bl_show_box2_item .item .text_box p{
    font-size:16px;
    color:#fff;
    background:rgba(0,0,0,.7);
    padding:30px;
    width:100%
}
 .bl_product_show .bl_show_box3{
    padding:45px 0
}
 .bl_product_show table{
    border-color:#b9b9b9
}
 .bl_product_show table th{
    color:#333;
    text-align:center;
    font-size:20px;
    font-weight:unset;
    padding:35px
}
 .bl_product_show table tr{
    background:#fff
}
 .bl_product_show table thead tr{
    background:#f5f5f5
}
 .bl_product_show table td{
    font-size:20px;
    color:#666;
    text-align:center;
    padding:10px
}
 .bl_product_show table tr:nth-child(even){
    background:#f5f5f5
}
 .bl_product_show .bl_show_box4{
    padding:45px 0
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item{
    display:flex;
    justify-content:space-between;
    margin:45px 0;
    gap:15px
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item{
    width:40%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    background:#fff
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item:nth-child(1){
    border-top-right-radius:5px;
    border-bottom-right-radius:10px
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item:nth-child(2){
    width:31%;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item:nth-child(3){
    width:31%;
    flex-direction:column-reverse;
    border-bottom-left-radius:5px
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item .img_box{
    overflow:hidden
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item .text_box{
    padding:30px;
    text-align:center
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item .text_box p:last-child{
    font-size:16px;
    color:#666
}
 .bl_product_show .bl_show_box4 .bl_show_box4_item .item .text_box p:first-child{
    font-size:24px;
    margin-bottom:10px
}
 .bl_product_show .bl_show_box5 .bl_show_box5_item{
    margin-top:45px;
    display:flex;
    justify-content:space-between
}
 .bl_product_show .bl_show_box5 .bl_show_box5_item .item{
    width:25%;
    background:#f8f8f8;
    padding:0 3%
}
 .bl_product_show .bl_show_box5 .bl_show_box5_item .item .img_box{
    text-align:center;
    margin-bottom:15px
}
 .bl_product_show .bl_show_box5 .bl_show_box5_item .item .text_box{
    text-align:center
}
 .bl_product_show .bl_show_box5 .bl_show_box5_item .item .text_box i{
    width:46px;
    height:46px;
    display:inline-block;
    border-radius:100vh;
    font-style:unset;
    background:#999;
    line-height:46px;
    text-align:center;
    font-size:20px;
    color:#fff
}
 .bl_product_show .bl_show_box5 .bl_show_box5_item .item .text_box p:last-child{
    font-size:20px;
    line-height:1.2;
    margin-top:10px
}
 @media (max-width:1600px){
    .bl_product_show .bl_show_box2 .bl_show_box2_item{
        gap:10px
    }
}
 @media (max-width:1440px){
    .bl_product_show .bl_show_box2 .bl_show_box2_item .item{
        width:49.25%
    }
     .bl_product_show .bl_show_box3{
        padding-bottom:0
    }
     .bl_product_show .bl_show_box4{
        padding-bottom:0
    }
     .bl_product_show .bl_show_box4 .bl_show_box4_item .item .img_box{
        height:100%
    }
     .bl_product_show .bl_show_box4 .bl_show_box4_item .item .img_box p{
        height:100%
    }
     .bl_product_show .bl_show_box4 .bl_show_box4_item .item .img_box img{
        height:100%;
        object-fit:cover
    }
}
 @media (min-width:769px) and (max-width:1400px){
    .bl_product_show .bl_show_box1 .bl_show_box1_item{
        width:90%;
        margin:auto;
        margin-top:20px
    }
     .bl_product_show .bl_show_box1 .bl_show_box1_item .item .text_box p:first-child{
        font-size:20px
    }
     .bl_product_show .bl_show_box1 .bl_show_box1_item .item .text_box p:last-child{
        font-size:16px
    }
     .bl_product_show table td{
        font-size:18px
    }
     .bl_product_show .bl_show_title{
        font-size:36px
    }
     .bl_product_show .bl_show_remark{
        font-size:20px
    }
     #show_products_form .auto-container,.show_products .auto-container{
        max-width:90%
    }
     .show_products .show_products_head{
        padding-top:3%
    }
     .show_products .show_products_head .text_box h1{
        margin-top:10px;
        margin-bottom:10px
    }
     .page_products .auto-container{
        max-width:90%
    }
     .page_products .page_products_box .item .text_box p{
        min-height:.5rem
    }
}
 @media(max-width:1080px){
    .bl_product_show .bl_show_box2 .bl_show_box2_item .item .other{
        padding:10px 45px
    }
}
 @media(max-width:768px){
    .bl_product_show .bl_show_title{
        font-size:30px
    }
     .bl_product_show .bl_show_remark{
        font-size:22px
    }
     .bl_product_show .bl_show_box1 .bl_show_box1_item{
        flex-wrap:wrap
    }
     .bl_product_show .bl_show_box1 .bl_show_box1_item .item{
        width:100%
    }
     .bl_product_show .bl_show_box2 .bl_show_box2_item .item{
        width:100%;
        border-radius:0!important
    }
     .bl_product_show .bl_show_box2 .bl_show_box2_item .item .other{
        font-size:16px
    }
     .bl_product_show .bl_show_box2 .bl_show_box2_item .item .text_box p{
        font-size:18px;
        padding:15px;
        line-height:1.2
    }
     .bl_product_show table th{
        padding:20px;
        font-size:18px
    }
     .bl_product_show .bl_show_box4 .bl_show_box4_item{
        flex-wrap:wrap
    }
     .bl_product_show .bl_show_box4 .bl_show_box4_item .item{
        width:100%!important;
        border-radius:0!important
    }
     .bl_product_show .bl_show_box4 .bl_show_box4_item .item:nth-child(3){
        flex-direction:column
    }
     .bl_product_show .bl_show_box5 .bl_show_box5_item{
        flex-wrap:wrap
    }
     .bl_product_show .bl_show_box5 .bl_show_box5_item .item{
        width:50%;
        margin-bottom:30px
    }
}
 