.index .banner {
  z-index: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.index .banner .swiper-slide {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.index .banner .swiper-slide:before {
  content: "";
  display: block;
  padding-bottom: 36.25%;
}

@media (max-width: 767px) {
  .index .banner .swiper-slide {
    background-size: cover;
  }
  .index .banner .swiper-slide:before {
    padding-bottom: 111.13%;
  }
}

.index .banner .text-area {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: right;
  text-shadow: 0 3px 6px #1c1e1a;
}

@media (max-width: 768px) {
  .index .banner .text-area {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .index .banner .text-area {
    bottom: 12%;
    font-size: 25px;
  }
}

.index .banner .text-area .sub-title {
  font-size: 16px;
  font-weight: normal;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .index .banner .text-area .sub-title {
    margin-top: 0.5rem;
  }
}

.index .banner .swiper-wrapper {
  height: auto;
}

.index .banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  margin: 10px 12px;
  width: 30px;
  height: 3px;
  background-color: #000000;
  border-radius: 0;
  color: #000000;
  opacity: 0.8;
}

.index .banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #707070;
  color: #707070;
}

.index .banner .banner-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: inherit;
  height: inherit;
  z-index: 1;
  pointer-events: none;
}

.index .banner .banner-mask img {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.index .more-area {
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .index .more-area {
    margin-top: 1rem;
  }
}

.index .more-area .more-text {
  font-size: 18px;
  color: #ffffff;
  background-color: #343840;
  position: relative;
  width: 201px;
  text-align: center;
  margin: 1rem 0;
  padding: 10px 0;
}

.index .more-area .more-text .icon {
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .more-area .more-text:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.index .news-area, .index .top-news-area {
  padding: 5rem 0;
}

@media (max-width: 991px) {
  .index .news-area, .index .top-news-area {
    padding: 2rem 0;
  }
}

.index .main-title {
  margin: 0 0 1rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: normal;
  color: #000000;
}

.index .main-title img {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .index .main-title {
    margin: 0 0 1rem 0;
  }
}

@media (max-width: 767px) {
  .index .main-title {
    margin: 0 0 8px 0;
  }
}

.index .news-area {
  position: relative;
  background-image: url("/assets/images/news-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .index .news-area {
    background-image: url(/assets/images/mobile-news-bg.png);
  }
}

.index .news-area.has-csr {
  margin-top: 5rem;
}

.index .news-area .csr-download-area {
  position: absolute;
  top: -24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100%;
}

@media (max-width: 991px) {
  .index .news-area .csr-download-area .container {
    padding: 0;
  }
}

.index .news-area .csr-download-area .csr-download-box {
  border-radius: 2px 100px 2px 2px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
}

@media (max-width: 991px) {
  .index .news-area .csr-download-area .csr-download-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0px;
    background-color: #ffffff00;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.index .news-area .csr-download-area .csr-download-box .download-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.95%;
          flex: 0 0 43.95%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ffb300));
  background: linear-gradient(to bottom, #ffa200, #ffb300);
  padding-right: 40px;
  height: 206px;
  font-size: 25px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .index .news-area .csr-download-area .csr-download-box .download-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-radius: 0px 50px 0 0;
    height: auto;
    font-size: 18px;
    padding: 0.5rem 25px 0.5rem 15px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.index .news-area .csr-download-area .csr-download-box .download-area .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 5rem;
}

@media (max-width: 1024px) {
  .index .news-area .csr-download-area .csr-download-box .download-area .title {
    margin-left: 3rem;
  }
}

@media (max-width: 991px) {
  .index .news-area .csr-download-area .csr-download-box .download-area .title {
    margin-left: 15px;
  }
}

.index .news-area .csr-download-area .csr-download-box .download-area img {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 285px;
  height: 180px;
  opacity: 0.18;
}

@media (max-width: 991px) {
  .index .news-area .csr-download-area .csr-download-box .download-area img {
    left: 30px;
    width: 78px;
    height: 61px;
    opacity: 1;
  }
}

.index .news-area .csr-download-area .csr-download-box .download-area .download-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.index .news-area .csr-download-area .csr-download-box .title-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .index .news-area .csr-download-area .csr-download-box .title-area {
    background-color: #ffffff;
    font-size: 18px;
    padding: 0.5rem 0 0.5rem 30px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.13);
  }
}

.index .news-area .csr-download-area .csr-download-box .title-area img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 258px;
  height: 173px;
}

@media (max-width: 991px) {
  .index .news-area .csr-download-area .csr-download-box .title-area img {
    width: 107px;
    height: 68px;
  }
}

.index .news-area .news-item-area {
  position: relative;
}

.index .news-area .news-item-area .news-swiper {
  overflow: hidden;
  padding-bottom: 8px;
}

.index .news-area .news-item-area .news-slide .news-item {
  position: relative;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.index .news-area .news-item-area .news-slide .news-item .news-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}

.index .news-area .news-item-area .news-slide .news-item .news-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 172, 0, 0.44);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .news-area .news-item-area .news-slide .news-item .news-img img {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  pointer-events: none;
}

.index .news-area .news-item-area .news-slide .news-item .news-info {
  padding: 0 15px 4px 15px;
}

.index .news-area .news-item-area .news-slide .news-item .news-info .news-category-area {
  position: relative;
}

.index .news-area .news-item-area .news-slide .news-item .news-info .news-category-area .news-category {
  position: absolute;
  top: -30px;
  left: 0;
  width: 245px;
  border-radius: 2px;
  background-color: #00abff;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

.index .news-area .news-item-area .news-slide .news-item .news-info .news-title {
  padding-top: 2rem;
}

.index .news-area .news-item-area .news-slide .news-item .news-info .news-title a {
  display: -webkit-box;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #343840;
}

.index .news-area .news-item-area .news-slide .news-item .news-info .news-title a span {
  font-size: 18px;
  color: #343840;
  border-bottom: 1px dashed #00abff;
}

.index .news-area .news-item-area .news-slide .news-item .news-info .date {
  text-align: right;
  font-size: 15px;
  color: #343840;
  letter-spacing: 0;
}

.index .news-area .news-item-area .news-slide .news-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  opacity: 0;
  border: 1px solid #00abff;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .news-area .news-item-area .news-slide .news-item:hover:before {
  opacity: 1;
}

.index .news-area .news-item-area .news-slide .news-item:hover .news-img:after {
  width: 100%;
}

.index .news-area .news-item-area .news-slide .news-item:hover .news-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.index .news-area .news-item-area .news-slide:nth-child(even) .news-item .news-info .news-category-area .news-category {
  background-color: #571bb7;
}

.index .news-area .news-item-area .news-slide:nth-child(even) .news-item .news-info .news-title a {
  color: #343840;
}

.index .news-area .news-item-area .news-slide:nth-child(even) .news-item .news-info .news-title a span {
  border-bottom: 1px dashed #571bb7;
}

.index .news-area .news-item-area .news-slide:nth-child(even) .news-item:before {
  border: 1px solid #571bb7;
}

.index .news-area .news-item-area .swiper-pagination {
  top: -25px;
  right: 0;
}

@media (max-width: 767px) {
  .index .news-area .news-item-area .swiper-pagination {
    position: static;
    margin-top: 1rem;
  }
}

.index .news-area .news-item-area .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  background-color: #4ec5ff;
  border-radius: 50%;
  color: #4ec5ff;
  opacity: 0.8;
  border-radius: 2px;
}

.index .news-area .news-item-area .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #8f67eb;
  color: #8f67eb;
}

.index .top-news-area {
  position: relative;
  background-image: url("/assets/images/top-news-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .index .top-news-area {
    background-image: url(/assets/images/mobile-top-news-bg.png);
    padding: 3rem 0;
  }
}

.index .top-news-area .photo-area .photo-bg {
  position: relative;
}

.index .top-news-area .photo-area .photo-bg .pc-photo {
  position: absolute;
  top: -7rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.index .top-news-area .photo-area .photo-bg .pc-photo img {
  width: 100%;
  -webkit-filter: drop-shadow(0 3px 40px rgba(0, 0, 0, 0.42));
          filter: drop-shadow(0 3px 40px rgba(0, 0, 0, 0.42));
  -webkit-animation: floating 8s ease-in-out infinite;
          animation: floating 8s ease-in-out infinite;
}

.index .top-news-area .photo-area .photo-bg .phone-photo {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.index .top-news-area .photo-area .photo-bg .phone-photo img {
  -webkit-filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.39));
          filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.39));
  -webkit-animation: floating 3s ease-in-out infinite;
          animation: floating 3s ease-in-out infinite;
}

@media (max-width: 1024px) {
  .index .top-news-area .photo-area .photo-bg .phone-photo img {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .index .top-news-area .photo-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index .top-news-area .photo-area .mobile-photo-bg {
    position: relative;
    margin: 6rem 0;
  }
  .index .top-news-area .photo-area .mobile-photo-bg .pc-photo {
    position: absolute;
    top: -5rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

@media (max-width: 767px) and (max-width: 320px) {
  .index .top-news-area .photo-area .mobile-photo-bg .pc-photo {
    top: 0;
  }
}

@media (max-width: 767px) {
  .index .top-news-area .photo-area .mobile-photo-bg .pc-photo img {
    -webkit-filter: drop-shadow(0 3px 40px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 40px rgba(0, 0, 0, 0.42));
    -webkit-animation: floating 8s ease-in-out infinite;
            animation: floating 8s ease-in-out infinite;
  }
}

@media (max-width: 767px) and (max-width: 320px) {
  .index .top-news-area .photo-area .mobile-photo-bg .pc-photo img {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .index .top-news-area .photo-area .mobile-photo-bg .phone-photo {
    position: absolute;
    top: -2rem;
    right: 3rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
}

@media (max-width: 767px) and (max-width: 375px) {
  .index .top-news-area .photo-area .mobile-photo-bg .phone-photo {
    right: 1rem;
  }
}

@media (max-width: 767px) and (max-width: 360px) {
  .index .top-news-area .photo-area .mobile-photo-bg .phone-photo {
    right: 0;
  }
}

@media (max-width: 767px) {
  .index .top-news-area .photo-area .mobile-photo-bg .phone-photo img {
    -webkit-filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.39));
            filter: drop-shadow(0 3px 30px rgba(0, 0, 0, 0.39));
    -webkit-animation: floating 3s ease-in-out infinite;
            animation: floating 3s ease-in-out infinite;
  }
}

@media (max-width: 767px) {
  .index .top-news-area .ttitle-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.index .top-news-area .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .index .top-news-area .text-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.index .top-news-area .text-area .text {
  text-align: right;
  font-style: italic;
}

.index .top-news-area .text-area .text .main-text {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  color: #000000;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}

.index .top-news-area .text-area .text .main-text:before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -4rem;
  width: 74px;
  height: 72px;
  background-image: url(/assets/images/top-news-title-icon.svg);
}

@media (max-width: 767px) {
  .index .top-news-area .text-area .text .main-text:before {
    top: 0;
    width: 49px;
    height: 48px;
    background-image: url(/assets/images/top-news-title-mobile-icon.svg);
  }
}

@media (max-width: 400px) {
  .index .top-news-area .text-area .text .main-text:before {
    right: 0;
    top: -30px;
  }
}

@media (max-width: 991px) {
  .index .top-news-area .text-area .text .main-text {
    font-size: 50px;
  }
}

@media (max-width: 360px) {
  .index .top-news-area .text-area .text .main-text {
    font-size: 42px;
  }
}

.index .top-news-area .text-area .text .sub-text {
  font-size: 35px;
  color: #ffa200;
}

@media (max-width: 991px) {
  .index .top-news-area .text-area .text .sub-text {
    font-size: 22px;
  }
}

.index .top-news-area .text-area .text .more-area {
  text-align: right;
  float: right;
}

.index .top-news-area .text-area .text .more-area .more-text {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .top-news-area .top-news-bg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .index .top-news-area .top-news-bg {
    display: none;
  }
}

.index .top-news-area .top-news-bg path:nth-child(3n) {
  stroke: rgba(103, 58, 183, 0.6);
  stroke-dasharray: 100;
  stroke-dashoffset: 600;
  -webkit-animation: draw 6s linear infinite;
          animation: draw 6s linear infinite;
}

.index .top-news-area .top-news-mobile-bg {
  display: none;
}

@media (max-width: 767px) {
  .index .top-news-area .top-news-mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .index .top-news-area .top-news-mobile-bg path:nth-child(3n) {
    stroke: rgba(103, 58, 183, 0.6);
    stroke-dasharray: 100;
    stroke-dashoffset: 600;
    -webkit-animation: draw 8s linear infinite;
            animation: draw 8s linear infinite;
  }
}

.index .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .index .link-area {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.index .link-area .link-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

@media (max-width: 767px) {
  .index .link-area .link-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.index .link-area .link-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 0, 28, 0.5)), to(rgba(0, 84, 149, 0.5)));
  background: linear-gradient(to bottom, rgba(16, 0, 28, 0.5), rgba(0, 84, 149, 0.5));
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .link-area .link-item .link-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .link-area .link-item .link-img:before {
  padding-bottom: 62.5%;
}

@media (max-width: 767px) {
  .index .link-area .link-item .link-img:before {
    padding-bottom: 48.309%;
  }
}

.index .link-area .link-item .link-img a {
  font-size: 25px;
  color: #ffffff;
  text-shadow: 0 0 10px #000000;
  z-index: 2;
}

.index .link-area .link-item:hover:before {
  width: 100%;
}

.index .link-area .link-item.has-listed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (max-width: 767px) {
  .index .link-area .link-item.has-listed {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.index .link-area .link-item.has-listed .link-img:before {
  padding-bottom: 75%;
}

@media (max-width: 767px) {
  .index .link-area .link-item.has-listed .link-img:before {
    padding-bottom: 48.309%;
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes wave {
  0% {
    width: 100%;
  }
  50% {
    width: 150%;
  }
  100% {
    width: 100%;
  }
}

@keyframes wave {
  0% {
    width: 100%;
  }
  50% {
    width: 150%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes swell {
  0%,
  100% {
    right: 0px;
  }
  50% {
    right: -5rem;
  }
}

@keyframes swell {
  0%,
  100% {
    right: 0px;
  }
  50% {
    right: -5rem;
  }
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
