*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.banner{
    width: 1200px;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    height: 100px;
}
.navBanner{
    display: flex;
    width: 1400px;
    align-items: center;
    justify-content: space-between;
    line-height: 100px;
    margin: 0 auto;
}
.navBannerLeft{
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #666666;
}
.navBannerRight{
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #666666;
}
.navBannerRightLabelLink{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #666666;
}
.customer{
    width: 100%;
    height: 560px;
    box-sizing: border-box;
    padding-top: 1px;
    background-image: url(../image/contact.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.customerBox{
    width: 1300px;
    height: 400px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.customerBoxLabel{
    width: 520px;
    height: 400px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 2px 4px 0px #729077;
    opacity: 0.8;
}
.customerBoxLabelLogo{
    width: 120px;
    height: 130px;
    margin: 0 auto;
    margin-top: 40px;
}
.customerBoxLabelTitle{
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
}
.customerBoxLabelText{
    box-sizing: border-box;
    text-align: center;
    padding-left: 20px;
    /* letter-spacing: 1px; */
    padding-right: 20px;
    margin-top: 20px;
    font-size: 18px;
}
.bottom{
    width: 100%;
    height: 400px;
    background-color: #6F9073;
    padding-top: 1px;
}
.bottomBox{
    width: 1300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabel{
    width: 600px;
    height: 300px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
}
.bottomBoxLabelTitle{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottomBoxLabelBox{
    margin-bottom: 6px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}
.copyRight{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #EBEFEB;
    font-size: 16px;
}
.bottom{
    width: 100%;
    height: 350px;
    background-color: #6F9073;
}
.bottomBox{
    width: 1300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabelTitle{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottomBoxLabelBox{
    margin-bottom: 6px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}
.copyRight{
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #EBEFEB;
    font-size: 16px;
}
.test{
    width: 100%;
    height: 40px;
    background-color: #6F9073;
}