*{
    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;
}
.midBanner{
    width: 100%;
    height: 640px;
    background-image: url(../image/girle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center ;
    padding-top: 1px;
}
.midBannerBox{
    width: 1300px;
    margin: 0 auto;
    height: 700px;
    margin-top: 30px;
}
.midBannerTitle{
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 66px;
    text-align: center;
    margin-top: 40px;
}
.midBannerText{
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    margin-top: 18px;
    line-height: 36px;
}
.we{
    width: 100%;
    height: 700px;
    box-sizing: border-box;
    margin-top: 50px;
    z-index: 9;
    position: relative;
}
.weBox{
    width: 1300px;
    height: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.weBoxLeft{
    width: 850px;
    height: 700px;
}
.weBoxLeftTitle{
    color: #676767;
    font-size: 56px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 80px;
}
.weBoxLeftText{
    text-align: left;
    font-size: 38px;
    color: #676767;
}
.weBoxRight{
    width: 430px;
    box-sizing: border-box;
    overflow: hidden;
}
.weBoxRight img {
    /* width: 200%; */
    /* margin-left: -210px; */
}
.bottom{
    width: 100%;
    height: 300px;
    background-color: #6F9073;
    padding-top: 1px;
    margin-top: -80px;
    z-index: 99;
    position: relative;
}
.bottomBox{
    width: 1300px;
    height: 300px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabel{
    width: 600px;
    /* text-align: center; */
    height: 300px;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
    /* line-height: 28px; */
}
.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;
}