*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.banner{
    width: 12rem;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    height: 1rem;
}
.navBanner{
    display: flex;
    width: 14rem;
    align-items: center;
    justify-content: space-between;
    line-height: 1rem;
    margin: 0 auto;
}
.navBannerLeft{
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #666666;
}
.navBannerRight{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #666666;
}
.navBannerRightLabelLink{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.24rem;
    color: #666666;
}
.midBanner{
    width: 100%;
    height: 6.4rem;
    background-image: url(../image/girle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center ;
    padding-top: 0.01rem;
}
.midBannerBox{
    width: 13rem;
    margin: 0 auto;
    height: 7rem;
    margin-top: 0.3rem;
}
.midBannerTitle{
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 0.66rem;
    text-align: center;
    margin-top: 0.4rem;
}
.midBannerText{
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 0.26rem;
    text-align: center;
    margin-top: 0.18rem;
    line-height: 0.36rem;
}
.we{
    width: 100%;
    height: 7rem;
    box-sizing: border-box;
    margin-top: 0.5rem;
    z-index: 9;
    position: relative;
}
.weBox{
    width: 13rem;
    height: 7rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.weBoxLeft{
    width: 8.5rem;
    height: 7rem;
}
.weBoxLeftTitle{
    color: #676767;
    font-size: 0.56rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
.weBoxLeftText{
    text-align: left;
    font-size: 0.38rem;
    color: #676767;
}
.weBoxRight{
    width: 4.3rem;
    box-sizing: border-box;
    overflow: hidden;
}
.bottom{
    width: 100%;
    height: 3rem;
    background-color: #6F9073;
    padding-top: 0.01rem;
    margin-top: -0.8rem;
    z-index: 99;
    position: relative;
}
.bottomBox{
    width: 13rem;
    height: 3rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabel{
    width: 6rem;
    height: 3rem;
    color: #FFF;
    font-size: 0.18rem;
    cursor: pointer;
}
.bottomBoxLabelTitle{
    color: #FFF;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.bottomBoxLabelBox{
    margin-bottom: 0.06rem;
    color: #FFF;
    font-size: 0.16rem;
    cursor: pointer;
}
.copyRight{
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #EBEFEB;
    font-size: 0.16rem;
}
.test{
    width: 100%;
    height: 0.4rem;
    background-color: #6F9073;
}