.banner{
    position: relative;
    height: 100vh;
}
.banner .swiper-slide{
    overflow: hidden;
}
.banImg{
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}
.banText{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: var(--baseColor);
    font-weight: bold;
}
.banTit{
    line-height: 1.2;
    margin: .2rem 0 .3rem;
}
.banEn{
    line-height: 1.6;
    text-transform: uppercase;
}
.banEn *{
    opacity: .6;
}
.banPage{
    position: absolute;
    left: 0;
    bottom: 4% !important;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.banPage .swiper-pagination-bullet{
    width: 50px;
    height: 8px;
    max-width: .5rem;
    max-height: .08rem;
    background-color: #FFFFFF;
    opacity: .5;
}
.banPage .swiper-pagination-bullet-active{
    opacity: 1;
}
.banner .swiper-button-prev{
    left: 3.125%;
}
.banner .swiper-button-next{
    right: 3.125%;
}


.hm1Bg{
    position: relative;
    padding: 100px 0;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 1;
}
.hm1Bg::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right,#FFFFFF 30%, rgba(255,255,255,0));
}
.hm1Bg .wrap{
    position: relative;
    z-index: 2;
}
.hm1Img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    background-position: center right;
    z-index: -1;
}
.hm1Box{
    width: 65%;
    max-width: 720px;
}
.hm1Text{
    margin: 80px 0 40px;
}
.hm1Text p{
    margin: .1rem 0;
}
.hm1List{
    list-style: none;
    margin: 0 -.1rem;
    margin-top: 60px;
}
.hm1List li{
    padding: .1rem;
}
.hm1Ico{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    max-width: .8rem;
    max-height: .8rem;
    margin-right: .15rem;
}
.hm1Rig{
    flex: auto;
    overflow: hidden;
}
.hm1List li:hover .hm1Ico{
    animation: pulse 1s linear 1;
}
.hm2Bg{
    padding: 100px 0;
    background: url(../images/index/hm2Bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hm2List{
    position: relative;
    height: 600px;
    border-radius: .15rem;
    margin-top: .4rem;;
    overflow: hidden;
}
.hm2List .swiper-slide{
    overflow: hidden;
}
.hm2Item{
    list-style: none;
    height: 100%;
    margin: 0 -1px;
}
.hm2Item li{
    position: relative;
    width: 28%;
    padding: 0 1px;
    -webkit-clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
    margin-left: -4%;
    background-color: #FFFFFF;
    z-index: 1;
    overflow: hidden;
}
.hm2Item li:first-child{
    margin-left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.hm2Item li:last-child{
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
}
.hm2Item li:last-child .hm2Text{
    width: 100%;
}
.hm2Link{
    position: relative;
    display: block;
    height: 100%;
}
.hm2Text{
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 85%;
    text-align: center;
}
.hm2Img{
    height: 100%;
    transition: all 0.5s;
}
.hm2Img .imgBg{
    height: 100%;
}
.hm2ImgHov{
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.hm2ImgHov .imgBg{
    height: 100%;
}
.hm2Mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(54,60,80,0) 0%, #112D6B 100%);
    opacity: 0.8;
}
.hm2Ico{
    width: 60px;
    height: 60px;
    max-width: .7rem;
    max-height: .7rem;
    margin: 0 auto .2rem;
}
.hm2Tit{
    font-weight: normal;
}
.hm2Text .hmMore{
    margin-top: 40px;
}
.hm2Text .hmMore i{
    background-image: url(../images/hmMore-white.png);
}
.hm2Text .hmMore i::before{
    background-image: url(../images/hmMoreBg-white.png);
}
.hm2Link:hover .hm2Img{
    transform: translateX(100%);
    transition: all 1s;
}
.hm2Link:hover .hm2ImgHov{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.hm2Link:hover .hm2Ico{
    animation: swing 1s linear 1;
}
.hm2Link:hover .hmMore i{
    background-position: right center;
}
.hm2Link:hover .hmMore i:before{
    transform: rotate(180deg);
}
.hm2List .swiperBtn .swiper-button-next.swiper-button-disabled,
.hm2List .swiperBtn .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.hm2List .swiper-pagination{ display: none;}

.hm3Bg{
    padding: 60px 0 80px;
    background-color: #FFFFFF;
}
.hm3Top{
    margin: .2rem 0;
}
.hm3Top .hmMore{
    margin: .1rem 0;
}
.hm3Bot{
    margin-top: 50px;
}
.hm3Left{
    width: 50%;
}
.hm3Link{
    position: relative;
    display: block;
    border-radius: .1rem;
    overflow: hidden;
}
.hm3Img{
    padding-bottom: 61.11%;
    border-radius: .1rem;
}
.hm3Text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: .2rem;
}
.hm3Time{

}

.hm3Right{
    width: 50%;
}
.hm3List{
    list-style: none;
}
.hm3List li{
    width: 50%;
    padding-left: 20px;
}
.hm3Link{
    display: block;
}
.hm3List .hm3Text{
    position: static;
    padding: 0;
}
.hm3List .hm3Tit{
    margin: .15rem 0;
    -webkit-line-clamp: 2;
}
.hm3List .hm3Con{
    line-height: 28px;
    height: 56px;
    margin: .15rem 0 .2rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hm3List .hm3Info{
    padding: .1rem 0;
    border-top: 1px solid #D8D8D8;
}
.hm3Link:hover .imgBg{
    transform: scale(1.1);
}
.hm3List .hm3Link:hover .hm3Tit{
    color: var(--baseColor);
}
.hm3List .hm3Link:hover .hmMore i{
    background-position: right center;
}
.hm3List .hm3Link:hover .hmMore i::before{
    transform: rotate(180deg);
}
@media (max-width:1600px) {
    .hm1Bg{
        padding: 5.2vw 0;
    }
    .hm1Text{
        margin: 4.17vw 0 2.08vw;
    }
    .hm1List{
        margin-top: 3.125vw;
    }
    .hm1Ico{
        width: 50px;
        height: 50px;
        margin-right: .1rem;
    }
    .hm2Bg{
        padding: 5.2vw 0;
    }
    .hm2List{
        max-height: 32vw;
        margin-top: 2.08vw;
    }
    .hm2Ico{
        width: 50px;
        height: 50px;
        margin: 0 auto .1rem;
    }
    .hm2Text .hmMore{
        margin-top: 2.08vw;
    }
    .hm3Bg{
        padding: 3.125vw 0 4.17vw;
    }
    .hm3Top{
        margin: 0;
    }
    .hm3Bot{
        margin-top: 2.6vw;
    }
    .hm3List .hm3Tit{
        margin: .1rem 0;
    }
    .hm3List .hm3Con{
        margin: .1rem 0;
    }
}
@media (max-width:1400px) {

}
@media (max-width:1200px) {
    .banner{
        height: 80vh;
    }
    .banText{
        padding: 0 calc(1% + 50px);
    }
    .banner .swiper-button-prev{
        left: 1%;
    }
    .banner .swiper-button-next{
        right: 1%;
    }
    .hm2List{
        margin-top: .3rem;
    }
    .hm3List,.hm3Btn,.hm4List li,.hm5Lef,.hm5Rig,.hm6List{ animation: none !important;}
}
@media (max-width:991px) {
    .hm1Bg{
        padding: .6rem 0;
    }
    .hm1Box{
        width: 100%;
    }
    .hm1Text{
        margin: .3rem 0;
    }
    .hm1List{
        margin-top: .3rem;
    }
    .hm2Bg{
        padding: .6rem 0;
    }
    .hm2List{
        height: auto;
        max-height: none;
    }
    .hm2Item{
        flex-wrap: wrap;
    }
    .hm2Item li{
        width: 50%;
        margin: 0 !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
    }
    .hm2Img{
        height: 0;
        padding-bottom: 70%;
    }
    .hm2Img .imgBg{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .hm2Text{
        width: 100%;
    }
    .hm3Bg{
        padding: .6rem 0;
    }
    .hm3Bot{
        display: block;
        margin-top: .3rem;
    }
    .hm3Left{
        display: none;
    }
    .hm3Right{
        width: 100%;
    }
    .hm3List{
        margin: 0 -.1rem;
    }
    .hm3List li{
        padding: 0 .1rem;
    }
    .hm3List .hm3Tit{
        line-height: 24px;
        height: 48px;
    }
}
@media (max-width:767px){
    .hm1Bg::before{
        background-color: rgba(255,255,255,.6);
    }
}
@media (max-width:640px){
    .banText{
        padding: 0 calc(1% + 40px);
    }
    .hm3Top{
        display: block;
    }
    .hm3Top .hmMore{
        display: none;
    }
}
@media (max-width:460px){
    .banText{
        padding: 0;
    }
    .banner .swiperBtn{
        display: none;
    }
    .banDes{
        font-size: 16px;
    }
    .banEn{
        font-size: 14px;
    }
    .hm2Img{
        padding-bottom: 100%;
    }

}
@media (max-width:360px) {

}
