.tech-banner {
    position: relative;
    width: 100%;
    height: 4.6rem;
    background: url(/static/images/technology_banner2.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.textAnimateCN {
    padding-top: 2.7rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.textAnimateEN {
    position: relative;
    text-align: center;
}

.textAnimateEN:before {
    content: '';
    position: absolute;
    margin-left: -0.18rem;
    top: 0.11rem;
    width: 0.06rem;
    height: 2px;
    background-color: #fff;
}

.textAnimateEN:after {
    content: '';
    position: absolute;
    margin-left: 0.1rem;
    top: 0.11rem;
    width: 0.06rem;
    height: 2px;
    background-color: #fff;
}

.tech-banner .container {
    position: relative;
    height: 100%;
}

.tech-banner-robotics {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2.74rem;
}

.techSwiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 4.6rem;
    margin: 0.7rem 0 0.6rem;
}

.techSwiper .swiper-button-next {
    right: 0.3rem;
    background: url(/static/images/icon/icon_next.png) no-repeat center center;
    background-size: cover;
}

.techSwiper .swiper-button-prev {
    left: 0.3rem;
    background: url(/static/images/icon/icon_prev.png) no-repeat center center;
    background-size: cover;
}

.techSwiper .swiper-navigation {
    width: 0.5rem;
    height: 0.5rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    display: none;
}

.controlSystem {
    background: url("/static/images/technology_bg.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.tech-left {
    float: left;
    width: 5.2rem;
    margin: 0.55rem 0 0.4rem;
}

.tech-left-title {
    padding-left: 0.8rem;
    height: 0.6rem;
    margin-bottom: 0.4rem;
    background: url("/static/images/icon/icon_technology.png") no-repeat left center;
    background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
}

.tech-left-title > p {
    padding-top: 0.06rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.45rem;
}

.tech-left-title > div {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: #fff;
}

.tech-right {
    float: right;
    width: 6.7rem;
}

.tech-left-p {
    margin-bottom: 0.4rem;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.22rem;
}

.tech-right {
    position: relative;
}

.tech-right > li {
    width: 50%;
    float: left;
    height: 3rem;
    background: rgba(236, 235, 235, 0.6);
}

.tech-right:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ECEBEB;
    clear: both;
}

.tech-right:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ECEBEB;
    clear: both;
}

.tech-right > li > div {
    position: relative;
    margin: 0.44rem 0 0.3rem 0.6rem;
    line-height: 0.3rem;
    color: #000;
    font-size: 0.22rem;
    font-weight: bold;
}

.tech-right > li > p {
    margin: 0 0.4rem 0 0.6rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: #000;
}

.tech-right > li:hover {
    background: rgba(221, 76, 27, 0.8);
}

.tech-right > li:hover div {
    color: #fff;
}

.tech-right > li:hover p {
    color: #fff;
}

.swiper-slide > div {
    float: left;
    width: 58%;
}

.swiper-slide > div > p {
    margin-top: 1.8rem;
    font-size: 0.32rem;
    line-height: 0.45rem;
    text-align: center;
}

.swiper-slide > div > div {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    line-height: 0.22rem;
    text-align: center;
}

.swiper-slide > img {
    float: right;
    width: 42%;
}

@media (max-width: 800px) {
    .tech-banner {
        height: 1.32rem;
    }

    .tech-banner > p {
        padding-top: 0.42rem;
        line-height: 0.2rem;
    }

    .tech-banner > div {
        line-height: 0.12rem;
    }

    .tech-banner > div:after {
        content: '';
        top: 0.06rem;
    }

    .tech-banner > div:before {
        top: 0.05rem;
    }

    .techSwiper {
        height: 1.34rem;
        margin: 0.16rem 0.12rem;
        width: auto;
    }

    .techSwiper .swiper-navigation {
        width: 0.22rem;
        height: 0.22rem;
    }

    .techSwiper .swiper-button-prev {
        left: 0.2rem;
    }

    .techSwiper .swiper-button-next {
        right: 0.2rem;
    }

    .controlSystem {
        background: none;
    }

    .tech-left {
        float: none;
        width: auto;
        padding: 0.13rem 0;
        margin: 0;
        background: url(/static/images/technology_bg.png) no-repeat center center;
        background-size: cover;
        -webkit-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
    }

    .tech-left-title {
        margin: 0 0.1rem 0.1rem;
        padding-left: 0.28rem;
        height: auto;
        background: url(/static/images/icon/icon_technology.png) no-repeat left top;
        background-size: 0.22rem;
        -webkit-background-size: 0.22rem;
        -ms-background-size: 0.22rem;
        -o-background-size: 0.22rem;
        -moz-background-size: 0.22rem;
    }

    .tech-left-title > p {
        font-size: 0.18rem;
        line-height: 0.1rem;
    }

    .tech-left-title > div {
        font-size: 0.12rem;
    }

    .tech-left-p {
        margin: 0 0.2rem 0.22rem 0.37rem;
        font-size: 0.12rem;
        line-height: 0.15rem;
    }

    .tech-right {
        width: auto;
        margin: 0.04rem 0.12rem 0.16rem;
    }

    .tech-right > li {
        overflow: hidden;
        height: 1.2rem;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 0.1rem;
    }

    .tech-right > li:nth-child(2n) {
        margin-right: 0;
    }

    .tech-right:before, .tech-right:after {
        content: '';
        display: none;
    }

    .tech-right > li > div {
        margin: 0.12rem 0.15rem 0.08rem;
        line-height: 0.16rem;
        font-size: 0.14rem;
    }

    .tech-right > li > p {
        font-size: 0.1rem;
        margin: 0 0 0 0.15rem;
        line-height: 0.142rem;
    }

    .tech-right > li > div:before {
        content: '';
        background: rgba(255, 255, 255, 0.9);
        opacity: 0.9;
        width: 0.18rem;
        height: 0.18rem;
        left: -0.056rem;
    }

    .tech-banner-robotics {
        height: 0.9rem;
        left: 0.2rem;
    }

    .swiper-slide > div > p {
        margin-top: 0.36rem;
        font-size: 0.16rem;
        line-height: 1;
        text-align: center;
    }

    .swiper-slide > div > div {
        margin-top: 0.08rem;
        font-size: 0.12rem;
        line-height: 0.14rem;
        text-align: center;
        padding: 0 0.2rem;
    }
}