*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.banner{
    width: 1200px;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    height: 100px;
}
.navBanner{
    display: flex;
    width: 1400px;
    align-items: center;
    justify-content: space-between;
    line-height: 100px;
    margin: 0 auto;
}
.navBannerLeft{
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #666666;
}
.navBannerRight{
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #666666;
}
.navBannerRightLabelLink{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #666666;
}
.midBanner{
    width: 100%;
    height: 640px;
    padding-top: 1px;
    /* 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: 1300px;
    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 -60px;
     position: relative;
}
.midBannerBoxButton{
    display: flex;
    align-items: center;
    justify-content: right;
    box-sizing: border-box;
    gap: 40px;
    margin-top: 50px;
    margin-right: 300px;
    position: absolute;
    bottom: 80px;
}
.midBannerBoxButtonLabel{
    width: 266px;
    height: 48px;
    background-color: #FFFFFF;
    opacity: 0.5;
    border-radius: 86px;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 48px;
    color: #608164;
    line-height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.midBannerTitle{
    font-size:88px;
    font-weight: 900;
    font-weight: bold;
    margin-top: 40px;
    font-family: Arial, Arial;
    color: #608164;
}
.hideBox{
    width: 100%;
    display: flex;
    height: 380px;
    justify-content: space-between;
   
}
.midBannerText{
    width: 980px;
    margin-top: 30px;
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #666666;
    line-height: 50px;
}
.hideImg{
    width: 320px;
    background-image: url(../image/copy.png);
    /* background-image: url(../image/newBanner.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center 20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#certify {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.slider-container {
    height: 500px;
    margin: 50px auto;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

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

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

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

.slide p {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.slider-txt {
    width: 880px;
    margin: 0 auto;
    position: relative;
}

.slide-txt-item{
    width: 880px;
    background-color: #d6ecd7;
    border-radius: 30px;
    position: absolute;
    padding: 20px 50px;
    opacity: 0;
    transition: opacity 1s ease;
}

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

.slide-txt-item h3{
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #667f69;;
    font-weight: bold;
}

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

.pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.pagination-bullet {
    width: 10px;
    height: 10px;
    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: 600px;
}
.loanBox{
    width: 1300px;
    height: 600px;
    margin: 0 auto;
    margin-top: 50px;
}
.loanBoxTitle{
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
}
.loanBoxContact{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    font-family: PingFangSC, PingFang SC;
}
.loanBoxContactLabel{
    width: 400px;
    height: 500px;
    background-color: #D0E8D0;
    border-radius: 40px;
}
.loanBoxContactLabelImg{
    width: 120px;
    height: 120px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.loanBoxContactLabelText{
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 22px;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #6D6F6D;
    line-height: 35px;
}
.introduce{
    width: 100%;
    height: 677px;
    margin-top: 50px;
    padding-top: 1px;
    background-image: url(../image/bannerHome.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.introduceBox{
    width: 1300px;
    margin: 0 auto;
    height: 500px;
    display: flex;
    justify-content: right;
    justify-content: space-between;
    margin-top: 120px;
}
.introduceBoxImg{
    width: 560px;
    height: 500px;
    background-image: url(../image/time.png);
    background-size: 95% 95%;
    background-repeat: no-repeat;
    background-position: center;
}
.introduceBoxText{
    width:680px;
    height: 500px;
}
.introduceBoxTextTitle{
    font-size: 46px;
    font-size: 500;
    color: #FFF;
    font-family: Arial, Arial;
    font-weight: 900;
}
.introduceBoxTextContext{
    font-size: 18px;
    margin-top: 40px;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #D7EDD6;
    line-height: 40px;
}
.bills{
    margin-top: 50px;
    width: 100%;
    height: 700px;
    background-color: #608164;
    /* padding-top: 1px; */
}
.billsBanner{
    width: 100%;
    background-color: #FFF;
}
.billsBox{
    width: 1300px;
    height: 700px;
    margin: 0 auto;
    /* margin-top: 90px; */
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
}
.billsBoxText{
    width: 700px;
}
.billsBoxRight{
    margin-top: 70px;
    width: 550px;
    height: 500px;
    background-image: url(../image/bill.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.billsBoxTextTitle{
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    font-family: Arial, Arial;
    font-weight: 900;
    color: #608164;
    line-height: 55px;
    box-sizing: border-box;
    padding-top: 40px;
}
.billsBoxTextContent{
    margin-top: 40px;
}
.billsBoxTextContent{
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #858685;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
}
.bottomTop{
    margin-top: 50px;
    width: 100%;
    height: 150px;
    background-color: #D1E8D0;
}
.bottom{
    width: 100%;
    height: 300px;
    background-color: #6F9073;
    padding-top: 1px;
}
.bottomBox{
    width: 1300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabel{
    width: 600px;
    height: 300px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
}
.bottomBoxLabelTitle{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottomBoxLabelBox{
    margin-bottom: 6px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}
.copyRight{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #EBEFEB;
    font-size: 16px;
}
.test{
    width: 100%;
    height: 40px;
    background-color: #6F9073;
}