.wrap {
    margin: 0 auto;
}

.index-news-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}

.index-banner {
    width: 6.75rem;
    position: relative;
    flex-shrink: 0;
}

.indexBanner {
    width: 100%;
    height: 3.94rem;
    position: relative;
}

.indexBanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBanner .swiper-slide p {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1.5rem 0 0.15rem;
    background: rgba(0, 0, 0, .5);
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular,
        Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
}

.indexBanner .swiper-pagination {
    width: auto;
    height: 0.5rem;
    bottom: 0 !important;
    right: 0.1rem;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexBanner .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: #D8D8D8;
    opacity: 1;
}

.indexBanner .swiper-pagination-bullet-active {
    background: #1D691B;
}

.index-news {
    flex: 1;
    margin-left: 0.2rem;
}

.index-news-nav-box {
    width: 100%;
    height: 0.52rem;
    background: #1D691B;
    display: flex;
    align-items: center;
}

.index-news-nav {
    flex: 1;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.index-news-nav:first-of-type::after {
    content: '';
    position: absolute;
    width: 0.02rem;
    height: 0.26rem;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-news-nav-box .active {
    font-size: 0.18rem;
    font-weight: bold;
}

.index-news-box {
    margin-top: 0.12rem;
}

.index-news-list {
    display: none;
}

.index-news-list:first-of-type {
    display: block;
}

.index-news-item {
    padding: 0.15rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}

.index-news-item:last-of-type {
    border-bottom: 0;
}

.index-news-item:hover .index-news-p {
    color: #1D691B;
}

.index-news-p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    flex: 1;
}

.index-news-time {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #999999;
    flex-shrink: 0;
    margin-left: 0.35rem;
}

.index-scroll {
    width: 100%;
    margin: 0.4rem auto;
    position: relative;
}

.index-scroll img {
    width: 100%;
    height: auto;
}

.index-scroll p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-Bold,
        MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.index-box {
    display: flex;
    margin: 0.4rem 0;
    justify-content: space-between;
}

.index-video-wrap {
    width: 6.84rem;
    flex-shrink: 0;
}

.index-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #1D691B;
}

.index-nav-box {
    display: flex;
}

.index-nav {
    width: 1.98rem;
    height: 0.5rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.5rem;
    text-align: center;
    cursor: pointer;
}

.index-nav-box .active {
    background: #1D691B;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
}

.index-nav-more {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #1D691B;
}

.index-video {
    background: #EEEEEE;
    height: 3rem;
    padding: 0.3rem 0.44rem;
    position: relative;
}

.videoSwiper .swiper-slide {}

.index-video .swiper-button-next {
    right: 0.15rem;
}

.index-video .swiper-button-prev {
    left: 0.15rem;
}

.index-video .swiper-button-next,
.index-video .swiper-button-prev {
    width: auto;
    height: auto;
    color: #999999;
}

.index-video .swiper-button-next:after,
.index-video .swiper-button-prev:after {
    font-size: 0.25rem;
}

.video-img-box {
    width: 100%;
    height: 1.8rem;
    object-fit: cover;
    position: relative;
}

.video-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play {
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular,
        Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    margin-top: 0.15rem;
}

.video-time {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular,
        Microsoft YaHei;
    font-weight: 400;
    color: #A4A4A4;
    margin-top: 0.1rem;
}

.index-letter-wrap {
    flex: 1;
    margin-left: 0.2rem;
}

.index-letter-nav-box {
    display: flex;
    border-bottom: 2px solid #1D691B;
}

.index-letter-nav {
    flex: 1;
    height: 0.5rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.5rem;
    text-align: center;
    /* cursor: pointer; */
}

.index-letter-nav-box .active {
    background: #1D691B;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
}

.index-letter-box {
    height: 2.8rem;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-letter {
    position: relative;
}

.index-letter-img {
    width: 100%;
    height: 1.3rem;
    object-fit: cover;
}

.index-letter-bt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.57rem;
    height: 0.31rem;
    background: rgba(29, 105, 27, .7);
    border-radius: 0.16rem;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.31rem;
    text-align: center;
    cursor: pointer;
}


.index-trends-wrap {
    width: 5.9rem;
}

.index-trends-list {
    display: none;
    padding-top: 0.1rem;
}

.index-trends-list:first-of-type {
    display: block;
}

.index-trends-item {
    padding-left: 0.31rem;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.index-trends-item:last-of-type {
    border-bottom: 0;
}

.index-trends-item::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #1D691B;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.index-trends-item:hover .index-trends-p {
    color: #1D691B;
}

.index-trends-p {
    padding: 0.18rem 0;
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.index-branch-wrap {
    width: 100%;
    margin: 0.4rem 0;
}

.index-branch-list {
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.index-branch-item {
    width: 2.55rem;
    height: 0.52rem;
    margin-right: 0.59rem;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
    padding: 0 0.1rem;
    background: #1D691B;
}

.index-branch-item:nth-child(4n) {
    margin-right: 0;
}

.index-branch-item img {
    width: 0.34rem;
    flex-shrink: 0;
}

.index-branch-item p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-left: 0.1rem;
}


.index-about-video-mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .index-banner {
        height: 3.5rem;
    }

    .indexBanner .swiper-pagination {
        height: auto;
        padding: 0.15rem 0;
    }

    .index-about {
        height: auto;
        /* padding:0 0.25rem; */
        padding-bottom: 0.3rem;
    }

    .index-about-list {
        position: initial;
        border: 0 solid #000;
    }

    .index-about-item-box {
        height: auto;
        border: 0;
    }

    .index-about-item {
        position: initial;
        transform: none;
    }

    .index-about-item:hover {
        width: 100%;
        height: 100%;
        background: none;
        color: #014098;
    }

    .index-about-num {
        font-size: 0.24rem;
        font-weight: bold;
    }

    .index-about-num span {
        font-size: 0.32rem;
        font-weight: bold;
    }

    .index-about-p {
        font-size: 0.24rem;
    }

    .index-about-video {
        display: none;
    }

    .index-about-video-mobile {
        height: 4rem;
        display: block;
    }

    .index-about-video-mobile video {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }

    .index-product-wrap {
        flex-direction: column;
        padding: 0 0.25rem;
    }

    .index-product {
        width: 100%;
        height: 3rem;
        margin: 0;
        margin-bottom: 0.2rem;
    }

    .index-product-img {
        height: 3rem;
    }

    .index-product-box {
        height: 1rem;
        padding: 0 0.3rem;
        bottom: 0;
        top: auto;
    }

    .index-product-text {
        font-size: 0.26rem;
    }

    .index-product-p {
        display: -webkit-box !important;
        font-size: 0.24rem;
    }

    .index-product-icon {
        display: block;
    }

    .index-technology-wrap {
        display: block;
        padding: 0 0.25rem;
    }

    .index-technology-left {
        width: 100%;
        height: 3rem;
    }

    .index-technology-p {
        display: none !important;
    }

    .index-technology-bt {
        display: block;
        opacity: 1;
    }

    .index-technology-right {
        width: 100%;
        height: auto;
    }

    .index-technology {
        width: 100%;
        height: 3rem;
        margin-top: 0.2rem;
    }

    .index-technology-bt a {
        width: 2rem;
        height: 0.5rem;
        border-radius: 0.05rem;
        border: 0.01rem solid #FFFFFF;
        font-size: 0.26rem;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 0.5rem;
        text-align: center;
        cursor: pointer;
    }

    .index-market-wrap {
        margin: 0 0.25rem;
        margin-top: 0.6rem;
    }

    .index-market,
    .index-market2 {
        width: 100%;
        height: 3rem;
        margin-top: 0.2rem;
    }

    .index-market-box {
        height: 0.6rem;
    }

    .index-market-p {
        font-size: 0.26rem;
    }

    .index-news-wrap {
        padding: 0 0.25rem;
    }

    .index-news-list {
        flex-wrap: wrap;
    }

    .index-news-item {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .index-news-img-box {
        height: 3rem;
    }

    .index-news-time {
        font-size: 0.24rem;
    }

    .index-news-text {
        font-size: 0.26rem;
    }

    .index-news-icon {
        display: none;
    }

    .index-news-more {
        width: 2rem;
        font-size: 0.26rem;
        height: 0.6rem;
        line-height: 0.6rem;
        margin: 0.4rem auto 0 auto;
    }

    .index-company-wrap {
        background: none;
        padding: 0 0.25rem;
    }

    .index-company-wrap .index-title-en {
        color: #E0E0E0;
    }

    .index-company-wrap .index-title-cn {
        color: #333;
    }

    .index-company-introd {
        color: #333;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }

    .index-company-box {
        padding: 0.2rem 0;
    }

    .index-company-text,
    .index-company-en {
        font-size: 0.26rem;
    }

    .index-company-en {
        margin-top: 0.15rem;
    }

    .index-company-bt {
        margin: 0.4rem 0 0.8rem 0;
    }

    .index-company-left img,
    .index-company-right img {
        width: 0.2rem;
    }

    .index-company-center img {
        width: 0.4rem;
    }
}