*{
    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;
}
.box{
    width: 100%;
    height: 4700px;
    /* background-image: url(../image/privacyBanneer.png);
    background-size: 100% 4750px; 
    background-position: top center;
    background-repeat: repeat; */
    background: #CDF0CD;
    
}
.boxBanner{
    width: 100%;
    /* height: 1300px; */
    background: #CDF0CD;
    opacity: 0.6;
    padding-top: 1px;
}
.boxBannerContent{
    width: 1300px;
    /* height: 1300px; */
    margin: 0 auto;
    margin-top: 100px;
    background-color: #FFF;
    opacity: 0.7;
    border-radius: 32px;
    box-shadow: 0px 2px 4px 0px #78C678;
    padding: 20px;
}
.bottom{
    width: 100%;
    height: 300px;
    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;
}
.test{
    width: 100%;
    height: 40px;
    background-color: #6F9073;
}