div.i3 {
    height: 7.8rem;
    background: url(../image/product-module-bg.png) center center / cover;
    padding: .7rem 0 0
}

@media screen and (max-width:1024px) {
    div.i3 {
        height: auto;
        padding: .6rem 0
    }
}

div.i3 .product-module {
    padding: 0 .15rem
}

div.i3 .product-module .product-module-title .public-title {
    float: left
}

div.i3 .product-module .product-module-title .classification {
    float: right
}

div.i3 .product-module .product-module-title .classification ul li {
    display: inline-block;
    position: relative
}

/* div.i3 .product-module .product-module-title .classification ul li:after {
    content: '';
    width: 1px;
    height: 21px;
    background-color: #707070;
    position: absolute;
    right: -0.15rem;
    top: 50%;
    transform: translateY(-50%)
} */

div.i3 .product-module .product-module-title .classification ul li a {
    display: block;
    background: url(../image/product-module-classification-icon.png) right center no-repeat;
    background-size: .2rem auto;
    padding-right: .3rem;
    font-size: .16rem;
    color: #707070;
    line-height: .45rem
}

div.i3 .product-module .product-module-title .classification ul li:last-child {
    margin-left: .2rem
}

div.i3 .product-module .product-module-title .classification ul li:last-child:after {
    display: none
}

div.i3 .product-module .product-module-title .classification ul li:hover a {
    background: url(../image/product-module-classification-icon-hover.png) right center no-repeat;
    background-size: .2rem auto;
    color: #EE7E00
}

@media screen and (max-width:1024px) {
    div.i3 .product-module .product-module-title .public-title {
        float: none
    }

    div.i3 .product-module .product-module-title .classification {
        float: none;
        margin-top: .2rem
    }

    div.i3 .product-module .product-module-title .classification ul li a {
        font-size: .28rem;
        background: url(../image/product-module-classification-icon.png) right center no-repeat;
        background-size: .25rem auto;
        padding-right: .35rem
    }
}

div.i3 .product-module .product-module-content {
    padding: 1.1rem 0 1.52rem;
    position: relative
}

@media screen and (max-width:1024px) {
    div.i3 .product-module .product-module-content {
        padding: .6rem .3rem
    }
}

div.i3 .product-module .product-module-content .arrow-wrap {
    width: 1rem;
    height: .34rem;
    position: absolute;
    left: 50%;
    bottom: 1.2rem;
    transform: translateX(-50%)
}

@media screen and (max-width:1024px) {
    div.i3 .product-module .product-module-content .arrow-wrap {
        width: 1.2rem;
        bottom: 0
    }
}

div.i3 .product-module .product-module-content .arrow-wrap .arrow {
    width: .34rem;
    height: .34rem;
    float: left;
    cursor: pointer
}

@media screen and (max-width:1024px) {
    div.i3 .product-module .product-module-content .arrow-wrap .arrow {
        width: .4rem;
        height: .4rem
    }
}

div.i3 .product-module .product-module-content .arrow-wrap .arrow-left-pro {
    background: url(../image/news-module-content-arrow-left.png) left top no-repeat;
    background-size: .34rem auto
}

@media screen and (max-width:1024px) {
    div.i3 .product-module .product-module-content .arrow-wrap .arrow-left-pro {
        background-size: .4rem auto
    }
}

div.i3 .product-module .product-module-content .arrow-wrap .arrow-right-pro {
    margin-left: .32rem;
    background: url(../image/news-module-content-arrow-right.png) left top no-repeat;
    background-size: .34rem auto
}

@media screen and (max-width:1024px) {
    div.i3 .product-module .product-module-content .arrow-wrap .arrow-right-pro {
        background-size: .4rem auto
    }
}

div.i3 .product-module .product-module-content .swiper-container {
    width: 100%;
    height: 4rem;
    overflow: hidden
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide {
    border: 1px solid #203A57;
    border-radius: .1rem;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: relative;
    transition: all .5s;
    transform: scale(.85)
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .img {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .img img {
    border-radius: .1rem;
    width: auto;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .bg {
    border-radius: .1rem;
    width: 100%;
    height: 100%;
    background: rgba(0, 137, 80, 0);
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor {
    border-radius: .1rem;
    background-color: rgba(32, 58, 87, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: .9rem;
    display: none
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .icon {
    width: .6rem;
    height: .6rem;
    margin: 0 auto
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .icon img {
    width: 100%
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .title {
    margin-top: .2rem;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 1;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-bottom: .16rem
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .title:after {
    content: '';
    width: .5rem;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .desc {
    margin-top: .1rem;
    padding: 0 .1rem;
    font-size: .18rem;
    color: #FFFFFF;
    text-align: center
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide:hover a .bg {
    display: block
}

div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide:hover a .infor {
    display: block
}

@media screen and (max-width:1024px) {
    div.i3 .product-module .product-module-content .swiper-container {
        height: 5.3rem
    }

    div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper {
        height: 5.3rem !important
    }

    div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide {
        height: 5.3rem !important
    }

    div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .icon {
        width: 1rem;
        height: 1rem
    }

    div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .title {
        font-size: .34rem;
        margin-top: .25rem
    }

    div.i3 .product-module .product-module-content .swiper-container .swiper-wrapper .swiper-slide a .infor .desc {
        font-size: .3rem;
        margin-top: .2rem
    }
}