@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype');
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-right:before {
  content: "\e61b";
}

.icon-left:before {
  content: "\e61c";
}




.swiperStrCopny {
  margin-top: 50px;
}

.swiperStrCopny .swiper-slide {
  width: 860px;
}


.swiperStrCopny .swiper-slide a {
  transition: 0.2s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}


.swiperStrCopny .swiper-slide a>img {
  width: 100%;
}


.swiperStrCopny .swiper-paginations {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  top: 0;
}


.swiperStrCopny .swiper-paginations .swiper-paginations-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #02328d;
}


.swiperStrCopny .swiper-button-prev_s {
  width: 50%;
  height: 100%;
  left: -450px;
  top: 0;
  background: #0000008c;
  border-radius: 5px;
  margin-top: 0;
  z-index: 99;
  transition: 0.2s;
}


.swiperStrCopny .swiper-button-prev_s:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 94%;
  top: 50%;
   background: url(../image/leftaaa.png) no-repeat center; 
   background-size: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*.swiperStrCopny .swiper-button-prev_s:before:hover {*/
/*  background: red;*/
/*}*/


.swiperStrCopny .swiper-button-next_s {
  width: 50%;
  height: 100%;
  right: -450px;
  top: 0;
  background: url(https://www.chysz.cn/public/static/modules/cms/images/ichimatsu.png) repeat 0 0;
  border-radius: 5px;
  margin-top: 0;
  z-index: 99;
  transition: 0.2s;
  background: #0000008c;
}


.swiperStrCopny .swiper-button-next_s:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.356);
  border-radius: 100px;
   background: url(../image/leftaaa.png) no-repeat center; 
   background-size: 100%;
  right: 94%;
  top: 50%;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}


.swiperStrCopny .swiper-button-prev_s:hover::before {
   background: url(../image/leftbbb.png) no-repeat center; 
   background-size: 100%;
}

.swiperStrCopny .swiper-button-next_s:hover::after {
   background: url(../image/leftbbb.png) no-repeat center; 
   background-size: 100%;
}






@media (max-width: 1200px) {

  .swiperStrCopny .swiper-slide {
    width: 500px;
  }

  .swiperStrCopny .swiper-button-next_s {
    width: 50%;
    height: 100%;
    right: -250px;
  }


  .swiperStrCopny .swiper-button-prev_s {
    width: 50%;
    height: 100%;
    left: -250px;
  }
}



@media (max-width: 800px) {

  .swiperStrCopny .swiper-slide {
    width: 300px;
  }

  .swiperStrCopny .swiper-button-next_s {
    width: 50%;
    height: 100%;
    right: -170px;
  }


  .swiperStrCopny .swiper-button-prev_s {
    width: 50%;
    height: 100%;
    left: -170px;
  }
  .swiperStrCopny .swiper-button-prev_s:before{
    left: 76% !important;
  }
  .swiperStrCopny .swiper-button-next_s:after{
    right: 76%;
  }
}