.homeSwiper {
    position: relative;
    height: 10.8rem;
}

.homeSwiper .swiper-button-next {
    right: 0.8rem;
    background: url(/static/images/icon/icon_next.png) no-repeat center center;
    background-size: cover;
}

.homeSwiper .swiper-button-prev {
    left: 0.8rem;
    background: url(/static/images/icon/icon_prev.png) no-repeat center center;
    background-size: cover;
}

.homeSwiper .swiper-navigation {
    width: 0.8rem;
    height: 0.8rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
    display: none;
}

.homeSwiper .swiper-pagination {
    bottom: 0.8rem !important;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.25rem !important;
    background: #fff;
    opacity: 1;
}

.homeSwiper .swiper-pagination-bullet-active {
    position: relative;
    background: #FD571F;
    width: 0.26rem;
    height: 0.26rem;
    top: 0.03rem;
}

.swiper-slide {
    position: relative;
}

.swiper-slide > img {
    width: 100%;
    height: 100%;
}

.swiper-slide > div {
    position: absolute;
    top: 42%;
    left: 0;
    width: 100%;
}

.swiper-slide > div > div {
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    line-height: 0.42rem;
}

.swiper-slide > div > p {
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin: 0.1rem 0;
}

.swiper-slide > div > span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.25rem;
}

.swiper-slide > div > span > span {
    margin: 0 0.52rem;
    font-size: 0.18rem;
}

.home-title {
    margin: 0.6rem 0 0.4rem;
}

.home-title > p {
    font-weight: bold;
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.45rem;
}

.home-title > div {
    font-family: Arial;
    font-weight: 300;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.22rem;
}

.home-product {
    overflow: hidden;
    width: 100%;
    max-height: 6rem;
}

.home-product > a {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    /*transition: width 0.4s;*/
}

.product-kzxt > div {
    background: url(/static/images/product_kzxt.jpg) no-repeat center center;
}

.product-zdh > div {
    background: url(/static/images/product_zdh.jpg) no-repeat center center;
}

.product-zhpz > div {
    background: url(/static/images/product_zhpz.jpg) no-repeat center center;
}

.product-sjdtdw > div {
    background: url(/static/images/product_sjdtdw.jpg) no-repeat center center;
}

.home-product .product-sjdtdw {
    margin-right: 0;
}

.home-product > a > div {
    position: relative;
    width: 100%;
    height: 5.6rem;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.home-product-cover {
    width: 100%;
    height: 100%;
}

.home-product > a > div > img {
    position: absolute;
    left: 0.26rem;
    bottom: 0.54rem;
}

.home-product > a > div > p {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0.26rem;
    bottom: 0.24rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product > .product-kzxt > div > img {
    width: 1.28rem;
    height: 1.28rem;
}

.home-product > .product-zdh > div > img {
    width: 1.32rem;
    height: 1.4rem;
    bottom: 0.42rem;
}

.home-product > .product-zhpz > div > img {
    width: 1.28rem;
    height: 1.54rem;
    bottom: 0.26rem;
}

.home-product > .product-sjdtdw > div > img {
    width: 1.28rem;
    height: 1.29rem;
    bottom: 0.52rem;
}

.home-product > a > p {
    margin-top: 0.2rem;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.2rem;
}

.product-info {
    margin: 0.4rem 0 0.6rem;
    font-weight: bold;
    font-size: 0.16rem;
    line-height: 0.16rem;
}

.product-mark {
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 0.3rem;
    line-height: 0.36rem;
    text-align: center;
}

.trade-wrap {
    padding: 0.6rem 0 0.5rem 0;
    background-color: #000;
}

.trade-wrap .home-title p, .trade-wrap .home-title div {
    color: #fff;
}

.trade-list > li {
    position: relative;
    margin-bottom: 0.5rem;
}

.trade-list > li:nth-child(3) {
    margin-bottom: 0;
}

.trade-cover {
    float: left;
    width: 4.68rem;
    height: 2.54rem;
    margin-right: 1rem;
}

.trade-title {
    height: 0.38rem;
    margin-bottom: 0.2rem;
    padding-left: 0.5rem;
    line-height: 0.38rem;
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
}

.trade-list > li:nth-child(1) .trade-title {
    background: url(/static/images/icon/icon_3cdz.png) no-repeat left center;
    background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.trade-list > li:nth-child(2) .trade-title {
    background: url(/static/images/icon/icon_rhhy.png) no-repeat left center;
    background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.trade-list > li:nth-child(3) .trade-title {
    background: url(/static/images/icon/icon_sphy.png) no-repeat left center;
    background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.trade-info {
    float: left;
    width: 6.92rem;
}

.trade-list > li .trade-info p {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #fff;
    text-indent: 2em;
}

.trade-list > li > a {
    position: absolute;
    right: 0.6rem;
    bottom: 0;
    padding: 0.08rem 0.1rem;
    text-align: center;
    line-height: 0.2rem;
    border-radius: 0.36rem;
    background-color: #FD571F;
    color: #fff;
}

.technology-wrap {
    padding: 0.6rem 0 0.9rem 0;
    background: url("/static/images/trade_bg.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.technology-info {
    position: relative;
    margin: 1.4rem auto 0.8rem;
    width: 7.9rem;
    height: 6rem;
}

.technology-info > img {
    width: 100%;
    height: 100%;
}

.technology-info > ul > li {
    overflow: hidden;
    position: absolute;
    width: 2.4rem;
    padding: 0.1rem 0;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    background-color: #E85510;
    border-radius: 0.18rem;
    line-height: 0.38rem;
}

.technology-info > ul > li:nth-child(2n-1) {
    left: -2.46rem
}

.technology-info > ul > li:nth-child(2n) {
    right: -2.46rem
}

.technology-info > ul > li:nth-child(2) {
    padding: 0.33rem 0;
}

.technology-info > ul > li:nth-child(1), .technology-info > ul > li:nth-child(2) {
    top: -0.04rem;
}

.technology-info > ul > li:nth-child(3), .technology-info > ul > li:nth-child(4) {
    top: 2.46rem
}

.technology-info > ul > li:nth-child(5), .technology-info > ul > li:nth-child(6) {
    bottom: -0.04rem;
}

.technology-p {
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.36rem;
}

.pc-swiper {
    display: block;
}

.h5-swiper {
    display: none;
}

@media (max-width: 800px) {
    .homeSwiper {
        height: 4.8rem;
    }

    .pc-swiper {
        display: none;
    }

    .h5-swiper {
        display: block;
    }

    .homeSwiper .swiper-navigation {
        width: 0.28rem;
        height: 0.28rem;
    }

    .homeSwiper .swiper-button-prev {
        left: 0.16rem;
    }

    .homeSwiper .swiper-button-next {
        right: 0.16rem;
    }

    .homeSwiper .swiper-pagination {
        bottom: 0.2rem !important;
    }

    .homeSwiper .swiper-pagination-bullet {
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 0.11rem !important;
    }

    .homeSwiper .swiper-pagination-bullet-active {
        width: 0.12rem;
        height: 0.12rem;
        top: 0.01rem
    }
}

@media (max-width: 800px) {
    .home-title {
        margin: 0.08rem 0.1rem 0.2rem;
    }

    .home-title > p {
        font-size: 0.16rem;
        line-height: 0.32rem;
    }

    .home-title > div {
        font-size: 0.12rem;
        line-height: 1;
    }

    .home-product > a {
        display: block;
        float: none;
        width: auto;
        margin: 0 0.1rem 0.16rem !important;
    }

    .home-product > a > div {
        height: 1.66rem;
    }

    body .container .home-product > a > div > img {
        left: 0.2rem;
        bottom: 0.35rem;
        width: 0.7rem;
        height: 0.7rem;
    }

    .home-product > a > div > p {
        bottom: 0.1rem;
        left: 0.2rem;
        font-size: 0.12rem;
    }

    body .container .home-product > .product-zdh > div > img {
        bottom: 0.35rem;
    }

    body .container .home-product > .product-zhpz > div > img {
        bottom: 0.3rem;
    }

    .home-product > a > p {
        font-size: 0.14rem;
        line-height: 0.2rem;
        margin-top: 0.1rem;
    }

    .product-info, .product-mark {
        display: none;
    }

    .trade-wrap {
        padding: 0.08rem 0 0.36rem 0;
    }

    .trade-list {
        margin: 0 0.1rem;
    }

    .trade-list > li {
        margin-bottom: 0.4rem;
    }

    .trade-cover {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .trade-info {
        width: 100%;
        float: none;
    }

    .trade-title {
        height: 0.2rem;
        padding-left: 0.24rem;
        margin-bottom: 0.04rem;
        margin-top: 0.1rem;
        line-height: 0.22rem;
        font-size: 0.14rem;
    }

    .trade-list > li .trade-info p {
        margin-bottom: 0.06rem;
        font-size: 0.12rem;
        line-height: 0.155rem;
    }

    .trade-list > li > a {
        right: 0;
        bottom: -0.2rem;
        padding: 0.04rem 0.06rem;
        font-size: 0.12rem;
    }

    .technology-wrap {
        padding: 0.08rem 0 0.1rem 0;
    }

    .technology-info {
        margin: 0 0.1rem;
        width: auto;
        height: auto;
    }

    .technology-info > img {
        height: 2rem;
        margin-bottom: 0.2rem;
    }

    .technology-p {
        display: none;
    }

    .technology-info > ul > li {
        position: static;
        padding: 0.04rem 0;
        font-size: 0.12rem;
        float: left;
        width: 31.6%;
        height: 0.4rem;
        margin-right: 2.6%;
        margin-bottom: 0.14rem;
        line-height: 0.18rem;
        border-radius: 0.36rem;
    }

    .technology-info > ul > li:nth-child(2) {
        padding: 0.04rem 0;
        right: auto;
        line-height: 0.4rem;
    }

    .technology-info > ul > li:nth-child(3n) {
        margin-right: 0;
    }

    .swiper-slide > div > div {
        font-size: 0.18rem;
        line-height: 0.32rem;
    }

    .swiper-slide > div > p {
        font-size: 0.12rem;
        line-height: 0.22rem;
        margin: 0;
    }

    .swiper-slide > div > span {
        font-size: 0.14rem;
        line-height: 0.2rem;
    }

    .swiper-slide > div > span > span {
        margin: 0 0.32rem;
        font-size: 0.14rem;
    }
}
