.swiper-slide img {
  display: block;
  width: 100%;
  min-height: 260px;
}
.banner-box .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.banner-box .swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.banner-box .swiper-button-prev{ left: 20px; }
.banner-box .swiper-button-next{ right: 20px;}
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 30px;
}
.banner-box .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  border-radius: 0;
  height: 4px;
  opacity: .5;
}
.banner-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: .8;
}
.swiper-slide-desc {
  position: absolute;
  width: 100%;
  top: 20px;
  color: #fff;
  text-align: center;
}
.swiper-slide-article {
  max-width: 1000px;
}
.swiper-slide-title {
  font-size: 48px;
  padding-top: 100px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}
.swiper-slide-content {
  margin-top: 50px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
  line-height: 28px;
}
.swiper-slide-content2 {
  width: 400px;
  margin: auto;
  text-align: left;
  margin-top: 20px;
  line-height: 32px;
}
.swiper-contact-btn {
  color: #fff;
  border: solid 2px #fff;
  background: none;
  padding: 10px 20px;
}

.field {
  padding-top: 80px;
  background-color: #ffffff;
}
.field-title {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.field-title .field-title-item {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  font-weight: bold;
  padding-bottom: 10px;
  color: #363636;
}
.field-title .field-title-item.active {
  color: #182146;
  border-bottom: 2px solid #182146;
}

.field-content {
  margin-top: 30px;
  line-height: 24px;
}
.field-items {
  margin-top: 30px;
}
.field-item {
  float: left;
  text-align: center;
  width: 16.6%;
  margin-bottom: 40px;
  cursor: pointer;
}

.field-item-img .iconfont {
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
}
.field-item-name {
  margin-top: 18px;
}
.field-item:hover {
  color: #182146;
}
.field-item a {
  color: #182146;
}
.field-item:hover a {
  color: #d21111;
}
.news {
  padding: 50px 0;
  background-color: #ffffff;
}

.news-item {
  padding-right: 15px;
  padding-left: 15px;
}
.news-item-box {
  border: 1px solid #d5d5d5;
  padding: 10px;
  cursor: pointer;
}
.news-item-box:hover {
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2), -2px -2px 8px rgba(0,0,0,0.2);
}

.news-img {
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-title {
  padding-top: 20px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
}

.news-content {
  font-size: 14px;
  line-height: 26px;
  margin: 12px 0px 18px 0px;
  color: #666;
}

.about {
  height: 380px;
  color: #fff;
  background: url("../images/background-parallax-6.png") #202020 no-repeat center 50% / cover;
}
.dot {
  height: 100%;
  background: url(../images/dot.png) 0px 0px / 2px;
  padding: 50px 0px 0px;
  background-size: 2px;
}
.about-logo-box {
  padding-top: 90px;
}
.about-logo {
  width: 350px;
}
.about-content {
  font-size: 16px;
  line-height: 26px;
  text-indent: 32px;
  padding-top: 10px;
}

.person {
  padding: 50px 0;
  padding-bottom: 80px;
  background-color: #ffffff;
}
.person-box {
  width: 70%;
  margin: auto;
}
.person-form {
  margin-top: 50px;
}
.person-form-item {
  position: relative;
  border-bottom: 1px solid #ddd;
  height: 36px;
  padding-left: 38px;
  margin-bottom: 50px;
}
.person-form-item .person-icon {
  height: 32px;
  line-height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
}
.person-form-content input {
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 18px;
}
.person-search {
  width: 93%;
  height: 40px;
  border: solid 2px #182146;
  font-size: 16px;
  line-height: 36px;
  color: #182146;
  background-color: #f6f9ff;
  margin: 20px 20px 0px 20px;
}

.advantage {
  padding: 50px 0;
  background-color: #af0902;
}
.advantage .section-title {
  color: #fff;
}
.advantage .section-title:after{
  background-color: #fff;
}

.advantage-item {
  padding: 25px;
}

.advantage-item-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
}
.advantage-icon .iconfont {
  background-color: #af0902;
  height: 70px;
  line-height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  margin: auto;
}
.advantage-title {
  position: relative;
  font-size: 26px;
  color: #af0902;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #af0902;
}
.advantage-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -20px;
  height: 4px;
  width: 40px;
  background-color: #af0902;
}
.advantage-desc {
  padding-top: 15px;
  line-height: 26px;
  color: #af0902;
}


@media screen and (max-width: 992px) {
  .row {
    margin: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .swiper-slide-article {
    padding: 0 10px;
  }
  .swiper-slide-title {
    padding-top: 20px;
    font-size: 24px;
  }
  .swiper-slide-content{
    margin-top: 20px;
    line-height: 22px;
  }
  .field {
    padding-top: 30px;
  }
  .field-title {
    max-width: 300px;
  }
  .field-desc {
    padding: 0 15px;
  }
  .field-items {
    padding:0 15px;
  }
  .field-item {
    width: 25%;
  }
  .field-item-name {
    height: 32px;
    line-height: 16px;
    margin-top: 15px;
  }
  .dot {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .about {
    height: auto;
  }
  .about .about-logo {
    width: 60%;
    max-width: 350px;
    margin-bottom: 10px;
  }
  .about .about-logo-box {
    padding-top: 20px;
    text-align: center;
  }
  .about .col-md-6 {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .about .about-content{
    padding: 0 15px;
  }
  .news .col-md-4{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news .news-img {
    max-height: 110px;
  }
  .news-title {
    -webkit-line-clamp: 1;
  }
  .news-item {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
  }
  .news-item:nth-child(2n+1) {
    padding-left: 15px;
  }
  .news-item:nth-child(2n+2) {
    padding-right: 15px;
  }
  .news-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
  }
  .advantage {
    padding: 30px 0;
  }
  .advantage-item {
    padding: 15px;
  }
  .advantage-item:nth-child(2n+1) {
    padding-right: 7.5px;
  }
  .advantage-item:nth-child(2n+2) {
    padding-left: 7.5px;
  }
  .advantage .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .advantage-title {
    font-size: 16px;
  }
  .advantage-desc {
    font-size: 13px;
  }
}


@media screen and (min-width: 992px) {

}