.swiper-pagination,.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    margin:auto;
    left:0;
    right:0
}
 .swiper-pagination .swiper-pagination-bullet{
    width:.2rem;
    height:.2rem;
    cursor:pointer;
    background:#ffffff;
    border:.01rem solid #9f9f9f;
    opacity:1;
    transition:all .3s linear;
    margin:0 !important;
    margin-right:.2rem !important
}
 .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right:0 !important
}
 .swiper-pagination .swiper-pagination-bullet-active{
    background:var(--color);
    border-color:var(--color)
}
 .common_from{
    display:flex;
    border-radius:.1rem;
    margin-bottom:.7rem;
    margin-top:1rem
}
 .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{
    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: var(--color);
    border-color: var(--color);
}
 .common_from form .submit button .btn_small_wrap .btn_small_list.hover{
    background-color: #fff;
    border-color: #ffffff;
    color: var(--color);
}
 .common_from form .submit button .btn_small_wrap .btn_small_list .btn_main_text{
    font-size:.14rem;
    font-family:RobotoMedium
}
 .index_banner{
    width:100%;
    overflow:hidden
}
 .index_banner .swiper-pagination{
    text-align:right;
    bottom:1rem
}
 .index_banner .swiper-pagination-bullet{
    border-color:#ffffff
}
 .index_banner .swiper-pagination-bullet-active{
    background:var(--color);
    border-color:var(--color)
}
 .section .head_block{
    text-align:center
}
 .section .head_block p{
    font-size:.48rem;
    text-transform:uppercase;
    font-family:'RobotoBold';
    color:#000
}
 .section .btn_box{
    text-align:center;
    margin-top:.1rem;
    transition:all .3s linear
}
 .section .btn_box a,.section .btn_box{
    font-size:.16rem;
    color:#6e6f6f
}
 .section .btn_box span{
    display:inline-block;
    width:.33rem;
    height:.33rem;
    border-radius:100vh;
    border:.01rem solid #222222;
    line-height:.33rem;
    margin-left:.1rem;
    transition:all .3s linear
}
 .section .btn_box span img{
    max-width:.13rem;
    transition:all .3s linear;
    margin-top:-.05rem
}
 .section .btn_box a:hover{
    color:var(--color)
}
 .section .btn_box a:hover span{
    border-color:var(--color);
    background:var(--color)
}
 .section .btn_box a:hover span img{
    filter:brightness(0) invert(1)
}
 .section .head_block span{
    font-size:.24rem;
    display:inline-block;
    color:#fff
}
 .index_section1{
    padding:.9rem 0
}
 .index_section1 .index_section1_box{
    margin-top:.4rem;
    display:flex;
    justify-content:space-between;
    gap:.2rem
}
 .index_section1 .index_section1_box .item{
    background:#f6f6f6;
    border-radius:.08rem;
    overflow:hidden
}
 .index_section1 .index_section1_box .item .item_box .img_box{
    overflow:hidden;
    margin-bottom:.3rem;
    border-bottom:.01rem solid #999999
}
 .index_section1 .index_section1_box .item .item_box .img_box img{
    height:100%;
    object-fit:cover
}
 .index_section1 .index_section1_box .item .item_box .text_box{
    padding:0 .3rem
}
 .index_section1 .index_section1_box .item .text_box .title{
    font-size:.3rem;
    font-family:'RobotoBold';
    margin-bottom:.15rem
}
 .index_section1 .index_section1_box .item .text_box .remark{
    font-size:.16rem
}
 .index_section1 .index_section1_box .item .text_box .remark p{
    margin-bottom:.1rem;
    display:flex;
    align-items:center;
    line-height:normal
}
 .index_section1 .index_section1_box .item .text_box .remark p:last-child{
    margin-bottom:0
}
 .index_section1 .index_section1_box .item .text_box .remark p img{
    margin-right:.05rem;
    max-width:.08rem;
    filter:brightness(0)
}
 .index_section1 .more_btn{
    margin-top:.3rem;
    margin-left:.3rem;
    margin-bottom:.3rem
}
 .index_section1 .more_btn .btn_effect4{
    font-family:RobotoRegular;
    height:auto;
    color:#333
}
 .index_section1 .more_btn .btn_effect4 .btn_small_list{
    text-transform:capitalize;
    padding:.11rem .3rem;
    color:#4d4d4d;
    border-radius:.08rem
}
 .index_section1 .more_btn .btn_effect4 .btn_small_list .btn_main_text{
    font-size:.16rem
}
 .index_section1 .more_btn .btn_effect4 .btn_small_list.hover{
    background:var(--color);
    border-color:var(--color);
    color:#fff
}
 .index_section2{
    padding: 0;
    position: relative;
}
 .index_section2 .auto-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 .index_section2 .head_block{
}
 .index_section2 .head_block p{
    color:#fff;
    margin-bottom:.45rem
}
 .index_section2 .head_block span{
    font-size:.2rem;
    line-height:.3rem;
    white-space:pre-line
}
 .index_section2 .more_btn{
    text-align:center;
    margin-top:.65rem
}
 .index_section2 .more_btn .btn_effect4{
}
 .index_section2 .more_btn .btn_effect4 .btn_small_list{
}
 .index_section2 .more_btn .btn_effect4 .btn_small_list.hover{
}
 .index_section2 .index_section2_box{
    padding-top:.6rem;
    display:flex;
    justify-content:space-evenly
}
 .index_section2 .index_section2_box .item{
    color:#fff;
    position:relative;
    text-align:center
}
 .index_section2 .index_section2_box .item .txt{
    margin-bottom:.1rem;
    color:var(--color)
}
 .index_section2 .index_section2_box .item .txt div .counter{
    font-size:.42rem;
    font-family:'RobotoBold';
    display:inline-block;
    margin-right:.1rem
}
 .index_section2 .index_section2_box .item .txt div p{
    display:inline-block;
    font-size:.3rem
}
 .index_section2 .index_section2_box .item .remark{
    font-size:.2rem;
    line-height:.24rem;
    color:#bdbdbd
}
 .index_section2 .more_btn .btn_effect4{
    height:auto;
    font-family:RobotoMedium
}
 .index_section2 .more_btn .btn_effect4 .btn_small_list{
    border-radius:.08rem;
    background:var(--color);
    color:#fff;
    border-color:var(--color);
    text-transform:none;
    padding:.11rem .35rem
}
 .index_section2 .more_btn .btn_effect4 .btn_small_list.hover{
    border-color:#fff;
    background:#fff;
    color:#222
}
 .index_section3{
    padding-top:.8rem;
    background:#f6f6f6
}
 .index_section3 .index_section3_box{
    margin-top:.4rem;
    padding-bottom:1rem
}
 .index_section3 .index_section3_box .swiper-container{
    padding-bottom:.9rem
}
 .index_section3 .index_section3_box .swiper-wrapper{
}
 .index_section3 .index_section3_box .swiper-slide{
    display:flex;
    flex-wrap:wrap;
    gap:.35rem
}
 .index_section3 .index_section3_box .swiper-slide .item{
    flex:0 0 calc((100% - 1 * .35rem) / 2)
}
 .index_section3 .index_section3_box .swiper-slide .item a{
    display:flex;
    border-radius:.08rem;
    overflow:hidden;
    background:#ffffff;
    flex-direction:row-reverse;
    align-items:center
}
 .index_section3 .index_section3_box .swiper-slide .item .img_box{
    width:50%;
    overflow:hidden
}
 .index_section3 .index_section3_box .swiper-slide .item .img_box img{
}
 .index_section3 .index_section3_box .swiper-slide .item .text_box{
    padding:.35rem;
    width:50%
}
 .index_section3 .index_section3_box .swiper-slide .item .text_box p{
    font-size:.2rem;
    color:#000000
}
 .index_section3 .index_section3_box .swiper-slide .item .text_box h4{
    font-size:.2rem;
    line-height: .26rem;
    font-family:'RobotoBold';
    color:#757575;
    margin:.4rem 0;
    transition:all .3s linear
}
 .index_section3 .index_section3_box .swiper-slide .item .text_box .other{
    margin-bottom:.4rem
}
 .index_section3 .index_section3_box .swiper-slide .item .text_box .other img{
    max-width:.18rem;
    margin-right:.05rem
}
 .index_section3 .index_section3_box .swiper-slide .item .btn_box{
    display:inline-block
}
 .index_section3 .index_section3_box .swiper-slide .item:hover .text_box h4{
    color:var(--color)
}
 .index_section3 .index_section3_box .swiper-slide .item:hover .btn_box{
}
 .index_section3 .index_section3_box .swiper-slide .item:hover span{
    border-color:var(--color);
    background:var(--color)
}
 .index_section3 .index_section3_box .swiper-slide .item:hover span img{
    filter:brightness(0) invert(1)
}
 .index_section4{
    aspect-ratio:19.2/3.99;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:.9rem
}
 .index_section4 .head_block p{
    color:#fff;
    font-size:.36rem
}
 .index_section4 .head_block span{
    color:#fff;
    margin-top:.2rem
}
 .index_section4 .more_btn{
    margin-top:.6rem;
    text-align:center
}
 .index_section4 .more_btn .btn_effect4 .btn_small_list{
    text-transform:capitalize;
    color:#fff;
    border-radius:.08rem;
    background:var(--color);
    border-color:var(--color);
    padding:.16rem .55rem;
    font-family:'RobotoRegular'
}
 .index_section4 .more_btn .btn_effect4 .btn_small_list.hover{
    color:#bc7700;
    background:#fff;
    border-color:#fff
}
 .index_section5{
}
 .index_section5 .head_block p{
    margin-bottom:0
}
 .index_section5 .index_section5_box{
    margin-top:.4rem
}
 .index_section5 .index_section5_box .swiper-container{
    padding-bottom:.8rem
}
 .index_section5 .index_section5_box .swiper-pagination{
    bottom:0
}
 .index_section5 .index_section5_box .swiper-slide .item{
    transition:all .3s linear;
    background:#f6f6f6;
    border-radius:.1rem;
    overflow:hidden
}
 .index_section5 .index_section5_box .swiper-slide .item a{
    display:block
}
 .index_section5 .index_section5_box .swiper-slide .item .img_box{
    overflow:hidden;
    border:.01rem solid #eeeeee;
    border-bottom:0;
    border-top-right-radius:.1rem;
    border-top-left-radius:.1rem
}
 .index_section5 .index_section5_box .swiper-slide .item .img_box img{
    width:100%;
    object-fit:cover
}
 .index_section5 .index_section5_box .swiper-slide .item .text_box{
    padding:.2rem
}
 .index_section5 .index_section5_box .swiper-slide .item .text_box .title{
    font-size:.2rem;
    margin-bottom:.15rem;
    line-height:1.3;
    min-height:.52rem;
    transition:all .3s linear
}
 .index_section5 .index_section5_box .swiper-slide .item .text_box .remark{
    font-size:.16rem;
    line-height:1.3;
    color:#666;
    min-height:.63rem
}
 .index_section5 .index_section5_box .swiper-slide .item .text_box .other{
    color:#666666;
    font-size:.15rem;
    display:flex;
    justify-content:space-between;
    margin:.15rem 0;
    align-items:center;
    border-top:.01rem solid #dddddd;
    padding-top:.2rem
}
 .index_section5 .index_section5_box .swiper-slide .item .text_box .other span:first-child{
    margin-right:.1rem
}
 .index_section5 .index_section5_box .swiper-slide .item .text_box .other span:last-child{
    transition:all .3s linear
}
 .index_section5 .index_section5_box .swiper-slide .item .text_box .other span img{
    margin-right:.05rem;
    margin-top:-.03rem;
    max-width:.14rem
}
 .index_section5 .index_section5_box .swiper-slide .item:hover{
}
 .index_section5 .index_section5_box .swiper-slide .item:hover .text_box .title,.index_section5 .index_section5_box .swiper-slide .item:hover .text_box .other span:last-child{
    color:var(--color)
}
 .index_section5 .index_section5_box .swiper-slide .item:hover .text_box .other span{
}
 .index_section5 .index_section5_box .swiper-slide .item:hover .text_box .other{
}
 .index_section6{
    padding:.8rem 0
}
 .index_section6.auto-container{
    max-width:16rem
}
 .index_section6 .head_block{
}
 .index_section6 .head_block p{
}
 .index_section6 .index_section6_box{
    margin-top:.5rem;
    display:flex;
    gap:.15rem;
    flex-wrap:nowrap;
    overflow:hidden
}
 .index_section6 .index_section6_box .item{
    flex:0 0 calc((60.55% - 2 * .15rem) / 3);
    height:3.3rem;
    transition:flex-basis .7s ease,opacity .3s ease;
    position:relative
}
 .index_section6 .index_section6_box .item.active{
    flex:0 0 38.5%
}
 .index_section6 .index_section6_box .item a{
    display:block;
    border-radius:.08rem;
    overflow:hidden;
    position:relative;
    height:100%
}
 .index_section6 .index_section6_box .item .img_box{
    height:100%;
    overflow:hidden
}
 .index_section6 .index_section6_box .item .img_box img{
    height:100%;
    width:100%;
    object-fit:cover
}
 .index_section6 .index_section6_box .item.active .img_box img{
}
 .index_section6 .index_section6_box .item .text_box{
    position:absolute;
    left:0;
    bottom:0;
    padding:.2rem;
    color:#ffffff;
    background:linear-gradient(rgba(228,237,243,0) 6.87%,rgb(0 0 0 / 90%) 96.85%);
    opacity:0;
    transition:opacity .4s ease
}
 .index_section6 .index_section6_box .item .text_box h4{
    font-size:.24rem;
    font-family:'RobotoBold';
    padding-bottom:.2rem;
    margin-bottom:.2rem;
    border-bottom:.01rem solid rgb(246 246 246 / 20%)
}
 .index_section6 .index_section6_box .item .text_box .remark{
    font-size:.16rem;
    line-height:.24rem
}
 .index_section6 .index_section6_box .item.active .text_box{
    opacity:1
}
 .index_section7{
    padding-bottom:.8rem
}
 .index_section7 .head_block{
}
 .index_section7 .head_block p{
}
 .index_section7 .index_section7_box{
    margin-top:.5rem;
    display:flex;
    gap:.35rem
}
 .index_section7 .index_section7_box .item{
}
 .index_section7 .index_section7_box .item a{
    display:block;
    position:relative;
    border-radius:.08rem;
    overflow:hidden
}
 .index_section7 .index_section7_box .item .img_box{
    overflow:hidden
}
 .index_section7 .index_section7_box .item .img_box img{
}
 .index_section7 .index_section7_box .item h4{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    font-size:.24rem;
    font-family:'RobotoBold';
    text-align:center;
    padding:.25rem .1rem;
    background:rgb(255 255 255 / 80%)
}
 .page_banner{
    position:relative
}
 .page_banner .img_box{
    overflow:hidden
}
 .page_banner .img_box img{
    width:100%;
    height:100%;
    object-fit:cover
}
 .page_banner .txt{
    position:absolute;
    bottom:30%;
    left:0;
    right:0;
    text-align:center
}
 .page_banner .txt h2{
    font-size:.48rem;
    font-family:'RobotoBold';
    color:#feffff
}
 .page_inside{
    padding:.15rem 0
}
 .page_inside .auto-container{
    font-size:.16rem;
    color:#ffffff
}
 .page_inside a{
    color:#ffffff;
    text-transform:capitalize
}
 .page_inside i{
    font-family:fangsong;
    font-style:normal;
    font-weight:bold;
    margin:0 .05rem
}
 .page_inside a img{
    max-width:.2rem;
    margin-top:-0.08rem;
    margin-right:.1rem
}
 .page_inside a:last-child{
    color:var(--color)
}
 .list_products{
    background:#f6f6f6
}
 .list_products .list_pro_top{
    padding-top:.7rem;
    padding-bottom:.35rem;
    border-bottom:.02rem solid #e3e3e3
}
 .list_products .list_pro_top .auto-container{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.15rem
}
 .list_products .list_pro_top .item{
}
 .list_products .list_pro_top .item .auto-container{
}
 .list_products .list_pro_top .item a{
    display:block;
    font-size:.2rem;
    font-family:'RobotoBold';
    color:#ffffff;
    background:#cdcdcd;
    border-radius:100vh;
    padding:.1rem .35rem;
    min-width:1.5rem;
    text-align:center
}
 .list_products .list_pro_top .item.active a{
    color:var(--color)
}
 .list_products .list_pro_top .item:hover a{
    background:var(--color)
}
 .list_products .list_products_box{
    padding-bottom:.8rem
}
 .list_products .list_products_box .auto-container{
}
 .list_products .list_products_box .item_box{
    padding-top:.7rem;
    position:relative
}
 .list_products .list_products_box .item_box h4{
    font-size:.36rem;
    font-family:'RobotoBold'
}
 .list_products .list_products_box .item_box .swiper-container{
    margin-top:.5rem;
    padding-bottom:1rem
}
 .list_products .list_products_box .item_box .swiper-wrapper{
}
 .list_products .list_products_box .item_box .swiper-pagination{
    bottom:0;
    text-align:right;
    font-size:.18rem;
    margin-right:.5rem;
    width:max-content;
    left:unset
}
 .list_products .list_products_box .item_box .swiper-button-prev,.list_products .list_products_box .item_box .swiper-button-next{
    left:unset;
    top:unset;
    bottom:0;
    width:.33rem;
    height:.33rem;
    line-height:.33rem;
    border-radius:.03rem;
    background:transparent;
    border:.01rem solid #b1b1b1;
    z-index:99;
    transition:all .3s linear
}
 .list_products .list_products_box .item_box .swiper-button-prev img,.list_products .list_products_box .item_box .swiper-button-next img{
    filter:unset;
    max-width:.15rem
}
 .list_products .list_products_box .item_box .swiper-button-prev{
    right:1.1rem
}
 .list_products .list_products_box .item_box .swiper-button-next{
    right:0
}
 .list_products .list_products_box .item_box .swiper-button-prev:hover,.list_products .list_products_box .item_box .swiper-button-next:hover{
    background:var(--color);
    border-color:var(--color)
}
 .list_products .list_products_box .item_box .swiper-button-prev:hover img,.list_products .list_products_box .item_box .swiper-button-next:hover img{
    filter:invert(1)
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide{
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item{
    background:#ebebeb;
    border-radius:.08rem;
    overflow:hidden
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item a{
    display:block
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .img_box{
    overflow:hidden
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .img_box img{
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box{
    padding:.3rem
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box i{
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box p{
    line-height:.3rem;
    font-size:.2rem;
    min-height:.6rem
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box .more_btn{
    margin-top:.3rem;
    cursor:pointer
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box .more_btn .btn_effect4{
    font-family:'RobotoRegular'
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box .more_btn .btn_effect4 .btn_small_list{
    color:#424242;
    padding:.1rem .2rem;
    transition: all .3s 
linear;
}
 .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box .more_btn .btn_effect4 .btn_small_list.hover, .list_products .list_products_box .item_box .swiper-wrapper .swiper-slide .item .text_box .more_btn .btn_effect4 .btn_small_list:hover{
    color:#ffffff;
    background:var(--color);
    border-color:var(--color)
}
 .list_products .list_products_content{
    background:#ffffff;
    padding:.8rem 0
}
 .list_products .list_products_content h3{
    font-size:.24rem;
    font-family:'RobotoBold';
    text-align:center
}
 .list_products .list_products_content p{
    font-size:.2rem;
    line-height:.3rem;
    color:#666666
}
 .list_products .list_products_content ul li{
    list-style:decimal
}
 .list_products .list_products_content ol li{
    list-style:disc;
    flex:0 0 calc((100% - 2 * .6rem) / 3);
    font-size:.2rem;
    line-height:.3rem
}
 .list_products .list_products_content .pro_section_box{
}
 .list_products .list_products_content .pro_section_box1{
    background:#f6f6f6;
    padding:.45rem 0
}
 .list_products .list_products_content .pro_section_box1 .video_box{
    position:relative;
    border-radius:.1rem;
    overflow:hidden
}
 .list_products .list_products_content .pro_section_box1 .video_box .play_btn{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:max-content;
    height:max-content;
    cursor:pointer;
    max-width: 1.05rem;
}
 .list_products .list_products_content .pro_section_box2{
    padding:.45rem 0
}
 .list_products .list_products_content .pro_section_box2 .item_box{
    display:flex;
    gap:.45rem .25rem;
    flex-wrap:wrap
}
 .list_products .list_products_content .pro_section_box2 .item_box .item{
    flex:0 0 calc((100% - 1 * .45rem) / 2);
    border-radius:.05rem;
    border:.01rem solid #d3d3d3
}
 .list_products .list_products_content .pro_section_box2 .item_box .item .title{
    font-size:.18rem;
    padding:.2rem;
    margin-bottom:.2rem;
    border-bottom:.01rem solid #dddddd
}
 .list_products .list_products_content .pro_section_box2 .item_box .item .remark{
    padding:0 .2rem;
    padding-bottom:.2rem;
    font-size:.18rem;
    line-height:.28rem;
    color:var(--color)
}
 .page_product_show .product_show_head{
    padding:.9rem 0;
    background:#f6f6f6
}
 .page_product_show .product_show_head .auto-container{
    display:flex;
    align-items:flex-start;
    justify-content:space-between
}
 .page_product_show .product_show_head .img_box{
    width:51%;
    margin-right:4%
}
 .page_product_show .product_show_head .text_box{
    width:45%
}
 .page_product_show .product_show_head .img_box .view_box{
    position:relative;
    margin-bottom:.3rem;
    border:.01rem solid #eee
}
 .page_product_show .product_show_head .img_box .thumb_box{
    position:relative
}
 .page_product_show .product_show_head .img_box .thumb_box .thumbelina{
    overflow:hidden
}
 .page_product_show .product_show_head .img_box .thumb_box .img{
    width:1.15rem;
    height:1.15rem;
    overflow:hidden;
    margin-right:.1rem;
    cursor:pointer;
    background:#f0f1f1;
    overflow:hidden
}
 .page_product_show .product_show_head .img_box .thumb_box .img img{
    border:.01rem solid #cccccc;
    border-radius:.05rem;
    transition:all .3s linear
}
 .page_product_show .product_show_head .img_box .thumb_box .img img.cloudzoom-gallery-active{
    border-color:var(--color)
}
 .page_product_show .product_show_head .img_box .thumb_box .img:last-child{
    margin-right:.1rem
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev,.page_product_show .product_show_head .img_box .thumb_box .swiper-button-next{
    left:unset;
    bottom:0;
    width:.33rem;
    height:.33rem;
    line-height:.33rem;
    border-radius:.03rem;
    background:transparent;
    border:.01rem solid #b1b1b1;
    z-index:99;
    transition:all .3s linear
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-next:before,.page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev:before{
    display:block;
    top:30%;
    left:26%;
    border-color:#b1b1b1;
    border-width:.02rem
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-next:hover,.page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev:hover{
    background:var(--color)
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-next:hover:before,.page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev:hover:before{
    border-color:#ffffff
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev{
    right:1.1rem
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-next{
    right:0
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev:hover,.page_product_show .product_show_head .img_box .thumb_box .swiper-button-next:hover{
    background:var(--color);
    border-color:var(--color)
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev:hover img,.page_product_show .product_show_head .img_box .thumb_box .swiper-button-next:hover img{
    filter:invert(1)
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-prev{
    left:0
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-button-next{
    right:0
}
 .page_product_show .product_show_head .img_box .thumb_box .swiper-slide-active{
    border-color:#000
}
 .page_product_show .product_show_head .img_box .view_box img.cloudzoom{
    width:100%
}
 .page_product_show .product_show_head .img_box .thumb_box #slider1{
    height:1.15rem;
    position:relative;
    width:86%;
    margin:auto
}
 .page_product_show .product_show_head .text_box h1{
    font-size:.3rem;
    line-height:.44rem;
    margin-bottom:.2rem
}
 .page_product_show .product_show_head .text_box .remark{
    font-size:.2rem;
    line-height:1.5
}
 .page_product_show .product_show_head .text_box .attribute_box{
    border-bottom:.01rem solid #cfcfcf;
    padding-bottom:.25rem;
    margin-bottom:.25rem
}
 .page_product_show .product_show_head .text_box .attribute{
    border-top:.01rem solid #cfcfcf;
    margin:.25rem 0;
    padding:.25rem 0;
    margin-bottom:0;
    padding-bottom:0
}
 .page_product_show .product_show_head .text_box .attribute div{
    font-size:.18rem;
    margin-bottom:.1rem
}
 .page_product_show .product_show_head .text_box .attribute div p:first-child,.page_product_show .product_show_head .text_box .color_thumbs>p{
}
 .page_product_show .product_show_head .text_box .color_thumbs{
}
 .page_product_show .product_show_head .text_box .color_thumbs>p{
    font-size:.18rem
}
 .page_product_show .product_show_head .text_box .color_thumbs>p:last-child{
    color:var(--color)
}
 .page_product_show .product_show_head .text_box .color_thumbs .color_img{
    margin:.1rem 0;
    display:flex;
    width: 54%;
    flex-wrap: wrap;
    gap: .1rem;
}
 .page_product_show .product_show_head .text_box .color_thumbs .color_img p{
    width:.32rem;
    height:.32rem;
    border:.01rem solid #e7e7e7;
    /* margin-right:.1rem; */
    overflow:hidden;
    border-radius:.03rem;
    cursor:pointer;
    transition:all .3s linear
}
 .page_product_show .product_show_head .text_box .color_thumbs .color_img p:last-child{
    margin-right:0
}
 .page_product_show .product_show_head .text_box .color_thumbs .color_img p:hover{
    border-color:var(--color)
}
 .page_product_show .product_show_head .text_box .contact_box{
    margin-bottom:.2rem
}
 .page_product_show .product_show_head .text_box .contact_box p{
    font-size:.18rem;
    margin-bottom:.1rem
}
 .page_product_show .product_show_head .text_box .contact_box img{
    margin-right:.1rem;
    max-width:.24rem
}
 .page_product_show .product_show_head .text_box .contact_box a{
    margin-right:.1rem;
    color:#353535
}
 .page_product_show .product_show_head .text_box .contact_box a:last-child{
    margin-right:0
}
 .page_product_show .product_show_head .text_box .btn_box{
    margin-bottom:.25rem
}
 .page_product_show .product_show_head .text_box .btn_box .quote-button{
    cursor:pointer;
    margin-right:.15rem
}
 .page_product_show .product_show_head .text_box .btn_box .btn_effect4 .btn_small_list{
    border:.01rem solid var(--color);
    padding:.07rem .38rem;
    background:var(--color);
    color:#fff;
    font-family:RobotoMedium;
    border-radius:.05rem
}
 .page_product_show .product_show_head .text_box .btn_box .btn_effect4 .btn_small_list.hover{
    background:#fff;
    color:var(--color)
}
 .page_product_show .product_show_head .text_box .btn_box .btn_effect4:last-child .btn_small_list{
    border:.01rem solid #2f2f2f;
    padding:.07rem .38rem;
    color:#2f2f2f;
    background:0 0
}
 .page_product_show .product_show_head .text_box .btn_box .btn_effect4:last-child .btn_small_list.hover{
    background:#ffffff;
    color:var(--color);
    border-color:var(--color)
}
 .page_product_show .product_show_head .text_box .share_box a{
    display:inline-block;
    margin-right:.05rem
}
 .page_product_show .product_show_head .text_box .share_box a img{
    max-width:.25rem
}
 .page_product_show .product_show_content{
    margin-top:.45rem
}
 .page_product_show .page_recommend_pro{
    background:#f6f6f6;
    padding:.8rem 0
}
 .page_product_show .page_recommend_pro .page_content_block{
    font-size:.36rem;
    margin-bottom:.5rem;
    font-family:'RobotoBold';
    text-align:center;
    text-transform:capitalize
}
 .page_product_show .page_recommend_pro .page_recommend_pro_box{
    position:relative
}
 .page_product_show .page_recommend_pro .swiper-container{
    padding-bottom:.85rem
}
 .page_product_show .page_recommend_pro .swiper-pagination{
    bottom:0
}
 .page_product_show .page_recommend_pro .swiper-slide{
}
 .page_product_show .page_recommend_pro .swiper-slide .item{
    background:#ebebeb;
    border-radius:.08rem;
    overflow:hidden
}
 .page_product_show .page_recommend_pro .swiper-slide .item a{
    display:block
}
 .page_product_show .page_recommend_pro .swiper-slide .item .img_box{
    overflow:hidden
}
 .page_product_show .page_recommend_pro .swiper-slide .item .img_box img{
}
 .page_product_show .page_recommend_pro .swiper-slide .item .text_box{
    padding:.3rem
}
 .page_product_show .page_recommend_pro .swiper-slide .item .text_box i{
}
 .page_product_show .page_recommend_pro .swiper-slide .item .text_box p{
    line-height:.3rem;
    font-size:.2rem;
    min-height:.6rem
}
 .page_product_show .page_recommend_pro .swiper-slide .item .text_box .more_btn{
    margin-top:.3rem;
    cursor:pointer
}
 .page_product_show .page_recommend_pro .swiper-slide .item .text_box .more_btn .btn_effect4{
    font-family:'RobotoRegular'
}
 .page_product_show .page_recommend_pro .swiper-slide .item .text_box .more_btn .btn_effect4 .btn_small_list{
    color:#424242;
    padding:.1rem .2rem
}
 .page_product_show .page_recommend_pro .swiper-slide .item .text_box .more_btn .btn_effect4 .btn_small_list.hover{
    color:#ffffff;
    background:var(--color);
    border-color:var(--color)
}
.page_news{
    padding-bottom: .9rem;
}
 .page_news .auto-container{
    padding-top:.9rem
}
 .page_news .page_news_box{
    margin-bottom:.9rem
}
 .page_news .common_from{
    padding-top:0
}
 .page_news .list_news_box,.page_news .list_news_box1{
    margin-bottom:.9rem
}
 .page_news .list_news_box .line{
    font-size:.36rem;
    font-family:RobotoMedium;
    position:relative;
    margin-bottom:.4rem
}
 .page_news .list_news_box .line:before{
    content:'';
    display:block;
    width:80%;
    height:.01rem;
    background:#666;
    position:absolute;
    right:0;
    top:50%
}
 .page_news .list_news_box .item_box,.page_news .page_news_box .item_box{
    display:flex;
}
 .page_news .page_news_box .item_box{
    flex-wrap:wrap;
    gap:.9rem .15rem;
    margin-bottom:.6rem
}
 .page_news .page_news_box .item_box .item{
    margin-bottom:.9rem
}
 .page_news .page_news_box .item_box .item{
    flex: 0 0 calc((100% - 2* 0.15rem) / 3);
    margin-bottom:0
}
 .page_news .item a,.page_news .list_news_box1 .right .item a{
    display:block
}
 .page_news .list_news_box .item_box .right .item a{
    display:flex;
    flex-direction:row-reverse;
    align-items:center
}
 .page_news .img_box{
    overflow:hidden
}
 .page_news .img_box img{
    width:100%
}
 .page_news .list_news_box .item_box .right .item .img_box{
    width:35%
}
 .page_news .list_news_box .item_box .left{
    width:43%
}
 .page_news .list_news_box1 .left{
    width:25%
}
 .page_news .list_news_box1 .right{
    display:flex;
    width:75%
}
 .page_news .list_news_box1 .right .item{
    width:50%;
    margin-right:7%
}
 .page_news .list_news_box .item_box .right{
    width:57%;
    padding-left:5%
}
 .page_news .txt{
    padding:.15rem 0;
    padding-bottom:0
}
 .page_news .list_news_box .item_box .right .item .txt{
    width:65%;
    padding-right:5%
}
 .page_news .txt h3{
    font-size:.2rem;
    line-height:1.3;
    margin-bottom:.15rem
}
 .page_news .txt .remark{
    font-size:.18rem;
    line-height:1.3;
    color:#666
}
 .page_news .txt span{
    display:block;
    margin-top:.24rem;
    font-size:.18rem;
    line-height:1.3;
    color:#666;
    transition:all .3s linear
}
 .page_news .item:hover .txt span{
    color:#c49d48
}
 .page_news .txt span img{
    max-height:.18rem;
    filter:contrast(0);
    transition:all .3s linear
}
 .page_news .item:hover .txt span img{
    filter:unset
}
 .page_news .txt .other{
    display:flex;
    align-items:center;
    margin-bottom:.15rem
}
 .page_news .txt .other p{
    margin-right:.15rem;
    font-size:.15rem;
    color:#666
}
 .page_news .txt .other p img{
    margin-right:.1rem
}
 .page_news .txt .other p:first-child img{
    max-height:.25rem
}
 .page_news .list_news_box .item_box .right .item{
    padding-bottom:.2rem;
    margin-bottom:.2rem;
    border-bottom:.01rem solid #ddd
}
 .page_news .list_news_box .item_box .right .item:last-child{
    margin-bottom:0
}
 .page_news .list_news_box1{
    display:flex;
    flex-direction:row-reverse
}
 .page_news .list_news_box1 .left h3{
    font-size:.36rem;
    color:#222;
    margin-bottom:.25rem
}
 .page_news .list_news_box1 .left p{
    font-size:.24rem;
    position:relative;
    margin-bottom:.2rem
}
 .page_news .list_news_box1 .left p:before{
    content:'';
    display:block;
    width:.35rem;
    height:.04rem;
    background:#333;
    position:absolute;
    right:15%;
    top:48%
}
 .page_news .list_news_box1 .left .remark{
    font-size:.18rem;
    line-height:1.2
}
 .show_news{
    padding:.8rem 0;
    background:#f6f6f6
}
 .show_news .post-info{
    background:#ffffff;
    color:#333;
    padding:.3rem;
    font-size:.16rem
}
 .show_news .post-info .header{
    margin-bottom:.4rem;
    text-align:center
}
 .show_news .post-info .header>h1{
    font-size:.36rem;
    font-family:RobotoBold;
    line-height:1.3
}
 .show_news .post-info .header>p{
    margin:.2rem auto;
    border-bottom:.01rem solid #eee;
    padding-bottom:.2rem
}
 .show_news .post-info .header>p>span{
    font-size:.16rem
}
 .show_news .post-info .header>p>span>img{
    margin-right:.05rem;
    max-width:.14rem;
    margin-top:-.03rem
}
 .show_news .post-info li,.show_news .post-info ul{
    line-height:1.6
}
.show_news .post-info .content a,.page_product_show .product_show_content a{
    color: var(--color);
}
 .show_news .post-info .content{
    line-height:1.6
}
 .show_news .post-info .content ul,.show_news .post-info .content ol{
    margin-left:.15rem
}
 .show_news .post-info .content ul li{
    list-style-type:disc
}
 .show_news .post-info .content ol li{
    list-style-type:decimal
}
 .show_news .post-info .content p{
    margin:0;
    margin-bottom:.1rem
}
 .show_news .post-info .post-pagination{
    margin-top:.3rem
}
 .show_news .post-info .post-pagination p{
    margin:.15rem 0
}
 .show_news .post-info .post-pagination p a{
    font-size:.2rem;
    color:#666
}
 .show_news .post-info .post-pagination p a img{
    margin-right:.1rem;
    filter:grayscale(100%)
}
 .show_news .post-info .post-pagination p a.prev-page img{
    transform:rotate(180deg)
}
 .show_news .post-info .post-pagination p a:hover{
    color:var(--color)
}
 .show_news .post-info .post-pagination p a:hover img{
    filter:unset
}
 .show_news .post-info .show_share{
    margin-top:.3rem;
    border-top:.01rem solid #eee;
    padding-top:.3rem
}
 .show_news .post-info .show_share p{
    display:inline-block;
    font-size:.2rem;
    float:left;
    margin-right:.2rem
}
 .show_news .relation{
    margin:.4rem auto
}
 .show_news .relation .header{
    padding:.1rem 0
}
 .show_news .relation .header>h2{
    font-size:.26rem;
    font-family:RobotoBold
}
 .page_contact{
}
 .page_contact h2{
    font-size:.36rem
}
 .page_contact .page_contact_head{
    display:flex;
    justify-content:space-between
}
 .page_contact .page_contact_head .left,.page_contact .page_contact_head .right{
    width:50%;
    padding:1rem 0
}
 .page_contact .page_contact_head .left{
    background:#f7f7f7;
    padding-left:2.64rem;
    padding-right:.8rem
}
 .page_contact .page_contact_head .left h2{
}
 .page_contact .page_contact_head .left form{
    margin-top:.4rem
}
 .page_contact .page_contact_head .left form .input{
}
 .page_contact .page_contact_head .left form .input div{
    width:100%;
    background:#ffffff;
    margin-bottom:.1rem
}
 .page_contact .page_contact_head .left form .input input{
}
 .page_contact .page_contact_head .left form .input input,.page_contact .page_contact_head .left form .textarea_box textarea{
    width:100%;
    padding:.25rem .15rem;
    font-size:.16rem
}
 .page_contact .page_contact_head .left form .textarea_box{
    background:#ffffff;
    margin-bottom:.2rem
}
 .page_contact .page_contact_head .left form .textarea_box textarea{
    height:1.5rem
}
 .page_contact .page_contact_head .left form .submit{
}
 .page_contact .page_contact_head .left form .submit .btn_effect4{
}
 .page_contact .page_contact_head .left form .submit .btn_effect4 .btn_small_list{
    background:var(--color);
    border-radius:.08rem;
    color:#ffffff;
    text-transform:capitalize;
    font-family:'RobotoRegular';
    border-color:var(--color)
}
 .page_contact .page_contact_head .left form .submit .btn_effect4 .btn_small_list.hover{
    background:#ffffff;
    color:var(--color)
}
 .page_contact .page_contact_head .right{
    background:#f1f1f1
}
 .page_contact .page_contact_head .right h2,.page_contact .page_contact_head .right .foot_share,.page_contact .page_contact_head .right .business_box,.page_contact .page_contact_head .right .contact_box{
    padding-left:.8rem
}
 .page_contact .page_contact_head .right h2,.page_contact .page_contact_head .right .foot_share,.page_contact .page_contact_head .right .business_box,.page_contact .page_contact_head .right .contact_box{
    padding-right:2.64rem
}
 .page_contact .page_contact_head .right h2{
    border-bottom:.01rem solid #c9c9c9;
    padding-bottom:.25rem;
    padding-right:2rem
}
 .page_contact .page_contact_head .right .contact_box{
    padding-top:.4rem;
    padding-bottom:.4rem
}
 .page_contact .page_contact_head .right .contact_box .item{
    display:flex;
    align-items:center;
    margin-bottom:.2rem
}
 .page_contact .page_contact_head .right .contact_box .item:last-child{
    margin-bottom:0
}
 .page_contact .page_contact_head .right .contact_box .item .icon{
    width:9%
}
 .page_contact .page_contact_head .right .contact_box .item .icon img{
    max-width: .23rem;
}
 .page_contact .page_contact_head .right .contact_box .item .txt{
    font-size:.18rem
}
 .page_contact .page_contact_head .right .contact_box .item .txt span{
    color:var(--color)
}
 .page_contact .page_contact_head .right .contact_box .item .txt p{
}
 .page_contact .page_contact_head .right .contact_box .item .txt p a{
}
 .page_contact .page_contact_head .right .foot_share{
    border-bottom:.01rem solid #c9c9c9;
    padding-bottom:.4rem
}
 .page_contact .page_contact_head .right .foot_share a{
    display:inline-block;
    margin-right:.05rem
}
 .page_contact .page_contact_head .right .foot_share a img{
    max-height:.3rem
}
 .page_contact .page_contact_head .right .business_box{
    padding-top:.4rem
}
 .page_contact .page_contact_head .right .business_box .swiper-container{
    height:3rem
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    background:#fff;
    padding:.2rem;
    align-items:center;
    border-radius:.08rem;
    overflow:hidden;
    transition:all .3s linear
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item:hover{
    background:#e3e3e3
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .imgbox{
    width:17%;
    text-align:center
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .imgbox img{
    border-radius:50%
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .business-info{
    width:50%;
    padding-left:.2rem
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .business-info p{
    font-size:.18rem;
    color:#666
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .business-info p a{
    color:#666;
    font-size:.16rem
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .business-info p b{
    font-size:.18rem;
    color:#333;
    font-family:RobotoBold
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .whatsappbox{
    width:30%;
    text-align:center;
    position:unset
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .whatsappbox>a{
    color:#666;
    padding:.1rem .2rem;
    border:.01rem solid #9a9a9a;
    border-radius:.3rem
}
 .page_contact .page_contact_head .right .business_box .swiper-container .b-item .whatsappbox>a>span>img{
    width:.24rem;
    height:auto
}
 .page_contact .page_contact_address{
    padding:.8rem 0
}
 .page_contact .page_contact_address .auto-container{
}
 .page_contact .page_contact_address h2{
    text-align:center
}
 .page_contact .page_contact_address .item_box{
    display:flex;
    gap:.5rem;
    margin-top:.75rem
}
 .page_contact .page_contact_address .item_box .item{
    flex:0 0 calc((100% - 2 * .5rem) / 3);
    position:relative;
    padding-left:.25rem
}
 .page_contact .page_contact_address .item_box .item::before,.page_contact .page_contact_address .item_box .item::after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    border-radius:.02rem
}
 .page_contact .page_contact_address .item_box .item::before{
    width:.04rem;
    height:100%;
    background:#e7e7e7
}
 .page_contact .page_contact_address .item_box .item::after{
    width:.04rem;
    height:.2rem;
    top:0;
    background:var(--color)
}
 .page_contact .page_contact_address .item_box .item p{
    font-size:.2rem;
    color:var(--color);
    margin-bottom:.15rem
}
 .page_contact .page_contact_address .item_box .item span{
    font-size:.16rem;
    line-height:.24rem
}
 .page_contact .page_contact_map{
}
 .page_contact .page_contact_map iframe{
}
 .page_about .page_about_box{
    margin-top:.9rem
}
 .page_about .page_about_box .section{
    margin-bottom:.9rem
}
 .page_about .page_about_box .section.auto-container{
}
 .page_about .page_about_box .page_about_section1 .page_about_num .item{
    color:#fff;
    position:relative;
    text-align:center
}
 .page_about .page_about_box .page_about_section1 .page_about_num .item .txt{
    margin-bottom:.1rem;
    color:var(--color)
}
 .page_about .page_about_box .page_about_section1 .page_about_num .item .txt div .counter{
    font-size:.42rem;
    font-family:'RobotoBold';
    display:inline-block;
    margin-right:.1rem
}
 .page_about .page_about_box .page_about_section1 .page_about_num .item .txt div p{
    display:inline-block;
    font-size:.3rem
}
 .page_about .page_about_box .page_about_section1 .page_about_num .item span{
    font-size:.2rem;
    line-height:.24rem;
    color:#555555
}
 .page_about_box .head_block{
    max-width:50%;
    margin:auto;
    text-transform:capitalize
}
 .page_about_box .page_about_num{
    padding-top:.4rem;
    display:flex;
    justify-content:space-evenly
}
 .page_about_box .page_about_section1_box{
    margin-top:.7rem;
    display:flex;
    justify-content:space-between;
    flex-direction:row-reverse;
    align-items:center
}
 .page_about_box .page_about_section1_box .left{
    width:58%
}
 .page_about_box .page_about_section1_box .right{
    width:40%
}
 .page_about_box .page_about_section1_box .left{
    text-align:center;
    color:#fff;
    overflow:hidden;
    position:relative;
    z-index:1;
    border-radius:.08rem
}
 .page_about_box .page_about_section1_box .left img:first-child{
    height:100%;
    object-fit:cover
}
 .page_about_box .page_about_section1_box .left img:last-child{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    cursor:pointer;
    animation:rotate360 3s linear infinite;
    max-width:.7rem
}
 .page_about_box .page_about_section1_box .right .remark{
    font-size:.16rem;
    line-height:.24rem;
    color:#2f2f2f;
    white-space:pre-line
}
 .page_about_box .page_about_section1_box .right .remark p{
    font-size:.28rem;
    display:inline-block
}
 .page_about_box .page_about_section1_box .right .btn_effect4{
    margin-top:.6rem
}
 .page_about_box .page_about_section1_box .right .btn_effect4 .btn_small_wrap .btn_small_list{
    border-color:var(--color);
    background:var(--color);
    color:#ffffff;
    border-radius:.08rem;
    text-transform:capitalize;
    font-family:'RobotoRegular';
    padding:.1rem .35rem
}
 .page_about_box .page_about_section1_box .right .btn_effect4 .btn_small_wrap .btn_small_list.hover{
    background:#ffffff;
    color:var(--color)
}
 .page_about_box .page_about_section2{
    padding:.9rem 0;
    background-image:-webkit-linear-gradient( 48deg,rgb(243,228,195) 0%,rgb(241,241,241) 58%);
    margin-bottom:0
}
 .page_about_box .page_about_section2_box{
    position:relative;
    margin-top:.6rem
}
 .page_about_box .page_about_section2_box:before{
    content:'';
    display:block;
    width:100%;
    height:.04rem;
    background:#b5b5b5;
    position:absolute;
    top:50%
}
 .page_about_box .page_about_section2_box .item_box{
    max-width:73.5%;
    margin:auto;
    display:flex;
    justify-content:space-between
}
 .page_about_box .page_about_section2_box .item_box .item{
    text-align:center;
    padding:0 .45rem;
    position:relative
}
 .page_about_box .page_about_section2_box .item_box .item:before{
    content:'';
    display:block;
    width:.18rem;
    height:.18rem;
    border-radius:.18rem;
    border:.01rem solid #999;
    position:absolute;
    top:46%;
    left:47%;
    background:#fff
}
 .page_about_box .page_about_section2_box .item_box .item .img_box{
    margin-bottom:.6rem;
    transition:all .3s linear
}
 .page_about_box .page_about_section2_box .item_box .item .img_box img{
    max-width:.4rem
}
 .page_about_box .page_about_section2_box .item_box .item .text_box{
    color:#000000
}
 .page_about_box .page_about_section2_box .item_box .item .text_box .title{
    font-size:.24rem
}
 .page_about_box .page_about_section2_box .item_box .item .text_box .title p{
    display:inline-block;
    font-size:.42rem;
    font-family:'RobotoBold'
}
 .page_about_box .page_about_section2_box .item_box .item .text_box span{
    font-size:.16rem;
    text-transform:capitalize
}
 .page_about_box .page_about_section2_box .item_box .item:hover .img_box{
    transform:translateY(-.1rem)
}
 .page_about_box .page_about_section3{
    padding:.9rem 0;
    margin-bottom:0;
    aspect-ratio:19.2 / 4;
    display:flex;
    align-items:center;
    justify-content:center
}
 .page_about_box .page_about_section3 .head_block{
    max-width:80%
}
 .page_about_box .page_about_section3 .head_block p{
    color:#fff
}
 .page_about_box .page_about_section3 .head_block span{
    color:#fff;
    font-size:.36rem;
    font-family:'RobotoBold'
}
 .page_about .page_about_box .page_about_section4{
    margin-bottom:0
}
 .page_about_box .page_about_section4 .head_block{
}
 .page_about_box .page_about_section4 .head_block p{
}
 .page_about_box .page_about_section4_box{
    margin-top:1rem;
    padding-bottom:1.65rem;
    position:relative
}
 .page_about_box .page_about_section4_box:before{
    content:'';
    display:block;
    width:100%;
    height:.02rem;
    background:#d8d8d8;
    position:absolute;
    top:37%
}
 .page_about_box .page_about_section4_box .auto-container{
    position:relative
}
 .page_about_box .page_about_section4_box .swiper-container{
}
 .page_about_box .page_about_section4_box .swiper-wrapper{
}
 .page_about_box .page_about_section4_box .swiper-slide{
    position:relative;
    width:50%
}
 .page_about_box .page_about_section4_box .swiper-slide:before{
    content:'';
    display:block;
    width:.15rem;
    height:.15rem;
    border-radius:100vh;
    background:var(--color);
    position:absolute
}
 .page_about_box .page_about_section4_box .swiper-slide:nth-child(odd):before{
    bottom:-.59rem
}
 .page_about_box .page_about_section4_box .swiper-slide:nth-child(even):before{
    top:-.56rem
}
 .page_about_box .page_about_section4_box .swiper-slide:nth-child(odd){
}
 .page_about_box .page_about_section4_box .swiper-slide:nth-child(even){
}
 .page_about_box .page_about_section4_box .swiper-slide:nth-child(4n-3),.page_about_box .page_about_section4_box .swiper-slide:nth-child(4n-1){
    padding-right:3rem;
    margin-bottom:1rem
}
 .page_about_box .page_about_section4_box .swiper-slide:nth-child(4n-2),.page_about_box .page_about_section4_box .swiper-slide:nth-child(4n){
    padding-left:3rem
}
 .page_about_box .page_about_section4_box .swiper-slide .item{
}
 .page_about_box .page_about_section4_box .swiper-slide .item span{
    font-size:.3rem;
    font-family:'RobotoBold'
}
 .page_about_box .page_about_section4_box .swiper-slide .item h4{
    font-size:.2rem;
    margin:.1rem 0
}
 .page_about_box .page_about_section4_box .swiper-slide .item p{
    font-size:.16rem;
    line-height:.24rem;
    color:#6b6a6a
}
 .page_about_box .page_about_section4_box .swiper-pagination{
}
 .page_about_box .page_about_section4_box .swiper-button-prev,.page_about_box .page_about_section4_box .swiper-button-next{
}
 .page_about_box .page_about_section4_box .swiper-button-prev{
    left:-1.2rem
}
 .page_about_box .page_about_section4_box .swiper-button-next{
    right:-1.2rem
}
 .page_about_box .page_about_section5{
}
 .page_about_box .page_about_section5 .head_block{
}
 .page_about_box .page_about_section5_box{
}
 .page_about_box .page_about_section5_box .swiper-container{
    padding-bottom:1rem
}
 .page_about_box .page_about_section5_box .swiper-pagination{
    bottom:0
}
 .page_about_box .page_about_section5_box .swiper-slide{
}
 .page_about_box .page_about_section5_box .swiper-slide .item{
    margin:auto;
    margin-top:.8rem;
    min-height:2.83rem;
    position:relative
}
 .page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(1),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(1){
    left:1.25rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(2),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(2){
    left:3.75rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(3),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(3){
    right:6.16rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(4),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(4){
    right:3.69rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(5),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(5){
    right:1.23rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(1),.page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(2),.page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(3),.page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(4),.page_about_box .page_about_section5_box .swiper-slide .item .top .img:nth-child(5){
}
 .page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(1),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(2),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(3),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(4),.page_about_box .page_about_section5_box .swiper-slide .item .bottom .img:nth-child(5){
    bottom:0
}
 .page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(1),.page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(2),.page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(3),.page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(4),.page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(5),.page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(6){
    top:.72rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(1){
}
 .page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(2){
    left:2.5rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(3){
    left:5rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(4){
    right:4.92rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(5){
    right:2.46rem
}
 .page_about_box .page_about_section5_box .swiper-slide .item .content .img:nth-child(6){
    right:0
}
 .page_about_box .page_about_section5_box .swiper-slide .item .img{
    width:1.6rem;
    height:1.4rem;
    overflow:hidden;
    clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);
    display:inline-block;
    position:absolute
}
 .page_about_box .page_about_section5_box .swiper-slide .item .img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block
}
 .page_about_box .page_about_section5_mobile{
    display:none
}
 .page_content .inside-pagination{
    text-align:center;
    margin-bottom:.9rem
}
 .page_content .inside-pagination ul li a{
    color:#222;
    display:inline-block;
    width:.4rem;
    height:.4rem;
    line-height:.4rem;
    border-radius:.04rem;
    font-size:.18rem;
    font-family:'RobotoBold';
    transition:all .3s linear;
    background:#e5e5e5
}
 .page_content .inside-pagination ul li a.active,.page_content .inside-pagination ul li a:hover,.page_content .inside-pagination ul li.active a{
    color:#fff;
    background:var(--color);
    border-color:var(--color)
}
 .page_content .inside-pagination ul li{
    display:inline-block;
    margin-right:.05rem
}
 .page_content .inside-pagination ul li.next-page a,.page_content .inside-pagination ul li.pre-page a{
    background:transparent
}
 .page_content .inside-pagination ul li.next-page a,.page_content .inside-pagination ul li.pre-page a{
}
 .page_content .inside-pagination ul li>a>img{
    transition:all .3s linear;
    margin-top:-.04rem;
    max-width:.1rem;
    filter:brightness(0) opacity(0.5)
}
 .page_content .inside-pagination ul li.pre-page>a>img{
    transform:rotate(180deg)
}
 .page_content .inside-pagination ul li:hover>a>img{
    filter:unset
}
 .page_advantags{
}
 .page_advantags .page_advantags_box{
    padding:.8rem 0
}
 .page_advantags .page_advantags_block{
}
 .page_advantags .page_advantags_block h3{
    font-size:.3rem;
    font-family:'RobotoBold';
    text-align:center;
    margin-bottom:.3rem;
    line-height:.5rem
}
 .page_advantags .page_advantags_block .remark{
    font-size:.2rem;
    line-height:.3rem
}
 .page_advantags .page_advantags_box .page_advantags_swiper{
    margin-top:.5rem;
    padding-bottom:1.5rem
}
 .page_advantags .page_advantags_box .page_advantags_swiper .swiper-slide{
    width:3.5rem;
    height:4.7rem;
    transform-origin:center bottom;
    background: #ffffff;
}
 .page_advantags .page_advantags_box .page_advantags_swiper .swiper-slide .img{
    overflow:hidden;
    cursor:pointer;
    background:url(/res/magic/images/honor_bg.png) no-repeat;
    background-size:contain;
    padding:13%
}
 .page_advantags .page_advantags_box .page_advantags_swiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover
}
 .page_advantags .page_advantags_box .page_advantags_swiper .swiper-slide p{
    font-size:.16rem;
    text-align:center;
    margin-top:.15rem
}
 .page_advantags .page_advantags_box .page_advantags_swiper .swiper-pagination{
    bottom:0
}
 .page_advantags .swiper-button-prev,.page_advantags .swiper-button-next{
    left:unset;
    bottom:0;
    width:.33rem;
    height:.33rem;
    line-height:.33rem;
    border-radius:.03rem;
    background:transparent;
    border:.01rem solid #b1b1b1;
    z-index:99;
    transition:all .3s linear
}
 .page_advantags .swiper-button-next:before,.page_advantags .swiper-button-prev:before{
    display:block;
    top:30%;
    left:26%;
    border-color:#b1b1b1;
    border-width:.02rem
}
 .page_advantags .swiper-button-next:hover,.page_advantags .swiper-button-prev:hover{
    background:var(--color)
}
 .page_advantags .swiper-button-next:hover:before,.page_advantags .swiper-button-prev:hover:before{
    border-color:#ffffff
}
 .page_advantags .swiper-button-prev{
}
 .page_advantags .swiper-button-next{
}
 .page_advantags .swiper-button-prev:hover,.page_advantags .swiper-button-next:hover{
    background:var(--color);
    border-color:var(--color)
}
 .page_advantags .swiper-button-prev:hover img,.page_advantags .swiper-button-next:hover img{
    filter:invert(1)
}
 .page_advantags .swiper-button-prev{
    left:-.6rem
}
 .page_advantags .swiper-button-next{
    right:-.6rem
}
 .page_advantags .swiper-slide-active{
    border-color:#000
}
 .page_advantags .page_advantags_box1{
    background:#f1f1f1;
    padding-top:.8rem
}
 .page_advantags .page_advantags_box1 .auto-container{
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top{
    display:flex;
    justify-content:space-between;
    margin-bottom:.6rem
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top .page_advantags_block,.page_advantags .page_advantags_box1 .page_advantags_box1_top .right{
    width:50%
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top .page_advantags_block{
    padding-right:4%
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top .page_advantags_block h3{
    text-align:left;
    margin-bottom:.5rem
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top .page_advantags_block .remark{
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top .right{
    display:flex;
    flex-wrap:wrap;
    gap:.25rem .3rem
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top .right .img{
    flex:0 0 calc((100% - 1 * .3rem) / 2);
    border:.09rem solid var(--color);
    border-radius:.08rem;
    overflow:hidden
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_top .right .img img{
    width:100%
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_box{
    position:relative
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_box .swiper-container{
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_box .swiper-wrapper .swiper-slide{
    padding-bottom:1rem
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_box .swiper-wrapper .swiper-slide .img{
    background:url(/res/magic/images/honor_bg.png) no-repeat;
    background-size:contain;
    padding:11%;
    -webkit-box-reflect:below 0px linear-gradient(transparent 80%,rgba(0,0,0,0.1));
    cursor:pointer
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_box .swiper-wrapper .swiper-slide .img img{
    width:3rem;
    object-fit:cover;
    height:3rem
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_box .swiper-wrapper .swiper-slide p{
    font-size:.16rem;
    font-family:'RobotoBlack';
    margin-top:.2rem;
    text-align:center
}
 .page_advantags .page_advantags_box1 .page_advantags_box1_box .swiper-pagination{
}
 .page_advantags .page_advantags_box2{
    padding:.8rem 0
}
 .page_advantags .page_advantags_box2 .auto-container{
}
 .page_advantags .page_advantags_box2 .page_advantags_block{
}
 .page_advantags .page_advantags_box2 .page_advantags_block h3{
}
 .page_advantags .page_advantags_box2 .page_advantags_block .remark{
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box{
    position:relative;
    margin-top: .6rem;
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box .swiper-container{
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box .swiper-wrapper{
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box .swiper-slide{
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box .swiper-slide .img{
    border-radius:.08rem;
    overflow:hidden;
    cursor:pointer
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box .swiper-slide .img img{
    width:100%
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box .swiper-slide p{
    margin-top:.25rem;
    text-align:center;
    font-size:.18rem
}
 .page_advantags .page_advantags_box2 .page_advantags_box2_box .swiper-pagination{
}
 .page_advantags .page_advantags_box3{
    background:#f1f1f1;
    padding:.8rem 0
}
 .page_advantags .page_advantags_box3 .auto-container{
}
 .page_advantags .page_advantags_box3 .page_advantags_block{
}
 .page_advantags .page_advantags_box3 .page_advantags_block h3{
}
 .page_advantags .page_advantags_box3 .page_advantags_block .remark{
}
 .page_advantags .page_advantags_box3 .page_advantags_box3_box{
    margin-top:.6rem;
    text-align:center
}
 .page_advantags .page_advantags_box3 .page_advantags_box3_box .img{
    height:2.14rem;
    margin-right:.15rem
}
 .page_advantags .page_advantags_box3 .page_advantags_box3_box .img:nth-child(1),.page_advantags .page_advantags_box3 .page_advantags_box3_box .img:nth-child(2){
    background:url(/res/magic/images/honor_bg1.png) no-repeat;
    background-size:contain;
    padding:2.15%;
    width:2.9rem;
    display:inline-block
}
 .page_advantags .page_advantags_box3 .page_advantags_box3_box .img:nth-child(3),.page_advantags .page_advantags_box3 .page_advantags_box3_box .img:nth-child(4){
    background:url(/res/magic/images/honor_bg.png) no-repeat;
    background-size:contain;
    padding:1.5%;
    display:inline-block;
    width:1.595rem
}
 .page_advantags .page_advantags_box3 .page_advantags_box3_box .img img{
}
 .page_advantags .page_advantags_box4{
    padding-top:.8rem
}
 .page_advantags .page_advantags_box4 .auto-container{
}
 .page_advantags .page_advantags_box4 .page_advantags_block{
    margin-bottom:.4rem
}
 .page_advantags .page_advantags_box4 .page_advantags_block h3{
}
 .page_advantags .page_advantags_box4 .page_advantags_block .remark{
}
 .page_advantags .page_advantags_box4 h4{
    font-size:.24rem;
    font-family:'RobotoBold';
    color:#c49d48
}
 .page_advantags .page_advantags_box4 .equipment_box{
    margin:.3rem 0
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-container{
    padding-bottom:1.1rem
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-wrapper{
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-slide{
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-slide .item{
    position:relative;
    background:#e6e6e6;
    padding-bottom:.3rem
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-slide .item .img{
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-slide .item .img img{
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-slide .item p{
    font-size:.16rem;
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:0;
    text-align:center;
    padding:.2rem
}
 .page_advantags .page_advantags_box4 .equipment_box .swiper-pagination{
}
 .page_advantags .page_advantags_box4 .page_sgs_box{
}
 .page_advantags .page_advantags_box4 .page_sgs_box .page_sgs_swiper{
    margin-top:.5rem;
    padding-bottom:1.5rem
}
 .page_advantags .page_advantags_box4 .page_sgs_box .page_sgs_swiper .swiper-slide{
    width:3.5rem;
    height:4.7rem;
    transform-origin:center bottom;
    background: #ffffff;
}
 .page_advantags .page_advantags_box4 .page_sgs_box .page_sgs_swiper .swiper-slide .img{
    overflow:hidden;
    cursor:pointer;
    background:url(/res/magic/images/honor_bg.png) no-repeat;
    background-size:contain;
    padding:13%
}
 .page_advantags .page_advantags_box4 .page_sgs_box .page_sgs_swiper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover
}
 .page_advantags .page_advantags_box4 .page_sgs_box .page_sgs_swiper .swiper-slide p{
    font-size:.16rem;
    text-align:center;
    margin-top:.15rem
}
 .page_advantags .page_advantags_box4 .page_sgs_box .page_sgs_swiper .swiper-pagination{
    bottom:0
}
 .page_service{
}
 .page_service .anchor_point{
     position: relative;
     top: -1.5rem;
 }
 .page_service h3{
    font-size:.36rem;
    font-family:'RobotoBold';
    text-align:center
}
 .page_service .page_service_section,.page_service .page_service_section1,.page_service .page_service_section2{
    padding:.6rem 0
}
 .page_service .item_box{
    display:flex;
    flex-wrap:wrap;
    gap:.2rem;
    margin-top:.4rem
}
 .page_service .item_box .item{
    border:.01rem solid #dcdcdc;
    border-radius:.08rem;
    background:#f7f7f7;
    text-align:center
}
 .page_service .item_box .item .img{
    padding-bottom:.25rem;
    margin-bottom:.25rem;
    border-bottom:.01rem dashed #dcdcdc
}
 .page_service .item_box .item .img .icon{
    margin-bottom:.2rem
}
.page_service .item_box .item .img .icon img{
    max-width: 1.5rem;
}
 .page_service .item_box .item .img h4{
    font-size:.24rem;
    font-family:'RobotoBold';
    color:var(--color)
}
 .page_service .page_service_section .item_box .item{
    flex:0 0 calc((100% - 3 * .2rem) / 4)
}
 .page_service .page_service_section .item_box .item a{
    display:block;
    padding:.25rem .1rem
}
 .page_service .page_service_section .item_box .item p{
    font-size:.16rem
}
 .page_service .page_service_section .item_box .item p img{
    max-width:.13rem;
    margin-left:.15rem
}
 .page_service .page_service_section1 .item_box,.page_service .page_service_section2 .item_box{
    gap:.6rem;
    margin-top:.5rem
}
 .page_service .page_service_section1 .item_box .item,.page_service .page_service_section2 .item_box .item{
    flex:0 0 calc((100% - 1 * .6rem) / 2);
    border-radius:.08rem;
    text-align:center;
    padding:.25rem 0
}
 .page_service .page_service_section1 .item_box .item .img,.page_service .page_service_section2 .item_box .item .img{
    padding-bottom:.25rem
}
 .page_service .page_service_section1 .item_box .item .remark,.page_service .page_service_section2 .item_box .item .remark{
    text-align:left;
    padding:.3rem;
    font-size:.16rem;
    white-space:pre-line
}
 .page_service .page_service_section1{
    background:#212120
}
 .page_service .page_service_section1 h3{
    color:#ffffff
}
 .page_service .page_service_section1 .item_box .item{
    border:.01rem solid rgb(196 157 72 / 50%);
    background:#2c2c2b
}
 .page_service .page_service_section1 .item_box .item .img{
    border-bottom:.01rem dashed rgb(196 157 72 / 50%)
}
 .page_service .page_service_section1 .item_box .item .remark{
    color:#c8c8c8
}
 .page_service .page_service_section1 .item_box .item .remark a{
    color:var(--color)
}
 .page_service .page_service_section2 .item_box .item{
    border:.01rem solid #dedede;
    background:#f7f7f7
}
 .page_service .page_service_section2 .item_box .item .img{
    border-bottom:.01rem dashed #dedede
}
 .page_service .page_service_section2 .item_box .item:last-child .remark{
    text-align:center
}
 .page_download{
    background:#f6f6f6;
    padding-top:.6rem;
    padding-bottom:1rem
}
 .page_download .page_download_box{
    margin-top:.4rem
}
 .page_download .page_download_box .item_box{
    display:flex;
    flex-wrap:wrap
}
 .page_download .page_download_box .item{
    width:100%;
    display:flex;
    justify-content:space-between;
    background:#ffffff;
    margin-bottom:.1rem
}
 .page_download .page_download_box .item .left{
    width:70%
}
 .page_download .page_download_box .item .left a{
    padding:.3rem 0;
    padding-left:.3rem;
    width:100%;
    font-size:.2rem;
    display:flex;
    align-items:center
}
 .page_download .page_download_box .item:hover .left a{
    color:var(--color)
}
 .page_download .page_download_box .item .left a img{
    margin-right:.2rem;
    max-width:.28rem
}
 .page_download .page_download_box .item .right{
    width:30%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:.16rem;
    padding:0 .3rem
}
 .page_download .page_download_box .item .right .download img,.page_download .page_download_box .item .right .downloadbutton a img,.page_download .page_download_box .item .right .time img{
    margin-right:.1rem;
    vertical-align:middle;
    margin-top:-.03rem;
    max-width:.19rem
}
 .page_download .page_download_box .item .right .downloadbutton a{
    padding:.1rem;
    border:.01rem solid #ddd;
    border-radius:.05rem;
    background:#ffffff
}
 .page_download .page_download_box .item .right .downloadbutton a:hover{
    background:var(--color);
    color:#fff
}
 .page_download .page_download_box .item .right .downloadbutton a:hover img{
    filter:brightness(0) invert(1)
}
 .page_faq{
    color:#333;
    background:#f6f6f6;
    padding-bottom:.8rem
}
 .page_faq .faq_box{
}
 .page_faq .faq_box .item_box{
    padding-top:.8rem
}
 .page_faq .faq_box .item_box h2{
    margin-bottom:.4rem;
    font-size:.36rem;
    font-family:'RobotoBold'
}
 .page_faq .faq_box .item{
    background:#ffffff;
    margin-bottom:.15rem;
    font-size:.20rem;
    color:#333;
    padding:0
}
 .page_faq .faq_box .item .wen{
    display:flex;
    cursor:pointer;
    border:.01rem solid #eee
}
 .page_faq .faq_box .item .wen div{
    padding:.15rem 0
}
 .page_faq .faq_box .item .wen .icon{
    width:5%;
    text-align:center;
    font-size:.3rem;
    color:#ccc
}
 .page_faq .faq_box .item .active,.page_faq .faq_box .item .active .icon,.page_faq .faq_box .item .wen:hover,.page_faq .faq_box .item .wen:hover .icon{
    color:var(--color)
}
 .page_faq .faq_box .item .wen .title{
    width:93%;
    border-left:.01rem solid #eee;
    padding-left:.25rem;
    padding-top:.25rem
}
 .page_faq .faq_box .item .da{
    display:none;
    padding:.2rem 0;
    padding-left:7%;
    border-top:.01rem solid #eee;
    font-size:.16rem;
    line-height:1.6
}
 .page_odm_oem{
    padding-top:.8rem
}
 .page_odm_oem .page_odm_oem_head{
}
 .page_odm_oem .page_odm_oem_head h1,.page_odm_oem .page_odm_oem_quotation .auto-container > p{
    font-size:.36rem;
    text-align:center;
    font-family:'RobotoBold';
    margin-bottom:.2rem
}
 .page_odm_oem .page_odm_oem_head .remark{
    font-size:.2rem;
    line-height:.3rem;
    max-width:75%;
    margin:auto;
    text-align:center
}
 .page_odm_oem .page_odm_oem_head .content{
    padding:.6rem 0;
    margin-top:.6rem;
    border-top:.01rem solid #e5e5e5;
    font-size:.18rem
}
 .page_odm_oem .page_odm_oem_quotation{
    background:#f6f6f6;
    padding:.8rem 0
}
 .page_odm_oem .page_odm_oem_quotation > p{
}
 .page_odm_oem .page_odm_oem_quotation .auto-container > p{
}
 .page_odm_oem .page_odm_oem_quotation form{
    margin-top:.4rem
}
 .page_odm_oem .page_odm_oem_quotation .input{
    display:flex;
    gap:.25rem .8rem;
    flex-wrap:wrap
}
 .page_odm_oem .page_odm_oem_quotation .input > div{
    flex:0 0 calc((100% - 1 * .8rem) / 2)
}
 .page_odm_oem .page_odm_oem_quotation .input > div.category{
    flex:0 0 100%
}
 .page_odm_oem .page_odm_oem_quotation .input > div p,.page_odm_oem .page_odm_oem_quotation .textarea_box p,.page_odm_oem .page_odm_oem_quotation .upload-box p{
    font-size:.16rem;
    margin-bottom:.1rem
}
 .page_odm_oem .page_odm_oem_quotation .input > div p span{
    color:var(--color)
}
 .page_odm_oem .page_odm_oem_quotation .input > div input,.page_odm_oem .page_odm_oem_quotation .textarea_box textarea{
    width:100%;
    padding:.15rem .3rem;
    border:.01rem solid #d7d7d7;
    border-radius:.04rem;
    font-size:.16rem;
    color:#999;
    background:#ffffff
}
 .page_odm_oem .page_odm_oem_quotation .upload-box{
    margin-top:.25rem
}
 .page_odm_oem .page_odm_oem_quotation .upload-box #fileName{
    width:100%!important;
    margin-top:.1rem;
    color:#222;
    font-size:.16rem;
    overflow:hidden
}
 .page_odm_oem .page_odm_oem_quotation .upload-box .upload-wrap{
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    width:100%;
    padding:.2rem;
    background:#ffffff;
    border:.01rem solid #d7d7d7;
    border-radius:.05rem;
    margin-bottom:.15rem
}
 .page_odm_oem .page_odm_oem_quotation .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:#f6f6f6;
    text-align:center;
    font-size:.16rem;
    color:#8e8e8e
}
 .page_odm_oem .page_odm_oem_quotation .upload-box .upload-wrap p{
    font-size:.16rem;
    color:#999;
    display:inline-block;
    line-height:.22rem;
    margin-left:.3rem;
    max-width:45%
}
 .page_odm_oem .page_odm_oem_quotation .upload-box .upload-wrap .file-open img{
    vertical-align:middle;
    filter:brightness(0) invert(.5)
}
 .page_odm_oem .page_odm_oem_quotation .upload-box .upload-wrap .file-ele{
    position:absolute;
    top:0;
    right:0;
    opacity:0;
    height:100%;
    width:100%;
    cursor:pointer;
    z-index:2
}
 .page_odm_oem .page_odm_oem_quotation .textarea_box{
    margin-top:.2rem
}
 .page_odm_oem .page_odm_oem_quotation .textarea_box textarea{
    height:1.5rem
}
 .page_odm_oem .page_odm_oem_quotation .submit{
    margin-top:.3rem;
    text-align:center
}
 .page_odm_oem .page_odm_oem_quotation .submit .btn_effect4{
    height:auto
}
 .page_odm_oem .page_odm_oem_quotation .submit .btn_small_wrap .btn_small_list{
    text-transform:capitalize;
    color:#333;
    border-radius:.05rem;
    background:var(--color);
    color:#fff;
    border-color:var(--color);
    padding:.15rem .2rem
}
 .page_odm_oem .page_odm_oem_quotation .submit .btn_small_wrap .btn_small_list .btn_main_text{
    font-size:.18rem;
    font-family:'RobotoRegular'
}
 .page_odm_oem .page_odm_oem_quotation .submit .btn_small_wrap .btn_small_list.hover{
    background:#fff;
    border-color:var(--color);
    color:var(--color)
}
 .page_content.page_quotation{
    margin:1rem 0
}
 .page_quotation .page_quotation_head{
    margin-bottom:.3rem
}
 .page_quotation .page_quotation_head h1{
    font-size:.36rem;
    font-family:RobotoBold;
    margin-bottom:.2rem
}
 .page_quotation .page_quotation_head p{
    font-size:.18rem
}
 .page_quotation .page_quotation_box{
    display:flex;
    background:#fff;
    align-items:flex-start
}
 .page_quotation .page_quotation_box .left{
    width:45%;
    /* border:.01rem solid #eee; */
    border-bottom:0
}
 .page_quotation .page_quotation_box .left .left_head{
    background:rgb(226 226 226);
    display:flex;
    justify-content:space-between;
    padding:.2rem
}
 .page_quotation .page_quotation_box .left .left_head p{
    line-height:.4rem;
    font-family:RobotoMedium;
    font-size:.16rem
}
 .page_quotation .page_quotation_box .left .left_head p:nth-child(1),.page_quotation .page_quotation_box .left .left_head p:nth-child(3){
    width:.4rem;
    height:.4rem
}
 .page_quotation .page_quotation_box .left .item_box{
  border-left: .01rem solid #eeeeee;
  border-right: .01rem solid #eeeeee;
 }
 .page_quotation .page_quotation_box .left .item_box .quotatio_item{
    display:flex;
    border-bottom:.01rem solid #eee;
    align-items:center;
    padding:.2rem
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .select_box{
    width:.4rem;
    height:.4rem;
    line-height:.4rem;
    position:relative
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .select_box input{
    width:.2rem;
    height:.2rem;
    margin:0;
    opacity:0
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .select_box .box{
    position:absolute;
    top:.03rem;
    left:0;
    height:.2rem;
    width:.2rem;
    border:.01rem solid #ddd;
    border-radius:.03rem;
    transition:all .3s linear
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .select_box label{
    width:.2rem;
    height:.2rem;
    margin-bottom:0;
    cursor:pointer;
    font-weight:unset
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .select_box label .box:before{
    color:#fff;
    font-size:.2rem
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .select_box label input:checked+.box{
    background:var(--color);
    border-color:var(--color)
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .select_box label input:checked+.box:before{
    content:'√';
    display:block;
    position:absolute;
    left:.02rem;
    top:-.1rem;
    width:.2rem;
    height:.2rem
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .model_box{
    display:flex;
    align-items:center;
    width:85%
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .model_box .img_box{
    margin-right:.1rem;
    overflow:hidden;
    width:1rem;
    height:.75rem;
    border-radius:.05rem
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .model_box .img_box a{
    display:block
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .model_box .img_box a img{
    max-width:1rem;
    height:.75rem;
    object-fit:cover
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .model_box .text_box{
    width:75%
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .model_box .text_box a{
    display:block;
    height:100%
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .model_box .text_box h3{
    font-size:.18rem;
    font-family:RobotoBold;
    line-height:.22rem
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .delete_box{
    width:.4rem;
    height:.4rem;
    text-align:right;
    line-height:.4rem;
    cursor:pointer
}
 .page_quotation .page_quotation_box .left .item_box .quotatio_item .delete_box img{
    max-width:.15rem;
    vertical-align:middle
}
 .page_quotation .page_quotation_box .right{
    width:55%;
    padding-left:5%;
}
 .page_quotation .page_quotation_box .right>p{
    font-size:.36rem;
    font-family:RobotoBold
}
 .page_quotation .page_quotation_box .right .from{
    padding-top:.3rem
}
 .page_quotation .page_quotation_box .right .from .input{
    display:flex;
    justify-content:space-between;
    margin-bottom:.15rem;
    flex-wrap: wrap;
    gap: .1rem;
}
 .page_quotation .page_quotation_box .right .from .input div{
    width: 100%;
}
 .page_quotation .page_quotation_box .right .from .input div p,.page_quotation .page_quotation_box .right .from .pro_categories .item p{
    font-size:.16rem;
    margin-bottom:.05rem
}
 .page_quotation .page_quotation_box .right .from .input div p span{
    color:red
}
 .page_quotation .page_quotation_box .right .from textarea{
    height:2.5rem;
    margin-bottom:.1rem
}
 .page_quotation .page_quotation_box .right .from .input div input,.page_quotation .page_quotation_box .right .from textarea{
    background: #f7f7f7;
    /* border:.01rem solid #ddd; */
    line-height: .6rem;
    padding: 0 .15rem;
    font-size: .16rem;
    width:100%
}
 .page_quotation .page_quotation_box .right .from .input div input::placeholder{
    color:#999
}
 .page_quotation .page_quotation_box .right .from .checktext{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:.18rem;
    border-bottom:.01rem solid #ddd;
    padding-bottom:.1rem
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label{
    margin-right:.1rem;
    font-weight:unset;
    margin-bottom:0;
    position:relative;
    padding-left:.1rem;
    cursor:pointer
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom>span{
    padding-left:.1rem;
    cursor:pointer
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label:hover,.page_quotation .page_quotation_box .right .from .checktext .buttom>span:hover{
    color:var(--color)
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label p{
    display:inline-block
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label .box{
    position:absolute;
    top:.03rem;
    left:0;
    height:.2rem;
    width:.2rem;
    border:.01rem solid #ddd;
    border-radius:.03rem;
    transition:all .3s linear
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label .box:before{
    color:#fff;
    font-size:.2rem
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label input{
    opacity:0
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label input:checked+.box{
    background:var(--color);
    border-color:var(--color)
}
 .page_quotation .page_quotation_box .right .from .checktext .buttom label input:checked+.box:before{
    content:'√';
    display:block;
    position:absolute;
    left:.02rem;
    top:-.06rem;
    width:.2rem;
    height:.2rem
}
 .page_quotation .page_quotation_box .right .from .checktext .text span{
    padding-top:.03rem;
    font-size:.3rem;
    margin-right:.1rem;
    display:inline-block;
    color:var(--color)
}
 .page_quotation .page_quotation_box .right .from .submit{
    padding-top:.3rem;
    text-align:right
}
 .page_quotation .page_quotation_box .right .from .submit button{
    margin-right:.1rem
}
 .page_quotation .page_quotation_box .right .from .submit button .btn_small_list{
    border-color:var(--color);
    background:var(--color);
    color:#ffffff
}
 .page_quotation .page_quotation_box .right .from .submit button .btn_small_list.hover{
    background:#ffffff;
    color:var(--color)
}
 .page_quotation .page_quotation_box .right .from .submit button:last-child{
    margin-right:0
}
 .page_quotation .page_quotation_box .right .from .submit button:last-child .btn_small_list{
    background:#fff;
    color:var(--color)
}
 .page_quotation .page_quotation_box .right .from .submit button:last-child .btn_small_list.hover{
    background:var(--color)
}
 .page_quotation .page_quotation_box .right .from .submit button:last-child .btn_small_list.hover .btn_main_text{
    color:#fff
}

 .page_case{
    padding-top:.5rem
}
 .page_case .page_more_btn{
    padding-top:.4rem
}
 .page_case .item_box{
    padding-top:.4rem;
    display:flex;
    flex-wrap:wrap;
    gap:.5rem .35rem;
    padding-bottom:.5rem
}
 .page_case .item_box .item{
    flex:0 0 calc((100% - 2* 0.35rem) / 3);
    transition:all .3s linear;
    background:#f6f6f6;
    border-radius:.1rem;
    overflow:hidden
}
 .page_case .item_box .item a{
    display:block
}
 .page_case .item_box .item .img_box{
    overflow:hidden;
    border:.01rem solid #eeeeee;
    border-bottom:0;
    border-top-right-radius:.1rem;
    border-top-left-radius:.1rem
}
 .page_case .item_box .item .img_box img{
    width:100%;
    object-fit:cover
}
 .page_case .item_box .item .text_box{
    padding:.2rem
}
 .page_case .item_box .item .text_box .title{
    font-size:.2rem;
    margin-bottom:.15rem;
    line-height:1.3;
    min-height:.52rem;
    transition:all .3s linear
}
 .page_case .item_box .item .text_box .remark{
    font-size:.16rem;
    line-height:1.3;
    color:#666;
    min-height:.63rem
}
 .page_case .item_box .item .text_box .other{
    color:#666666;
    font-size:.15rem;
    display:flex;
    justify-content:space-between;
    margin:.15rem 0;
    align-items:center;
    border-top:.01rem solid #dddddd;
    padding-top:.2rem
}
 .page_case .item_box .item .text_box .other span:first-child{
    margin-right:.1rem
}
 .page_case .item_box .item .text_box .other span img{
    margin-right:.05rem;
    margin-top:-.03rem;
    max-width:.14rem
}
 .page_case .item_box .item:hover{
}
 .page_case .item_box .item:hover .text_box .title{
    color:var(--color)
}
 .page_case .item_box .item:hover .text_box .other img{
}
 .page_case .item_box .item:hover .text_box .other{
}