.banner {
  position: relative;
  width: 100%;
  height: 600px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: 600px;
  background-size: cover;
  background-position: 50%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: 50%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box h3 {
  width: 74%;
  font-size: 40px;
  font-weight: 400;
  color: #6a91ce;
  line-height: 1.2;
  word-break: break-word;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box p {
  width: 74%;
  margin-top: 25px;
  margin-bottom: 47px;
  font-size: 34px;
  font-weight: 300;
  color: #6a91ce;
  line-height: 1.2;
  word-break: break-word;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a {
  display: inline;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #6a91ce;
  line-height: 20px;
  text-align: center;
  border: 1px solid #6a91ce;
  border-radius: 4px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a span {
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url("/static/cn/imgs/home/gt.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.banner .swiper-container .swiper-pagination {
  width: 1200px !important;
  margin: 0 auto;
  text-align: left;
  opacity: 1;
  left: 20.5%;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-image: url("/static/cn/imgs/home/p.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: unset;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("/static/cn/imgs/home/p1.png");
  background-color: unset;
}
.banner .swiper-container .swiper-button-next {
  width: 32px;
  height: 55px;
  top: auto;
  right: 20.9%;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/r.png");
}
.banner .swiper-container .swiper-button-prev {
  width: 32px;
  height: 55px;
  left: auto;
  right: 23.5%;
  top: auto;
  bottom: 23px;
  background-image: url("/static/cn/imgs/home/l.png");
}
.mobile-banner {
  display: none;
}
.home {
  width: 100%;
}
.home .view-box {
  width: 100%;
  background-color: #F3F3F3;
}
.home .view-box .view-lists {
  padding-top: 70px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.home .view-box .view-lists li {
  width: 354px;
  margin-bottom: 50px;
  cursor: pointer;
}
.home .view-box .view-lists li .img-box {
  width: 100%;
}
.home .view-box .view-lists li .img-box img {
  display: block;
  width: 100%;
}
.home .view-box .view-lists li .infor-box {
  width: 100%;
  height: 144px;
  padding: 30px 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.home .view-box .view-lists li .infor-box h5 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.home .view-box .view-lists li .infor-box p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.home .view-box .view-lists li:hover {
  box-shadow: 0px 2px 20px 1px rgba(165, 164, 164, 0.32);
}
.home .venue-box {
  width: 100%;
  background-image: url('/static/cn/imgs/home/bg-2.jpg');
  background-size: cover;
  background-position: 50%;
  padding: 50px 0 42px;
  margin-bottom: 100px;
}
.home .venue-box h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  color: #6a91ce;
  line-height: 24px;
  letter-spacing: 0.01666667em;
}
.home .venue-box .venue-lists a {
  display: block;
  width: 23%;
}
.home .venue-box .venue-lists a .venue-list {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.home .venue-box .venue-lists a .venue-list img {
  display: block;
  width: 100%;
}
.home .venue-box .venue-lists a .venue-list .logo-imgbox {
  position: absolute;
  opacity: 0;
  background: hsla(0, 0%, 100%, 0.66);
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 1s ease 0s;
}
.home .venue-box .venue-lists a .venue-list .logo-imgbox:hover {
  opacity: 1;
}
.home .venue-box .venue-lists a .venue-list .venue-imgbox {
  overflow: hidden;
}
.home .venue-box .venue-lists a .venue-list .venue-imgbox img {
  transition: all 0.5s ease 0s;
}
.home .venue-box .venue-lists a .venue-list .venue-infor {
  padding: 15px 20px;
  height: 144px;
}
.home .venue-box .venue-lists a .venue-list .venue-infor h6 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.home .venue-box .venue-lists a .venue-list .venue-infor p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.home .middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 240px;
  background: #6291cb;
}
.home .middle h5 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.home .middle p {
  font-size: 16px;
  font-weight: 400;
  color: #f5f5f5;
  text-align: center;
}
.home .latest-news {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 107px;
}
.home .latest-news .news {
  margin: 0 auto;
}
.home .latest-news .news .title {
  font-size: 24px;
  font-weight: 400;
  color: #6291cb;
  line-height: 40px;
}
.home .latest-news .news .news-lists {
  margin-top: 50px;
}
.home .latest-news .news .news-lists .news-list {
  position: relative;
  width: 532px;
  cursor: pointer;
  margin-bottom: 30px;
}
.home .latest-news .news .news-lists .news-list .img-box {
  width: 100%;
}
.home .latest-news .news .news-lists .news-list .img-box img {
  display: block;
  width: 100%;
}
.home .latest-news .news .news-lists .news-list .news-box {
  position: absolute;
  bottom: -110px;
  width: 100%;
  min-height: 123px;
  transition: all 1s;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
}
.home .latest-news .news .news-lists .news-list .news-box .date span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 40px;
}
.home .latest-news .news .news-lists .news-list .news-box .news-title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.home .latest-news .news .news-lists .news-list .news-box .detail {
  display: none;
  color: #333333;
}
.home .latest-news .news .news-lists .news-list1 {
  width: 392px;
  margin-left: 44px;
}
.home .latest-news .news .news-lists .news-list1 .img-box {
  width: 100%;
  height: 199px;
}
.home .latest-news .news .news-lists .news-list1 .img-box img {
  width: 100%;
}
.home .latest-news .news .news-lists .news-list1 .news-box {
  position: absolute;
  bottom: -33px;
  width: 100%;
  min-height: 123px;
  background: #ffffff;
}
.home .latest-news .news .news-lists .news-list2 {
  width: 392px;
  margin-left: 141px;
  margin-top: 124px;
  margin-right: 44px;
}
.home .latest-news .news .news-lists .news-list2 .news-box {
  position: absolute;
  bottom: -88px;
}
.home .latest-news .news .news-lists .news-list3 {
  margin-top: 48px;
}
.home .latest-news .news .news-lists .news-list3 .news-box {
  position: absolute;
  bottom: -88px;
}
@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: 50%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-size: cover;
    background-position: 50%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box h3 {
    width: 68%;
    font-size: 36px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 1.2;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box p {
    width: 68%;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 300;
    color: #6a91ce;
    line-height: 36px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a {
    display: inline;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 20px;
    text-align: center;
    border: 1px solid #6a91ce;
    border-radius: 4px;
  }
  .banner .swiper-container .swiper-pagination {
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 9%;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 8.5%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 11.5%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .mobile-banner {
    display: none;
  }
  .home {
    width: 100%;
  }
  .home .view-box {
    width: 100%;
    background-color: #F3F3F3;
  }
  .home .view-box .view-lists {
    padding-top: 70px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .home .view-box .view-lists li {
    width: 32%;
    margin-bottom: 50px;
    cursor: pointer;
  }
  .home .view-box .view-lists li .img-box {
    width: 100%;
    height: auto;
  }
  .home .view-box .view-lists li .img-box img {
    display: block;
    width: 100%;
  }
  .home .view-box .view-lists li .infor-box {
    width: 100%;
    height: 144px;
    padding: 30px 20px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .home .view-box .view-lists li .infor-box h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  .home .view-box .view-lists li .infor-box h5 p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
  }
  .home .view-box .view-lists li:hover {
    box-shadow: 0px 2px 20px 1px rgba(165, 164, 164, 0.32);
  }
  .home .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 240px;
    background: #6291cb;
  }
  .home .middle h5 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .home .middle p {
    font-size: 16px;
    font-weight: 400;
    color: #f5f5f5;
    text-align: center;
  }
  .home .latest-news {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 107px;
  }
  .home .latest-news .news {
    width: 100%;
    margin: 0 auto;
  }
  .home .latest-news .news .title {
    font-size: 24px;
    font-weight: 400;
    color: #6291cb;
    line-height: 24px;
  }
  .home .latest-news .news .news-lists {
    margin: 0 auto;
    margin-top: 55px;
  }
  .home .latest-news .news .news-lists .news-list {
    position: relative;
    width: 47%;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .home .latest-news .news .news-lists .news-list .img-box {
    width: 100%;
    height: auto;
  }
  .home .latest-news .news .news-lists .news-list .img-box img {
    display: block;
    width: 100%;
  }
  .home .latest-news .news .news-lists .news-list .news-box {
    position: absolute;
    bottom: -88px;
    overflow: hidden;
    width: 100%;
    max-height: 70px;
    min-height: 102px;
    padding: 10px;
    padding-top: 20px;
    box-sizing: border-box;
    transition: all 1.5s;
    color: #333333;
  }
  .home .latest-news .news .news-lists .news-list .news-box .date span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
  }
  .home .latest-news .news .news-lists .news-list .news-box .news-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    color: #333333;
    line-height: 20px;
  }
  .home .latest-news .news .news-lists .news-list .news-box .detail {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home .latest-news .news .news-lists .news-list:hover .news-box {
    max-height: 500px;
  }
  .home .latest-news .news .news-lists .news-list1 {
    width: 30%;
    margin-left: 40px;
  }
  .home .latest-news .news .news-lists .news-list1 .img-box {
    width: 100%;
    height: auto;
  }
  .home .latest-news .news .news-lists .news-list1 .img-box img {
    width: 100%;
  }
  .home .latest-news .news .news-lists .news-list1 .news-box {
    position: absolute;
    bottom: 16px;
    width: 100%;
    min-height: 102px;
    background: #ffffff;
  }
  .home .latest-news .news .news-lists .news-list2 {
    width: 30%;
    margin-top: 97px;
    margin-left: 17%;
    margin-right: 41px;
  }
  .home .latest-news .news .news-lists .news-list2 .news-box {
    position: absolute;
    bottom: -88px;
  }
  .home .latest-news .news .news-lists .news-list3 {
    margin-top: -6px;
  }
  .home .latest-news .news .news-lists .news-list3 .news-box {
    position: absolute;
    bottom: -88px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1100px) {
  .banner {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: 50%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box h3 {
    font-size: 36px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 36px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box p {
    margin-top: 49px;
    font-size: 30px;
    font-weight: 300;
    color: #6a91ce;
    line-height: 36px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a {
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 20px;
    text-align: center;
    border: 1px solid #6a91ce;
    border-radius: 4px;
  }
  .banner .swiper-container .swiper-pagination {
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 5%;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 10%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 13.5%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .mobile-banner {
    display: none;
  }
  .home {
    width: 100%;
  }
  .home .view-box {
    width: 100%;
    background-color: #F3F3F3;
  }
  .home .view-box .view-lists {
    padding-top: 70px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .home .view-box .view-lists li {
    width: 32%;
    margin-bottom: 50px;
    cursor: pointer;
  }
  .home .view-box .view-lists li .img-box {
    width: 100%;
    height: auto;
  }
  .home .view-box .view-lists li .img-box img {
    display: block;
    width: 100%;
  }
  .home .view-box .view-lists li .infor-box {
    width: 100%;
    height: 144px;
    padding: 30px 20px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .home .view-box .view-lists li .infor-box h5 {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  .home .view-box .view-lists li .infor-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
  }
  .home .view-box .view-lists li:hover {
    box-shadow: 0px 2px 20px 1px rgba(165, 164, 164, 0.32);
  }
  .home .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 240px;
    background: #6291cb;
  }
  .home .middle h5 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .home .middle p {
    font-size: 16px;
    font-weight: 400;
    color: #f5f5f5;
    text-align: center;
  }
  .home .latest-news {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 107px;
    background-color: #F3F3F3;
  }
  .home .latest-news .news {
    width: 90%;
    margin: 0 auto;
  }
  .home .latest-news .news .title {
    font-size: 24px;
    font-weight: 400;
    color: #6291cb;
    line-height: 24px;
  }
  .home .latest-news .news .news-lists {
    width: 100%;
    margin: 0 auto;
    margin-top: 55px;
  }
  .home .latest-news .news .news-lists .news-list {
    position: relative;
    width: 48%;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .home .latest-news .news .news-lists .news-list .img-box {
    width: 100%;
    height: auto;
  }
  .home .latest-news .news .news-lists .news-list .img-box img {
    display: block;
    width: 100%;
  }
  .home .latest-news .news .news-lists .news-list .news-box .date span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
  }
  .home .latest-news .news .news-lists .news-list .news-box .news-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
  }
  .home .latest-news .news .news-lists .news-list .news-box .detail {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 2s cubic-bezier(0.25, 0.1, 0, 1.01);
    color: #333333;
  }
  .home .latest-news .news .news-lists .news-list:hover .news-box .detail {
    display: block;
  }
  .home .latest-news .news .news-lists .news-list1 {
    width: 41%;
    margin-left: 12px;
  }
  .home .latest-news .news .news-lists .news-list1 .img-box {
    width: 100%;
    height: auto;
  }
  .home .latest-news .news .news-lists .news-list1 .img-box img {
    width: 100%;
  }
  .home .latest-news .news .news-lists .news-list1 .news-box {
    position: absolute;
    bottom: -61px;
    width: 100%;
    min-height: 110px;
    background: #ffffff;
  }
  .home .latest-news .news .news-lists .news-list2 {
    margin-top: 135px;
    margin-left: 6%;
    margin-right: 29px;
    margin-right: 16px;
    width: 41%;
  }
  .home .latest-news .news .news-lists .news-list2 .news-box {
    position: absolute;
    bottom: -91px;
  }
  .home .latest-news .news .news-lists .news-list3 {
    margin-top: 83px;
  }
  .home .latest-news .news .news-lists .news-list3 .news-box {
    position: absolute;
    bottom: -91px;
  }
}
@media screen and (max-width: 576px) {
  .banner {
    display: none;
    height: 65vh;
    min-height: 65vh;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box h3 {
    font-size: 36px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 36px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box p {
    margin-top: 49px;
    font-size: 30px;
    font-weight: 300;
    color: #6a91ce;
    line-height: 36px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 20px;
    text-align: center;
    border: 1px solid #6a91ce;
    border-radius: 4px;
  }
  .banner .swiper-container .swiper-pagination {
    display: none;
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 19%;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 7%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 17%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .mobile-banner {
    position: relative;
    display: block;
    width: 100%;
    height: 65vh;
    min-height: 65vh;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    background-size: 100% auto;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-image: url("../imgs/home/bg-banner1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide .banner-box h3 {
    width: 100%;
    padding: 20px 30px 0;
    font-size: 18px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide .banner-box .h3-en {
    font-size: 18px;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide .banner-box p {
    width: 100%;
    margin-top: 5px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 300;
    color: #6a91ce;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
  }
  .mobile-banner .swiper-container .swiper-wrapper .swiper-slide .banner-box a {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 20px;
    text-align: center;
    border: 1px solid #6a91ce;
    border-radius: 4px;
  }
  .mobile-banner .swiper-container .swiper-pagination {
    display: none;
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
    opacity: 1;
    left: 19%;
  }
  .mobile-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background-image: url("/static/cn/imgs/home/p.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: unset;
  }
  .mobile-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url("/static/cn/imgs/home/p1.png");
    background-color: unset;
  }
  .mobile-banner .swiper-container .swiper-button-next {
    width: 32px;
    height: 55px;
    top: auto;
    right: 7%;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/r.png");
  }
  .mobile-banner .swiper-container .swiper-button-prev {
    width: 32px;
    height: 55px;
    left: auto;
    right: 17%;
    top: auto;
    bottom: 23px;
    background-image: url("/static/cn/imgs/home/l.png");
  }
  .home {
    width: 100%;
  }
  .home .view-box {
    width: 100%;
    background-color: #F3F3F3;
  }
  .home .view-box .view-lists {
    display: block !important;
    width: 100%;
    padding: 0 3%;
    padding-top: 70px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .home .view-box .view-lists li {
    width: 100%;
    margin-bottom: 50px;
    cursor: pointer;
  }
  .home .view-box .view-lists li .img-box {
    width: 100%;
    height: auto;
  }
  .home .view-box .view-lists li .img-box img {
    display: block;
    width: 100%;
  }
  .home .view-box .view-lists li .infor-box {
    width: 100%;
    height: auto;
    padding: 25px 20px;
    padding-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .home .view-box .view-lists li .infor-box h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
  }
  .home .view-box .view-lists li .infor-box p {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
  }
  .home .view-box .view-lists li:hover {
    box-shadow: 0px 2px 20px 1px rgba(165, 164, 164, 0.32);
  }
  .home .venue-box {
    width: 100%;
    background-image: url('/static/cn/imgs/home/bg-2.jpg');
    background-size: cover;
    background-position: 50%;
    padding: 50px 0 12px;
    margin-bottom: 100px;
  }
  .home .venue-box h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #6a91ce;
    line-height: 24px;
    letter-spacing: 0.01666667em;
  }
  .home .venue-box .venue-lists {
    flex-wrap: wrap;
  }
  .home .venue-box .venue-lists a {
    display: block;
    width: 100%;
  }
  .home .venue-box .venue-lists a .venue-list {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
  }
  .home .venue-box .venue-lists a .venue-list img {
    display: block;
    width: 100%;
  }
  .home .venue-box .venue-lists a .venue-list .logo-imgbox {
    position: absolute;
    opacity: 0;
    background: hsla(0, 0%, 100%, 0.66);
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 1s ease 0s;
  }
  .home .venue-box .venue-lists a .venue-list .logo-imgbox:hover {
    opacity: 1;
  }
  .home .venue-box .venue-lists a .venue-list .venue-imgbox {
    overflow: hidden;
  }
  .home .venue-box .venue-lists a .venue-list .venue-imgbox img {
    transition: all 0.5s ease 0s;
  }
  .home .venue-box .venue-lists a .venue-list .venue-infor {
    padding: 15px 20px;
    height: 144px;
  }
  .home .venue-box .venue-lists a .venue-list .venue-infor h6 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
  }
  .home .venue-box .venue-lists a .venue-list .venue-infor p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
  }
  .home .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #6291cb;
  }
  .home .middle h5 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .home .middle p {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    color: #f5f5f5;
    text-align: center;
  }
  .home .latest-news {
    width: 100%;
    padding: 0 3%;
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #F3F3F3;
    box-sizing: border-box;
  }
  .home .latest-news .news {
    width: 100%;
    margin: 0 auto;
  }
  .home .latest-news .news .title {
    font-size: 24px;
    font-weight: 400;
    color: #6291cb;
    line-height: 24px;
  }
  .home .latest-news .news .news-lists {
    margin-top: 30px;
  }
  .home .latest-news .news .news-lists .news-list {
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .home .latest-news .news .news-lists .news-list .img-box {
    width: 100%;
    height: auto;
  }
  .home .latest-news .news .news-lists .news-list .img-box img {
    display: block;
    width: 100%;
  }
  .home .latest-news .news .news-lists .news-list .news-box {
    position: unset;
    bottom: -110px;
    width: 100%;
    min-height: 110px;
    transition: all 1s;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
  }
  .home .latest-news .news .news-lists .news-list .news-box .date span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
  }
  .home .latest-news .news .news-lists .news-list .news-box .news-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
  }
  .home .latest-news .news .news-lists .news-list .news-box .detail {
    display: block;
    color: #333333;
  }
  .home .latest-news .news .news-lists .news-list1 {
    width: 100%;
    margin-left: 0;
  }
  .home .latest-news .news .news-lists .news-list1 .img-box {
    width: 100%;
    height: auto;
  }
  .home .latest-news .news .news-lists .news-list1 .img-box img {
    width: 100%;
  }
  .home .latest-news .news .news-lists .news-list1 .news-box {
    position: unset;
    bottom: -90px;
    width: 100%;
    min-height: 110px;
    background: #ffffff;
  }
  .home .latest-news .news .news-lists .news-list2 {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .home .latest-news .news .news-lists .news-list2 .news-box {
    position: unset;
    bottom: -110px;
  }
  .home .latest-news .news .news-lists .news-list3 {
    margin-top: 15px;
  }
  .home .latest-news .news .news-lists .news-list3 .news-box {
    position: unset;
    bottom: -100px;
  }
}
