*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}
body{
    font-size: 14px;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #000;
}
ul,li {
    list-style: none;
}
img{
    max-width: 100%;
}
.header{
    box-sizing: border-box;
    width: 100%;
    height: 704px;
    background-image: url(../image/index.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 24px;
}
.headerBanner{
    width: 1200px;
    margin: 0 auto;
    height: 67px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerBannerLeft{
    box-sizing: border-box;
}
.headerBannerLeft>img{
    width: 67px;
    height: 67px;
}
.headerBannerRight{
    box-sizing: border-box;
}
.headerBannerRight ul{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}
.headerBannerRight ul li a{
    font-family: Adobe Heiti Std;
    color: #FFFFFF;
    line-height: 95px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.loginBox{
    margin-left: 90px;
    background: #F5C300;
    width: 114px;
    height: 45px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Adobe Heiti Std;
    font-size: 20px;
    color: #000000;
    font-style: normal;
    text-transform: none;
}
.login{
    color: #000000 !important;
}
.headerContent{
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerContentLeft{
    width: 720px;
    box-sizing: border-box;
}
.headerContentLeftTop{
    font-family: Impact;
    font-size: 55px;
    color: #FEFEFE;
    line-height: 79px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.headerContentLeftBottom{
    font-family: Adobe Heiti Std;
    font-size: 21px;
    color: #FEFEFE;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}
.headerContentRight{
    width: 450px;
    height: 481px;
    box-sizing: border-box;
    background-image: url(../image/indexBanner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.repay{
    box-sizing: border-box;
    padding: 16px;
}
.repayNumber{
    font-family: Adobe Heiti Std;
    font-size: 51px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.repayText{
    font-family: Adobe Heiti Std;
    font-size: 25px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.interst{
    position: absolute;
    right: 0;
    top: 10px;
    box-sizing: border-box;
    padding: 16px;
}
.interstText{
    font-family: Adobe Heiti Std;
    font-size: 25px;
    color: #FFFFFF;
    text-align: right;
    font-style: normal;
    text-transform: none;
    margin-right: 6px;
}
.interstNumber{
    font-family: Adobe Heiti Std;
    font-size: 26px;
    color: #F5C300;
    text-align: right;
    font-style: normal;
    text-transform: none;
}
.sectionOne{
    width: 100%;
    height: 950px;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sectionOneBanner{
    width: 1200px;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
}
.sectionOneBannerTop{
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    gap: 21px;
    /* padding: 30px 20px; */
}
.sectionOneBannerTopLeft{
    width: 400px;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../image/1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px;
    padding-top: 30px;
}
.sectionOneBannerTopLeftTitle{
    font-family: Adobe Heiti Std;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.sectionOneBannerTopLeftText{
    font-family: Adobe Heiti Std;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.sectionOneBannerTopRight{
    flex: 1;
    box-sizing: border-box;
    height: 100%;
}
.sectionOneBannerTopRightTop{
    box-sizing: border-box;
    width: 100%;
    height: 270px;
    background-image: url(../image/2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 20px;
}
.sectionOneBannerTopRightTopTitle{
    width: 400px;
    font-family: Adobe Heiti Std;
    font-size: 26px;
    color: #040000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionOneBannerTopRightTopText{
    width: 400px;
    font-family: Adobe Heiti Std;
    font-size: 16px;
    color: #5D5D5D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.sectionOneBannerTopRightBottom{
    width: 100%;
    height: 306px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 19px;
}
.sectionOneBannerTopRightBottomLeft{
    width: 310px;
    box-sizing: border-box;
    height: 100%;
    background-image: url(../image/3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sectionOneBannerTopRightBottomLeft>span{
    font-family: Adobe Heiti Std;
    font-size: 40px;
    color: #040000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.sectionOneBannerTopRightBottomRight{
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../image/4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 22px;
}
.sectionOneBannerTopRightBottomRightTitle{
    font-family: Adobe Heiti Std;
    font-size: 26px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionOneBannerTopRightBottomRightText{
    font-family: Adobe Heiti Std;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.sectionOneBannerBottom{
    width: 100%;
    box-sizing: border-box;
    height: 243px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.sectionOneBannerBottomLabel{
    background-image: url(../image/5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 610px;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;

}
.sectionOneBannerBottomLabelText{
    width: 320px;
    font-family: Adobe Heiti Std;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionOneBannerBottomLabels{
    width: 568px;
    height: 243px;
    background: #E8F5DA;
    border-radius: 19px 19px 19px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
}
.sectionOneBannerBottomLabelsLeft{
    width: 264px;
    height: 100%;
    box-sizing: border-box;
}
.sectionOneBannerBottomLabelsLeftTop{
    width: 100%;
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionOneBannerBottomLabelsLeftBottom{
    font-family: Adobe Heiti Std;
    font-size: 16px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.sectionOneBannerBottomLabelsRight{
    width: 301px;
    height: 100%;
    background-image: url(../image/6.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.sectionTwo{
    width: 100%;
    height: 1142px;
    background: #214A44;
    box-sizing: border-box;
    border-radius: 53px 53px 53px 53px;
    /* padding-top: 58px; */
}
.sectionTwoBanner{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.sectionTwoTop{
    width: 100%;
    box-sizing: border-box;
    height: 352px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
}
.sectionTwoTopLeft{
    box-sizing: border-box;
}
.sectionTwoTopLeftTitle{
    width: 714px;
    font-family: Adobe Heiti Std;
    font-size: 47px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionTwoTopLeftText{
    width: 699px;
    height: 44px;
    font-family: Adobe Heiti Std;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionTwoTopRight{
    width: 336px;
    height: 352px;
    background-image: url(../image/10.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.sectionTwoBottom{
    width: 1100px;
    height: 680px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
}
.sectionTwoBottomLabel{
    width: 538px;
    height: 329px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 28px 28px 28px 28px;
    box-sizing: border-box;
    padding: 48px 50px;
    text-align: center;
    cursor: pointer;
}
.sectionTwoBottomLabelTitle{
    font-family: Adobe Heiti Std;
    font-size: 26px;
    color: #000000;
    margin-top: 30px;
    font-style: normal;
    text-transform: none;
}
.sectionTwoBottomLabelText{
    margin-top: 20px;
    font-family: Adobe Heiti Std;
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.sectionThree{
    width: 100%;
    box-sizing: border-box;
}
.sectionThreeBanner{
    width: 1200px;
    height: 468px;
    box-sizing: border-box;
    margin: 0 auto;
    background-image: url(../image/12.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 40px;
    position: relative;
}
.sectionThreeBannerBox{
    width: 629px;
    height: 44px;
    font-family: Adobe Heiti Std;
    font-size: 27px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    right: 30px;
    top: 26%;
}
.fooer{
    width: 100%;
    height: 354px;
    background: #007366;
    margin-top: 80px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 60px;
}
.footerText{
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}