.banner{
    position: relative;
    height: 100vh;
    background-color: #FFFFFF;
}
.banner .swiper-slide {
    background-color: #FFFFFF;
    clip-path: none;
    opacity: 0;
    z-index: 0;
}
.banner .swiper-slide-prev{
    clip-path: circle(50% at 50% 50%);
    opacity: 0;
    transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
    z-index: 3;
}
.banner .swiper-slide-active{
    clip-path: circle(100% at 50% 50%);
    opacity: 1;
    transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
    z-index: 2;
}
.banner .swiper-slide-next{
    z-index: 1;
}
.banImg{
    height: 100%;
    transform: scale(1.1);
    overflow: hidden;
    transition: all 6s linear;
}
.banner .swiper-slide-active .banImg{
    transform: scale(1);
}
.banText{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #FFFFFF;
}
.banTit{
    line-height: 1.1;
    letter-spacing: .16em;
    margin: .4rem auto;
    font-weight: bold;
}
.banCn{
    line-height: 1.2;
    margin: .4rem auto;
    font-weight: bold;
}
.banEn{
    max-width: 900px;
    word-break: keep-all;
    margin: .15rem auto;
    font-weight: 100;
}
.banDes{
    line-height: 1.4;
    margin: .15rem 0;
}
.banVideo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .ban-pagination{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    width: auto;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
    z-index: 2;
}
.banner .swiper-pagination-bullet{
    position: relative;
    width: 180px;
    max-width: 1.8rem;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    margin: 0 .15rem;
    opacity: 1;
}
.banner .swiper-pagination-bullet::after{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(255,255,255,0.75);
}
.banner .swiper-pagination-bullet-active::after{
    animation: widthAni 6s linear;
}

.hm1Bg{
    position: relative;
    padding: .8rem 0 .7rem;
    background-color: #F9F9F9;
    overflow: hidden;
    z-index: 1;
}
.hm1Bg::before{
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 60.2%;
    height: 100%;
    background-color: #F5F6F7;
    z-index: -1;
}
.hm1Left{
    width: 36.76%;
    padding-right: .38rem;
}
.hm1Right{
    width: 57.84%;
    line-height: 2;
}
.hm1Bot{
    padding: .2rem .06rem;
    margin: .6rem 0 0;
    background-color: #FFFFFF;
    box-shadow: 0px 0px .36rem rgba(0,0,0,0.09);
}
.hm1Bot li{
    width: 25%;
    padding: .2rem .34rem;
}
.hm1Icon{
    flex-shrink: 0;
    max-width: 99px;
    height: 66px;
    max-height: .66rem;
    margin-right: .3rem;
}
.hm1Icon img{
    width: auto;
    height: 100%;
}
.hm1Text{
    flex: auto;
    overflow: hidden;
}
.hm1Tit{
    line-height: 1.4;
    margin: 0 0 .1rem;
}
.hm1Con{
    line-height: 2;
}
.hm1Item:hover .hm1Icon img{
    animation: swing 1s linear;
}
.hm2Bg{
    position: relative;
    padding: .6rem 0;
    background-color: #F1F2F3;
    overflow: hidden;
}
.hm2List{
    margin: 0 -10px;
    margin-top: .6rem;
    overflow: hidden;
}
.hm2List li{
    float: left;
    width: 25%;
    padding: 10px;
}
.hm2Item{
    position: relative;
}
.hm2Img{
    padding-bottom: 102.53%;
}
.hm2List li:nth-child(2){
    width: 50%;
}
.hm2List li:nth-child(2) .hm2Img{
    padding-bottom: 49.2%;
}
.hm2Mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear;
}
.hm2Text{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: .2rem;
    transform: translateY(-50%);
    text-align: center;
}
.hm2Icon{
    height: 60px;
    max-height: .6rem;
    margin: .3rem auto;
}
.hm2Icon img{
    width: auto;
    height: 100%;
}
.hm2Tit{
    line-height: 1.2;
    margin: .3rem auto;
}
.hm2More{
    display: block;
    width: 169px;
    line-height: calc(35px + .2rem);
    background: #D6000F;
    margin: 0 auto;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .4s linear;
}
.hm2Item:hover .hm2Icon img{
    animation: pulse 1s linear 1;
}
.hm2Item:hover .imgBg{
    transform: scale(1.1);
}
.hm2Item:hover .hm2Mask{
    opacity: 1;
    visibility: visible;
}
.hm2Item:hover .hm2More{
    max-height: calc(35px + .2rem);
    opacity: 1;
    visibility: visible;
}
.hm3Bg{
    position: relative;
    padding: .6rem 0;
    overflow: hidden;
}
.hm3List{
    margin: .6rem 0 0;
}
.hm3List .swiper-prev{
    right: 100%;
    margin-right: .2rem;
}
.hm3List .swiper-next{
    left: 100%;
    margin-left: .2rem;
}
.hm3Link{
    position: relative;
    overflow: hidden;
}
.hm3Time{
    line-height: 1.1;
}
.hm3Tit{
    line-height: 26px;
    height: 52px;
    -webkit-line-clamp: 2;
    margin: .3rem 0;
    transition: all .4s;
}
.hm3Img{
    padding-bottom: 63.2%;
    margin: .3rem 0;
}
.hm3Con{
    height: 8em;
    line-height: 2;
    margin: .3rem 0;
    -webkit-line-clamp: 4;
}
.hm3Line{
    position: relative;
    display: block;
    height: 11px;
    background: url(../images/index/hm3Line.webp) right center no-repeat;
    overflow: hidden;
}
.hm3Line::before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    left: 0;
    top: 5px;
}
.hm3Link:hover .hm3Tit{
    color: var(--baseColor);
}
.hm3Link:hover .hm3Img .imgBg{
    transform: scale(1.05);
}

.hm4Bg{
    position: relative;
    padding: .6rem 0;
    background-color: #F1F2F3;
    overflow: hidden;
}
.hm4Tab span{
    color: #333333;
    margin-left: .4rem;
    cursor: pointer;
    transition: all .3s;
}
.hm4Tab span.active{
    color: var(--baseColor);
    font-weight: bold;
}
.hm4Box{
    margin: 1rem 0 0;
}
.hm4Img{
    padding-bottom: 61.54%;
}
.hm4Mask{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #042A79;
    opacity: .3;
}
.hm4Text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .2rem;
    overflow: hidden;
}
.hm4Tit{
    line-height: 1.1;
    margin: .1rem 0;
}
.hm4Con{
    line-height: 1.4;
}
.hm4Link:hover .imgBg{
    transform: scale(1.05);
}
.hm5Bg{
    padding: .6rem 0;
    background-color: #FBFBFB;
}
.hm5List {
    margin: .4rem 0 0;
    overflow: hidden;
}
.hm5List .swiper-wrapper {
    /* 默认是ease-out */
    /* -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; */
}
.hm5List .swiper-slide{
    width: 2.3rem;
    margin-right: .82rem;
}

.hm5List ul {
    white-space: nowrap;
}
.hm5List ul li {
    display: inline-block;
    width: 2.3rem;
    margin: 0 .41rem;
}
.hm5Logo{
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 43.47%;
    background-color: #FFFFFF;
    overflow: hidden;
}
.hm5Logo span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hm5Logo span img{
    display: block;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    margin: 0 auto;
}


@media (max-width:1600px) {
}
@media (max-width:1400px) {
}
@media (max-width:1200px) {
    .banner{
        height: calc(100vh - 50px);
    }
    .banner .swiper-pagination-bullet{
        width: 100px;
        max-width: 1rem;
    }
    .hm1Bg{
        padding: .6rem 0;
    }
    .hm1Bg::before{
        display: none;
    }
    .hm1Top{
        display: block;
    }
    .hm1Left{
        width: 100%;
        padding: 0;
    }
    .hm1Right{
        width: 100%;
        margin: .3rem 0;
    }
    .hm1Bot{
        margin: .3rem 0;
    }
    .hm1Bot li{
        width: 50%;
        padding: .2rem;
    }
    .hm1Icon{
        height: 50px;
        margin-right: .2rem;
    }
    .hm1Tit{
        font-size: 16px;
    }
    .hm1Con{
        font-size: 14px;
        line-height: 1.6;
    }
    .hm2List{
        margin: 0 -5px;
        margin-top: .3rem;
    }
    .hm2List li{
        padding: 5px;
    }
    .hm2Icon{
        height: 40px;
        margin: .1rem auto;
    }
    .hm2Tit{
        margin: .1rem 0;
    }
    .hm2More{
        width: 120px;
        max-width: 90%;
        font-size: 14px;
        line-height: 40px;
    }
    .hm3Tit{
        margin: .2rem 0;
    }
    .hm3Img{
        margin: .1rem 0;
    }
    .hm3Con{
        margin: .2rem 0;
    }
    .hm3List{
        margin: .3rem 0 0;
    }
    .hm3List .swiper-button.absolute{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .5rem;
    }
    .hm3List .swiper-button.absolute .swiper-prev,
    .hm3List .swiper-button.absolute .swiper-next{
        position: static;
        transform: translateY(0);
        margin: 0 .1rem;
    }
    .hm4Box{
        margin: .3rem 0 0;
    }
    .hm5List .swiper-slide{
        margin-right: .4rem;
    }
}
@media (max-width:991px) {
    .hm4Tab{
        justify-content: center;
    }
    .hm4Tab span{
        margin: 0 .2rem;
    }

}
@media (max-width:767px){
    .hm2List{
        display: flex;
        flex-wrap: wrap;
    }
    .hm2List li{
        width: 33.33%;
    }
    .hm2List li:nth-child(2){
        order: -1;
        width: 100%;
    }
    
}
@media (max-width:640px){
    .banDes{
        font-size: .28rem;
    }
    .hm2List li{
        width: 50%;
    }
    .hm2Tit{
        font-size: 16px;
        margin: .2rem auto;
    }
    .hm2More{
        opacity: 1;
        max-height: none;
        visibility: visible;
    }
    .hm2Mask{
        opacity: 1;
        visibility: visible;
    }
    .hm5Tit{
        font-size: 18px;
    }
    
}
@media (max-width:460px){
    .hm1Item{
        display: block;
        text-align: center;
    }
    .hm1Icon{
        margin: 0 auto .2rem;
    }
    .hm3Tit{
        font-size: 16px;
    }
    .hm4Tab{
        font-size: 16px;
    }
    .hm5List .swiper-slide{
        margin-right: .2rem;
    }

}