.banner {
    position: relative;
    height: 100vh;
    background-color: #1a1a1a;
}

.banner .swiper-slide {
    background-color: #1a1a1a;
}

.banImg {
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

.banText {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #FFFFFF;
}

.banCn {
    line-height: 1.3;
    letter-spacing: 2px;
    margin: .15rem 0;
    font-weight: bold;
}

.banEn {
    line-height: 1.3;
    margin: .15rem 0;
    /* text-transform: uppercase; */
}

.banVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banMask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.hm2Bg {
    background: url(../images/hm2-bg.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hm2Top {
    position: relative;
    z-index: 1;
}

.hm2Img {
    position: absolute;
    right: 0;
    top: -5%;
    width: 80%;
    max-width: 1129px;
    text-align: right;
    z-index: -1;
}

.hm2Img img {
    max-width: 100%;
    height: auto;
}

.hm2Text {
    width: 60%;
    max-width: 800px;
    line-height: 1.6;
    height: 8em;
    -webkit-line-clamp: 5;
    margin: .54rem 0 .5rem;
    text-align: justify;
}

.hm2List {
    position: relative;
    line-height: 1.4;
    margin: .8rem -.1rem 0;
    z-index: 2;
}

.hm2List li {
    padding: .1rem;
}

.hm2Item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.hm2Item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-right: .1rem;
}

.hm2Item strong {
    line-height: 1.1;
    margin-right: 5px;
}

.hm2Item span {
    margin-top: 8px;
}

.hm3Bg {
    position: relative;
    background: url(../images/hm3-bg.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hm3Bg::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    background: linear-gradient(360deg, rgba(51, 40, 0, 0.7) 0%, #0D345A 100%);
    opacity: .4;
}

.hm3Box {
    height: 110%;
}

.hm3List {
    width: 110%;
    height: 100%;
    text-align: center;
    margin-left: -5%;
}

.hm3List li {
    position: relative;
    flex: 1;
    height: 100%;
}

.hm3List li:first-child,
.hm3List li:last-child {
    flex: 1.2;
}

.hm3Item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform: rotate(4deg);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.hm3Item::before {
    display: block;
    content: "";
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 120%;
    height: 0%;
    background: linear-gradient(180deg, #F5E4C4 0%, #F6AD1B 100%);
    opacity: 0.4;
    transform: rotate(-4deg);
    transition: all .6s ease-in-out;
}

.hm3List li:last-child .hm3Item {
    border: none;
}

.hm3Con {
    width: 96%;
    transform: rotate(-4deg);
    margin: 0 auto;
}

.hm3List li:first-child .hm3Con {
    width: 70%;
    margin-left: 20%;
}

.hm3List li:last-child .hm3Con {
    width: 70%;
    margin-right: 20%;
}

.hm3Ico {
    width: 64px;
    height: 64px;
    max-width: .7rem;
    max-height: .7rem;
    margin: 0 auto .2rem;
}

.hm3Ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hm3Tit {
    position: relative;
    margin: .3rem 0;
    font-weight: normal;
}

.hm3Tit::after {
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background: #F1BC00;
    margin: .2rem auto;
    transition: all .5s linear;
}

.hm3Text {
    line-height: 1.8;
    min-height: 5.4em;
    min-height: 9em;
    margin: .3rem -5px;
}

.hm3Des {
    min-width: 45%;
    padding: 5px;
}

.hm3More {
    position: relative;
    display: block;
    width: 188px;
    line-height: 48px;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.hm3More::before {
    display: block;
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 25px;
    background-color: var(--baseColor);
    z-index: -1;
    transition: all .5s;
}

.hm3Item:hover::before {
    height: 100%;
}

.hm3Item:hover .hm3Tit::after {
    transform: scaleX(1.5);
}

.hm3Item:hover .hm3More {
    border-color: var(--baseColor);
}

.hm3Item:hover .hm3More::before {
    left: 0;
    height: 100%;
}

.hm3Swiper {
    display: none;
}

.hm4Bg {
    background: url(../images/hm4-bg.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hm4Bg .hmTitEn {
    opacity: .15;
}

.hm4List {
    list-style: none;
    margin: 0 -.2rem;
}

.hm4List li {
    width: 50%;
    padding: .2rem;
}

.hm4Item {
    display: block;
    padding: 0 .5rem .3rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 8px 20px 0px rgba(184, 191, 217, 0.1);
    margin-top: .64rem;
    transition: all .4s;
}

.hm4Ico {
    width: 128px;
    height: 128px;
    max-width: 1.28rem;
    max-height: 1.28rem;
    border-radius: 50%;
    background-color: #F6AD1B;
    border: 1px solid #FFFFFF;
    margin: 0 auto -.64rem;
    transform: translateY(-50%);
    transition: all .4s;
}

.hm4Ico img {
    max-width: 50%;
    max-height: 50%;
}

.hm4Tit {
    margin: .3rem auto;
}

.hm4Text {
    line-height: 1.6;
    height: 6.4em;
    -webkit-line-clamp: 4;
    margin: .3rem auto;
}

.hm4More {
    width: 108px;
    line-height: 40px;
    background-color: #F6AD1B;
    border-radius: 5px;
    margin: .3rem auto;
    transition: all .4s;
}

.hm4Item:hover {
    color: #FFFFFF;
    background-color: rgba(246, 173, 27, 0.8);
    box-shadow: 0px 8px 20px rgba(184, 191, 217, 0.3);
}

.hm4Item:hover .hm4More {
    color: var(--baseColor);
    background-color: #FFFFFF;
}

.hm4Item:hover {
    border-radius: .1rem;
}

.hm4Item:hover .hm4Ico {
    box-shadow: 0 -2px 8px rgba(255, 255, 255, 0.6);
}

.hm4Item:hover .hm4Ico img {
    animation: pulse 1s linear 1;
}

.hm5Bg {
    background: url(../images/hm5-bg.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hm5List {
    margin: .3rem -5px 0;
}

.hm5List li {
    width: 25%;
    padding: 5px;
}

.hm5Link {
    display: block;
    height: 100%;
    background-color: #FFFFFF;
    transition: all .3s;
}

.hm5Img {
    padding-bottom: 60%;
}

.hm5Text {
    padding: .1rem .2rem;
}

.hm5Tit {
    height: 50px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    margin: 5px 0;
    transition: all .3s;
}

.hm5Time {
    line-height: 28px;
    transition: all .3s;
}

.hm5Time i {
    position: relative;
    top: -2px;
    color: var(--baseColor);
    margin-right: 5px;
    vertical-align: middle;
}

.hm5Link:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(184, 191, 217, 0.3);
}

.hm5Link:hover .hm5Img img {
    transform: scale(1.05);
}

.hm5Link:hover .hm5Time {
    color: var(--baseColor);
}

@media (max-width:1600px) {
    .hm3More {
        width: 160px;
        line-height: 42px;
    }
}

@media (max-width:1400px) {
    .hm3More {
        width: 140px;
        line-height: 36px;
    }
    .hm5Img {
        padding-bottom: 55%;
    }
    .hm5Tit {
        height: 44px;
        line-height: 22px;
    }
    .hm5Time {
        line-height: 20px;
    }
}

@media (max-width:1200px) {
    .banner {
        height: auto;
    }
    .banImg {
        height: 0;
        padding-bottom: 56.25%;
        ;
    }
    .hm2Box {
        position: relative;
        padding: .6rem 0;
        z-index: 1;
    }
    .hm2List {
        flex-wrap: wrap;
    }
    .hm2List li {
        width: 33.33%;
    }
    .hm2Item img {
        max-width: .5rem;
        max-height: .5rem;
    }
    .hm3Box {
        padding: .6rem .3rem;
    }
    .hm3List {
        width: 100%;
        margin: 0;
        flex-wrap: wrap;
        display: none;
    }
    .hm3List li {
        flex: none !important;
        width: 50%;
        height: auto;
    }
    .hm3Item,
    .hm3Item::before,
    .hm3Con {
        transform: rotate(0);
    }
    .hm3Item {
        height: 100%;
        padding: .3rem !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }
    .hm3Con {
        width: 96% !important;
        margin: 0 auto !important;
    }
    .hm3Swiper {
        display: block;
    }
    .hm3Swiper .swiper-slide {
        height: auto;
    }
    .hm4Box {
        padding: .6rem 0;
    }
    .hm4Bg .hmTitEn {
        line-height: .9;
    }
    .hm4List {
        margin: 0 -.1rem;
    }
    .hm4List li {
        padding: .1rem;
    }
    .hm4Item {
        padding: 0 .3rem 1px;
    }
    .hm4Ico {
        width: 100px;
        height: 100px;
    }
    .hm5Box {
        padding: .6rem 0;
    }
    .hm5Img {
        padding-bottom: 60%;
    }
    .hm5List li {
        width: 33.33%;
    }
    .hm2Img,
    .hm2Text,
    .hm2List li,
    .hm3List li,
    .hm4List li,
    .hm5List li {
        animation: none !important;
    }
}

@media (max-width:991px) {
    .hm2Top {
        position: static;
    }
    .hm2Img {
        top: 0;
        opacity: .4;
    }
    .hm2Text {
        width: 100%;
    }
}

@media (max-width:767px) {
    .banImg {
        padding-bottom: 76.25%;
    }
    .hm5List li {
        width: 50%;
    }
}

@media (max-width:640px) {
    .banCn {
        font-size: .46rem;
    }
    .hm2List li {
        width: 50%;
    }
    .hm4List {
        display: block;
    }
    .hm4List li {
        width: 100%;
    }
}

@media (max-width:460px) {
    .banEn {
        font-size: 12px;
    }
}