.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: 45%;
    max-width: 800px;
    line-height: 2;
    height: 473px;
    /*-webkit-line-clamp: 5;*/
    margin: .54rem 0 .5rem;
    text-align: justify;
    float: left;
    background-color: #ffffff;
    letter-spacing: 2px;
}

    .hm2Text .hm2Con {
        width: 92%;
        margin: 20px 4% 0px 4%;
        color: #222222;
    }

.hm2Text1 {
    width: 55%;
    max-width: 800px;
    line-height: 1.6;
    height: 320px;
    margin: .54rem 0 .5rem;
    text-align: justify;
    float: right;
}

.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;
    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);
    }

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
.hm3CP {
    width: 100%;
    height: 450px;
    /*-webkit-line-clamp: 5;*/
    margin: .54rem 0 .5rem;
    text-align: justify;
}

.hm3CP_L {
    width: 80px;
    height: 450px;
    position: absolute;
    left: -7%;
      cursor:pointer;
}

.hm3CP_R {
    width: 80px;
    height: 450px;
    position: absolute;
    right: -7%;
    cursor:pointer;
}

/*.hm3CP_Con li {
    float: left;
    width: 25%;
    height: 450px;
    padding: 0px 12px 0px 12px;
    list-style: none;
}*/

.hm3CP_L img, .hm3CP_R img {
    display: block;
    margin-top: 150px;
    width: 80px;
}

.hm3CP_Con {
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0px;
    display: block;
    overflow:hidden;
}

    /*.hm3CP_Con li:hover {
        transform: scale(1.1);
    }*/

        .hm3CP_Con li:hover .hm3Title3 {
            background-image:url('/Content/XMSY/images/indexjt_2.png');
        }

.hm3Img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

    .hm3Img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hm3Title {
    width: 100%;
    height: 100px;
    background-color: #186bd1;
}

    .hm3Title .hm3Title1 {
        width: 90%;
        height: 100px;
        margin: 0px auto 0px auto;
    }

.hm3Title2 {
    height: 20px;
    width: 80px;
    line-height: 18px;
    font-size: 12px;
    float: right;
    margin-top: 20px;
    color: #ffffff;
}

.hm3Title3 {
    width: 16px;
    height: 16px;
    display:inline-block;
    background-image:url('/Content/XMSY/images/indexjt_1.png');
    float:right;
}

.hm3Title h3 {
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hm3Line {
    height: 2px;
    width: 80px;
    height: 4px;
    background: #ffc51b;
    max-width: 1rem;
    max-height: .12rem;
}



.hmTit a:hover {
    /*background-color: #186bd1;
    color: #ffffff;*/
}


.hm3CP_N_L {
    width: 49%;
    height: 450px;
    float: left;
    background-color:#ffffff;
    transition: transform 0.3s ease;
}

    .hm3CP_N_L .hm3CP_N_L_img {
        width: 100%;
        height: 320px;
        overflow: hidden;
    }

.hm3CP_N_L .hm3CP_N_L_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    display: block;
}
/*鼠标上浮效果*/
.hm3CP_N_L:hover .hm3CP_N_L_img img 
{
    transform: scale(1.05);
}
.hm3CP_N_L:hover .hm3CP_N_L_CON_JT 
{
    background-image:url('/Content/XMSY/images/jt_r1.png')
}
.hm3CP_N_L:hover .hm3CP_N_L_SJ b 
{
    background-image:url('/Content/XMSY/images/new_t2.png')
}
.hm3CP_N_L:hover .hm3CP_N_L_SJ
{
    color:var(--baseColor);
}
/*鼠标上浮效果*/
.hm3CP_N_L:hover{transform: translateY(-10px);}
.hm3CP_N_L_SJ{height:40px;line-height:40px;font-size:13px;color:#8d8d8d;width:94%;margin:0px auto 0px auto;}
.hm3CP_N_L_TT{height:45px;line-height:45px;font-size:18px;width:90%;margin:0px auto 0px 3%;font-weight:bold;border-bottom:1px solid #f3f3f3;float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hm3CP_N_L_CON{height:40px;line-height:40px;font-size:14px;width:90%;margin:0px auto 0px 3%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;color:#8d8d8d;float:left}
.hm3CP_N_L_CON_JT{width: 5%; float: right; height: 40px; line-height: 40px; font-size: 20px; text-align: center; background-image:url('/Content/XMSY/images/jt_r.png');background-repeat: no-repeat;background-position: center; }
.hm3CP_N_R {
    width: 49%;
    height: 450px;
    float: right;
}
.hm3CP_N_R_1{width:100%;height:140px;background-color:#ffffff;margin-bottom:15px;    transition: transform 0.3s ease;}
.hm3CP_N_R_1 a{display:block;transition: all .3s;color:#000000;}
.hm3CP_N_R .MB0{margin-bottom:0px;}
.hm3CP_N_R_1_img{width:25%;height:140px;overflow:hidden;float:left;}
/*鼠标上浮效果*/
.hm3CP_N_R_1:hover{transform: translateY(-10px);}
.hm3CP_N_R_1:hover .hm3CP_N_R_1_img img{transform: scale(1.05);}
.hm3CP_N_R_1:hover .hm3CP_N_R_CON_JT{background-image:url('/Content/XMSY/images/jt_r1.png');}
.hm3CP_N_R_1:hover .hm3CP_N_R_SJ b{   background-image:url('/Content/XMSY/images/new_t2.png')}
.hm3CP_N_R_1:hover .hm3CP_N_R_SJ{   color:var(--baseColor);}
/*鼠标上浮效果结束*/
.hm3CP_N_R_1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    display: block;
}
.hm3CP_N_R_1_con{width:75%;height:140px;float:right;}

.hm3CP_N_R_SJ{height:40px;line-height:40px;font-size:12px;color:#8d8d8d;width:94%;margin:0px auto 0px auto;}
.hm3CP_N_R_TT{height:55px;line-height:55px;font-size:16px;width:90%;margin:0px auto 0px 3%;font-weight:bold;border-bottom:1px solid #f3f3f3;float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.hm3CP_N_R_CON{height:45px;line-height:45px;font-size:12px;width:90%;margin:0px auto 0px 3%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;color:#8d8d8d;float:left}
.hm3CP_N_R_CON_JT{width: 5%; float: right; height: 45px; line-height: 45px; font-size: 20px; text-align: center;background-image:url('/Content/XMSY/images/jt_r.png');background-repeat: no-repeat;background-position: center; }

.hm3CP_N_R_SJ b,.hm3CP_N_L_SJ b{width:15px;height:17px;display:inline-block;background-image:url('/Content/XMSY/images/new_t1.png');background-position: center; background-size: cover;float:left;margin-top:13px;}

.hmTit .hmMore {
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    border: 1px solid #186ccf;
    display: inline-block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 5%;
    margin-top: 2em;
    font-size: 12px;
    top: 0px; color:#222222;
}

.hmTit .hmMore1 {
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    border: 1px solid #186ccf;
    display: inline-block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 5%;
    margin-top: 2em;
    font-size: 12px;
    right: 150px;
    top: 0px; color:#222222;
}
 .hmTit .active {
    background-color: #186bd1;
    color: #ffffff;
}
.hmTit .hmMore1 {
    position: absolute;
    transform: translateY(-50%);
   
}
    .videoImg img, .videoImg video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 148%;
        object-fit: cover;
    }

    .videoPlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 140%;
        background: url(/Content/XMSY/images/play.png) center center no-repeat;
        background-size: 7.5% auto;
        z-index: 1;
        cursor: pointer;
    }

    .videoImg img {
        z-index: 1;
        cursor: pointer;
    }
/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
@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%;
    }

    .hm2Text1 {
        width: 100%;
    }
}

@media (max-width:767px) {
    .banImg {
        padding-bottom: 76.25%;
    }

    .hm5List li {
        width: 50%;
    }
}

@media (max-width:640px) {
    .hm2List li {
        width: 50%;
    }

    .hm4List {
        display: block;
    }

        .hm4List li {
            width: 100%;
        }
        .hm3CP_N_L,.hm3CP_N_R{width:100%;margin-bottom:15px;}
}

@media (max-width:460px) {
    .banEn {
        font-size: 12px;
    }

    .hm3CP_L {
        display: none;
    }

    .hm3CP_R {
        display: none;
    }

    .hm3CP_Con li {
        width: 100%;
        height: 450px;
        padding: 0px 12px 0px 12px;
        list-style: none;
    }

    .hm2Text {
        height: 35em;
    }

    .hm3CP {
        height: 1800px;
    }

    .hm3CP_Con {
        width: 100%;
        height: 1450px;
        position: absolute;
        left: 0px;
        display: block;
    }

    .hmTit .hmMore, .hmTit .hmMore1 {
        width: 100px;
        height: 35px;
    }
    .hm3CP_N_L,.hm3CP_N_R{width:100%;margin-bottom:15px;}
}
