.main-gywm {
  width: 100%;
}

.main-gywm .banner {
  width: 100%;
  height: 500px;
  background: url(../../images/news/about-banner.png) no-repeat center center;
  background-size: cover;
}

.main-gywm .web-nav {
  width: 1200px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(131, 131, 131, 0.19);
  border-radius: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  margin: 0 auto;
  transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -webkit-transform: translateY(-35px);
  -o-transform: translateY(-35px);
}

.main-gywm .web-nav a {
  height: 20px;
  line-height: 19px;
  font-size: 20px;
  position: relative;
}

.main-gywm .web-nav a::after,
.main-gywm .web-nav a::before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  top: 43px;
  position: absolute;
  background-color: #dc0000;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  opacity: 0;
}

.main-gywm .web-nav a::before {
  left: auto;
  right: 50%;
}

.main-gywm .web-nav a.this,
.main-gywm .web-nav a:hover {
  font-weight: bold;
  color: #dc0000;
}

.main-gywm .web-nav a.this::after,
.main-gywm .web-nav a.this::before,
.main-gywm .web-nav a:hover::after,
.main-gywm .web-nav a:hover::before {
  width: 50%;
  opacity: 1;
}

.main-gywm .company-title {
  text-align: center;
}

.main-gywm .company-title span {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.main-gywm .company-title i {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-top: 15px;
}

.main-gywm .bqsms {
  width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
}

.main-gywm .bqsms .bqsm-text {
  margin-top: 50px;
}

.main-gywm .bqsms .bqsm-text h3 {
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
}

.main-gywm .bqsms .bqsm-text h4 {
  font-size: 15px;
  color: #dc0000;
  line-height: 36px;
  font-weight: normal;
}

.main-gywm .bqsms .bqsm-text h4 span {
  font-weight: bold;
}

.main-gywm .bqsms .bqsm-text p {
  font-size: 15px;
  line-height: 36px;
  text-indent: 28px;
}

.main-gywm .hot-zhuanti {
  width: 1400px;
  margin: 60px auto;
}

.main-gywm .hot-zhuanti .mySwiper5 {
  width: 100%;
  height: 215px;
  margin-top: 40px;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-slide a {
  width: 320px;
  height: 160px;
  margin: 0 auto;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-pagination {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
  height: 12px;
  bottom: 3px;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  float: left;
  opacity: 1;
  background-color: #cccccc;
  margin: 2px 4.5px;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.25);
  background: #dc0032;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-button-next,
.main-gywm .hot-zhuanti .mySwiper5 .swiper-button-prev {
  height: 18px;
  margin: 0;
  top: auto;
  bottom: 0;
  color: #cccccc;
  opacity: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-button-prev {
  left: 560px;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-button-next {
  right: 560px;
}

.main-gywm .hot-zhuanti .mySwiper5 .swiper-button-next:after,
.main-gywm .hot-zhuanti .mySwiper5 .swiper-button-prev:after {
  font-size: 18px;
}

.main-gywm .hot-zhuanti .mySwiper5:hover .swiper-button-next,
.main-gywm .hot-zhuanti .mySwiper5:hover .swiper-button-prev {
  opacity: 1;
}

.main-gywm h1 {
  width: 100%;
  font-size: 28px;
  line-height: 1;
  height: 28px;
  text-indent: 36px;
  position: relative;
}

.main-gywm h1::after {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  opacity: 0.2;
  position: absolute;
  top: 9px;
  left: 6px;
}

.main-gywm h1::before {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background-color: #dc0032;
  border-radius: 4px;
  position: absolute;
  top: 4px;
  left: 0;
}

.main-gywm h1 span {
  color: #dc0000;
}

.main-gywm h1 p {
  float: right;
  font-size: 16px;
  color: #9da5b4;
  line-height: 28px;
  font-weight: normal;
  text-indent: 0;
}

.main-gywm h1 a {
  float: right;
  font-size: 14px;
  color: #5e6370;
  font-weight: normal;
  line-height: 28px;
  text-indent: 0;
}

.main-gywm h1 img {
  display: block;
  position: absolute;
  top: 0;
  left: 165px;
  animation: checkin 0.5s ease infinite alternate;
}

@media (max-width: 1440px) {
  .main-gywm .banner {
    height: 430px;
    background-size: auto 430px;
  }

  .main-gywm .web-nav {
    width: 1030px;
    height: 60px;
    border-radius: 30px;
    transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }

  .main-gywm .web-nav a {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }

  .main-gywm .web-nav a::after,
  .main-gywm .web-nav a::before {
    top: 38px;
  }

  .main-gywm .bqsms {
    width: 1200px;
    margin-top: 40px;
  }

  .main-gywm .hot-zhuanti {
    width: 1200px;
    margin-top: 50px;
  }

  .main-gywm .hot-zhuanti .mySwiper5 {
    height: 184px;
    margin-top: 34px;
  }

  .main-gywm .hot-zhuanti .mySwiper5 .swiper-slide a {
    width: 276px;
    height: 138px;
  }

  .main-gywm .hot-zhuanti .mySwiper5 .swiper-button-prev {
    left: 460px;
  }

  .main-gywm .hot-zhuanti .mySwiper5 .swiper-button-next {
    right: 460px;
  }
}