@-webkit-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-moz-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-o-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

.page_banner {
    background: url("../image/product_banner.jpg") no-repeat center center
}

.product_list li {
    margin: 0 10px;
    width: 380px
}

.product_list li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.product_list li:hover .product_info h2 {
    background: #1c1c1c;
    color: #fff
}

.product_list .imgs_box {
    width: 380px;
    height: 310px
}

.product_list .imgs_box img {
    /* max-width: 380px; */
    max-height: 310px
}

.product_info {
    padding: 20px 0
}

.product_info h2 {
    max-width: 80%;
    box-sizing: border-box;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    color: #1c1c1c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.product_detial {
    padding-bottom: 50px;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.product_detial+.paginations {
    padding-bottom: 50px
}

.product_swiper {
    width: 60%;
    margin: 0 5%
}

.gallery-top {
    border: 1px solid #eeeeee;
    margin-bottom: 5px
}

.gallery-top .imgs_box {
    /* width: 350px; */
    height: 500px
}

.gallery-top .imgs_box img {
    width: 100%;
    max-height: 100%
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4
}

.gallery-thumbs .swiper-slide .imgs_box {
    border: 1px solid #eeeeee
}

.gallery-thumbs .swiper-slide img {
    max-width: 100%;
    height: 100px
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1
}

.gallery-thumbs .swiper-slide-active .imgs_box {
    border: 1px solid #1c1c1c
}

.swiper-button-next {
    margin-top: 0;
    width: 24px;
    height: 52px;
    top: 0;
    right: 0;
    z-index: 10;
    background: #fff url("../image/right_icon.png") no-repeat center center
}

.swiper-button-prev {
    margin-top: 0;
    width: 24px;
    height: 52px;
    top: 0;
    left: 0;
    background: #fff url("../image/left_icon.png") no-repeat center center
}

.product_infos {
    width: 30%;
    box-sizing: border-box;
    padding-right: 88px
}

.product_infos h1 {
    font-size: 24px;
    color: #000000;
    padding: 10px 0 30px
}

.product_infos .first_box {
    margin-bottom: 10px
}

.product_infos h4 {
    color: #000000
}

.product_infos h4+h4 {
    color: #888888
}

.product_infos a {
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    background: #1c1c1c;
    text-align: center
}

.product_infos a:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
    -ms-animation: shake 1.5s linear;
    -o-animation: shake 1.5s linear;
    -moz-animation: shake 1.5s linear
}

.product_title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6
}

.product_title::after {
    display: block;
    content: "";
    width: 180px;
    height: 1px;
    background: #282828;
    position: absolute;
    left: 0;
    bottom: 0
}

.page_detial {
    padding: 0 88px 60px
}

.page_detial h1 {
    padding-top: 10px
}