*{
    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{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #EAF3F0;
}
.header{
    box-sizing: border-box;
    width: 100%;
    height: 704px;
    background-color: #007366;
    background-image: url(../image/001.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;
}
.headerBannerBox{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerBannerBoxLeft{
    width: 801px;
    box-sizing: border-box;
    margin-top: 70px;
}
.headerBannerBoxLeftTitle{
    font-family: Impact;
    font-size: 55px;
    color: #FEFEFE;
    line-height: 79px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.headerBannerBoxLeftText{
    margin-top: 46px;
    font-family: Adobe Heiti Std;
    font-size: 21px;
    color: #FEFEFE;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.headerBannerBoxRight{
    box-sizing: border-box;
    width: 646px;
    height: 645px;
}
.headerBannerBoxRight img{
    width: 100%;
    height: 100%;
}
.sectionOne{
    width: 100%;
    height: 457px;
    box-sizing: border-box;
    margin-top: 40px;
}
.sectionOneBanner{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 53px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.sectionOneBannerLeft{
    width: 495px;
    height: 100%;
    box-sizing: border-box;
    background-image: url(../image/02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.sectionOneBannerRight{
    flex: 1;
}
.sectionOneBannerRightTitle{
    width: 520px;
    /* font-family: Adobe Heiti Std; */
    font-size: 47px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionOneBannerRightText{
    font-family: Adobe Heiti Std;
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionTwo{
    width: 100%;
    height: 647px;
    box-sizing: border-box;
    margin-top: 40px;
}
.sectionTwoBanner{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin:0 auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 50px;
}
.sectionTwoBannerLeft{
    width: 651px;
    height: 647px;
    box-sizing: border-box;
    background-image: url(../image/03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.sectionTwoBannerRight{
    flex: 1;
    box-sizing: border-box;
    padding-top: 70px;
}
.sectionTwoBannerRightTitle{
    /* font-family: Adobe Heiti Std; */
    font-size: 27px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.sectionTwoBannerRightLabel{
    width: 100%;
    display: flex;
    align-items: top;
    margin-top: 30px;
    gap: 20px;
}
.sectionTwoBannerRightLabelCirle{
    width: 18px;
    height: 18px;
}
.sectionTwoBannerRightLabelCirle>img{
    width: 100%;
}
.sectionTwoBannerRightLabelText{
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.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;
}