/* banner */
.banner{
    position: relative;
}
.banner .imgBg{
    padding-bottom: 44.76%;
}
.banner .swiper-pagination{
    position: absolute;
    bottom: 6%;
    z-index: 2;
}
.banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: .5;
    background-color: #FFFFFF;
}
.banner .swiper-pagination-bullet-active{
    opacity: .9;
}

/* hm1 */
.hm1Bg{
    padding: .6rem 0;
    background: url(/static/home/images/index/hm1_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hm1Text{
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    margin: .5rem 0;
}
.hm1List{
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin: 0 -.1rem;
    text-align: center;
}
.hm1List li{
    position: relative;
    padding: .1rem;
}
.hm1Ico{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    max-width: 1.4rem;
    max-height: 1.4rem;
    margin: .5rem auto;
}
.hm1Ico img{
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}
.hm1Tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
}
.hm1Tit span{
    font-size: 75%;
    margin-left: 5px;
}
.hm1Line{
    display: block;
    width: 36px;
    height: 2px;
    background: #999999;
    margin: .1rem auto .2rem;
}
.hm1Des{
    max-width: 176px;
    margin: 0 auto;
}
.hm1List li:hover .hm1Ico img{
    transform: rotateY(360deg);
    transition: all .6s;
}
.hm1List li:hover .hm1Tit{
    color: var(--baseColor);
}


.hm2Bg{
    position: relative;
    padding: 60px 0;
    background: url(/static/home/images/index/hm2_bg.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.hm2Top{
    position: relative;
    height: 366px;
    margin: .3rem 0;
}
.hm2List{
    list-style: none;
    font-size: 18px;
    color: var(--baseColor);
    line-height: 1.4;
    font-weight: bold;
}
.hm2List li{
    position: absolute;
    z-index: 1;
}
.hm2List li a{
    position: relative;
    display: block;
    color: var(--baseColor);
}
.hm2List li.active:hover{
    z-index: 5;
}
.hm2List li.active a:hover .hm2-pop{
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.hm2List li.active .hm2Cir p{
    background-color: #FFFFFF;
}
.hm2List li.active .hm2Cir::before{
    background-color: rgba(234, 191, 20, .5);
    box-shadow: 0px 0px .14rem 0px #EABF14;
    transform: scale(0.9);
    animation: ani-ball-light 2s linear infinite;
}

.hm2Bot{
    position: relative;
    padding: 0 50px;
    text-align: center;
    margin: 0.3rem 0 .5rem;
}
.hm2Item{
    padding: .3rem;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: all .3s;
}
.hm2Ico{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    max-width: .8rem;
    max-height: .8rem;
    text-align: center;
    margin: 0 auto;
}
.hm2Ico img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.hm2Tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
    margin: .1rem 0;
}
.hm2Con{
    /* max-width: 240px; */
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 0 auto;
}
.active .hm2Item{
    color: #FFFFFF;
    background-color: var(--orgColor);
}
.active .hm2Tit,
.active .hm2Con{
    color: #FFFFFF;
}
.active .hm2Ico .block{
    display: none;
}
.active .hm2Ico .hides{
    display: block;
    animation: swing 1s linear;
}

.hm3Bg{
    background-color: #FFFFFF;
    overflow: hidden;
}
.hm3Box{
    display: flex;
}
.hm3Lef{
    width: 38%;
    padding: .6rem 3%;
    background-color: #F2F9FF;
    flex-shrink: 0;
}
.hm3Lef .titCn{
    position: relative;
}
.hm3Lef .titCn::before{
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 80px;
    height: 2px;
    background: #4BC700;
    opacity: 0.5;
    margin-top: -1px;
    margin-right: .1rem;
}
.hm3Rig{
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
    padding-left: 68px;
    overflow: hidden;
}
.hm3List{
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    text-align: center;
}
.hm3List .swiper-container{
    height: auto;
}
.hm3List .swiper-slide{
    height: auto;
}
.hm3List .swiperBtn{
    margin-top: 100px;
}
.hm3Item{
    display: block;
}
.hm3Img{
    padding-bottom: 100%;
    border-radius: 50%;
    margin-bottom: .1rem;
    display: none;
}
.hm3Tit{
    margin: .1rem 0;
}
.hm3Con{
    color: #666666;
    max-height: 90px;
    overflow-y: auto;
    text-align: left;
    max-height: 3rem;
}
.hm3Con::-webkit-scrollbar{
    width: .04rem;
    border-radius: .4rem;
}
.hm3Con::-webkit-scrollbar-thumb{
    width: 100%;
    background-color: #1772C7;
    border-radius: .4rem;
}

.hm4Bg{
    color: #FFFFFF;
    padding: 80px 0;
    background: url(/static/home/images/index/hm4_bg.png) center center no-repeat;
    background-size: cover;
}
.hm4List{
    list-style: none;
    display: flex;
    font-size: 32px;
    line-height: 1.5;
    margin: -.15rem;
}
.hm4List li{
    flex: auto;
    display: flex;
    align-items: center;
    padding: .15rem;
}
.hm4Ico{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 60px;
    max-width: .7rem;
    max-height: .7rem;
    margin-right: 30px;
}
.hm4Ico img{
    max-width: 100%;
    max-height: 100%;
}
.hm5Bg{
    position: relative;
    padding: .6rem 0;
    background: url(/static/home/images/index/hm5_bg.png) center center no-repeat;
    background-size: cover;
}
.hm5Box{
    position: relative;
    margin-top: .4rem;
}
.hm5Box::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: calc(65px + .1rem);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(244, 244, 244, 0) 0%, #F2F2F2 12%, #233880 50%, #E7E7E7 88%, rgba(229, 229, 229, 0) 100%);
    border-radius: 8px;
}
.hm5Year{
    font-size: 30px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    transition: all .3s;
}
.hm5Dot{
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #666666;
    margin: .1rem auto .6rem;
}
.hm5Img{
    position: relative;
    border-radius: 5px;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    margin-bottom: .25rem;
}
.hm5Img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm5Text{
    font-size: 16px;
    color: #666666;
    line-height: 2;
}
.hm5Text p{
    position: relative;
    padding-left: 14px;
}
.hm5Text p::before{
    display: block;
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
}
.hm5Box .swiperBtn{
    margin: .6rem auto 0;
}
.hm5Box .hover .hm5Year{
    font-size: 60px;
    color: var(--baseColor);
}
.hm5Box .hover .hm5Dot{
    background-color: #4BC700;
}


.hm6Bg{
    position: relative;
    padding: .6rem 0;
    background: url(/static/home/images/index/hm6_bg.png) center center no-repeat;
    background-size: cover;
}
.hm6Box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .6rem;
}
.hm6Lef{
    width: 51.35%;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
}
.hm6Img{
    display: block;
    padding-bottom: 54.74%;
    border-radius: 6px;
    overflow: hidden;
}
.hm6Img:hover .imgBg{
    transform: scale(1.05);
}
.hm6Rig{
    width: 60.14%;
    padding: 80px 35px 0;
    padding-left: 16%;
    margin-left: -11.49%;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
    border-radius: 6px;
}
.hm6Year{
    margin-bottom: .3rem;
}
.hm6Year span{
    display: inline-block;
    vertical-align: middle;
    width: 374px;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 80px;
    border-radius: 6px;
    background: #233880;
    text-align: center;
}
.hm6Tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    font-weight: bold;
    margin: .1rem 0;
}
.hm6Text{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 90px;
    margin: .1rem 0 .2rem;
}
.hm6More{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    color: #999999;
    line-height: 1.6;
    font-weight: bold;
    overflow: hidden;
}
.hm6More::after{
    display: block;
    content: attr(data-text);
    color: var(--baseColor);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    width: 0;
    overflow: hidden;
}
.hm6More:hover::after{
    width: 100%;
}
.hm6Rig .swiperBtn{
    max-width: 100%;
    justify-content: flex-end;
    margin: .6rem 0;
}
.hm6Rig .swiperBtn .next{
    margin-left: 10px;
}
.hm7Bg{
    padding: .6rem 0;
    background: url(/static/home/images/index/hm7_bg.png) center center no-repeat;
    background-size: cover;
}
.hm7Box{
    position: relative;
    padding: 0 68px;
    margin: .4rem 0;
}
.hm7Link{
    padding: .2rem;
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.hm7Img{
    padding-bottom: 74.55%;
}
.hm7Img .imgBg{
    background-size: contain;
}
.hm7Line{
    display: block;
    width: 100%;
    border-top: 1px dashed #DEDEDE;
    margin: .2rem 0;
}
.hm7Tit{
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    transition: all .3s;
}
.hm7Link:hover .hm7Tit{
    color: var(--orgColor);
}
.hm7Box.one .swiper-slide{
    width: 33.33%;
}
.hm7Box.one .swiperBtn{
    display: none;
}


.hm8Bg{
    padding: .6rem 0;
}
.titleTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titleTop .titCn{
    position: relative;
}
.titleTop .titCn::before {
    display: block;
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 80px;
    height: 2px;
    background: #4BC700;
    opacity: 0.5;
    margin-top: -1px;
    margin-right: 0.1rem;
}
.hm8Tab{
    list-style: none;
    display: flex;
    font-size: 24px;
    line-height: 1.8;
    margin: 0 -.25rem;
}
.hm8Tab li{
    position: relative;
    flex: auto;
    padding: 0 .25rem;
}
.hm8Tab li span{
    color: #333333;
    cursor: pointer;
}
.hm8Tab li + li::before{
    display: block;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #333333;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -10px;
}
.hm8Tab li.active span{
    color: var(--orgColor);
}

.hm8List{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: .4rem -.1rem;
}
.hm8List li{
    width: 50%;
    padding: .1rem;
}
.hm8Link{
    display: block;
    padding: .2rem;
    background-color: #F6F6F6;
    border-radius: 6px;
}
.hm8Img{
    float: left;
    width: 41.37%;
    height: 214px;
    margin-right: .2rem;
    border-radius: 6px;
    overflow: hidden;
}
.hm8Img .imgBg{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.hm8Text{
    overflow: hidden;
}
.hm8Tit{
    font-size: 20px;
    color: #333333;
    line-height: 1.8;
    font-weight: bold;
    transition: all .3s;
}
.hm8Time{
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
}
.hm8Con{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 72px;
    margin: .15rem 0;
}
.hm8More{
    position: relative;
    display: block;
    width: 100%;
    max-width: 170px;
    font-size: 16px;
    color: var(--orgColor);
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    transition: all .3s;
}
.hm8More::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--orgColor);
    z-index: -1;
    transition: all .3s;
}
.hm8Link:hover .imgBg{
    transform: scale(1.1);
}
.hm8Link:hover .hm8Tit{
    color: var(--orgColor);
}
.hm8Link:hover .hm8More{
    color: #FFFFFF;
}
.hm8Link:hover .hm8More::before{
    width: 100%;
}
.hm9Bg{
    padding: .6rem 0;
    background-color: #F8F8F8;
    overflow: hidden;
}
.hm9Text{
    font-size: 16px;
    color: #666666;
    line-height: 2;
    margin: .3rem 0;
}
.hm9Box{ margin: .5rem 0;}
.hm9Box{
    position: relative;
    padding: 0 70px;
}
.hm9Logo{
    padding-bottom: 37.6%;
    background-color: #FFFFFF;
}
.hm9Con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hm9Con img{
    display: block;
    max-width: 96%;
    max-height: 90%;
}

@media (max-width:1600px) {
    .banner .swiper-pagination{
        bottom: 3%;
    }
    .hm1List{
        font-size: 14px;
    }
    .hm1Text{
        margin: .3rem 0;
    }
    .hm1Ico{
        width: 100px;
        height: 100px;
        margin: .3rem auto;
    }
    .hm1Tit{
        font-size: 20px;
    }
    .hm2Tit{
        font-size: 20px;
    }
    .hm2Con{
        font-size: 14px;
        line-height: 2;
    }
    .hm1Text{
        font-size: 14px;
    }
    .hm3Rig{
        padding: 5vw 0;
        padding-left: 3.5vw;
    }
    .hm3List{
        font-size: 14px;
    }
    .hm3List .swiperBtn{
        margin-top: 5vw;
    }
    .hm4Bg{
        padding: .6rem 0;
    }
    .hm4List{
        font-size: 1.67vw;
    }
    .hm4Ico{
        width: 54px;
        height: 54px;
        margin-right: .2rem;
    }
    .hm5Box::before{
        top: calc(53px + .1rem);
    }
    .hm5Year{
        font-size: 24px;
        line-height: 48px;
    }
    .hm5Img{
        margin-bottom: .2rem;
    }
    .hm5Text{
        font-size: 14px;
    }
    .hm5Box .hover .hm5Year{
        font-size: 48px;
    }
    .hm6Rig{
        padding: 4.17vw 35px 0;
        padding-left: 16%;
    }
    .hm6Year span{
        width: 19.47vw;
        font-size: 3.125vw;
        line-height: 1.5;
    }
    .hm6Tit{
        font-size: 20px;
    }
    .hm6More{
        font-size: 14px;
    }
    .hm6Rig .swiperBtn{
        margin: .4rem 0;
    }
    .hm7Box{
        padding: 0 50px;
    }
    .hm7Tit{
        font-size: 20px;
    }
    .hm8Tab{
        font-size: 20px;
    }
    .hm8Tab li + li::before{
        height: 14px;
        margin-top: -7px;
    }
    .hm8List{
        margin: .2rem -.1rem;
    }
    .hm8Link{
        padding: .15rem;
    }
    .hm8Img{
        height: 196px;
    }
    .hm8Tit{
        font-size: 18px;
    }
    .hm8Con{
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }
    .hm8More{
        max-width: 120px;
        font-size: 14px;
        line-height: 38px;
    }
    .hm9Box{
        padding: 0 50px;
    }
}

@media (max-width:1400px){
    .hm2Bot{
        padding: 0 40px;
    }
    .hm5Dot{
        margin: .1rem auto .4rem;
    }
    .hm7Box{
        padding: 0 40px;
    }
    .hm9Box{
        padding: 0 40px;
    }
    .hm9Text{
        font-size: 14px;
    }

}
@media (max-width:1200px){
    .banner .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .hm2Top{
        display: none;
    }
    .hm7Tit{
        font-size: 18px;
    }
    .hm8Tab{
        font-size: 18px;
    }

}
@media (max-width:991px){
    .hm1List{
        flex-wrap: wrap;
        justify-content: center;
    }
    .hm1List li{
        width: 33.33%;
    }
    .hm1Ico{
        margin: .1rem auto;
    }
    .hm3Box{
        display: block;
    }
    .hm3Lef{
        width: 100%;
        padding: .6rem .3rem;
    }
    .hm3Rig{
        width: 100%;
    }
    .hm3Item{
        max-width: 240px;
        margin: 0 auto;
    }
    .hm4List{
        font-size: 14px;
        flex-wrap: wrap;
    }
    .hm5Box::before{
        top: calc(42px + .1rem);
    }
    .hm5Year{
        font-size: 18px;
        line-height: 36px;
    }
    .hm5Box .hover .hm5Year{
        font-size: 36px;
    }
    .hm5Dot{
        margin: .1rem auto .2rem;
    }
    .hm6Box{
        display: block;
    }
    .hm6Lef{
        width: 100%;
    }
    .hm6Rig{
        width: 100%;
        padding: .3rem;
        margin: 0;
    }
    .hm6Year{
        margin-bottom: .1rem;
    }
    .hm6Year span{
        width: auto;
        padding: 0 .3rem;
        font-size: .28rem;
    }
    .hm6Tit{
        font-size: 18px;
    }
    .hm1Text{
        margin: .2rem 0;
        line-height: 24px;
    }
    .hm6Rig .swiperBtn{
        margin: .2rem 0 0;
    }
    .hm8List li{
        width: 100%;
    }
    .hm8Img{
        max-width: 300px;
    }

}
@media (max-width:767px){
    .hm4List li{
        width: 50%;
    }
    .titleTop{
        display: block;
    }
    .hm8Tab{
        justify-content: center;
        margin: .2rem 0;
    }
    .hm8Tab li{
        flex: none;
    }

}
@media (max-width: 640px){
    .hm1Tit{
        font-size: 16px;
    }
    .hm2Bot{
        padding: 0 20px;
    }
    .hm2Tit{
        font-size: 16px;
    }
    .hm6Tit{
        font-size: 16px;
    }
    .hm7Box{
        padding: 0 20px;
    }
    .hm7Tit{
        font-size: 16px;
    }
    .hm9Box{
        padding: 0 15px;
    }
    .hm8Img{
        height: 150px;
    }
    .hm8Con{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        -webkit-line-clamp:2;
    }
    .hm8Tit{
        font-size: 16px;
    }
    .hm8More{
        max-width: 100px;
        font-size: 12px;
        line-height: 34px;
    }

}

@media (max-width: 460px){
    .hm5Box .hover .hm5Year{
        font-size: 28px;
    }
    .hm5Dot{
        transform: scale(0.8);
    }
    .hm8Tab{
        font-size: 16px;
    }
    .hm8Img{
        width: 35%;
        height: 100px;
    }
    .hm8Tit{
        font-size: 14px;
    }
    .hm8More{
        display: none;
    }

}