*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

body{
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}
.header{
    width: 100%;
    height: 500px;
    background-image: url(../images/contact.png);
    background-size: 100% 100%;
}
.headerBanner{
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.headerLeft{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.headerLeft img{
    width: 52px;
    height: 52px;
}
.header span{
    margin-top: 10px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 19px;
    color: #000000;
}
.headerRight ul{
    display: flex;
    align-items: center;
    gap: 30px;
    line-height: 84px;
}
.headerRight ul li a{
    font-family: Adobe Heiti Std;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
}
.content{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 70px;
}
.contentTitle{
    width: 704px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 42px;
    color: #000000;
    line-height: 69px;
}
.contentBox{
    height: 83px;
    width:600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
}
.contentLeft{
    width: 83px;
}
.contentRight{
    flex: 1;
}
.contentRight div{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}
.banner{
    width: 100%;
    height: 630px;
    margin-top: 100px;
    margin-bottom: 90px;
}
.bannerBox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bannerBoxLeft{
    width: 679px;
    height: 602px;
    background-image: url(../images/contactBanner.png);
    background-size: 100% 100%;
}
.bannerBoxLeft>img{
    width: 949px;
    height: 702px;
}
.bannerBoxRight{
    width: 440px;
    height: 730px;
}
.bannerBoxRightTitle{
    width: 100%;
    text-align: center;
    height: 100%;
    height: 23px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 24px;
}
.bannerBoxRightTitleLine{
    width: 40px;
    height: 2px;
    background: #48B43D;
    margin: 0 auto;
    margin-top: 30px;
}
.bannerBoxRightText p{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
}
.footer{
    width: 100%;
    height: 260px;
    background: #434343;
    box-sizing: border-box;
    padding-top: 58px;
    cursor: pointer;
}
.footerBanner{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.footerBannerTop{
    text-align: center;
    width: 100%;
}
.footerBannerTop ul{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.footerBannerTop ul li{
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
}
.footerBannerLogo{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 19px;
    color: #FFFFFF;
}
.footerBannerLogo img{
    width: 52px;
}
.footerBannerLogo span{
    color: #FFF;
}
.footerBannerContent{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
}
.footerBannerContent div{
    color: #FFF;
    margin-top: 10px;
}
.footer-copyright{
    text-align: center;
    padding: 17px 0;
    border-top: 1px solid #666666;
    background-color: #434343;
}

.footer-copyright p{
    font-size: 14px;
    color: #999;
}
