.banner {
  position: relative;
}
.banner .gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
  width: 400px;
  position: absolute;
  left: 50%;
  bottom: 47px;
  margin-left: -200px;
}
.banner .gallery-thumbs .swiper-slide img {
  border: 3px solid white;
  max-width: 90px;
  max-height: 50px;
  display: block;
  margin: 0 auto;
}

/*center_content*/
.center_content {
  margin-bottom: 20px;
  padding-top: 60px;
}
.center_content .about {
  padding-right: 7px;
  position: relative;
  overflow: visible;
}
.center_content .about .content {
  position: absolute;
  padding: 15px;
  left: 50%;
  top: 50%;
  margin-left: -175px;
  margin-top: -100px;
  width: 350px;
  height: 200px;
  border: 1px solid #d1d1d1;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.center_content .about .content .title {
  font-size: 23px;
  margin-bottom: 10px;
}
.center_content .about .content .title2 {
  font-size: 18px;
}
.center_content .about .content .summary {
  width: 240px;
  font-size: 14px;
  margin: 8px 0;
}
.center_content .about .content ._more {
  background: white;
  margin: 0 auto;
  border-radius: 5px;
  color: #377bee;
  padding: 5px 10px;
  display: inline-block;
}
.center_content .about .content ._more:hover {
  color: #3783f6;
}
.center_content .about .pic img {
  transition: 1s;
}
.center_content .about:hover .pic img {
  transform: scale(1.02);
}
.center_content .rt {
  padding-left: 7px;
}
.center_content .rt .top {
  background: white;
  display: flex;
}
.center_content .rt .top .item {
  flex: 1;
  height: 100px;
  border-right: 1px solid #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.center_content .rt .top .item .pic {
  margin: 0 auto;
  margin-bottom: 10px;
}
.center_content .rt .top .item .name {
  font-size: 13px;
  color: #377bee;
}
.center_content .rt .top .item:last-child {
  border-right: 0;
}
.center_content .rt .top .item:hover {
  background: #c4d7f5;
}
.center_content .rt .owl_rt {
  margin-top: 20px;
}
.center_content .rt .owl_rt .item .title {
  font-size: 14px;
  color: #377bee;
  margin-top: 10px;
}
.center_content .owl-theme .owl-controls .owl-page span {
  background: grey;
}
.center_content .owl-theme .owl-controls .owl-page.active span,
.center_content .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #377bee;
}
.center_content .owl-theme .owl-controls {
  right: 0;
  bottom: 0;
  width: auto;
}

.news {
  padding-bottom: 50px;
}
.news .content {
  grid-template-rows: repeat(2, 1fr);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.news .newslist {
  background: white;
  padding: 5px;
}
.news .newslist .pic {
  height: 165px;
  width: 100%;
  color: white;
  padding: 25px;
}
.news .newslist .pic .typename {
  font-size: 24px;
  font-weight: bold;
}
.news .newslist .pic .longtitle {
  text-transform: uppercase;
  font-size: 13px;
}
.news .newslist .pic .summary {
  margin-top: 10px;
  font-size: 14px;
}
.news .newslist .list {
  padding: 30px;
  padding-bottom: 20px;
}
.news .newslist .list .item {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: black;
  border-bottom: 1px dashed #d1d1d1;
}
.news .newslist .list .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .center_content .about .pic img {
    height: 230px;
  }

  .center_content .about .content {
    border: 0;
    height: 198px;
    margin-top: -104px;
  }

  .center_content .rt {
    float: none;
    padding-left: 0;
  }

  .center_content .about {
    float: none;
    padding-right: 0;
  }

  .center_content {
    padding-top: 20px;
  }

  .center_content .owl-theme .owl-controls {
    position: static;
    margin-top: 5px;
  }

  .news .content {
    display: block;
  }

  .news .newslist {
    margin-bottom: 30px;
  }

  .news .newslist .list {
    padding: 20px;
  }

  .news {
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
