*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.banner{
  width: 12rem;
  box-sizing: border-box;
}
.nav{
    width: 100%;
    height: 1rem;
}
.navBanner{
    display: flex;
    width: 14rem;
    align-items: center;
    justify-content: space-between;
    line-height: 1rem;
    margin: 0 auto;
}
.navBannerLeft{
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #666666;
}
.navBannerRight{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #666666;
}
.navBannerRightLabelLink{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.24rem;
    color: #666666;
}
.midBanner{
    width: 100%;
    height: 6.4rem;
    padding-top: 0.01rem;
    /* background-image: url(../image/banner.png); */
    /* background-image: url(../image/newBanner.png); */
     background-image: url(../image/black.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #D0E8D0; */
}
.midBannerBox{
    width: 13rem;
    height: 100%;
    margin: 0 auto;
     /* background-image: url(../image/black.png); */
     /* background-image: url(../image/newBanner.png); */
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center -0.6rem;
     position: relative;
}
.midBannerBoxButton{
    display: flex;
    align-items: center;
    justify-content: right;
    box-sizing: border-box;
    gap: 0.4rem;
    margin-top: 0.5rem;
    margin-right: 3rem;
    position: absolute;
    bottom: 0.8rem;
}
.midBannerBoxButtonLabel{
    width: 2.66rem;
    height: 0.48rem;
    background-color: #FFFFFF;
    opacity: 0.5;
    border-radius: 0.86rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.48rem;
    color: #608164;
    line-height: 0.48rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.midBannerTitle{
    font-size:0.88rem;
    font-weight: 900;
    font-weight: bold;
    margin-top: 0.4rem;
    font-family: Arial, Arial;
    color: #608164;
}
.hideBox{
    width: 100%;
    display: flex;
    height: 3.8rem;
    justify-content: space-between;

}
.midBannerText{
    width: 9.8rem;
    margin-top: 0.3rem;
    font-size: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #666666;
    line-height: 0.5rem;
}
.hideImg{
    width: 3.2rem;
    background-image: url(../image/copy.png);
    /* background-image: url(../image/newBanner.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center 0.2rem;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#certify {
    width: 100%;
    height: 8rem;
    position: relative;
    overflow: hidden;
}

.slider-container {
    height: 5rem;
    margin: 0.5rem auto;
    position: relative;
    perspective: 10rem;
    overflow: hidden;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

.slide {
    width: 2.2rem;
    height: 4.37rem;
    position: absolute;
    left: 50%;
    margin-left: -1.1rem;
    transition: all 0.5s ease;
    text-align: center;
    transform-origin: top center;
    cursor: pointer; /* 添加鼠标手型 */
}

.slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
}

.slide p {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #333;
}

.slider-txt {
    width: 8.8rem;
    margin: 0 auto;
    position: relative;
}

.slide-txt-item{
    width: 8.8rem;
    background-color: #d6ecd7;
    border-radius: 0.3rem;
    position: absolute;
    padding: 0.2rem 0.5rem;
    opacity: 0;
    transition: opacity 1s ease;
}

.slide-txt-item.active{
    opacity: 1;
}

.slide-txt-item h3{
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    text-align: center;
    color: #667f69;;
    font-weight: bold;
}

.slide-txt-item p{
    font-size: 0.18rem;
    color: #606c5e;
}

.pagination {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.1rem;
}

.pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s;
}

.pagination-bullet.active {
    background: #000;
}
.loan{
    width: 100%;
    height: 6rem;
}
.loanBox{
    width: 13rem;
    height: 6rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.loanBoxTitle{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 500;
}
.loanBoxContact{
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    font-family: PingFangSC, PingFang SC;
}
.loanBoxContactLabel{
    width: 4rem;
    height: 5rem;
    background-color: #D0E8D0;
    border-radius: 0.4rem;
}
.loanBoxContactLabelImg{
    width: 1.2rem;
    height: 1.2rem;
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 0.3rem;
    text-align: center;
}
.loanBoxContactLabelText{
    width: 3rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    font-size: 0.22rem;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #6D6F6D;
    line-height: 0.35rem;
}
.introduce{
    width: 100%;
    height: 6.77rem;
    margin-top: 0.5rem;
    padding-top: 0.01rem;
    background-image: url(../image/bannerHome.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.introduceBox{
    width: 13rem;
    margin: 0 auto;
    height: 5rem;
    display: flex;
    justify-content: right;
    justify-content: space-between;
    margin-top: 1.2rem;
}
.introduceBoxImg{
    width: 5.6rem;
    height: 5rem;
    background-image: url(../image/time.png);
    background-size: 95% 95%;
    background-repeat: no-repeat;
    background-position: center;
}
.introduceBoxText{
    width:6.8rem;
    height: 5rem;
}
.introduceBoxTextTitle{
    font-size: 0.46rem;
    font-size: 500;
    color: #FFF;
    font-family: Arial, Arial;
    font-weight: 900;
}
.introduceBoxTextContext{
    font-size: 0.18rem;
    margin-top: 0.4rem;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.28rem;
    color: #D7EDD6;
    line-height: 0.4rem;
}
.bills{
    margin-top: 0.5rem;
    width: 100%;
    height: 7rem;
    background-color: #608164;
}
.billsBanner{
    width: 100%;
    background-color: #FFF;
}
.billsBox{
    width: 13rem;
    height: 7rem;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
}
.billsBoxText{
    width: 7rem;
}
.billsBoxRight{
    margin-top: 0.7rem;
    width: 5.5rem;
    height: 5rem;
    background-image: url(../image/bill.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.billsBoxTextTitle{
    font-size: 0.46rem;
    font-weight: 600;
    text-align: center;
    font-family: Arial, Arial;
    font-weight: 900;
    color: #608164;
    line-height: 0.55rem;
    box-sizing: border-box;
    padding-top: 0.4rem;
}
.billsBoxTextContent{
    margin-top: 0.4rem;
}
.billsBoxTextContent{
    font-size: 0.18rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.28rem;
    color: #858685;
    line-height: 0.4rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
}
.bottomTop{
    margin-top: 0.5rem;
    width: 100%;
    height: 1.5rem;
    background-color: #D1E8D0;
}
.bottom{
    width: 100%;
    background-color: #6F9073;
    padding-top: 0.01rem;
}
.bottomBox{
    width: 13rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabel{
    width: 6rem;
    color: #FFF;
    font-size: 0.18rem;
    cursor: pointer;
}
.bottomBoxLabelTitle{
    color: #FFF;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.bottomBoxLabelBox{
    margin-bottom: 0.06rem;
    color: #FFF;
    font-size: 0.16rem;
    cursor: pointer;
}
.copyRight{
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #EBEFEB;
    font-size: 0.16rem;
}
.test{
    width: 100%;
    height: 0.4rem;
    background-color: #6F9073;
}