.about-btn2022 {
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    margin-left: -3.15rem;
    width: 6.3rem;
    height: 0.9rem;
    border-radius: 0.45rem;
    background: #5bb76b;
}

.about-btn-div {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 0.9rem;
}

.about-btn-one {
    padding: 0.27rem 0;
    width: 100%;
    height: 100%;
}

.about-btn-one span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.36rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.3rem;
    color: #fff;
}

.about-btn-div + .about-btn-div .about-btn-one span {
    border-left: 0.02rem solid #fff;
}

.about-btn-div > ul {
    position: absolute;
    bottom: 0.9rem;
    height: 0;
    padding: 0 0.5rem;
    width: 100%;
    opacity: 0;
    overflow: hidden;
}

.about-btn-div.showUl > ul {
    transition: all 1s;
    height: auto;
    opacity: 1;
}

.about-btn-div > ul li {
    display: block;
    padding: 0 0.1rem;
    background: rgba(0, 0, 0, .6);
}

.about-btn-div > ul li a {
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
}

.about-btn-div > ul li + li a {
    border-top: 0.01rem solid #9ba0a6;
}

.maskTop {
    width: 100%;
    height: 1.96rem;
}

.maskTop2 {
    width: 100%;
    height: .96rem;
}

.group-btnlist {
    z-index: 99;
    position: fixed;
    top: 0.96rem;
    width: 100%;
    height: 1rem;
}

.group-btnlist .group-btn {
    float: left;
    background: #fff;
    width: 50%;
    height: 1rem;
}

.group-btnlist .group-btn.active {
    position: relative;
    background: #009549;
}

.group-btnlist .group-btn.active::before {
    position: absolute;
    display: block;
    content: '';
    bottom: -0.28rem;
    left: 50%;
    margin-left: -0.14rem;
    width: 0px;
    height: 0px;
    border: 0.14rem solid #059950;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.group-btnlist .group-btn a {
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: no-repeat;
    color: rgba(178, 178, 178, .5);
    font-size: 0.28rem;
    text-align: center;
}

.group-btnlist .group-btn.active a {
    color: rgba(255, 255, 255, .5);
}

.group-btnlist .group-btn a span {
    color: rgba(0, 0, 0, 1);
}

.group-btnlist .group-btn.active a span {
    color: rgba(255, 255, 255, 1);
}

.group-list {
    padding-bottom: 1.1rem;
    width: 100%;
    height: auto;
}

.group-box {
    padding-bottom: 5.65rem;
    padding-top: 0.7rem;
    width: 100%;
    height: auto;
    background: #f8f8f8 url(../../../images/mtweb/about-wh-bg.png) bottom center no-repeat;
    background-size: 100% auto;
}

.group-txt {
    padding: 0.3rem 0.4rem 0 0.4rem;
    text-align: justify;
}
#group-org-txt {
    margin-top: .2rem;
}

.group-txt p {
    line-height: 0.48rem;
    color: #000;
    letter-spacing: 0.02rem;
    font-size: 0.28rem;
    text-indent: 2em;
}

.group-txt p img {
    max-width: 90%;
}

.group-img {
    margin-top: 0.3rem;
    font-size: 0;
}

.group-img img {
    width: 100%;
    height: auto
}

.scrollTop3 {
    padding-top: 0.3rem;
}

#group .swiper-slide {
    padding: 0 12%;
}

#group .swiper-slide > div {
    padding: .2rem .15rem .2rem .6rem;
    position: relative;
    line-height: .42rem;
    font-size: .28rem;
}

#group .swiper-slide > div i {
    position: absolute;
    left: 0px;
    display: block;
    width: .52rem;
    height: .42rem;
    background: url(../../../images/pcweb/icon-xunzhang.png) right center no-repeat;
    background-size: .28rem .35rem;
}

.group-prev {
    top: 50%;
    left: 0.2rem;
    margin-top: -.45rem;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../../../images/pcweb/icon-btn-left2.png);
    background-size: 100% 100%;
}

.group-next {
    top: 50%;
    left: auto;
    right: 0.2rem;
    margin-top: -.45rem;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../../../images/pcweb/icon-btn-right2.png);
    background-size: 100% 100%;
}