@charset "UTF-8";
.product-details-banner{
    width: 100%;
    height: 734px;
    position: relative;
    margin-top: var(--app-sticky-height);
}
.product-details-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-details-banner .app-main-content{
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    display: flex;
    justify-content: end;
}
.product-details-banner .app-main-content .pd-banner-text-box{
    display: flex;
    align-items: baseline
}
.product-details-banner .app-main-content .pd-banner-text-box .pd-b-title{
    display: flex;
    align-items: center;
}
.product-details-banner .app-main-content .pd-banner-text-box .pd-b-title .l-title{
    width: 200px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    /* background-image: linear-gradient(to right,#3f7de9,#194f9e); */
    background: url(/statics/home/images/lin-bg.png) no-repeat;
    background-size: 100%;
    font-size: var(--app-fs-32);
    color: #fff;
}
.product-details-banner .app-main-content .pd-banner-text-box  .r-title{
    font-size: var(--app-fs-32);
    color: #333;
}
.product-details-banner .app-main-content .pd-banner-text-box .pd-b-desc{
    font-size: var(--app-fs-18);
    color: #666;
    margin-top: 15px;
}
.product-details-banner .app-main-content .pd-banner-text-box .pd-b-box{
    margin-left: 20px;
}
.product-details-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 89px;
    background: #ffffff;
    border: 1px solid #efefef;
    overflow: auto;
    position: sticky;
    top:var(--app-sticky-height);
    z-index: 11;
}
.product-details-tabs .pd-tabs-item{
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 70px ;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    text-wrap: nowrap;
}
.product-details-tabs .pd-tabs-item .text{
    font-size: var(--app-fs-18);
    color: #666666;
    margin-left: 10px;
}
.product-details-tabs .pd-tabs-item.active .text{
    color: #144993;
}
.product-details-tabs .pd-tabs-item.active .iconfont{
    color: #144993;
}
.product-details-tabs .pd-tabs-item::after{
    position: absolute;
    bottom: -32px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: url(/statics/home/images/pro-d.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}
.product-details-tabs .pd-tabs-item.active::after{
    display: block;
}
.product-details-tabs .pd-tabs-item:hover .text{
    color: #144993;
}
.product-details-tabs .pd-tabs-item:hover .iconfont{
    color: #144993;
}
.product-details-tabs .pd-tabs-item:hover::after{
    display: block;
}
.product-description{
    padding-top: 6%;
    padding-bottom: 8%;
}
.product-description .pd-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-description .pd-inner .pd-text-box{
    width: 45%;
}
.product-description .pd-inner .pd-text-box .pd-title{
    font-size: var(--app-fs-42);
    color: #333;
    margin-bottom: 45px;
}
.product-description .pd-inner .pd-text-box .pd-desc{
    font-size: var(--app-fs-16);
    color: #666;
    line-height: 1.75;
    text-align: justify;
}
.product-description .pd-inner .pd-image-wrap{
    width: 49%;
}
.product-description .pd-inner .pd-image-wrap .image-box{
    position: relative;
    height: 0;
    padding-bottom: 56.2%;
    border-radius: 15px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.product-description .pd-inner .pd-image-wrap .image-box .image{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


.product-description .pd-inner .pd-image-wrap .image-box .video-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 开创性技术 */
.groundbreaking-technology{
    background: url(/statics/home/images/gt-bg.png) no-repeat;
    background-size: contain;
    background-position: bottom left;
    background-color: #f2f3f6;
}
.groundbreaking-technology .gt-inner{
    padding: 9% 0;   
}
.groundbreaking-technology .gt-inner .gt-title{
    font-size: var(--app-fs-42);
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.groundbreaking-technology .gt-inner .gt-list{
    display: flex;
    justify-content: space-between;
}

.groundbreaking-technology .gt-inner .gt-list .gt-list-item{
    width: 23.5%;
    /* height: 530px; */
    padding: 4.3% 3.2%;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.groundbreaking-technology .gt-inner .gt-list.gt-list-3 .gt-list-item{
    width: 31.5%;
}
.groundbreaking-technology .gt-inner .gt-list.gt-list-2 .gt-list-item{
    width: 48.5%;
}
.groundbreaking-technology .gt-inner .gt-list .gt-list-item img{
    width: 51px;
    height: 61px;
    object-fit: contain;
    margin-bottom: 20px;
}
.groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-title{
    font-size: var(--app-fs-22);
    color: #144993;
}
.groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-subtitle{
    font-size: var(--app-fs-22);
    color: #333;
    margin-bottom: 20px;
}
/* .groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-desc{
    font-size: var(--app-fs-16);
    color: #666;
    line-height: 1.75;
    margin-bottom: 10px;
    text-align: justify;
} */
.groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-desc .item{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-desc .dian{
    width: 5px;
    height: 5px;
    background: #666;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-desc .text{
    font-size: var(--app-fs-16);
    color: #666;
    line-height: 1.75;
    text-align: justify;
    width: 100%;
}
.groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-desc .item:last-child{
    margin-bottom: 0;
}
/* 产品参数 */
.product-parameters .pp-inner{
    padding: 9% 0;
}
.product-parameters .pp-inner .pp-title{
    font-size: var(--app-fs-42);
    color: #333;
    text-align: center;
}
.product-parameters .pp-inner .pp-table{
    width: 100%;
    margin-top: 50px;
    border-collapse: collapse;
}
.product-parameters .pp-inner .pp-table th{
    width: 50%;
    height: 79px;
    text-align: center;
    background: #333333;
    font-size: var(--app-fs-16);
    color: #fff;
}
.product-parameters .pp-inner .pp-table th:first-child{
    border-right: 1px solid #303030;
    width: 30%;
}
.product-parameters .pp-inner .pp-table td{
    height: 70px;
    text-align: center;
    font-size: var(--app-fs-20);
    color: #333;
}
.product-parameters .pp-inner .pp-table td:first-child{
    border-right: 1px solid #e0e0e0;
}
.product-parameters .pp-inner .pp-table tr{
    border-bottom: 1px solid #e0e0e0;
}
.product-parameters .pp-inner .pp-table tr:nth-child(2n){
    background: #efefef;
}

/* 应用场景 */
.application-scenario{
    width: 100%;
    background: url(/statics/home/images/as-bg.png);
    padding: 9% 0;
}
.application-scenario .app-s-inner .as-title{
    font-size: var(--app-fs-42);
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}
.application-scenario .application-swiper{
    position: relative;
}
.application-scenario .application-swiper .swiper-slide{
    height: 334px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}
.application-scenario .application-swiper .swiper-slide .image-box{
    width: 42.5%;
    height: 100%;
   
}
.application-scenario .application-swiper .swiper-slide .image-box .ass-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.application-scenario .application-swiper .swiper-slide .text-box{
    margin-left: 6.5%;
    width: 37%;
}
.application-scenario .application-swiper .swiper-slide .text-box .as-swiper-title{
    font-size: var(--app-fs-30);
    color: #313837;
    margin-bottom: 20px;
}
.application-scenario .application-swiper .swiper-slide .text-box .as-swiper-desc{
    font-size: var(--app-fs-16);
    color: #666666;
    text-align: justify;
}
.application-scenario .application-swiper .swiper-button-next, .application-scenario .application-swiper .swiper-button-prev{
    width: var(--app-fs-50);
    height: var(--app-fs-50);
    background: #a2a3a5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    font-size: var(--app-fs-18);
}
.application-scenario .application-swiper .swiper-button-next{
    right: -6%;
}
.application-scenario .application-swiper .swiper-button-prev{
    left: -6%;
}
.application-scenario .application-swiper .swiper-button-next:hover{
    background: #144993;
}
.application-scenario .application-swiper .swiper-button-prev:hover{
    background: #144993;
}
.application-scenario .application-swiper .swiper-slide .ass-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
.application-scenario .application-swiper-operation{
    width: 100%;
    height: 60px;
    background: url(/statics/home/images/ass-o-bg.png) no-repeat;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}
.application-scenario .application-swiper-operation .aso-item{
    margin: 0 3.1%;
    font-size: var(--app-fs-16);
    color: #666666;
    position: relative;
    margin-bottom: 35px;
    cursor: pointer;
}
.application-scenario .application-swiper-operation .aso-item::after{
    content:'';
    display: block;
    width: 2px;
    height: 17px;
    background: #144993;
    position: absolute;
    left: 50%;
    top: 49px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.application-scenario .application-swiper-operation .aso-item.active::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 29px 8px;
    border-color: transparent transparent #144996 transparent;
    background: none;
    position: absolute;
    top: 40px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* 应用领域 */
.application-area{
    padding-top: 7%;
    padding-bottom: 10%;
    width: 100%;
    /* height:751px; */
    background: url(/statics/home/images/area-bg.png) no-repeat;
    background-size: cover;
}
.application-area .area-title{
    font-size: var(--app-fs-42);
    color: #fff;
    text-align: center;
}
.application-area  .area-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 85px;
}
.application-area  .area-list .area-item{
    border-right: 1px solid #596c78;
    padding: 50px 10%;
    text-align: center;
    height: 277px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application-area  .area-list .area-item:first-child{
    padding-left: 0;
}
.application-area  .area-list .area-item:last-child{
    padding-right: 0;
    border: none;
}
.application-area  .area-list .area-item:hover{
    /* padding: 0 5%; */
}
.application-area  .area-list .area-item .area-item-img{
    width: 56px;
    height: 55px;
    object-fit: contain;
    display: inline-block;
}
.application-area  .area-list .area-item .area-item-title{
    font-size: var(--app-fs-24);
    color: #fff;
    margin-top: 15px;
    position: relative;
    margin-bottom: 15px;
}
.application-area  .area-list .area-item .area-item-title::after{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(/statics/home/images/area-l.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 6px;
    left: -30px;
    display: none;
}
.application-area  .area-list .area-item .area-item-title::before{
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(/statics/home/images/area-r.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 6px;
    right: -30px;
    display: none;
}
.application-area  .area-list .area-item .area-item-desc{
    font-size: var(--app-fs-16);
    color: #fff;
    line-height: 1.75;
}
.application-area  .area-list .area-item .area-desc-box{
    height: 0;
    opacity: 0;
}
.application-area  .area-list .area-item:hover .area-desc-box{
    height: auto;
    max-height: 200px;
    opacity: 1;
}
.application-area  .area-list .area-item:hover .area-item-title::after{
    display: block;
}
.application-area  .area-list .area-item:hover .area-item-title::before{
    display: block;
}

/* 相关产品 */
.related-products{
    width: 100%;
    background: #eff0f4;
    padding: 6.7% 0;
    text-align: center;
}
.related-products .rp-title{
    font-size: var(--app-fs-42);
    color: #333;
    text-align: center;
}
.related-products .public-list-swiper{
    width: 100%;
    margin-top: 27px;
    position: relative;
    margin-bottom: 38px;
}
.related-products .public-list-swiper .swiper{
    width: 100%;
}
.related-products .public-list-swiper .swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #a9aaac;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.related-products .public-list-swiper .swiper-button-prev{
    left: -5%;
    font-size: 18px;
    color: #fff;
}
.related-products .public-list-swiper .swiper-button-prev:hover{
    background: var(--app-color-main);
}
.related-products .public-list-swiper .swiper-button-next:hover{
    background: var(--app-color-main);
}
.related-products .public-list-swiper .swiper-button-next{
    right: -5%;
    font-size: 18px;
    color: #fff;
}

.related-products .public-list-swiper .some-item{
    background: #fff;
    padding-bottom: 12%;
    padding-top: 20%;
    padding-left: 4.4%;
    padding-right: 4.4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.related-products .public-list-swiper .some-item .title{
    font-size: var(--app-fs-20);
    color: #313837;
    width: 100%;
    text-align: center;
}
.related-products .public-list-swiper .some-item .sub-title{
    font-size: var(--app-fs-18);
    color: #959595;
    margin-top: 15px;
    /* margin-bottom: 25px; */
    margin-bottom: 10%;
    margin-bottom: 6%;
    width: 100%;
}
.related-products .public-list-swiper .some-item img{
    width: 60%;
    height: 100px;
    object-fit: contain;
    /* padding-bottom: 80px; */
    margin-bottom: 20%;
}
.related-products .public-list-swiper .some-item .more{
    display: flex;
    align-items: center;
}
.related-products .public-list-swiper .some-item .more p{
    font-size: var(--app-fs-14);
    color: #313837;
    margin-right: 10px;
}
.related-products .rp-more{
    display: inline-block;
    width: 117px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: var(--app-fs-14);
    color: #313837;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #e5e7ea;
}
.related-products .rp-more:hover{
    background: #144993;
    color: #fff;
}
.application-area .area-list .area-item .in-box{
    width: 100%;
}
.related-products .public-list-swiper .some-item:hover .title{
    color: #144993;
}
.related-products .public-list-swiper .some-item:hover .sub-title{
    color: #144993;
}
.related-products .public-list-swiper .some-item:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
@media (max-width: 1440px) {
    .related-products .public-list-swiper .swiper-button-prev,.application-scenario .application-swiper .swiper-button-prev{
        left:0;
    }
    .related-products .public-list-swiper .swiper-button-next,.application-scenario .application-swiper .swiper-button-next{
        right:0;
    }
    .application-scenario .application-swiper-operation .aso-item::after{
        top:46px;
    }
}


@media (max-width:996px){
    .related-products .public-list-swiper .some-item{
        /* width: 48%; */
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    .related-products .public-list-swiper .some-item img{
        margin-bottom: 14%;
        height: 60px;
    }
}

@media (max-width:768px){
    .related-products .public-list-swiper .some-item{
        width: 100%;
    }
    .related-products .public-list-swiper .swiper-button-prev{
        display: none;
    }
    .related-products .public-list-swiper .swiper-button-next{
        display: none;
    }
    .product-details-tabs{
        justify-content: start;
    }
    .product-description .pd-inner{
        flex-wrap: wrap;
    }
    .product-description .pd-inner .pd-text-box{
        width: 100%;
    }
    .product-description .pd-inner .pd-image-wrap{
        width: 100%;
        margin-top: 20px;
    }
    .product-description,.groundbreaking-technology .gt-inner,.product-parameters .pp-inner,.related-products,.application-scenario,.application-area{
        padding: 40px 0;
    }
    .product-description .pd-inner .pd-text-box .pd-title{
        text-align: center;
        margin-bottom: 25px;
    }
    .product-details-tabs .pd-tabs-item::after{
        bottom: -25px;
    }
    .groundbreaking-technology .gt-inner .gt-list{
        flex-wrap: wrap;
    }
    .groundbreaking-technology .gt-inner .gt-list .gt-list-item{
        width: 47.5%;
        margin-bottom: 15px;
        height: auto;
        padding: 15px;
    }
    .application-scenario .application-swiper .swiper-slide{
        flex-wrap:wrap;
        height: 100%;
    }
    .application-scenario .application-swiper .swiper-slide .image-box{
        width: 100%;
    }
    .application-scenario .application-swiper .swiper-slide .text-box{
        width: 100%;
        margin-left: 0;
        padding: 15px;
    }
    .application-scenario .application-swiper .swiper-slide .ass-bg{
        display: none;
    }
    .application-scenario .application-swiper .swiper-button-next,.application-scenario .application-swiper .swiper-button-prev{
        display: none;
    }
    .application-scenario .application-swiper .swiper-slide .text-box .as-swiper-title{
        margin-bottom: 15px;
        text-align: center;
    }
    .application-scenario .application-swiper-operation{
        margin-top: 30px;
        /* display: none; */
    }
    .application-scenario .application-swiper-operation .aso-item{
        margin: 0 7px;
        /* text-wrap: nowrap; */
    }
    .application-scenario .application-swiper-operation .aso-item::after{
        top: 27px;
    }
    .application-scenario .application-swiper-operation .aso-item.active::after{
        border-width: 0 8px 25px 8px;
        top: 25px;
    }
    .application-area .area-list{
        flex-wrap: wrap;
    }
    .application-area .area-list .area-item{
        width: 50%;
        height: auto;
        margin-bottom: 40px;
        padding: 20px 0;
    }
    .application-area .area-list .area-item:nth-child(2n){
        border: none;
    }
    .application-area .area-list .area-item .area-desc-box{
        height: auto;
        opacity: 1;
    }
    .application-area .area-list{
        margin-top: 40px;
    }
    .application-area .area-list .area-item .area-item-title::before{
        top: 0;
    }
    .application-area .area-list .area-item .area-item-title::after{
        top: 0;
    }
    .application-area .area-list .area-item:nth-child(n+2){
        margin-bottom: 0;
    }
    .application-scenario .app-s-inner .as-title{
        margin-bottom: 25px;
    }
    .product-details-banner{
        height: 400px;
    }
    .product-details-banner .app-main-content .pd-banner-text-box .pd-b-title{
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-details-banner .app-main-content .pd-banner-text-box .pd-b-title .r-title{
        margin-left: 0;
        margin-top: 15px;
    }
    .product-details-tabs .pd-tabs-item{
        margin: 0 20px;
    }
    .product-details-banner .app-main-content .pd-banner-text-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-details-banner .app-main-content .pd-banner-text-box .pd-b-box{
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }
    .groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-desc .item{
        align-items: center;
    }
    .groundbreaking-technology .gt-inner .gt-list.gt-list-3 .gt-list-item{
        width: 47.5%;
    }
    .groundbreaking-technology .gt-inner .gt-list.gt-list-2 .gt-list-item{
        width: 47.5%;
    }
}








@media (max-width: 530px) {
    .product-details-tabs .pd-tabs-item .iconfont{
        display: none;
    }
    .related-products .public-list-swiper .swiper-button-prev{
        display: none;
    }
    .related-products .public-list-swiper .swiper-button-next{
        display: none;
    }
    .groundbreaking-technology .gt-inner .gt-list .gt-list-item{
        width: 100%; 
        text-align: center;
    }
    .groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-desc{
        text-align: justify;
    }
    .groundbreaking-technology .gt-inner .gt-list .gt-list-item img{
        margin-bottom: 15px;
        display: inline-block;
    }
    .groundbreaking-technology .gt-inner .gt-list .gt-list-item .gt-item-subtitle{
        margin-bottom: 15px;
    }
    .groundbreaking-technology .gt-inner .gt-title{
        margin-bottom: 25px;
    }
    .product-parameters .pp-inner .pp-table{
        margin-top: 25px;
    }
    .product-parameters .pp-inner .pp-table th:first-child{
        width: 40%;
    }
    .groundbreaking-technology .gt-inner .gt-list.gt-list-3 .gt-list-item{
        width: 100%;
    }
    .groundbreaking-technology .gt-inner .gt-list.gt-list-2 .gt-list-item{
        width: 100%;
    }
   
}