html, body {
    scroll-behavior: smooth;
}

.indexSwiper{
    height: 7rem;
    position: relative;
}
.indexSwiper .swiper-slide{
    position: relative;
}
.indexSwiper .bannerImg{
    width: 100%;
    height: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.indexSwiper .bannerImg img{
    width: 100%;
    height: 100%;
}
.indexSwiper .bannerTxt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.indexSwiper .bannerTxt > p:nth-of-type(1){
    font-size: 3em !important;
}
.indexSwiper .bannerTxt > p:nth-of-type(2){
    font-size: 2.5em !important;
}

.indexSwiper .bannerti1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    text-align: center;
}
.indexSwiper .bannerTxt1{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
    margin-top: 0.42rem;
    text-indent: 0.6rem;
}
.indexSwiper .more{
    margin-top: 0.62rem;
    margin-left: auto;
    margin-right: auto;
}
.indexSwiper .more2{
    margin-top: 0.73rem;
    background: #3CC6E9;
}
.indexSwiper .bannerti2{
    width: 8.36rem;
    font-family: Poppins2, Poppins2;
    font-size: 0.53rem;
    color: #243970;
    line-height: 0.58rem;
    text-align: center;
    margin: 0 auto;
}
.indexSwiper .bannerTxt2{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.2rem;
    color: #243970;
    line-height: 0.35rem;
    text-align: center;
    margin-top: 0.26rem;
}

.indexSwiper .swiper-button-next,
.indexSwiper .swiper-button-prev{
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid #1D76BB;
    border-radius: 50%;
}
.indexSwiper .swiper-button-next::after,
.indexSwiper .swiper-button-prev::after{
    font-size: 0.12rem;
    font-weight: bolder;
    color: #1D76BB;
}
.indexSwiper .swiper-button-next:hover,
.indexSwiper .swiper-button-prev:hover{
    background: #1D76BB;
}
.indexSwiper .swiper-button-next:hover::after,
.indexSwiper .swiper-button-prev:hover::after{
    color: #FFFFFF;
}
.indexSwiper .swiper-button-next{
    top: 50%;
    right: 2.47rem;
    transform: translate(0,-50%);
}
.indexSwiper .swiper-button-prev{
    top: 50%;
    left: 2.47rem;
    transform: translate(0,-50%);
}


.indexProducts{
    padding-top: 0.88rem;
    padding-bottom: 0.91rem;
}
.indexProducts .productsTitle{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    line-height: 0.6rem;
    text-align: center;
    margin-bottom: 0.35rem;
}
.indexProducts .productsList{
    flex-wrap: wrap;
}
.indexProducts .productsL{
    width: calc((100% - 1.1rem)/3);
    margin-right: 0.55rem;
    margin-top: 0.5rem;
    cursor: pointer;
}
.indexProducts .productsL:nth-child(3n){
    margin-right: 0;
}
.indexProducts .productsL .productsImg{
    width: calc(100% - 0.55rem);
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
}
.indexProducts .productsL .productsImg img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.indexProducts .productsL .productsLTitle{
    font-family: Arial, Arial;
    font-weight: 500;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.5rem;
    transition: all 0.5s;
}
.indexProducts .productsL:hover .productsLTitle{
    color: #1D76BB;
}
.indexProducts .productsL:hover .productsImg img{
    transform: scale(1.05);
}
.indexProducts .more{
    margin: 0 auto;
    margin-top: 0.6rem;
}

.indexCore{
    background-image: url(../img/i_bg_cho.png);
    background-size: 100% 100%;
    padding-top: 0.86rem;
    padding-bottom: 0.75rem;
}
.coreTitle{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    text-align: center;
}
.indexCore .coreList{
    margin-top: 0.82rem;
}
.indexCore .coreL{
    width: calc(50% - 0.17rem);
    height: 3.2rem;
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    position: relative;
}
.indexCore .coreL .core2Txt2{
    height: 1.5rem;
    padding: 0 0.4rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    overflow-y: auto;
    margin-top: 0.26rem;
}

.indexCore .coreL .core2Txt2::-webkit-scrollbar {
    width: 0.06rem;
    background: rgb(255, 255, 255,0.38);
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.indexCore .coreL .core2Txt2::-webkit-scrollbar-thumb {
    width: 0.06rem;
    background: rgb(255, 255, 255);
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
}
.indexCore .core1Icon{
    width: 1.69rem;
    height: 1.69rem;
    margin: 0 auto;
    margin-bottom: 0.25rem;
}
.indexCore .core1Icon img{
    width: 100%;
    height: 100%;
}
.indexCore .core1Txt{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    text-align: center;
}
.indexCore .coreL1{
    width: 100%;
    height: 100%;
    padding: 0.5rem;
}
.indexCore .core2Txt1{
    margin: 0 0.4rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem solid #FFFFFF;
}
.indexCore .coreL2{
    width: 100%;
    height: 100%;
    background: #1D76BB;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    padding: 0.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}
.indexCore .coreL:hover .coreL2{
    opacity: 1;
}
.indexCore .more{
    margin: 0 auto;
    margin-top: 0.66rem;
}

.indexCore2{
    padding-top: 1.35rem;
    padding-bottom: 1rem;
}
.indexCore2 .coreTitle{
    margin-bottom: 1.04rem;
}
.indexCore2 .core2LImg{
    width: 1.34rem;
    height: 1.34rem;
    margin: 0 auto;
}
.indexCore2 .core2L{
    width: 3.8rem;
    height: 4.3rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #F2F2F2;
    padding: 0.3rem 0.15rem;
    transition: all 0.5s;
}
.indexCore2 .core2L .core2Txt1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.25rem;
    text-align: center;
    margin-top: 0.16rem;
}
.indexCore2 .core2Hr{
    width: 0.01rem;
    height: 0.3rem;
    background: #3CC6E9;
    margin: 0.17rem auto;
}
.indexCore2 .core2Txt2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #9D9D9D;
    line-height: 0.25rem;
    text-align: center;
}
.indexCore2 .core2L:hover{
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
}
.indexSub{
    background-image: url(../img/Subm_bg.png);
    background-size: 100% 100%;
    padding-top: 1.04rem;
    padding-bottom: 1.34rem;
}
.indexSub .subTitle{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    text-align: center;
}
.indexSub .subPro{
    padding-top: 1.37rem;
}
.indexSub .subProBox1{
    width: 2.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.indexSub .subProBox1I{
    position: relative;
}
.indexSub .subProBox1 .subProNum{
    width: 0.38rem;
    height: 0.38rem;
    background: #C5C6C7;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.38rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
}
.indexSub .subProBox1 .subProIcon img{
    width: 0.48rem;
    height: 0.48rem;
}
.indexSub .subProBox1 .subProIcon .img2{
    display: none;
}
.indexSub .subProBox1 .subProIcon{
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.indexSub .subProBox2{
    margin-top: 0.74rem;
}
.indexSub .subProBox2 img{
    width: 0.38rem;
    height: 0.28rem;
}
.indexSub .subProIconI{
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: #1D76BB;
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93,140,42,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    transition: all 0.5s;
}
.indexSub .subProIconI::before{
    content: '';
    width: 1.43rem;
    height: 1.43rem;
    display: block;
    border-radius: 50%;
    background: #1D76BB;
    opacity: 0.15;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all 0.5s;
}
.indexSub .subProIconI::after{
    content: '';
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    background: rgba(255,255,255,0);
    border: 0.01rem solid #A5D8FF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: all 0.5s;
}
.indexSub .subProBox1T{
    margin-top: 0.57rem;
}
.indexSub .subProBox1T .subProBox1T1{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.25rem;
    text-align: center;
    margin-bottom: 0.14rem;
}
.indexSub .subProBox1T .subProBox1T2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.14rem;
    color: #626262;
    line-height: 0.2rem;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}
.indexSub .subProBox1:hover .subProBox1T2{
    opacity: 1;
}
.indexSub .subProBox1:hover .subProNum{
    background: #3CC6E9;
}

.indexSub .subProBox1:hover .subProIconI{
    background: #FFFFFF;
}
.indexSub .subProBox1:hover .subProIconI .img2{
    display: block;
}
.indexSub .subProBox1:hover .subProIconI .img1{
    display: none;
}
.indexSub .subProBox1:hover .subProIconI::before{
    display: none;
}
.indexSub .subProBox1:hover .subProIcon::after{
    content: '';
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    background: #1D76BB;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.indexJion{
    background-image: url(../img/join_bg.png);
    background-size: 100% 100%;
    padding: 1.5rem 0;
}
.indexJion .joinBox1{
    width: 5.71rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.4rem;
    color: #000000;
    line-height: 0.56rem;
}
.indexJion .joinBox2 div{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #676767;
    line-height: 0.36rem;
}
.indexJion .joinBox2 div span{
    color: #000000;
}


.swiper .swiper-slide:hover .txt-2{
        opacity:0.9;
        transform: translateY(0);
    }
    .thumbnail{
        width: 2.74rem;
        height: 3.61rem;
    }
    .swiper_button{
        width: 0.4rem;
        height: 100%;
        display: flex;
        align-items: center;
        
    }
   
    .buttonimg{
        width: 0.4rem;
        height: 0.4rem;
    }
    .active-img{
        width: 0.4rem;
        height: 0.4rem;
        z-index: 999;
        display: none;
    }
    .bnt:hover .buttonimg{
        display: none;
        cursor: pointer;
    }
    .bnt:hover .active-img{
        display: block;
        cursor: pointer;
    }
    .txt{
        width: 2.74rem;
        height: 0.58rem;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: 0.58rem;
        z-index: 888;
        background: #000000;
        border-radius: 0rem 0rem 0.1rem 0.1rem;
        opacity: 0.4;
        font-family: Arial, Arial;
        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
        line-height: 0.6rem;
        text-align: center;
        font-style: normal;
    }
    .txt-2{
        width: 2.74rem;
        height: 3.61rem;
        background: #243970;
        border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
        opacity: 0.9;
        position: absolute;
        z-index: 999;
        bottom: 0rem;
        padding-left: 0.28rem;
        padding-top: 0.42rem;
        transition: all 0.6s;
        /*display: none;*/
        opacity: 0;
        transform: translateY(100%);
        transition: all 0.6s;
    }
    .txt-2 > h2{
        width: 2.2rem;
        
        font-family: Arial, Arial;
        font-weight: bold;
        font-size: 0.18rem;
        color: #FFFFFF;
        line-height: 0.6rem;
        font-style: normal;
        text-transform: none;
        border-bottom: 0.01rem solid #FFFFFF;
    }
    .txt-2-1{
        margin-top: 0.11rem;
        display: block;
        color: white;
        font-family: Poppins, Poppins;
        font-weight: 600;
        font-size: 0.16rem;
        line-height: 0.2rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .txt-2-2{
        margin-top: 0.11rem;
        font-family: Poppins, Poppins;
        font-weight: 300;
        font-size: 0.16rem;
        color: white;
        line-height: 0.2rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    @media screen and (max-width: 1024px){
        .t1{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .indexSub .subProBox2{
            display: none;
        }
        .indexJion .joinBox2 div span{
            font-size: 1em;
        }
        .indexSwiper .swiper-button-next{
            display: none;
        }
        .indexSwiper .swiper-button-prev{
            display: none;
        }
        .indexSwiper .more{
            margin-top: 0.3rem;
        }
        .indexSwiper .bannerTxt1{
            height: 1.45rem;
            font-size: 0.24rem;
            overflow: hidden;
            margin-top: 0.13rem;
        }
        .indexSwiper .bannerti1{
            margin-top: 0.4rem;
        }
        .indexCore{
            width: 100%;
        }
        .swiper_button {
            display: none;
        }
        .ydd{
            margin-left: 0.1rem;
        }
        .indexSwiper .bannerTxt > p:nth-of-type(1){
            margin-top: 0.4rem;
        }
    }
  