#index_main p, #index_main span, #index_main h1, #index_main h2, #index_main h3, #index_main h4, #index_main h5, #index_main h6 {
  overflow-wrap: break-word;
  white-space: normal;
}
#index_main .goods_list_content {
  background-color: #fff;
  padding: 20px 20px 0;
  width: 100%;
}
#index_main .goods_flex_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#index_main .goods_item_box {
  width: 49.4%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#index_main picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#index_main .goods_item_inner {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #000;
}
#index_main .goods_item_inner img {
  width: 100%;
  height: auto;
  border-radius: 0.390625vw;
  transition: all 0.3s ease;
  display: inline-block;
  object-fit: cover;
}
#index_main .goods_item_inner .goods_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
}
#index_main .goods_item_inner:hover .goods_item_bg {
  opacity: 1;
}
#index_main .goods_item_inner:hover .goods_item_img {
  opacity: 0;
}
#index_main .goods_series_box {
  position: absolute;
  top: 1.5625vw;
  left: 0;
  width: 100%;
}
#index_main .goods_series_title {
  font-size: 1.875vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.3125vw;
}
#index_main .goods_series_describe {
  font-size: 1.09375vw;
  text-align: center;
}
#index_main .buy_new_btn_box {
  position: absolute;
  bottom: 1.25vw;
  left: 50%;
  transform: translateX(-50%);
}
#index_main .buy_new_btn_box a {
  font-size: 0.9375vw;
  display: inline-block;
  color: #fff;
  border-radius: 0.390625vw;
  padding: 0.4296875vw 0.78125vw;
}
#index_main .buy_new_btn_box .learn_new_btn {
  color: #000;
  border-bottom: 1px solid;
  padding: 0 0 2px;
  margin-right: 20px;
  border-radius: 0;
  font-weight: bold;
}
#index_main .buy_new_btn_box .buy_new_btn {
  background-color: #3D5BF6;
}
#index_main .swiper_btn_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.65625vw;
  height: 2.65625vw;
  background-color: #3D5BF6;
  border-radius: 50%;
  text-align: center;
  line-height: 2.65625vw;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
#index_main .swiper_btn_box i {
  font-size: 1.5625vw;
}
#index_main .swiper_next_btn {
  right: 3.125vw;
}
#index_main .swiper_prev_btn {
  left: 3.125vw;
}
#index_main #swiperStory .swiper-slide {
  position: relative;
}
#index_main #swiperStory .swiper-slide img {
  width: 100%;
  height: auto;
}
#index_main .story_pagination_box {
  display: none;
}
#index_main .story_content_text {
  position: absolute;
  left: 14.453125vw;
  top: 3.59375vw;
  width: 30%;
}
#index_main .story_content_text .person_img {
  max-width: 6.25vw;
  margin-bottom: 0.9375vw;
  border-radius: 50%;
}
#index_main .story_content_text p {
  color: #fff;
}
#index_main .story_content_text .person_name {
  font-size: 1.875vw;
  font-weight: bold;
  margin-bottom: 1.171875vw;
}
#index_main .story_content_text .person_describe {
  font-size: 1.25vw;
}
#index_main .story_content_text .story_content_text_describe {
  margin-top: 2.1484375vw;
}
#index_main .story_btn_box {
  margin-top: 7.03125vw;
  position: absolute;
  left: 14.453125vw;
  bottom: 6.484375vw;
}
#index_main .story_btn_box a {
  display: inline-block;
  font-size: 0.9375vw;
  padding: 0.46875vw 0.78125vw;
  border-radius: 0.390625vw;
  cursor: pointer;
}
#index_main .story_btn_video {
  background: #3D5BF6;
  color: #fff;
}
#index_main .story_btn_shop {
  background: #EEF3FF;
  color: #111010;
  margin-left: 2.421875vw;
}
#index_main .video_player_content {
  background: rgba(0, 0, 0, 0.7019607843);
  cursor: default;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 9998;
  display: none;
}
#index_main .video_player_box {
  display: block;
  height: auto;
  left: 50%;
  max-height: 85%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  transform: translate(-50%) translateY(-50%);
  width: 85%;
  zoom: 1;
}
#index_main .video_player_box i {
  position: absolute;
  right: 0.78125vw;
  top: 0.78125vw;
  font-size: 1.5625vw;
  color: #fff;
  cursor: pointer;
}
#index_main .video_player_box .video-player {
  border-radius: 12px;
  height: 600px;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
}
#index_main .partner_content {
  background: #DFDFDF;
  padding: 3.90625vw 0 3.90625vw 3.3984375vw;
}
#index_main .partner_content .swiper-slide {
  width: auto;
}
#index_main .partner_content .swiper-slide img {
  max-width: max-content;
  width: 100%;
}
#index_main #swiperPartner .swiper-wrapper {
  transition-timing-function: linear;
}
#index_main .partner_box {
  display: flex;
  flex-wrap: wrap;
}
#index_main .partner_title {
  color: #000;
  font-size: 1.5625vw;
  font-weight: bold;
  width: 16%;
}
#index_main .partner_list {
  width: 80%;
}
#index_main .news_content {
  background: #F2F6F8;
  padding: 2.1484375vw 0.78125vw 2.9296875vw 0.78125vw;
}
#index_main .news_content p {
  color: #000;
  text-align: left;
}
#index_main .main_content_inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  #index_main .main_content_inner {
    max-width: 64.84375vw;
  }
}
#index_main .news_title {
  font-size: 1.875vw;
  font-weight: bold;
  color: #000;
}
#index_main .news_describe {
  font-size: 0.9375vw;
}
#index_main .news_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.328125vw;
}
#index_main .news_item_box {
  width: 32.5%;
}
#index_main .news_item_box:last-child {
  margin-right: 0;
}
#index_main .news_item_box.support_item {
  width: 24%;
}
#index_main .news_img_box {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#index_main .news_img_box img {
  width: 100%;
  height: auto;
}
#index_main .news_text_box {
  padding: 0.78125vw 0.9375vw;
  background-color: #fff;
  border-radius: 0 0 0.390625vw 0.390625vw;
  text-align: left;
}
#index_main .news_item_title {
  font-size: clamp(16px, 1.171875vw, 30px);
  margin-bottom: 0.390625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.125vw;
}
#index_main .news_item_describe {
  font-size: clamp(14px, 0.703125vw, 20px);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 3.3203125vw;
}
#index_main .news_read_more {
  font-size: 0.9375vw;
  color: #3D5BF6;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.78125vw;
}
#index_main .news_more_btn_box {
  text-align: left;
  margin-top: 1.875vw;
}
#index_main .news_more_btn_box a {
  display: inline-block;
  font-size: 0.9375vw;
  padding: 0.9375vw 0.78125vw;
  border-radius: 0.390625vw;
  background: #3D5BF6;
  color: #fff;
  font-weight: bold;
}
#index_main .support_content {
  background: #fff;
  padding: 3.7109375vw 0.78125vw 3.7109375vw 0.78125vw;
}
#index_main .support_item_img {
  display: block;
  position: relative;
}
#index_main .support_item_img img {
  width: 100%;
  height: auto;
  border-radius: 0.625vw;
}
#index_main .support_item_img p {
  color: #fff;
  padding: 0 0.859375vw;
}
#index_main .support_item_title {
  font-size: 1.171875vw;
  font-weight: bold;
  position: absolute;
  top: 1.171875vw;
  left: 0;
}
#index_main .support_item_describe {
  font-size: clamp(14px, 0.859375vw, 22px);
  position: absolute;
  bottom: 0.78125vw;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  #index_main .goods_item_box {
    width: 100%;
  }
  #index_main .goods_series_box {
    top: 2.7777777778vw;
  }
  #index_main .goods_series_title {
    font-size: 5.1851851852vw;
    line-height: 1.2;
  }
  #index_main .goods_series_describe {
    font-size: 2.962962963vw;
  }
  #index_main .buy_new_btn_box {
    bottom: 3.7037037037vw;
  }
  #index_main .buy_new_btn_box a {
    font-size: 3.3333333333vw;
    padding: 0.9259259259vw 2.7777777778vw;
  }
  #index_main .buy_new_btn_box .learn_new_btn {
    padding: 0 0 2px;
  }
  #index_main .swiper_btn_box {
    width: 4.6296296296vw;
    height: 4.6296296296vw;
    line-height: 4.6296296296vw;
    display: none;
  }
  #index_main .swiper_btn_box i {
    font-size: 2.7777777778vw;
  }
  #index_main .story_pagination_box {
    display: block;
  }
  #index_main .story_content_text {
    left: 0;
    top: 6.6666666667vw;
    width: 100%;
    padding: 0 3.7037037037vw;
    text-align: left;
  }
  #index_main .story_content_text .person_img {
    max-width: 14.8148148148vw;
    margin-bottom: 1.4814814815vw;
  }
  #index_main .story_content_text p {
    color: #fff;
    text-align: left;
  }
  #index_main .story_content_text .person_name {
    font-size: 6.6666666667vw;
    margin-bottom: 1.8518518519vw;
  }
  #index_main .story_content_text .person_describe {
    font-size: 2.962962963vw;
  }
  #index_main .story_content_text .story_content_text_describe {
    margin-top: 5.5555555556vw;
  }
  #index_main .story_btn_box {
    bottom: 11.4814814815vw;
    left: 3.7037037037vw;
  }
  #index_main .story_btn_box a {
    font-size: 3.3333333333vw;
    padding: 1.2037037037vw 2.7777777778vw;
    border-radius: 0.9259259259vw;
  }
  #index_main .partner_content {
    padding: 6.9444444444vw 0 9.2592592593vw;
  }
  #index_main .partner_title {
    width: 100%;
    text-align: center;
    font-size: 6.6666666667vw;
    margin-bottom: 9.2592592593vw;
  }
  #index_main .partner_list {
    width: 100%;
  }
  #index_main .news_content {
    padding: 9.2592592593vw 3.7037037037vw;
  }
  #index_main .news_title {
    font-size: 6.6666666667vw;
  }
  #index_main .news_describe {
    font-size: 3.3333333333vw;
  }
  #index_main .news_content_list {
    margin-top: 9.2592592593vw;
  }
  #index_main .news_item_box {
    width: 100%;
  }
  #index_main .news_item_title {
    font-size: clamp(16px, 4.4444444444vw, 48px);
  }
  #index_main .news_item_describe {
    font-size: clamp(14px, 2.7777777778vw, 30px);
  }
  #index_main .news_read_more {
    font-size: 3.5185185185vw;
  }
  #index_main .news_text_box {
    padding: 4.6296296296vw 3.4259259259vw;
  }
  #index_main #swiperNews .news_content_list {
    flex-wrap: nowrap;
  }
  #index_main #swiperNews .news_content_list .news_item_box {
    margin-right: 0;
  }
  #index_main .news_more_btn_box {
    margin-top: 10vw;
  }
  #index_main .news_more_btn_box a {
    font-size: 3.3333333333vw;
    padding: 1.8518518519vw;
  }
  #index_main .support_content .news_more_btn_box {
    margin-top: 5.1851851852vw;
  }
  #index_main .news_pagination {
    width: 93%;
    margin-top: 3.4259259259vw;
  }
  #index_main .news_pagination span {
    width: 10.2777777778vw;
    height: 1.0185185185vw;
    background: #D9D9D9;
    margin: 0 0.9259259259vw;
    border-radius: 0;
    opacity: 1;
    display: inline-block;
  }
  #index_main .news_pagination .swiper-pagination-bullet-active {
    background: #5B5B5B;
  }
  #index_main .news_content_list {
    justify-content: space-between;
  }
  #index_main .support_content {
    padding: 12.5vw 3.7037037037vw;
  }
  #index_main .news_item_box.support_item {
    width: 49%;
    margin-bottom: 1.8518518519vw;
    margin-right: 0;
  }
  #index_main .support_item_img p {
    padding: 0 2.7777777778vw;
  }
  #index_main .support_item_img img {
    border-radius: 0.7407407407vw;
  }
  #index_main .support_item_title {
    font-size: 3.8888888889vw;
    top: 3.4259259259vw;
  }
  #index_main .support_item_describe {
    font-size: 2.4074074074vw;
  }
}