.fs60 {
  font-size: 60px;
}

.fs30 {
  font-size: 30px;
}

.fs28 {
  font-size: 28px;
}

@media screen and (min-width: 1921px) {
  .banner .container .banner_word .fs60 {
    font-size: 80px;
  }
  .banner .container .banner_word .fs30 {
    font-size: 50px;
  }
  .banner .container .banner_word .more {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 72px;
  }
  .banner .container .banner_word .more p {
    font-size: 26px;
  }
  .banner .container .banner_word .more img {
    margin-left: 10px;
    width: 24px;
    height: 24px;
  }
}

.banner {
  margin-top: 80px;
  position: relative;
}

.banner .banner_video {
  width: 100%;
  height: 100%;
}

.banner .banner_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1640px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.banner .container .banner_word {
  position: static;
  transform: translate(0, 0);
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner .container .banner_word .fs60 {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.banner .container .banner_word .more {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 72px;
}

.banner .container .banner_word .more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.banner .swiper-slide .fs30 {
  padding-bottom: 20px;
  -webkit-transform: translate(0, -60px);
  transition-duration: 1s;
  opacity: 0;
}

.banner .swiper-slide .fs60 {
  -webkit-transform: translate(0, -60px);
  transition-duration: 0.8s;
  opacity: 0;
}

.banner .swiper-slide-active .fs30 {
  transition-delay: .4s;
  transform: none;
  opacity: 1;
  transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.banner .swiper-slide-active .fs60 {
  transition-delay: .4s;
  transform: none;
  opacity: 1;
  transition: opacity 0.6s linear 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.home_collections {
  width: 100%;
  height: auto;
  margin-top: 34px;
}

.home_collections .collections_content {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.home_collections .collections_content .collections_box {
  width: 100%;
  height: auto;
  padding: 10px 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.home_collections .collections_content .collections_box .collections_b_l {
  width: 820px;
  height: 940px;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #F8FAFD;
  padding: 55px 90px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item:hover {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img {
  width: 480px;
  height: 480px;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img img {
  width: 100%;
  height: 100%;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_tag {
  margin-top: 46px;
  color: #009CDC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_title {
  margin-top: 5px;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_text {
  margin-top: 10px;
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more {
  margin-top: 109px;
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more:hover {
  background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.home_collections .collections_content .collections_box .collections_b_r {
  width: 980px;
  height: 940px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  background: #F8FAFD;
  padding: 55px 90px 55px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item:hover {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img {
  width: 350px;
  height: 350px;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img img {
  width: 100%;
  height: 100%;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info {
  width: 390px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_tag {
  margin-top: 0px;
  color: #009CDC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_title {
  margin-top: 5px;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_text {
  margin-top: 10px;
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more {
  margin-top: 109px;
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more:hover {
  background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.home_collections .collections_content .collections_box1 {
  flex-direction: row-reverse;
}

.home_collections .collections_content .collections_box2 .collections_b_l {
  width: 900px;
  height: 460px;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  background: #F8FAFD;
  padding: 55px 90px 55px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item:hover {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img {
  width: 350px;
  height: 350px;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img img {
  width: 100%;
  height: 100%;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info {
  width: 390px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_tag {
  margin-top: 0px;
  color: #009CDC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_title {
  margin-top: 5px;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_text {
  margin-top: 10px;
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more {
  margin-top: 109px;
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more:hover {
  background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.home_collections .collections_content .collections_box2 .collections_b_r {
  width: 900px;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  background: #F8FAFD;
  padding: 55px 90px 55px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item:hover {
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img {
  width: 350px;
  height: 350px;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img img {
  width: 100%;
  height: 100%;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info {
  width: 390px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_tag {
  margin-top: 0px;
  color: #009CDC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_title {
  margin-top: 5px;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_text {
  margin-top: 10px;
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more {
  margin-top: 109px;
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more:hover {
  background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.story .layui-container .content {
  border-radius: 20px;
  overflow: hidden;
}

.story .layui-container .content .text_area {
  top: 132px;
  left: unset;
  transform: translate(0, 0);
  right: 75px;
  max-width: 666px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.story .layui-container .content .text_area .fs48 {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #FFF 22.22%, #9CE2FF 112.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story .layui-container .content .text_area .fs28 {
  text-align: left;
}

.story .layui-container .content .text_area .fs16 {
  margin-top: 23px;
  text-align: left;
}

.story .layui-container .content .text_area .more {
  border: none;
  margin-top: 80px;
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.story .layui-container .content .text_area .more:hover {
  background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
}

.story .layui-container .content .text_area .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.story .layui-container .content .text_area .more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.find-more .layui-container .layui-row .content .item {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.find-more .layui-container .layui-row .content .item:hover .item_img img {
  transform: scale(1.05);
}

.find-more .layui-container .layui-row .content .item:hover .item_content .more {
  display: flex;
}

.find-more .layui-container .layui-row .content .item .item_img {
  width: 100%;
  height: 100%;
}

.find-more .layui-container .layui-row .content .item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.find-more .layui-container .layui-row .content .item .item_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.find-more .layui-container .layui-row .content .item .item_content .item_icon {
  width: 70px;
  height: 70px;
}

.find-more .layui-container .layui-row .content .item .item_content .fs32 {
  margin-top: 16px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.find-more .layui-container .layui-row .content .item .item_content .more {
  border: none;
  margin-top: 74px;
  padding: 13px 31px;
  border-radius: 80px;
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  display: none;
  flex-direction: row;
  align-items: center;
}

.find-more .layui-container .layui-row .content .item .item_content .more:hover {
  background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
}

.find-more .layui-container .layui-row .content .item .item_content .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.find-more .layui-container .layui-row .content .item .item_content .more img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.newsroom {
  background: #fff;
  width: 100%;
  height: auto;
}

.newsroom .index_new .swiper-slide .item_img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.newsroom .index_new .swiper-slide .box {
  margin-top: 34px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsroom .index_new .swiper-slide .box .item_address {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.newsroom .index_new .swiper-slide .box .item_address img {
  width: 20px;
  height: 20px;
}

.newsroom .index_new .swiper-slide .box .item_address p {
  margin-left: 10px;
  color: #009CDC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.newsroom .index_new .swiper-slide .box .fs26 {
  margin-top: 15px;
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 115.385% */
}

.newsroom .index_new .swiper-slide .box .item_text {
  margin-top: 15px;
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

@media screen and (min-width: 1601px) and (max-width: 1900px) {
  .banner {
    margin-top: 4.16667vw;
  }
  .banner .container {
    max-width: 85.41667vw;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .banner .container .banner_word {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .banner .container .banner_word .fs60 {
    text-shadow: 0vw 0.10417vw 0.10417vw rgba(0, 0, 0, 0.2);
  }
  .banner .container .banner_word .more {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.75vw;
  }
  .banner .container .banner_word .more img {
    margin-left: 0.52083vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .banner .swiper-slide .fs30 {
    padding-bottom: 1.04167vw;
    -webkit-transform: translate(0, -3.125vw);
    transition-duration: 1s;
    opacity: 0;
  }
  .banner .swiper-slide .fs60 {
    -webkit-transform: translate(0, -3.125vw);
    transition-duration: 0.8s;
    opacity: 0;
  }
  .banner .swiper-slide-active .fs30 {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  .banner .swiper-slide-active .fs60 {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .home_collections {
    width: 100%;
    height: auto;
    margin-top: 1.77083vw;
  }
  .home_collections .collections_content {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box {
    width: 100%;
    height: auto;
    padding: 0.52083vw 2.34375vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box .collections_b_l {
    width: 42.70833vw;
    height: 48.95833vw;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item {
    width: 100%;
    height: 100%;
    border-radius: 1.04167vw;
    background: #F8FAFD;
    padding: 2.86458vw 4.6875vw 3.64583vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item:hover {
    box-shadow: 0vw 0.52083vw 1.5625vw -0.26042vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img {
    width: 25vw;
    height: 25vw;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_tag {
    margin-top: 2.39583vw;
    color: #009CDC;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_title {
    margin-top: 0.26042vw;
    color: #000;
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_text {
    margin-top: 0.52083vw;
    color: #999;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more {
    margin-top: 5.67708vw;
    padding: 0.67708vw 1.61458vw;
    border-radius: 4.16667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more img {
    margin-left: 0.52083vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .home_collections .collections_content .collections_box .collections_b_r {
    width: 51.04167vw;
    height: 48.95833vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item {
    width: 100%;
    height: 23.95833vw;
    border-radius: 1.04167vw;
    background: #F8FAFD;
    padding: 2.86458vw 4.6875vw 2.86458vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item:hover {
    box-shadow: 0vw 0.52083vw 1.5625vw -0.26042vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img {
    width: 18.22917vw;
    height: 18.22917vw;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info {
    width: 20.3125vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_title {
    margin-top: 0.26042vw;
    color: #000;
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_text {
    margin-top: 0.52083vw;
    color: #999;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more {
    margin-top: 5.67708vw;
    padding: 0.67708vw 1.61458vw;
    border-radius: 4.16667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more img {
    margin-left: 0.52083vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .home_collections .collections_content .collections_box1 {
    flex-direction: row-reverse;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l {
    width: 46.875vw;
    height: 23.95833vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item {
    width: 100%;
    height: 23.95833vw;
    border-radius: 1.04167vw;
    background: #F8FAFD;
    padding: 2.86458vw 4.6875vw 2.86458vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item:hover {
    box-shadow: 0vw 0.52083vw 1.5625vw -0.26042vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img {
    width: 18.22917vw;
    height: 18.22917vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info {
    width: 20.3125vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_title {
    margin-top: 0.26042vw;
    color: #000;
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_text {
    margin-top: 0.52083vw;
    color: #999;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more {
    margin-top: 5.67708vw;
    padding: 0.67708vw 1.61458vw;
    border-radius: 4.16667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more img {
    margin-left: 0.52083vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r {
    width: 46.875vw;
    height: 23.95833vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item {
    width: 100%;
    height: 23.95833vw;
    border-radius: 1.04167vw;
    background: #F8FAFD;
    padding: 2.86458vw 4.6875vw 2.86458vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item:hover {
    box-shadow: 0vw 0.52083vw 1.5625vw -0.26042vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img {
    width: 18.22917vw;
    height: 18.22917vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info {
    width: 20.3125vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_title {
    margin-top: 0.26042vw;
    color: #000;
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_text {
    margin-top: 0.52083vw;
    color: #999;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more {
    margin-top: 5.67708vw;
    padding: 0.67708vw 1.61458vw;
    border-radius: 4.16667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more img {
    margin-left: 0.52083vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .story .layui-container .content {
    border-radius: 1.04167vw;
    overflow: hidden;
  }
  .story .layui-container .content .text_area {
    top: 6.875vw;
    left: unset;
    transform: translate(0, 0);
    right: 3.90625vw;
    max-width: 34.6875vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .story .layui-container .content .text_area .fs48 {
    text-shadow: 0vw 0.05208vw 0.10417vw rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #FFF 22.22%, #9CE2FF 112.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .story .layui-container .content .text_area .fs16 {
    margin-top: 1.19792vw;
    text-align: left;
  }
  .story .layui-container .content .text_area .more {
    border: none;
    margin-top: 4.16667vw;
    padding: 0.67708vw 1.61458vw;
    border-radius: 4.16667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .story .layui-container .content .text_area .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .story .layui-container .content .text_area .more p {
    color: #FFF;
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .story .layui-container .content .text_area .more img {
    margin-left: 0.52083vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .find-more .layui-container .layui-row .content .item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 1.04167vw;
    overflow: hidden;
  }
  .find-more .layui-container .layui-row .content .item:hover .item_img img {
    transform: scale(1.05);
  }
  .find-more .layui-container .layui-row .content .item:hover .item_content .more {
    display: flex;
  }
  .find-more .layui-container .layui-row .content .item .item_img {
    width: 100%;
    height: 100%;
  }
  .find-more .layui-container .layui-row .content .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .find-more .layui-container .layui-row .content .item .item_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .find-more .layui-container .layui-row .content .item .item_content .item_icon {
    width: 3.64583vw;
    height: 3.64583vw;
  }
  .find-more .layui-container .layui-row .content .item .item_content .fs32 {
    margin-top: 0.83333vw;
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0.05208vw 0.10417vw rgba(0, 0, 0, 0.2);
    font-size: 1.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more {
    border: none;
    margin-top: 3.85417vw;
    padding: 0.67708vw 1.61458vw;
    border-radius: 4.16667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .find-more .layui-container .layui-row .content .item .item_content .more p {
    color: #FFF;
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more img {
    margin-left: 0.52083vw;
    width: 1.25vw;
    height: 1.25vw;
  }
  .newsroom {
    background: #fff;
    width: 100%;
    height: auto;
  }
  .newsroom .index_new .swiper-slide .item_img {
    width: 100%;
    height: 100%;
    border-radius: 1.04167vw;
    overflow: hidden;
  }
  .newsroom .index_new .swiper-slide .box {
    margin-top: 1.77083vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsroom .index_new .swiper-slide .box .item_address {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .newsroom .index_new .swiper-slide .box .item_address img {
    width: 1.04167vw;
    height: 1.04167vw;
  }
  .newsroom .index_new .swiper-slide .box .item_address p {
    margin-left: 0.52083vw;
    color: #009CDC;
    font-size: 1.04167vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    /* 150% */
  }
  .newsroom .index_new .swiper-slide .box .fs26 {
    margin-top: 0.78125vw;
    color: #111;
    font-size: 1.35417vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    /* 115.385% */
  }
  .newsroom .index_new .swiper-slide .box .item_text {
    margin-top: 0.78125vw;
    color: #999;
    text-align: center;
    font-size: 0.83333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    /* 187.5% */
  }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .banner {
    margin-top: 4.25vw;
  }
  .banner .container {
    max-width: 87.125vw;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .banner .container .banner_word {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .banner .container .banner_word .fs60 {
    text-shadow: 0vw 0.10625vw 0.10625vw rgba(0, 0, 0, 0.2);
  }
  .banner .container .banner_word .more {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.825vw;
  }
  .banner .container .banner_word .more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .banner .swiper-slide .fs30 {
    padding-bottom: 1.0625vw;
    -webkit-transform: translate(0, -3.1875vw);
    transition-duration: 1s;
    opacity: 0;
  }
  .banner .swiper-slide .fs60 {
    -webkit-transform: translate(0, -3.1875vw);
    transition-duration: 0.8s;
    opacity: 0;
  }
  .banner .swiper-slide-active .fs30 {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  .banner .swiper-slide-active .fs60 {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .home_collections {
    width: 100%;
    height: auto;
    margin-top: 1.80625vw;
  }
  .home_collections .collections_content {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box {
    width: 100%;
    height: auto;
    padding: 0.53125vw 2.39062vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box .collections_b_l {
    width: 43.03125vw;
    height: 49.9375vw;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item {
    width: 100%;
    height: 100%;
    border-radius: 1.0625vw;
    background: #F8FAFD;
    padding: 2.92188vw 4.78125vw 3.71875vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item:hover {
    box-shadow: 0vw 0.53125vw 1.59375vw -0.26562vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img {
    width: 25.5vw;
    height: 25.5vw;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_tag {
    margin-top: 2.44375vw;
    color: #009CDC;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_title {
    margin-top: 0.26562vw;
    color: #000;
    font-size: 2.23125vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_text {
    margin-top: 0.53125vw;
    color: #999;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more {
    margin-top: 5.79062vw;
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .home_collections .collections_content .collections_box .collections_b_r {
    width: 51.53125vw;
    height: 49.9375vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item {
    width: 100%;
    height: 24.4375vw;
    border-radius: 1.0625vw;
    background: #F8FAFD;
    padding: 2.92188vw 4.78125vw 2.92188vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item:hover {
    box-shadow: 0vw 0.53125vw 1.59375vw -0.26562vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img {
    width: 18.59375vw;
    height: 18.59375vw;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info {
    width: 20.71875vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_title {
    margin-top: 0.26562vw;
    color: #000;
    font-size: 2.23125vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_text {
    margin-top: 0.53125vw;
    color: #999;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more {
    margin-top: 5.79062vw;
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .home_collections .collections_content .collections_box1 {
    flex-direction: row-reverse;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l {
    width: 47.28125vw;
    height: 24.4375vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item {
    width: 100%;
    height: 24.4375vw;
    border-radius: 1.0625vw;
    background: #F8FAFD;
    padding: 2.92188vw 4.78125vw 2.92188vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item:hover {
    box-shadow: 0vw 0.53125vw 1.59375vw -0.26562vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img {
    width: 18.59375vw;
    height: 18.59375vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info {
    width: 20.71875vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_title {
    margin-top: 0.26562vw;
    color: #000;
    font-size: 2.23125vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_text {
    margin-top: 0.53125vw;
    color: #999;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more {
    margin-top: 5.79062vw;
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r {
    width: 47.28125vw;
    height: 24.4375vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item {
    width: 100%;
    height: 24.4375vw;
    border-radius: 1.0625vw;
    background: #F8FAFD;
    padding: 2.92188vw 4.78125vw 2.92188vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item:hover {
    box-shadow: 0vw 0.53125vw 1.59375vw -0.26562vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img {
    width: 18.59375vw;
    height: 18.59375vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info {
    width: 20.71875vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_title {
    margin-top: 0.26562vw;
    color: #000;
    font-size: 2.23125vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_text {
    margin-top: 0.53125vw;
    color: #999;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more {
    margin-top: 5.79062vw;
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .story .layui-container .content {
    border-radius: 1.0625vw;
    overflow: hidden;
  }
  .story .layui-container .content .text_area {
    top: 7.0125vw;
    left: unset;
    transform: translate(0, 0);
    right: 3.98438vw;
    max-width: 36.65625vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .story .layui-container .content .text_area .fs48 {
    text-shadow: 0vw 0.05312vw 0.10625vw rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #FFF 22.22%, #9CE2FF 112.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .story .layui-container .content .text_area .fs16 {
    margin-top: 1.22188vw;
    text-align: left;
  }
  .story .layui-container .content .text_area .more {
    border: none;
    margin-top: 4.25vw;
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .story .layui-container .content .text_area .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .story .layui-container .content .text_area .more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .story .layui-container .content .text_area .more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .find-more .layui-container .layui-row .content .item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 1.0625vw;
    overflow: hidden;
  }
  .find-more .layui-container .layui-row .content .item:hover .item_img img {
    transform: scale(1.05);
  }
  .find-more .layui-container .layui-row .content .item:hover .item_content .more {
    display: flex;
  }
  .find-more .layui-container .layui-row .content .item .item_img {
    width: 100%;
    height: 100%;
  }
  .find-more .layui-container .layui-row .content .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .find-more .layui-container .layui-row .content .item .item_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .find-more .layui-container .layui-row .content .item .item_content .item_icon {
    width: 3.71875vw;
    height: 3.71875vw;
  }
  .find-more .layui-container .layui-row .content .item .item_content .fs32 {
    margin-top: 0.85vw;
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0.05312vw 0.10625vw rgba(0, 0, 0, 0.2);
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more {
    border: none;
    margin-top: 3.93125vw;
    padding: 0.69062vw 1.64687vw;
    border-radius: 4.25vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .find-more .layui-container .layui-row .content .item .item_content .more p {
    color: #FFF;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more img {
    margin-left: 0.53125vw;
    width: 1.275vw;
    height: 1.275vw;
  }
  .newsroom {
    background: #fff;
    width: 100%;
    height: auto;
  }
  .newsroom .index_new .swiper-slide .item_img {
    width: 100%;
    height: 100%;
    border-radius: 1.0625vw;
    overflow: hidden;
  }
  .newsroom .index_new .swiper-slide .box {
    margin-top: 1.80625vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsroom .index_new .swiper-slide .box .item_address {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .newsroom .index_new .swiper-slide .box .item_address img {
    width: 1.0625vw;
    height: 1.0625vw;
  }
  .newsroom .index_new .swiper-slide .box .item_address p {
    margin-left: 0.53125vw;
    color: #009CDC;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 150% */
  }
  .newsroom .index_new .swiper-slide .box .fs26 {
    margin-top: 0.79688vw;
    color: #111;
    font-size: 1.38125vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 115.385% */
  }
  .newsroom .index_new .swiper-slide .box .item_text {
    margin-top: 0.79688vw;
    color: #999;
    text-align: center;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 187.5% */
  }
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 50px;
  }
  .banner .container {
    max-width: 92vw;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .banner .container .banner_word {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .banner .container .banner_word .fs60 {
    text-shadow: 0vw 0.26667vw 0.26667vw rgba(0, 0, 0, 0.2);
  }
  .banner .container .banner_word .fs30 {
    text-align: left;
  }
  .banner .container .banner_word .more {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 9.6vw;
  }
  .banner .container .banner_word .more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .banner .swiper-slide .fs30 {
    padding-bottom: 2.66667vw;
    -webkit-transform: translate(0, -8vw);
    transition-duration: 1s;
    opacity: 0;
  }
  .banner .swiper-slide .fs60 {
    -webkit-transform: translate(0, -8vw);
    transition-duration: 0.8s;
    opacity: 0;
  }
  .banner .swiper-slide-active .fs30 {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
  .banner .swiper-slide-active .fs60 {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity 0.6s linear 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
  .home_collections {
    width: 100%;
    height: auto;
    margin-top: 4.53333vw;
  }
  .home_collections .collections_content {
    width: 92%;
    height: auto;
    margin: 0 auto;
  }
  .home_collections .collections_content .collections_box {
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
    gap: 20px;
  }
  .home_collections .collections_content .collections_box .collections_b_l {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item {
    width: 100%;
    height: 100%;
    border-radius: 2.66667vw;
    background: #F8FAFD;
    padding: 7.33333vw 5.33333vw 9.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item:hover {
    box-shadow: 0vw 1.33333vw 4vw -0.66667vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_tag {
    margin-top: 6.13333vw;
    color: #009CDC;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_title {
    margin-top: 0.66667vw;
    color: #000;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_text {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more {
    margin-top: 14.53333vw;
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_l .collections_item .item_info .item_more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .home_collections .collections_content .collections_box .collections_b_r {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    gap: 20px;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item {
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
    background: #F8FAFD;
    padding: 7.33333vw 5.33333vw 7.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item:hover {
    box-shadow: 0vw 1.33333vw 4vw -0.66667vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_title {
    margin-top: 0.66667vw;
    color: #000;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_text {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more {
    margin-top: 14.53333vw;
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box .collections_b_r .collections_item .item_info .item_more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .home_collections .collections_content .collections_box1 {
    margin-top: 20px;
    flex-direction: column;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item {
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
    background: #F8FAFD;
    padding: 7.33333vw 5.33333vw 7.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item:hover {
    box-shadow: 0vw 1.33333vw 4vw -0.66667vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_title {
    margin-top: 0.66667vw;
    color: #000;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_text {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more {
    margin-top: 14.53333vw;
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_l .collections_item .item_info .item_more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item {
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
    background: #F8FAFD;
    padding: 7.33333vw 5.33333vw 7.33333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item:hover {
    box-shadow: 0vw 1.33333vw 4vw -0.66667vw rgba(0, 0, 0, 0.1);
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img {
    width: 100%;
    height: auto;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_img img {
    width: 100%;
    height: 100%;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info {
    margin-top: 2.66667vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_tag {
    margin-top: 0vw;
    color: #009CDC;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_title {
    margin-top: 0.66667vw;
    color: #000;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_text {
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 150% */
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more {
    margin-top: 14.53333vw;
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .home_collections .collections_content .collections_box2 .collections_b_r .collections_item .item_info .item_more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .story .layui-container .content {
    border-radius: 2.66667vw;
    overflow: hidden;
  }
  .story .layui-container .content .text_area {
    top: 5.33333vw;
    left: 5.33333vw;
    transform: translate(0, 0);
    right: unset;
    max-width: 81.33333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .story .layui-container .content .text_area .fs48 {
    text-shadow: 0vw 0.13333vw 0.26667vw rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #FFF 22.22%, #9CE2FF 112.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .story .layui-container .content .text_area .fs28 {
    margin-top: 1.33333vw;
    font-size: 3.73333vw;
    text-align: left;
  }
  .story .layui-container .content .text_area .fs16 {
    margin: 0;
    margin-top: 3.06667vw;
    text-align: left;
  }
  .story .layui-container .content .text_area .more {
    border: none;
    margin-top: 10.66667vw;
    padding: 2.66667vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .story .layui-container .content .text_area .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .story .layui-container .content .text_area .more p {
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .story .layui-container .content .text_area .more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .find-more .layui-container .layui-row .content .item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 2.66667vw;
    overflow: hidden;
  }
  .find-more .layui-container .layui-row .content .item:hover .item_img img {
    transform: scale(1.05);
  }
  .find-more .layui-container .layui-row .content .item:hover .item_content .more {
    display: flex;
  }
  .find-more .layui-container .layui-row .content .item .item_img {
    width: 100%;
    height: 100%;
  }
  .find-more .layui-container .layui-row .content .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .find-more .layui-container .layui-row .content .item .item_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .find-more .layui-container .layui-row .content .item .item_content .item_icon {
    width: 9.33333vw;
    height: 9.33333vw;
  }
  .find-more .layui-container .layui-row .content .item .item_content .fs32 {
    margin-top: 2.13333vw;
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0.13333vw 0.26667vw rgba(0, 0, 0, 0.2);
    font-size: 4.26667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more {
    border: none;
    margin-top: 9.86667vw;
    padding: 1.73333vw 4.13333vw;
    border-radius: 10.66667vw;
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more:hover {
    background: linear-gradient(90deg, #009CDC 0%, #009CDC 100%);
  }
  .find-more .layui-container .layui-row .content .item .item_content .more p {
    color: #FFF;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .find-more .layui-container .layui-row .content .item .item_content .more img {
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .newsroom {
    background: #fff;
    width: 100%;
    height: auto;
  }
  .newsroom .index_new .swiper-slide .item_img {
    width: 100%;
    height: 100%;
    border-radius: 2.66667vw;
    overflow: hidden;
  }
  .newsroom .index_new .swiper-slide .box {
    margin-top: 4.53333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsroom .index_new .swiper-slide .box .item_address {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .newsroom .index_new .swiper-slide .box .item_address img {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .newsroom .index_new .swiper-slide .box .item_address p {
    margin-left: 1.33333vw;
    color: #009CDC;
    font-size: 2.66667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 150% */
  }
  .newsroom .index_new .swiper-slide .box .fs26 {
    margin-top: 2vw;
    color: #111;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 115.385% */
  }
  .newsroom .index_new .swiper-slide .box .item_text {
    margin-top: 2vw;
    color: #999;
    text-align: center;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 187.5% */
  }
}
