*{
    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/contact.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: 39px;
    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;
}
.headerTitle{
    box-sizing: border-box;
    margin-top: 120px;
    width: 572px;
    height: 81px;
    font-family: Adobe Heiti Std;
    font-size: 36px;
    color: #E0B17F;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.headerText{
    width: 572px;
    height: 55px;
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #FFFFFF;
    /* text-align: left; */
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 154px;
}
.contacteMidBanner{
    width: 100%;
    box-sizing: border-box;
    height: 800px;
    background-image: url(../images/12.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.contacteMidBanners{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
    padding-top: 100px;
}
.contacteMidBannersText{
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 100px;
}
.contacteMidBannersText p{
    color: #FFF;
}
.pColor{
    color: #A58658;
    margin-top: 20px;
}
.contactBottom{
    width: 100%;
    height: 800px;
    background-image: url(../images/contactBottomBanner.png);
    background-repeat: no-repeat;
    background-position: center center;
   
}
.contactBottomBanner{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    position: relative;
}
.contactBottomBannerText{
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: right;
    text-align: left;
    color: #FFF;
    font-family: Adobe Heiti Std;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 550px;
}
.contactBottomBannerText p{
    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;
}