*{
    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%;
}
.container{
    background-color: #010509;
    width: 100%;
    height: 100%;
}
.header{
    box-sizing: border-box;
    width: 100%;
    height: 801px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 28px;
}
.headerBanner{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.nav{
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navLeft{
    width: 63px;
    height: 50px;
}
.navRight{
    box-sizing: border-box;
}
.navRight ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
.navRight ul li a{
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 17px;
}
.login{
    display: block;
    width: 155px;
    height: 51px;
    margin-left: 80px;
    text-align: center;
    line-height: 51px;
    background-image: url(../images/login.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.navTitle{
    margin-top: 123px;
    text-align: center;
    font-family: Adobe Heiti Std;
    color: #FFFFFF;
    font-size: 56px;
}
.navBox{
    box-sizing: border-box;
    width: 100%;
    height: 274px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 84px;
    margin-top: 300px;
}
.navBoxLabel{
    width: 367px;
    height: 274px;
    background-image: url(../images/titleBanner.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    padding: 41px;
}
.navBoxLabelTitle{
    font-family: Adobe Heiti Std;
    font-size: 29px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
}
.navBoxLabelText{
    margin-top: 25px;
    font-family: Adobe Heiti Std;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.navBoxLabelImg{
    width: 100%;
    display: flex;
    justify-content: right;
}
.navBoxLabelImg img{
    width: 48px;
    height: 48px;
}
.content{
    width: 100%;
    height: 1100px;
    box-sizing: border-box;
    padding-top: 200px;
}
.contentBanner{
    width: 1200px;
    margin: 0 auto;
    height: 1000px;
}
.contentBannerBtn{
    margin: 0 auto;
    width: 127px;
    height: 34px;
    background: #261D15;
    border-radius: 17px 17px 17px 17px;
    color: #FFF;
    text-align: center;
    line-height: 34px;
    font-family: Adobe Heiti Std;
    font-size: 19px;
}
.contentBannerTitle{
    margin-top: 30px;
    text-align: center;
    font-family: Adobe Heiti Std;
    font-size: 39px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.contentBox{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contentBoxLeft{
    box-sizing: border-box;
    width: 588px;
    height: 646px;
    background-image: url(../images/contentOne.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 24px;
    padding-right: 25px;
    position: relative;
}
.contentBoxLeftTitle{
    position: absolute;
    top: 280px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 28px;
}
.contentBoxLeftText{
    position: absolute;
    top: 330px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 22px;
    word-wrap: break-word;
  	white-space: normal;
    width: 90%;
}
.contentBoxRight{
    width: 588px;
    height: 646px;
}
.contentBoxRightTop{
    width: 588px;
    height: 310px;
    background-image: url(../images/contentFour.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    box-sizing: border-box;
    padding: 25px;
}
.contentBoxRightTopTitle{
    position: absolute;
    top: 20px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 28px;
}
.contentBoxRightTopText{
    position: absolute;
    top: 80px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 28px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 22px;
    word-wrap: break-word;
  	white-space: normal;
    width: 90%;
}
.contentBoxRightBottom{
    margin-top: 26px;
    width: 588px;
    height: 310px;
    background-image: url(../images/contentThree.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    box-sizing: border-box;
    padding: 25px;
}
.contentBoxRightBottomTitle{
    position: absolute;
    top: 20px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 28px;
}
.contentBoxRightBottomText{
    position: absolute;
    top: 80px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 28px;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 22px;
    word-wrap: break-word;
  	white-space: normal;
    width: 90%;
}
.mid{
    width: 100%;
    box-sizing: border-box;
    height: 1080px;
    background-image: url(../images/midBanner.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.midBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}
.midBannerLeft{
    width: 105px;
    height: 513px;
    writing-mode: vertical-rl; /* 从右到左垂直书写 */
    text-orientation: upright; /* 文字方向保持竖直 */
    font-size: 141px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #525252;
    margin-left: 50px;
}
.midBannerRight{
    margin-right: 40px;
    flex: 1;
}
.midBannerRightTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.midBannerRightTitleLeft{
    width: 120px;
    height: 104px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 140px;
    color: #525252;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.midBannerRightTitleRight{
    box-sizing: border-box;
    /* margin-left: 30px; */
    margin-top: 45px;
}
.midBannerRightTitleRightTop{
    width: 217px;
    height: 45px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.midBannerRightTitleRightTops{
    margin-top: 20px;
    color: #E1B656;
}
.midBannerRightCircle{
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.midBannerRightCircleOne{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFF;
    margin-bottom: 30px;
}
.midBannerRightCircleTwo{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #E1B755;
    margin-bottom: 40px;
}
.midBannerRightBtn{
    width: 203px;
    height: 48px;
    border-radius: 23px 23px 23px 23px;
    border: 2px solid #E1B755;
    line-height: 48px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}
.midBannerRightBox{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.midBannerRightBoxTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #E1B755;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}
.midBannerRightBoxTextOne{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.midBannerRightBoxTextTwo{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.midBannerRightBoxTextThree{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.midBannerRightBoxTextFour{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.line{
    width: 100%;
    height: 1100px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.lineBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.lineTop{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lineLabel{
    width: 380px;
    height: 335px;
    background-color: #191917;
    border-radius: 20px 20px 20px 20px;
    box-sizing: border-box;
    padding: 25px;
}
.lineLabelTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lineLabelTopLeft{
    font-size: 100px;
    background: linear-gradient(45deg, #f9a825, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-left: 20px;
}
.lineLabelTopRight{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 33px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: radial-gradient(0deg, #F9EEBB 0%, #E8A659 100%);
}
.lineLabelText{
    font-family: Adobe Heiti Std;
    font-size: 14px;
    color: #FFFFFF;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}
.lineBottom{
    box-sizing: border-box;
    display: flex;
}
.lineBottomLeft{
    width: 660px;
    height: 300px;
    margin-top: 280px;
}
.lineBottomLeftTop{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.lineBottomLeftLabel{
    box-sizing: border-box;
    width: 290px;
    height: 90px;
    background: #1E1E1C;
    border-radius: 20px;
    display: flex;
    box-sizing: border-box;
    /* justify-content: space-between; */
    align-items: center;
    padding: 15px;
}
.lineBottomLeftLabelImg{
    width: 50px;
    margin-right: 20px;
}
.lineBottomLeftLabelTextTop{
    font-family: PingFangSC, PingFang SC;
    color: #FFF;
    font-size: 18px;
}
.lineBottomLeftLabelTextTBottom{
    font-family: PingFangSC, PingFang SC;
    color: #E1B755;
    font-size: 18px;
}
.lineBottomLeftTops{
    margin-left: 40px;
    margin-top: 40px;
}
.lineBottomRight{
    width: 588px;
    height: 588px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.about{
    width: 100%;
    height: 600px;
    box-sizing: border-box;
}
.aboutBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.aboutTitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.aboutLeft{
    box-sizing: border-box;
}
.aboutLeftTop{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #DCB685;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.aboutLeftBottom{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 34px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.aboutRight{
    box-sizing: border-box;
}
.aboutRightTop{
    margin-top: 10px;
    font-family: Adobe Heiti Std;
    font-size: 14px;
    color: #FFF;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
.aboutRightBottom{
    font-family: Adobe Heiti Std;
    font-size: 14px;
    color: #FFF;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}
.aboutBox{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.aboutLabel{
    width: 583px;
    height: 312px;
    border: 1px solid #DCB685;
    border-radius: 20px;
    box-sizing: border-box;
    padding:25px;
    line-height: 26px;
}
.aboutLabelTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #DCB685;
    /* text-align: center; */
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.aboutLabelText{
    color: #FFF;
}
.footer{
    width: 100%;
    height: 400px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    padding-top: 200px;
}
.footerBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footerBannerBox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.footerBannerLeft img{
    width: 185px;
}
.footerBannerRight p{
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #FFF;
    text-align: center;
}