@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?tomleg');
  src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tomleg') format('truetype'),
    url('../fonts/icomoon.woff?tomleg') format('woff'),
    url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* 轮播图 */
.banner {
  position: relative;
}

.slide-wrap,
.company {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-wrap img,
.company .wall {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: auto;
  height: auto;
}

.swiper-button-prev:after {
  content: '\e91f';

}

.swiper-button-next:after {
  content: '\e920';
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: icomoon;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #386bf3;
  border-radius: 50%;
  font-size: 50px;
  color: #386bf3;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.introduction {
  position: absolute;
  width: 50%;
  left: 10%;
  color: #fff;
}

.company .container {
  position: absolute;
}

.company .company-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  height: 720px;
}

.company .container .company-content h1 {
  color: #a2beff;
  font-size: 48px;
  font-weight: 600;
  margin: 15px 0;
}

.company .container .company-content h2 {
  color: #333333;
  font-weight: 600;
}

.company .container .company-content>p {
  color: #333333;
  text-indent: 2em;
  padding: 0 40px;
}

.company .row {
  margin-top: 30px;
}

.company .row>div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.company .row img {
  object-fit: contain;
  width: 90%;
  /* height: 100%; */
}

.company .row .slogan {
  position: absolute;
  text-align: center;
}

.company .row .slogan h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.company .row .slogan p {
  margin: 0;
  line-height: 40px;
}

@media screen and (max-width:1439px) {
  .company .company-content {
    height: 600px;
  }

  .company .row {
    margin-top: 25px;
  }

  .company .container .company-content h1 {
    font-size: 44px;
  }
}

@media screen and (max-width:1209px) {
  .company .company-content {
    height: 500px;
  }

  .company .row {
    margin-top: 20px;
  }

  .company .container .company-content h1 {
    font-size: 40px;
  }

  .company .row .slogan p {
    font-size: 18px;
  }
}

@media screen and (max-width:991px) {
  .company .company-content {
    height: 400px;
  }

  .company .row {
    margin-top: 20px;
  }

  .company .container .company-content h1 {
    font-size: 32px;
  }

  .company .row .slogan p {
    font-size: 16px;
    line-height: 30px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}

@media screen and (max-width:767px) {
  .slide-wrap {
    height: 200px;
  }

  .slide-wrap img {
    object-fit: fill;
    width: 100%;
    /* height: auto; */
  }

  .slide-wrap .img-tiaozheng {
    content: url("../upload/index/lunbo.png");
  }

  .introduction {
    width: 80%;
    left: 10%;
    color: #fff;
  }

  .introduction h2 {
    font-size: 15px;
  }

  .introduction p {
    font-size: 13px;
    line-height: 14px;
  }

  .company .wall {
    object-fit: fill;
    width: 100%;
    height: 850px;
  }

  .company .container {
    display: flex;
    justify-content: center;
  }

  .company .container .company-content h1 {
    font-size: 25px;
    margin: 15px 0 5px 0;
  }

  .company .company-content {
    width: 90%;
    height: 750px;
  }

  .company .row>div {
    margin: 10px 0;
  }

  .company .row img {
    object-fit: contain;
    width: 47%;
    /* height: 100%; */
  }

  .company .row .slogan p {
    font-size: 14px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media screen and (max-width:500px) {
  .company .row img {
    object-fit: contain;
    width: 70%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    margin-top: -10px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px;
  }
}