.wrap {
    overflow: hidden;
}

/* 首页标题 */
.index-title {
    font-size: 0.46rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #007130;
    text-align: center;
}

/* 顶部banner */
.index-banner {
    width: 100%;
    height: 6.78rem;
    overflow: hidden;
}

.indexSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.indexSwiper .swiper-pagination {
    bottom: 0.68rem;
}

.indexSwiper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    background: #fff;
    position: relative;
}

.indexSwiper .swiper-pagination-bullet-active {
    width: 0.4rem;
    background: #007130;
    border-radius: 0.2rem;
    /* border: 0.01rem solid #fff; */
}

.indexSwiper-next:after,
.indexSwiper-prev:after {
    color: #fff;
}

.indexSwiper-next {
    right: 2rem;
}

.indexSwiper-prev {
    left: 2rem;
}

.index1Swiper .swiper-slide {
    position: relative;
}

.indexSwiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexSwiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexSwiper video::-webkit-media-controls {
    display: none !important;
}

/* 代理产品线 */
.index-partner-wrap {
    margin: 1.1rem auto;
}

.index-partner-box {
    margin-top: .7rem;
    position: relative;
}

.partnerSwiper {
    width: 100%;
    /*height: 2.3rem;*/
    padding: 0 .05rem;
}

.partnerSwiper-next:after,
.partnerSwiper-prev:after {
    color: #333;
    font-size: 0.45rem;
}

.partnerSwiper-next {
    right: -0.65rem;
}

.partnerSwiper-prev {
    left: -0.65rem;
}

.partnerSwiper .swiper-wrapper {
    height: 100%;
}

.partnerSwiper .swiper-slide {
    /*width: calc((100% - 90px) / 7);*/
    height: calc((100% - 30px) / 2);
}

.index-partner {
    width: 100%;
    height: 100%;
    border: 0.01rem solid #8E8D8D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-partner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 在线解决方案 */
.index-scheme-wrap {
    margin: 1.1rem auto;
    color: transparent;
}

.index-scheme-des {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 0.29rem;
    margin: .6rem 0;
    text-align: left;
}

.index-scheme-list {
    display: flex;
    margin-top: .65rem;
    justify-content: space-between;
}

.index-scheme-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-scheme-icon {
    width: .9rem;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-scheme-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-scheme-icon2 {
    display: none;
}

.index-scheme-text {
    font-size: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top: .22rem;
}

.index-scheme-item:hover .index-scheme-icon1 {
    display: none;
}

.index-scheme-item:hover .index-scheme-icon2 {
    display: block;
}

.index-scheme-item:hover .index-scheme-text {
    color: #007130;
}

.index-more-box {
    width: 100%;
    position: relative;
}

.index-more-box img {
    width: 100%;
}

.index-more-des {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.index-more-text {
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .3rem;
}

.index-more-bt {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FEFEFE;
    

}

/* 新闻 */
.index-news-wrap {
    margin: 1.1rem auto;
}

.index-news-list {
    margin-top: .83rem;
    display: flex;
    justify-content: space-between;
}

.index-news-item {
    width: 4.8rem;
    height: 3.78rem;
    position: relative;
}

.index-news {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .365s;
}

.index-news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news-tag {
    padding: 0.08rem .24rem;
    background: #007130;
    font-size: 0.17rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;

    position: absolute;
    left: 0;
    top: 0;
}

.index-news-des {
    padding: .3rem .25rem;
    background: rgba(61, 61, 61, .8);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-news-text {
    font-size: 0.21rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
}

.index-news-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    margin-top: .15rem;
}

.index-news-time {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    margin-top: .05rem;
}

.index-news-item:hover .index-news {
    transform: translate(-50%, -50%) scale(1.1);
}

/* job */
.index-job-wrap {
    margin: 1.6rem auto 1.2rem auto;
    height: 3.15rem;
    background: url(../img/index/job-bg.png) no-repeat;
    background-size: cover;
    border-radius: .1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-job-text {
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index-job-p {
    font-size: 0.26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .25rem;
}

.index-job-bt-box {
    margin-top: .3rem;
    display: flex;
    justify-content: center;
}

.index-job-bt {
    width: 1.4rem;
    height: 0.52rem;
    background: #007130;
    border-radius: 0.07rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.17rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

    margin: 0 .24rem;
}
@media only screen and (max-width: 1024px) {
    .index-banner{
        height: 2.78rem;
    }
    .indexSwiper-next:after, .indexSwiper-prev:after{
        font-size: 22px;
    }
    .indexSwiper-next{
        right: 0.5rem;
    }
    .indexSwiper-prev{
        left: 0.5rem;
    }
    .index-title{
        font-size: .32rem;
    }
    .index-scheme-des{
        font-size: .28rem;
        line-height: .4rem;
        padding: 0 .15rem;
    }
    .index-partner-wrap{
        padding: 0 .15rem;
    }
    .index-scheme-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .index-scheme-item{
        width: 33.3%;
        margin-top: 0.5rem;
    }
    .index-scheme-list{
        margin-top: 0;
    }
    .index-more-text{
        display: none;
    }
    .index-news-list{
        display: block;
    }
    .index-news-item{
        width: 100%;
        height: 5.78rem;
        margin-bottom: 0.3rem;
    }
    .index-news-text{
        font-size: .3rem;
    }
    .index-news-p{
        font-size: .26rem;
        line-height: .4rem;
        
    }
    .index-news-tag{
        padding: 0.18rem 0.34rem;
        font-size: 0.26rem;
    }
    .index-news-time{
        font-size: .26rem;
    }
    .index-job-text{
        font-size: .32rem;
    }
    .index-job-bt{
        width: 1.6rem;
        font-size: 0.26rem;
    }
    .index-job-wrap{
        background-clip: content-box;
    }
    
}
