.about-ban {
    position: relative;
    padding-top: 4.95rem;
}
.about-ban .ban-box {
    position: absolute;
    display: flex;
    top: 2.6rem;
    left: 0;
    width: 100%;    
}
.about-ban .ban-box .pic {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.about-ban .ban-box .pic .logo {
    width: 3.7rem;
}
.about-ban .ban-box .txt {
    width: 58%;
}
.about-ban .ban-box .txt h3 {
    color: var(--color-primary);
}
.about-ban .ban-box .txt>p {
    margin: 0.6rem 0;
}
.about-ban .ban-box .txt .icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.about-ban .ban-box .txt .icons .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 auto;
    width: calc(33.333% - 0.4rem);
}
.about-ban .ban-box .txt .icons .item .icon {
    width: 0.48rem;
}
.about-ban .ban-box .txt .icons .item .val {
    display: flex;
    align-items: center;
}
.about-ban .ban-box .txt .icons .item .val .num {
    color: var(--color-primary);
}
.abox1 {
    padding: 0.7rem 0;
}
.abox1 .swiper {
    position: relative;
    width: 100%;
    height: 5.62rem;
}
.abox1 .swiper .swiper-slide {
    display: flex;
    align-items: center;
    position: relative;
    /*width: 40%;*/
    width: 50%;
    cursor: pointer;
    border-radius: 0.16rem;
    overflow: hidden;
}
.swiper-slide-myscale {
    transform: scale(.7);
    border-radius: 0.16rem;
    overflow: hidden;
}
.swiper-slide-myscale video {
    width: 100%;
}
.abox1 .swiper .swiper-slide-active .swiper-slide-myscale {
    transform: scale(1);
}
.abox1 .swiper .swiper-slide .mock {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, background 0.3s ease;
    cursor: pointer;
}
.abox1 .swiper .swiper-slide .mock img {
    width: 0.7rem;
    transition: transform 0.3s ease;
}
.abox1 .swiper .swiper-slide:hover .mock {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}
.abox1 .swiper .swiper-slide:hover .mock img {
    transform: scale(1.1);
}
.abox1 .swiper .swiper-slide-active {
    width: 50%;    
}
.abox1 .swiper .swiper-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
    background: #fff;
    cursor: pointer;
    z-index: 10;
}
.abox1 .swiper .swiper-button:hover {
    background: var(--color-primary);
}
.abox1 .swiper .swiper-button:hover img {
    filter: var(--imgwhite);
}
.abox1 .swiper .swiper-button img {
    width: 0.15rem;
}
.abox1 .swiper .swiper-prev {
    /*left: 25%;*/
    left: 20%;
}
.abox1 .swiper .swiper-next {
    /*right: 15%;*/
    right: 20%;
    transform: translate(0, -50%) rotate(180deg);
}

.abox2 {
    height: 7.67rem;
    padding-top: 0.4rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.abox2 .abox2-top-swiper {
    margin: 0.6rem 0;
}
.abox2 .abox2-top-swiper .swiper-slide {
    position: relative;
    width: 3.2rem;
    opacity: 0.4;
    cursor: pointer;
}
.abox2 .abox2-top-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 36%;
    width: 6.95rem;
    height: 0.05rem;
    background: url(../images/icon/icon16_1.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
}
.abox2 .abox2-top-swiper .swiper-slide .date {
    text-align: center;
    color: var(--color-primary);
}
.abox2 .abox2-top-swiper .swiper-slide .txt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.abox2 .abox2-top-swiper .swiper-slide .txt::before {
    position: relative;
    top: 0.08rem;
    content: '';
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    margin-right: 0.1rem;
    border-radius: 50%;
    background: var(--color-primary);
}
.abox2 .abox2-top-swiper .swiper-slide p {
    flex: 1;
}
.abox2 .abox2-top-swiper .swiper-slide-active {
    opacity: 1;
}
.abox2 .abox2-bot-swiper {
    height: 2rem;
}
.abox2 .abox2-bot-swiper .swiper-slide {
    position: relative;
    width: 1.8rem;
    cursor: pointer;
}
.abox2 .abox2-bot-swiper .swiper-slide .txt {
    position: relative;
    top: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.abox2 .abox2-bot-swiper .swiper-slide .icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.abox2 .abox2-bot-swiper .swiper-slide .txt .cir {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
}
.abox2 .abox2-bot-swiper .swiper-slide::after {
    content: '';
    position: absolute;
    top: 40%;
    left: 105%;
    transform: translate(0, -50%);
    width: 1.36rem;
    height: 0.24rem;
    background: url(../images/icon/icon16_2.png) no-repeat center center;
    background-size: cover;
}
.abox2 .abox2-bot-swiper .swiper-slide-active .icon {
    display: block;
}
.abox2 .abox2-bot-swiper .swiper-slide-active .txt p {
    color: #333;
}
.abox2 .abox2-bot-swiper .swiper-slide-active .txt .cir {
    background: var(--color-primary);
}

.abox3 {
    padding: 1.5rem 0 1rem;
    background: #f9f9f9;
}
.abox3 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    aspect-ratio: 1680 / 634;
    border-radius: 0.16rem;
    background: #fff;
    overflow: hidden;
    margin-top: 0.5rem;
}
.abox3 .content .txt {
    width: 50%;
    height: 100%;
    padding: 0.9rem 0.8rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    direction: rtl;
}
.abox3 .content .txt > * {
    direction: ltr;
}

.abox3 .content .txt::-webkit-scrollbar {
    width: 0.1rem;
}
.abox3 .content .txt::-webkit-scrollbar-track {
    background: #f9f9f9;
}
.abox3 .content .txt::-webkit-scrollbar-thumb {
    background: var(--color-primary);
}
.abox3 .content .txt::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.abox3 .content .txt .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    transition: all 0.3s ease;
}
.abox3 .content .txt .item:last-child {
    border-bottom: none;
}
.abox3 .content .txt .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.abox3 .content .txt .item .top .icon {
    width: 0.4rem;
}
.abox3 .content .txt .item .top h6 {
    flex: 1;
    padding-left: 0.1rem;
}
.abox3 .content .txt .item .top .def {
    width: 0.15rem;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.abox3 .content .txt .item .top .act {
    width: 0.15rem;
    display: none;
    opacity: 0;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.abox3 .content .txt .item p {
    display: none;
    width: 100%;
    text-align: left;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 0;
}
.abox3 .content .txt .item.on {
    border-bottom: 2px solid var(--color-primary);
}
.abox3 .content .txt .item:last-child.on {
    border-bottom: none;
}
.abox3 .content .txt .item.on .top .act {
    display: block;
    opacity: 1;
    transform: rotate(180deg);
}
.abox3 .content .txt .item.on .top .def {
    display: none;
    opacity: 0;
    transform: rotate(-180deg);
}
.abox3 .content .txt .item.on p {
    display: block;
    opacity: 1;
    max-height: 2rem;
    margin-top: 0.2rem;
}
.abox3 .content .pic {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abox3 .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abox4 {
    padding: 0.5rem 0 1rem;
}
.abox4 .news {
    margin-top: 0.5rem;
    position: relative;
    padding-bottom: 0.6rem;
}
.abox4 .news .swiper-wrapper {
    align-items: stretch;
}
.abox4 .news .swiper-slide {
    width: calc((100% - 0.9rem) / 3);
    height: auto;
}
.abox4 .news .item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.16rem;
    overflow: hidden;
    cursor: auto;
}
.abox4 .news .item[target="_blank"] {
    cursor: pointer;
}
.abox4 .news .item .pic {
    width: 100%;
    aspect-ratio: 530 / 353;
    overflow: hidden;
}
.abox4 .news .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.abox4 .news .item .txt {
    padding: 0.2rem;
}
.abox4 .news .item:hover {
    box-shadow: 0px 0px 76.7px 0px #00000012;
}
.abox4 .news .item:hover .pic img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.abox4 .news .news-pagination {
    position: relative;
    margin-top: 0.5rem;
    bottom: 0;
}
.abox4 .news .news-pagination .swiper-pagination-bullet {
    width: 0.76rem;
    height: 4px;
    border-radius: 0;
    background: #D9D9D9;
    margin: 0 0.08rem;
}
.abox4 .news .news-pagination .swiper-pagination-bullet-active {
    background: var(--color-primary);
}
/* 进度条样式 */
.abox4 .news .swiper-pagination-progressbar {
    position: relative;
    margin-top: 0.5rem;
    height: 2px;
    background: #D9D9D9;
    border-radius: 2px;
}
.abox4 .news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--color-primary);
    border-radius: 1px;
}
.abox5 {
    padding: 0.5rem 0 1rem;
}
.abox5 img {
    width: 100%;
}
.abox6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 6rem;
    padding: 0.5rem 0 1rem;
    margin-bottom: 2.4rem;
    border-radius: 0.16rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
