/* Breadcrumb Navigation */
.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    padding: 10px 0;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #0052AD;
    text-decoration: underline;
}

.breadcrumb a:last-child {
    color: #0052AD;
    font-weight: 500;
}

.probox{
    display: block;
    padding: 100px 7%;
    background-color: #FFF;
}
.probox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.probox.pt0{
    padding-top: 0;
}
.probox.pb0{
    padding-bottom: 0;
}
.probox.pt50{
    padding-top: 50px;
}
.probox.bg{
    background-color: #F6F6F6;
}
.probox .h2title .subtitle{
    width: 62%;
}
.product-item{
    position: absolute;
    right: 12%;
    width: 640px;
    height: 510px
}
.product-item img{
    max-width: 100%;
    max-height: 100%;
}
.prodesc{
    display: block;
    position: relative;
}
.prodesc::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 190px);
    background-color: #003D82;
    z-index: 0;
}
.prodesc .number{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 70px;
    z-index: 1;
}
.prodesc .number ul{
    display: flex;
    justify-content: space-between;
}
.prodesc .number li{
    display: block;
    width: auto;
    text-align: center;
    color: #FFF;
}
.prodesc .number li strong{
    display: block;
    font-size: 60px;
    line-height: 1;
    font-family: 'Poppins-Medium';
    padding-bottom: 0;
    font-weight: normal;
}
.prodesc-box{
    position: relative;
    display: flex;
    width: calc(100% - 14%);
    height: 530px;
    margin: 0 auto;
    justify-content: space-between;
    background-color: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.prodesc-box .text{
    flex: 0 0 56%;
    width: 56%;
    padding: 55px 75px;
}
.prodesc-box .text .title{
    font-size: 40px;
    color: #333;
    line-height: 1;
    font-family: 'Poppins-Medium';
}
.prodesc-box .text .desc{
    display: block;
    font-size: 18px;
    line-height: 1.75;
    padding-top: 30px;
}
.prodesc-box .text .btn{
    margin: 35px 0 0;
}
.prodesc-box .text .btn a{
    margin: 0;
    width: 190px;
}
.prodesc-box .text .btn a i{
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url(../img/icon-video.svg) no-repeat center;
    background-size: 100%;
}
.prodesc-box .pic{
    flex: 0 0 44%;
    width: 44%;
    height: 100%;
}
.prodesc-box .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bestproduct-list{
    display: block;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}
.bestproduct-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -25px -25px;
}
.bestproduct-list li{
    display: block;
    width: 33.333%;
    height: auto;
    position: relative;
    padding: 25px 25px;
}
.bestproduct-list li a{
    position: relative;
}
.bestproduct-list .pic {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.85;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 35px 35px;
    border-radius: 0;
    justify-content: center;
    align-content: center;
}
.bestproduct-list li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 10px;
    z-index: 1;
    background-color: #003D821A;
}
.bestproduct-list .pic img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all 0.35s;
}
.bestproduct-list li:hover .pic img{
    transform: scale(1.05);
}
.bestproduct-list .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 28px 15px;
}
.bestproduct-list .text .title{
    font-size: 20px;
    line-height: 1.57;
    min-height: 25px;
    color: #333;
    font-family: 'Poppins-SemiBold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.bestproduct-list li:hover .text .title{
    color: #0066CC;
}
.bestproduct-list .text .tag{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.bestproduct-list .text .tag span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
    color: #0E50C8;
    font-size: 14px;
    font-family: 'arial';
    background-color: #0E50C833;
}
.bestproduct-list .text .tag span em{
    font-weight: bold;
}
.bestproduct-list .text .desc{
    font-size: 16px;
    font-weight: 500;
    color: #0E50C8;
}
.bestproduct-list .text .star{
    margin-top: 15px;
}
.bestproduct-list .text .star img{
    display: block;
    width: auto;
    height: 18px;
}
.homehonors-list{
    display: block;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}
.homehonors-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -14px -14px;
}
.homehonors-list li{
    flex: 0 0 20%;
    width: 20%;
    height: auto;
    position: relative;
    padding: 15px 14px;
}
.homehonors-list li .wrap{
    display: block;
    width: 100%;
    height: 520px;
    padding: 40px 40px;
    border-radius: 20px;
    background-color: #F5F6F5;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
.homehonors-list li .icon{
    display: block;
    width: 100%;
    height: 75px;
    margin-bottom: 38px;
}
.homehonors-list li .icon img{
    display: block;
    width: auto;
    height: 100%;
    transition: transform 0.35s ease;
}
.homehonors-list li .title{
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}
.homehonors-list li .desc{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
}
.homehonors-list li .bg-logo{
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 200px;
    height: 200px;
}
.homehonors-list li:last-child .bg-logo{
    width: 366px;
    right: -60px;
    bottom: -50px;
}
.homehonors-list li .bg-logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.1;
    transform: rotate(-30deg);
    transition: transform 0.45s ease, opacity 0.45s ease;
}
.homehonors-list li:hover .wrap{
    background-color: #FFFFFF;
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 82, 173, 0.15);
}
.homehonors-list li:hover .icon img{
    transform: scale(1.08);
}
.homehonors-list li:hover .bg-logo img{
    opacity: 0.18;
    transform: rotate(-20deg) scale(1.1);
}
.subbanner.product .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding-top: 0;
    padding-bottom: 30px;
}
.subbanner.product .title{
    font-size: 40px;
    font-family: 'Poppins-medium';
}
.subbanner.product .title.f60{
    font-size: 60px;
}
.subbanner.product .desc{
    width: 45%;
    font-size: 16px;
    padding-top: 20px;
}
.subbanner.product .btn{
    display: flex;
    padding-top: 60px;
}
.subbanner.product .btn a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 46px;
    color: #FFF;
    margin-right: 45px;
    font-size: 16px;
    border-radius: 23px;
    background-color: transparent;
}
.subbanner.product .btn a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 18px;
    color: #FFF;
    margin-right: 18px;
    border-radius: 50%;
    transition: all .3s;
    background-color: #0052AD;
}
.subbanner.product .btn a.cur{
    width: 180px;
    justify-content: center;
    background-color: #0052AD;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.subbanner.product .btn a:hover i{
    color: #FFF;
    background-color: #0260cc;
}
.subbanner.product .btn a.cur:hover{
    color: #FFF;
    background-color: #0260cc;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.subbanner.product .btn a:hover{
    /*color: #1ca3f8;*/
}
.pro-main{
    position: relative;
    display: flex;
    width: calc(100% - 7%);
    justify-content: space-between;
    z-index: 1;
}
.pro-main .left{
    flex: 0 0 25%;
    width: 25%;
    position: relative;
    padding: 120px 40px 0 60px;
    background-color: #F2F2F2;
}
.pro-main .right{
    flex: 0 0 75%;
    width: 75%;
    padding: 60px 0 80px 90px;
    min-height: 500px;
    background-color: #FFF;
}
.title-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-align: left;
    padding-bottom: 15px;
}
.title-wrap .title {
    display: block;
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    padding-left: 18px;
    border-left: 3px solid #003281;
    color: #003281;
    font-family: 'Poppins-medium';
    text-decoration: underline;
}
.column-name{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    padding-left: 60px;
    height: 80px;
    line-height: 80px;
    color: #FFF;
    font-size: 28px;
    font-family: 'Poppins-medium';
    background-color: #0052AD;
}
.lbox{
    display: block;
    margin-bottom: 30px;
}
.pro-nav{
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 30px;
}
.pro-nav ul{
    display: block;
}
.pro-nav li{
    display: block;
    padding: 25px 5.7%;
    color: #333;
    border-bottom: 1px solid #EAEAEA;
}
.pro-nav li.cur{
    background-color: #F8F8F8;
}
.pro-nav li .text{
    display: flex;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins-SemiBold';
    justify-content: space-between;
}
.pro-nav li .text .iconfont{
    transition: all .3s;
    cursor: pointer;
}
.pro-nav li.cur .text{
    color: #0052AD;
    font-weight: bold;
}
.pro-nav li.cur .text a{
    color: #0052AD;
}
.pro-nav li.cur .text h2{
    font-weight: bold;
}
.pro-nav li.cur .text .iconfont{
    transform: rotate(180deg);
}
.pro-nav li .threenav{
    display: none;
}
.pro-nav li.cur .threenav{
    display: block;
    padding: 15px 3% 0;
}
.pro-nav li.cur .threenav a{
    display: block;
    color: #666666;
    font-weight: normal;
    line-height: 1.5;
    padding: 8px 0;
    font-size: 16px;
}
.pro-nav li.cur .threenav a:hover,.pro-nav li.cur .threenav a.cur{
    color: #0052AD;
}
.product-list{
    display: block;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}
.product-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px;
}
.product-list li{
    display: block;
    width: 33.333%;
    height: auto;
    position: relative;
    padding: 15px 15px;
}
.product-list .pic {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.85;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 35px 35px;
    border-radius: 0;
    border: 1px solid #0000001A;
    justify-content: center;
    align-content: center;
}
.product-list .pic img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all 0.35s;
}
.product-list li:hover .pic img{
    transform: scale(1.05);
}
.product-list .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 15px;
}
.product-list .text .tag{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.product-list .text .tag span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
    color: #0E50C8;
    font-size: 14px;
    font-family: 'arial';
    background-color: #0E50C833;
}
.product-list .text .tag span em{
    font-weight: bold;
}
.product-list .text .title{
    font-size: 20px;
    line-height: 1.57;
    min-height: 25px;
    color: #333;
    font-family: 'Poppins-SemiBold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-list li:hover .text .title{
    color: #0066CC;
}
.product-list .text .desc{
    font-size: 16px;
    font-weight: 500;
    color: #0052AD;
}
.product-list .text .star{
    margin-top: 15px;
}
.product-list .text .star img{
    display: block;
    width: auto;
    height: 18px;
}
.form-box{
    margin-top: 15px;
}
.form-item{
    margin-bottom: 10px;
}
.form-input {
    width: 100%;
    height: 58px;
    padding: 0 15px 0 15px;
    outline: 0;
    font-size: 16px;
    border-color: transparent;
    background-color: #FFF;
    border-radius: 6px;
}
.form-textarea {
    border-color: transparent;
    outline: 0;
    width: 100%;
    height: 160px;
    padding: 15px 15px 15px 15px;
    resize: none;
    font-weight: normal;
    font-size: 16px !important;
    border-radius: 6px;
    background-color: #FFF;
}
.form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    border: 0;
    text-transform: capitalize;
    background: #0052AD;
}
.form-btn i{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url('../img/icon-send.svg') no-repeat center center;
    background-size: 100% 100%;
}
.form-btn:hover{
    background: #0743b1;
}
.product-info{
    display: block;
    width: 100%;
    padding: 50px 0 50px 0;
    background: linear-gradient(0deg, rgba(254, 254, 254, 0.15) 0%, rgba(14, 80, 200, 0.15) 100%, rgba(14, 80, 200, 0.15) 100%);
}
.product-info .wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.product-info .text{
    flex: 0 0 48%;
    width: 48%;
    padding-top: 50px;
}
.product-info .text .title{
    font-size: 44px;
    font-family: 'Poppins-medium';
    color: #333;
    font-weight: normal;
    line-height: 1.25;
    margin-bottom: 20px;
}
.product-info .text .desc{
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
}
.key-specs{
    margin: 20px 0 25px;
    padding: 16px 18px;
    background-color: #FFF;
    border: 1px solid #0000001A;
    border-radius: 8px;
}
.key-specs .key-title{
    font-size: 18px;
    color: #003281;
    font-family: 'Poppins-medium';
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.key-specs .specs-list{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.key-specs .specs-list li{
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    position: relative;
    padding-left: 16px;
}
.key-specs .specs-list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0052AD;
}
.product-info .pic {
    flex:unset;
    width: 32.8vw;
    height: auto;
    position: absolute;
    right: 5%;
    top: 0;
}
.product-info .pro-bigpic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
}
.product-info .pro-bigpic .swiper-slide{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: transparent;
    opacity: 0 !important;
}
.product-info .pro-bigpic .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.product-info .pro-bigpic img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.product-info .pro-thumbs{
    display: block;
    margin: 15px 0 15px 0;
    width: auto;
    height: 170px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.product-info .pro-thumbs .swiper-slide{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 100%;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #0000001A;
    border-radius: 0;
}
.product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #0052AD;
}
.product-info .smallpic{
    position: relative;
}
.product-info .btn{
    display: flex;
    padding-top: 50px;
}
.product-info .btn a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 46px;
    color: #0E50C8;
    margin: 0;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 23px;
    background-color: transparent;
}
.product-info .btn a i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 18px;
    color: #FFF;
    margin-right: 18px;
    border-radius: 50%;
    transition: all .3s;
    background-color: #0052AD;
}
.product-info .btn a.cur{
    width: 180px;
    color: #FFF;
    justify-content: center;
    background-color: #0052AD;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.product-info .btn a:hover i{
    color: #FFF;
    background-color: #0260cc;
}
.product-info .btn a.cur:hover{
    color: #FFF;
    background-color: #0260cc;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.product-info .btn a:hover{
    /*color: #1ca3f8;*/
}
.product-desc{
    display: block;
    padding: 30px 0 30px 0;
}
.product-desc .title{
    font-size: 40px;
    font-family: 'Poppins-medium';
    color: #333;
    padding-top: 15px;
}
.product-desc .desc{
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}
.product-desc .desc table{
    width: 100%;
    margin: 10px 0 0;
    border-collapse: collapse;
    border: 1px solid #D9E2F3;
}
.product-desc .desc th,
.product-desc .desc td{
    border: 1px solid #D9E2F3;
    padding: 12px 16px;
    font-size: 16px;
    color: #333;
    vertical-align: top;
}
.product-desc .desc thead th,
.product-desc .desc thead td{
    background-color: #F4F7FF;
    font-family: 'Poppins-medium';
    color: #0E50C8;
}
.product-desc .desc p{
    margin: 0;
}
.product-desc figure{
    margin: 0;
    padding: 0;
}
.product-desc figure.product-desc-gallery{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(max(260px, 25%), 1fr));
    gap: 16px;
    width: 100%;
}
.product-desc .desc img{
    display: block;
    max-width: 100%;
    margin: 30px auto;
}
.product-desc figure.product-desc-gallery img{
    width: 100%;
    height: auto;
    margin: 0;
}
.related-box{
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0E50C80D;
    margin-top: 100px;
}
.related-box .related-title{
    font-size: 44px;
    font-family: 'Poppins-medium';
    color: #333;
    padding-bottom: 20px;
}
.relatedProduct-list{
    display: block;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}
.relatedProduct-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px;
}
.relatedProduct-list li{
    display: block;
    width: 25%;
    height: auto;
    position: relative;
    padding: 15px 15px;
}
.relatedProduct-list .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.85;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 35px 35px;
    border-radius: 15px;
    background-color: #FFF;
    border: 1px solid #0000001A;
    justify-content: center;
    align-content: center;
}
.relatedProduct-list .pic img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all 0.35s;
}
.relatedProduct-list li:hover .pic img{
    transform: scale(1.05);
}
.relatedProduct-list .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 15px;
}
.relatedProduct-list .text .tag{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.relatedProduct-list .text .tag span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    height: 24px;
    border-radius: 12px;
    margin-right: 10px;
    color: #0E50C8;
    font-size: 14px;
    font-family: 'arial';
    background-color: #0E50C833;
}
.relatedProduct-list .text .tag span em{
    font-weight: bold;
}
.relatedProduct-list .text .title{
    font-size: 20px;
    line-height: 1.57;
    min-height: 25px;
    color: #333;
    font-family: 'Poppins-SemiBold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.relatedProduct-list li:hover .text .title{
    color: #0066CC;
}
.relatedProduct-list .text .desc{
    font-size: 16px;
    font-weight: 500;
    color: #0052AD;
}
.relatedProduct-list .text .star{
    margin-top: 15px;
}
.relatedProduct-list .text .star img{
    display: block;
    width: auto;
    height: 18px;
}
.message-box{
    padding-top: 20px;
}
.message-box .title{
    font-size: 40px;
    font-family: 'Poppins-medium';
    color: #333;
}
.message-box .desc{
    width: 66%;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    padding-bottom: 20px;
}
.message-box .desc strong{
    font-weight: 700;
    color: #0052AD;
}
.message-box .form-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.message-box .form-input{
    width: calc(25% - 15px);
    border: 1px solid #D9D9D9;
    position: relative;
}
.message-box .form-textarea{
    border: 1px solid #D9D9D9;
}
.saying-box{
    display: block;
}

.saying-box .title {
    font-size: 40px;
    font-family: 'Poppins-medium';
    color: #333;
}
.saying-box .saying-wrap{
    width: 100%;
    height: 535px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #0E50C81A;
}
.saying-box .swiper-slide{
    display: flex;
    align-items: center;
    height: 535px;
    justify-content: space-between;
}
.saying-box .swiper-slide .text{
    flex: 0 0 52%;
    width: 52%;
    height: 100%;
    padding: 60px 70px;
}
.saying-box .swiper-slide .title{
    font-size: 40px;
    font-family: 'Poppins-medium';
    color: #333;
    line-height: 1.2;
    height: 100px;
    width: 80%;
    padding-right: 100px;
    background: url(../img/icon-say.png) no-repeat right center;
    background-size: 92px auto;
}
.saying-box .swiper-slide .face{
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: flex-start;
}
.saying-box .swiper-slide .face img{
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
}
.saying-box .swiper-slide .face strong{
    display: block;
    font-size: 20px;
    font-family: 'Poppins-semibold';
    color: #333;
    margin-bottom: 5px;
    line-height: 1;
}
.saying-box .swiper-slide .face span{
    display: block;
    font-size: 25px;
    line-height: 1;
    color: #FDD802;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
}
.saying-box .swiper-slide .desc{
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}
.saying-box .swiper-slide .pic{
    flex: 0 0 48%;
    width: 48%;
    height: 100%;
}
.saying-box .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.saying-box .page-box{
    position: absolute;
    left: 70px;
    bottom: 60px;
    width: 120px;
    padding: 0 0;
    height: 50px;
    z-index: 100;
}
.pro-main .right .sr-only{
    font-size: 40px;
    font-family: 'Poppins-Medium';
    line-height: 1.1;
    color: #333;
    padding-bottom: 30px;
}
/*PC v1*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.subbanner.product{
    padding-top: 50px;
    height: auto !important;
}
.subbanner.product .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding-top: 0;
    padding-bottom: 30px;
}
.subbanner.product .title.f60 {
    font-size: 28px;
}
.subbanner.product .desc {
    width: 100%;
    font-size: 15px;
    padding-top: 20px;
}
.subbanner.product .btn {
    padding-top: 30px;
    flex-direction: column;
}
.subbanner.product .btn a{
    margin-bottom: 20px;
}
.product-item {
    position: relative;
    left: 0;
    right: 5%;
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.prodesc .number {
    padding-top: 50px;
    padding-bottom: 20px;
}
.prodesc .number ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.prodesc .number li{
    width: 50%;
    margin-bottom: 15px;
}
.prodesc .number li strong {
    font-size: 28px;
}
.prodesc .number li span{
    font-size: 10px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.prodesc-box {
    display: flex;
    width: calc(100% - 10%);
    height: auto;
    margin: 0 auto;
    justify-content: flex-start;
    flex-direction: column;
}
.prodesc-box .text {
    flex: unset;
    width: 100%;
    padding: 25px 25px;
}
.prodesc-box .text .title {
    font-size: 28px;
    line-height: 1.25;
}
.prodesc-box .text .desc {
    font-size: 15px;
    padding-top: 20px;
}
.prodesc-box .pic {
    flex: unset;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.probox {
    padding: 45px 5%;
}
.probox .h2title .subtitle {
    width: 100%;
}
.bestproduct-list li {
    width: 100%;
    height: auto;
    padding: 25px 25px;
}
.bestproduct-list .text .desc {
    font-size: 15px;
}
.bestproduct-list li a::after {
    height: 60%;
}
.homehonors-list {
    padding: 0 5%;
}
.homehonors-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -14px -14px;
    flex-direction: row;
}
.homehonors-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.homehonors-list li .wrap {
    height: 450px;
    padding: 30px 30px;
}
.pro-main {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.pro-main .left {
    flex: unset;
    width: 100%;
    position: relative;
    padding: 120px 5% 0 5%;
    background-color: #F2F2F2;
}
.pro-main .right {
    flex: unset;
    width: 100%;
    padding: 50px 5% 50px 5%;
}
.pro-main .right .sr-only{
    font-size: 28px;
    padding-bottom: 30px;
}
.product-list li {
    width: 100%;
}
.product-info {
    padding: 50px 0 30px 0;
}
.key-specs{
    margin: 15px 0 20px;
    padding: 12px 14px;
    border-radius: 8px;
}
.key-specs .key-title{
    font-size: 16px;
    margin: 0 0 8px 0;
}
.key-specs .specs-list{
    grid-template-columns: 1fr;
    gap: 6px 12px;
}
.key-specs .specs-list li{
    font-size: 14px;
}
.breadcrumb {
    font-size: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.product-info .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.product-info .text {
    flex: unset;
    width: 100%;
    position: relative;
    padding-top: 0;
}
.product-info .text .title {
    font-size: 28px;
    margin-bottom: 20px;
}
.product-info .text .desc {
    font-size: 15px;
    margin-bottom: 30px;
}
.product-info .pro-thumbs {
    margin: 15px 0 15px 0;
    width: auto;
    height: 70px;
}
.product-info .btn {
    display: flex;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 12px;
}
.product-info .btn a{
    margin-bottom: 0;
    margin-right: 0;
}
.product-info .btn a:first-child{
    width: 100%;
}
.product-info .btn a:nth-child(2),
.product-info .btn a:nth-child(3){
    width: calc(50% - 6px);
}
.product-info .pic{
    margin: 0;
    padding: 0;
    flex: unset;
    width: 100%;
    right: 0;
    position: relative;
}
.product-desc {
    padding: 30px 0 30px 0;
}
.product-desc .title {
    font-size: 22px;
}
.product-desc .desc {
    font-size: 15px;
    line-height: 1.8;
    padding-top: 0;
}
.saying-box .title {
    font-size: 22px;
}
.saying-box .swiper-slide {
    display: flex;
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
    flex-direction: column;
}
.saying-box .swiper-slide .text {
    flex: unset;
    width: 100%;
    height: 100%;
    padding: 25px 25px;
}
.saying-box .swiper-slide .pic {
    flex: unset;
    width: 100%;
    height: auto;
}
.saying-box .swiper-slide .title {
    font-size: 28px;
    font-family: 'Poppins-medium';
    color: #333;
    line-height: 1.2;
    height: 80px;
    width: 100%;
    padding-right: 45px;
    background: url(../img/icon-say.png) no-repeat right 0px;
    background-size: 42px auto;
}
.saying-box .swiper-slide .desc {
    font-size: 15px;
}
.saying-box .saying-wrap {
    width: 100%;
    height: auto;
}
.saying-box .page-box {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 120px;
    transform: translate(-50%,0);
}
.message-box {
    padding-top: 45px;
}
.message-box .title {
    font-size: 22px;
    line-height: 1.2;
}
.message-box .desc {
    width: 100%;
    font-size: 15px;
}
.message-box .form-input {
    width: 100%;
    height: 48px;
    margin-top: 20px;
}
.message-box .form-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
}
.related-box {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.relatedProduct-list li {
    width: 100%;
    height: auto;
}

}