._title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
._title .line {
  width: 2px;
  height: 30px;
  margin: 10px 0;
  background: #273d94;
}
._title h5 {
  font-size: 32px;
  font-weight: bold;
  color: #273d94;
}
._title p {
  font-size: 16px;
  color: #b4b4b4;
  text-transform: uppercase;
  margin-top: 15px;
}

._more {
  width: 150px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  background: #273d94;
  border-radius: 5px;
  margin: 0 auto;
  transition: .5s;
}
._more:hover {
  width: 200px;
  color: white;
}
._more img {
  margin-left: 5px;
}

.fenlei .list {
  margin-bottom: 50px;
  display: flex;
  height: 484px;
}
.fenlei .list .item {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  flex-direction: column;
  height: 100%;
  color: white;
  width: 13%;
  position: relative;
  background-size: auto 650px;
  background-position: center center;
  transition-duration: 1s;
}
.fenlei .list .item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background: rgba(39, 61, 148, 0.5);
}
.fenlei .list .item.on {
  width: 35%;
}
.fenlei .list .item.on:after {
  display: none;
}
.fenlei .list .item .name {
  font-size: 32px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.fenlei .list .item .summary {
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.shebei {
  background: url("../images/shebei_bg.jpg") no-repeat center;
  background-size: cover;
  height: 705px;
  padding-top: 77px;
  margin-top: 50px;
}
.shebei .title {
  color: white;
  margin-bottom: 55px;
}
.shebei .title p {
  font-size: 78px;
}
.shebei .title span {
  font-size: 40px;
}
.shebei ._more {
  margin-left: 0;
}
.shebei .list {
  width: 44%;
  margin-bottom: 10px;
}
.shebei .list .item {
  float: left;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  font-size: 28px;
  width: 50%;
  color: white;
}
.shebei .list .item img {
  margin-right: 10px;
}

.about {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../images/shui_bg.jpg") no-repeat bottom;
}
.about ._title {
  align-items: flex-start;
}
.about ._title p {
  font-size: 20px;
  color: black;
}
.about .top_box {
  display: flex;
  align-items: center;
}
.about .top_box .rt {
  border-radius: 10px;
  overflow: hidden;
}
.about .top_box .lf {
  padding-right: 150px;
}
.about .top_box .lf .summary {
  line-height: 2;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.about .top_box .lf ._more {
  margin-left: 0;
}
.about .bottom_box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.about .bottom_box .item {
  width: 20%;
  text-align: center;
}
.about .bottom_box .item .num {
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.about .bottom_box .item .num p {
  font-size: 68px;
  color: #273d94;
}
.about .bottom_box .item .num .fuhao {
  position: absolute;
  right: -32px;
  font-size: 29px;
  top: 4px;
}
.about .bottom_box .item .name {
  font-size: 20px;
}

.case {
  background: url("../images/case_bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}
.case ._title {
  align-items: flex-start;
  margin-bottom: 35px;
}
.case .lf {
  width: 280px;
  padding-right: 70px;
  color: white;
}
.case .lf ._more {
  margin-left: 0;
}
.case .lf ._title h5 {
  color: white;
}
.case .lf ._title p {
  color: white;
}
.case .lf .summary {
  margin-bottom: 40px;
}
.case .rt {
  width: 85%;
}
.case .rt .swiper-slide {
  width: 490px;
}
.case .rt .item {
  margin: 10px;
}
.case .rt .item .name {
  font-size: 20px;
  color: white;
  margin-top: 8px;
  text-align: center;
}

.news {
  overflow: visible;
}
.news .list {
  margin-bottom: 50px;
  position: relative;
}
.news .list .item {
  box-shadow: 0px 1px 18.52px -5.52px rgba(20, 20, 20, 0.26);
  width: 90%;
  margin: 5px auto;
}
.news .list .item .message {
  background: white;
  padding-top: 50px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}
.news .list .item .title {
  font-size: 22px;
  color: black;
}
.news .list .item .line {
  width: 60px;
  height: 5px;
  background: #273d94;
  margin-top: 25px;
  margin-bottom: 22px;
}
.news .list .item .addtime {
  font-size: 17px;
  color: #54493e;
}
.news .list .item .summary {
  font-size: 16px;
  margin-bottom: 50px;
  color: #b9b7b9;
}
.news .swiper-button-next {
  right: -30px;
}
.news .swiper-button-prev {
  left: -30px;
}
.news .swiper-button-next, .news .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}
.news .swiper-button-next:after, .news .swiper-button-prev:after {
  display: none;
}

.lianxi {
  background: url("../images/contact_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 454px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 40px;
  color: white;
}
.lianxi ._more {
  margin-top: 30px;
  background: transparent;
  border: 1px solid white;
}

@media (max-width: 768px) {
  ._title h5 {
    font-size: 22px;
  }

  ._title p {
    font-size: 13px;
    margin-top: 6px;
  }

  ._title .line {
    height: 16px;
  }

  ._title {
    margin-bottom: 30px;
  }

  .fenlei .list .item {
    width: 100%;
    height: 200px;
  }

  .fenlei .list .item .name {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .fenlei .list .item .summary {
    font-size: 14px;
  }

  .fenlei .list .item.on {
    width: 100%;
  }

  .fenlei .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }

  .fenlei .list .item.on:after {
    display: block;
  }

  .shebei .list {
    width: 100%;
  }

  .shebei ._more {
    margin-left: auto;
  }

  .shebei {
    background: #273d94;
    padding-top: 0;
  }
  .shebei ._more {
    background: white;
    color: black;
  }
  .shebei ._more img {
    -ms-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
  }
  .shebei ._title {
    background: white;
    margin-bottom: 0;
    padding-bottom: 30px;
    display: flex !important;
  }
  .shebei .list {
    padding: 20px 15px;
  }
  .shebei .container2 {
    padding-left: 0;
    padding-right: 0;
  }

  .shebei .list .item img {
    width: 20px;
  }

  .shebei .list .item {
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .about .top_box {
    display: block;
  }

  .about .top_box .lf {
    padding-right: 0;
  }

  .about .top_box .lf .summary {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .about .top_box .rt {
    margin-bottom: 30px;
  }

  .case .lf .summary {
    margin-bottom: 30px;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about ._title {
    align-items: center;
  }

  .about .top_box .lf ._more {
    margin-left: auto;
  }

  .about .bottom_box .item .name {
    font-size: 14px;
  }

  .about .bottom_box .item {
    width: 50%;
    margin-bottom: 15px;
  }

  .about .bottom_box {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .about .bottom_box .item .num p {
    font-size: 30px;
  }

  .case ._title {
    align-items: center;
  }

  .case {
    display: block;
    padding: 50px 15px;
  }

  .case .lf {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .case .lf ._more {
    margin-left: auto;
  }

  .case .rt .swiper-slide {
    width: auto;
  }

  .case .rt .item .name {
    font-size: 14px;
  }

  .case .rt {
    width: 100%;
    margin-top: 30px;
  }

  .news .list .item {
    width: 100%;
    border: 1px solid #d7d7d7;
  }

  .news .swiper-button-prev {
    left: 0;
  }

  .news .swiper-button-next, .news .swiper-button-prev {
    display: none;
  }

  .news .swiper-button-next {
    right: -0px;
  }

  .news .list .item .message {
    padding: 20px 15px;
  }

  .news .list .item .title {
    font-size: 16px;
  }

  .news .list .item .summary {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .lianxi {
    font-size: 22px;
    height: 250px;
  }

  .news .list .item .addtime {
    font-size: 12px;
  }

  .news .list .item .line {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

/*# sourceMappingURL=index.css.map */
