.container {
	width:100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.img-auto {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.h-product {
    margin: 10px;
    margin-top1: 30px;
}

.h-product-wrap {
    position: relative;
    margin: 10px;
}

.h-product-wrap a {
    display: block
}

.h-product-wrap .swiper-container {
    margin: 0 -1px
}

.h-product-wrap .swiper-slide {
    padding: -1px 1px;
}

.h-product-wrap .swiper-slide:hover .h-pro-img {
    border-color: #009b4c;
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.h-product-wrap .swiper-slide:hover .h-pro-img:after {
    height: 100%;
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.h-product-wrap .swiper-slide:hover .h-product-desc {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.h-product-wrap .h-pro-img {
    border1: 1px solid #e7e7e7;
    border-radius1: 6px;
    position: relative;
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.h-product-wrap .h-pro-img img {
    border-radius1: 6px
}

.h-product-wrap .h-pro-img:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background1: #009b4c75;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius1: 6px;
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.h-product-wrap .h-product-desc {
    width: 70.6714%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + .5px));
    -ms-transform: translate(-50%, calc(-50% + .5px));
    -o-transform: translate(-50%, calc(-50% + .5px));
    -webkit-transform: translate(-50%, calc(-50% + .5px));
    -moz-transform: translate(-50%, calc(-50% + .5px));
    text-align: center;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.h-product-wrap .h-product-desc h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.h-product-wrap .h-product-desc h3:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #9ad5fb;
    display: block;
    margin: 20px auto
}

.h-product-wrap .h-product-desc p {
    color: #aedffe;
    font-size: 12px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.h-product-wrap .pro-tit {
    text-align: center;
    font-size: 16px;
    color: #233645;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 15px;
}

@media (max-width:1280px) {
.container {
    width1: 91%;
}
    .h-product-wrap .pro-tit {
        font-size: 15px;
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .h-product {
        margin: 45px 0
    }

    .h-product-wrap {
        margin: 35px 0
    }

    .h-product-wrap .h-product-desc {
        display: none
    }

    .h-product-wrap .h-pro-img:after {
        display: none
    }
}

@media (max-width:480px) {
    .h-product {
        margin: 35px 0 50px
    }

    .h-product-wrap {
        margin: 25px 0 30px
    }

    .h-product-wrap .pro-tit {
        font-size: 14px;
        margin-top: 15px
    }
}


.arr {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 22;
    cursor: pointer;
    background: #fff;
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
}

.arr:after {
    content: '';
    width: 10px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.arr:hover {
    border-color: #009b4c;
    background: #009b4c;
    transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease
}

.arr:hover:after {
    background-position: -10px 0
}

.arr-left {
    left: 0;
    margin-left: -23px
}

.arr-left:after {
    background: url(../images/arr-left.png) no-repeat
}

.arr-right {
    right: 0;
    margin-right: -23px
}

.arr-right:after {
    background: url(../images/arr-right.png) no-repeat
}