body,
html{
    position: relative;
    width: 100%;
    height: 100%;
}
.indexBnner{
    position: relative;
    width: 100%;
    height: 100%;
}
.indexBnner .swiper-slide a{
    position: relative;
}
.indexBnner .swiper-slide a,
.indexBnner img{
    display: block;
    width: 100%;
    height: 100%;
}
.indexBnner .swiper-pagination-bullet{
    width: 0.5rem;
    height: 0.04rem;
    opacity: 0.5;
    border-radius: 0rem;
    background: #fff;
    margin: 0rem 0.1rem 0rem 0rem!important;
}
.indexBnner .swiper-pagination-bullet-active{
    opacity: 1;
}
.indexBnner .swiper-pagination{
    width: 13rem;
    margin: 0px auto;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    text-align: left;
}
.bannerTxt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    color: #fff;
}
.bannerTxt .txtBox h3{
    color: #fff;
    font-weight: bold;
    white-space: pre-line;
    text-shadow: 0rem 0.04rem 0.6rem rgba(2,29,64,0.5);
}
/*.bannerTxt .txtBox{*/
/*    margin-bottom: 1.2rem;*/
/*}*/
/*.indexBnner .txt h2 span{*/
/*    font-weight: bolder;*/
/*}*/
/*.indexBnner .txt h2 span:last-child{*/
/*    padding-left: 0.36rem;*/
/*}*/
/*.indexBnner .into{*/
/*    display: block;*/
/*    letter-spacing: 0.2rem;*/
/*    margin-bottom: 0.3rem;*/
/*}*/
/*.indexBnner .txt>p{*/
/*    line-height: 1.7;*/
/*    margin-bottom: 0.28rem;*/
/*}*/
.indexBnner .more{
    display: block;
    width: 1.2rem;
    line-height: 0.4rem;
    background: #fff;
    color: #333;
    border-radius: 1rem;
    text-align: center;
}
.indexBnner .more:hover{
    background: #1F4A8E;
    color: #fff;
}


.product{
    padding: 1rem 0rem;
    background: #F6F6F7;
}
.productUl{
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 0.26rem;
    margin-top: 0.44rem;
}
.productUl li{
    width: 23.5%;
    margin-right: 2%;
}
.productUl li:nth-child(4n){
    margin-right: 0rem;
}
.productUl li:nth-child(n+5){
    margin-top: 0.5rem;
}
.productUl a{
    display: block;
    width: 100%;
}
.productUl .imgBox{
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    box-shadow: 0rem 0.04rem 0.2rem rgba(7,28,65,0.1);
    margin-bottom: 0.1rem;
}
.productUl img{
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.productUl li:hover img{
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.apply{
    padding: 0.6rem 0rem 1rem 0rem;
}
.applyUl{
    display: flex;
    margin-top: 0.45rem;
    padding: 0rem 0.26rem;
}
.applyUl>li{
    width: 16%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.applyUl>li.on{
    width: 36%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.applyUl li>img{
    position: absolute;
    left: 0rem;
    top: 0rem;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.small,
.big{
    position: relative;
    z-index: 2;
    height: 8rem;
}
.small img,
.big img{
    display: block;
    width: 100%;
    height: 100%;
}
.applyUl .txt{
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: #fff;
    padding: 1.2rem 0.4rem 1rem 0.4rem;
}
.small .txt{
    background: rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.small p{
    font-weight: bold;
}
.small .txt img{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0rem auto 0.16rem auto;
}
.small i{
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    margin: 0rem auto;
    background: url(../images/applyAddIcon.png)no-repeat center center;
    background-size: 100% 100%;
}
.big .txt{
    background: rgba(19,52,111,0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem 0.8rem 0.9rem 0.8rem;
}
.big .moreBtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1.8rem;
    line-height: 0.5rem;
    padding: 0rem 0.24rem 0rem 0.3rem;
    border-radius: 0.25rem;
    border: 0.02rem solid #FFFFFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.big .moreBtn i{
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    background: url(../images/triangle3.png)no-repeat center center;
    background-size: 100% 100%;
}
.big .moreBtn:hover{
    background: #fff;
    color: #1F4A8E;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.big .moreBtn:hover i{
    background: url(../images/triangle4.png)no-repeat center center;
    background-size: 100% 100%;
}
.bigInto h3{
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.bigInto span{
    display: block;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
}
.bigInto span::after{
    content: "";
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    display: block;
    width: 0.45rem;
    height: 0.02rem;
    background: #fff;
}
.bigInto p{
    line-height: 1.6;
    opacity: 0.9;
}

.applyUl .big{
    display: none;
}
.applyUl .small{
    display: block;
}
.applyUl>li.on .big{
    display: block;
}
.applyUl>li.on .small{
    display: none;
}


.new{
    padding-bottom: 1.2rem;
}
.newsSwiper{
    padding-bottom: 0.3rem;
    margin-top: 0.46rem;
}
.newCon{
    display: flex;
    width: 100%;
    align-items: center;
}
.newCon .imgBox{
    width: 38.5%;
    margin-right: 1%;
    flex-shrink: 0;
}
.newCon .imgBox>div{
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}
.newCon .imgBox img{
    position: absolute;
    top: 0rem;
    left: 0rem;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newTxt{
    width: 60%;
}
.newTxt .time{
    font-family: "manrope-medium";
    padding-bottom: 0.1rem;
    margin-bottom: 0.14rem;
    position: relative;
}
.newTxt .time::after{
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    display: block;
    width: 0.4rem;
    height: 0.03rem;
    background: #1F4A8E;
}
.newTxt div{
    margin-top: 0.1rem;
    color: #999;
    min-height: 0.4rem;
    margin-bottom: 0.45rem;
}
.newTxt span{
    display: block;
    width: 1.15rem;
    line-height: 0.46rem;
    text-align: center;
    border: 1px solid #1F4A8E;
    border-radius: 0.02rem;
    color: #1F4A8E;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newsSwiper .swiper-slide:hover h3{
    color: #1F4A8E;
    font-weight: bold;
}
.newsSwiper .swiper-slide:hover .newTxt span{
    background: #1F4A8E;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newsSwiper .swiper-pagination{
    bottom: 0rem;
}
.newsSwiper .swiper-pagination-bullet{
    width: 0.32rem;
    height: 0.04rem;
    background: #E6E6E6;
    border-radius: 0rem;
    opacity: 1;
}
.newsSwiper .swiper-pagination-bullet-active{
    background: #1F4A8E;
}


@media (max-width: 800px) {
    .indexBnner,
    .indexBnner>img{
        height: 5rem;
    }
    .bannerTxt .txtBox h3{
        font-size: 0.32rem;
    }
    .bannerTxt .txtBox{
        margin-bottom: 0.6rem;
    }
    /*.indexBnner .txt>h2{*/
    /*    font-size: 0.36rem;*/
    /*}*/
    /*.indexBnner .txt h2 span{*/
    /*    font-size: 0.5rem;*/
    /*}*/
    /*.indexBnner .into{*/
    /*    font-size: 0.26rem;*/
    /*    letter-spacing: normal;*/
    /*}*/
    /*.indexBnner .txt>p{*/
    /*    font-size: 0.22rem;*/
    /*}*/
    .indexBnner .more{
        width: 1.8rem;
        line-height: 0.6rem;
        font-size: 0.22rem;
    }
    .indexBnner .swiper-pagination{
        width: 100%;
        padding: 0rem 4%;
        bottom: 0.2rem;
    }
    .indexBnner .swiper-pagination-bullet{
        width: 0.3rem;
    }

    /* 应用领域 开始 */
    .applyUl .small{
        display: none!important;
    }
    .applyUl .big{
        display: block!important;
        height: auto;
    }
    .applyUl{
        flex-wrap: wrap;
    }
    .applyUl>li{
        width: 100%!important;
        margin-bottom: 0.2rem;
    }
    .applyUl .txt{
        position: relative;
        top: unset;
        left: unset;
        padding: 0.8rem 0.36rem 0.6rem 0.36rem;
    }
    .big .moreBtn{
        margin-top: 0.4rem;
        width: 2.4rem;
        line-height: 0.8rem;
        border-radius: 1rem;
    }
    .big .moreBtn i{
        width: 0.24rem;
        height: 0.24rem;
    }
    /* 应用领域 结束 */

    .product{
        padding: 0.8rem 0rem;
    }

    .productUl li{
        width: 48%;
        margin-right: 4%;
    }
    .productUl li:nth-child(2n){
        margin-right: 0rem;
    }
    .productUl .imgBox{
        margin-bottom: 0.26rem;
    }
    .productUl li:nth-child(n+3){
        margin-top: 0.5rem;
    }


    .newCon{
        flex-wrap: wrap;
    }
    .newCon .imgBox{
        width: 100%;
        margin: 0rem 0rem 0.24rem 0rem;
    }
    .newTxt{
        width: 100%;
    }
    .newTxt span{
        width: 1.6rem;
        line-height: 0.6rem;
    }
    .newsSwiper {
        padding-bottom: 0.5rem;
    }
    .new {
        padding-bottom: 1rem;
    }
}