@media (max-width: 576px){
    .col-sm-6--rolips{
        width: 50% !important;
    }
}

@media (max-width: 350px){
    .banner-mobile .container{
         /*width: 100%;*/
         padding-right: 15px;
         padding-left: 5px;
         margin-right: auto;
         margin-left: auto;
    }
}


@media (min-width: 576px){
    .display-none-pc{
        display: none;
    }
}

.queryBannerMobile {
    text-align: center;
    z-index: 10;
}
.queryBannerMobile li{
    float: left;
    margin-left: 3px;
    background-color: #2e3238;
    border-radius: 4px;
}

.queryBannerMobile  a {
    display: inline-block;
    /*width: 100px;*/
    /*float: left;*/
    color: #ffffff;
    margin-left: 4px;
    padding: 10px 0px;
    background-color: #e8c387;
    border-radius: 4px;
    font-size: 13px !important;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #e8c387; !important;
}



/* 产品型号轮播图 */


.js-prev{
    margin-right: 100px !important;
}

.js-next{
    margin-left: 100px!important;
    width: 0 !important;
}

.js-prev::before {
  display: inline-block;
    position: relative;
  top: 50%;
  left: -20% !important;
  vertical-align: top;
  font-size:60px;
    color: #e2dcdcd6;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.js-next::before {
  display: inline-block;
  position: relative;
  top: 50%;
  right: -100% !important;
  vertical-align: top;
  font-size: 60px;
    color: #e2dcdcd6;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.single-slide {
  opacity: 1 !important;
  }

.product_area_pc{
    background: linear-gradient(to bottom, #334252 80%, #fafafa 20%);
}