body {
  background: #f5f5f5;
}
.top-box {
  position: relative;
}
.top-box .crumbs-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1440px;
  bottom: 20px;
  z-index: 9;
}
.top-box .crumbs-box .crumbs {
  color: #fff;
}
.top-box .crumbs-box .crumbs .first {
  font-size: 24px;
}
.top-box .crumbs-box .crumbs a {
  color: #fff;
}
.top-box .crumbs-box .crumbs a:hover {
  text-decoration: underline;
}
.top-banner {
  height: 340px;
}
.top-banner .top-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-banner .top-inner .bg {
  width: 100%;
}
.top-banner .s-box {
  position: absolute;
  top: 50%;
  right: 180px;
  width: 700px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-banner .s-box .left-img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  overflow: hidden;
  background: #000;
}
.top-banner .s-box .left-img img {
  width: 100%;
  height: 100%;
}
.top-banner .s-box .text-box {
  width: 74%;
  color: #fff;
}
.top-banner .s-box .text-box .title {
  font-size: 30px;
  margin-bottom: 20px;
}
.top-banner .s-box .text-box .desc {
  font-size: 16px;
}
.vertical-swiper2 {
  height: 400px;
}
.vertical-swiper2 .swiper-slide {
  position: relative;
}
.vertical-swiper2 .swiper-slide .bg {
  width: 100%;
}
.vertical-swiper2 .swiper-slide.move .s-box .text-box .title {
  left: 0;
  opacity: 1;
}
.vertical-swiper2 .swiper-slide.move .s-box .text-box .desc {
  right: 0;
  opacity: 1;
}
.vertical-swiper2 .s-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1440px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vertical-swiper2 .s-box .left-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  background: #000;
  margin-right: 50px;
}
.vertical-swiper2 .s-box .left-img img {
  width: 100%;
  height: 100%;
}
.vertical-swiper2 .s-box .text-box {
  width: 50%;
  color: #fff;
}
.vertical-swiper2 .s-box .text-box .title,
.vertical-swiper2 .s-box .text-box .desc {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.vertical-swiper2 .s-box .text-box .title {
  font-size: 36px;
  margin-bottom: 20px;
  left: -50px;
}
.vertical-swiper2 .s-box .text-box .desc {
  font-size: 22px;
  right: -50px;
}
.bot-con {
  padding: 80px 0;
}
.bot-con .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.bot-con .tabs li {
  width: 165px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}
.bot-con .tabs li.active {
  background: #00a1e8;
  color: #fff;
}
.bot-con .contents li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.bot-con .contents li:nth-child(3n) {
  margin-right: 0;
}
.bot-con .contents li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.bot-con .contents li img {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.bot-con .contents li a {
  display: block;
}
.bot-con .contents li a .top-img {
  height: 0;
  padding-bottom: 56.88%;
}
.bot-con .contents li a .bot-text .title {
  font-size: 30px;
  color: #00a1e8;
  margin: 30px 0 45px;
}
.bot-con .contents li a .bot-text .desc {
  font-size: 20px;
  color: #686e72;
}
@media only screen and (max-width: 1440px) {
  .top-box .crumbs-box {
    width: 1100px;
  }
  .bot-con {
    padding: 60px 0;
  }
  .bot-con .contents li a .bot-text .title {
    font-size: 18px;
    margin: 20px 0 30px;
  }
  .bot-con .contents li a .bot-text .desc {
    font-size: 14px;
  }
  .vertical-swiper2 {
    height: 300px;
  }
  .vertical-swiper2 .s-box {
    width: 1100px;
  }
  .vertical-swiper2 .s-box .left-img {
    width: 120px;
    height: 120px;
    margin-right: 40px;
  }
  .vertical-swiper2 .s-box .text-box .title {
    font-size: 30px;
  }
  .vertical-swiper2 .s-box .text-box .desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-box .crumbs-box {
    width: 900px;
  }
  .bot-con .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bot-con .tabs li {
    width: 20%;
    height: 60px;
    line-height: 60px;
  }
  .bot-con .contents li a .bot-text .title {
    font-size: 20px;
    margin: 15px 0 20px;
  }
  .bot-con .contents li a .bot-text .desc {
    font-size: 16px;
  }
  .vertical-swiper2 .s-box {
    width: 900px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-box {
    margin-top: 58px;
  }
  .bot-con {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-box .crumbs-box {
    width: 96%;
  }
  .top-banner .s-box {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .top-banner .s-box .left-img {
    display: none;
  }
  .top-banner .s-box .text-box {
    width: 100%;
  }
  .vertical-swiper2 .s-box {
    width: 96%;
  }
}
@media only screen and (max-width: 414px) {
  .top-banner {
    height: 200px;
  }
  .top-banner .s-box .text-box {
    width: 100%;
  }
  .top-banner .s-box .text-box .desc {
    display: none;
  }
  .vertical-swiper2 {
    height: 200px;
  }
  .vertical-swiper2 .s-box .left-img {
    display: none;
  }
  .vertical-swiper2 .s-box .text-box {
    width: 100%;
  }
  .vertical-swiper2 .s-box .text-box .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .vertical-swiper2 .s-box .text-box .desc {
    font-size: 16px;
  }
  .top-box {
    margin-top: 40px;
  }
  .top-box .crumbs-box {
    bottom: 8px;
  }
  .top-box .crumbs-box .crumbs .first {
    font-size: 20px;
  }
  .bot-con {
    padding: 20px 0;
  }
  .bot-con .tabs {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bot-con .tabs li {
    width: 33.33%;
    height: 50px;
    line-height: 50px;
  }
  .bot-con .contents li {
    width: 49%;
    margin-right: 2%;
  }
  .bot-con .contents li:nth-child(3n) {
    margin-right: 2%;
  }
  .bot-con .contents li:nth-child(2n) {
    margin-right: 0;
  }
  .bot-con .contents li a .bot-text .title {
    font-size: 18px;
    margin: 5px 0;
  }
  .bot-con .contents li a .bot-text .desc {
    font-size: 14px;
  }
  .bot-con #pages {
    display: none;
  }
}
