#globalnav,
#globalnav.globalnav-light,
#globalnav.globalheader-light,
.globalheader-light #globalnav,
.theme-light #globalnav {
  --r-globalnav-color: rgba(255, 255, 255, 1);
  --r-globalnav-color-secondary: #e8e8ed;
  --r-globalnav-color-hover: #d00a22;
  --globalnav-background: rgba(0, 0, 0, 0.2);
  --global-logo-url: url("../images/logo.svg");
}

.globalnav-placeholder {
  display: none;
}

@media only screen and ((max-width: 767px)) {
  #globalnav,
  #globalnav.globalnav-light,
  #globalnav.globalheader-light,
  .globalheader-light #globalnav,
  .theme-light #globalnav {
    --r-globalnav-color: rgb(50, 50, 50);
  }
}

.tabs-nav {
  position: relative;
}

.tabs-nav-list {
  display: flex;
}

.tabs-nav-list li {
  position: relative;
  cursor: pointer;
  color: rgb(120, 120, 120);
  font-size: 0.24rem;
  font-weight: 400;
  letter-spacing: 0.012rem;
  padding: 0 0.24rem 0.08rem;
}

.tabs-nav-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 0;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: linear-gradient(
    270deg,
    rgb(215, 0, 15),
    rgb(235, 60, 8) 54%,
    rgb(255, 120, 0) 100%
  );
  opacity: 0;
}

.tabs-nav-list li.active::after {
  opacity: 1;
  width: 2em;
}

.tabs-content .tabs-tabpane {
  display: none;
}

.index_04 {
  background-color: #f3f5f6;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -0.52rem;
}

.news-list::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #000;
}

.news-list li {
  box-sizing: border-box;
  width: 50%;
  padding: 0.53rem 0;
  padding: 0.24rem 0.52rem;
}

.news-list li a {
  display: block;
}

.news-list li a .wrap {
  display: flex;
  align-items: center;
  transition: box-shadow var(--ant-motion-duration-slow);
  transition: all 0.3s;
}

.news-list li .pic-area {
  width: 3.4rem;
  position: relative;
}

.news-list li .meta {
  box-sizing: border-box;
  flex: 1;
  padding: 0.24rem 0.52rem 0.24rem 0;
  min-width: 0;
}

.news-list li .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: rgb(50, 50, 50);
}

.news-list li .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  font-size: 0.16rem;
  color: #888;
  margin: 0.2rem 0 0.4rem;
  line-height: 1.7;
}

.news-list li .more {
  color: rgb(50, 50, 50);
  font-size: 0.16rem;
  transition: all 0.3s;
  background-image: url("../images/more-arr.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 0.18rem;
  padding-right: 0.32rem;
}

.news-list li .published {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f55d07, #d7000f 100%);
  position: absolute;
  z-index: 1;
  top: -0.36rem;
  left: 0.24rem;
}

.news-list li .date {
  color: #fff;
  font-size: 0.36rem;
  line-height: 1.2;
}

.news-list li .month {
  color: #fff;
  font-size: 0.16rem;
}

.news-list li:hover .wrap {
}

.news-list li .more:hover {
  color: var(--ant-orange);
}

@media only screen and (max-width: 767px) {
  .index_04 .subtitle {
    display: none;
  }

  .tabs-nav-list li {
    font-size: 16px;

    letter-spacing: 0;
    padding: 0 12px 4px;
  }

  .news-list {
    margin: 0;
  }

  .news-list::after {
    display: none;
  }

  .news-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
  }

  .news-list li:last-child {
    margin-bottom: 0;
  }

  .news-list li a .wrap {
    flex-wrap: wrap;
  }

  .news-list li .pic-area {
    display: none;
  }

  .news-list li .meta {
    padding: 0;
    width: 100%;
    flex: auto;
  }

  .news-list li .title {
    font-size: 14px;
  }

  .news-list li .desc {
    font-size: 12px;
    margin: 8px 0;
    line-height: 2;
  }

  .news-list li .more {
    font-size: 12px;
    background-size: auto 10px;
    padding-right: 18px;
  }

  .m-date {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
  }
}

/* solution */

.index_03 {
  background-image: url("../images/s-bg.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.solution-list-item {
  --solution-icon-height: 1.6rem;

  position: relative;
}

.solution-list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.solution-list-item .meta {
  box-sizing: border-box;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: calc(100% - var(--solution-icon-height));

  display: flex;
  align-items: center;

  flex-direction: column;
  padding: 0 0.36rem;
}

.solution-list-item .meta .icon {
  box-sizing: border-box;
  height: var(--solution-icon-height);
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-list-item .meta .icon img {
  max-height: 1rem;
}

.solution-list-item .meta .title {
  color: rgb(255, 255, 255);
  font-size: 0.36rem;
  font-weight: 400;
  margin-top: 0.26rem;
}

.solution-list-item .meta .desc {
  color: rgb(255, 255, 255);
  font-size: 0.18rem;
  font-weight: 300;
  line-height: 1.6667;
  height: 0.9rem;
  padding: 0.84rem 0 0;
  margin-bottom: 0.42rem;
  position: relative;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.solution-list-item .meta .desc::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.22rem;
  transform: translateX(-50%);
  width: 1px;
  height: 0.44rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.solution-list-item .meta .more {
  color: rgb(255, 255, 255);
  font-size: 0.18rem;
  font-weight: 400;
}

.solution-list-item .meta .arrow-down {
  position: relative;
  width: 0.20260254rem;
  height: 0.22rem;
  background-image: url(../images/icons/arr-down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  animation: toggleMove 1.5s infinite;
  margin-bottom: 0.24rem;
}

/* .solution-area .swiper-slide-active .solution-list-item .meta, */
.solution-list-item:hover .meta {
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
}

/* .solution-area .swiper-slide-active .solution-list-item .icon, */
.solution-list-item:hover .icon {
  height: 1rem;
  align-items: flex-end;
}

.solution-area {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .index_03 .mod {
    padding-bottom: 0;
  }

  .solution-area {
    padding-bottom: 48px;
  }

  .solution-list-item {
    --solution-icon-height: 1.6rem;
  }

  .solution-list-item .meta .icon img {
    max-height: 1rem;
  }

  .solution-list-item .meta .title {
    font-size: 18px;
    margin-top: 0.26rem;
  }

  .solution-list-item .meta .desc {
    font-size: 14px;
    line-height: 2;
    height: 84px;
  }

  .solution-list-item .meta .desc::after {
    top: 0.22rem;
    height: 0.44rem;
  }

  .solution-list-item .meta .more {
    font-size: 14px;
  }

  .solution-list-item .meta .arrow-down {
    width: 12px;
    height: 12px;
    margin-bottom: 0.24rem;
  }

  /* .solution-area .swiper-slide-active .solution-list-item .meta, */
  .solution-list-item .meta {
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
  }

  /* .solution-area .swiper-slide-active .solution-list-item .icon, */
  .solution-list-item .icon {
    height: 1rem;
  }
}
@keyframes toggleMove {
  0% {
    bottom: 0.5%;
    opacity: 0.3;
  }

  50% {
    bottom: 1.5%;
    opacity: 1;
  }

  to {
    bottom: 0.5%;
    opacity: 0.3;
  }
}

/* about */

.diamond-more {
  box-sizing: border-box;
  transition: all 0.3s;
  font-size: 0.18rem;
  color: #fff;
  width: 1.86333984rem;
  height: 0.46481689rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/icons/polygon_.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.diamond-more .more-icon {
  margin-left: 0.24rem;
}

.diamond-more .more-icon img {
  height: 0.18rem;
}

.diamond-more:hover {
  opacity: 0.8;
  color: var(--main-color);
}

.index_01 {
  background-image: url("../images/about-bg.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;

  display: flex;
  justify-content: flex-end;
  padding-top: 0.72rem;
}

.index_01 .mod {
  --mod-title-font-size: 0.6rem;
  --mod-title-color: rgb(255, 255, 255);

  box-sizing: border-box;
  min-width: 6.9rem;
  height: calc(100% - 0.72rem);
  padding: 0.6rem 0.88rem 0.6rem 0.88rem;
  /* background-color: rgba(0, 0, 0, 0.2); */
  background-color: rgba(5, 17, 34, 0.2);

  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.index_01 .mod .mod-hd h3::before {
  display: none;
}

.index_01 .mod .mod-hd h3 {
  letter-spacing: 0.04rem;
}

.index_01 .mod .mod-hd {
  padding-bottom: 0.2rem;
}
.index_01 .mod .mod-bd {
  padding-top: 0;
}

.statistic-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.statistic-wrap .subtitle {
  font-weight: 200;
  letter-spacing: 0.04rem;
  font-size: 0.36rem;
  color: rgb(255, 255, 255);
}

.statistic-list {
  box-sizing: border-box;
  display: flex;
  width: 4.8rem;
  padding: 0.72rem 0.04rem 0 0;
  justify-content: space-between;
}

.index_01 .mod-ft {
  width: 4.8rem;
}

.statistic-list-item {
  height: 1.92rem;
}

.statistic-list-item img {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .index_01 .mod {
    --mod-title-font-size: 28px;
    --mod-subtitle-font-size: 16px;

    min-width: 100%;
    padding: 48px 20px;
  }

  .index_01 .mod .mod-hd .subtitle {
    font-weight: 200;
  }

  .index_01 .mod .mod-bd {
  }

  .index_01 .mod-ft {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .diamond-more {
    font-size: 14px;
    width: 110px;
    height: 28px;
  }

  .diamond-more .more-icon img {
    height: 12px;
  }

  .statistic-list {
    padding: 0;
    margin: 0 -12px;
  }

  .statistic-list > li {
    padding: 12px;
    width: auto;
  }

  .statistic-list > li:first-child {
    width: auto;
  }

  .statistic-list > li:last-child {
    width: auto;
  }
}

.index_02 {
  background-image: url("../images/pro-bg.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.pro-list {
  display: flex;
  flex-wrap: wrap;
}

.pro-list > li {
  box-sizing: border-box;
  width: 50%;
}

.pro-list-item .media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.3rem;
  position: relative;
}

.pro-list-item .title {
  transition: all 0.3s;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
}

.pro-list-item .media-pic {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-list-item .media-pic img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}

.pro-list-item:hover .media-pic img {
  transform: scale(1.08);
}

.pro-list-item .media::before,
.pro-list-item .media::after,
.pro-list-item .media-pic::before,
.pro-list-item .media-pic::after {
  content: "";
  width: 10vh;
  height: 10vh;
  border: 1px solid #f2473f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: prodetail_kuosan 3s ease-in-out infinite;

  opacity: 0;
  display: none;
}
.media::after {
  animation-delay: 0s;
}
.pro-list-item .media-pic::before {
  animation-delay: 0.4s;
}
.pro-list-item .media-pic::after {
  animation-delay: 0.8s;
}

@keyframes prodetail_kuosan {
  0% {
    width: 10vh;
    height: 10vh;
    opacity: 1;
  }
  100% {
    width: 32vw;
    height: 32vw;
    opacity: 0;
  }
}

.pro-area {
  position: relative;
  padding-bottom: 0.6rem;
}

.pro-area .dhactive .pro-list-item .title {
  color: #d7000f;
}

.pro-area .dhactive .pro-list-item .media::before,
.pro-area .dhactive .pro-list-item .media::after,
.pro-area .dhactive .pro-list-item .media-pic::before,
.pro-area .dhactive .pro-list-item .media-pic::after {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 767px) {
  .index_02 .mod {
    padding-bottom: 0;
  }
  .pro-area {
    padding-bottom: 40px;
  }

  .pro-list-item .media {
    height: 200px;
  }

  .pro-list-item .title {
    font-size: 14px;
  }
}

.index_05 {
  --row-slogan-title-font-size: 0.48rem;
  --row-slogan-subtitle-font-size: 0.32rem;
  --row-slogan-subtitle-margin: 0.12rem;

  position: relative;
  display: flex;
  flex-direction: column;
}

.slogan-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}

.row-slogan {
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row-slogan-title {
  font-size: var(--row-slogan-title-font-size);
  color: rgba(255, 255, 255, 0.92);
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0.01rem 0.02rem 0rem rgba(178, 118, 47, 0.7),
    0.01rem 0.02rem 0.12rem rgba(237, 190, 117, 0.7);
  margin-bottom: 0.32rem;
}

.row-slogan-subtitle {
  font-size: var(--row-slogan-subtitle-font-size);
  margin-top: var(--row-slogan-subtitle-margin);
  color: rgba(255, 255, 255, 0.9);
}

.index_05 .diamond-more {
  text-shadow: 0.01rem 0.02rem 0rem rgba(178, 118, 47, 0.7);
}

@media only screen and (max-width: 767px) {
  .index_05 {
    --row-slogan-height: 300px;
    --row-slogan-title-font-size: 20px;
    --row-slogan-subtitle-font-size: 14px;
    --row-slogan-subtitle-margin: 4px;

    height: var(--row-slogan-height) !important;
  }
}

.index_02 .wrapper,
.index_03 .wrapper,
.index_04 .wrapper,
.index_banner {
  height: 100%;
}

.footer {
  background: rgba(0, 0, 0, 0.8);
}
.footer-ft {
  background: rgba(0, 0, 0, 0.4);
}

.index_01 .mod .mod-bd {
  flex: 1;
}

#float-btn {
  display: none;
}

.banner-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}

.banner-txt .txt1 img {
  width: 9.53rem;
}

.banner-txt .txt2 img {
  width: 9.53rem;
}

.upimg {
  transition: all 0.5s;
}

.pic:hover .upimg {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .banner-txt {
    width: 100%;
    top: 40%;
  }

  .banner-txt .txt1,
  .banner-txt .txt2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .banner-txt .txt1 img,
  .banner-txt .txt2 img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 700px) {
  .wrapper {
    transform: scale(0.8);
  }
}
