*{
    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: 1200px;
    padding-top: 24px;
    background-color: #097662;
    background: linear-gradient( 358deg, #F5C300 0%, #498B48 47%, #007366 100%);
}
.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: 1212px;
    height: 961px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 15px 0px 15px 0px #000000;
    border-radius: 88px 88px 88px 0px;
    margin-top: 70px;
    overflow-y: hidden;
    box-sizing: border-box;
    padding: 20px;
}
.headerContentBox{
    width: 100%;
    box-sizing: border-box;
    height: auto;
}
.headerContentTitle{
    width: 100%;
    height: 35px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #010101;
    line-height: 39px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.fooer{
    width: 100%;
    height: 354px;
    background: #007366;
    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;
}