.index_01 {
  background-image: url("../images/home/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /* padding: 1.44rem 0 0.88rem; */
  padding: 0.8rem 0;
}

.index_02 {
  background-color: #fff;
  /* padding: 0.96rem 0; */
}

.index_02 .mod .mod-bd {
  padding: 0;
}

.index_02 .wrapper {
  max-width: 100% !important;
  width: 100% !important;
}

.index_03 {
  background-image: url("../images/home/bg3.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /* padding: 1.16rem 0; */
  padding: 0.8rem 0;
}

.index_04 {
  background-color: #fff;
  /* padding: 1.32rem 0 1.12rem; */
  padding: 0.8rem 0;
}

.index_03 .mod .mod-bd {
  padding-top: 0.72rem;
}

@keyframes toggleMove {
  0% {
    bottom: 0.5%;
    opacity: 0.3;
  }

  50% {
    bottom: 1.5%;
    opacity: 1;
  }

  to {
    bottom: 0.5%;
    opacity: 0.3;
  }
}

@keyframes prodetail_kuosan {
  0% {
    width: 10vh;
    height: 10vh;
    opacity: 1;
  }
  100% {
    width: 32vw;
    height: 32vw;
    opacity: 0;
  }
}

.index_04 .wrapper {
  max-width: 1510px;
}

.index_04 .mod-bd {
  padding-bottom: 0.12rem;
}

.index_04 .mod-ft .button {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.solution-list {
  display: flex;
  position: relative;
  max-width: 100%;
}

.solution-item {
  position: relative;
  flex: 0 0 auto;
  flex-grow: 0;
  /* width: 11%; */

  width: 12.5%;
  flex-shrink: 0;
  flex-basis: unset;
  transition: all 0.5s ease;
  margin-right: 0%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000;
}

.solution-item .solution-pic {
  overflow: hidden;
}

.solution-item .solution-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: unset;
}

.solution-item .title-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-left: 0.28rem;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  z-index: 2;
  bottom: 64px;
  transition: 0.5s;
}

.solution-item .title-wrap {
}

.solution-item .title-area .title {
  color: rgba(255, 255, 255, 1);
  font-size: 0.2rem;
  margin-bottom: 0.04rem;
}

.solution-item .title-area .subtitle {
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
}

.solution-item .meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 20px 8%;
  background-color: rgba(240, 130, 0, 0);
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0%;
  top: auto;
  right: auto;
}

.solution-item .meta-wrap {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.solution-item .meta .title {
  color: rgba(183, 211, 66, 1);
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.04rem;
}

.solution-item .meta .subtitle {
  color: rgba(255, 255, 255, 1);
  font-size: 0.24rem;
  margin-bottom: 0.08rem;
}

.solution-item .meta .desc {
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.2rem;
}

.solution-item .meta .more {
  color: rgba(255, 255, 255, 1);
  font-size: 0.18rem;
}

.news-area {
  position: relative;
  padding-bottom: 0.32rem;
}

@media screen and (max-width: 767px) {
  .index_02 {
    padding: 24px 0;
  }

  .index_03 {
    padding: 24px 0;
  }

  .index_03 .mod .mod-bd {
    padding-top: 24px;
  }

  .solution-list {
    flex-wrap: wrap;
  }

  .solution-item {
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
  }

  .solution-item .title-area {
    bottom: 24px;
  }

  .solution-item .title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .solution-item .title-area .title {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .solution-item .title-area .subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .solution-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.5s ease;
  }

  .solution-item.on:after {
    background: rgba(0, 0, 0, 0.2);
  }

  .solution-item .meta {
    display: none;
  }

  .solution-item .solution-pic img {
    object-fit: cover;
  }

  .solution-item .solution-pic {
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .index_04 .swiper-pagination {
    display: none;
  }

  .solution-item .solution-pic img {
    width: 960px;
    height: auto;
    object-fit: cover;
  }

  .solution-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    transition: all 0.5s ease;
  }

  .solution-item .meta {
    background-color: rgba(240, 130, 0, 0);
    transition: all 0.5s ease;
    opacity: 0;
  }

  .solution-item.on {
    /* width: 56%; */
    width: 50%;
  }

  .solution-item.on:after {
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
  }

  .solution-item.on .meta {
    background-color: rgba(240, 130, 0, 0);
    bottom: 10%;
    transition: all 0.8s ease;
    opacity: 1;
    z-index: 9;
  }

  .solution-item.on .title-area {
    opacity: 0;
    transition: 0.1s;
  }
}

.index_01 .wrapper {
  max-width: 1480px;
}

.index_01 .mod .mod-bd {
  padding-bottom: 0.58rem;
  padding-top: 0.2rem;
}

.index_01 .mod-bd .flex-box-left {
  width: 60%;
  padding-right: 1.6rem;
  padding-top: 0.16rem;
}

.index_01 .mod-bd .flex-box-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.index_01 .mod-bd .flex-box-right .pic {
  transition: all 0.3s;
}

.index_01 .mod-bd .flex-box-right .pic,
.index_01 .mod-bd .flex-box-right .pic img {
  border-radius: 0 0.2rem 0 0.2rem;
  transition: all 0.5s;
  width: 100%;
}

.index_01 .mod-bd .flex-box-right:hover .pic {
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.12);
}

.index_01 .mod-bd .flex-box-right:hover .pic img {
  transform: scale(1.05);
}

.index_01 .mod-ft {
  border-top: 1px solid rgba(85, 85, 85, 0.3);
  padding: 0.6rem 0;
  color: rgba(51, 51, 51, 1);
  font-size: 0.18rem;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}

.index_01 .mod-ft .about-info-desc {
  width: 50%;
}

.index_01 .mod-ft .mod-ft-right {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
}

.about-info-title {
  color: rgba(50, 50, 50, 1);
  font-size: 0.28rem;
  margin-bottom: 0.4rem;
}

.statistic-list {
  display: flex;
}

.statistic-list li {
  box-sizing: border-box;
  width: 33.33%;
}

.statistic {
  box-sizing: border-box;
}

.statistic-title {
  color: rgba(50, 50, 50, 1);
  font-size: 0.18rem;
  margin-top: 0.14rem;
}

.statistic-content {
  color: rgba(0, 0, 0, 0.88);
  font-size: 24px;
  display: flex;
}

.statistic-content-value {
  color: var(--main-color);
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
}

.statistic-content-suffix {
  color: rgba(85, 85, 85, 1);
  font-size: 0.24rem;
  margin-left: 0.12rem;
}

@media only screen and (max-width: 767px) {
  .index_01 {
    padding: 28px 0;
  }

  .index_01 .mod-bd .flex-box-left {
    padding-top: 24px;
  }

  .index_01 .mod-ft {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .index_01 .mod-ft .about-info-desc {
    width: 100%;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .index_01 .mod-ft .mod-ft-right {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .index_04 {
    padding: 28px 0;
  }

  .news-area {
    padding-bottom: 48px;
  }

  .about-info-title {
    margin-bottom: 24px;
  }

  .statistic-title {
    font-size: 14px;
    margin-top: 8px;
  }

  .statistic-content-value {
    font-size: 28px;
  }

  .statistic-content-suffix {
    font-size: 14px;
    margin-left: 4px;
  }
}

.pro-list {
  display: flex;
  gap: 0.48rem;
  position: relative;
  max-width: 100%;
}

.pro-area {
  position: relative;
  padding-bottom: 0.6rem;
}

.pro-item {
  position: relative;
  flex: 0 0 auto;
  flex-grow: 0;
  width: 100%;
  height: 100%;

  flex-shrink: 0;
  flex-basis: unset;
  transition: all 0.5s ease;
}

.pro-item .pro-pic {
  overflow: hidden;
  height: 6rem;
}

.pro-item .pro-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pro-item .title-area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  z-index: 2;
  bottom: 50%;
  transition: 0.5s;
}

.pro-item .title-area .title {
  color: rgba(255, 255, 255, 1);
  font-size: 0.24rem;
  position: relative;
  padding-bottom: 0.2rem;
  text-align: center;
}

.pro-item .title-area .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.72rem;
  height: 0.04rem;
  background: rgba(183, 211, 66, 1);
}

.pro-item .title-area .subtitle {
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
}

.pro-item .meta {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 20px 8%;
  background-color: rgba(240, 130, 0, 0);
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0%;
  top: auto;
  right: auto;
}

.pro-item .meta-wrap {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.pro-item .meta .title {
  color: rgba(255, 255, 255, 1);
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.pro-item .meta .desc {
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  line-height: 2;
  margin-bottom: 0.2rem;
  min-height: 1.28rem;
}

.pro-item .meta .more {
  color: rgba(255, 255, 255, 1);
}

.pro-item .meta .more .custom-icon {
  width: 0.48rem;
  height: 0.48rem;
}

@media screen and (max-width: 767px) {
  .pro-item .title-area {
    bottom: 24px;
  }

  .pro-item .title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pro-item .title-area .title {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .pro-item .title-area .subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pro-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.5s ease;
  }

  .pro-item.on:after {
    background: rgba(0, 0, 0, 0.2);
  }
}

.pro-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: all 0.5s ease;
}

.pro-item .meta {
  background-color: rgba(240, 130, 0, 0);
  transition: all 0.5s ease;
  opacity: 0;
}

.pro-item:hover:after {
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.pro-item:hover .meta {
  background-color: rgba(240, 130, 0, 0);
  bottom: 10%;
  transition: all 0.8s ease;
  opacity: 1;
  z-index: 9;
}

.pro-item:hover .title-area {
  opacity: 0;
  transition: 0.1s;
}
