



.header{
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.05);
}
.header .logo{
    filter: brightness(1) invert(0);
}
.header .nav-Language .Lang-txt img,
.header .nav-btn{
    filter: grayscale(1) brightness(2.3) !important;
}
.header .nav-menu .nav-item>a,
.header .nav-Language .Lang-txt{
    color: #000000;
}
.header .nav-menu .nav-item.active a::before{
    background: #0068B7;
}
.header .nav-menu .nav-item.active>a,
.header .nav-menu .nav-item:hover>a{
    color: #0068B7;
}











.product_body{
    padding: 0.5rem 0 2.92rem;
    box-sizing: border-box;
}
.product_body .main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_body .main .class_btn{
    display: none;
}

.product_body .product_fl{
    width: 4rem;
    height: auto;
}
.product_fl_box{
    position: sticky;
    top: 1.4rem;
}
.product_type{
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
    background: #F2F9FF;
    border-radius: 0.1rem;
}
.product_type .type_name{
    width: 100%;
    height: 1rem;
    border-radius: 0.1rem;
    background: url(../img/product_bg3.png) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.product_type .type_name span{
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
}
.product_type .type_name span:first-child{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0.01rem 0 0 0.02rem;
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 0.32rem;
    color: rgba(255,255,255,0);
    text-stroke: 0.01rem rgba(255,255,255,0.2);
    -webkit-text-stroke: 0.01rem rgba(255,255,255,0.2);
    -moz-text-stroke: 0.01rem rgba(255,255,255,0.2);
    -o-text-stroke: 0.01rem rgba(255,255,255,0.2);
}
.product_type .type_list{
    padding: 0.19rem 0.3rem 0.44rem 0.3rem;
    box-sizing: border-box;
}
.product_type .type_li{
    padding: 0.2rem 0;
    border-bottom: 0.01rem solid #E6E6E6;
}
.product_type .type_li .type_class{
    padding-left: 0.17rem;
    position: relative;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.3888;
    cursor: pointer;
}
.product_type .type_li .type_class i{
    width: 0.08rem;
    height: 0.08rem;
    background: #44B035;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0.07rem;
}
.product_type .type_li .type_ul{
    display: none;
}
.product_type .type_li .type_ul .type_class2{
    width: fit-content;
    /*height: 0.19rem;*/
    height: fit-content;
    display: flex;
    align-items: center;
    column-gap: 0.07rem;
    font-family: Montserrat-Light;
    font-weight: 300;
    font-size: 0.16rem;
    color: #595757;
    margin-top: 0.15rem;
    position: relative;
}
.product_type .type_li .type_ul .type_class2::before{
    content: "";
    position: absolute;
    left: 0.16rem;
    bottom: 0;
    width: 0;
    height: 0.01rem;
    background: #0068B7;
    transition: all 0.5s;
}
.product_type .type_li .type_ul .type_class2:first-child{
    margin-top: 0.2rem;
}
.product_type .type_li .type_ul .type_class2 i{
    width: 0.08rem;
    height: 0.19rem;
    background: url(../img/type_class1.png) center no-repeat;
    background-size: contain;
}
.product_type .type_li.act .type_class{
    font-family: Montserrat-Bold;
    font-weight: bold;
    color: #0068B7;
}
/*.product_type .type_li.act .type_ul{*/
/*    display: block;*/
/*}*/
.product_type .type_li .type_ul .type_class2:hover,
.product_type .type_li .type_ul .type_class2.act{
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    color: #0068B7;
}
.product_type .type_li .type_ul .type_class2.act::before,
.product_type .type_li .type_ul .type_class2:hover::before{
    width: calc(100% - 0.16rem);
}
.product_type .type_li .type_ul .type_class2.act i,
.product_type .type_li .type_ul .type_class2:hover i{
    background: url(../img/type_class2.png) center no-repeat;
    background-size: contain;
}

.product_down{
    width: 100%;
    height: auto;
    background: #F2F9FF;
    border-radius: 0.1rem;
    padding: 0.13rem 0.3rem 0.33rem;
    box-sizing: border-box;
}
.product_down a{
    padding: 0.2rem 0 0.2rem 0.25rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E6E6E6;
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.94;
    position: relative;
}
.product_down a i{
    width: 0.25rem;
    height: 0.25rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0.24rem;
    background: url(../img/view_icon2.png) center no-repeat;
    background-size: contain;
}
.product_down a:first-child i{
    background: url(../img/down_icon1.png) center no-repeat;
    background-size: contain;
}
.product_down a:hover{
    color: #0068B7;
}




.product_body .product_fr{
    width: calc(100% - 4.5rem);
    overflow: hidden;
}
.product_list .product_li{
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: space-between;
    background: #F2F9FF;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-top: 0.5rem;
}
.product_list .product_li:first-child{
    margin-top: 0;
}
.product_list .product_li .product_litpic{
    width: 5.27rem;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
}
.product_list .product_li .product_text{
    width: calc(100% - 5.27rem);
    height: 100%;
    padding: 0.64rem 0.6rem 0.64rem 0.64rem;
    box-sizing: border-box;
}
.product_list .product_li .product_text .product_name{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    /*line-height: 1.1;*/
    margin-bottom: 0.2rem;
}
.product_list .product_li .product_text .product_info{
    font-family: Poppins-Light;
    font-weight: 300;
    font-size: 0.18rem;
    color: #595757;
    line-height: 1.666;
    margin-bottom: 0.52rem;
}
.product_list .product_li .product_text .p_button {
    border: 0.01rem solid #0068B7;
    color: #0068B7;
}
.product_list .product_li .product_text .p_button i{
    filter: brightness(1) invert(0);
}
.product_list .product_li .product_text .p_button i::after{
    filter: brightness(1) invert(0);
}
.product_list .product_li .product_text .p_button i::before{
    background: #0068B7;
}
.product_list .product_li:hover{
    background: url(../img/product_bg1.png) center no-repeat;
    background-size: cover;
}
.product_list .product_li .product_text .product_name:hover{
    color: #0068B7;
}
.product_list .product_li .product_text .p_button:hover{
    color: #fff;
}
.product_list .product_li .product_text .p_button:hover i{
    filter: brightness(0) invert(1);
}
.product_list .product_li .product_text .p_button:hover i::after{
    filter: brightness(0) invert(1);
}



















.product_box{
    padding: 0.5rem 0;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E5E5E5;
}
.product_box:first-child{
    padding-top: 0;
    padding-bottom: 0.42rem;
    display: flex;
    flex-wrap: wrap;
}
.product_box:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.product_img{
    width: 4.84rem;
    height: 3.67rem;
    overflow: hidden;
    position: relative;
    background: url(../img/product_bg2.png) center no-repeat;
    background-size: cover;
    border-radius: 0.1rem;
}
.product_img .swiper-button-prev,
.product_img .swiper-button-next{
    width: 0.19rem;
    height: 0.17rem;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.product_img .swiper-button-prev::after,
.product_img .swiper-button-next::after{
    display: none;
}
.product_img .swiper-button-prev img,
.product_img .swiper-button-next img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1); 
}
.product_img .swiper-button-prev img:hover,
.product_img .swiper-button-next img:hover{
    filter: brightness(1) invert(0);
}


.product_txt{
    width: calc(100% - 4.84rem);
    height: auto;
    padding-left: 0.56rem;
    padding-top: 0.29rem;
    box-sizing: border-box;
}
.product_title{
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.35rem;
    color: #0068B7;
    line-height: 1.2857;
    margin-bottom: 0.2rem;
}
.product_info,
.product_info p{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.22rem;
    color: #595757;
    line-height: 1.59;
}



.product_content,
.product_content p{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 1.666;
}
.product_content img{
    width: revert-layer;
    height: auto;
    max-width: 100%;
    display: inline;
}
.product_content p.li{
    color: #595757;
    padding-left: 0.12rem;
    margin-bottom: 0.15rem;
    position: relative;
}
.product_content p.li::before{
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: #44B036;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.11rem;
}
.product_content table,
.product_content table tbody,
.product_content table tbody tr{
    width: 100%;
    border-collapse: collapse;
    caption-side: bottom;
}
.product_content table{
    width: 100%; /* 占满父容器 */
  table-layout: fixed; /* 关键：固定列宽，不被内容撑开 */
  border-collapse: collapse;
}


.product_content table tbody tr{
    background: #D0DDE8;
    border-radius: 0.03rem;
    overflow: hidden;
}
.product_content table tbody tr:nth-child(2n){
    background: #FAFDFF;
}
.product_content table tbody tr td{
    max-width: 50%;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 1.666;
    word-wrap: break-word; /* 长单词自动换行 */
  word-break: break-all;
}
.product_content table tbody tr td:nth-child(2){
    color: #919191;
}
.product_content ul,
.product_content ol{
    list-style-type: disc;
    padding-left: 40px;
}
.product_content ul li::marker,
.product_content ol li::marker{
    color: #44B036;
}





.product_key{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.28rem;
    row-gap: 0.1rem;
}
.product_key .kry_li{
    width: calc(33.33% - 0.18667rem);
    display: flex;
    column-gap: 0.06rem;
}
.product_key .kry_li i{
    width: 0.12rem;
    height: 0.12rem;
    background: #FFFFFF;
    border: 2px solid #44B035;
    border-radius: 50%;
    display: block;
    margin-top: 0.09rem;
}
.product_key .kry_li span{
    width: calc(100% - 0.18rem);
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.25rem;
    color: #555555;
    line-height: 1.2;
}




.Features{
    display: flex;
    /*flex-wrap: wrap;*/
    column-gap: 0.2rem;
    row-gap: 0.1rem;
}
.Features .Features_li{
    flex: 1;
    /*width: calc(20% - 0.16rem);*/
    height: auto;
    background: #FAFAFA;
    border-radius: 0.1rem;
    padding: 0.3rem 0.22rem;
    box-sizing: border-box;
    overflow: hidden;
}
.Features.wrap{
    flex-wrap: wrap;
}
.Features.wrap .Features_li{
    flex: none;
    width: calc(20% - 0.16rem);
}
.Features .Features_li .Features_title{
    height: 0.54rem;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.388;
    margin-bottom: 0.1rem;
}
.Features .Features_li .Features_info{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #919191;
    line-height: 1.5625;
}
.Features .Features_li:hover{
    background: #FFFFFF url(../img/logo3.png) bottom left no-repeat;
    background-size: 1.72rem 1.03rem;
    box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0,0,0,0.1);
}
.Features .Features_li:hover .Features_title,
.Features .Features_li:hover .Features_info{
    color: #0068B7;
}



.product_content form{
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    background: #F2F9FF;
    border-radius: 0.1rem;
    padding: 0.23rem 0.44rem 0.44rem 0.3rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.46rem;
    row-gap: 0.2rem;
}
.product_content form .form_li{
    width: calc(50% - 0.23rem);
    height: auto;
}
.product_content form .form_li label{
    display: block;
    width: 100%;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #919191;
    margin-bottom: 0.08rem;
}
.product_content form .form_li input,
.product_content form .form_li textarea{
    width: 100%;
    height: 0.4rem;
    padding: 0.07rem 0.12rem;
    box-sizing: border-box;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    border: 0.01rem solid #ffffff
}
.product_content form .form_li input::placeholder,
.product_content form .form_li textarea::placeholder{
    color: #C0C0C0;
}
.product_content form .form_li input:focus,
.product_content form .form_li textarea:focus,
.product_content form .form_li:nth-child(6) input{
    border: 0.01rem solid #0080E2
}
.product_content form .form_li:nth-last-child(4),
.product_content form .form_li:nth-last-child(3){
    width: 100%;
}
.product_content form .form_li textarea{
    width: 100%;
    height: 1rem;
}
.product_content form .form_li input[type="button"]{
    width: 1.5rem;
    height: 0.45rem;
    display: block;
    background: #0080E2;
    border-radius: 0.21rem;
    margin: 0.14rem auto 0;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}





.view_product{
    margin-top: 0.6rem;
    padding-top: 1.05rem;
    border-top: 0.01rem solid #E5E5E5;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.view_product .view_product_tit{
    margin-bottom: 0.72rem;
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
}
.view_product .swiper-button-next,
.view_product .swiper-button-prev{
    width: 0.57rem;
    height: 0.57rem;
    border: 0.01rem solid #0068B7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 1.04rem;
    margin: 0;
}
.view_product .swiper-button-next::after,
.view_product .swiper-button-prev::after{
    display: none;
}
.view_product .swiper-button-next img,
.view_product .swiper-button-prev img{
    width: 0.19rem;
    height: 0.17rem;
    object-fit: contain;
}
.view_product .swiper-button-next{
    right: 0rem;
}
.view_product .swiper-button-prev{
    left: auto;
    right: 0.66rem;
}
.view_product .swiper-button-next:hover,
.view_product .swiper-button-prev:hover{
    background: #0068B7;
}
.view_product .swiper-button-next:hover img,
.view_product .swiper-button-prev:hover img{
    filter: brightness(0) invert(1);
}
.view_product .view_swiper .product_item{
    width: 100%;
    height: auto;
}
.view_product .view_swiper .product_img{
    width: 100%;
    height: 2.98rem;
    overflow: hidden;
    border-radius: 0.1rem;
    margin-bottom: 0.24rem;
    background: url(../img/product_bg2.png) center no-repeat;
    background-size: cover;
}
.view_product .view_swiper .product_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.view_product .view_swiper .product_item:hover img{
    transform: scale(1.1);
}
.view_product .view_swiper .product_txt{
    width: 100%;
    padding: 0 0.22rem;
    text-align: center;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
    line-height: 1.25;
}
.view_product .view_swiper .product_item:hover .product_txt{
    color: #0068B7;
}




.add_class{
    display: none;
}




@media screen and (max-width: 1043px) {
    .product_body{
        padding: 50px 0 100px;
        position: relative;
        z-index: 2;
    }
    .product_body .product_fl{
        width: 40%;
        padding-right: 20px;
    }
    .product_fl_box{
        top: 100px;
    }
    .product_type{
        border-radius: 8px;
    }
    .product_type .type_name{
        height: 70px;
        border-radius: 8px;
    }
    .product_type .type_name span{
        font-size: 28px !important;
    }
    .product_type .type_list{
        padding: 10px 15px 30px;
    }
    .product_type .type_li{
        padding: 16px 0;
    }
    .product_type .type_li .type_class{
        
    }
    .product_type .type_li .type_class i{
        width: 8px;
        height: 8px;
        top: 5px;
    }
    .product_type .type_li .type_ul .type_class2{
        height: auto;
        font-size: 14px;
        margin-top: 10px;
        column-gap: 7px;
        align-items: flex-start;
    }
    .product_type .type_li .type_ul .type_class2 i{
        width: 8px;
        height: 19px;
    }
    .product_type .type_li .type_class{
        font-size: 16px;
        padding-left: 17px;
    }
    .product_down{
        border-radius: 8px;
        padding: 5px 15px 15px;
    }
    .product_down a{
        padding: 10px 0 10px 30px;
        font-size: 16px;
    }
    .product_down a i{
        width: 25px;
        height: 25px;
        top: 12px;
    }
    
    
    .product_body .product_fr{
        width: 60%;
    }
    /*.product_list .product_li{*/
    /*    height: auto;*/
    /*    position: relative;*/
    /*}*/
    /*.product_list .product_li .product_text{*/
    /*    width: 70%;*/
    /*    padding: 20px;*/
    /*    position: relative;*/
    /*    z-index: 2;*/
    /*}*/
    
     .product_list .product_li{
        height: auto;
        position: relative;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .product_list .product_li .product_text{
        width: 100%;
        padding: 20px;
        position: relative;
        z-index: 2;
    }
    .product_list .product_li .product_text .product_name{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .product_list .product_li .product_text .product_info{
        font-size: 14px;
        margin-bottom: 24px;
    }
    /*.product_list .product_li .product_litpic{*/
    /*    position: absolute;*/
    /*    width: 50%;*/
    /*    height: 100%;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    z-index: 0;*/
    /*}*/
    .product_list .product_li .product_litpic{
        position: initial;
        width: 100%;
        height: auto;
    }
    .product_list .product_li .product_litpic img{
        object-fit: contain;
    }
    
    
    
    .product_box{
        padding: 30px 0;
    }
    .product_box:first-child{
        flex-wrap: wrap;
    }
    .product_img{
        width: 100%;
        height: 330px;
    }
    .product_txt{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .product_title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .product_info, 
    .product_info p,
    .product_content, 
    .product_content p,
    .product_key .kry_li span{
        font-size: 16px;
    }
    
    
    .product_key{
        row-gap: 10px;
    }
    .product_key .kry_li{
        width: 100%;
        column-gap: 6px;
    }
    .product_key .kry_li i{
        width: 10px;
        height: 10px;
        margin-top: 5px;
    }
    
    
    .Features{
        column-gap: 10px;
        row-gap: 10px;
    }
    .Features .Features_li{
        width: calc(50% - 5px);
        padding: 15px;
        border-radius: 10px;
    }
    .Features .Features_li .Features_title{
        font-size: 16px;
        height: auto;
        margin-bottom: 5px;
    }
    .Features .Features_li .Features_info{
        font-size: 15px;
    }
    
    
    
    
    .product_content table tbody tr td{
        font-size: 16px;
        line-height: 1.2;
        padding: 10px;
    }
    
    
    .product_content form{
        border-radius: 8px;
        margin-top: 20px;
        padding: 20px 20px 30px;
        column-gap: 10px;
        row-gap: 15px;
    }
    .product_content form .form_li{
        width: 100%;
    }
    .product_content form .form_li label{
        font-size: 16px;
        margin-bottom: 3px;
    }
    .product_content form .form_li input, 
    .product_content form .form_li textarea{
        font-size: 14px;
        padding: 5px 10px;
        height: 36px;
    }
    .product_content form .form_li textarea{
        height: 80px;
    }
    .product_content form .form_li input[type="button"]{
        font-size: 16px;
        margin: 0px auto;
        width: auto;
        height: auto;
        padding: 6px 40px;
        border-radius: 20px;
    }
    
    
    .view_product{
        margin-top: 30px;
        padding-top: 50px;
    }
    .view_product .view_product_tit{
       font-size: 28px;
        margin-bottom: 30px;
    }
    .view_product .view_swiper .product_img{
        height: 0;
        border-radius: 8px;
        margin-bottom: 15px;
        position: relative;
        padding-bottom: 76%;
    }
    .view_product .view_swiper .product_img img{
        object-fit: contain;
        position: absolute;
    }
    .view_product .view_swiper .product_txt{
        font-size: 14px;
    }
    .view_product .swiper-button-next,
    .view_product .swiper-button-prev{
        width: 40px;
        height: 40px;
        top: 47px;
    }
}
@media screen and (max-width: 769px) {
    /*.product_body{*/
    /*    z-index: 999;*/
    /*}*/
    
    
    .product_body .main{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    
    
    .product_body .main .class_btn{
        display: block;
        font-size: 14px;
        font-family: 'Poppins-Regular';
        background: #0068b7;
        color: #fff;
        padding: 8px 30px;
        border-radius: 5px;
    }
        
    
    
    
    
    
    
    .product_body .product_fl{
        width: 100%;
        height: 100%;
        position: fixed;
        display: none; 
        top: 0;
        right: 0;
        padding: 0;
        z-index: 99;
        background: rgb(0 0 0 / 70%);
        transition: all ease .5s;
        opacity: 0;
        visibility: hidden;
    }
    .product_fl_box{
        height: 100vh;
        width: 76%;
        background: #fff;
        /*transition: all ease .5s;*/
        top: 0;
        left: 100%;
        position: absolute;
    }
    .product_body .product_fl.act{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .product_body .product_fl.act .product_fl_box{ 
        left: 24%;
    }
    .product_type{
        height: 100%;
        background: #fff;
        
        
        display: flex;
        align-items: center;
    }
    .product_type .type_name{
        display: none;
    }
    .product_type .type_list{
        /*height: 100%;*/
        height: auto;
    }
    .product_type .type_li{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product_type .type_li .type_class{
        font-size: 15px;
        max-width: calc(100% - 30px);
        width: fit-content;
    }
    .product_type .type_li .add_class{
        width: 8px;
        height: 21px;
        background: url(../img/faq_arrow1.png) center no-repeat;
        background-size: contain;
        display: block;
        transition: all 0.5s;
    }
    .product_type .type_li .type_ul{
        /*display: block;*/
        width: 100%;
    }
    .product_type .type_li.act .add_class{
        transform: rotate(90deg);
    }
    
    
    .product_body .product_fr{
        width: 100%;
        padding: 0;
    }
    .product_list .product_li .product_text{
        /*width: 80%;*/
        width: 100%;
    }
    .product_list .product_li .product_text .product_name{
        font-size: 18px;
    }
    .product_list .product_li .product_litpic{
        /*width: 40%;*/
        width: 100%;
    }
    .product_list .product_li .product_text .p_button{
        height: 32px;
        font-size: 14px;
        padding: 0 15px;
    }
    
    
    
    
    
    .product_img{
        height: 270px;
    }
    .product_img .swiper-button-prev,
    .product_img .swiper-button-next{
        width: 19px;
        height: 17px;
    }
    .product_info, 
    .product_info p, 
    .product_content, 
    .product_content p, 
    .product_key .kry_li span{
        font-size: 14px;
    }
    .product_title{
        font-size: 20px;
    }
    .Features .Features_li .Features_title,
    .Features .Features_li .Features_info,
    .product_content table tbody tr td{
        font-size: 14px;
    }
    .product_key .kry_li i{
        margin-top: 2px;
    }
    
    
    .view_product{
        padding-top: 30px;
        margin-top: 15px;
    }
    .view_product .view_product_tit{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .view_product .swiper-button-next, 
    .view_product .swiper-button-prev{
        width: 30px;
        height: 30px;
        top: 30px;
    }
    /*.view_product .view_swiper .product_img{*/
    /*    height: 260px;*/
    /*}*/
    
    
    .view_product .view_swiper .product_txt{
        font-size: 14px;
    }
}









