.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 .online {
  width: 1400px;
  min-height: 365px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  background: url(../../images/news/form-img.png) no-repeat 840px top;
}

.main-gywm .online form {
  display: block;
  width: 100%;
  margin-top: 40px;
  /* .roundedTwo */
  /* end .roundedTwo */
}

.main-gywm .online form .label-item {
  display: block;
  width: 492px;
  min-height: 42px;
  margin-bottom: 20px;
  position: relative;
}

.main-gywm .online form .label-item input {
  width: 490px;
  height: 40px;
  border-radius: 10px;
  border: solid 1px #f1f2f6;
  text-indent: 44px;
  font-size: 16px;
  float: left;
  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 .online form .label-item input::-webkit-input-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item input::-moz-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item input:-moz-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item input:-ms-input-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item textarea::-webkit-input-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item textarea::-moz-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item textarea:-moz-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item textarea:-ms-input-placeholder {
  font-size: 16px;
}

.main-gywm .online form .label-item input.error {
  border: solid 1px #dc0000;
}

.main-gywm .online form .label-item input:focus {
  border: solid 1px #333;
}

.main-gywm .online form .label-item img {
  float: right;
  width: auto;
  height: 42px;
  cursor: pointer;
}

.main-gywm .online form .label-item button {
  width: 140px;
  height: 42px;
  background-color: #ffd6d6;
  border-radius: 20px;
  float: left;
  margin-left: 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  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;
}

.main-gywm .online form .label-item span {
  width: 100%;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  left: 510px;
  color: #dc0000;
  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 .online form .label-item span.error {
  opacity: 1;
}

.main-gywm .online form .label-item:first-child input {
  background: url(../../images/news/user-name.png) no-repeat 17px center;
}

.main-gywm .online form .label-item:nth-child(2) input {
  background: url(../../images/news/user-phone.png) no-repeat 18px center;
}

.main-gywm .online form .label-item:nth-child(3) input {
  width: 330px;
  background: url(../../images/news/user-yan.png) no-repeat 14px center;
}

.main-gywm .online form .label-item:nth-child(4) input {
  width: 330px;
  background: url(../../images/news/user-code.png) no-repeat 16px center;
}

.main-gywm .online form .label-item:nth-child(5) {
  width: 1400px;
  height: 202px;
}

.main-gywm .online form .label-item:nth-child(5) textarea {
  width: 1310px;
  height: 200px;
  border-radius: 10px;
  border: solid 1px #f1f2f6;
  resize: none;
  font-size: 16px;
  line-height: 40px;
  padding: 0 44px;
  background: url(../../images/news/user-node.png) no-repeat 18px 10px;
  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 .online form .label-item:nth-child(5) .iptFocus,
.main-gywm .online form .label-item:nth-child(5) textarea:focus {
  border: 1px solid #333;
}

.main-gywm .online form .xieyi {
  height: 20px;
}

.main-gywm .online form .xieyi p {
  line-height: 20px;
  float: left;
  margin-left: 12px;
}

.main-gywm .online form .xieyi p a {
  display: inline;
  color: #dc0000;
}

.main-gywm .online form .xieyi p a:hover {
  text-decoration: underline;
}

.main-gywm .online form .roundedTwo {
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.main-gywm .online form .roundedTwo label {
  width: 18px;
  height: 18px;
  border: 1px solid #6a6a6a;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  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 .online form .roundedTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 1px solid #6a6a6a;
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  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 .online form .roundedTwo input[type=checkbox] {
  visibility: hidden;
}

.main-gywm .online form .roundedTwo input[type=checkbox]:checked+label:after {
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
}

.main-gywm .online form .roundedTwo input[type=checkbox]:checked+label {
  background: #dc0000;
  border: 1px solid #dc0000;
}

.main-gywm .online form .tj {
  width: 400px;
  height: 60px;
  background-color: #dc0000;
  border-radius: 30px;
  display: block;
  margin: 24px auto;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.main-gywm .online form ul li {
  font-size: 12px;
  line-height: 26px;
  opacity: 0.5;
}

.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 .online {
    width: 1200px;
    margin-top: 40px;
  }

  .main-gywm .online form .label-item:nth-child(5) {
    width: 1200px;
    height: 202px;
  }

  .main-gywm .online form .label-item:nth-child(5) textarea {
    width: 1110px;
    height: 180px;
  }

  .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;
  }
}