.wrap {
    overflow: hidden;
}

/* 首页标题 */
.index-title {
    text-align: center;
}

.index-title-cn {
    font-size: 0.34rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: 600;
    color: #333333;
}

.index-title-en {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #8C8C8C;
    margin-top: .2rem;
}

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

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

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

.indexSwiper .swiper-pagination-bullet {
    width: 0.66rem;
    height: 0.04rem;
    border-radius: 0.02rem;
    opacity: 1;
    background: #fff;
    position: relative;
}


.indexSwiper .swiper-pagination-bullet-active {
    background: #F18F29;
}

.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-product-wrap {
    margin: .45rem auto;
    display: flex;
}

.index-product-left {
    border: 0.02rem solid #FF8A00;
    border-radius: .1rem;
    width: 4rem;
    flex-shrink: 0;
    padding: 0 .4rem;
}

.index-product-title {
    font-size: 0.16rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: 600;
    color: #333333;
    text-align: center;
    padding: .3rem 0 .25rem;
}

.index-product-nav-box {}

.index-product-nav {
    margin-bottom: .25rem;
}

.index-product-nav-img {
    width: 100%;
    height: 1.6rem;
}

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

.index-product-nav-text {
    margin-top: .15rem;
    font-size: 0.16rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: normal;
    color: #333333;
    text-align: center;
}

.index-product-right {
    flex: 1;
    margin-left: .5rem;
    padding-top: .1rem;
}

.index-product-list {
    display: flex;
    flex-wrap: wrap;
}

.index-product-item {
    width: 32%;
    margin-right: 2%;
    margin-top: .3rem;
}

.index-product-item:nth-child(3n) {
    margin-right: 0;
}

.index-product-img {
    width: 100%;
    height: 2.5rem;
}

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

.index-product-text {
    text-align: center;
    margin-top: .2rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

/* 关于我们 */
.index-about-wrap {
    margin: .6rem 0;
    background: url(../img/index/about-bg.png) no-repeat;
    background-size: cover;
    padding: .6rem 0 1.1rem 0;
}

.index-about-box {
    margin: 0 auto;
}

.index-about {
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-about-left {
    /* flex: 1; */
}

.index-about-des {
    width: 5.6rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.26rem;
}

.index-about-year {
    margin-top: 1rem;
}

.index-about-year-num {
    font-size: 0.16rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: normal;
    color: #262626;

    display: flex;
    align-items: center;
}

.index-about-year-num p {
    font-size: 0.5rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #262626;
}

.index-about-year-text {
    font-size: 0.16rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: normal;
    color: #262626;
}

.index-about-bt {
    width: 2rem;
    height: 0.48rem;
    opacity: 1;
    border: 0.02rem solid #F18F29;
    margin-top: .5rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F18F29;

    display: flex;
    align-items: center;
    justify-content: center;
}

.index-about-img {
    flex-shrink: 0;
    margin-left: .85rem;
    width: 5.78rem;
    height: 4.8rem;
}

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

/* 案例 */
.index-case-wrap {
    margin: 0.8rem auto;
}

.index-case-box {
    margin-top: .6rem;
    position: relative;
}

.case-next::after,
.case-prev::after {
    font-size: .45rem;
    color: #444444;
}

.case-next {
    right: -.7rem;
}

.case-prev {
    left: -.7rem;
}

.index-case-item {
    width: 100%;
    height: 2.8rem;
}

.index-case-item img {
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
}

/* 荣誉 */
.index-honor-item {
    width: 100%;
}

.index-honor-img {
    width: 100%;
    height: 2.8rem;
    border: 0.01rem solid #ccc;
}

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

.index-honor-text {
    font-size: 0.16rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: normal;
    color: #666666;
    text-align: center;
    margin-top: .3rem;
}

/* 合作产品 */
.goodsSwiper {
    padding-bottom: .7rem;
}

.index-goods-item {
    width: 100%;
}

.index-goods-img {
    width: 100%;
    height: 3.9rem;
    /* border: 0.01rem solid #ccc; */
}

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

.index-goods-text {
    height: 0.6rem;
    background: #F2F2F2;

    font-size: 0.16rem;
    font-family: SegoeUI-Bold-, SegoeUI-Bold;
    font-weight: normal;
    color: #666666;
    text-align: center;

    line-height: .6rem;
    padding: 0 .15rem;
}

.goodsSwiper  .swiper-pagination-bullet-active{
    background: #F18F29;
}