body{
    background-color: #FAFAFA;
}
.banner{
    padding-top: 64px;
}
.banner-box{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'PingFang-Medium';
    font-size: 48px;
}
.banner-box .title{
    text-align: center;
    font-size: 36px;
    font-family: 'PingFang-Medium';
}
.banner-box .about-title{
    text-align: center;
    font-size: 48px;
    font-family: 'PingFang-Medium';
}
.banner-box .title .name{
    font-size: 36px;
    font-family: 'PingFang-Medium';
}
.banner-box .title .desc{
    font-size: 16px;
    font-family: 'PingFang-Medium';
}
.banner-box-left{
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.banner-box-left .content2{
    position: relative;
    height: 100%;
}
.banner-box-left .title{
    width: fit-content;
    position: absolute;
    left: 0;
    top: 127px;
    font-size: 48px;
}
.banner-box-left .title .name{
    font-size: 48px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    margin: 6px 0 10px;
}
.banner-box-left .title .desc{
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
}
.banner-box-left .title img{
    width: 37px;
}


.about-banner{
    width: 100%;
    letter-spacing: 0.6em;
    background-image: url('/static/images/about.jpg');
}

.relation-banner{
    width: 100%;
    letter-spacing: 0.6em;
    background-image: url('/static/images/relation.jpg');
}

/* é¦–é¡µ */
.index-banner{
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* clip-path: polygon(0 0, 100% 0, 100% 95vh, 0 100%); */
    overflow: hidden;
    position: relative;
}
.index-banner .banner-video{
    /* position: absolute; */
}
.banner-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/index/index-banner-mask.png'); */
    background-color: #0B2470;
    opacity: 0.4;
}
.index-banner-words{
    position: absolute;
    text-align: center;
    color: #fff;
}
.index-banner-words .word1{
    font-size: 56px;
    font-family: 'PingFang-Bold';
    letter-spacing: 0.12em;
    line-height: 1.4;
}
.index-banner-words .word2{
    font-size: 24px;
    font-family: 'Montserrat-Regular';
    margin-top: 21px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
}

.index-content-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    line-height: 1.4;
    font-family: 'PingFang-Bold';
    position: relative;
}
.index-content-title img{
    width: 58px;
}
.index-content-title2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'PingFang-Bold';
    font-weight: 400;
}
.index-content-title2 img{
    width: 50px;
}
.index-content-desc{
    font-size: 16px;
    text-align: center;
    color: #CCCCCC;
    font-family: 'PingFang-Medium';
    position: relative;
}

.index-product{
    padding: 100px 0 144px 10%;
    width: 100%;
    overflow: hidden;
}
.m-index-product{
    display: none;
}
.index-product .content{
    max-width: 100%;
}
.index-product-box{
    margin-top: 64px;
    display: flex;
}
.index-product .menu-nav{
    min-width: 200px;
}
.index-product .menu-item{
    width: 100%;
    padding: 20px 21px;
    font-size: 16px;
    font-weight: bold;
    color: #232329;
    font-family: 'PingFang-Medium';
    position: relative;
    cursor: pointer;
}
.index-product .menu-item img{
    display: none;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index-product .menu-item-active img{
    display: block;
}
.index-product .menu-item-active{
    display: block;
    color: #01248C;
}
.index-product .menu-content{
    flex: 1;
    display: none;
}
.index-product .menu-content-active{
    display: block;
}
.index-product .menu-content .words{
    padding: 47px 144px 54px ;
    background-color: #FFF;
    position: relative;
}
.index-product .menu-content .word1{
    font-size: 32px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.index-product .menu-content .word2{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.index-product .menu-content .word3{
    width: 45%;
    font-size: 14px;
    color: #666666;
    margin-top: 16px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 67.17px;
}
.index-product .menu-content .words-box{
    display: none;
}
.index-product .menu-content .words-box-active{
    display: block;
}
.index-product .menu-content .word-link{
    font-size: 14px;
    color: #01248C;
    margin-top: 38px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}
.index-product .menu-content .word-link img{
    width: 5px;
    margin-left: 12px;
}
.index-product .series-nav{
    display: flex;
    /* justify-content: space-evenly; */
    gap: 0 60px;
    text-align: center;
    width: 50%;
    margin-top: 8px;
    position: relative;
    z-index: 6;
}
.index-product .series-item {
    width: calc(100% / 12 * 2);
    cursor: pointer;
    font-weight: bold;
}
.series-item-active{
    color: #01248C;
}
.index-product .series-item img{
    width: 100%;
}
.index-product-bg{
    position: absolute;
    height: 500px;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.index-product-bg2{
    z-index: 5;
    height: 90px;
    top: unset;
    right: 300px;
    bottom: -130px;
    transform: unset;
}
.index-product-bg3{
    z-index: 3;
}
.index-product-img{
    display: none;
    height: 480px;
    top: 35%;
    right: 260px;
    /* transform: unset; */
    /* animation: productAM1 .3s ease forwards; */
}
.index-product-img-active{
    display: block;
}
.index-product-am1{
    animation: productAM1 0.3s ease forwards;
}
.index-product-am2{
    animation: productAM2 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes productAM1{
    0% {
        right: 260px;  /* åˆå§‹çŠ¶æ€ */
    }
    100% {
        right: -32%;  /* åŠ¨ç”»ç»“æŸçŠ¶æ€ */
    }
}
@keyframes productAM2{
    0% {
        right: -32%;  /* åˆå§‹çŠ¶æ€ */
    }
    100% {
        right: 260px;  /* åŠ¨ç”»ç»“æŸçŠ¶æ€ */
    }
}


.index-solution .swiper-solution{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.index-solution .solution-top{
    position: absolute;
    top: 63px;
    left: 10%;
    z-index: 5;
    color: #fff;
}
.solution-top .img{
    width: 50px;
}
.solution-top .title{
    width: fit-content;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    font-family: 'PingFang-Medium';
    margin: 12px 0;
    position: relative;
}
.solution-top .title-bg{
    font-size: 64px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
    transform: translate(28%,-20%);
    color: rgba(255, 255, 255, 0.1);
}
.solution-top .desc{
    font-size: 18px;
}
.index-solution .swiper-slide .img{
    width: 100%;
}
.index-solution .swiper-slide .m-img{
    width: 100%;
    display: none;
}
.index-solution .swiper-slide .words{
    width: 65%;
    position: absolute;
    padding-left: 10%;
    bottom: 216px;
    color: #FFF;
    z-index: 5;
}
.index-solution .swiper-slide .word1{
    font-size: 32px;
    font-family: 'PingFang-Medium';
    line-height: 1.4;
}
.index-solution .swiper-slide .word2{
    font-size: 18px;
    margin-top: 6px;
}
.index-solution .swiper-slide .solution-mask{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index-solution .swiper-slide .m-solution-mask{
    display: none;
}
.index-solution .solution-pagination {
    width: 100%;
    padding-left: 10%;
    padding-right: 28px;
    position: absolute;
    bottom: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    color: #FFF;
}
.index-solution .solution-pagination-bullet{
    cursor: pointer;
}
.index-solution .solution-pagination-bullet .name-en{
    font-size: 14px;
    font-family: 'Montserrat-Regular';
}
.index-solution .solution-pagination-bullet .name-zh{
    font-size: 18px;
    font-family: 'PingFang-Medium';
    margin-top: 2px;
}
.index-solution .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: 10%;
    width: calc(90%);
    border-radius: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    bottom: 177px;
    left: 0;
}
.index-solution .swiper-scrollbar-drag{
    position: absolute;
    height: 6px;
    background: #FEBD3B;
    border-radius: 0;
    top: -3px;
}

.index-solution .solution-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.index-solution .solution-button-prev {
    left: 10%;
}
.index-solution .solution-button-next {
    right: 56px;
}
.index-solution .swiper-button-disabled{
    opacity: 0;
    transition: all 0.3s ease;
}


.bluemask-top-item{
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
}
.bluemask-bottom-item{
    width: calc((100% - 16px) / 2);
}
.bluemask-bottom-item:nth-last-child(1){
    margin-right: 0;
}
.bluemask-top-item:nth-last-child(1){
    margin-right: 0;
}

.bluemask-top-item .imgBox{
    width: 100%;
    padding-top: 56%;
    position: relative;
    color: #fff;
}
.bluemask-top-item .imgBox .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.bluemask-top-item .imgBox .img-mask{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    font-size: 18px;
    background-color: rgba(1, 36, 140, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 2;
}
.bluemask-top-item .imgBox .name-mask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    line-height: 1.4;
    background: linear-gradient( 90deg, #01248C 0%, rgba(1,36,140,0.2) 100%);
    transition: all 0.5s ease;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bluemask-top-item .imgBox .img-mask-desc{
    font-size: 20px;
    text-align: center;
    font-family: 'PingFang-Medium';
    padding: 0 24px;
    margin-bottom: 24px;
}

.bluemask-top-item .imgBox:hover .img-mask{
    /* height: 100%; */
    opacity: 1;
}
.bluemask-top-item .imgBox:hover .name-mask{
    opacity: 0;
}
.bluemask-top-item .imgBox .img-mask-link{
    display: flex;
    align-items: center;
    color: #FEBD3B;
}
.bluemask-top-item .imgBox .icon-link{
    width: 4px;
    margin-left: 12px;
}
.bluemask-top-item .text{
    font-size: 18px;
    line-height: 1.4;
    padding: 24px 20px 0;
    color: #666666;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.index-contact{
    background-color: #01248C;
}
.index-contact .content{
    max-width: 1200px;
    padding: 112px 0 94px;
    display: flex;
    color: #fff;
}
.index-contact .img{
    width: 34%;
    margin-right: 150px;
}
.index-contact .img img{
    width: 100%;
}
.index-contact .words{
    flex: 1;
    margin-top: 43px;
}
.index-contact .word1{
    width: 478px;
}
.index-contact .words h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
}
.index-contact .words p{
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 45px;
}
.index-contact .words a{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #FEBD3B;
}
.index-contact .words a .icon-right{
    width: 6px;
    margin-left: 12px;
}


.index-news{
    padding: 96px 0 160px;
}
.index-news-link{
    width: fit-content;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666666;
}
.index-news-link img{
    width: 6px;
    margin-left: 8px;
}

.index-news-box{
    display: flex;
    flex-wrap: wrap;
}
.index-news .rovs-top-item .text{
    text-align: center;
}

.index-ad{
    width: 100%;
}
.index-ad img{
    width: 100%;
    height: 100%;
}
.m-index-ad{
    display: none;
    width: 100%;
}
.m-index-ad img{
    width: 100%;
    height: 100%;
}


/* äº§å“åˆ—è¡¨ */



.product-box{
    padding-top: calc(64px + 32px);
    padding-bottom: 100px;
}
.product-box .content{
    display: flex;
}
.product-box .product-nav{
    width: 25%;
}
.m-product-nav{
    display: none;
}
.product-nav .nav-item{
    padding: 14px 50px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.product-nav .nav-item img{
    display: none;
    width: 15px;
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);
}
.product-nav .nav-item-title{
    padding: 14px 50px;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #F2F2F2;
}
.product-nav .nav-item-active{
    color: #01248C;
}
.product-nav .nav-item-active img{
    display: block;
}
.product-list{
    width: calc(75% - 36px);
    margin-left: 36px;
    display: none;
}
.product-list-active{
    display: block;
}
.product-list-item{
    width: 100%;
    padding: 50px 0 44px 74px;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-list-item:nth-last-child(1){
    margin-bottom: 0;
}
.product-list-item .product-img{
    width: 50%;
}
.product-list-item .words{
    width: calc(50% - 16px);
}
.product-list-item .word-name{
    font-size: 32px;
    font-family: 'PingFang-Bold';
}
.product-list-item .word-name2{
    font-size: 24px;
}
.product-list-item .word-desc{
    font-size: 14px;
    color: #666666;
    margin-top: 24px;
    margin-bottom: 42px;
}
.product-list-item .word-link{
    width: fit-content;
    padding: 7px 28px;
    background-color: #01248C;
    color: #fff;
    font-size: 14px;
    font-family: 'PingFang-Medium';
    display: flex;
    align-items: center;
}
.product-list-item .word-link img{
    width: 5px;
    margin-left: 8px;
}


/* ä¸šåŠ¡å’¨è¯¢ */
.common-business{
    padding: 98px 0 128px;
    background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/product/product-business-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.common-business .content{
    max-width: 1200px;
}

.common-business-form{
    padding: 48px 124px;
    background-color: #fff;
    margin-top: 48px;
}
.common-business-form .input-item{
    display: flex;
}
.common-business-form .input-item .input{
    width: calc((100% - 2 * 16px) / 3);
    padding: 0 15px;
    height: 52px;
    background-color: #F2F2F2;
    margin-right: 16px;
}
.common-business-form input{
    height: 100%;
}
.common-business-form .input-item .input:nth-last-child(1){
    margin-right: 0;
}
.common-business-form .textarea-item{
    margin-top: 16px;
}
.common-business-form .textarea-item textarea{
    width: 100%;
    padding: 15px;
    background-color: #F2F2F2;
}
.common-business-form .desc{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 48px 0 12px;
}
.common-business-form .submit{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 16px 120px;
    background-color: #01248C;
    margin: 0 auto;
}

/* è¡Œä¸šåº”ç”¨ */
.industry-nav{
    width: 100%;
    height: 80px;
    background-color: rgba(8, 30, 93, 0.9);
    font-size: 18px;
    font-family: 'PingFang-Medium';
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.industry-nav-item-active{
    color: #fff;
}
.industry-menu-content{
    width: 100%;
    height: 80px;
    padding-bottom: 18px;
    position: absolute;
    bottom: 0;
    background: linear-gradient( to bottom, rgba(5, 27, 71, 0)  0%, #051B47 100%);
    display: flex;
    align-items: flex-end;
}
.industry-menu{
    width: 100%;
    font-size: 18px;
    font-family: 'PingFang-Medium';
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.industry-menu-item{
    margin-right: 48px;
}
.industry-menu-item-active{
    color: #FEBD3B;
}
.industry{
    padding: 80px 0 90px;
    background-color: #fff;
}
.industry .content2{
    display: flex;
}
.industry-words{
    width: 68%;
}
.industry-words .word1{
    font-size: 18px;
    margin: 32px 0 36px;
    color: #333333;
}
.industry-words .word1 img{
    max-width: 100%;
}
.industry-words .word-img{
    width: 100%;
}
.industry-words .word-img-box{
    display: flex;
    flex-wrap: wrap;
}
.industry-words .word-img-item{
    width: calc((100% - 2 * 16px) / 3);
    margin-right: 16px;
    margin-top: 16px;
}
.industry-words .word-img-item:nth-child(3n+0){
    margin-right: 0;
}
.industry-case{
    width: 29%;
    margin-left: 3%;
}
.industry-case-title{
    font-size: 18px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.industry-case-box{
    background-color: #F2F2F2;
    margin-top: 11px;
}
.industry-case-top{
    padding: 16px 16px 0;
    /* border-bottom: 1px solid #E6E6E6; */
}
.industry-case-item{
    margin-bottom: 24px;
}
.industry-case-item .img{
    width: 100%;
    padding-top: 56%;
    position: relative;
}
.industry-case-item img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* å›¾ç‰‡è¦†ç›–è£å‰ª */
    position: absolute;
    top: 0;
    left: 0;
}
.industry-case-item .title{
    font-size: 16px;
    line-height: 1.4;
    font-family: 'PingFang-Bold';
    margin: 8px 0 14px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industry-case-item .desc{
    font-size: 12px;
    color: #666666;
    font-family: 'PingFang-Bold';
    display: flex;
    align-items: center;
}
.industry-case-item .desc .date{
    min-width: fit-content;
}
.industry-case-bottom{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666666;
    background-color: #fff;
}
.industry-case-bottom a{
    display: flex;
    align-items: center;
}
.industry-case-bottom img{
    width: 5px;
    margin-left: 8px;
}
.recommend-product{
    padding-top: 99px;
    background-color: #F2F2F2;
}
.recommend-product-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 82px;
    margin-bottom: -80px;
}
.recommend-product-item{
    width: calc((100% - 16px * 2 ) / 3);
    margin-right: 16px;
    margin-bottom: 80px;
    padding: 78px 0 58px 50px;
    font-size: 20px;
    position: relative;
}
.recommend-product-item::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(85% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.recommend-product-item:nth-child(3n+0){
    margin-right: 0;
}
.recommend-product-item .words{
    position: relative;
}
.recommend-product-item .name{
    font-family: 'PingFang-Bold';
    font-size: 24px;
}
.recommend-product-item .link{
    font-size: 14px;
    color: #666666;
    margin-top: 41px;
    display: flex;
    align-items: center;
}
.recommend-product-item .link img{
    width: 5px;
    margin-left: 8px;
}
.recommend-product-img {
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 55px;
    transition: all 0.3s ease;
}
.recommend-product-shadow{
    position: absolute;
    width: 55%;
    right: 0;
    bottom: 30px;
}
.recommend-product-item:hover .recommend-product-img{
    bottom: 65px;
}


/* å…³äºŽæˆ‘ä»¬ */
.about-main{
    background-color: #fff;
}

.swiper-about{
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}
.swiper-about .swiper-wrapper{
    display: flex;
    padding-left: calc((100% - 4 * 16px ) / 5 / 2);
    padding-right: calc((100% - 4 * 16px ) / 5 / 2);
}
.about-swiper-item{
    height: unset !important;
    padding: 32px 30px 78px;
    background-color: #F2F2F2;
    font-family: 'PingFang-Medium';
}
.about-swiper-item-end{
    opacity: 0;
}
.about-swiper-item .word1{
    font-size: 48px;
    line-height: 1.4;
    color: #01248C;
    margin-bottom: 24px;
}
.about-swiper-item .word2{
    font-size: 16px;
    line-height: 32px;
}
.swiper-about .about-button {
    position: absolute;
    width: 56px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.swiper-about .about-button-prev {
    left: 9.6%;
    cursor: pointer;
}
.swiper-about .about-button-next {
    right: 9.6%;
    cursor: pointer;
}
/* .swiper-about .swiper-button-disabled{
    opacity: 0;
    transition: all 0.3s ease;
} */



.about-c6{
    padding: 148px 0 128px;
}
.about-c6-item{
    position: relative;
    background-color: #F2F2F2;
    margin-bottom: 169px;
}
.about-c6-item:nth-last-child(1){
    margin-bottom: 0;
}
.about-c6-item .icon{
    width: 124px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-70%);
}
.about-c6-item .words{
    padding: 52px 20px 46px;
    text-align: center;
}
.about-c6-item .words .title{
    font-size: 40px;
    font-family: 'PingFang-Bold';
    color: #012F92;
}
.about-c6-item .words .desc{
    margin-top: 21px;
    font-size: 26px;
    font-family: 'PingFang-Regular';
    color: #666666;
}



/* äº§å“è¯¦æƒ… */
.product-view-c1{
    padding: 150px 0 148px;
    background-color: #fff;
}
.product-view-c1 .content{
    display: flex;
    align-items: center;
}
.product-view-c1 .left-img{
    width: 60%;
}
.product-view-c1 .words{
    width: 38%;
    margin-left: 1%;
}
.product-view-c1 .words .name{
    font-size: 36px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.product-view-c1 .words .desc{
    font-size: 32px;
    line-height: 1.4;
}
.product-view-c1 .words .icon{
    width: 36px;
    margin: 12px 0 40px;
}
.product-view-c1 .words .text{
    font-size: 16px;
}
.product-view-c1 .words .m-link{
    display: none;
}
.product-view-c1 .m-left-img{
    display: none;
}

.product-view-c2{
    padding-top: 98px;
    background-color: #F2F2F2;
}
.m-product-view-c2-box{
    display: none;
}
.product-view-c2-nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 56px;
    margin: 56px 0 48px;
}
.product-view-c2-nav .c2-nav-item{
    width: calc((100% - 4 * 56px ) / 5);
    cursor: pointer;
}
.product-view-c2-nav .c2-nav-item img{
    width: 100%;
    transition: all 0.2s ease;
}
.product-view-c2-nav .c2-nav-item .name{
    width: fit-content;
    max-width: 100%;
    font-size: 20px;
    font-family: 'PingFang-Medium';
    margin: 0 auto;
    margin-top: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product-view-c2-nav .c2-nav-item .name::after{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/icon/icon-blue-y.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -9px;
    transform: translateX(-100%);
    display: none;
}
.product-view-c2-nav .c2-nav-item-active{
    color: #01248C;
    font-weight: bold;
}
.product-view-c2-nav .c2-nav-item-active .name::after{
    display: block;
}
.product-view-c2 .parameter-box{
    display: none;
}
.product-view-c2 .parameter-box-active{
    display: block;
}
.product-view-c2 .parameter-item{
    display: flex;
    background-color: #fff;
    font-size: 16px;
}


.product-view-c2 .parameter-item:nth-child(2n+0){
    background-color: #FAFAFA;
}

.product-view-c2 .parameter-item .text{
    padding: 20px 96px;
    width: 70%;
    text-align: left;
    word-wrap: break-word;
}
.product-view-c2 .parameter-item-title .text{
    color: #000;
}
.product-view-c2 .parameter-item .name{
    width: 30%;
    color: #666666;
}
.product-view-c2-tip{
    font-size: 12px;
    color: #999999;
    text-align: end;
    margin-top: 16px;
}
.m-product-view-c2-tip{
    display: none;
}


.dzhcp-c1{
    padding: 150px 0 148px;
    background-color: #fff;
}
.dzhcp-c1 .content{
    display: flex;
    align-items: center;
}
.dzhcp-c1-img{
    width: 60%;
}
.m-dzhcp-c1-img{
    display: none;
    width: 100%;
    margin-top: 24px;
}
.dzhcp-c1-words{
    width: calc(40% - 42px);
    margin-left: 42px;
}
.dzhcp-c1-words .name{
    font-size: 36px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.dzhcp-c1-words img{
    width: 44px;
    margin: 8px 0 24px;
}
.dzhcp-c1-words .desc{
    font-size: 16px;
}



/* è”ç³»æˆ‘ä»¬ */
.contact-box{
    margin-bottom: -2px;
}
.m-contact-form-box{
    display: none;
}
.m-contact-left{
    display: none;
}
.contact-box .content2{
    display: flex;
    transform: translateY(-130px);
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.1);
}
.contact-left{
    width: 40%;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-left-top{
    padding: 50px 48px 27px;
}
.contact-left-top .logo{
    width: 97px;
}
.contact-left-top .title{
    font-size: 18px;
    font-weight: bold;
    font-family: 'PingFang-Medium';
    margin: 14px 0 24px;
}
.contact-left-top .name{
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
    margin-bottom: 6px;
}
.contact-left-top .phone-name{
    margin-bottom: 8px;
}
.contact-left-top .phone{
    font-size: 36px;
    font-family: 'Montserrat-Bold';
    color: #01248C;
}
.contact-left-top .desc{
    font-size: 18px;
    font-family: 'PingFang-Medium';
}

.contact-left-bottom{
    padding: 12px 48px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-left-bottom .word1{
    font-size: 12px;
    color: #666666;
}
.contact-left-bottom .word2{
    font-size: 14px;
    margin: 2px 0 10px;
}
.contact-left-bottom .word3{
    font-size: 16px;
    font-family: 'PingFang-Bold';
}
.contact-left-bottom .code{
    width: 100px;
}
.contact-form-box{
    width: 60%;
    padding: 45px 64px 50px;
    background-color: #fff;
}
.contact-form-box .index-content-title{
    font-size: 24px;
}
.contact-form-box .index-content-title img{
    width: 33px;
}
.contact-form-box .index-content-desc{
    font-size: 12px;
    font-family: 'PingFang-Medium';
}
.contact-form{
    background-color: #fff;
    margin-top: 25px;
}
.contact-form-box .input-item{
    display: flex;
}
.contact-form-box .input-item .input{
    width: calc((100% - 16px) / 2);
    padding: 0 15px;
    height: 52px;
    background-color: #F2F2F2;
    margin-right: 16px;
    margin-bottom: 16px;
}
.contact-form-box .input-item2{
    width: 100%;
    padding: 0 15px;
    height: 52px;
    background-color: #F2F2F2;
    margin-right: 16px;
    margin-bottom: 16px;
}
.contact-form-box .input-item2 .verify-box{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-form-box input{
    height: 100%;
}
.contact-form-box .input-item .input:nth-last-child(1){
    margin-right: 0;
}
.contact-form-box .textarea-item textarea{
    width: 100%;
    padding: 15px;
    background-color: #F2F2F2;
    margin-bottom: 16px;
}
.contact-form-box .desc{
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin: 30px 0 12px;
}
.contact-form-box .submit{
    display: block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 16px 0;
    background-color: #01248C;
    margin: 0 auto;
    cursor: pointer;
}
.contact-form-box .succeed-box{
    margin-top: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form-box .succeed-box .succeed-img{
    width: 74px;
}
.contact-form-box .succeed-box .succeed-desc{
    font-size: 16px;
    color: #333333;
    margin: 24px 0 12px;
}
.contact-form-box .succeed-box .succeed-btn{
    padding: 8px 72px;
    border-radius: 2px;
    background-color: #01248C;
    color: #fff;
    cursor: pointer;
}
.contact-form-box .contact-form{
    display: none;
}
.contact-form-box .succeed-box{
    display: none;
}
.contact-form-box .contact-form-active{
    display: block;
}
.contact-form-box .contact-succeed-active{
    display: flex;
}



/* å·¥ç¨‹æœåŠ¡ */
.gcfw{
    padding: 106px 0 128px;
    background-color: #fff;
}
.gcfw .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gcfw-words{
    width: 35%;
}
.gcfw-words .word-desc{
    font-size: 18px;
    margin-top: 46px;
}
.gcfw-img{
    width: 60%;
}
.gcfw-img img{
    width: 100%;
}


/* é…ä»¶ */
.parts{
    padding-top: 42px;
    padding-bottom: 104px;
    background-color: #fff;
}
.parts-name{
    font-size: 24px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    margin-top: 18px;
}
.parts-box:nth-child(1) .parts-name{
    margin-top: 0;
}
.parts-desc{
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
}
.parts-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}
.parts-item{
    width: calc((100% - 3 * 16px) / 4);
    margin-right: 16px;
    margin-bottom: 24px;
}
.parts-item:nth-child(4n+0){
    margin-right: 0;
}
.parts-item .img{
    width: 100%;
    padding-top: 100%;
    background-color: #F2F2F2;
    position: relative;
}
.parts-item img{
    width: 100%;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.parts-item .name{
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-top: 8px;
}



/* æŠ€æœ¯ä¸ŽæœåŠ¡ */
.jsyfw-banner{
    position: relative;
}
.jsyfw-banner .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jsyfw-banner img{
    width: 38%;
}
.jsyfw-banner .words{
    width: 45%;
}
.jsyfw-banner .words .name{
    font-size: 40px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.jsyfw-banner .words .desc{
    font-size: 16px;
    font-family: 'PingFang-Medium';
    margin-top: 24px;
}
.jsyfw-banner .content2{
    width: 100%;
    max-width: 1050px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,35%);
    display: flex;
    background-color: #F2F2F2;
}
.jsyfw-banner .patent-item{
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
    position: relative;
}
.jsyfw-banner .patent-item-line::after{
    content: '';
    display: inline-block;
    height: 60%;
    width: 1px;
    background-color: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.jsyfw-banner .patent-item .num{
    font-size: 48px;
    font-family: 'PingFang-Bold';
    color: #01248C;
}
.jsyfw-banner .patent-item .num-name{
    font-size: 16px;
    font-family: 'PingFang-Medium';
    color: #000;
}

.jsyfw-c1{
    position: relative;
    padding-bottom: 114px;
}
.jsyfw-c1-bg-top{
    position: absolute;
    width: 332px;
    top: 0;
    left: 0;
}
.jsyfw-c1-bg-bottom{
    position: absolute;
    width: 320px;
    bottom: 0;
    right: 0;
}
.jsyfw-c1 .content2{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 197px 0 125px;
}
.jsyfw-c1 .words{
    width: 64%;
}
.jsyfw-c1 .words .title{
    font-size: 40px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.jsyfw-c1 .words .desc{
    font-size: 18px;
    margin-top: 24px;
}
.jsyfw-c1-img{
    width: 25%;
}
.jsyfw-c1 .content{
    display: flex;
    margin-top: 52px;
    position: relative;
}
.jsyfw-c1-item{
    width: calc((100% - 2 * 16px) / 3);
    height: 260px;
    padding: 0 16px;
    margin-right: 16px;
    text-align: center;
    color: #fff;
    background-color: #CCCCCC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.jsyfw-c1-item:nth-child(1){
    background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c1-img1.jpg');
}
.jsyfw-c1-item:nth-child(2){
    background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c1-img2.jpg');
}
.jsyfw-c1-item:nth-child(3){
    background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c1-img3.jpg');
}
.jsyfw-c1-item:nth-last-child(1){
    margin-right: 0;
}
.jsyfw-c1-item .name{
    font-size: 24px;
    font-family: 'PingFang-Medium';
    line-height: 1.4;
    margin-top: 100px;
    margin-bottom: 15px;
}
.jsyfw-c1-item .desc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.jsyfw-c1-item .desc-item{
    margin-bottom: 5px;
    margin-right: 15px;
}
.jsyfw-c2{
    position: relative;
    height: 510px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c2-img.png');
}
/* .jsyfw-c2-img{
    width: 100%;
} */
.jsyfw-c2-words{
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.jsyfw-c2-words .name{
    font-size: 48px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.jsyfw-c2-words .desc{
    font-size: 18px;
    margin: 11px 0 69px;
}
.jsyfw-c2-words .tag-box{
    display: flex;
    flex-wrap: wrap;
}
.jsyfw-c2-words .tag-item{
    padding: 12px 40px;
    font-size: 18px;
    line-height: 1.4;
    color: #01248C;
    background-color: #fff;
    margin-right: 30px;
    margin-bottom: 16px;
}
.jsyfw-c3{
    padding: 100px 0 128px;
}
.jsyfw-c3 .index-content-desc{
    font-size: 18px;
    color: #000;
    margin-top: 17px;
    font-family: 'PingFang-Medium';
}
.jsyfw-c3-tag-box{
    display: flex;
    justify-content: center;
    margin: 60px 0 70px;
}
.jsyfw-c3 .tag-item{
    padding: 8px 30px;
    background-color: #01248C;
    color: #fff;
    clip-path: polygon(20px 0%, 0% 100%, calc(100% - 20px) 100%, 100% 0%);
    margin: 0 -7px;
    line-height: 1.4;
}
.jsyfw-c3-facility{
    display: flex;
}
.jsyfw-c3-facility .facility-item{
    width: calc((100% - 3 * 16px) / 4);
    margin-right: 16px;
}
.jsyfw-c3-facility .facility-item:nth-last-child(1){
    margin-right: 0;
}
.jsyfw-c3-facility .facility-item img{
    width: 100%;
}
.jsyfw-c3-facility .facility-item .name{
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-top: 13px;
}
.jsyfw-c4{
    padding: 148px 0 95px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c4-bg.jpg');
}
.jsyfw-c4-title{
    font-size: 48px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
}
.jsyfw-c4-desc{
    font-size: 18px;
    margin: 12px 0 153px;
}
.jsyfw-c4-bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.jsyfw-c4-img-box{
    display: flex;
}
.jsyfw-c4-item{
    width: 232px;
    margin-right: 16px;
}
.jsyfw-c4-item:nth-last-child(1){
    margin-right: 0;
}
.jsyfw-c4-item img{
    width: 100%;
}
.jsyfw-c4-item .name{
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin-top: 8px;
}
.jsyfw-c4-name{
    font-size: 18px;
}
.m-jsyfw-c4-name{
    display: none;
}



/* æ–°é—» */
.new-tag-box{
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-right: 8px;
}
.tag{
    display: inline-block;
    padding: 2px 8px;
    background-color: #E6E6E6;
    color: #666;
    font-size: 14px;
    font-family: 'PingFang-Bold';
    /* margin-right: 8px; */
}
.tag-16{
    font-size: 16px;
}
.tag-12{
    font-size: 12px;
}
.new-index{
    background-color: #F2F2F2;
}
.news-banner .content{
    width: 100%;
    height: fit-content;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}
.news-nav-item{
    margin-right: 48px;
}
.news-nav-item-active{
    color: #FEBD3B;
}
.news-c1{
    padding-top: 64px;
}
.news-c1 .content{
    display: flex;
    align-items: stretch;
}
.news-c1-img{
    width: 48%;
    display: flex;
    align-items: center;
}
.news-c1-img .tailor-box{
    min-height: 100%;
}
.news-c1-img img{
    /* width: 100%;
    height: 334px; */
}
.news-c1-words{
    width: 60%;
    background-color: #fff;
    padding:0px 68px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: none;
}
.news-c1-words .date{
    font-size: 18px;
    display: flex;
    align-items: center;
}
.news-c1-words .date .tag{
    color: #333;
}
.news-c1-words .name{
    font-size: 28px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    margin: 24px 0 18px;
    color: #000;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-c1-words .desc{
    font-size: 18px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-c1-words .link{
    display: flex;
    justify-content: flex-end;
}
.news-c1-words .a-link{
    font-size: 14px;
    margin-top: 32px;
}
.news-list .content{
    padding-top: 48px;
    display: flex;
    flex-wrap: wrap;
}
.news-page{
    padding-top: 16px;
    padding-bottom: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.news-page .num{ display: inline-block; margin: 0px 5px;width: 30px; height: 30px; text-align: center; line-height: 30px;font-family: 'PingFang-Bold';}
.news-page .num:hover{ color: #01248C;}
.news-page .current{display: inline-block;width: 30px; height: 30px; text-align: center; line-height: 30px; margin: 0px 5px; color: #01248C;font-family: 'PingFang-Bold';}
.news-page .prev,.news-page .next{display: inline-block; margin: 0px 5px;width: 30px; height: 30px; text-align: center; line-height: 30px;background-repeat: no-repeat;background-position: center center; background-size: 5px 14px;background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/icon/icon-link-right-gray.png');}
.news-page .prev{transform: rotate(180deg);}

.m-news-item{
    display: none;
}
.news-item_pc{display: flex; flex-wrap: wrap;}
.news-item {
    width: calc((100% - 2 * 32px) / 3);
    margin-right: 32px;
    margin-bottom: 32px;
    background-color: #fff;
}
.news-item:nth-child(3n+0){
    margin-right: 0;
}
.news-item-img{
    width: 100%;
    height: 342px;
}
.news-item-words{
    padding: 18px 18px 24px;
    color: #666666;
    font-size: 16px;
}
.news-item-words .text-box{
    display: block;
    min-height: 147px;
}
.news-item-words .name{
    font-size: 20px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    color: #000;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-words .desc{
    margin: 12px 0 28px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-words .bottom{
    font-size: 14px;
    font-family: 'PingFang-Bold';
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-item-words .bottom .left{
    display: flex;
    align-items: center;
    margin-right: 16px;
}



/* æ–°é—»è¯¦æƒ… */
.news-view-back{
    display: none;
}
.news-view-title{
    /* padding: 71px 0 34px; */
    padding: 134px 0 34px;
}
.news-view-title .title{
    font-size: 32px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E6E6;
}
.news-view-title .desc{
    margin: 12px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news-view-title .desc span{
    font-size: 16px;
    color: #999999;
    margin-right: 24px;
}
.news-view-share{
    font-size: 14px;
    color: #A5A5A5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news-view-share .share-item-img{
    margin-right: 12px;
}
.news-view-share .share-item-img:nth-last-child(1){
    margin-right: 0;
}
.news-view-share .share-item-img img{
    width: 36px;
    margin: 0;
}
.news-view-share-right{
    justify-content: flex-end;
}
.news-view-share-bottom{
    margin-top: 40px;
}
.news-view-content{
    padding: 50px 0 128px;
    background-color: #fff;
}
.news-view-content .content2{
    display: flex;
    justify-content: space-between;
}
.news-view-words{
    /* width: 66%; */
    flex: 1;
    font-size: 18px;
    color: #333333;
}
.news-view-words .text img{
    max-width: 100%;
}
.news-view-right{
    width: 26%;
    margin-left: 48px;
}
.news-view-right .title{
    font-size: 18px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.news-view-right .title .tag{
    font-size: 12px;
    line-height: 1.6;
    padding: 0 6px;
    border-radius: 25px;
    margin-left: 8px;
}
.news-view-right .box{
    background-color: #F2F2F2;
}
.news-view-right .box-top{
    padding: 16px 16px 0 16px;
    margin-top: 12px;
    /* border-bottom: 1px solid #E6E6E6; */
}
.news-view-right .m-box-top{
    display: none;
}
.news-view-right-item{
    margin-bottom: 24px;
}
.news-view-right-item img{
    width: 100%;
}
.news-view-right-item .name{
    font-size: 16px;
    font-family: 'PingFang-Bold';
    line-height: 1.4;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 12px;
}
.news-view-right-item .desc{
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
}
.news-view-right .box-bottom{
    height: 52px;
}
.news-view-right .box-bottom .a-link{
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: #fff;
}
.news_qrcode{width: 100%; text-align: center; padding-top: 15px;} 
.news_qrcode img{width: 70%;}


/* èµ„æ–™ä¸‹è½½ */
.resource-index{
    background-color: #F2F2F2;
}
.resource{
    padding: 64px 0 0;
}
.resource-title{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'PingFang-Bold';
    line-height: 1.4
}
.resource-title img{
    width: 32px;
    margin-right: 12px;
} 
.resource-box{
    margin-top: 32px;
    padding-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
}
.resource-item{
    width: calc((100% - 3 * 32px) / 4);
    margin-right: 32px;
    margin-bottom: 35px;
}
.resource-item:nth-child(4n+0){
    margin-right: 0;
}
.resource-item .name{
    font-size: 16px;
    font-family: 'PingFang-Bold';
    background-color: #fff;
    padding: 18px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.resource-item-img{
    position: relative;
    width: 100%;
    padding-top: 133%;
}
.resource-item .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.resource-item-mask{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.resource-item-img:hover .resource-item-mask{
    display: flex;
    animation: resourceMask1 .5s ease forwards;
}
@keyframes resourceMask1 {
    0% {
        display: flex;  /* åˆå§‹çŠ¶æ€ */
        opacity: 0;
    }
    100% {
        opacity: 1;  /* åŠ¨ç”»ç»“æŸçŠ¶æ€ */
    }
}

.resource-item-mask a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.resource-item-mask .download-icon{
    width: 60px;
}
.resource-item-mask span{
    margin-top: 12px;
}
.resource-more{
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    color: #999999;
    font-family: 'PingFang-Bold';
}
.resource-more img{
    width: 22px;
}
.resource-more .img-rotate{
    transform: rotate(180deg);
}
.resource-app{
    padding: 27px 0 128px;
}
.resource-app-box{
    display: flex;
    background-color: #fff;
    margin-top: 25px;
}
.resource-app-img{
    width: 33%;
}
.resource-app-list{
    width: 67%;
    padding: 34px;
}
.resource-app-list-sollor{
    max-height: 300px;
    overflow-y: auto;
}
.resource-app-list .list-item{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
    border-bottom: 1px solid #F2F2F2;
}
.resource-app-list .list-item div{
    padding: 16px 18px;
}
.resource-app-list .list-item a{
    padding: 0 18px;
}
.resource-app-list .list-item .name{
    flex: 5.5;
    font-family: 'PingFang-Bold';
    color: #000;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.resource-app-list .list-item .size{
    flex: 1.5;
}
.resource-app-list .list-item .date{
    flex: 1.5;
}
.resource-app-list .list-item .download{
    flex: 1.5;
    color: #01248C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resource-app-list .list-item-title div{
    padding: 8px 18px;
}
.resource-app-list .list-item-title .name{
    font-family: 'PingFang-Medium';
}
.resource-app-list .list-item-title .download{
    color: #000;
}
.resource-app-list .list-item .download .icon{
    width: 22px;
    margin-right: 4px;
}
.resource-app-list .list-item-title{
    color: #000;
}

.resource-download-moadel{
    display: none;
    position: fixed;
    top: 64px;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.resource-moadel-title{
    font-size: 18px;
    font-family: 'PingFang-Medium';
    text-align: center;
}
.resource-download-moadel .submit{
    margin-top: 48px;
    width: 320px;
}
.resource-moadel-box{
    position: relative;
}
.resource-moadel-close{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(150%,0);
    color: #fff;
    font-size: 14px;
    font-family: 'PingFang-Medium';
    display: flex;
    flex-direction: column;
    align-items: center;
}
.resource-moadel-close img{
    width: 22px;
}
.resource-moadel-box .resource-form{
    display: block;
}
.resource-moadel-box .m-resource-form{
    display: none;
}




/* 
                                                                ||  ||  ||
                                                                ||  ||  ||
             ----------                   ----------            ||  ||  ||
             ----------                   ----------            ||  ||  ||
                                                                ||  ||  ||



                            \\      //
                             \\    //
                              \\  //
                               \\//
                                \/
*/

/* æ‰‹æœºç‰ˆ */
@media (max-width: 1000px) {
    .banner{
        padding-top: 44px;
    }
    .banner-box{
        height: 200px;
        font-size: 20px;
    }
    .banner-box .title{
        font-size: 20px;
    }
    .banner-box .about-title{
        font-size: 20px;
    }
    .banner-box .title .name{
        font-size: 20px;
    }
    .banner-box .title .desc{
        font-size: 14px;
    }
    .banner-box-left{
        height: 400px;
    }
    .banner-box-left .title{
        width: 100%;
        position: absolute;
        top: 54px;
        font-size: 32px;
        text-align: center;
    }
    .banner-box-left .title .name{
        font-size: 32px;
        margin: 6px 0;
    }
    .banner-box-left .title .desc{
        font-size: 18px;
        color: #F2F2F2;
        text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    }
    .banner-box-left .title img{
        width: 32px;
    }
    

    /* é¦–é¡µ */
    .index-banner{
        width: 100%;
        height: 100vh;
        padding-top: 44px;
    }
    .index-banner .banner-video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index-banner-words .word1{
        font-size: 24px;
        letter-spacing: unset;
    }
    .index-banner-words .word2{
        font-size: 16px;
        margin-top: 6px;
    }

    .index-content-title{
        font-size: 24px;
    }
    .index-content-title img{
        width: 33px;
    }
    .index-content-title2{
        font-size: 24px;
        font-family: 'PingFang-Bold';
    }
    .index-content-title2 img{
        width: 33px;
    }
    .index-content-desc{
        font-size: 12px;
    }
    .m-index-product{
        display: block;
        padding: 52px 8px 20px;
    }
    .index-product{
        display: none;
    }
    .m-index-product-box .m-menu-nav{
        display: flex;
        justify-content: space-between;
        padding: 25px 12px 17px;
        color: #232329;
    }
    .m-index-product-box .menu-item-active{
        color: #01248C;
    }
    .m-index-product-box .m-index-product-item{
        padding: 28px 15px;
        background-color: #fff;
        margin-bottom: 12px;
    }
    .m-index-product-box .m-menu-content{
        display: none;
    }
    .m-index-product-box .m-menu-content-active{
        display: block;
    }
    .m-index-product-item .word1{
        font-size: 24px;
        font-family: 'PingFang-Bold';
    }
    .m-index-product-item .word1{
        font-size: 24px;
        font-family: 'PingFang-Bold';
    }
    .m-index-product-item .word2{
        font-size: 18px;
    }
    .m-index-product-item .word3{
        font-size: 14px;
        color: #666666;
        margin: 20px 0;
    }
    .m-index-product-item .word-link{
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #01248C;
    }
    .m-index-product-item .word-link img{
        width: 5px;
        margin-left: 8px;
    }
    .m-index-product-img{
        display: block;
        width: 70%;
        margin: 0 auto;
    }


    .index-solution .swiper-solution{
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .index-solution .solution-top{
        position: absolute;
        top: 47px;
        left: 0;
        padding: 0 20px;
    }
    .solution-top .img{
        width: 30px;
    }
    .solution-top .title{
        font-size: 24px;
        margin: 8px 0 6px;
    }
    .solution-top .title-bg{
        font-size: 42px;
        transform: translate(15%,-20%);
    }
    .solution-top .desc{
        font-size: 14px;
    }
    .index-solution .swiper-slide .img{
        display: none;
    }
    .index-solution .swiper-slide .m-img{
        display: block;
    }
    .index-solution .swiper-slide .words{
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
        bottom: 38px;
    }
    .index-solution .swiper-slide .word1{
        font-size: 18px;
    }
    .index-solution .swiper-slide .word2{
        font-size: 14px;
    }
    .index-solution .swiper-slide .solution-mask{
        display: none;
    }
    .index-solution .swiper-slide .m-solution-mask{
        display: block;
    }
    .index-solution .solution-pagination {
        display: none;
    }
    .index-solution .swiper-scrollbar.swiper-scrollbar-horizontal {
        display: none;
    }

    .index-solution .solution-button {
        width: 40px;
    }
    .index-solution .solution-button-prev {
        left: 20px;
    }
    .index-solution .solution-button-next {
        right: 20px;
    }
    .index-solution .swiper-button-disabled{
        opacity: 0;
        transition: all 0.3s ease;
    }


    /* .bluemask-top-item{
        width: calc((100% - 32px) / 3);
        margin-right: 16px;
    }
    .bluemask-bottom-item{
        width: calc((100% - 16px) / 2);
    }
    .bluemask-bottom-item:nth-last-child(1){
        margin-right: 0;
    }
    .bluemask-top-item:nth-last-child(1){
        margin-right: 0;
    }

    .bluemask-top-item .imgBox{
        width: 100%;
        position: relative;
        color: #fff;
    }
    .bluemask-top-item .imgBox img{
        width: 100%;
        display: block;
    }
    .bluemask-top-item .imgBox .img-mask{
        width: 100%;
        height: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        font-size: 18px;
        background-color: rgba(1, 36, 140, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;
    }
    .bluemask-top-item .imgBox .name-mask{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        font-size: 20px;
        background: linear-gradient( 90deg, #01248C 0%, rgba(1,36,140,0.2) 100%);
        transition: all 0.5s ease;
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bluemask-top-item .imgBox .img-mask-desc{
        font-size: 20px;
        text-align: center;
        font-family: 'PingFang-Medium';
        padding: 0 24px;
        margin-bottom: 24px;
    }
    .bluemask-top-item .imgBox:hover .img-mask{
        height: 100%;
        opacity: 1;
    }
    .bluemask-top-item .imgBox:hover .name-mask{
        opacity: 0;
    }
    .bluemask-top-item .imgBox a{
        display: flex;
        align-items: center;
        color: #FEBD3B;
    }
    .bluemask-top-item .imgBox .icon-link{
        width: 4px;
        margin-left: 8px;
    }
    .bluemask-top-item .text{
        font-size: 18px;
        margin-top: 24px;
        color: #666666;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow: hidden;
        text-overflow: ellipsis;
    } */


    .index-contact{
        background-color: #01248C;
    }
    .index-contact .content{
        padding: 36px 0 56px;
        flex-direction: column;
    }
    .index-contact .img{
        width: 100%;
        margin-right: 0;
    }
    .index-contact .img img{
        display: block;
        width: 75%;
        margin: 0 auto;
    }
    .index-contact .words{
        margin-top: 32px;
        padding: 0 20px;
    }
    .index-contact .word1{
        width: 247px;
    }
    .index-contact .words h2{
        font-size: 24px;
    }
    .index-contact .words p{
        font-size: 14px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .index-contact .words a{
        font-size: 14px;
    }
    .index-contact .words a .icon-right{
        width: 5px;
        margin-left: 8px;
    }


    .index-news{
        padding: 52px 0;
    }
    .index-news-link{
        margin-top: 10px;
        margin-bottom: 24px;
        font-size: 14px;
    }
    .index-news-link img{
        width: 5px;
    }

    .index-news-box{
        flex-direction: column;
        padding: 0 20px;
    }

    .index-ad{
        display: none;
        width: 100%;
        height: unset;
    }
    .index-ad img{
        width: 100%;
        height: 100%;
    }
    .m-index-ad{
        display: block;
        width: 100%;
        height: unset;
    }
    .m-index-ad img{
        width: 100%;
        height: 100%;
    }

        
    .bluemask-top-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bluemask-bottom-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .bluemask-bottom-item:nth-last-child(1){
        margin-bottom: 0;
    }
    .bluemask-top-item:nth-last-child(1){
        margin-bottom: 0;
    }
    .bluemask-top-item .imgBox .img-mask{
        font-size: 16px;
    }
    .bluemask-top-item .imgBox .name-mask{
        padding: 15px;
        font-size: 16px;
    }
    .bluemask-top-item .imgBox .img-mask-desc{
        font-size: 16px;
        padding: 0 14px;
        margin-bottom: 12px;
    }
    .bluemask-top-item .text{
        font-size: 14px;
        padding: 0;
        margin: 10px 14px;
    }
    

    /* ä¸»è¦äº§å“ */
    .product-box{
        padding: 96px 5px 66px;
        /* padding-top: calc(88px + 8px); */
        /* padding-bottom: 66px; */
    }
    .product-box .content{
        flex-direction: column;
    }
    .product-box .product-nav{
        width: 100%;
        display: none;
    }
    .m-product-nav{
        display: block;
        position: fixed;
        top: 44px;
        left: 0;
        width: 100%;
        color: #fff;
        font-size: 14px;
        z-index: 998;
    }
    .m-product-nav-active{
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .m-product-nav-title{
        height: 44px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #01248C;
    }
    .m-product-nav-title .name{
        display: flex;
        align-items: center;
    }
    .m-product-nav-title .icon{
        width: 22px;
        margin-left: 4px;
    }
    .m-product-nav-content{
        display: none;
        padding: 8px 0 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        background-color: #0B2F98;
    }
    .m-product-nav-content-active{
        display: block;
    }
    .m-product-nav-item{
        padding: 14px 20px;
        text-align: center;
        background-color: #0B2F98;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
    .m-product-nav-item:nth-child(1){
        border: none;
    }
    .m-product-nav-item-active{
        color: #FEBD3B;
    }
    
    .product-list{
        width: 100%;
        margin-left: 0;
    }
    .product-list-item{
        padding: 28px 15px;
        margin-bottom: 11px;
        display: flex;
        flex-direction: column;
    }
    .product-list-item .product-img{
        width: 100%;
    }
    .product-list-item .words{
        width: 100%;
    }
    .product-list-item .word-name{
        font-size: 24px;
    }
    .product-list-item .word-name2{
        font-size: 18px;
    }
    .product-list-item .word-desc{
        margin-top: 20px;
        margin-bottom: 27px;
    }
    .product-list-item .word-link{
        padding: 5px 14px;
        margin-bottom: 16px;
    }

    /* ä¸šåŠ¡å’¨è¯¢ */
    .common-business{
        padding: 40px 20px 32px;
        background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/product/m-product-business-bg.png');
    }
    .common-business .content{
        max-width: 100%;
    }

    .common-business-form{
        padding: 0;
        background-color: transparent;
        margin-top: 32px;
    }
    .common-business-form .input-item{
        display: flex;
        flex-direction: column;
    }
    .common-business-form .input-item .input{
        width: 100%;
        height: 50px;
        background-color: #FFFFFF;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .common-business-form .textarea-item{
        margin-top: 0;
    }
    .common-business-form .textarea-item textarea{
        background-color: #FFFFFF;
    }
    .common-business-form .desc{
        font-size: 12px;
        margin: 32px 0 12px;
    }
    .common-business-form .submit{
        width: 100%;
        padding: 12px 0;
    }


    /* è¡Œä¸šåº”ç”¨ */
    .industry-nav{
        display: none;
    }
    .industry-menu-content{
        display: none;
    }

    .industry{
        padding: 58px 0 32px;
    }
    .industry .content2{
        display: flex;
        flex-direction: column;
    }
    .industry-words{
        width: 100%;
        padding: 0 20px 52px;
    }
    .industry-words .word1{
        font-size: 15px;
        margin: 24px 0 0;
    }
    .industry-words .word-img{
        width: 100%;
        margin: 12px 0;
    }
    .industry-words .word-img-box{
        display: none;
    }
    /* .industry-words .word-img-item{
        width: calc((100% - 2 * 16px) / 3);
        margin-right: 16px;
        margin-top: 16px;
    }
    .industry-words .word-img-item:nth-child(3n+0){
        margin-right: 0;
    } */
    .industry-case{
        width: 100%;
        margin-left: 0;
        background-color: #F2F2F2;
        padding-top: 36px;
    }
    .industry-case-title{
        font-size: 16px;
        text-align: center;
    }
    .industry-case-box{
        background-color: #F2F2F2;
        margin-top: 0;
    }
    .industry-case-top{
        padding: 24px 20px 0;
    }
    .industry-case-item{
        margin-bottom: 24px;
    }
    .industry-case-item .title{
        font-size: 16px;
        margin: 8px 0;
    }
    .industry-case-item .desc{
        font-size: 12px;
    }
    .industry-case-bottom{
        background-color: transparent;
        border-top: 1px solid #E6E6E6;
    }
    .recommend-product{
        padding-top: 52px;
        padding-bottom: 32px;
    }
    .recommend-product-box{
        margin-top: 50px;
        margin-bottom: 0;
    }
    .recommend-product-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
        padding: 60px 0 40px 36px;
        font-size: 18px;
    }
    .recommend-product-item::before{
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        clip-path: polygon(85% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .recommend-product-item:nth-last-child(1){
        margin-bottom: 0;
    }
    .recommend-product-item .name{
        font-size: 20px;
    }
    .recommend-product-item .link{
        margin-top: 14px;
    }
    .recommend-product-img {
        width: 50%;
        max-width: 182px;
        bottom: 36px;
    }
    .recommend-product-shadow{
        width: 50%;
        max-width: 182px;
        bottom: 14px;
    }
    .recommend-product-item:hover .recommend-product-img{
        bottom: 46px;
    }


    /* å…³äºŽæˆ‘ä»¬ */
    .about-main{
        background-color: #fff;
    }

    .swiper-about{
        margin-top: 65px;
    }
    .swiper-about .swiper-wrapper{
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }
    .about-swiper-item{
        padding: 32px 30px;
    }
    .about-swiper-item-end{
        opacity: 0;
        display: none !important;
    }
    .about-swiper-item .word1{
        font-size: 32px;
        margin-bottom: 18px;
    }
    .about-swiper-item .word2{
        font-size: 14px;
        line-height: 28px;
    }
    
    .swiper-about .about-button {
        width: 40px;
        display: none;
    }
    .about-pagination{
        position: absolute;
        left: 0;
        bottom: 8px;
        z-index: 2;
        text-align: center;
    }
    .about-pagination .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        border-radius: 0;
        /* background-color: #CCCCCC; */
    }
    .about-pagination .swiper-pagination-bullet-active{
        width: 22px;
        background-color: #01248C;
    }


    .about-c6{
        padding: 69px 20px 64px;
    }
    .about-c6-item{
        margin-bottom: 91px;
    }
    .about-c6-item .icon{
        width: 56px;
    }
    .about-c6-item .words{
        padding: 25px 10px 14px;
    }
    .about-c6-item .words .title{
        font-size: 18px;
        font-family: 'PingFang-Medium';
    }
    .about-c6-item .words .desc{
        margin-top: 8px;
        font-size: 14px;
    }

    /* äº§å“è¯¦æƒ… */
    .product-view-c1{
        padding: 12px 20px 38px;
        background-color: #fff;
    }
    .product-view-c1 .content{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product-view-c1 .left-img{
        width: 100%;
        display: none;
    }
    .product-view-c1 .words{
        width: 100%;
        margin-right: 0;
    }
    .product-view-c1 .words .name{
        font-size: 24px;
    }
    .product-view-c1 .words .desc{
        font-size: 18px;
    }
    .product-view-c1 .words .icon{
        width: 32px;
        margin: 8px 0 24px;
    }
    .product-view-c1 .words .text{
        font-size: 14px;
    }
    .product-view-c1 .words .m-link{
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #666666;
        margin: 32px 0 24px;
    }
    .product-view-c1 .words .m-link .icon-right{
        width: 5px;
        margin-left: 8px;
    }
    .product-view-c1 .m-left-img{
        display: block;
    }

    .product-view-c2{
        padding-top: 95px;
    }
    .product-view-c2 .content2{
        margin-top: 32px;
    }
    .product-view-c2-box{
        width: 100%;
        padding: 0 0 0 20px;
    }
    .m-product-view-c2-box{
        display: block;
    }
    .pc-product-view-c2-box{
        display: none;
    }
    .product-view-c2 .parameter-box{
        position: relative;
    }
    .parameter-scroll{
        overflow-x: scroll;
    }
    .product-view-c2 .parameter-item{
        width: fit-content;
        font-size: 14px;
    }
    
    .product-view-c2 .parameter-item:nth-child(2n+0){
        background-color: #fff;
    }
    .product-view-c2 .parameter-item:nth-child(2n+1){
        background-color: #FAFAFA;
    }
    .product-view-c2 .parameter-item:nth-child(1){
        background-color: unset;
    }
    .product-view-c2 .parameter-item:nth-child(1) .name{
        background-color: #F2F2F2;
    }
    .product-view-c2 .parameter-item:nth-child(1) .name::after{
        display: none;
    }
    .product-view-c2 .parameter-item .text{
        padding: 16px;
        width: 150px;
    }
    .product-view-c2 .parameter-item .text img{
        width: 100%;
    }
    .product-view-c2 .parameter-item .name{
        width: 150px;
        position: sticky;
        left: 0;
        background-color: inherit;
    }
    .product-view-c2 .parameter-item .name::after{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        transform: translateX(100%);
        transition: box-shadow var(--ant-motion-duration-slow);
        content: "";
        pointer-events: none;
        box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.05);
    }
    .product-view-c2-tip{
        display: none;
    }
    .m-product-view-c2-tip{
        display: block;
        padding: 0 20px;
        font-size: 9px;
        color: #999999;
        margin-top: 24px;
    }

    .dzhcp-c1{
        padding: 12px 20px 38px;
    }
    .dzhcp-c1 .content{
        display: flex;
        flex-direction: column;
    }
    .dzhcp-c1-img{
        display: none;
    }
    .m-dzhcp-c1-img{
        display: block;
    }
    .dzhcp-c1-words{
        width: 100%;
        margin-left: 0;
    }
    .dzhcp-c1-words .name{
        font-size: 24px;
    }
    .dzhcp-c1-words img{
        width: 32px;
    }
    .dzhcp-c1-words .desc{
        font-size: 14px;
    }


    /* è”ç³»æˆ‘ä»¬ */
    .contact-box{
        display: none;
    }
    .m-contact-form-box{
        display: block;
        padding-top: 40px;
    }
    .m-contact-left{
        display: block;
        width: 100%;
        background-color: #F2F2F2;
    }
    .m-contact-left-top{
        padding: 32px 20px;
    }
    .m-contact-left-top .logo{
        width: 78px;
    }
    .m-contact-left-top .title{
        font-size: 16px;
        font-family: 'PingFang-Medium';
        margin: 6px 0 40px;
    }
    .m-contact-left-top .name{
        font-size: 14px;
        color: #666666;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    .m-contact-left-top .phone-name{
        margin-bottom: 8px;
    }
    .m-contact-left-top .phone{
        font-size: 24px;
        font-family: 'Montserrat-Bold';
        color: #01248C;
    }
    .m-contact-left-top .desc{
        font-size: 16px;
        font-family: 'PingFang-Medium';
    }

    .m-contact-left-bottom{
        padding: 12px 20px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .m-contact-left-bottom .word1{
        font-size: 12px;
        color: #666666;
    }
    .m-contact-left-bottom .word2{
        font-size: 14px;
        margin: 2px 0 10px;
    }
    .m-contact-left-bottom .word3{
        font-size: 16px;
        font-family: 'PingFang-Bold';
    }
    .m-contact-left-bottom .code{
        width: 100px;
    }

    .m-contact-form-box{
        width: 100%;
        padding: 40px 20px 32px;
        background-color: #fff;
    }
    .m-contact-form-box .index-content-title{
        font-size: 24px;
    }
    .m-contact-form-box .index-content-title img{
        width: 33px;
    }
    .m-contact-form-box .index-content-desc{
        font-size: 12px;
        font-family: 'PingFang-Medium';
    }
    .m-contact-form{
        background-color: #fff;
        margin-top: 32px;
    }
    .m-contact-form-box .input-item{
        display: flex;
    }
    .m-contact-form-box .input-item .input{
        width: calc((100% - 16px) / 2);
        padding: 0 15px;
        height: 50px;
        background-color: #F2F2F2;
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .m-contact-form-box .input-item2{
        width: 100%;
        padding: 0 15px;
        height: 50px;
        background-color: #F2F2F2;
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .m-contact-form-box .input-item2 .verify-box{
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .m-contact-form-box input{
        height: 100%;
    }
    .m-contact-form-box .input-item .input:nth-last-child(1){
        margin-right: 0;
    }
    .m-contact-form-box .textarea-item textarea{
        width: 100%;
        padding: 15px;
        background-color: #F2F2F2;
        margin-bottom: 16px;
    }
    .m-contact-form-box .desc{
        font-size: 14px;
        color: #333333;
        text-align: center;
        margin: 30px 0 12px;
    }
    .m-contact-form-box .submit{
        display: block;
        font-size: 16px;
        color: #fff;
        width: 100%;
        padding: 12px 0;
        background-color: #01248C;
        margin: 0 auto;
        cursor: pointer;
    }
    .m-contact-form-box .m-succeed-box{
        margin-top: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .m-contact-form-box .m-succeed-box .succeed-img{
        width: 74px;
    }
    .m-contact-form-box .m-succeed-box .succeed-desc{
        font-size: 14px;
        color: #333333;
        margin: 24px 0 12px;
    }
    .m-contact-form-box .m-succeed-box .succeed-btn{
        padding: 8px 32px;
        border-radius: 2px;
        background-color: #01248C;
        color: #fff;
        cursor: pointer;
    }

    .m-contact-form-box .m-contact-form{
        display: none;
    }
    .m-contact-form-box .m-succeed-box{
        display: none;
    }
    .m-contact-form-box .contact-form-active{
        display: block;
    }
    .m-contact-form-box .contact-succeed-active{
        display: flex;
    }


    /* å·¥ç¨‹æœåŠ¡ */
    .gcfw{
        padding: 58px 0 64px;
    }
    .gcfw .content{
        display: flex;
        flex-direction: column;
    }
    .gcfw-words{
        width: 100%;
    }
    .gcfw-words .word-desc{
        font-size: 14px;
        margin-top: 24px;
        padding: 0 20px;
    }
    .gcfw-img{
        width: 100%;
        margin-top: 24px;
    }
    .gcfw-img img{
        width: 100%;
    }



    /* é…ä»¶ */
    .parts{
        padding: 0 20px;
        padding-top: 10px;
        padding-bottom: 42px;
        background-color: #fff;
    }
    .parts-name{
        font-size: 16px;
    }
    .parts-box:nth-child(1) .parts-name{
        margin-top: 0;
    }
    .parts-desc{
        font-size: 12px;
    }
    .parts-list{
        margin-top: 10px;
    }
    .parts-item{
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 12px;
    }
    .parts-item:nth-child(2n+0){
        margin-right: 0;
    }
    .parts-item .name{
        font-size: 14px;
        margin-top: 4px;
    }


    /* æŠ€æœ¯ä¸ŽæœåŠ¡ */
    .jsyfw-banner{
        height: unset;
        padding-bottom: 107px;
    }
    .jsyfw-banner .content{
        flex-direction: column;
        margin-top: 72px;
        padding: 0 20px;
    }
    .jsyfw-banner img{
        width: 100%;
    }
    .jsyfw-banner .words{
        width: 100%;
    }
    .jsyfw-banner .words .name{
        font-size: 32px;
        margin-top: 55px;
    }
    .jsyfw-banner .words .desc{
        font-size: 14px;
    }
    .jsyfw-banner .content2{
        width: calc(100% - 40px);
        margin: 0 20px;
        left: 0;
        transform: translate(0,50%);
        z-index: 1;
    }
    .jsyfw-banner .patent-item{
        padding: 21px 0;
    }
    .jsyfw-banner .patent-item .num{
        font-size: 18px;
    }
    .jsyfw-banner .patent-item .num-name{
        font-size: 9px;
    }

    .jsyfw-c1{
        position: relative;
        padding-bottom: 36px;
    }
    .jsyfw-c1-bg-top,.jsyfw-c1-bg-bottom{
        display: none;
    }
    .jsyfw-c1 .content2{
        flex-direction: column;
        padding: 76px 20px 54px;
    }
    .jsyfw-c1 .words{
        width: 100%;
    }
    .jsyfw-c1 .words .title{
        font-size: 24px;
    }
    .jsyfw-c1 .words .desc{
        font-size: 14px;
        margin-top: 12px;
    }
    .jsyfw-c1-img{
        width: 50%;
        margin-top: 26px;
    }
    .jsyfw-c1 .content{
        flex-direction: column;
        margin-top: 54px;
        padding: 0 20px;
    }
    .jsyfw-c1-item{
        width: 100%;
        height: 180px;
        margin-bottom: 18px;
        margin-right: 0;
    }
    .jsyfw-c1-item:nth-child(1){
        background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c1-img1.jpg');
    }
    .jsyfw-c1-item:nth-child(2){
        background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c1-img2.jpg');
    }
    .jsyfw-c1-item:nth-child(3){
        background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/jsyfw-c1-img3.jpg');
    }
    .jsyfw-c1-item:nth-last-child(1){
        margin-bottom: 0;
    }
    .jsyfw-c1-item .name{
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 12px;
    }
    .jsyfw-c1-item .desc{
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }
    .jsyfw-c1-item .desc-item{
        margin-bottom: 4px;
        margin-right: 0;
    }
    .jsyfw-c2{
        position: relative;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/m-jsyfw-c2-img.jpg');
    }
    /* .jsyfw-c2-img{
        width: 100%;
    } */
    .jsyfw-c2-words{
        width: 100%;
        padding: 0 20px;
        left: 0;
        top: unset;
        bottom: 20px;
        transform: unset;
    }
    .jsyfw-c2-words .name{
        font-size: 24px;
    }
    .jsyfw-c2-words .desc{
        font-size: 14px;
        margin: 12px 0 44px;
    }
    .jsyfw-c2-words .tag-box{
        justify-content: space-between;
    }
    .jsyfw-c2-words .tag-item{
        padding: 5px 27px;
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .jsyfw-c3{
        padding: 56px 0 15px;
    }
    .jsyfw-c3 .index-content-desc{
        font-size: 16px;
        margin-top: 12px;
    }
    .jsyfw-c3-tag-box{
        display: none;
    }
    .jsyfw-c3-facility{
        padding: 0 20px;
        flex-wrap: wrap;
        margin-top: 28px;
    }
    .jsyfw-c3-facility .facility-item{
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 13px;
    }
    .jsyfw-c3-facility .facility-item:nth-last-child(1){
        margin-right: 0;
    }
    .jsyfw-c3-facility .facility-item:nth-child(2n+0){
        margin-right: 0;
    }
    .jsyfw-c3-facility .facility-item .name{
        font-size: 14px;
        margin-top: 4px;
    }
    .jsyfw-c4{
        height: 204px;
        padding: 0 20px;
        background-image: url('https://sublueweb.oss-cn-qingdao.aliyuncs.com/deepinfar-zh/images/jsyfw/m-jsyfw-c4-bg.jpg');
        margin-bottom: 73px;
        position: relative;
    }
    .jsyfw-c4-title{
        font-size: 24px;
        font-family: 'PingFang-Medium';
    }
    .jsyfw-c4-desc{
        font-size: 14px;
        margin: 12px 0 0;
    }
    .jsyfw-c4-bottom{
        position: absolute;
        width: 100%;
        padding: 0 20px;
        left: 0;
        bottom: 0;
        transform: translateY(50%);
    }
    .jsyfw-c4-item{
        width: calc((100% - 2 * 7px) / 3);
        margin-right: 7px;
    }
    .jsyfw-c4-item img{
        width: 100%;
    }
    .jsyfw-c4-item .name{
        font-size: 9px;
        margin-top: 2px;
        color: #000;
    }
    .jsyfw-c4-name{
        display: none;
    }
    .m-jsyfw-c4-name{
        font-size: 12;
        text-align: end;
        padding-top: 21px;
        padding-bottom: 28px;
    }



    /* æ–°é—» */
    .tag{
        font-size: 12px;
    }
    .news-banner .content{
        width: 100%;
        padding: 0 20px;
        bottom: 12px;
        left: 0;
        transform: translateX(0);
    }
    .news-c1{
        display: none;
    }
    .news-list{
        padding: 0px 20px 0px;
    }
    .news-list .content{
        flex-direction: column;
    }
    .news-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .news-item-img{
        height: auto;
    }
    .news-item-words{
        padding: 18px 12px;
        font-size: 12px;
    }
    .news-item-words .text-box{
        min-height: unset;
    }
    .news-item-words .name{
        font-size: 16px;
    }
    .news-item-words .desc{
        margin: 12px 0 8px;
        -webkit-line-clamp:2;
    }
    .news-item-words .bottom{
        font-size: 12px;
        font-family: 'PingFang-Medium';
    }
    .news-item-words .view-bottom{
        font-size: 12px;
        font-family: 'PingFang-Medium';
    }
    .m-news-item{
        display: block;
    }
    .news-page{
        padding-bottom: 68px;
    }
    .news-page .rows{
        display: block;
        text-align: center;
        margin-top: 8px;
    }



    /* æ–°é—»è¯¦æƒ… */
    .news-view-back{
        width: 100%;
        height: 44px;
        font-size: 14px;
        color: #fff;
        background-color: #01248C;
        padding: 0 20px;
        display: flex;
        align-items: center;
        position: fixed;
        top: 44px;
        left: 0;
    }
    .news-view-back .icon{
        width: 12px;
        margin-right: 9px;
    }
    .news-view-title{
        /* padding: 71px 0 34px; */
        padding: 120px 20px 16px;
    }
    .news-view-title .title{
        font-size: 18px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .news-view-title .desc{
        flex-direction: column;
        align-items: flex-start;
        margin: 28px 0 0;
    }
    .news-view-title .desc span{
        font-size: 12px;
        margin-right: 0;
        margin-top: 2px;
    }
    .news-view-title .desc .tag{
        display: none;
    }
    .news-view-share-right{
        display: none;
    }
    .news-view-share-bottom{
        margin-top: 32px;
    }
    .news-view-share-bottom span{
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    .news-view-content{
        padding: 0;
        margin-bottom: 64px;
    }
    .news-view-content .content2{
        flex-direction: column;
    }
    .news-view-words{
        width: 100%;
        padding: 24px 20px 56px;
        font-size: 14px;
        background-color: #fff;
    }
    .news-view-words img{
        margin: 12px 0;
    }
    .news-view-right{
        width: 100%;
        margin: 0;
        padding: 24px 0 0;
        background-color: #F2F2F2;
    }
    .news-view-right .title{
        font-size: 16px;
        justify-content: center;
    }
    .news-view-right .title .tag{
        display: none;
    }
    .news-view-right .box{
        background-color: transparent;
    }
    .news-view-right .box-top{
        display: none;
        padding: 0 20px;
        margin-top: 24px;
    }
    .news-view-right .m-box-top{
        display: block;
    }
    .news-view-right-item{
        margin-bottom: 12px;
        background-color: #fff;
    }
    .news-view-right-item .name{
        font-size: 18px;
        font-family: 'PingFang-Medium';
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 12px 0 4px;
    }
    .news-view-right-item .desc{
        font-size: 14px;
        color: #666666;
    }
    .news-view-right .box-bottom{
        height: 52px;
    }
    .news-view-right .box-bottom .a-link{
        width: 100%;
        height: 100%;
        justify-content: center;
        background-color: transparent;
        border-top: 1px solid #E6E6E6;
    }



    /* èµ„æ–™ä¸‹è½½ */
    .resource{
        padding: 44px 20px 0;
    }
    .resource-title{
        font-size: 16px;
        font-family: 'PingFang-Medium';
        padding: 0 20px;
    }
    .resource-title img{
        width: 24px;
        margin-right: 6px;
    } 
    .resource-box{
        margin-top: 18px;
        padding-bottom: 19px;
    }
    .resource-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .resource-item:nth-last-child(1){
        margin-bottom: 0;
    }
    .resource-item .name{
        text-align: center;
        padding: 18px 10px;
        font-size: 14px;
    }
    .resource-item-mask a{
        font-size: 16px;
    }
    .resource-item-mask span{
        margin-top: 10px;
    }
    .resource-more{
        font-size: 14px;
    }
    .resource-more img{
        margin-left: 3px;
    }
    .resource-app{
        padding: 36px 0 64px;
    }
    .resource-app-box{
        margin-top: 19px;
        background-color: transparent;
        overflow-x: scroll;
    }
    .resource-app-img{
        display: none;
    }
    .resource-app-list{
        min-width: 650px;
        padding: 0 20px;
    }
    .resource-app-list .list-item{
        height: 52px;
        font-size: 14px;
    }
    .resource-app-list .list-item div{
        padding: 0 18px;
    }
    .resource-app-list .list-item-title{
        background-color: #fff;
    }
    .resource-app-list-sollor{
        background-color: #fff;
    }
    .resource-app-list-sollor .list-item{
        border-bottom: 1px solid #F2F2F2;
    }
    .resource-app-list .list-item .download .icon{
        width: 20px;
        margin-right: 8px;
    }
   
    .resource-download-moadel{
        top: 44px;
    }
    .resource-moadel-box{
        width: 100%;
        margin: 0 20px;
        padding: 20px 20px 32px 20px;
        background-color: #F2F2F2;
        position: relative;
    }
    .resource-moadel-box .contact-form{
        background-color: #F2F2F2;
    }
    .resource-moadel-box .input-item .input{
        background-color: #fff;
    }
    .resource-moadel-box .input-item2{
        height: 50px;
        background-color: #fff;
        margin-bottom: 12px;
    }
    .resource-moadel-box .textarea-item textarea{
        background-color: #fff;
    }
    .resource-moadel-title{
        font-size: 14px;
    }
    .resource-download-moadel .submit{
        margin-top: 32px;
        padding: 12px 0;
        width: 100%;
    }
    .resource-moadel-close{
        top: unset;
        right: unset;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,150%);
        font-size: 14px;
        flex-direction: row;
    }
    .resource-moadel-close img{
        margin-right: 4px;
    }
    .resource-moadel-box .resource-form{
        display: none;
    }
    .resource-moadel-box .m-resource-form{
        display: block;
    }

.elementor-element .elementor-widget-container p{
    font-size: 16px;
}
.elementor-element .elementor-widget-container p span{
    padding-right: 10px;
    font-size: 23px;
}     
}