.product-divs {position: relative; background: url(../../img/cont01_bg.png)no-repeat top center/cover; padding: 100px 0;}
.product-divs .product_wrap {max-width: 1200px; margin: 0 auto;}
.tit_h2 {font-size: 46px; color: #333; font-weight: 600; text-align: left;}
.tit_h2 span {padding-left: 130px; font-size: 26px; color: #555; font-weight: 500;}
.pro_wrap_s {position: relative; width: 100%; height: 100%; display: block;}
.pro_wrap_s .pro_text {position: absolute; left: 50%; transform: translateX(-50%); top: 0px; background: rgba(0,0,0,0.4); display: none; width: 100%; height: 100%;}
.pro_wrap_s:hover .pro_text {display: block; transition: 0.4s ease-in;}
.pro_wrap_s .pro_text h3 {font-size: 30px; color: #fff; font-weight: 600; margin-bottom: 25%; padding-top: 80px; word-break: keep-all;}
.pro_wrap_s .pro_text p {font-size: 20px; border-radius: 100%; width: 95px; height: 95px; line-height: 95px; background: #0664c6; color: #fff; display: inline-block;}

/*swiper slide*/
.swiper-container {
    width: 100%;
    height: auto;
    /*margin: 100px 0;*/
    overflow: hidden;
    padding: 50px 0;
}

.swiper-slide {
    width: 100%;
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next, .swiper-button-prev {
    top: 55% !important;
    width: 83px!important;
    height: 16px!important;
}

@media screen and (max-width: 1024px){
  .swiper-button-next, .swiper-button-prev {display: none;}
}

.swiper-button-next:after, .swiper-button-prev:after {
    /*color: #fff;*/
    width: 83px!important;
    height: 16px;
    line-height: 16px!important;
    font-size: 0px!important;
    /*background-color: #c4c4c4;*/
        background-repeat: no-repeat;
    background-position:center;
}
.swiper-button-prev {
    left: 10%!important;
    -ms-left: 10% !important;
}
.swiper-button-next {
    right: 10%!important;
    -ms-left: 10% !important;
}
.swiper-button-prev:after {
    background-image: url(../s_prev.png);
}
.swiper-button-next:after {
    background-image: url(../s_next.png);
}
/*.swiper-slide a {border: 1px solid #ccc; display: inline-block;}*/
.swiper-slide a ul li {
    /*border: 1px solid #e2e2e2;*/
}
.swiper-slide a ul {
    position: relative;
    padding: 0;
    margin: 0;
}
.swiper-slide a ul .produt::before {
    /*position: absolute;
    top:0;
    left: 0;
    content: "";
    width: 100%;
    height: 262px;
    background: rgba(0,0,0,0.02);
    transition: all 0.2s;*/
}
.swiper-slide a ul:hover .produt::before {
    display: none;
}

@media screen and (max-width: 1024px){
  .tit_h2 {padding: 0 25px;}
  .product-divs {padding: 50px 0;}
}

@media screen and (max-width: 768px){
  .tit_h2 {font-size: 36px;}
  .tit_h2 span {padding-left: 80px; font-size: 22px;}
  .swiper-container {padding: 30px 0 20px 0;}
}

@media screen and (max-width: 570px){
  .tit_h2 span {display: block; padding-left: 0; margin-top: 10px; font-size: 18px;}
}

@media screen and (max-width: 450px){
  .tit_h2 {font-size: 32px;}
}