.bannerall {
    height: 100%;
}

.bannerall .swiper-slide {
    width: 100%;
    cursor: pointer;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.bannerall .swiper-slide img {
    width: 100%;
}

.swiper-pagination {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 1.2rem;
}

.swiper-pagination span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiper-pagination-bullet {
    background: #c6c6c6;
    width: 0.18rem;
    height: 0.18rem;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 0.18rem;
    height: 0.18rem;
    background: #ffffff;
}

.pagination-box {
    height: 0.35rem;
    position: absolute;
    z-index: 99;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
}


/*企业简介=========================================*/

.qy-info {
    width: 13.58rem;
    margin: 0.48rem auto 0.38rem;
    position: relative;
}

.qy-top,
.qy-top img {
    width: 100%;
}

.qy-bottom {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.68rem;
}

.qy-bottom img {
    width: 3.24rem;
    height: 2.96rem;
}


/*公司架構=========================================*/

.gsjg {
    width: 100%;
    height: 8.25rem;
    background: url('../images/index/gsjgbg.jpg') no-repeat;
    position: relative;
}

.gsjgbg {
    width: 100%;
    height: 8.25rem;
    -webkit-animation: pulse 10s .2s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

.gsjg-img {
    width: 100%;
    height: 8.25rem;
    position: relative;
    z-index: 10;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.08)
    }
    100% {
        -webkit-transform: scale(1)
    }
}


/*产品中心=========================================*/

.cpzx {
    width: 100%;
    margin: 0.6rem auto 0.64rem;
    position: relative;
}

.cpzx .title {
    width: 1.67rem;
    height: 0.63rem;
    margin: 0 auto 0.55rem;
    display: block;
}

.cpzx-box {
    width: 13.61rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.cpzx-box img {
    width: 4.31rem;
    height: 4.62rem;
    margin-right: 0.34rem;
    margin-bottom: 0.34rem;
}

.cpzx-box img:nth-child(3n) {
    margin-right: 0;
}


/*业绩案例=========================================*/

.yjal {
    width: 100%;
    height: 10.58rem;
    background: url('../images/index/yjalbg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.yjal .title {
    width: 1.93rem;
    height: 0.63rem;
    margin: 0 auto 0.55rem;
    display: block;
    padding-top: 0.9rem;
}

.yjal-box {
    width: 13.61rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.yjal-box img {
    width: calc(100% / 3);
    height: 3.29rem;
}


/*业绩案例=========================================*/

.hzhb_ryzz {
    width: 100%;
    margin: 0.9rem auto 1.2rem;
    position: relative;
}

.hzhb {
    width: 13.61rem;
    margin: auto;
}

.hzhb .title {
    width: 2.18rem;
    height: 0.63rem;
    margin: 0 auto 0.6rem;
    display: block;
}

.hzhb-box {
    width: 13.61rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}

.hzhb-box img {
    width: 2.26rem;
    height: 1rem;
    margin-right: 0.57rem;
    margin-bottom: 0.34rem;
}

.hzhb-box img:nth-child(5n) {
    margin-right: 0;
}

.ryzz .title {
    width: 2.74rem;
    height: 0.65rem;
    margin: 0 auto 0.8rem;
    display: block;
}

.ryzz-box {
    width: 13.61rem;
    height: 4.58rem;
    margin: 0 auto 0.8rem;
    overflow: hidden;
}

.ryzz-box-content {
    width: 100%;
    height: 100%;
    display: flex;
}

.ryzz-box-img {
    height: 100%;
    display: flex;
}

.ryzz-box-img img {
    width: 3.36rem;
    height: 100%;
    margin-right: 0.34rem;
    object-fit: cover;
}

.line-box {
    width: 4.48rem;
    height: 0.36rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.12rem auto 0;
    font-size: 0.14rem;
    line-height: 0.36rem;
    text-align: center;
}

.line-box div {
    width: 2.2rem;
    height: 0.36rem;
    background: #f3f3f3;
    color: #afafaf;
    cursor: pointer;
}

.line-box div.active {
    background: #ffa839;
    color: #fff;
}