@charset "UTF-8";

:root {
  --logoColor: #d7000f;
  --height: 51px;
  --300: "Izmir-Heavy";
  --400: "Izmir-Regular";
  --600: "Izmir-Extrabold";
}


.scroll-animate.animated {
  visibility: hidden;
}

.disable-hover {
  pointer-events: none;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.w1740 {
  width: 43.5rem;
  max-width: 95%;
  margin: 0 auto;
  /*margin: 0 5rem;*/
}

.w1520 {
  width: 38rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1400 {
  width: 35rem;
  max-width: 90%;
  margin: 0 auto;
}

.w1200 {
  width: 30rem;
  max-width: 90%;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.lh1 {
  line-height: 1;
}

.fonb {
  font-weight: bold;
  font-family: var(--600);
}

.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-tit {
  font-size: 1rem;
  color: #333333;
  line-height: 1.3;
  font-weight: bold;
  font-family: var(--600);
}

.main-tit.side {
  line-height: 1.5;
}

.main-tit.white {
  color: #fff;
}

.side-tit {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #333333;
  font-weight: bold;
  font-family: var(--600);
}

.side-tit.white {
  color: #fff;
}

.ban-tit {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  font-family: var(--600);
  text-align: center;
  /*width: 30rem;*/
}

.main-more {
  display: block;
  min-width: 3.2rem;
  width: -moz-max-content;
  width: max-content;
  height: 0.95rem;
  padding: 0 0.6rem;
  text-align: center;
  line-height: 0.95rem;
  background-color: #fff;
  color: #333333;
  border-radius: 2px;
  transition: all 0.4s;
}

.main-more.other {
  box-shadow: 0 0 0 1px #efefef;
}

.main-more.viBg {
  background-color: var(--logoColor);
  color: #fff;
}

.main-more:hover {
  background-color: var(--logoColor);
  color: #fff;
  box-shadow: none;
}

.main-swiper .swiper-button-prev,
.main-swiper .swiper-button-next {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  color: #333;
  transition: all 0.4s;
}

.main-swiper .swiper-button-prev::after,
.main-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}

.main-swiper .swiper-button-prev:hover,
.main-swiper .swiper-button-next:hover {
  background-color: var(--logoColor);
  box-shadow: none;
  color: #fff;
}

.main-swiper.whiteBg .swiper-button-prev,
.main-swiper.whiteBg .swiper-button-next {
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
}

.main-swiper.whiteBg .swiper-button-prev:hover,
.main-swiper.whiteBg .swiper-button-next:hover {
  box-shadow: none;
}

body .side-swiper .swiper-button-prev,
body .side-swiper .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 1px;
  margin-top: 1.75rem;
  margin-bottom: 1px;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333333;
  color: #333333;
  transition: all 0.4s;
}

body .side-swiper .swiper-button-prev.swiper-button-lock,
body .side-swiper .swiper-button-next.swiper-button-lock {
  display: none;
}

body .side-swiper .swiper-button-prev::after,
body .side-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}

body .side-swiper .swiper-button-prev:hover,
body .side-swiper .swiper-button-next:hover {
  background-color: var(--logoColor);
  color: #fff;
  box-shadow: none;
}

body .side-swiper .swiper-button-prev {
  margin-left: 1px;
}

body .side-swiper .swiper-button-next {
  margin-left: 0.25rem;
}

body .side-swiper .swiper-pagination {
  width: -moz-max-content;
  width: max-content;
  bottom: 0.25rem;
  left: auto;
  right: .1rem;
  font-size: 0.45rem;
  color: #333;
  line-height: 1;
  font-style: italic;
  font-family: var(--600);
  font-weight: bold;
  padding-right: 5px;
}

body .side-swiper .swiper-pagination .swiper-pagination-current {
  font-size: 0.6rem;
  color: var(--logoColor);
}

body .side-swiper .swiper-scrollbar {
  bottom: 0.5rem;
  left: 3.15rem;
  width: 30%;
  height: 1px;
}

body .side-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background-color: var(--logoColor);
}

.page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-box a,
.page-box li {
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 50%;
  color: #333333;
  margin-right: 0.5rem;
  transition: all 0.4s;
}

.page-box a:last-child,
.page-box li:last-child {
  margin-right: 0;
}

.page-box a:hover,
.page-box a.active,
.page-box li:hover,
.page-box li.active {
  background-color: var(--logoColor);
  color: #fff;
}

.page-box .pagingUl {
  display: flex;
  margin: 0 0.5rem;
}

.page-box .prv,
.page-box .next {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-radius: 50%;
  color: #bfbfbf;
  transition: all 0.4s;
}

.page-box .prv:hover,
.page-box .next:hover {
  background-color: var(--logoColor);
  color: #fff;
}

.page-box .first,
.page-box .last {
  display: none;
}

.footer {
  position: relative;
  z-index: 10;
  background-color: #f3f3f3;
  border-top: 1px solid var(--logoColor);
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: calc(4.25rem - 1px);
  border-bottom: calc(0.4rem + 1px) solid var(--logoColor);
  border-left: calc(0.5rem + 1px) solid transparent;
  border-right: calc(0.5rem + 1px) solid transparent;
}

.footer::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  right: 4.25rem;
  border-bottom: 0.4rem solid #f3f3f3;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}

.footer .top {
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .top .f-logo {
  width: 5rem;
}

.footer .top .info {
  display: flex;
  align-items: center;
}

.footer .top .search {
  width: 4.5rem;
  height: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(152, 152, 152, 0.4);
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  overflow: hidden;
}

.footer .top .search input {
  width: calc(100% - 16px);
  height: 100%;
  background: none;
  color: #333;
}

.footer .top .search button {
  width: 16px;
  background: none;
}

.footer .top .search button img {
  width: 100%;
}

.footer .top .share {
  margin-left: 1.25rem;
  display: flex;
  align-items: flex-end;
}

.footer .top .share a {
  width: 0.7rem;
  margin-right: 0.5rem;
  opacity: 0.15;
  filter: grayscale(1);
  transition: all 0.4s;
}

.footer .top .share a:last-child {
  margin-right: 0;
}

.footer .top .share a img {
  width: 100%;
}

.footer .top .share a:hover {
  opacity: 1;
  filter: initial;
}

.footer .mid {
  padding: 1.15rem 0 2.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}

.footer .mid .foot-nav {
  display: flex;
  justify-content: space-between;
  width: 80%;
  padding-right: 1.9rem;
}

/*.footer .mid .foot-nav .li {*/
/*  max-width: 4.65rem;*/
/*}*/
.footer .mid .foot-nav .li a {
  display: block;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 0.35rem;
  transition: all 0.4s;
}
.footer .mid .foot-nav .li:nth-child(2) a:nth-child(2){
    display: none;
}
.footer .mid .foot-nav .li:nth-child(2) a:nth-child(3){
    display: none;
}
.footer .mid .foot-nav .li a:first-child {
  color: #333333;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}

.footer .mid .foot-nav .li a:last-child {
  margin-bottom: 0;
}

.footer .mid .foot-nav .li a:hover {
  color: var(--logoColor);
}

.footer .mid .info {
  width: 20%;
}

.footer .mid .info .li {
  margin-bottom: 1.2rem;
}

.footer .mid .info .li:last-child {
  margin-bottom: 0;
}

.footer .mid .info .li .icon {
  display: flex;
  align-items: center;
}

.footer .mid .info .li .icon div {
  width: 0.5rem;
}

.footer .mid .info .li .icon p {
  color: #333333;
  margin-left: 0.2rem;
}

.footer .mid .info .li .txt {
  margin-top: 0.25rem;
  color: #555555;
  line-height: 1.5;
  padding-left: 0.7rem;
}

.footer .mid .info .li .num {
  margin-top: 0.3rem;
  color: var(--logoColor);
  padding-left: 0.7rem;
}

.footer .btm {
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.footer .btm a {
  color: #999999;
}

.footer .btm .copyright {
  color: #999999;
}

.footer .btm .link {
  color: #999999;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.footer .btm .link span {
    margin: 0 11px;
}

.index-swiper {
  width: 100%;
  height: 100vh;
}

.index-swiper .th30 {
  width: 10.5rem;
  z-index: 15;
}

.index-swiper .th30 img {
  width: 100%;
  height: auto;
  display: none;
}

.index-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}

.index-swiper .swiper-slide .pos-cont {
  position: absolute;
  top: 50%;
  /*padding-left: 5rem;*/
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  color: #fff;
  transition: all .4s;
  /*left: 0;*/
  /*transform: translateY(-50%);*/
  /*font-family: var(--600);*/
  /*font-weight: bold;*/
}

.index-swiper .swiper-slide .pos-cont span {
  font-family: var(--600);
  font-weight: bold;
}

.index-swiper img,
.index-swiper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-swiper.load .swiper-slide .pos-cont {
  opacity: 0;
}

.index-ani {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.i-earth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  z-index: 11;
  overflow: hidden;
  background-color: #fff;
}

.i-earth .wrap {
  position: absolute;
  bottom: -50vh;
  left: 50%;
  transform: translateX(-50%);
  /*width: 100%;*/
  height: -moz-max-content;
  height: max-content;
  /*padding: 3.75rem 2.25rem 0;*/
  /*padding: 4rem 0 0;*/
  background-color: #fff;
}

.i-earth .tit {
  color: #333333;
  line-height: 1.1;
  /*width: 75%;*/
  letter-spacing: 2px;
      font-weight: 400;
    font-family: var(--400);
}
.i-earth .tit span {
    font-family: var(--600);
}
.i-earth .titx span{color:var(--logoColor);font-family:var(--600);}
.i-earth .earth {
  /*margin-top: 1.25rem;*/
  position: relative;
  width: 100%;
  height: 100vh;
  /*padding-top: 1.5rem;*/
  display: flex;
  align-items: center;
}

.i-earth .earth .pic {
  width: 36%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.i-earth .earth .pic img,
.i-earth .earth .pic video {
  width: 100%;
}

.i-earth .earth .li-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}

.i-earth .earth .li-box .li {
  width: 28%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 0.35rem;
  margin-right: 44%;
  margin-bottom: 1.9rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  font-weight: bold;
  font-family: var(--600);
}

.i-earth .earth .li-box .li .country {
  position: relative;
}

.i-earth .earth .li-box .li .country p {
  margin-right: .5em;
}

.i-earth .earth .li-box .li .country.active p,
.i-earth .earth .li-box .li .country:hover p {
  color: var(--logoColor);
}

.i-earth .earth .li-box .li:nth-child(2n) {
  text-align: right;
  justify-content: flex-end;
  margin-right: 0;
}

.i-earth .earth .li-box .li .pos-icon {
  position: absolute;
  top: 50%;
  left: calc(100% + .6rem);
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  max-width: max-content;
  /*max-width: 100%;*/
  height: 1.8rem;
  background-color: #fff;
  box-shadow: 0 4px 1.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.i-earth .earth .li-box .li .pos-icon a {
  padding: 0 0.4rem;
  position: relative;
  max-width: calc(1.5rem + .8rem);
}

/*.i-earth .earth .li-box .li .pos-icon a img {*/
/*  width: 100%;*/
/*}*/
.i-earth .earth .li-box .li .pos-icon a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.75rem;
  background-color: #d6d6d6;
}

.i-earth .earth .li-box .li .pos-icon a:last-child::after {
  display: none;
}

.i-earth .earth .li-box .li .country.active .pos-icon,
.i-earth .earth .li-box .li .country:hover .pos-icon {
  opacity: 1;
  visibility: visible;
}

.i-earth .earth .num-box {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 2.4rem 1rem 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.36);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  box-shadow: 0 0.35rem 0.65rem rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
}

.i-earth .earth .num-box .li {
  width: 22%;
  margin-right: 2.9rem;
  font-family: var(--600);
}

.i-earth .earth .num-box .li .txt {
  line-height: 1.4;
  font-weight: bold;

}

.i-earth .earth .num-box .li:last-child {
  margin-right: 0;
}

.i-earth .earth .num-box .li .num {
  position: relative;
  color: #333333;
  width: -moz-max-content;
  width: max-content;
  color: var(--logoColor);
}

.i-earth .earth .num-box .li .num p {
  font-size: 2.15rem;
  line-height: 1.2;
  font-family: var(--600);
  font-weight: bold;
}

.i-earth .earth .num-box .li .num>span {
  position: absolute;
  left: calc(100% + 0.25rem);
  bottom: 60%;
  font-size: 1.4rem;
  line-height: 1;
}


.i-brand {
  margin-top: 3.75rem;
}
.i-brand .brand-swiper {
  margin-top: 1.5rem;
  /*overflow: initial;*/
}
.i-brand .brand-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.8rem;
  line-height: 1;
  bottom: 0;
}
.i-brand .brand-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.15rem;
  height: 0.125rem;
  border-radius: 0;
  background-color: #e2e2e2;
}
.i-brand .brand-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}
.i-brand .brand-swiper .swiper-slide {
  width: 23%;
  padding-top: 1.75rem;
  margin-right: 2.333%;
}
.i-brand .brand-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.i-brand .brand-swiper .swiper-slide:nth-child(2n-1) {
  padding-top: 0;
}
.i-brand .brand-swiper .swiper-slide:nth-child(2n-1) .con {
  flex-direction: column-reverse;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
.i-brand .brand-swiper .swiper-slide .con {
  position: relative;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transform-origin: center bottom;
  transition: all 0.4s;
}
.i-brand .brand-swiper .swiper-slide .pic {
  width: 100%;
  height: 10.9rem;
  position: relative;
  overflow: hidden;
}
.i-brand .brand-swiper .swiper-slide .pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.i-brand .brand-swiper .swiper-slide .pic .arr {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
}
.i-brand .brand-swiper .swiper-slide .pic .arr img {
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.i-brand .brand-swiper .swiper-slide .pic .icon {
  position: absolute;
  bottom: 1rem;
  left: 5%;
  width: 90%;
  height: 1.95rem;
  text-align: center;
}
.i-brand .brand-swiper .swiper-slide .pic .icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.i-brand .brand-swiper .swiper-slide .intro {
  padding: 0.6rem 0;
}
.i-brand .brand-swiper .swiper-slide .intro .h {
  color: #333333;
  line-height: 1.4;
  transition: all 0.4s;
}
.i-brand .brand-swiper .swiper-slide .intro .txt {
  margin-top: 0.35rem;
  color: #787878;
  line-height: 1.5;
}
.i-brand .brand-swiper .swiper-slide .pos-cont {
  position: absolute;
  top: 0;
  padding: 0.5rem;
  width: 13.8rem;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2rem);
}
.i-brand .brand-swiper .swiper-slide .pos-cont.lf {
  right: 100%;
}
.i-brand .brand-swiper .swiper-slide .pos-cont.rg {
  left: 100%;
}
.i-brand .brand-swiper .swiper-slide .pos-cont.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.8s;
}
.i-brand .brand-swiper .swiper-slide .pos-cont .close {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin-left: calc(100% - 0.75rem);
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.i-brand .brand-swiper .swiper-slide .pos-cont .close img {
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.i-brand .brand-swiper .swiper-slide .pos-cont .scroll-box {
  padding: 0 0.6rem 0.5rem 0.25rem;
  height: calc(100% - 0.85rem - 0.75rem - 1.55rem);
  overflow-y: auto;
}
.i-brand .brand-swiper .swiper-slide .pos-cont .scroll-box::-webkit-scrollbar {
  width: 1px;
}
.i-brand .brand-swiper .swiper-slide .pos-cont .scroll-box::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}
.i-brand .brand-swiper .swiper-slide .pos-cont .more {
  display: block;
  margin-top: .6rem;
  width: 3.6rem;
  height: .95rem;
  border-radius: 2px;
  text-align: center;
  line-height: .95rem;
  background-color: var(--logoColor);
  color: #fff;
}
.i-brand .brand-swiper .swiper-slide:hover {
  z-index: 2;
}
.i-brand .brand-swiper .swiper-slide:hover .con .pic img {
  transform: scale(1.1);
}
.i-brand .brand-swiper .swiper-slide:hover .pic .arr {
  opacity: 1;
}

.img_tc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    display:flex;
    align-items:center;
    opacity:0;
    pointer-events:none;
    z-index:999;
}
.img_tc.show{
    opacity: 1;
    pointer-events: all;
}
.img_tc .con{
    display: flex;
    width:100%;
    justify-content:center;
}
.img_tc .con .img{width: fit-content;max-height: 80vh;width: 80vw;object-fit: contain;}
.img_tc .con .out{width: 1.5vw;height: 1.5vw;margin-left: 0.5rem;cursor:pointer;transition:all 0.5s;}
.img_tc .con .out:hover{transform:rotate(180deg);}



.i-news {
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.i-news .tit {
  line-height: 1.3;
}
.i-news .con {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.i-news .con .lf {
  width: 58%;
  padding-bottom: 0.5rem;
}
.i-news .con .lf .top-swiper {
  width: 100%;
}
.i-news .con .lf .top-swiper .swiper-button-prev,
.i-news .con .lf .top-swiper .swiper-button-next {
  top: 47%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
  transition: all 0.4s;
  opacity: 0;
}

.i-news .con .lf .top-swiper:hover .swiper-button-prev,
.i-news .con .lf .top-swiper:hover .swiper-button-next {
    opacity: 1;
}

.i-news .con .lf .top-swiper .swiper-button-prev::after,
.i-news .con .lf .top-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}
.i-news .con .lf .top-swiper .swiper-button-prev:hover,
.i-news .con .lf .top-swiper .swiper-button-next:hover {
  background-color: var(--logoColor);
}
.i-news .con .lf .top-swiper .swiper-button-prev {
  left: 0.75rem;
}
.i-news .con .lf .top-swiper .swiper-button-next {
  right: 0.75rem;
}
.i-news .con .lf .top-swiper .swiper-slide {
  width: 100%;
  margin-right: 1rem;
}
.i-news .con .lf .top-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.i-news .con .lf .top-swiper .swiper-slide .pic {
  width: 100%;
  height: 14.2rem;
  position: relative;
}
.i-news .con .lf .top-swiper .swiper-slide .pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-news .con .lf .top-swiper .swiper-slide .pic .play {
  width: 1.65rem;
  height: 1.65rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}
.i-news .con .lf .top-swiper .swiper-slide:hover .pic .play{
    opacity: 1;
}
.i-news .con .lf .top-swiper .swiper-slide .pic .play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 0.75rem solid #fff;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
}
.i-news .con .lf .top-swiper .swiper-slide .h {
  margin-top: 0.6rem;
  color: #333333;
  line-height: 1.3;
}
.i-news .con .rg {
  width: calc(42% - 1.1rem);
  max-height: 16rem;
  padding-right: 5px;
  overflow-y: auto;
}
.i-news .con .rg::-webkit-scrollbar {
  width: 3px;
}
.i-news .con .rg .li {
  display: block;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.i-news .con .rg .li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.i-news .con .rg .li .h {
  color: #333333;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
  transition: all 0.5s;
}
.i-news .con .rg .li:hover .h {
    color: var(--logoColor);
}
.i-news .con .rg .li .time {
  margin-top: 0.4rem;
  color: #555555;
  line-height: 1.3;
}
.i-news .con .rg .li .update {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  color: #555;
  line-height: 1.3;
}
.i-news .news-swiper {
  margin-top: 1rem;
}
.i-news .news-swiper .swiper-pagination {
  position: relative;
  margin-top: 0.8rem;
  line-height: 1;
  bottom: 0;
}
.i-news .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.15rem;
  height: 0.125rem;
  border-radius: 0;
  background-color: #e2e2e2;
}
.i-news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--logoColor);
}
.i-news .news-swiper .swiper-slide {
  width: 31.6%;
  margin-right: 2.6%;
}
.i-news .news-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.i-news .news-swiper .swiper-slide .pic {
  width: 100%;
  height: 7.5rem;
  overflow: hidden;
}
.i-news .news-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
.i-news .news-swiper .swiper-slide .intro {
  margin-top: 0.5rem;
}
.i-news .news-swiper .swiper-slide .intro .info {
  display: flex;
  justify-content: space-between;
  color: #555555;
  line-height: 1.3;
}
.i-news .news-swiper .swiper-slide .intro .h {
  margin-top: 0.35rem;
  color: #333333;
  line-height: 1.5;
  transition: all 0.4s;
}
.i-news .news-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.i-news .news-swiper .swiper-slide:hover .intro .h {
  color: var(--logoColor);
}


.i-investor {
  padding: 2.25rem 0 1rem;
}

.i-investor .box {
  margin-top: 1.05rem;
  display: flex;
  justify-content: space-between;
}

.i-investor .box .lf {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
}

.i-investor .box .rg {
  width: 32%;
}

.i-investor .box .li {
  width: 100%;
  display: block;
}

.i-investor .box .li .pic {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.i-investor .box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.i-investor .box .li .time {
  margin-top: 0.75rem;
  color: #555555;
}

.i-investor .box .li .h1 {
  margin-top: 0.25rem;
  color: #333333;
  font-weight: bold;
  font-family: var(--600);
}

.i-investor .box .li .pos-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  /*background-color: rgba(0, 0, 0, .2);*/
}

.i-investor .box .li .pos-cont .top {
  display: flex;
  justify-content: space-between;
}

.i-investor .box .li .pos-cont .top .code {
  margin-top: 0.2rem;
  color: #414141;
}

.i-investor .box .li .pos-cont .top .info {
  color: var(--logoColor);
}

.i-investor .box .li .pos-cont .top .info .num {
  display: flex;
  align-items: center;

}

.i-investor .box .li .pos-cont .top .info .num p {
  font-size: 1.4rem;
  margin-right: 0.35rem;
  line-height: 1;
  font-weight: bold;
}

.i-investor .box .li .pos-cont .top .info .num span {
  width: 0.35rem;
}

/*.i-investor .box .li .pos-cont .top .info .num .down {*/
/*  display: none;*/
/*}*/
.i-investor .box .li .pos-cont .top .info .data {
  margin-top: 0.5rem;
  display: flex;
}

.i-investor .box .li .pos-cont .top .info .data p {
  margin-right: 0.35rem;
}

.i-investor .box .li .pos-cont .top .info .data p:last-child {
  margin-right: 0;
}

.i-investor .box .li .pos-cont .top .info.down {
  color: #5da346;
}

/*.i-investor .box .li .pos-cont .top .info.down .num .up {*/
/*  display: none;*/
/*}*/
/*.i-investor .box .li .pos-cont .top .info.down .num .down {*/
/*  display: block;*/
/*}*/
.i-investor .box .li .pos-cont .btm .li {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 0.9rem;
}

.i-investor .box .li .pos-cont .btm .li:last-child {
  margin-bottom: 0;
}

.i-investor .box .li:hover .pic img {
  transform: scale(1.04);
}

.i-investor .box .li.marb30 {
  margin-bottom: 0.75rem;
}

.i-investor .box .li.mar2 {
  margin-right: 2%;
}

.i-investor .box .li.other .pic {
  position: relative;
  /*height: 14.65rem;*/
  height: auto;
  aspect-ratio: 498 / 430;
}

.i-investor .box .li.big .pic {
  /*height: 14.65rem;*/
  height: auto;
  aspect-ratio: 999 / 400;

}

.i-investor .box .li.medium .pic {
  /*height: 7.1rem;*/
  height: auto;
  aspect-ratio: 497 / 249;
}

.i-investor .box .li.small {
  width: 49%;
}

.i-investor .box .li.small .pic {
  /*height: 7.1rem;*/
  height: auto;
  aspect-ratio: 487 / 260;
}

.i-solution {
  position: relative;
  padding: 3rem 0 0;
}

.i-solution .timeline {
  position: absolute;
  top: -40vh;
  left: 0;
  width: 100%;
}

.i-solution .tit {
  width: 60%;
  margin: 0 auto;
  line-height: 1.3;
}

.i-solution .box {
  margin-top: 0.5rem;
  width: 100%;
  height: 100vh;
  /*height: 47vw;*/
  position: relative;
  transform: scale(0.9);
}

.i-solution .pic-box {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.i-solution .pic-box .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}

.i-solution .pic-box .pic.show {
  opacity: 1;
  z-index: 2;
}

.i-solution .pic-box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.i-solution .pic-box .pic .point {
  position: absolute;
  z-index: 2;
}

.i-solution .pic-box .pic .point .cir {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  position: relative;
}

.i-solution .pic-box .pic .point .cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(3.6);
  z-index: -1;
  animation: scale 5s linear infinite;
}

.i-solution .pic-box .pic .point .cir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(3.6);
  z-index: -1;
  animation: scale 5s 2.5s linear infinite;
}

.i-solution .pic-box .pic .point .txt {
  position: absolute;
  top: 50%;
  left: calc(100% + 1.05rem);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  min-width: 6.45rem;
  /*width: 6.45rem;*/
  width: max-content;
  max-width: 10rem;
  height: auto;
  padding: 0.25rem 1rem;
  background-color: #fff;
  border-radius: 0.9rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.i-solution .pic-box .pic .point .txt div {
  width: 0.8rem;
  margin-right: 0.5rem;
}

.i-solution .pic-box .pic .point .txt div img {
  width: 100%;
}

.i-solution .pic-box .pic .point .txt p {
  width: calc(100% - 1.3rem);
  color: #333333;
  line-height: 1.2;
}

.i-solution .pic-box .pic .point:hover {
  z-index: 5;
}

.i-solution .pic-box .pic .point:hover .txt {
  opacity: 1;
  visibility: visible;
}

.i-solution .pic-box .pic .point.lf .txt {
  right: calc(100% + 1.05rem);
  left: auto;
}

.i-solution .tab {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
}

.i-solution .tab::after {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.i-solution .tab .swiper-button-prev,
.i-solution .tab .swiper-button-next {
  top: 0.4rem;
  margin: 0;
}

.i-solution .tab .swiper-button-prev {
  left: auto;
  right: 1.25rem;
}

.i-solution .tab .swiper-button-next {
  right: 0;
}

.i-solution .iSol-swiper {
  width: 80%;
  margin: 0;
  max-width: 100%;
}

.i-solution .iSol-swiper .swiper-slide {
  width: 4.5rem;
  margin: 0 1.05rem;
  cursor: pointer;
}

.i-solution .iSol-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.i-solution .iSol-swiper .swiper-slide .top {
  width: 100%;
  height: 1.75rem;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--logoColor);
  transition: all 0.4s;
}

.i-solution .iSol-swiper .swiper-slide .top .cir {
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
}

.i-solution .iSol-swiper .swiper-slide .top .cir::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340%;
  height: 340%;
  border-radius: 50%;
  border: 1px solid #fff;
  transform-origin: center;
  opacity: 0.5;
  transition: all 0.4s;
}

.i-solution .iSol-swiper .swiper-slide .top .cir::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250%;
  height: 250%;
  border-radius: 50%;
  border: 1px solid #fff;
  transform-origin: center;
  transition: all 0.4s;
}

.i-solution .iSol-swiper .swiper-slide .top p {
  display: none;
  margin-left: 0.5rem;
}

.i-solution .iSol-swiper .swiper-slide .h1 {
  margin-top: 0.15rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}

.i-solution .iSol-swiper .swiper-slide-active .top {
  background-color: #fff;
}

.i-solution .iSol-swiper .swiper-slide-active .top .cir {
  background-color: var(--logoColor);
}

.i-solution .iSol-swiper .swiper-slide-active .top .cir::before,
.i-solution .iSol-swiper .swiper-slide-active .top .cir::after {
  visibility: hidden;
}

.i-solution .iSol-swiper .swiper-slide-active .top p {
  display: block;
  font-weight: bold;
}

.i-solution .iSol-swiper .swiper-slide-active .h1 {
  visibility: hidden;
  line-height: 1.2;
}

.i-news {
  /*padding: 3rem 0;*/
  overflow: hidden;
}

.i-news .swiper-box {
  margin-top: 1.5rem;
  position: relative;
}

.i-news .swiper-box .swiper-button-prev,
.i-news .swiper-box .swiper-button-next {
  top: auto;
  bottom: calc(100% + 1.8rem);
  margin: 0;
}

.i-news .swiper-box .swiper-button-prev {
  left: auto;
  right: 4.35rem;
}

.i-news .swiper-box .swiper-button-next {
  right: 3.1rem;
}

.i-news .iNews-swiper {
  overflow: initial;
}

.i-news .iNews-swiper .swiper-slide {
  width: 46%;
  width: 35.657%;
  margin-right: 0.5rem;
}

.i-news .iNews-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.i-news .iNews-swiper .swiper-slide .pic {
  width: 100%;
  height: 11.25rem;
  border-radius: 5px;
  overflow: hidden;

  height: auto;
  aspect-ratio: 542 / 305;
}

.i-news .iNews-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.i-news .iNews-swiper .swiper-slide .time {
  margin-top: 0.6rem;
  color: #555555;
  line-height: 2;
}

.i-news .iNews-swiper .swiper-slide .h1 {
  margin-top: 0.25rem;
  color: #333333;
  font-weight: 600;
  line-height: 1.3;
  height: 3.9em;
  overflow-y: auto;
  font-family: var(--600);
  margin-top: .225rem;
  height: auto;
}

.i-news .iNews-swiper .swiper-slide .h1::-webkit-scrollbar {
  width: 3px;
}

.i-news .iNews-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}

/*.i-brand {*/
/*  margin-top: 3.75rem;*/
/*}*/
/*.i-brand .brand-swiper {*/
/*  margin-top: 1.5rem;*/
/*  overflow: initial;*/
/*}*/
/*.i-brand .brand-swiper .swiper-pagination {*/
/*  position: relative;*/
/*  margin-top: 0.8rem;*/
/*  line-height: 1;*/
/*  bottom: 0;*/
/*}*/
/*.i-brand .brand-swiper .swiper-pagination .swiper-pagination-bullet {*/
/*  width: 1.15rem;*/
/*  height: 0.125rem;*/
/*  border-radius: 0;*/
/*  background-color: #e2e2e2;*/
/*}*/
/*.i-brand .brand-swiper .swiper-pagination .swiper-pagination-bullet-active {*/
/*  background: var(--logoColor);*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide {*/
/*  width: 23%;*/
/*  padding-top: 1.75rem;*/
/*  margin-right: 2.333%;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide:last-child {*/
/*  margin-right: 0;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide:nth-child(2n-1) {*/
/*  padding-top: 0;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide:nth-child(2n-1) .con {*/
/*  flex-direction: column-reverse;*/
/*  padding-top: 0;*/
/*  padding-bottom: 0.5rem;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .con {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  padding-top: 0.5rem;*/
/*  padding-bottom: 0;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  border-top: 1px solid rgba(0, 0, 0, 0.1);*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*  transform-origin: center bottom;*/
/*  transition: all 0.4s;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pic {*/
/*  width: 100%;*/
/*  height: 10.9rem;*/
/*  position: relative;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pic > img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pic .arr {*/
/*  position: absolute;*/
/*  top: 35%;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  width: 1.6rem;*/
/*  height: 1.6rem;*/
/*  border-radius: 50%;*/
/*  background-color: var(--logoColor);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  opacity: 0;*/
/*  transition: all 0.4s;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pic .arr img {*/
/*  max-width: 50%;*/
/*  -o-object-fit: contain;*/
/*     object-fit: contain;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pic .icon {*/
/*  position: absolute;*/
/*  bottom: 1rem;*/
/*  left: 5%;*/
/*  width: 90%;*/
/*  height: 1.95rem;*/
/*  text-align: center;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pic .icon img {*/
/*  max-height: 100%;*/
/*  -o-object-fit: contain;*/
/*     object-fit: contain;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .intro {*/
/*  padding: 0.6rem 0;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .intro .h {*/
/*  color: #333333;*/
/*  line-height: 1.4;*/
/*  transition: all 0.4s;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .intro .txt {*/
/*  margin-top: 0.35rem;*/
/*  color: #787878;*/
/*  line-height: 1.5;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  padding: 0.5rem;*/
/*  width: 13.8rem;*/
/*  height: 100%;*/
/*  background-color: #fff;*/
/*  border-radius: 5px;*/
/*  box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.09);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transform: translateX(0.5rem);*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont.lf {*/
/*  right: 100%;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont.rg {*/
/*  left: 100%;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont.show {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*  transform: translateX(0);*/
/*  transition: all 0.4s;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont .close {*/
/*  width: 0.75rem;*/
/*  height: 0.75rem;*/
/*  border-radius: 50%;*/
/*  margin-left: calc(100% - 0.75rem);*/
/*  border: 1px solid #aaaaaa;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  cursor: pointer;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont .close img {*/
/*  max-width: 50%;*/
/*  -o-object-fit: contain;*/
/*     object-fit: contain;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont .scroll-box {*/
/*  padding: 0 0.6rem 0.5rem 0.25rem;*/
/*  height: calc(100% - 0.85rem - 0.75rem);*/
/*  overflow-y: auto;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont .scroll-box::-webkit-scrollbar {*/
/*  width: 1px;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide .pos-cont .scroll-box::-webkit-scrollbar-thumb {*/
/*  background: var(--logoColor);*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide:hover {*/
/*  z-index: 2;*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide:hover .con {*/
/*  transform: scale(1.1);*/
/*}*/
/*.i-brand .brand-swiper .swiper-slide:hover .pic .arr {*/
/*  opacity: 1;*/
/*}*/

/*.i-news {*/
/*  margin-top: 3.75rem;*/
/*  padding-bottom: 3.75rem;*/
/*}*/
/*.i-news .tit {*/
/*  line-height: 1.3;*/
/*}*/
/*.i-news .con {*/
/*  margin-top: 1.5rem;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  padding-bottom: 0.6rem;*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/
/*.i-news .con .lf {*/
/*  width: 58%;*/
/*  padding-bottom: 0.5rem;*/
/*}*/
/*.i-news .con .lf .top-swiper {*/
/*  width: 100%;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-button-prev,*/
/*.i-news .con .lf .top-swiper .swiper-button-next {*/
/*  top: 47%;*/
/*  width: 1rem;*/
/*  height: 1rem;*/
/*  border-radius: 50%;*/
/*  background-color: rgba(255, 255, 255, 0.3);*/
/*  -webkit-backdrop-filter: blur(4px);*/
/*          backdrop-filter: blur(4px);*/
/*  color: #fff;*/
/*  transition: all 0.4s;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-button-prev::after,*/
/*.i-news .con .lf .top-swiper .swiper-button-next::after {*/
/*  font-size: 0.3rem;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-button-prev:hover,*/
/*.i-news .con .lf .top-swiper .swiper-button-next:hover {*/
/*  background-color: var(--logoColor);*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-button-prev {*/
/*  left: 0.75rem;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-button-next {*/
/*  right: 0.75rem;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-slide {*/
/*  width: 100%;*/
/*  margin-right: 1rem;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-slide:last-child {*/
/*  margin-right: 0;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-slide .pic {*/
/*  width: 100%;*/
/*  height: 14.2rem;*/
/*  position: relative;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-slide .pic > img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-slide .pic .play {*/
/*  width: 1.65rem;*/
/*  height: 1.65rem;*/
/*  background-color: rgba(255, 255, 255, 0.3);*/
/*  border-radius: 3px;*/
/*  -webkit-backdrop-filter: blur(10px);*/
/*          backdrop-filter: blur(10px);*/
/*  cursor: pointer;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-slide .pic .play::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  border-left: 0.75rem solid #fff;*/
/*  border-top: 0.375rem solid transparent;*/
/*  border-bottom: 0.375rem solid transparent;*/
/*}*/
/*.i-news .con .lf .top-swiper .swiper-slide .h {*/
/*  margin-top: 0.6rem;*/
/*  color: #333333;*/
/*  line-height: 1.3;*/
/*}*/
/*.i-news .con .rg {*/
/*  width: calc(42% - 1.1rem);*/
/*}*/
/*.i-news .con .rg .li {*/
/*  display: block;*/
/*  position: relative;*/
/*  padding-bottom: 0.5rem;*/
/*  margin-bottom: 0.5rem;*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
/*}*/
/*.i-news .con .rg .li:last-child {*/
/*  border-bottom: none;*/
/*  margin-bottom: 0;*/
/*}*/
/*.i-news .con .rg .li .h {*/
/*  color: #333333;*/
/*  line-height: 1.5;*/
/*  max-height: 3em;*/
/*  overflow: hidden;*/
/*}*/
/*.i-news .con .rg .li .time {*/
/*  margin-top: 0.4rem;*/
/*  color: #555555;*/
/*  line-height: 1.3;*/
/*}*/
/*.i-news .con .rg .li .update {*/
/*  position: absolute;*/
/*  bottom: 0.5rem;*/
/*  right: 0;*/
/*  color: #555;*/
/*  line-height: 1.3;*/
/*}*/
/*.i-news .news-swiper {*/
/*  margin-top: 1rem;*/
/*}*/
/*.i-news .news-swiper .swiper-pagination {*/
/*  position: relative;*/
/*  margin-top: 0.8rem;*/
/*  line-height: 1;*/
/*  bottom: 0;*/
/*}*/
/*.i-news .news-swiper .swiper-pagination .swiper-pagination-bullet {*/
/*  width: 1.15rem;*/
/*  height: 0.125rem;*/
/*  border-radius: 0;*/
/*  background-color: #e2e2e2;*/
/*}*/
/*.i-news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {*/
/*  background: var(--logoColor);*/
/*}*/
/*.i-news .news-swiper .swiper-slide {*/
/*  width: 31.6%;*/
/*  margin-right: 2.6%;*/
/*}*/
/*.i-news .news-swiper .swiper-slide:last-child {*/
/*  margin-right: 0;*/
/*}*/
/*.i-news .news-swiper .swiper-slide .pic {*/
/*  width: 100%;*/
/*  height: 7.5rem;*/
/*  overflow: hidden;*/
/*}*/
/*.i-news .news-swiper .swiper-slide .pic img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*  transition: all 0.4s;*/
/*}*/
/*.i-news .news-swiper .swiper-slide .intro {*/
/*  margin-top: 0.5rem;*/
/*}*/
/*.i-news .news-swiper .swiper-slide .intro .info {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  color: #555555;*/
/*  line-height: 1.3;*/
/*}*/
/*.i-news .news-swiper .swiper-slide .intro .h {*/
/*  margin-top: 0.35rem;*/
/*  color: #333333;*/
/*  line-height: 1.5;*/
/*  transition: all 0.4s;*/
/*}*/
/*.i-news .news-swiper .swiper-slide:hover .pic img {*/
/*  transform: scale(1.1);*/
/*}*/
/*.i-news .news-swiper .swiper-slide:hover .intro .h {*/
/*  color: var(--logoColor);*/
/*}*/

.i-about {
  width: 100%;
  height: calc(100vh - 3.5rem - 1.8rem);
  position: relative;
}

.i-about .pos-cont {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.i-about .pos-cont .more {
  margin-top: 1.5rem;
  font-weight: bold;
}

.career .box1 {
  padding: 3.6rem 0 3.1rem;
}

.career .box1 .wrap {
  display: flex;
}

.career .box1 .pic {
  position: relative;
  width: 35%;
  z-index: 1;
}

.career .box1 .pic::after {
  content: "";
  position: absolute;
  top: -1.3rem;
  left: -3.05rem;
  width: 6.35rem;
  height: 5.65rem;
  border-radius: 5px;
  background-color: var(--logoColor);
  z-index: -1;
}

.career .box1 .pic img {
  width: 100%;
  border-radius: 5px;
}

.career .box1 .intro {
  width: 65%;
  padding-left: 2.5rem;
}

.career .box1 .intro .txt {
  margin-top: 1rem;
  color: #333333;
  line-height: 1.6;
}

.career .box2 {
  padding: 3.4rem 0 3.2rem;
  background-color: #f6f6f6;
}

.career .box2 .tab {
  display: flex;
  justify-content: center;
}

.career .box2 .tab span {
  width: -moz-max-content;
  width: max-content;
  height: 1.15rem;
  text-align: center;
  line-height: 1.15rem;
  padding: 0 0.75rem;
  box-shadow: 0 0 0 1px #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  margin-right: 0.25rem;
  cursor: pointer;
  transition: all 0.4s;
}

.career .box2 .tab span:last-child {
  margin-right: 0;
}

.career .box2 .tab span.active,
.career .box2 .tab span:hover {
  background-color: #333333;
  color: #fff;
  box-shadow: none;
}

.career .box2 .item-box {
  margin-top: 1.25rem;
}

.career .box2 .box2-swiper {
  display: none;
}

.career .box2 .box2-swiper .swiper-button-prev,
.career .box2 .box2-swiper .swiper-button-next {
  top: auto;
  margin: 0;
  bottom: 0.75rem;
}

.career .box2 .box2-swiper .swiper-button-prev {
  left: auto;
  right: calc(31% + 1.25rem);
}

.career .box2 .box2-swiper .swiper-button-next {
  right: 31%;
}

.career .box2 .box2-swiper.show {
  display: block;
}

.career .box2 .box2-swiper .swiper-slide {
  width: 38%;
  transform: scale(0.6);
  transform-origin: top;
  margin: 0 -1.65rem;
  transition: all 0.8s;
}

.career .box2 .box2-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.career .box2 .box2-swiper .swiper-slide .pic {
  width: 100%;
  height: 13.8rem;
  border-radius: 5px;
  overflow: hidden;
}

.career .box2 .box2-swiper .swiper-slide .h1 {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.3;
  height: 2.6em;
  padding-right: 4rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.career .box2 .box2-swiper .swiper-slide-active {
  transform: scale(1);
}

.career .box2 .box2-swiper .swiper-slide-active .h1 {
  opacity: 1;
  visibility: visible;
}

.career .box3 {
  position: relative;
  padding: 3rem 0 4.3rem;
}

.career .box3 .wrap {
  position: relative;
  z-index: 2;
  display: flex;
}

.career .box3 .lf {
  width: 55%;
  padding-right: 3.25rem;
  padding-top: 3.55rem;
}

.career .box3 .lf .item-box {
  margin-top: 1.25rem;
}

.career .box3 .lf .item {
  display: none;
}

.career .box3 .lf .item.show {
  display: block;
}

.career .box3 .lf .item .li {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
  padding-left: 1.05rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
  margin-bottom: 0.5rem;
}

.career .box3 .lf .item .li:last-child {
  margin-bottom: 0;
}

.career .box3 .lf .item .li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: var(--logoColor);
}

.career .box3 .lf .item .pic {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.career .box3 .rg {
  width: 45%;
  position: relative;
}

.career .box3 .rg .btn {
  position: absolute;
  cursor: pointer;
}

.career .box3 .rg .btn1 {
  top: 17.72%;
  left: 22.2%;
  width: 19.06%;
  height: 6.18%;
}

.career .box3 .rg .btn2 {
  top: 22.25%;
  left: 54.8%;
  width: 22.68%;
  height: 10.99%;
}

.career .box3 .rg .btn3 {
  top: 43.13%;
  left: 61.89%;
  width: 27.4%;
  height: 8.65%;
}

.career .box3 .rg .btn4 {
  top: 50.82%;
  left: 5.35%;
  width: 25.67%;
  height: 8.8%;
}

.career .box4 {
  padding: 4rem 0 1.05rem;
}

.career .box4 .box4-swiper {
  margin-top: 1.2rem;
}

.career .box4 .box4-swiper .swiper-slide {
  width: 19%;
  margin-right: 2%;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.8s;
}

.career .box4 .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.career .box4 .box4-swiper .swiper-slide .pic {
  width: 20.35rem;
  height: 13.95rem;
  overflow: hidden;
}

.career .box4 .box4-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.04);
  transition: all 0.4s;
}

.career .box4 .box4-swiper .swiper-slide .h {
  margin-top: 0.75rem;
  color: #333333;
}

.career .box4 .box4-swiper .swiper-slide .txt {
  margin-top: 0.35rem;
  color: #010101;
  padding-right: 2rem;
  opacity: 0;
  visibility: hidden;
}

.career .box4 .box4-swiper .swiper-slide.active {
  width: 58%;
}

.career .box4 .box4-swiper .swiper-slide.active .pic img {
  transform: scale(1);
  transition: all 0.4s 0.4s;
}

.career .box4 .box4-swiper .swiper-slide.active .txt {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s 0.4s;
}

.career .box5 {
  padding: 2.5rem 0 3.55rem;
}

.career .box5 .wrap {
  position: relative;
  padding: 2.95rem 4.25rem 4.95rem;
  border-radius: 0.5rem;
}

.career .box5 .txt {
  margin-top: .5rem;
  color: #fff;
  line-height: 1.6;
}

.career .box5 .more {
  margin-top: 1.5rem;
}

.recruit .box1 {
  padding: 4rem 0 3.5rem;
}

.recruit .box1 .tab {
  margin-top: 2.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.recruit .box1 .tab::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.recruit .box1 .tab .li {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  position: relative;
}

.recruit .box1 .tab .li .cir {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}

.recruit .box1 .tab .li .cir::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #333;
  transition: all 0.4s;
}

.recruit .box1 .tab .li .h {
  position: absolute;
  top: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: all 0.4s;
}

.recruit .box1 .tab .li.active .cir {
  background-color: var(--logoColor);
}

.recruit .box1 .tab .li.active .cir::after {
  background-color: #fff;
}

.recruit .box1 .tab .li.active .h {
  top: 2.75rem;
  font-size: 0.6rem;
  color: var(--logoColor);
}

.recruit .box1 .item-box {
  margin-top: 3rem;
}

.recruit .box1 .item-box .item {
  display: none;
  width: 100%;
  height: 12.35rem;
  border-radius: 5px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.recruit .box1 .item-box .item.show {
  display: flex;
}

.recruit .box1 .item-box .item .pic {
  width: 62.7%;
  height: 100%;
}

.recruit .box1 .item-box .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit .box1 .item-box .item .cont {
  width: 37.3%;
  height: 100%;
  position: relative;
  padding: 5rem 1rem 0;
  text-align: center;
}

.recruit .box1 .item-box .item .cont .pos-icon {
  position: absolute;
  top: 0.65rem;
  left: 1.85rem;
  width: 79%;
}

.recruit .box1 .item-box .item .cont .pos-icon img {
  width: 100%;
}

.recruit .box1 .item-box .item .cont .icon {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.recruit .box1 .item-box .item .cont .icon img {
    max-height: 100%;
    object-fit: contact;
}

.recruit .box1 .item-box .item .cont .h {
  margin-top: 1rem;
  color: var(--logoColor);
}

.recruit .box1 .item-box .item .cont .txt {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 1.1;
}

.recruit .box2 {
  position: relative;
  width: 100%;
}

.recruit .box2 img {
  width: 100%;
}

.recruit .box2 .pos-cont {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
}

.recruit .box2 .pos-cont .txt {
  margin-top: 0.75rem;
  color: #fff;
  line-height: 1.25;
}

.recruit .box2 .pos-cont .li-box {
  margin-top: 2rem;
  display: flex;
  /*margin-bottom: 2rem;*/
}

.recruit .box2 .pos-cont .li-box .li {
  width: -moz-max-content;
  width: max-content;
  max-width: 30%;
  border-right: 1px solid rgba(255, 255, 255, 0.52);
  padding-right: 1.75rem;
  margin-right: 1.75rem;
  color: #fff;
}

.recruit .box2 .pos-cont .li-box .li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.recruit .box2 .pos-cont .li-box .li .time {
  margin-top: 0.5rem;
}

.recruit .box2 .pos-cont .li-box .more {
    margin-top: 2rem;
}

.recruit .box3 {
  padding: 3.3rem 0 4rem;
}

.recruit .box3 .li-box {
  margin-top: 3rem;
  display: flex;
}

.recruit .box3 .li-box .li {
  width: 32%;
  margin-right: 2%;
  transition: all 0.4s;
}

.recruit .box3 .li-box .li .pic {
  width: 100%;
  height: 12.5rem;
  border-radius: 5px;
  overflow: hidden;
}

.recruit .box3 .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.recruit .box3 .li-box .li .h {
  margin-top: 0.7rem;
  color: #333333;
}

.recruit .box3 .li-box .li:hover {
  transform: translateY(-1.5rem);
}

.recruit .box3 .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.recruit .box4 .wrap {
  padding: 3rem 4.25rem;
  background-color: #f6f6f6;
}

.recruit .box4 .li-box {
  margin-top: 1.5rem;
}

.recruit .box4 .li-box .li {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0.75rem;
}

.recruit .box4 .li-box .li:last-child {
  margin-bottom: 0;
}

.recruit .box4 .li-box .li .top-bots {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
}

.recruit .box4 .li-box .li .top-bots .icon {
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  line-height: 1.25rem;
  border-radius: 5px;
  background-color: var(--logoColor);
  color: #fff;
  margin-right: 0.9rem;
}

.recruit .box4 .li-box .li .top-bots .h {
  color: #333333;
  max-width: 70%;
}

.recruit .box4 .li-box .li .top-bots .arr {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.recruit .box4 .li-box .li .top-bots .arr span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.45rem;
  height: 0.45rem;
  background-color: #666666;
}

.recruit .box4 .li-box .li .top-bots .arr .heng {
  height: 2px;
}

.recruit .box4 .li-box .li .top-bots .arr .shu {
  width: 2px;
}

.recruit .box4 .li-box .li .btn-bots {
  border-top: 1px solid #e3e3e3;
  padding: 0.75rem 0.8rem 1.3rem;
  display: none;
}

.recruit .box4 .li-box .li .btn-bots .intro {
  display: flex;
}

.recruit .box4 .li-box .li .btn-bots .intro .icon {
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  line-height: 1.25rem;
  border-radius: 5px;
  background-color: #999999;
  color: #fff;
  margin-right: 0.9rem;
}

.recruit .box4 .li-box .li .btn-bots .intro .txt {
  width: calc(100% - 2.15rem);
  color: #333333;
  line-height: 1.6;
}

.recruit .box4 .li-box .li.active .top-bots .arr {
  background-color: var(--logoColor);
}

.recruit .box4 .li-box .li.active .top-bots .arr span {
  background-color: #fff;
}

.recruit .box4 .li-box .li.active .top-bots .arr .shu {
  height: 0;
}

.recruit .box4 .page-box {
  margin-top: 2rem;
}

.esg-ban {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.esg-ban::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(36, 28, 7, 0), #241c07);
  opacity: 0.41;
}

.esg-ban>img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  animation: aniScaleBan 10s linear forwards;
}

.esg-ban .ban-intro {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}

.esg-ban .ban-intro .ban-tit {
  font-size: 3.75rem;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.esg-ban .ban-intro .container {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.esg-ban .ban-intro .container .lf {
  width: 49%;
  padding-top: 1rem;
  padding-left: 3rem;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.esg-ban .ban-intro .container .lf .txt {
  margin-top: 0.6rem;
  line-height: 1.3;
}

.esg-ban .ban-intro .container .rg {
  width: 50%;
  height: 8.15rem;
  padding-right: 2rem;
}

.esg-ban .ban-intro .container .rg .ban-swiper {
  width: 100%;
  height: 100%;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-prev,
.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-next {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  top: auto;
  margin: 0;
  bottom: 2px;
  transition: all 0.4s;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-prev::after,
.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-next::after {
  font-size: 0.3rem;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-prev:hover,
.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-next:hover {
  background-color: var(--logoColor);
  box-shadow: none;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-prev {
  left: 1px;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-button-next {
  right: auto;
  left: 1.25rem;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-pagination {
  top: auto;
  bottom: 0.5rem;
  left: 3.15rem;
  width: 66%;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--logoColor);
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-slide {
  width: 100%;
  color: #fff;
  margin-right: 1rem;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-slide .icon {
  width: 2rem;
  height: 2rem;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-slide .h {
  margin-top: 0.5rem;
  line-height: 1.3;
}

.esg-ban .ban-intro .container .rg .ban-swiper .swiper-slide .txt {
  margin-top: 0.5rem;
  line-height: 1.3;
}

.esg .banner {
  position: sticky;
  top: 0;
}

.esg .box1 {
  position: relative;
  width: 100%;
  z-index: 11;
  padding: 3.75rem 0 3.5rem;
  overflow: hidden;
  background-color: #fff;
}

.esg .box1 .cont {
  margin-top: 1rem;
  line-height: 1.6;
  color: #333333;
}

.esg .box1 .item-box {
  margin-top: 1.75rem;
}

.esg .box1 .tran1 {
  transform: translateX(-100%);
}

.esg .box1 .tran2 {
  transform: translateX(100%);
}

.esg .box1 .box1-swiper {
  margin-bottom: 2.5rem;
  overflow: initial;
}

.esg .box1 .box1-swiper:last-child {
  margin-bottom: 0;
}

.esg .box1 .box1-swiper .swiper-slide {
  width: 46%;
  margin-right: 5%;
}

.esg .box1 .box1-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.esg .box1 .box1-swiper .swiper-slide .pic {
  width: 100%;
  height: 9.65rem;
  border-radius: 5px;
  overflow: hidden;
}

.esg .box1 .box1-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.esg .box1 .box1-swiper .swiper-slide .h {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.3;
}

.esg .box2 {
  margin-top: 2rem;
}

.esg .box2 .pic {
  width: 100%;
  position: relative;
}

.esg .box2 .pic img {
  width: 100%;
}

.esg .box2 .pic .pos-cont {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.esg .box2 .pic .more {
  margin: 0.9rem auto 0;
}

.esg .box2 .swiper-box {
  margin-top: 0.75rem;
  position: relative;
}

.esg .box2 .swiper-box .swiper-button-prev {
  left: auto;
  right: calc(100% + 1rem);
}

.esg .box2 .swiper-box .swiper-button-next {
  right: auto;
  left: calc(100% + 1rem);
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide {
  width: 32%;
  height: 8.65rem;
  padding: 0.75rem 1.1rem;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin-right: 2%;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide .time {
  color: #555555;
  line-height: 2;
  transition: all 0.4s;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide .h {
  margin-top: 0.85rem;
  color: #333333;
  line-height: 1.3;
  height: 5.2em;
  overflow-y: auto;
  transition: all 0.4s;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide .h::-webkit-scrollbar {
  width: 3px;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide .more {
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  color: #333333;
  transition: all 0.4s;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide .more .arr {
  margin-left: 0.5rem;
  width: 14px;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide .more .arr img {
  width: 100%;
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide:hover .time {
  color: var(--logoColor);
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide:hover .h {
  color: var(--logoColor);
}

.esg .box2 .swiper-box .box2-swiper .swiper-slide:hover .more {
  color: var(--logoColor);
}

.esg .box3 {
  padding: 3.75rem 0 4.55rem;
}

.esg .box3 .li-box {
  margin-top: 1.25rem;
}

.esg .box3 .li-box .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.6rem;
  background-color: #f6f6f6;
  border-radius: 5px;
  position: relative;
  transition: all 0.4s;
}

.esg .box3 .li-box .li:last-child {
  margin-bottom: 0;
}

.esg .box3 .li-box .li .icon {
  width: 4.9rem;
  height: 3.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 1rem;
}

.esg .box3 .li-box .li .icon div {
  width: auto;
  max-width: 90%;
}

.esg .box3 .li-box .li .icon p {
  color: #333333;
}

.esg .box3 .li-box .li .intro {
  width: calc(100% - 8rem);
}

.esg .box3 .li-box .li .intro .h {
  color: #333333;
  line-height: 1.3;
  transition: all 0.4s;
}

.esg .box3 .li-box .li .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 0.65rem;
  max-height: 0.65rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.esg .box3 .li-box .li .arr {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*text-align: center;*/
  /*line-height: 1rem;*/
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  transition: all 0.4s;
}

.esg .box3 .li-box .li .arr img {
  filter: grayscale(1);
}

.esg .box3 .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.esg .box3 .li-box .li:hover .intro .h {
  color: var(--logoColor);
}

.esg .box3 .li-box .li:hover .arr {
  box-shadow: 0 0 0 1px var(--logoColor);
}

.esg .box3 .li-box .li:hover .arr img {
  filter: initial;
}

.esg .box3 .page-box {
  margin-top: 1.25rem;
}

.contact .box1 {
  padding: 3.75rem 0 1.75rem;
  overflow: hidden;
}

.contact .box1 .box1-swiper {
  margin-top: 1rem;
  width: 90%;
}

.contact .box1 .box1-swiper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  height: 1.15rem;
  line-height: 1.15rem;
  padding: 0 0.7rem;
  margin-right: 0.4rem;
  border-radius: 3px;
  border: 1px solid #efefef;
  color: #333333;
  cursor: pointer;
  transition: all 0.4s;
}

.contact .box1 .box1-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.contact .box1 .box1-swiper .swiper-slide:hover,
.contact .box1 .box1-swiper .swiper-slide.active {
  border-color: #333;
  background-color: #333333;
  color: #fff;
}

.contact .box1 .map {
  position: relative;
  width: 97%;
  margin: 2.4rem auto 0;
}

.contact .box1 .map img {
  width: 100%;
}

.contact .box1 .map .base {
  position: absolute;
  top: 31.74%;
  left: 79.4%;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.contact .box1 .map .base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  opacity: 0.5;
  transform-origin: center;
  animation: scale2 5s linear infinite;
  z-index: -1;
}

.contact .box1 .map .base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--logoColor);
  opacity: 0.5;
  transform-origin: center;
  animation: scale2 5s 2.5s linear infinite;
  z-index: -1;
}

.contact .box1 .map .base .icon {
  width: 0.55rem;
}

.contact .box1 .map .base .city {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.9rem);
  transform: translateY(-50%);
  color: #333333;
}

.contact .box1 .map .base .line {
  position: absolute;
  right: 90%;
}

.contact .box1 .map .base .line img {
  width: 100%;
}

.contact .box1 .map .base .line1 {
  width: 28.05rem;
  top: -4.5rem;
}

.contact .box1 .map .base .line2 {
  width: 22.4rem;
  top: -1rem;
}

.contact .box1 .map .base .line3 {
  width: 11.8rem;
  top: 0.8rem;
}

.contact .box1 .map .base .line4 {
  width: 9.65rem;
  top: 0;
}

.contact .box1 .map .base .line5 {
  width: 1.45rem;
  top: 1rem;
  right: 74%;
}

.contact .box1 .map .base .line6 {
  width: 13.9rem;
  top: -2.5rem;
  right: 63%;
}

.contact .box1 .map .point {
  position: absolute;
  cursor: pointer;
  z-index: 5;
}

.contact .box1 .map .point .icon {
  width: 0.45rem;
}

.contact .box1 .map .point .cir {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotateX(60deg);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--logoColor);
  opacity: 0.64;
}

.contact .box1 .map .point .cir::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #d7000f 100%);
  opacity: 0.51;
  transform: scale(3);
  transform-origin: center;
  animation: scale 5s linear infinite;
  animation-name: none;
}

.contact .box1 .map .point .cir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, #d7000f 100%);
  opacity: 0.33;
  transform: scale(5);
  transform-origin: center;
  animation: scale 5s 2.5s linear infinite;
  animation-name: none;
}

.contact .box1 .map .point .city {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.35rem);
  transform: translateY(-50%);
  color: #333;
  width: -moz-max-content;
  width: max-content;
}

.contact .box1 .map .point.active .cir::before,
.contact .box1 .map .point.active .cir::after {
  animation-name: scale;
}

.contact .box1 .map .point.active .city {
  color: var(--logoColor);
}

.contact .box1 .map .point1 {
  top: 21.03%;
  left: 18.93%;
}

.contact .box1 .map .point2 {
  top: 62.22%;
  left: 30.82%;
}

.contact .box1 .map .point3 {
  top: 52.02%;
  left: 53.74%;
}

.contact .box1 .map .point4 {
  top: 33.63%;
  left: 58.2%;
}

.contact .box1 .map .point5 {
  top: 46.6%;
  left: 76.65%;
}

.contact .box1 .map .point6 {
  top: 20.78%;
  left: 49.92%;
}

.contact .box1 .swiper-box {
  margin-top: -5.85rem;
  height: 8.25rem;
  position: relative;
  z-index: 2;
}

.contact .box1 .swiper-box .swiper-button-prev,
.contact .box1 .swiper-box .swiper-button-next {
  top: auto;
  margin: 0;
  bottom: calc(100% + 0.8rem);
}

.contact .box1 .swiper-box .swiper-button-prev {
  left: 0;
}

.contact .box1 .swiper-box .swiper-button-next {
  right: 0;
}

.contact .box1 .swiper-box .map-swiper {
  overflow: initial;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide {
  width: 24%;
  height: 8.25rem;
  margin-right: 1.333%;
  border-radius: 5px;
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.9rem 0.75rem;
  transition: all 0.4s;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide.hide {
  display: none;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .country {
  width: 100%;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .country .h {
  color: #333333;
  transition: all 0.4s;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .country .h span {
  margin-top: 6px;
  color: var(--logoColor);
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .country .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .country .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform-origin: center;
  transform: scale(1.25);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .country .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transform-origin: center;
  transform: scale(1.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .country .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .info {
  margin-top: 0.6rem;
  max-height: 3.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.2rem;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .info::-webkit-scrollbar {
  width: 2px;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .info::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .info .li {
  display: flex;
  margin-bottom: 0.6rem;
  color: #666666;
  transition: all 0.4s;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .info .li:last-child {
  margin-bottom: 0;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .info .li div {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.1rem);
}

.contact .box1 .swiper-box .map-swiper .swiper-slide .info .li p {
  width: calc(100% - 0.8rem);
  line-height: 1.5;
  word-break: break-all;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:hover {
  background-color: #444444;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:hover .country {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:hover .country .h {
  color: #fff;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:hover .country .h span {
  color: #fff;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:hover .country .icon::before,
.contact .box1 .swiper-box .map-swiper .swiper-slide:hover .country .icon::after {
  opacity: 1;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:hover .info .li {
  color: #fff;
}

.contact .box1 .swiper-box .map-swiper .swiper-slide:hover .info .li div {
  filter: grayscale(100) brightness(100);
}

.contact .box2 {
  padding: 2.75rem 2.25rem 3.25rem 0;
  display: flex;
}

.contact .box2 .pic {
  width: 50%;
}

.contact .box2 .pic img {
  width: 100%;
}

.contact .box2 .rg {
  width: 50%;
  padding-top: 0.8rem;
  padding-left: 1.7rem;
}

.contact .box2 .rg .form {
  margin-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
}

.contact .box2 .rg .form .li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 0.75rem;
}

.contact .box2 .rg .form .li:nth-child(2n) {
  margin-right: 0;
}

.contact .box2 .rg .form .li input {
  width: 100%;
  height: 1.15rem;
  border-bottom: 1px solid #999;
  color: #111;
  opacity: 0.5;
  transition: all 0.4s;
}

.contact .box2 .rg .form .li input::-moz-placeholder {
  color: #111;
}

.contact .box2 .rg .form .li input::placeholder {
  color: #111;
}

.contact .box2 .rg .form .li input:focus {
  opacity: 1;
}

.contact .box2 .rg .form .li textarea {
  margin-top: 0.25rem;
  width: 100%;
  height: 4.8rem;
  color: #111;
  padding: 0.25rem 0.4rem;
  opacity: 0.5;
  border: 1px solid #999;
  border-radius: 5px;
  transition: all 0.4s;
}

.contact .box2 .rg .form .li textarea::-moz-placeholder {
  color: #111;
}

.contact .box2 .rg .form .li textarea::placeholder {
  color: #111;
}

.contact .box2 .rg .form .li textarea:focus {
  opacity: 1;
}

.contact .box2 .rg .form .li.wid100 {
  width: 100%;
  margin-right: 0;
}

.contact .box2 .rg .form .select {
  position: relative;
  z-index: 5;
}

.contact .box2 .rg .form .select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border-top: 0.25rem solid rgba(85, 85, 85, 0.64);
  border-left: 0.225rem solid transparent;
  border-right: 0.225rem solid transparent;
}

.contact .box2 .rg .form .select input {
  cursor: pointer;
}

.contact .box2 .rg .form .select .drop-down {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: 4rem;
  overflow-y: auto;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.4s;
}

.contact .box2 .rg .form .select .drop-down span {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.5rem;
  color: #666;
  cursor: pointer;
  transition: all 0.4s;
}

.contact .box2 .rg .form .select .drop-down span:hover {
  color: var(--logoColor);
}

.contact .box2 .rg .form .select.active .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact .box2 .rg .form .textarea {
  margin-bottom: 0.4rem;
}

.contact .box2 .rg .form label {
  width: 100%;
  margin-bottom: 0.3rem;
}

.contact .box2 .rg .form label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #333333;
}

.contact .box2 .rg .form label input[type=radio]:checked {
  border-color: var(--logoColor);
}

.contact .box2 .rg .form label input[type=radio]:checked:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--logoColor);
  /* 修改选中状态的颜色 */
  border-radius: 50%;
  /* 使其呈圆形 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact .box2 .rg .form label span {
  padding-left: 0.25rem;
  line-height: 1.4;
}

.contact .box2 .rg .form .submit {
  width: 3.2rem;
  height: 0.95rem;
  margin: 0.75rem auto 0;
  border-radius: 3px;
  background-color: var(--logoColor);
  color: #fff;
}

.news .box {
  padding: 3.75rem 0 4rem;
}

.news .box .change {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .box .change .tab {
  display: flex;
  align-items: center;
}

.news .box .change .tab a {
  width: -moz-max-content;
  width: max-content;
  height: 1.15rem;
  text-align: center;
  line-height: 1.15rem;
  padding: 0 0.75rem;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #efefef;
  color: #333333;
  margin-right: 0.4rem;
  transition: all 0.4s;
}

.news .box .change .tab a:last-child {
  margin-right: 0;
}

.news .box .change .tab a.active,
.news .box .change .tab a:hover {
  background-color: #333333;
  color: #fff;
  box-shadow: none;
}

.news .box .change .form {
  width: 6.65rem;
  height: 1.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
}

.news .box .change .form button {
  width: 15px;
  background: none;
}

.news .box .change .form button img {
  width: 100%;
}

.news .box .change .form input {
  width: calc(100% - 15px);
  height: 100%;
  background: none;
  padding: 0 0.4rem;
}

.news .box .li-box {
  margin-top: 1.45rem;
  display: flex;
  flex-wrap: wrap;
}

.news .box .li-box .li {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2rem;
  border-radius: 5px;
}

.news .box .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}

.news .box .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.news .box .li-box .li .pic {
  width: 100%;
  height: 8.9rem;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.news .box .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.news .box .li-box .li .pic .tag {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  padding: 0 0.2rem;
  height: 1.15rem;
  text-align: center;
  line-height: 1.15rem;
  color: #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.news .box .li-box .li .intro {
  position: relative;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.1rem 0.9rem;
  overflow: hidden;
}

.news .box .li-box .li .intro::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: calc(1.5rem - 1px);
  border-bottom: calc(0.4rem + 1px) solid var(--logoColor);
  border-left: calc(0.5rem + 1px) solid transparent;
  border-right: calc(0.5rem + 1px) solid transparent;
  opacity: 0;
  /*transition: all 0.4s;*/
}

.news .box .li-box .li .intro::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 1.5rem;
  border-bottom: 0.4rem solid #f8f8f8;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  z-index: 2;
  opacity: 0;
  /*transition: all 0.4s;*/
}

.news .box .li-box .li .intro .time {
  color: #555555;
  line-height: 2;
}

.news .box .li-box .li .intro .h {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 0.84rem;
  height: 1.68rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .box .li-box .li .intro .more {
  margin-top: 0.6rem;
}

.news .box .li-box .li:hover::after {
  width: 100%;
}

.news .box .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.news .box .li-box .li:hover .intro::before,
.news .box .li-box .li:hover .intro::after {
  opacity: 1;
}

.news .box .li-box .li:hover .intro .time {
  color: var(--logoColor);
}



.ser_con .li-box {
  margin-top: 1.45rem;
  display: flex;
  flex-wrap: wrap;
}

.ser_con .li-box .li {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2rem;
  border-radius: 5px;
}

.ser_con .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}

.ser_con .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.ser_con .li-box .li .pic {
  width: 100%;
  height: 8.9rem;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.ser_con .li-box .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.ser_con .li-box .li .pic .tag {
  position: absolute;
  top: 0;
  right: 0;
  width: max-content;
  min-width: 4.25rem;
  height: 1.15rem;
  padding: 0 .5rem;
  text-align: center;
  line-height: 1.15rem;
  color: #fff;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

.ser_con .li-box .li .intro {
  position: relative;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.1rem 0.9rem;
  overflow: hidden;
}

.ser_con .li-box .li .intro::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: calc(1.5rem - 1px);
  border-bottom: calc(0.4rem + 1px) solid var(--logoColor);
  border-left: calc(0.5rem + 1px) solid transparent;
  border-right: calc(0.5rem + 1px) solid transparent;
  opacity: 0;
  /*transition: all 0.4s;*/
}

.ser_con .li-box .li .intro::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 1.5rem;
  border-bottom: 0.4rem solid #f8f8f8;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  z-index: 2;
  opacity: 0;
  /*transition: all 0.4s;*/
}

.ser_con .li-box .li .intro .time {
  color: #555555;
  line-height: 2;
}

.ser_con .li-box .li .intro .h {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 0.84rem;
  height: 1.68rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ser_con .li-box .li .intro .more {
  margin-top: 0.6rem;
}

.ser_con .li-box .li:hover::after {
  width: 100%;
}

.ser_con .li-box .li:hover .pic img {
  transform: scale(1.04);
}

.ser_con .li-box .li:hover .intro::before,
.ser_con .li-box .li:hover .intro::after {
  opacity: 1;
}

.ser_con .li-box .li:hover .intro .time {
  color: var(--logoColor);
}


.news-info .box {
  padding: 5.25rem 0 3.1rem;
  overflow: hidden;
}

.news-info .box .top .cont {
  margin-top: 1.85rem;
  color: #333333;
  line-height: 1.7;
}

.news-info .box .top .cont img {
  text-align: center;
  /*width: 80% !important;*/
  height: auto !important;

}

.news-info .box .related {
  margin-top: 3.8rem;
  padding-top: 2.1rem;
  position: relative;
}

.news-info .box .related::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.14);
}

.news-info .box .related .related-swiper {
  margin-top: 1.25rem;
  overflow: initial;
}

.news-info .box .related .related-swiper .swiper-button-prev,
.news-info .box .related .related-swiper .swiper-button-next {
  display: inline-flex;
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  margin-top: 1.25rem;
}

.news-info .box .related .related-swiper .swiper-button-next {
  margin-left: 0.25rem;
}

.news-info .box .related .related-swiper .swiper-pagination {
  top: auto;
  left: 9%;
  bottom: 0.5rem;
  width: 30%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.14);
}

.news-info .box .related .related-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  background: var(--logoColor);
}

.news-info .box .related .related-swiper .swiper-slide {
  width: 48%;
  margin-right: 4%;
  border-radius: 5px;
}

.news-info .box .related .related-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}

.news-info .box .related .related-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.news-info .box .related .related-swiper .swiper-slide .pic {
  width: 100%;
  height: 8.9rem;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.news-info .box .related .related-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-info .box .related .related-swiper .swiper-slide .intro {
  position: relative;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.1rem 0.9rem;
  overflow: hidden;
}

.news-info .box .related .related-swiper .swiper-slide .intro::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: calc(1.5rem - 1px);
  border-bottom: calc(0.4rem + 1px) solid var(--logoColor);
  border-left: calc(0.5rem + 1px) solid transparent;
  border-right: calc(0.5rem + 1px) solid transparent;
  opacity: 0;
  transition: all 0.4s;
}

.news-info .box .related .related-swiper .swiper-slide .intro::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 1.5rem;
  border-bottom: 0.4rem solid #f8f8f8;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}

.news-info .box .related .related-swiper .swiper-slide .intro .time {
  color: #555555;
  line-height: 2;
}

.news-info .box .related .related-swiper .swiper-slide .intro .h {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 0.84rem;
  height: 1.68em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-info .box .related .related-swiper .swiper-slide .intro .more {
  margin-top: 0.6rem;
}

.news-info .box .related .related-swiper .swiper-slide:hover::after {
  width: 100%;
}

.news-info .box .related .related-swiper .swiper-slide:hover .intro::before,
.news-info .box .related .related-swiper .swiper-slide:hover .intro::after {
  opacity: 1;
}

.news-info .box .related .related-swiper .swiper-slide:hover .intro .time {
  color: var(--logoColor);
}

.fix-share {
  position: fixed;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
  z-index: 10;
}

.fix-share .tit {
  color: #111111;
}

.fix-share .link-box {
  margin-top: 0.4rem;
}

.fix-share .link-box a {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  filter: grayscale(1);
}

.fix-share .link-box a:last-child {
  margin-bottom: 0;
}

.fix-share .link-box a:hover {
  filter: initial;
}

.investor .box1 {
  padding: 4.5rem 0 4rem;
}

.investor .box1 .wrap {
  display: flex;
}

.investor .box1 .lf {
  width: 56%;
}

.investor .box1 .lf .cont {
  margin-top: 0.85rem;
  color: #333333;
  line-height: 1.6;
  /*word-break: break-all;*/
}

.investor .box1 .lf .more {
  margin-top: 0.85rem;
}

.investor .box1 .lf .li-box {
  margin-top: 1.2rem;
  width: 79%;
  display: flex;
  flex-wrap: wrap;
}

.investor .box1 .lf .li-box .li {
  width: 43.2%;
  margin-right: 13.6%;
  /*margin-bottom: 1.5rem;*/
}

.investor .box1 .lf .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.investor .box1 .lf .li-box .li:nth-child(n + 3) {
  margin-top: 1.5rem;
}

.investor .box1 .lf .li-box .li .num {
  position: relative;
  color: var(--logoColor);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.investor .box1 .lf .li-box .li .num::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.45rem;
  height: 2px;
  background-color: var(--logoColor);
  transition: all 0.4s;
}

.investor .box1 .lf .li-box .li .txt {
  margin-top: 0.5rem;
  color: #333333;
}

.investor .box1 .rg {
  width: calc(44% - 2.75rem);
  margin-left: 2.75rem;
  background-color: #efefef;
  /*padding-left: 2.75rem;*/
}

.investor .box1 .rg .pic {
  width: 100%;
}

.investor .box1 .rg .pic img {
  width: 100%;
}

.investor .box1 .rg .stock {
  padding: 0.75rem 1.1rem 1.05rem;
  background-color: #efefef;
}

.investor .box1 .rg .stock .top {
  display: flex;
  justify-content: space-between;
}

.investor .box1 .rg .stock .top .code {
  margin-top: 0.2rem;
  color: #333333;
}

.investor .box1 .rg .stock .top .info {
  color: var(--logoColor);
}

.investor .box1 .rg .stock .top .info .num {
  display: flex;
  align-items: center;
}

.investor .box1 .rg .stock .top .info .num p {
  font-size: 1.4rem;
  margin-right: 0.35rem;
  line-height: 1;
  font-weight: bold;
}

.investor .box1 .rg .stock .top .info .num span {
  width: 0.35rem;
}

/*.investor .box1 .rg .stock .top .info .num .down {*/
/*  display: none;*/
/*}*/
.investor .box1 .rg .stock .top .info .data {
  margin-top: 0.5rem;
  display: flex;
}

.investor .box1 .rg .stock .top .info .data p {
  margin-right: 0.35rem;
}

.investor .box1 .rg .stock .top .info .data p:last-child {
  margin-right: 0;
}

.investor .box1 .rg .stock .top .info.down {
  color: #429f31;
}

.investor .box1 .rg .stock .top .info.down .num .up {
  display: none;
}

.investor .box1 .rg .stock .top .info.down .num .down {
  display: block;
}

.investor .box1 .rg .stock .btm {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #c5c5c5;
}

.investor .box1 .rg .stock .btm .li {
  display: flex;
  justify-content: space-between;
  color: #333333;
  margin-bottom: 0.8rem;
}

.investor .box1 .rg .stock .btm .li:last-child {
  margin-bottom: 0;
}

.investor .box2 {
  padding: 3rem 0;
  background-color: #f6f6f6;
}

.investor .box2 .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.investor .box2 .li-box .li {
  position: relative;
  width: 24%;
  height: 7rem;
  margin-right: 1.333%;
  border-radius: 5px;
  background-color: #fff;
  padding: 0.8rem 0.7rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.investor .box2 .li-box .li:nth-child(4n) {
  margin-right: 0;
}

.investor .box2 .li-box .li .time {
  text-align: center;
  color: #333333;
  width: -moz-max-content;
  width: max-content;
}

.investor .box2 .li-box .li .time span {
  margin-top: 0.2rem;
  display: block;
}

.investor .box2 .li-box .li .h {
  margin-top: 0.8rem;
  color: #333333;
  line-height: 0.7rem;
  height: 2.1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.investor .box2 .li-box .li .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.3rem;
  height: 1.25rem;
  line-height: 1;
  font-size: 9px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 0.25rem;
  padding-right: 3px;
  color: #fff;
  background-color: var(--logoColor);
  -webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
}

.investor .box2 .li-box .li .pos-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.4rem 0.6rem 0.5rem;
  background-color: var(--logoColor);
  z-index: 1;
  transform-origin: right bottom;
  transform: scale(0);
  transition: all 0.4s;
}

.investor .box2 .li-box .li .pos-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.9rem;
  border-bottom: 0.25rem solid #f6f6f6;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
}

.investor .box2 .li-box .li .pos-cont .pos-bg {
  position: absolute;
  top: 2.4rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

.investor .box2 .li-box .li .pos-cont .pos-bg img {
  width: 100%;
}

.investor .box2 .li-box .li .pos-cont .txt {
  color: #fff;
  line-height: 1.6;
  max-height: 9.6em;
  overflow-y: auto;
}

.investor .box2 .li-box .li .pos-cont .txt::-webkit-scrollbar {
  width: 2px;
}

.investor .box2 .li-box .li .pos-cont .txt::-webkit-scrollbar-thumb {
  background: #fff;
}

.investor .box2 .li-box .li .pos-cont .more2 {
  position: absolute;
  bottom: 0.8rem;
  left: 0.6rem;
  display: flex;
  align-items: center;
  color: #fff;
}

.investor .box2 .li-box .li .pos-cont .more2 span {
  margin-left: 0.45rem;
  width: 14px;
}

.investor .box2 .li-box .li:hover .pos-cont {
  transform: scale(1);
}

.investor .box2 .page-box {
  margin-top: 0.75rem;
}

.investor .box3 {
  padding: 4.25rem 0 2.25rem;
}

.investor .box3 .wrap {
  position: relative;
}

.investor .box3 .pic {
  width: 100%;
  position: relative;
}

.investor .box3 .pic::after {
  content: "";
  position: absolute;
  right: -1.75rem;
  bottom: -1rem;
  width: 5.6rem;
  height: 6.5rem;
  border-radius: 5px;
  background-color: var(--logoColor);
  z-index: -1;
}

.investor .box3 .pic img {
  width: 100%;
  border-radius: 5px;
}

.investor .box3 .pos-cont {
  position: absolute;
  top: 19%;
  left: 28%;
  width: 44%;
  background-color: #fff;
  border-radius: 5px;
  padding: 1.25rem 1rem 1.5rem;
}

.investor .box3 .pos-cont .txt {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.7;
}

.investor .box3 .pos-cont .more {
  margin: 1.35rem auto 0;
  cursor: pointer;
}

.investor .box4 {
  position: relative;
  padding: 2rem 0 3.85rem;
  overflow: hidden;
}

.investor .box4 .wrap {
  position: relative;
  z-index: 2;
}

.investor .box4 .pos-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.investor .box4 .pos-bg img {
  width: 100%;
}

.investor .box4 .li-box {
  margin-top: 1.25rem;
}

.investor .box4 .li-box .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.6rem;
  background-color: #f6f6f6;
  border-radius: 5px;
  position: relative;
  transition: all 0.4s;
}

.investor .box4 .li-box .li:last-child {
  margin-bottom: 0;
}

.investor .box4 .li-box .li .icon {
  width: 4.9rem;
  height: 3.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 1rem;
}

.investor .box4 .li-box .li .icon div {
  width: auto;
  max-width: 90%;
}

.investor .box4 .li-box .li .icon p {
  color: #333333;
}

.investor .box4 .li-box .li .intro {
  width: calc(100% - 8rem);
}

.investor .box4 .li-box .li .intro .h {
  color: #333333;
  line-height: 1.3;
  transition: all 0.4s;
}

.investor .box4 .li-box .li .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 0.65rem;
  max-height: 0.65rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.investor .box4 .li-box .li .arr {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*text-align: center;*/
  /*line-height: 1rem;*/
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  transition: all 0.4s;
}

.investor .box4 .li-box .li .arr img {
  filter: grayscale(1);
}

.investor .box4 .li-box .li:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.investor .box4 .li-box .li:hover .intro .h {
  color: var(--logoColor);
}

.investor .box4 .li-box .li:hover .arr {
  box-shadow: 0 0 0 1px var(--logoColor);
}

.investor .box4 .li-box .li:hover .arr img {
  filter: initial;
}


.ser_top {
  padding: 5.375rem 0 2rem 0;
  background-color: #F6F6F6;
}

.ser_top .h {
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-align: center;
}

.ser_top .form {
  margin: 0 auto;
  width: fit-content;
}

.ser_top .form-box {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  border-radius: 0.06rem;
  overflow: hidden;
}

.ser_top .form-box input {
  width: 21rem;
  background-color: #fff;
  line-height: 1.75rem;
  padding: 0 1.5rem;
}

.ser_top .form-box button {
  border: none;
  color: #fff;
  width: 4rem;
  line-height: 1.75rem;
  background-color: #D7000F;
}

.ser_top .form-box img {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  top: 50%;
  left: 0.55rem;
  transform: translateY(-50%);
}

.ser_top .prompt {
  margin-top: .55rem;
  padding: 0 .55rem;
  display: flex;
}

.ser_top .prompt p {
    margin-right: .7rem;
    color: var(--logoColor);
}

.ser_top .prompt input {
    margin-right: .7rem;
    color: var(--logoColor);
    background: none;
    width: max-content;
}

.ser_top .prompt input:last-child {
    margin-right: 0;
}

.ser_con .tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 1.34rem;
  margin-top: 2.25rem;
}

.ser_con .tab .li {
  color: #333;
  text-transform: capitalize;
  line-height: 1.1;
  padding-bottom: 0.625rem;
  font-weight: 600;
  position: relative;
  margin: 0 1rem;
  cursor: pointer;
}

.ser_con .tab .li.on {
  color: #D7000F;
}

.ser_con .tab .li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #D7000F;
  opacity: 0;
}

.ser_con .tab .li.on:after {
  opacity: 1;
}

.ser_con .con {
  display: none;
}

.ser_con .con .page-box {
  margin: 0 auto;
  margin-bottom: 2rem;
}

.ser_con .con.on {
  display: block;
}

.ser_con .con1 {
  padding-bottom: 3.1rem;
}

.ser_con .li-boxx {
  margin-top: 1.25rem;
}

.ser_con .li-boxx .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.6rem;
  background-color: #f6f6f6;
  border-radius: 5px;
  position: relative;
  transition: all 0.4s;
}

.ser_con .li-boxx .li:last-child {
  margin-bottom: 0;
}

.ser_con .li-boxx .li .icon {
  width: 4.9rem;
  height: 3.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 1rem;
}

.ser_con .li-boxx .li .icon div {
  width: auto;
  max-width: 90%;
}

.ser_con .li-boxx .li .icon p {
  color: #333333;
}

.ser_con .li-boxx .li .intro {
  width: calc(100% - 8rem);
}

.ser_con .li-boxx .li .intro .h {
  color: #333333;
  line-height: 1.3;
  transition: all 0.4s;
}

.ser_con .li-boxx .li .intro .txt {
  margin-top: 0.4rem;
  color: #666666;
  line-height: 0.65rem;
  max-height: 0.65rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ser_con .li-boxx .li .arr {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  text-align: center;
  /*line-height: 1rem;*/
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ser_con .li-boxx .li .arr img {
  filter: grayscale(1);
}

.ser_con .li-boxx .li:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.ser_con .li-boxx .li:hover .intro .h {
  color: var(--logoColor);
}

.ser_con .li-boxx .li:hover .arr {
  box-shadow: 0 0 0 1px var(--logoColor);
}

.ser_con .li-boxx .li:hover .arr img {
  filter: initial;
}


.investor .box4 .page-box {
  margin-top: 1.25rem;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 999;
  display: none;
}

.dialog .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 2;
  padding: 1.35rem 3.5rem;
  border-radius: 5px;
}

.dialog .container .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s;
}

.dialog .container .close:hover {
  transform: rotate(180deg);
}

.dialog .container .form {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.dialog .container .form .li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 0.9rem;
  position: relative;
}

.dialog .container .form .li:nth-child(3n) {
  margin-right: 0;
}

.dialog .container .form .li p {
  color: #888888;
}

.dialog .container .form .li p span {
  color: var(--logoColor);
}

.dialog .container .form .li input {
  width: 100%;
  height: 1.15rem;
  background: none;
  color: #333;
  border-bottom: 1px solid #333;
  opacity: 0.5;
  transition: all 0.4s;
}

.dialog .container .form .li input::-moz-placeholder {
  color: #333;
}

.dialog .container .form .li input::placeholder {
  color: #333;
}

.dialog .container .form .li input:focus {
  opacity: 1;
}

.dialog .container .form .li textarea {
  margin-top: 0.5rem;
  width: 100%;
  height: 3rem;
  background: none;
  border: 1px solid #333;
  border-radius: 5px;
  color: #333;
  padding: 0.3rem 0.45rem;
  opacity: 0.5;
  transition: all 0.4s;
}

.dialog .container .form .li textarea::-moz-placeholder {
  color: #333;
}

.dialog .container .form .li textarea::placeholder {
  color: #333;
}

.dialog .container .form .li textarea:focus {
  opacity: 1;
}

.dialog .container .form .li.must::after {
  content: "*";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--logoColor);
  font-size: inherit;
}

.dialog .container .form .li.must input {
  padding: 0 0.4rem;
}

.dialog .container .form .li.marr0 {
  margin-right: 0;
}

.dialog .container .form .li.marr {
  margin-right: 8%;
}

.dialog .container .form .li.wid100 {
  width: 100%;
  margin-right: 0;
}

.dialog .container .form .textarea {
  margin-top: 0.3rem;
}

.dialog .container .form .el-upload {
  position: relative;
  background-color: #fff5f6;
  border-color: #f3b2b2;
}

.dialog .container .form .upload {
  width: 100%;
}

.dialog .container .form .upload .h {
  margin-bottom: 0.5rem;
  color: #888888;
}

.dialog .container .form .upload .pos-icon {
  width: 90%;
  text-align: center;
}

.dialog .container .form .upload .pos-icon div {
  display: flex;
  width: 0.9rem;
  margin: 0 auto;
}

.dialog .container .form .upload .pos-icon p {
  margin-top: 0.4rem;
  color: var(--logoColor);
}

.dialog .container .form .agree {
  margin-top: 0.75rem;
  width: 100%;
}

.dialog .container .form .agree input {
  width: 15px;
  height: 15px;
  background-color: var(--logoColor);
}

.dialog .container .form .agree input:checked {
  background-color: var(--logoColor);
}

.dialog .container .form .agree a {
  color: var(--logoColor);
  text-decoration: underline;
}

.dialog .container .form .submit {
  margin: 1.15rem auto 0;
  width: 3.2rem;
  height: 0.95rem;
  border-radius: 3px;
  background-color: var(--logoColor);
  color: #fff;
}

.innovation .box1 {
  padding: 4.25rem 0 0.5rem;
}

.innovation .box1 .li-box {
  margin-top: 1.5rem;
  display: flex;
}

.innovation .box1 .li-box .li {
  width: 15.5%;
  height: 5.4rem;
  margin-right: 1.4%;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 0.85rem 0.5rem 0.5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s;
}

.innovation .box1 .li-box .li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.65rem;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  opacity: 0;
  transition: all 0.4s;
}

.innovation .box1 .li-box .li:last-child {
  margin-right: 0;
}

.innovation .box1 .li-box .li .icon {
  width: 1.5rem;
  height: 1.3rem;
  margin: 0 auto;
}

.innovation .box1 .li-box .li .icon img {
    max-height: 100%;
    object-fit: contain;
}

.innovation .box1 .li-box .li .h {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.3;
  text-align: center;
  transition: all 0.4s;
}

.innovation .box1 .li-box .li .pos-icon {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}

.innovation .box1 .li-box .li .pos-icon img {
  width: 100%;
}

.innovation .box1 .li-box .li:hover,
.innovation .box1 .li-box .li.active {
  background-color: var(--logoColor);
}

.innovation .box1 .li-box .li:hover::after,
.innovation .box1 .li-box .li.active::after {
  opacity: 1;
}

.innovation .box1 .li-box .li:hover .icon,
.innovation .box1 .li-box .li.active .icon {
  filter: brightness(100) grayscale(100);
}

.innovation .box1 .li-box .li:hover .h,
.innovation .box1 .li-box .li.active .h {
  color: #fff;
}

.innovation .box1 .li-box .li:hover .pos-icon,
.innovation .box1 .li-box .li.active .pos-icon {
  opacity: 1;
}

.innovation .box2 {
  padding: 1rem 0 3.8rem;
  background-color: #f6f6f6;
}

.innovation .box2 .item {
  display: none;
}

.innovation .box2 .item.show {
  display: block;
}

.innovation .box2 .top {
  display: flex;
  /*display: none;*/
  border-radius: 5px;
  overflow: hidden;
}

/*.innovation .box2 .top.on{display: flex;}*/
.innovation .box2 .top .pic {
  width: 66%;
}

.innovation .box2 .top .pic img {
  width: 100%;
}

.innovation .box2 .top .pic video {
  width: 100%;
}

.innovation .box2 .top .intro {
  width: 34%;
  background-color: #fff;
  padding: 3.25rem 2rem 1rem;
  color: #333333;
}

.innovation .box2 .top .intro .h {
  line-height: 1.2;
}

.innovation .box2 .top .intro .txt {
  margin-top: 0.75rem;
  line-height: 1.5;
}

.innovation .box2 .box2-swiper {
  margin-top: 1.15rem;
}

.innovation .box2 .box2-swiper .swiper-slide {
  width: 41%;
  height: 7.3rem;
  border-radius: 5px;
  background-color: #fff;
  padding: 0.7rem 1rem;
  display: flex;
  margin-right: 0.5rem;
  transition: all 0.4s;
}

.innovation .box2 .box2-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.innovation .box2 .box2-swiper .swiper-slide .intro {
  width: calc(100% - 4.45rem);
  padding-right: 1rem;
  position: relative;
}

.innovation .box2 .box2-swiper .swiper-slide .intro .h {
  color: #333333;
  line-height: 1.8;
  max-height: 7.2em;
  overflow-y: auto;
  word-break: break-word;
  padding-right: 0.1rem;
  text-transform: uppercase;
}

.innovation .box2 .box2-swiper .swiper-slide .intro .h::-webkit-scrollbar {
  width: 3px;
}

.innovation .box2 .box2-swiper .swiper-slide .intro .num {
  margin-top: 0.9rem;
  color: #333;
  transition: all 0.4s;
}

.innovation .box2 .box2-swiper .swiper-slide .intro .eyes {
  position: absolute;
  bottom: 0.65rem;
  left: 0;
  width: 1rem;
  filter: grayscale(1);
  transition: all 0.4s;
}

.innovation .box2 .box2-swiper .swiper-slide .intro .eyes img {
  width: 100%;
  object-fit: contain;
}

.innovation .box2 .box2-swiper .swiper-slide .pic {
  width: 4.45rem;
  height: 100%;
  border: 1px solid #ffbbbb;
  padding: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovation .box2 .box2-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.innovation .box2 .box2-swiper .swiper-slide:hover {
  box-shadow: 0 0.9rem 0.8rem 0 rgba(230, 220, 220, 0.51);
}

.innovation .box2 .box2-swiper .swiper-slide:hover .intro .num {
  color: var(--logoColor);
}

.innovation .box2 .box2-swiper .swiper-slide:hover .intro .eyes {
  filter: initial;
}

.innovation .box3 {
  padding: 4rem 0 3rem;
}

.innovation .box3 .li-box {
  margin-top: 2rem;
  display: flex;
}

.innovation .box3 .li-box .li {
  width: calc((100% - 6.4rem) / 5);
  margin-right: 1rem;
}

.innovation .box3 .li-box .li:last-child {
  margin-right: 0;
}

.innovation .box3 .li-box .li .step {
  color: var(--logoColor);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dbdbdb;
}

.innovation .box3 .li-box .li .intro {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
}

.innovation .box3 .li-box .li .intro .num {
  font-size: 1.75rem;
  line-height: 1;
  color: #333333;
}

.innovation .box3 .li-box .li .intro .txt {
  margin-left: 0.5rem;
  color: #555;
}

.innovation .box4 {
  position: relative;
}

.innovation .box4 .box4-swiper {
  width: 100%;
}

.innovation .box4 .box4-swiper .swiper-button-prev,
.innovation .box4 .box4-swiper .swiper-button-next {
  top: auto;
  margin: 0;
  bottom: 0.85rem;
}

.innovation .box4 .box4-swiper .swiper-button-prev:hover,
.innovation .box4 .box4-swiper .swiper-button-next:hover {
  background-color: #fff;
  color: var(--logoColor);
}

.innovation .box4 .box4-swiper .swiper-button-prev {
  left: auto;
  right: 4.55rem;
}

.innovation .box4 .box4-swiper .swiper-button-next {
  right: 3.25rem;
}

.innovation .box4 .box4-swiper .swiper-slide {
  width: 100%;
  height: 19.5rem;
}

.innovation .box4 .box4-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, #a73139 62.26%, rgba(205, 36, 48, 0) 99.74%);
  opacity: 0.76;
}

.innovation .box4 .box4-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72.5%;
  height: 100%;
  background: linear-gradient(89deg, #d7000f 0.6%, rgba(113, 0, 8, 0) 72.07%);
  opacity: 0.76;
}

.innovation .box4 .box4-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.innovation .box4 .box4-swiper .swiper-slide .wrap {
  height: 73%;
  z-index: 2;
}

.innovation .box4 .box4-swiper .swiper-slide .cont {
  width: calc(36% + 1.5rem);
  height: 100%;
  color: #fff;
}

.innovation .box4 .box4-swiper .swiper-slide .cont .tit {
  line-height: 1.3;
  padding-right: 1.5rem;
}

.innovation .box4 .box4-swiper .swiper-slide .cont .h {
  margin-top: 1rem;
  line-height: 1.6;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 1.5rem;
}

.innovation .box4 .box4-swiper .swiper-slide .cont .txt {
  margin-top: 1.25rem;
  line-height: 2.2;
  padding-right: 1.5rem;
  max-height: 13.2em;
  overflow-y: auto;
}

.innovation .box4 .box4-swiper .swiper-slide .cont .txt::-webkit-scrollbar {
  width: 3px;
}

.innovation .box4 .box4-swiper .swiper-slide .cont .txt::-webkit-scrollbar-thumb {
  background: #fff;
}

.innovation .box4 .box4-swiper .swiper-slide .name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29%;
  height: 3.15rem;
  background-color: var(--logoColor);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  line-height: 1.4;
  border-top-left-radius: 5px;
}

.innovation .box4 .box4-swiper .swiper-slide .name p {
  width: 60%;
}

.innovation .box4 img {
  width: 100%;
}

.innovation .box5 {
  padding: 4.5rem 0 6rem;
  background: linear-gradient(to bottom, #fff, #f8f8f8);
  overflow: hidden;
}

.innovation .box5 .cont {
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.7;
}

.innovation .box5 .pic {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.innovation .box5 .h {
  margin-top: 5.5rem;
  position: relative;
  z-index: 2;
}

.innovation .box5 .cir-box {
  margin-top: 1.7rem;
  position: relative;
  z-index: 1;
}

.innovation .box5 .cir-box .bg-img {
  width: 12.8rem;
  height: 12.8rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.innovation .box5 .cir-box .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innovation .box5 .cir-box .round-line {
  width: 14.75rem;
}

.innovation .box5 .cir-box .round-line img {
  width: 100%;
  animation: rotate 10s linear infinite;
}

.innovation .box5 .cir-box .round-point {
  width: 11rem;
}

.innovation .box5 .cir-box .round-point img {
  width: 100%;
}

.innovation .box5 .cir-box .round {
  z-index: -1;
}

.innovation .box5 .cir-box .round .inner {
  opacity: 0.23;
  background: radial-gradient(50% 50% at 50% 50%, #fff 90.41%, #ffdada 100%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.innovation .box5 .cir-box .round1 {
  width: 28.15rem;
  height: 28.15rem;
}

.innovation .box5 .cir-box .round2 {
  width: 35rem;
  height: 35rem;
}

.innovation .box5 .cir-box .intro {
  width: 9.65rem;
  height: 9.65rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 50%;
  background: #fdfdfd;
  overflow: hidden;
}

.innovation .box5 .cir-box .intro .num {
  color: var(--logoColor);
  font-size: 1.75rem;
  line-height: 1;
}

.innovation .box5 .cir-box .intro .txt {
  margin-top: 0.8rem;
  color: #333333;
  line-height: 1.7;
  text-align: center;
}

.innovation .box5 .cir-box .intro .time {
  margin-top: 1.2rem;
  color: #333333;
  opacity: 0.45;
}

.innovation .box5 .cir-box .li-box {
  width: 100%;
  height: 100%;
  display: flex;
}

.innovation .box5 .cir-box .li-box .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innovation .box5 .cir-box .li-box .item .li {
  display: flex;
  align-items: flex-end;
}

.innovation .box5 .cir-box .li-box .item .li .num {
  color: #333;
  font-size: 1.75rem;
  line-height: 1;
}

.innovation .box5 .cir-box .li-box .item .li .txt {
  margin-left: 0.5rem;
  color: #555555;
  line-height: 1.4;
  max-width: 4.4rem;
}

.innovation .box5 .cir-box .li-box .lf {
  align-items: flex-end;
  padding-right: 6rem;
}

.innovation .box5 .cir-box .li-box .lf .li {
  padding-right: var(--pad);
}

.innovation .box5 .cir-box .li-box .rg {
  align-items: flex-start;
  padding-left: 6rem;
}

.innovation .box5 .cir-box .li-box .rg .li {
  padding-left: var(--pad);
}

.innovation .box6 {
  padding: 3rem 0 4.9rem;
  background-color: #fff;
}

.innovation .box6 .tab {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.innovation .box6 .tab span {
  width: -moz-max-content;
  width: max-content;
  height: 1.15rem;
  line-height: 1.15rem;
  padding: 0 0.75rem;
  box-shadow: 0 0 0 1px #efefef;
  color: #333333;
  border-radius: 3px;
  margin-right: 0.4rem;
  cursor: pointer;
  transition: all 0.4s;
}

.innovation .box6 .tab span:last-child {
  margin-right: 0;
}

.innovation .box6 .tab span.active,
.innovation .box6 .tab span:hover {
  background-color: var(--logoColor);
  color: #fff;
  box-shadow: none;
}

.innovation .box6 .box6-swiper {
  margin-top: 1.25rem;
  display: none;
}

.innovation .box6 .box6-swiper.show {
  display: block;
}

.innovation .box6 .box6-swiper .swiper-slide {
  width: 24%;
  margin-right: 1.333%;
}

.innovation .box6 .box6-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.innovation .box6 .box6-swiper .swiper-slide .pic {
  position: relative;
  width: 100%;
  height: 8rem;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s;
}

.innovation .box6 .box6-swiper .swiper-slide .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.65rem;
  border-bottom: 0.2rem solid #fff;
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  opacity: 0;
  transition: all 0.4s;
}

.innovation .box6 .box6-swiper .swiper-slide .pic img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s;
}

.innovation .box6 .box6-swiper .swiper-slide .h {
  margin-top: 0.75rem;
  text-align: center;
  line-height: 1.3;
}

.innovation .box6 .box6-swiper .swiper-slide:hover .pic {
  background-color: var(--logoColor);
}

.innovation .box6 .box6-swiper .swiper-slide:hover .pic::after {
  opacity: 1;
}

.innovation .box6 .box6-swiper .swiper-slide:hover .pic img {
  transform: scale(1.04);
}

.quality .box1 {
  padding: 3.75rem 0 3.15rem;
  background-color: #f6f6f6;
}

.quality .box1 .wrap {
  display: flex;
  position: relative;
}

.quality .box1 .wrap .swiper-button-prev,
.quality .box1 .wrap .swiper-button-next {
  bottom: 0;
  top: auto;
  margin: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  color: #333;
  transition: all 0.4s;
}

.quality .box1 .wrap .swiper-button-prev::after,
.quality .box1 .wrap .swiper-button-next::after {
  font-size: 0.3rem;
}

.quality .box1 .wrap .swiper-button-prev:hover,
.quality .box1 .wrap .swiper-button-next:hover {
  background-color: var(--logoColor);
  box-shadow: none;
  color: #fff;
}

.quality .box1 .wrap .swiper-button-prev {
  left: 0;
}

.quality .box1 .wrap .swiper-button-next {
  left: 1.25rem;
}

.quality .box1 .item-box {
  width: 44%;
}

.quality .box1 .item {
  display: none;
  padding-right: 2.5rem;
}

.quality .box1 .item.show {
  display: block;
}

.quality .box1 .item .cont {
  margin-top: 0.85rem;
  color: #333333;
  line-height: 1.7;
  max-height: 10.5em;
  overflow-y: auto;
}

.quality .box1 .item .cont::-webkit-scrollbar {
  width: 3px;
}

.quality .box1 .item .cont p {
  padding-left: 0.5rem;
  position: relative;
  margin-bottom: 0.45rem;
}

.quality .box1 .item .cont p::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--logoColor);
}

.quality .box1 .item .cont p:last-child {
  margin-bottom: 0;
}

.quality .box1 .swiper-box {
  position: relative;
  width: 56%;
}

.quality .box1 .swiper-box::after {
  content: "";
  position: absolute;
  top: 1.75rem;
  left: -1.65rem;
  width: 7.55rem;
  height: 7.55rem;
  border-radius: 50%;
  border: 1px solid #fad5d5;
  opacity: 0.64;
  z-index: 11;
}

.quality .box1 .box1-swiper {
  width: 100%;
}

.quality .box1 .box1-swiper .swiper-slide {
  width: 100%;
  height: 11.25rem;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}

.quality .box1 .box1-swiper .swiper-slide .cont {
  width: 22%;
  height: 100%;
  background-color: var(--logoColor);
  padding: 4.15rem 0.5rem 0.5rem;
}

.quality .box1 .box1-swiper .swiper-slide .cont .h {
  color: #fff;
  line-height: 1.3;
}

.quality .box1 .box1-swiper .swiper-slide .cont .arr {
  margin: 0.2rem auto 0;
  width: 0.275rem;
}

.quality .box1 .box1-swiper .swiper-slide .cont .swiper-page {
  margin: 1rem auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: rgba(255, 255, 255, 0.44);
  font-style: italic;
}

.quality .box1 .box1-swiper .swiper-slide .cont .swiper-page span {
  margin: 0 4px;
}

.quality .box1 .box1-swiper .swiper-slide .cont .swiper-page .current {
  color: #fff;
}

.quality .box1 .box1-swiper .swiper-slide .pic {
  width: 78%;
  height: 100%;
}

.quality .box1 .box1-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quality .box1 .logo-box {
  margin-top: 1rem;
  width: 100%;
}

.quality .box1 .logo-box .logo {
  display: none;
}

.quality .box1 .logo-box .logo.show {
  display: block;
}

.quality .box1 .logo-box .logo-swiper {
  width: 100%;
}

.quality .box1 .logo-box .logo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.quality .box1 .logo-box .logo-swiper .swiper-slide {
  width: 17%;
  height: 3rem;
  margin-right: 0.75rem;
  border-radius: 5px;
  border: 1px solid #dddddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality .box1 .logo-box .logo-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.quality .box1 .logo-box .logo-swiper .swiper-slide img {
  max-height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.quality .box2 {
  padding: 3.75rem 0 3.25rem;
  position: relative;
}

.quality .box2 .pos-bg {
  position: absolute;
  bottom: -6.05rem;
  left: 0;
  width: 100%;
  z-index: -1;
}

.quality .box2 .pos-bg img {
  width: 100%;
}

.quality .box2 .cont {
  margin-top: 1.25rem;
  width: calc(100% + 1.1rem);
  padding-right: 1.1rem;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  max-height: 13.6em;
  overflow-y: auto;
}

.quality .box2 .cont::-webkit-scrollbar {
  width: 3px;
}

.quality .box2 .cont::-webkit-scrollbar-thumb {
  background: var(--logoColor);
}

.quality .box2 .table {
  margin-top: 2rem;
  width: 100%;
}

.quality .box2 .table table {
  width: 100%;
  border: 1px solid #cccccc;
  text-align: center;
  color: #333333;
}

.quality .box2 .table table tr,
.quality .box2 .table table td {
  border: 1px solid #cccccc;
  min-height: 1.5rem;
  padding: 0.5rem 0;
}

.quality .box2 .table table td {
  padding: 0.5rem 0.2rem;
}

.quality .box2 .table table tr:nth-child(1) {
  width: 100%;
  background-color: var(--logoColor);
  color: #fff;
}

.quality .box3 {
  padding: 0 0 3.6rem;
}

.quality .box3 .li-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.quality .box3 .li-box .li {
  width: 32%;
  height: 13.4rem;
  margin-right: 2%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.quality .box3 .li-box .li:nth-child(3n) {
  margin-right: 0;
}

.quality .box3 .li-box .li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.29);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}

.quality .box3 .li-box .li .pos-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  color: #fff;
  padding: 0 0.9rem 0.9rem;
  z-index: 5;
}

.quality .box3 .li-box .li .pos-cont .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.quality .box3 .li-box .li .pos-cont .icon img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.quality .box3 .li-box .li .pos-cont .h {
  margin-top: 0.5rem;
  line-height: 1.7;
}

.quality .box3 .li-box .li .pos-cont .cont {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  margin-top: 0.5rem;
  padding-top: 0.8rem;
}

.quality .box3 .li-box .li .pos-cont .cont p {
  position: relative;
  padding-left: 0.4rem;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}

.quality .box3 .li-box .li .pos-cont .cont p:last-child {
  margin-bottom: 0;
}

.quality .box3 .li-box .li .pos-cont .cont p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #fff;
}

.quality .box3 .li-box .li.active::after {
  opacity: 1;
}

.quality .box3 .intro {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  padding: 0.9rem 1.6rem 0.9rem 1.25rem;
  background-color: var(--logoColor);
  border-radius: 5px;
  color: #fff;
}

.quality .box3 .intro .icon {
  width: 1.4rem;
  margin-right: 1.05rem;
}

.quality .box3 .intro .icon img {
  width: 100%;
}

.quality .box3 .intro .rg {
  width: calc(100% - 2.45rem);
}

.quality .box3 .intro .rg .h {
  line-height: 1.7;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #fff;
}

.quality .box3 .intro .rg .txt {
  margin-top: 0.4rem;
  line-height: 1.5;
}

.supply .box1 {
  padding: 2rem 0 1rem;
  position: relative;
}

.supply .box1 .pos-bg {
  position: sticky;
  top: 20%;
  right: 0;
  width: 100%;
  text-align: right;
  height: 1px;
  z-index: -1;
}

.supply .box1 .pos-bg img {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}

.supply .box1 .li-box {
  display: flex;
}

.supply .box1 .li-box .lf {
  width: 43%;
}

.supply .box1 .li-box .lf .pic {
  width: 100%;
  position: sticky;
  top: 3.2rem;
  height: calc(100vh - 4rem);
  margin-bottom: 4.5rem;
}

.supply .box1 .li-box .lf .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.supply .box1 .li-box .lf .pic video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.supply .box1 .li-box .rg {
  width: 57%;
}

.supply .box1 .li-box .rg .intro {
  width: 100%;
  height: calc(100vh - 4rem);
  padding: 3.6rem 2.25rem 1rem 2rem;
  margin-bottom: 4.5rem;
}

.supply .box1 .li-box .rg .intro .icon {
  width: 1.8rem;
  margin: 0 auto;
}

.supply .box1 .li-box .rg .intro .tit {
  margin-top: 0.35rem;
}

.supply .box1 .li-box .rg .intro .cont {
  margin-top: 1.25rem;
  color: #333333;
  text-align: center;
}

.supply .box1 .li-box .rg .intro .num-box {
  margin-top: 1.85rem;
  display: flex;
  flex-wrap: wrap;
}

.supply .box1 .li-box .rg .intro .num-box .item {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 1.85rem;
}

.supply .box1 .li-box .rg .intro .num-box .item:nth-child(3n) {
  margin-right: 0;
}

.supply .box1 .li-box .rg .intro .num-box .item .num {
  display: flex;
  align-items: center;
  color: #333333;
}

.supply .box1 .li-box .rg .intro .num-box .item .num span {
  margin-left: 0.3rem;
}

.supply .box1 .li-box .rg .intro .num-box .item .txt {
  position: relative;
  margin-top: 0.6rem;
  border-top: 2px solid rgba(217, 217, 217, 0.3);
  padding-top: 0.55rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.3;
}

.supply .box1 .li-box .rg .intro .num-box .item .txt::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0.35rem;
  height: 2px;
  background-color: var(--logoColor);
}

.supply .box1 .li {
  display: none;
  margin-bottom: 4.5rem;
}

.supply .box1 .li:last-child {
  margin-bottom: 0;
}

.supply .box1 .li .pic {
  width: 43%;
  height: calc(100vh - 4rem);
}

.supply .box1 .li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.supply .box1 .li .intro {
  width: 57%;
  padding: 3.6rem 2.25rem 1rem 2rem;
}

.supply .box1 .li .intro .icon {
  width: 1.8rem;
  margin: 0 auto;
}

.supply .box1 .li .intro .tit {
  margin-top: 0.35rem;
}

.supply .box1 .li .intro .cont {
  margin-top: 1.25rem;
  color: #333333;
  text-align: center;
}

.supply .box1 .li .intro .num-box {
  margin-top: 1.85rem;
  display: flex;
  flex-wrap: wrap;
}

.supply .box1 .li .intro .num-box .item {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 1.85rem;
}

.supply .box1 .li .intro .num-box .item:nth-child(3n) {
  margin-right: 0;
}

.supply .box1 .li .intro .num-box .item .num {
  display: flex;
  align-items: center;
  color: #333333;
}

.supply .box1 .li .intro .num-box .item .num span {
  margin-left: 0.3rem;
}

.supply .box1 .li .intro .num-box .item .txt {
  position: relative;
  margin-top: 0.6rem;
  border-top: 2px solid rgba(217, 217, 217, 0.3);
  padding-top: 0.55rem;
  color: rgba(51, 51, 51, 0.8);
  line-height: 1.3;
}

.supply .box1 .li .intro .num-box .item .txt::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0.35rem;
  height: 2px;
  background-color: var(--logoColor);
}

.supply .box2 {
  padding: 2.2rem 0;
  position: relative;
}

.supply .box2 .bg {
  z-index: -1;
}

.supply .box2 .wrap {
  padding: 0 2.3rem 0 6.5rem;
  display: flex;
  align-items: center;
}

.supply .box2 .wrap .lf {
  width: 42%;
  padding-right: 1.2rem;
}

.supply .box2 .wrap .lf .cont {
  margin-top: 1.15rem;
  color: #fff;
  line-height: 1.7;
}

.supply .box2 .wrap .lf .cont p {
  position: relative;
  padding-left: 0.85rem;
  margin-bottom: 0.5rem;
}

.supply .box2 .wrap .lf .cont p:last-child {
  margin-bottom: 0;
}

.supply .box2 .wrap .lf .cont p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background: var(--logoColor);
}

.supply .box2 .wrap .rg {
  width: 58%;
}

.supply .box2 .wrap .rg img {
  width: 100%;
}

.supply .box3 {
  padding: 3.5rem 0 4.35rem 6.5rem;
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.supply .box3 .wrap {
  position: relative;
  display: flex;
}

.supply .box3 .lf {
  width: 40.6%;
}

.supply .box3 .lf .item {
  display: none;
  padding-right: 1.9rem;
}

.supply .box3 .lf .item.show {
  display: block;
}

.supply .box3 .lf .item .tit {
  color: #333333;
  line-height: 1.2;
}

.supply .box3 .lf .item .cont {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.7;
}

.supply .box3 .rg {
  width: 59.4%;
}

.supply .box3 .rg .swiper-button-prev,
.supply .box3 .rg .swiper-button-next {
  bottom: 0;
  top: auto;
  margin: 0;
}

.supply .box3 .rg .swiper-button-prev {
  left: 0;
}

.supply .box3 .rg .swiper-button-next {
  left: 1.25rem;
}

.supply .box3 .rg .swiper-scrollbar {
  position: absolute;
  bottom: 0.5rem;
  left: 3.1rem;
  width: 10.5rem;
  height: 1px;
}

.supply .box3 .rg .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px;
  background-color: var(--logoColor);
}

.supply .box3 .rg .box3-swiper {
  width: 100%;
}

.supply .box3 .rg .box3-swiper .swiper-slide {
  width: 53%;
  height: 15.75rem;
  margin-right: 0.8rem;
  border-radius: 5px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 100%, 0% 100%);
  clip-path: polygon(0 14%, 100% 14%, 100% 100%, 0% 100%);
  transition: all 0.4s;
}

.supply .box3 .rg .box3-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.supply .box3 .rg .box3-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.supply .box3 .rg .box3-swiper .swiper-slide-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.supply .box4 {
  padding: 2.8rem 0 5rem;
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.supply .box4 .wrap {
  position: relative;
  z-index: 5;
}

.supply .box4 .pos-bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 1px;
}

.supply .box4 .li-box {
  margin-top: 1.25rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 1.3rem;
  background-color: #fff;
}

.supply .box4 .li-box .li {
  position: sticky;
  top: 30vh;
  display: flex;
  background: #fff;
  margin-top: 3.5rem;
}

.supply .box4 .li-box .li .pic img {
  opacity: 0;
}

.supply .box4 .li-box .li {
  background-color: transparent;
}

.supply .box4 .li-box .li .intro {
  background-color: #fff;
}

.supply .box4 .li-box .li:nth-child(1) .pic {
  height: auto;
  aspect-ratio: 3 / 2;
}

.supply .box4 .li-box .li:nth-child(1) .pic img {
  opacity: 1;
}

.supply .box4 .li-box .li:first-child {
  margin-top: 0;
}

.supply .box4 .li-box .li .intro {
  width: 47%;
  padding-right: 2.2rem;
}

.supply .box4 .li-box .li .intro .icon {
  width: 1.5rem;
}

.supply .box4 .li-box .li .intro .h {
  margin-top: 0.65rem;
  color: var(--logoColor);
  line-height: 1.7;
}

.supply .box4 .li-box .li .intro .cont {
  margin-top: 0.9rem;
  color: #333333;
  line-height: 1.7;
}

.supply .box4 .li-box .li .intro .cont p {
  position: relative;
  padding-left: 0.55rem;
}

.supply .box4 .li-box .li .intro .cont p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--logoColor);
}

.supply .box4 .li-box .li .pic {
  width: 53%;
  border-radius: 5px;
  overflow: hidden;
}

.supply .box4 .li-box .li .pic img {
  width: 100%;
}

.service .box1 {
  padding: 3.75rem 0 3.25rem;
}

.service .box1 .cont {
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.7;
}

.service .box1 .container {
  margin-top: 1.75rem;
  position: relative;
}

.service .box1 .pos-cont {
  width: 27%;
}

.service .box1 .pos-cont .pic {
  width: 100%;
}

.service .box1 .pos-cont .pic img {
  width: 100%;
}

.service .box1 .pos-cont .h {
  margin-top: 1rem;
  color: #333333;
  line-height: 1.3;
}

.service .box1 .li-box {
  display: flex;
  flex-wrap: wrap;
}

.service .box1 .li-box .li {
  width: 34%;
  min-height: 8.05rem;
  margin-right: 32%;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;

}

.service .box1 .li-box .li:nth-child(2n) {
  margin-right: 0;
}

.service .box1 .li-box .li:nth-child(n+3) {
  margin-top: 1.25rem;
}

.service .box1 .li-box .li .icon {
  width: 2.05rem;
  height: 1.5rem;
  margin: 0 auto;
}

.service .box1 .li-box .li .icon img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.service .box1 .li-box .li .h {
  margin-top: 0.5rem;
  color: var(--logoColor);
  line-height: 1.3;
}

.service .box1 .li-box .li .txt {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 2;
}

.service .box1 .item-box {
  margin-top: 1.75rem;
  display: flex;
  padding: 0 7.3%;
  position: relative;
  height: 7.5rem;
}

.service .box1 .item-box::after {
  content: "";
  position: absolute;
  top: 1.05rem;
  left: 0;
  width: 100%;
  height: 5.8rem;
  background-image: url(../img/91.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.service .box1 .item-box .item {
  position: absolute;
  width: 3.95rem;
  height: 3.95rem;
  border-radius: 50%;
  border: 1px solid rgba(215, 0, 15, 0.29);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  padding: 0.4rem;
  color: #333333;
  transition: all 0.4s;
}

.service .box1 .item-box .item:hover,
.service .box1 .item-box .item.active {
  background-color: var(--logoColor);
  border-color: var(--logoColor);
  color: #fff;
}

.service .box1 .item-box .item1 {
  top: 43.333%;
  left: 7.3%;
}

.service .box1 .item-box .item2 {
  top: 37.33%;
  left: 20.1%;
}

.service .box1 .item-box .item3 {
  top: 37.33%;
  left: 32.81%;
}

.service .box1 .item-box .item4 {
  top: 47%;
  left: 46.51%;
}

.service .box1 .item-box .item5 {
  top: 42%;
  left: 59.22%;
}

.service .box1 .item-box .item6 {
  top: 32%;
  left: 71.93%;
}

.service .box1 .item-box .item7 {
  top: 0%;
  right: 7.3%;
}

.service .box2 {
  padding: 2.5rem 0 7.95rem;
  position: relative;
}

.service .box2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
}

.service .box2 .wrap {
  position: relative;
  z-index: 5;
}

.service .box2 .cont {
  margin-top: 1.25rem;
  color: #ffffff;
  line-height: 1.7;
}

.service .box2 .more {
  margin: 1rem auto 0;
}

.business {
  position: relative;
  z-index: 1;
}

.business .ani-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.business .box1 {
  position: relative;
  /*top: 100%;*/
  left: 0;
  width: 100%;
  padding: 3.75rem 0 3rem;
  background-color: #f6f6f6;
  z-index: 11;
  overflow: hidden;
}

.business .box1 .main-tit {
  font-family: var(--400);
}

.business .box1 .cont {
  margin-top: 1.1rem;
  color: #333333;
  line-height: 1.7;
}

.business .box1 .box1-swiper {
  margin-top: 1.75rem;
  overflow: visible;
}

.business .box1 .box1-swiper .swiper-slide {
  width: 26.4%;
  height: 10.75rem;
  /*padding: 0.4rem 0.75rem;*/
  padding: 1rem 0.75rem;
  margin-right: 0.5rem;
  background-color: #fff;
  border-radius: 5px;
}

.business .box1 .box1-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.business .box1 .box1-swiper .swiper-slide .icon {
  width: 100%;
  height: 3.85rem;
}

.business .box1 .box1-swiper .swiper-slide .icon img {
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.business .box1 .box1-swiper .swiper-slide .h {
  margin-top: 0.2rem;
  color: #333333;
  line-height: 1.7;
  height: 3.4em;
  text-align: center;
}

.business .box1 .box1-swiper .swiper-slide .sub {
  margin-top: 0.6rem;
  color: var(--logoColor);
  line-height: 1.7;
}

.business .box1 .box1-swiper .swiper-slide .txt {
  margin-top: 0.4rem;
  color: #333333;
  line-height: 1.7;
  max-height: 5.1em;
  overflow-y: auto;
}

.business .box1 .box1-swiper .swiper-slide .txt::-webkit-scrollbar {
  width: 3px;
}


.business .box1 .box1-swiper .swiper-slide .more{margin: 0.6rem auto 0;display: flex;align-items: center;justify-content: center;}

.business .box1 .box1-swiper .swiper-slide .more a{background: #D7000F;color: #fff;margin: 0 auto;line-height: calc(19 / 14);padding: 0.25rem 0.8rem;}

















.business .box2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 4rem 0 0;
  background-color: #FFF;
  z-index: 11;
  overflow: hidden;
}

.business .box2 .main-tit {
  font-family: var(--400);
}

.business .box2 .sub {
  margin-top: 1.25rem;
  color: var(--logoColor);
  line-height: 1.7;
}

.business .box2 .pic {
  margin-top: 0.3rem;
  width: 100%;
}

.business .box2 .pic img {
  width: 100%;
}

.business .box3 {
  /*padding: 4rem 0 3.75rem;*/
  padding-bottom: 3.75rem;
}

/*.business .box3 .li-box .li {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*  position: relative;*/
/*margin-bottom: -5.1rem;*/
/*  margin-bottom: 2rem;*/
/*  z-index: var(--zIndex);*/
/*  height: auto;*/
/*  aspect-ratio: 1920 / 840;*/
/*}*/
/*.business .box3 .li-box .li:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*.business .box3 .li-box .li .pic {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*  width: 100%;*/
/*height: 32.1rem;*/
/*  height: 100%;*/
/*}*/
/*.business .box3 .li-box .li .pic img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*}*/
/*.business .box3 .li-box .li .cont {*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  top: 50%;*/
/*  left: 7.3%;*/
/*  transform: translateY(-50%);*/
/*  width: 49.5%;*/
/*  height: 21.9rem;*/
/*  background-color: #fff;*/
/*  border: 1px solid #ebebeb;*/
/*  padding: 2.4rem 2.25rem 1rem;*/
/*}*/
/*.business .box3 .li-box .li .cont .sub {*/
/*  margin-top: 1.25rem;*/
/*  color: #333333;*/
/*  line-height: 1.7;*/
/*}*/
/*.business .box3 .li-box .li .cont .more {*/
/*  margin-top: 1.6rem;*/
/*}*/
/*.business .box3 .li-box .li .cont .num-box {*/
/*  margin-top: 2.25rem;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.business .box3 .li-box .li .cont .num-box .item {*/
/*  width: 50%;*/
/*}*/
/*.business .box3 .li-box .li .cont .num-box .item:nth-child(n+3) {*/
/*  margin-top: 1.6rem;*/
/*}*/
/*.business .box3 .li-box .li .cont .num-box .item .num {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  color: var(--logoColor);*/
/*  line-height: 1.2;*/
/*  font-family: auto;*/
/*}*/
/*.business .box3 .li-box .li .cont .num-box .item .txt {*/
/*  margin-top: 0.45rem;*/
/*  color: #333333;*/
/*  line-height: 1.3;*/
/*}*/
/*.business .box3 .li-box .li .cont .pos-icon {*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  width: 55%;*/
/*  z-index: -1;*/
/*}*/
/*.business .box3 .li-box .li .cont .pos-icon img {*/
/*  width: 100%;*/
/*}*/
/*.business .box3 .li-box .li:nth-child(2n) {*/
/*  justify-content: flex-start;*/
/*}*/
/*.business .box3 .li-box .li:nth-child(2n) .cont {*/
/*  left: auto;*/
/*  right: 7.3%;*/
/*}*/
.business .box3 .wrap {
  margin-top: 3.5rem;
}
.business .box3 .item-box {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.business .box3 .item-box.cent {
  justify-content: center;
}
.business .box3 .item-box .item {
  width: 31%;
  height: 5.1rem;
  margin-right: 3.5%;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business .box3 .item-box .item:nth-child(3n) {
  margin-right: 0;
}
.business .box3 .item-box .item:nth-child(n+4) {
  margin-top: 1rem;
}
.business .box3 .item-box .item img {
  max-width: 60%;
  max-height: 60%;
}

.business .box3 .con {
  width: 100%;
  height: 21rem;
  position: relative;
}

.business .box3 .con .pics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.business .box3 .con .pics::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 3;
}

.business .box3 .con .pics .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.business .box3 .con .pics .pic.on {
  opacity: 1;
  z-index: 2;
}

.business .box3 .con .pics .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business .box3 .con .nums_box {
  position: absolute;
  left: 4.5rem;
  bottom: 1.625rem;
  width: 24.75rem;
  padding-right: 2rem;
  z-index: 5;
}

.business .box3 .con .nums_box .num-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.business .box3 .con .nums_box .num-box .num {
  display: flex;
  line-height: 1.36;
}

.business .box3 .con .nums_box .num-box .txt {
    font-weight: bold;
}

.business .box3 .con .nums_box .num-box.on {
  display: flex;
  color: #fff;
}

.business .box3 .con .list {
  width: 14.5rem;
  position: absolute;
  bottom: 0;
  right: 4.25rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 5;
}

.business .box3 .con .list .swiper-slide {
  padding: 1.375rem 1.1rem 2.675rem 1.1rem;
  position: relative;
  z-index: 2;
}

.business .box3 .con .list .swiper-slide .pos-icon {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 6.7rem;
}

.business .box3 .con .list .swiper-slide .pos-icon img {
  width: 100%;
}

.business .box3 .con .list .swiper-slide .tit {
  margin-bottom: 0.6rem;
  color: #D7000F;
  max-width: 6.5rem;
  height: 2.5rem;
}

.business .box3 .con .list .swiper-slide .tit img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.business .box3 .con .list .swiper-slide .sub {
  color: #333;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 1.55rem;
}

.business .box3 .con .list .swiper-pagination {
  width: fit-content;
  left: 1.1rem;
  bottom: 1.1rem;
}

.business .box3 .con .list .swiper-pagination-bullet {
  width: 0.75rem;
  height: 2px;
  background-color: #C9C9C9;
  opacity: 1;
  border-radius: 0;
}

.business .box3 .con .list .swiper-pagination-bullet-active {
  background-color: #D7000F;
}


.business .box4 {
  padding: 3.9rem 0 4.9rem;
  background-color: #f6f6f6;
  overflow: hidden;
}

.business .box4 .wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.business .box4 .tit {
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 44%;
  padding-right: 2.5rem;
}

.business .box4 .box4-swiper {
  transform: translateX(44%);
  width: 100%;
}

.business .box4 .box4-swiper .swiper-slide {
  width: 43%;
  height: 13rem;
  margin-right: 12%;
  background-color: #fff;
  padding: 1rem 1.25rem;
  box-shadow: 0 4px 1.5rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}

.business .box4 .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.business .box4 .box4-swiper .swiper-slide .num {
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  color: var(--logoColor);
}

.business .box4 .box4-swiper .swiper-slide .type {
  color: var(--logoColor);
}

.business .box4 .box4-swiper .swiper-slide .h {
  margin-top: 1.85rem;
  transition: all 0.4s;
}

.business .box4 .box4-swiper .swiper-slide .txt {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.7;
  transition: all 0.4s;
}

.business .box4 .box4-swiper .swiper-slide .txt span {
  color: var(--logoColor);
}

.business .box4 .box4-swiper .swiper-slide:hover {
  background-color: #333;
}

.business .box4 .box4-swiper .swiper-slide:hover .h {
  color: #fff;
}

.business .box4 .box4-swiper .swiper-slide:hover .txt {
  color: #fff;
}

.about .ani-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.about .banner-img {
  height: 86vh;
}

.about .box1 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  background-color: #fff;
  width: 100%;
  padding: 4rem 0 3rem;
}

.about .box1 .w1740 {
  margin-right: 0;
}

.about .box1 .tit {
  width: 53%;
  color: #333;
  line-height: 1.25;
  font-weight: bold;
  font-family: var(--600);
}

.about .box1 .container {
  height: 11.25rem;
  margin-top: 1.525rem;
  display: flex;
  /*align-items: flex-end;*/
  align-items: stretch;
}

.about .box1 .lf {
  position: relative;
  width: 36.22%;
}

.about .box1 .lf::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0, rgb(255 255 255) 10%, rgba(255, 255, 255, 0) 100%);
}

.about .box1 .lf .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about .box1 .lf .swiper .swiper-slide {
  padding-right: 20%;
}

.about .box1 .lf .swiper .swiper-slide .h1 {
  line-height: 1;
  margin-bottom: .55rem;
}

.about .box1 .lf .swiper .swiper-slide .p1 {
  color: rgba(102, 102, 102, 1);
  line-height: 1.63;
}

.about .box1 .lf .item {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 1.5rem;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.4s;
}

.about .box1 .lf .item.show {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.about .box1 .lf .item .h {
  color: #333333;
}

.about .box1 .lf .item .txt {
  margin-top: 0.65rem;
  color: #666666;
  line-height: 1.4;
}

.about .box1 .rg {
  width: 76.5%;
  position: relative;
}

.about .box1 .rg .swiper-pagination {
  right: 0;
  bottom: calc(100% + 0.9rem);
  width: -moz-max-content;
  width: max-content;
  text-align: left;
}

.about .box1 .rg .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  margin-bottom: 0.55rem;
  transition: all 0.4s;
}

.about .box1 .rg .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.about .box1 .box1-swiper {
  width: 100%;
}

.about .box1 .box1-swiper .swiper_btn_cont {
  position: absolute;
  width: fit-content;
  bottom: 0;
  left: 18.425rem;
}

.about .box1 .box1-swiper .swiper-button-prev,
.about .box1 .box1-swiper .swiper-button-next {
  position: relative;
  display: inline-flex;
  left: 0;
  right: 0;
  top: 0;
  margin: 1px;
  margin-top: 1rem;
}

.about .box2 .box2-swiper .swiper-button-prev,
.about .box2 .box2-swiper .swiper-button-next {
  position: absolute;
  display: inline-flex;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #333;
  color: #333;
  transition: all 0.4s;
}

.about .box1 .box1-swiper .swiper-button-prev.swiper-button-lock,
.about .box1 .box1-swiper .swiper-button-next.swiper-button-lock {
  display: none;
}

.about .box1 .box1-swiper .swiper-button-next {
  margin-left: 0.25rem;
}

.about .box1 .box1-swiper .swiper-slide {
  width: 16.75rem;
  /*width: auto;*/
  /*aspect-ratio: 670 / 450;*/
  height: 11.25rem;
  margin-right: 1.675rem;
  border-radius: 6px;
  overflow: hidden;
}

.about .box1 .box1-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.about .box1 .box1-swiper .swiper-slide img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s;
  transform: translateY(-2.625rem);
}

.about .box1 .box1-swiper .swiper-slide.swiper-slide-active img {
  transform: translateY(0);
}

.about .ani-box2 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.about .box2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f6f6f6;
  padding: 2.4rem 0 1.2rem;
  z-index: 3;
}

.about .box2 .swiper-box {
  margin-top: 1.5rem;
  position: relative;
  padding-top: 1rem;
}

.about .box2 .side-tit {
  font-size: 1rem;
}

.about .box2 .swiper-box::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: var(--logoColor);
}

.about .box2 .swiper-box::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid var(--logoColor);
}

.about .box2 .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
}

.about .box2 .line .line-bar {
  width: 100%;
  height: 0;
  background-color: var(--logoColor);
}

.about .box2 .box2-swiper {
  width: 100%;
  height: 60vh;
}

.about .box2 .box2-swiper .swiper-slide {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: -1.5rem;
  display: flex;
  padding-top: 0.3rem;
}

.about .box2 .box2-swiper .swiper-slide:nth-child(odd) {
  justify-content: flex-end;
}

.about .box2 .box2-swiper .swiper-slide:nth-child(odd) .year {
  left: auto;
  right: 13rem;
}

.about .box2 .box2-swiper .swiper-slide:last-child {
  margin-bottom: 0;
}

.about .box2 .box2-swiper .swiper-slide .year {
  position: absolute;
  top: 0.4rem;
  left: 13rem;
  color: #333333;
  /*font-size: 2.5rem;*/
  line-height: 1.2;
  font-weight: bold;
  z-index: 2;
  font-size: 1.5rem;
  font-family: var(--600);
}

.about .box2 .box2-swiper .swiper-slide .intro {
  position: relative;
  width: 13.25rem;
  padding: 1.75rem 1.6rem;
  color: #333333;
  line-height: 1.3;
  background-color: #fff;
  box-shadow: 0 0.55rem 1.25rem 0 rgba(182, 182, 182, 0.09);
  overflow: hidden;
}

.about .box2 .box2-swiper .swiper-slide .intro .pos-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 77%;
}

.about .box2 .box2-swiper .swiper-slide .intro .pos-img img {
  width: 100%;
}

.about .box2 .box2-swiper .swiper-slide .intro p {
  position: relative;
  padding-left: 0.75rem;
}

.about .box2 .box2-swiper .swiper-slide .intro p::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.25rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: #333333;
}

.about .box3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  padding-bottom: 16.5vh;
  display: flex;
  align-items: flex-end;
}

.about .box3 .pos-cont {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(100%);
}

.about .box3 .pos-cont .lf {
  width: 30%;
}

.about .box3 .pos-cont .rg {
  width: 51%;
}

.about .box3 .pos-cont .rg .intro {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-height: 6.4em;
  overflow: hidden;
}

.about .box3 .pos-cont .rg .more {
  margin-top: .925rem;
}

.about .box4 {
  padding: 3.75rem 0 3.45rem;
}

.about .box4 .tab {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
}

.about .box4 .tab span {
  width: -moz-max-content;
  width: max-content;
  height: 1.15rem;
  padding: 0 0.85rem;
  line-height: 1.15rem;
  border-radius: 3px;
  color: #333333;
  border: 1px solid #efefef;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
}

.about .box4 .tab span:last-child {
  margin-right: 0;
}

.about .box4 .tab span:hover,
.about .box4 .tab span.active {
  background-color: #333333;
  color: #fff;
  border-color: #333;
}

.about .box4 .item-box {
  margin-top: 1.25rem;
}

.about .box4 .item-box .item {
  display: none;
}

.about .box4 .item-box .item.show {
  display: block;
}

.about .box4 .box4-swiper {
  overflow: initial;
}

.about .box4 .box4-swiper .swiper-slide {
  width: 41%;
  height: 7.3rem;
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 0.7rem 1rem;
  display: flex;
  margin-right: 0.5rem;
  z-index: 1;
  transition: all 0.4s;
}

.about .box4 .box4-swiper .swiper-slide .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--logoColor);
  opacity: 0;
  transition: all 0.4s;
}

.about .box4 .box4-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.6rem;
  border-bottom: 0.35rem solid var(--logoColor);
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  opacity: 0;
  transition: all 0.4s;
}

.about .box4 .box4-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(0.6rem + 1px);
  border-bottom: calc(0.35rem - 1px) solid #fff;
  border-left: calc(0.5rem - 1px) solid transparent;
  border-right: calc(0.5rem - 1px) solid transparent;
  opacity: 0;
  transition: all 0.4s;
}

.about .box4 .box4-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.about .box4 .box4-swiper .swiper-slide .intro {
  width: calc(100% - 4.45rem);
  padding-right: 1rem;
  position: relative;
}

.about .box4 .box4-swiper .swiper-slide .intro .h {
  color: #333333;
  line-height: 1.8;
}

.about .box4 .box4-swiper .swiper-slide .intro .num {
  margin-top: 0.9rem;
  color: #333;
  transition: all 0.4s;
}

.about .box4 .box4-swiper .swiper-slide .intro .eyes {
  position: absolute;
  bottom: 0.65rem;
  left: 0;
  width: 0.6rem;
  filter: grayscale(1);
  transition: all 0.4s;
}

.about .box4 .box4-swiper .swiper-slide .intro .eyes img {
  width: 100%;
}

.about .box4 .box4-swiper .swiper-slide .pic {
  width: 4.45rem;
  height: 100%;
  border: 1px solid #ffbbbb;
  padding: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .box4 .box4-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about .box4 .box4-swiper .swiper-slide .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all .4s;
}

.about .box4 .box4-swiper .swiper-slide .pos-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .box4 .box4-swiper .swiper-slide:hover::before,
.about .box4 .box4-swiper .swiper-slide:hover::after {
  opacity: 1;
}

.about .box4 .box4-swiper .swiper-slide:hover .line {
  opacity: 1;
}

.about .box4 .box4-swiper .swiper-slide:hover .intro .num {
  color: var(--logoColor);
}

.about .box4 .box4-swiper .swiper-slide:hover .intro .eyes {
  filter: initial;
}

.about .box4 .box4-swiper .swiper-slide:hover .pos-bg {
  opacity: 1;
}

.govern1 {
  padding: 1.95rem 2.25rem 3.15rem;
  background-color: #f6f6f6;
}

.govern1 .govern1_cont {
  background-color: #fff;
  padding: 2.85rem 4.5rem 2rem;
}

.govern1 .govern1_cont .tit {
  color: #333;
  line-height: 1.2;
  text-align: center;
  width: 17.5rem;
  font-weight: 600;
  margin: 0 auto 1.25rem;
}

.govern1 .govern1_cont .select_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
}

.govern1 .govern1_cont .list_box {
  display: flex;
  align-items: flex-start;
  /*margin-bottom: 1.75rem;*/
}

.govern1 .govern1_cont .list_box .img {
  width: 11.5rem;
  height: auto;
  aspect-ratio: 460/544;
  margin-right: 1.8rem;
  overflow: hidden;
}

.govern1 .govern1_cont .list_box .img:hover img {
  transform: scale(1.1);
}

.govern1 .govern1_cont .list_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
  display: none;
}

.govern1 .govern1_cont .list_box .img img.on {
  display: block;
}

.govern1 .govern1_cont .list_box .list {
  width: calc(100% - 13.3rem);
}

.govern1 .govern1_cont .list_box .item {
  padding: 0.675rem 0 0.75rem;
  border-bottom: 1px solid rgb(209, 209, 209);
  cursor: pointer;
}

.govern1 .govern1_cont .list_box .item:nth-child(1) {
  border-top: 1px solid rgb(209, 209, 209);
}

.govern1 .govern1_cont .list_box .item .item_cont {
  line-height: 1.375;
  color: #333;
  font-weight: 600;
}

.govern1 .govern1_cont .list_box .item .item_down {
  display: none;
  line-height: 1.6;
  color: #666;
  padding-top: 0.6rem;
}

.govern1 .govern1_cont .list_box .item .item_down li {
  list-style-type: disc;
}

.govern1 .govern1_cont .page-box {
  margin-top: 1.75rem;
}

.govern1 .govern2_cont {
  padding: 2rem 4.5rem 3.425rem;
  background-color: #fff;
}

.govern1 .govern2_cont .tit {
  color: #333;
  line-height: 1.2;
  text-align: center;
  width: 17.5rem;
  font-weight: 600;
  margin: 0 auto 1.5rem;
}

.govern1 .govern2_cont .list {
  display: flex;
  align-items: stretch;
}

.govern1 .govern2_cont .list .item {
  width: calc((100% - 1.5rem) / 3);
  margin-right: 0.75rem;
  border-radius: 0px 0px 5px 5px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 2.05rem 2rem 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.govern1 .govern2_cont .list .item:hover .img img.img1 {
  opacity: 0;
}

.govern1 .govern2_cont .list .item:hover .img img.img2 {
  opacity: 1;
}

.govern1 .govern2_cont .list .item:hover .p {
  color: var(--logoColor);
}

.govern1 .govern2_cont .list .item:hover .btn {
  color: var(--logoColor);
}

.govern1 .govern2_cont .list .item:hover .btn svg path {
  stroke: var(--logoColor);
}

.govern1 .govern2_cont .list .item .img {
  width: 2.05rem;
  height: 2.05rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.govern1 .govern2_cont .list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.govern1 .govern2_cont .list .item .img img.img1 {
  opacity: 1;
}

.govern1 .govern2_cont .list .item .p {
  transition: all 0.4s ease-in-out;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  text-align: center;
  font-weight: 600;
}

.govern1 .govern2_cont .list .item .btn {
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  color: #666;
}

.govern1 .govern2_cont .list .item .btn svg {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 0.2rem;
}

.govern1 .govern2_cont .list .item .btn svg path {
  transition: all 0.4s ease-in-out;
}

.govern1 .govern2_cont .list .item:nth-child(3n) {
  margin-right: 0;
}

.strategy1 {
  padding: 4rem 5rem 1.05rem;
  background-color: #f6f6f6;
}

.strategy1 .tit {
  color: #333;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-family: var(--600);
  margin: 0 0 .75rem;
  padding: 0 1rem;
}

.strategy1 .p {
  text-align: center;
  color: #333;
  line-height: 1.7;
  width: 100%;
  padding: 0 1rem;
  /*margin: 0 auto;*/
}

.strategy2 {
  padding: 0 5rem 2.9rem;
  background: #f6f6f6;
}

.strategy2 .swiper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.01);
}

.strategy2 .swiper .swiper-slide {
  width: 100%;
  display: flex;
  height: 13.5rem;
  position: relative;
}

.strategy2 .swiper .swiper-slide .img {
  width: 24rem;
  height: 100%;
  overflow: hidden;
}

.strategy2 .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}

.strategy2 .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}

.strategy2 .swiper .swiper-slide .text {
  flex: 1;
  /*padding: 5.2rem 2.25rem;*/
  padding: 2.025rem 2.225rem;
  position: relative;
}

.strategy2 .swiper .swiper-slide .text .h1 {
  line-height: 1.5;
  color: #333;
  font-weight: 600;
  margin-bottom: .875rem;
}

.strategy2 .swiper .swiper-slide .text .sub {
  color: #333;
  line-height: 1.4;
  margin-bottom: .375rem;
}

.strategy2 .swiper .swiper-slide .text .p1 {
  color: #666;
  line-height: 1.77;
  margin-bottom: 1.5rem;
  height: 4rem;
  padding-right: 5px;
  overflow-y: auto;
}

.strategy2 .swiper .swiper-slide .text .p1::-webkit-scrollbar {
  width: 2px;
}

.strategy2 .swiper .swiper-slide .text .swiper-pagination {
  position: relative;
  display: flex;
}

.strategy2 .swiper .swiper-slide .text .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 2px;
  margin-right: 6px;
  border: 0;
  position: relative;
  opacity: 1;
  background-color: rgb(201, 201, 201);
}

.strategy2 .swiper .swiper-slide .text .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--logoColor);
}

.strategy2 .swiper .swiper-slide .text .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(201, 201, 201);
}

.strategy2 .swiper .swiper-slide .text .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 3.8s linear;
}

.strategy3 {
  padding: 3rem 0 3.825rem;
  background-color: #fff;
}

.strategy3 .tit {
  width: 23.075rem;
  line-height: 1.2;
  font-weight: 600;
  margin-left: 5rem;
  margin-bottom: 1.5rem;
}

.strategy3 .map {
  position: relative;
}

.strategy3 .map .map_box {
  width: 100%;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 1900/855;
  position: relative;
  z-index: 1;
}

.strategy3 .map .map_box .map_cont {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.strategy3 .map .map_box .map_cont.als {
  top: 2.41%;
  right: 12.4%;
  width: 66.1%;
}

.strategy3 .map .map_box .map_cont svg {
  width: 100%;
  height: auto;
}

.strategy3 .map .map_box .map_cont svg path {
  transition: all 0.2s linear;
}

.strategy3 .map .map_box .map_cont.on {
  z-index: 2 !important;
  opacity: 1 !important;
}

.strategy3 .map .map_box .map_cont.on svg path {
  fill: #d7000f;
  stroke-width: 1;
  stroke: #fff;
}

.strategy3 .map .map_box .map_cont.on svg #pa,
.strategy3 .map .map_box .map_cont.on svg #pa1,
.strategy3 .map .map_box .map_cont.on svg #pa2,
.strategy3 .map .map_box .map_cont.on svg #pa3,
.strategy3 .map .map_box .map_cont.on svg #pa4,
.strategy3 .map .map_box .map_cont.on svg #pa5 {
  fill: #e3e3e3;
  stroke-width: 1;
  stroke: #9B9B9B;
}

.strategy3 .map .map_box .map_cont.NorthAmerica {
  width: 28.974%;
  height: auto;
  top: 1.9%;
  left: 5.6%;
}

.strategy3 .map .map_box .map_cont.SouthAmerica {
  width: 22.8%;
  height: auto;
  top: 34.1%;
  left: 13%;
}

.strategy3 .map .map_box .map_cont.Africa {
  width: 26.0526315789%;
  height: auto;
  top: calc(264 / 831 * 100%);
  left: calc(739 / 1900 * 100%);
}

.strategy3 .map .map_box .map_cont.Europe {
  width: 16.4%;
  height: auto;
  top: 2.5067388688%;
  left: 43.7%;
}

.strategy3 .map .map_box .map_cont.Asia {
  width: 38.6%;
  height: auto;
  top: 20%;
  left: 60.4%;
}

.strategy3 .map .map_box .map_cont.Oceania {
  width: 20.7894736842%;
  height: auto;
  top: 59.7%;
  right: 1%;
}

.strategy3 .map .map_box .map_cont.MiddleEast {
  width: calc(213 / 1900 * 100%);
  height: auto;
  top: calc(234.5 / 831 * 100%);
  left: calc(1015 / 1900 * 100%);
  /*opacity: 0;*/
}

.strategy3 .map .map_swiper {
  position: absolute;
  bottom: 2.875rem;
  right: 5rem;
  z-index: 2;
}

.strategy3 .map .map_swiper .swiper {
  width: 12.5rem;
  overflow: hidden;
  position: relative;
  height: auto;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.68);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.strategy3 .map .map_swiper .swiper .swiper-slide {
  width: 100%;
  padding: 2.25rem 1.125rem;
  position: relative;
  border-bottom: 2px solid var(--logoColor);
  height: auto;
  min-height: 11.25rem;
}

.strategy3 .map .map_swiper .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: calc(1.2rem - 1px);
  border-bottom: calc(0.4rem + 1px) solid var(--logoColor);
  border-left: calc(0.5rem + 1px) solid transparent;
  border-right: calc(0.5rem + 1px) solid transparent;
}

.strategy3 .map .map_swiper .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -2px;
  z-index: 3;
  right: 1.2rem;
  border-bottom: 0.4rem solid #f3f3f3;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}

.strategy3 .map .map_swiper .swiper .swiper-slide .h1 {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0.375rem;
  line-height: 1;
  color: #333;
  font-weight: 600;
}

.strategy3 .map .map_swiper .swiper .swiper-slide .p1 {
  color: #666;
  line-height: 1.77;
  height: 7.5em;
  overflow-y: auto;
}

.strategy3 .map .map_swiper .swiper .swiper-slide .p1::-webkit-scrollbar {
  width: 3px;
}

.strategy3 .map .map_swiper .swiper .swiper-pagination {
  bottom: auto;
  left: auto;
  top: 0.9rem;
  right: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

.strategy3 .map .map_swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  opacity: 1;
  background-color: #cccccc;
  position: relative;
  margin: 0;
  margin-right: 9px;
  overflow: hidden;
}

.strategy3 .map .map_swiper .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.strategy3 .map .map_swiper .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: var(--logoColor);
}

.strategy3 .map .map_swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
}

.strategy3 .map .map_swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transition: all 3.8s linear;
  width: 100%;
}

.strategy3 .map .map_swiper .swiper .btn_box {
  position: absolute;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  left: 1.125rem;
  bottom: 1rem;
}

.strategy3 .map .map_swiper .swiper .btn_box .btn {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #333;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategy3 .map .map_swiper .swiper .btn_box .btn:last-child {
  margin-right: 0;
}

.strategy3 .map .map_swiper .swiper .btn_box .btn:hover {
  border-color: var(--logoColor);
  background-color: var(--logoColor);
}

.strategy3 .map .map_swiper .swiper .btn_box .btn:hover svg path {
  stroke: #fff;
  fill: #fff;
}

.strategy3 .map .map_swiper .swiper .btn_box .btn svg {
  width: 0.275rem;
  height: 0.275rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.strategy3 .map .map_swiper .swiper .btn_box .btn svg.rot {
  transform: rotate(180deg);
}

.strategy3 .map .map_anno {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 5rem;
}

.strategy3 .map .map_anno .p1 {
  color: #666;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.675rem;
}

.strategy3 .map .map_anno .p1 span {
  color: var(--logoColor);
}

.strategy3 .map .map_anno .p1:last-child {
  margin-bottom: 0;
}

.SouthAmerica_svg path {
  fill: red !important;
}

.fancy-spinbox {
  box-sizing: content-box;
  height: var(--height);
  padding: 0 72px 0 0;
  border: 1px solid #333;
  display: inline-block;
  position: relative;
  color: #333;
  background-color: #fff;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancy-spinbox:focus {
  background-color: #fff;
}

.fancy-spinbox .crop {
  margin: 0;
  padding: 0;
  border: 0 none;
  height: var(--height);
  display: inline-block;
  overflow: hidden;
}

.fancy-spinbox ul {
  cursor: default;
  margin: 0;
  padding: 0;
  border: 0 none;
  list-style: none;
  text-align: left;
}

.fancy-spinbox li {
  width: auto;
  height: var(--height);
  line-height: var(--height);
  margin: 0;
  padding: 0 24px 0 24px;
  white-space: nowrap;
}

.fancy-spinbox ul.dropdown {
  position: absolute;
  top: var(--height);
  left: -9999px;
  z-index: 10;
  border: 1px solid #333;
  color: #333;
  background-color: #fff;
}

.fancy-spinbox ul.dropdown:empty {
  display: none;
}

.fancy-spinbox ul.dropdown li {
  overflow: hidden;
}

.fancy-spinbox ul.dropdown li.selected,
.fancy-spinbox ul.dropdown li.selected * {
  color: #fff;
  background-color: var(--logoColor);
}

.fancy-spinbox ul.dropdown li:hover,
.fancy-spinbox ul.dropdown li:hover * {
  color: #fff;
  background-color: var(--logoColor);
}

.fancy-spinbox .buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 72px;
}

.fancy-spinbox button {
  position: relative;
  width: 72px;
  height: var(--height);
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  display: block;
  outline: 0;
  cursor: default;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fancy-spinbox button::-moz-focus-inner {
  border: 0;
  outline: 0;
}

.fancy-spinbox button:active>span.triangle-up,
.fancy-spinbox button.toggle-dropdown:active>span.triangle-up {
  border-bottom-color: #333;
}

.fancy-spinbox button:active>span.triangle-down,
.fancy-spinbox button.toggle-dropdown:active>span.triangle-down {
  border-top-color: #333;
}

.fancy-spinbox button.toggle-dropdown {
  height: var(--height);
}

.fancy-spinbox button.toggle-dropdown>span.triangle-down {
  position: static;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.fancy-spinbox button span {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: block;
}

.fancy-spinbox button span.triangle-up {
  border-bottom: 7px solid #333;
  bottom: 2px;
  right: 24px;
}

.fancy-spinbox button span.triangle-down {
  border-top: 7px solid #333;
  top: 2px;
  right: 24px;
}

.fancy-spinbox .buttons .spin-up {
  display: none;
}

.fancy-spinbox .buttons .spin-down {
  display: none;
}

.fancy-spinbox .buttons {
  height: 100%;
  pointer-events: none;
}

.fancy-spinbox .buttons::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #333;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -65%) rotate(45deg);
}

.vasa .box1 {
  padding: 4rem 0 3.5rem;
  background-color: #f9f9f9;
}

.vasa .box1 .wrap {
  display: flex;
}

.vasa .box1 .intro {
  width: calc(100% - 12.25rem);
  min-height: 12.25rem;
  background-color: #fff;
  padding: 1.5rem 1.9rem 1rem 1.4rem;
}

.vasa .box1 .intro .tit {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #dedede;
}

.vasa .box1 .intro .tit span {
  color: var(--logoColor);
}

.vasa .box1 .intro .txt {
  margin-top: 1.15rem;
  color: #333;
  line-height: 1.7;
}

.vasa .box1 .intro .more {
  margin-top: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.6rem;
  border-radius: 2px;
  background-color: var(--logoColor);
  color: #fff;
}

.vasa .box1 .intro .more span {
  width: 0.4rem;
  margin-right: 0.25rem;
}

.vasa .box1 .intro .more span img {
  width: 100%;
}

.vasa .box1 .pic {
  width: 12.25rem;
  min-height: 12.25rem;
  background-color: var(--logoColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vasa .box1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(.5);
}

.vasa .box2 {
  background-color: #fff;
  padding: 0 0 3.95rem;
}

.vasa .box2 .box_cont {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vasa .box2 .box_cont .top_box {
  position: sticky;
  top: calc(0rem);
}

.vasa .box2 .box_cont .title {
  padding-top: 3.85rem;
  background-color: #fff;
  text-align: center;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
  margin-bottom: 2.25rem;
}

.vasa .box2 .box_cont .pic {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 10rem;
  aspect-ratio: 300 / 400;
  margin: 0 auto;
  /*margin-bottom: -400rem;*/
}

.vasa .box2 .box_cont .list {
  margin-top: -10rem;
  position: relative;
  z-index: 5;
}

.vasa .box2 .box_cont .list .item {
  /*min-height: 280px*/
  padding: 0 4.5rem;
  display: flex;
  align-items: center;
  margin-bottom: -2.5rem;
}

.vasa .box2 .box_cont .list .item:nth-child(2n) {
  justify-content: flex-end;
}

.vasa .box2 .box_cont .list .item .card {
  width: 13.25rem;
  min-height: 7rem;
  background: #fff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
  padding: 1.35rem 1.25rem 1.575rem;
}

.vasa .box2 .box_cont .list .item .card .h1 {
  color: var(--logoColor);
  margin-bottom: .425rem;
  font-weight: 600;
  line-height: 1.35;
}

.vasa .box2 .box_cont .list .item .card .p1 {
  color: #333;
  line-height: 1.7;
  height: 8.5em;
  overflow-y: auto;
}

.vasa .box2 .wrap {
  display: flex;
  justify-content: space-between;
}

.vasa .box2 .pic {
  width: 31.6%;
}

.vasa .box2 .intro {
  width: 53%;
  padding-top: 0.4rem;
}

.vasa .box2 .intro .txt {
  margin-top: 0.4rem;
  line-height: 1.7;
  color: #333;
}

.vasa .box2 .intro .li-box {
  margin-top: 1.7rem;
}

.vasa .box2 .intro .li-box .li {
  display: flex;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1.2rem;
}

.vasa .box2 .intro .li-box .li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.vasa .box2 .intro .li-box .li .h {
  width: 29%;
  color: var(--logoColor);
}

.vasa .box2 .intro .li-box .li .cont {
  width: 58%;
  padding-top: 0.2rem;
  color: #333333;
}

.vasa .box3 {
  padding: 2.35rem 0 3.25rem;
  background-color: #f9f9f9;
}

.vasa .box3 .box {
  margin-top: 1.5rem;
  display: flex;
}

.vasa .box3 .lf {
  position: relative;
  width: 43%;
  height: 14.9rem;
  padding: 0.8rem 3rem 0.8rem 6.5rem;
}

.vasa .box3 .lf::after {
  content: "";
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 0.8rem;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, transparent, #f9f9f9);
}

.vasa .box3 .lf .box3-swiper1 {
  width: 100%;
  height: 100%;
}

.vasa .box3 .lf .box3-swiper1 .swiper-slide {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 1.3rem;
  transition: all 0.4s;
  font-size: .45rem;
}

.vasa .box3 .lf .box3-swiper1 .swiper-slide:last-child {
  margin-bottom: 0;
}

.vasa .box3 .lf .box3-swiper1 .swiper-slide-active {
  font-size: 0.7rem;
  color: var(--logoColor);
  font-weight: bold;
}

.vasa .box3 .rg {
  width: 57%;
}

.vasa .box3 .rg .box3-swiper2 {
  width: 100%;
  height: 14.9rem;
}

.vasa .box3 .rg .box3-swiper2 .swiper-wrapper {
  align-items: center;
}

.vasa .box3 .rg .box3-swiper2 .swiper-pagination {
  bottom: 1rem;
  left: calc(56.5% + 1.7rem);
  width: -moz-max-content;
  width: max-content;
  font-style: italic;
  color: #333333;
}

.vasa .box3 .rg .box3-swiper2 .swiper-pagination .swiper-pagination-current {
  color: var(--logoColor);
}

.vasa .box3 .rg .box3-swiper2 .swiper-button-prev,
.vasa .box3 .rg .box3-swiper2 .swiper-button-next {
  top: auto;
  margin: 0;
  bottom: 0.75rem;
}

.vasa .box3 .rg .box3-swiper2 .swiper-button-prev {
  left: 56.5%;
}

.vasa .box3 .rg .box3-swiper2 .swiper-button-next {
  right: auto;
  left: calc(56.5% + 3.55rem);
}

.vasa .box3 .rg .box3-swiper2 .swiper-slide {
  /*width: 27%;*/
  width: 47.5%;
  height: 8.4rem;
  margin-right: 1rem;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s;
}

.vasa .box3 .rg .box3-swiper2 .fill-slide {
  background: none;
}

.vasa .box3 .rg .box3-swiper2 .swiper-slide:last-child {
  margin-right: 0;
}

.vasa .box3 .rg .box3-swiper2 .swiper-slide .bg {
  opacity: 0;
  transition: all 0.4s;
}

.vasa .box3 .rg .box3-swiper2 .swiper-slide img {
  position: relative;
  z-index: 2;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vasa .box3 .rg .box3-swiper2 .swiper-slide-active {
  width: 42%;
  height: 100%;
  /*background-color: #fff;*/
  /*margin-right: 9%;*/
}

.vasa .box3 .rg .box3-swiper2 .swiper-slide-active img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vasa .box3 .rg .box3-swiper2 .swiper-slide-active .bg {
  opacity: 1;
}

.vasa .box4 {
  padding: 3.5rem 0 5.05rem;
}

.vasa .box4 .box {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.vasa .box4 .box .lf {
  width: 50%;
  border-radius: 0.2rem;
  overflow: hidden;
}

.vasa .box4 .box .lf img {
  width: 100%;
}

.vasa .box4 .box .rg {
  width: 50%;
  padding-left: 0.9rem;
}

.vasa .box4 .box .rg .li {
  width: 100%;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  background-color: #f9f9f9;
}

.vasa .box4 .box .rg .li:last-child {
  margin-bottom: 0;
}

.vasa .box4 .box .rg .li .top-bots {
  width: 100%;
  height: 2.25rem;
  padding: 0 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.vasa .box4 .box .rg .li .top-bots .h {
  color: #333333;
  transition: all 0.4s;
  font-family: var(--400);
}

.vasa .box4 .box .rg .li .top-bots .arr {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
}

.vasa .box4 .box .rg .li .top-bots .arr div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #333333;
  transition: all 0.4s;
}

.vasa .box4 .box .rg .li .top-bots .arr .heng {
  height: 2px;
}

.vasa .box4 .box .rg .li .top-bots .arr .shu {
  width: 2px;
}

.vasa .box4 .box .rg .li .btn-bots {
  display: none;
  padding-left: 0.9rem;
}

.vasa .box4 .box .rg .li .btn-bots .cont {
  padding: 0.5rem 0.9rem 0.9rem 0;
  border-top: 1px solid #e8e8e8;
  color: #333333;
  line-height: 1.7;

}

.vasa .box4 .box .rg .li .btn-bots .cont>div {
  max-height: 10.6rem;
  overflow: auto;
}

.vasa .box4 .box .rg .li .btn-bots .cont li {
  list-style: disc;
  margin-left: 20px;
}

.vasa .box4 .box .rg .li .btn-bots .cont li::marker {
  color: var(--logoColor);
}

.vasa .box4 .box .rg .li.active .top-bots .h {
  color: var(--logoColor);
}

.vasa .box4 .box .rg .li.active .top-bots .arr .shu {
  height: 0;
}

.vasa .box5 {
  padding: 2rem 0 2.4rem;
  background-color: #f6f6f6;
}

.vasa .box5 .li-box {
  margin-top: .775rem;
  display: flex;
  justify-content: center;
}

.vasa .box5 .li-box .li {
  position: relative;
  width: 33.33%;
  /*height: 11.7rem;*/
  border-radius: 5px;
  background-color: #fff;
  padding: 1.2rem 1.1rem 0.7rem;
  text-align: center;
  height: auto;
}

.vasa .box5 .li-box .li::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #d9d9d9;
}

.vasa .box5 .li-box .li:last-child::after {
  display: none;
}

.vasa .box5 .li-box .li .icon {
  width: 2rem;
  height: 1.6rem;
  margin: 0 auto;
  transition: all 0.4s;
}

.vasa .box5 .li-box .li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vasa .box5 .li-box .li .h {
  margin-top: 0.9rem;
  color: #333333;
  line-height: 1.7;
  font-weight: 600;
}

.vasa .box5 .li-box .li .txt {
  margin-top: 0.3rem;
  color: #333333;
  line-height: 1.7;
}

.vasa .box5 .li-box .li:hover .icon {
  transform: translateY(-0.5rem);
}

/*# sourceMappingURL=style.css.map */

.fix {
  position: fixed;
  top: 70%;
  right: .55rem;
  transform: translateY(-50%);
  z-index: 99;
}

.fix .li {
  cursor: pointer;
  position: relative;
  /*width: .9rem;*/
  /*height: .9rem;*/
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: var(--logoColor);
  /*margin-bottom: .65rem;*/
  margin-bottom: 14px;
  transition: all .4s;
}

.fix .li:last-child {
  margin-bottom: 0;
}

.fix .li.back {
  display: none;
}

.fix .li.back img {
  transform: scale(.3);
}

.fix .li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: rgba(215, 0, 15, .1);
  opacity: 0;
  transition: all .4s;
}

.fix .li img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(.6);
  filter: grayscale(100) brightness(100);
}

.fix .li .pos-font {
  position: absolute;
  top: 0;
  right: calc(100% + .45rem);
  width: max-content;
  height: .9rem;
  line-height: .9rem;
  padding: 0 .45rem;
  background-color: var(--logoColor);
  color: #fff;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-.5rem);
  transition: all .4s;
}

.fix .li .pos-font::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-left: .25rem solid var(--logoColor);
  border-top: .15rem solid transparent;
  border-bottom: .15rem solid transparent;
}

.fix .li:hover {
  box-shadow: 0 0 .3rem #FFDBDD;
}

.fix .li:hover::after {
  opacity: 1;
}

.fix .li:hover .pos-font {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.modul_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(7.5px);
  display: none;
}

.modul_form form {
  width: clamp(900px, 53.229vw, 53.229vw);
  height: 83.70vh;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 112px 84px 60px;
  display: flex;
  flex-direction: column;
}

.modul_form form .clos {
  top: 40px;
  right: 42px;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #333;
  cursor: pointer;
  transition: all .5s;
}

.modul_form form .clos:hover {
  transform: rotate(180deg);
}

.modul_form form .clos::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  border: .5px solid #333;
}

.modul_form form .clos::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  border: .5px solid #333;
}

.modul_form form .title {
  text-align: center;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}

.modul_form form .form_body {
  flex: 1;
  padding: 69px 4px 0 0;
  overflow-y: auto;
}

.modul_form form .form_body::-webkit-scrollbar {
  width: 2px;
}

.modul_form form .form_body .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.modul_form form .form_body .item label {
  flex: 1;
  margin-right: 52px;
}

.modul_form form .form_body .item label input {
  height: 45px;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
  transition: all .5s;
  width: 100%;
}

.modul_form form .form_body .item label input::placeholder {
  color: #888;
}

.modul_form form .form_body .item label textarea {
  height: 126px;
  font-size: 16px;
  border: 1px solid #dbdbdb;
  transition: all .5s;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.35;
}

.modul_form form .form_body .item label textarea::placeholder {
  color: #888;
}

.modul_form form .form_body .item label input:focus {
  border-bottom: 1px solid #000;
}

.modul_form form .form_body .item label:last-child {
  margin-right: 0;
}

.modul_form form .form_body .item label {
  display: flex;
}

.modul_form form .form_body .item label .radCheck {
  display: none;
}

.modul_form form .form_body .item label .radsvg {
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  transform: translateY(35%);
}

.modul_form form .form_body .item label .radsvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: all .5s;
}

.modul_form form .form_body .item label .radsvg svg.svg1 {
  opacity: 1;
}

.modul_form form .form_body .item label.act .radsvg svg.svg1 {
  opacity: 0;
}

.modul_form form .form_body .item label.act .radsvg svg.svg2 {
  opacity: 1;
}

.modul_form form .form_body .item label .h1 {
  font-size: 16px;
  flex: 1;
  color: #888;
}

.submit {
  height: 38px;
  width: fit-content;
  margin: 0 auto;
  min-width: 128px;
  padding: 0 40px;
  color: #fff;
  background-color: var(--logoColor);
  border-radius: 3px;
  border: 0;
  display: block;
  font-size: 14px;
}

.pc-head .head-nav .nav-ls .drop-down .wrap {
  margin: 0 auto;
  width: 43.5rem;
  max-width: 95%;
}

.recruit-info .box1 {
  padding: 3rem 0;
}

.recruit-info .box1 .cont {
  margin-top: 1.1rem;
  color: #333333;
  padding: 0 1.4rem;
}

.recruit-info .box2 {
  padding: 2.25rem 0 3.85rem;
  background-color: #f9f9f9;
}

.recruit-info .box2 .tab-box {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruit-info .box2 .tab-box .h {
  color: #333333;
}

.recruit-info .box2 .tab-box .select {
  display: flex;
}

.recruit-info .box2 .tab-box .select .el-select {
  margin-right: 0.5rem;
}

.recruit-info .box2 .tab-box .select .el-select:last-child {
  margin-right: 0;
}

.recruit-info .box2 .tab-box .select .el-input__inner {
  background-color: transparent;
  border-color: #e1e1e1;
  color: #333333;
}

.recruit-info .box2 .box {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.recruit-info .box2 .box .lf {
  width: 78%;
}

.recruit-info .box2 .box .lf .li {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.2rem;
  border-radius: 5px;
}

.recruit-info .box2 .box .lf .li:last-child {
  margin-bottom: 0;
}

.recruit-info .box2 .box .lf .li .top-bots {
  padding: 0.9rem 1rem 0.7rem;
  cursor: pointer;
  transition: all 0.4s;
}

.recruit-info .box2 .box .lf .li .top-bots .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
  transition: all 0.4s;
}

.recruit-info .box2 .box .lf .li .top-bots .info {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  transition: all 0.4s;
}

.recruit-info .box2 .box .lf .li .top-bots .info div {
  display: flex;
}

.recruit-info .box2 .box .lf .li .top-bots .info div p {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px solid #dfdfdf;
}

.recruit-info .box2 .box .lf .li .top-bots .info div p:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.recruit-info .box2 .box .lf .li .btn-bots {
  border-top: 1px solid #e4e4e4;
  padding: 1.2rem 1rem 1.8rem;
  display: none;
}

.recruit-info .box2 .box .lf .li .btn-bots .list {
  margin-bottom: 1rem;
}

.recruit-info .box2 .box .lf .li .btn-bots .list .h1 {
  color: #333;
  line-height: 1;
  font-weight: bold;
}

.recruit-info .box2 .box .lf .li .btn-bots .list .text {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.7;
}

.recruit-info .box2 .box .lf .li .btn-bots .send {
  margin-top: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 0.95rem;
  background-color: var(--logoColor);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.recruit-info .box2 .box .lf .li .btn-bots .send span {
  display: flex;
  width: 0.4rem;
  margin-right: 0.2rem;
}

.recruit-info .box2 .box .lf .li .btn-bots .send p {
  color: #fff;
}

.recruit-info .box2 .box .lf .li .btn-bots .upload {
  margin-top: 1.05rem;
}

.recruit-info .box2 .box .lf .li .btn-bots .info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 0.95rem;
  background-color: var(--logoColor);
  border-radius: 4px;
  color: #fff;
}

.recruit-info .box2 .box .lf .li .btn-bots .info .i {
  display: flex;
  width: 0.4rem;
  margin-right: 0.2rem;
}

.recruit-info .box2 .box .lf .li.active .top-bots {
    background-color: var(--logoColor);
}

.recruit-info .box2 .box .lf .li.active .top-bots .name {
  color: #fff;
}

.recruit-info .box2 .box .lf .li.active .top-bots .name span {
  transform: rotate(180deg);
}

.recruit-info .box2 .box .lf .li.active .top-bots .info {
    color: #fff;
}

.recruit-info .box2 .box .rg {
  position: sticky;
  top: 3rem;
  width: calc(22% - 0.5rem);
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

.recruit-info .box2 .box .rg .li {
  margin-bottom: 0.55rem;
}

.recruit-info .box2 .box .rg .li:last-child {
  margin-bottom: 0;
}

.recruit-info .box2 .box .rg .li p {
  color: #666666;
  line-height: 1.75;
}

.recruit-info .box2 .box .rg .li span {
  color: #333333;
  line-height: 1.5;
}

.recruit-info .box2 .box .rg .code {
  margin-top: 0.3rem;
}

.recruit-info .box2 .box .rg .code div {
  width: 3.5rem;
}

.recruit-info .box2 .box .rg .code div img {
  width: 100%;
}

.recruit-info .box2 .box .rg .code p {
  color: #666666;
  line-height: 1.4;
}

.upload-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, .4);
  backdrop-filter: blur(15px);
  display: none;
}

.upload-dialog .close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.upload-dialog .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 48%;
  padding: 3rem 2rem 3.45rem;
  background-color: #fff;
}

.upload-dialog .wrap .close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-dialog .wrap .close img {
  max-width: 40%;
  filter: brightness(0.1);
  cursor: pointer;
}

.upload-dialog .upload {
  margin: 3.2rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*text-align: center;*/
}

/*.upload-dialog .upload .el-upload {*/
/*    margin: 0 auto;*/
/*}*/

.upload-dialog .upload .info {
  width: 5.1rem;
  height: 4.05rem;
  background-color: #FFF5F6;
  border-radius: 5px;
  border: 1px dashed var(--logoColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.upload-dialog .upload .info .i {
  width: 1.1rem;
  margin: 0 auto;
}

.upload-dialog .upload .info p {
  margin-top: .5rem;
  text-align: center;
  color: var(--logoColor);
}

.upload-dialog .agree {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 1.7rem auto 0;
  color: #888888;
  cursor: pointer;
  max-width: 100%;
}

.upload-dialog .agree span {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  margin-right: 6px;
  position: relative;
}

.upload-dialog .agree span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: var(--logoColor);
  opacity: 0;
}

.upload-dialog .agree a {
  color: var(--logoColor);
}

.upload-dialog .agree.active span {
  border-color: var(--logoColor);
}

.upload-dialog .agree.active span::after {
  opacity: 1;
}

.upload-dialog .btn-box {
  margin-top: .8rem;
  display: flex;
  justify-content: center;
}

.upload-dialog .btn-box .btn {
  width: 3.2rem;
  height: .95rem;
  text-align: center;
  line-height: .95rem;
  border-radius: 3px;
  color: #333333;
  margin-right: 1.05rem;
  box-shadow: 0 0 0 1px #000000;
  cursor: pointer;
  transition: all .4s;
}

.upload-dialog .btn-box .btn:last-child {
  margin-right: 0;
}

.upload-dialog .btn-box .btn:hover {
  background-color: var(--logoColor);
  color: #fff;
  box-shadow: none;
}

@keyframes logoTrans {
  0% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes bgTrans {
  0% {
    background-color: #fff;
  }
  
  100% {
    background-color: transparent;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 1s;
}

.loading video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.load-logo {
  position: relative;
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  width: 62%;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  /*margin-top: -5vh;*/
  /*transition: all 1s;*/
}

.load-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading.active {
  /*background-color: rgba(255, 255, 255, 0);*/
  /*animation: bgTrans 1s linear forwards;*/
}

.loading.active .pos-bg {
  opacity: 0;
}

.loading.active video {
  opacity: 0;
}

.loading.active .load-logo {
  opacity: 1;
  animation: logoTrans 2s 1.5s linear forwards;
}

.iframe {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    z-index: 999;
}

.iframe .iframe-box {
    position: relative;
    width: 23.4rem;
    aspect-ratio: 1.8 / 1;
    background: #eeeeee;
}
.iframe .iframe-box iframe {
    width: 100%;
    height: 100%;
}
.iframe .iframe-box img {
    position: absolute;
    right: 0px;
    top: -0.5rem;
    display: inline-block;
    width: .5rem;
    aspect-ratio: 1/1;
    cursor: pointer;
}









/* esg 新增 */
.alltime,.alltime:before,.alltime:after,.alltime *,.alltime *:before,.alltime *:after{-webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s;}

.new-esg .wrap{padding-top: 4rem;padding-bottom: 5.90rem;}

.esg_tit{font-family: var(--600);font-weight: bold;text-align: center;line-height: 1.5;width: calc(822 / 40 * 1em);margin: 0 auto;}

.esg_switch{line-height: calc(25 / 18);margin-top: 1.13rem;display: flex;flex-wrap: wrap;justify-content: center;}

.esg_switch a{border: 1px solid #EFEFEF;padding: 0.23rem 0.88rem;border-radius: 0.13rem;margin: 0 0.31rem;}

.esg_switch a img{height: 0.63rem;width: auto;margin-right: 0.35rem;}

.esg_switch a.act,
.esg_switch a:hover{background: var(--logoColor);border-color: var(--logoColor);color: #fff;}

.esg_switch a.act img,
.esg_switch a:hover img{filter: brightness(0) invert(1);}

.esg_list .item{display: none;}

.esg_list .item.act{display: flex;}

.per_it{justify-content: space-between;margin-top: 1.32rem;}

.per_it .lt .set{line-height: calc(22 / 16);color: #D7000F;}

.per_it .lt .det{margin-top: 0.38rem;}

.per_it .lt.lt1{width: calc(550 / 1400 * 100%);}

.per_it .lt.lt1 .det{margin-top: 0;}

.per_it .lt.lt1 .det .ul{display: flex;flex-wrap: wrap;}

.per_it .lt.lt1 .det .ul .li{margin: 0.38rem 0.38rem 0 0;width: calc((100% - 0.76rem) / 3);border: 1px solid #EFEFEF;border-radius: 0.13rem;padding: 0.47rem 0.47rem 2.17rem;position: relative;}

.per_it .lt.lt1 .det .ul .li:nth-child(3n){margin-right: 0;}

.per_it .lt.lt1 .det .ul .li .ico{height: 1.00rem;display: flex;align-items: center;}

.per_it .lt.lt1 .det .ul .li .ico img{max-width: 100%;width: auto;max-height: 100%;}

.per_it .lt.lt1 .det .ul .li .txt{margin-top: 0.15rem;line-height: calc(22 / 16);min-height: calc(44 / 16 * 1em);}

.per_it .lt.lt1 .det .ul .li .year{width: fit-content;background-color: #F6F6F6;padding: 0 0.38rem;border-radius: 0.75rem;line-height: 0.55rem;position: absolute;left: 0.47rem;bottom: 1.30rem;}

.per_it .lt.lt1 .det .ul .li .num{line-height: calc(27 / 20);color: var(--logoColor);margin-top: 0.25rem;position: absolute;left: 0.47rem;bottom: 0.38rem;}

.per_it .lt.lt2{width: calc(450 / 1400 * 100%);display: flex;flex-direction: column;}

.per_it .lt.lt2 .det{background: #F6F6F6;border-radius: 0.13rem;padding: 0.13rem 0.63rem 1.25rem;flex: 1;}

.per_it .lt.lt2 .det .ul{line-height: calc(22 / 16);}

.per_it .lt.lt2 .det .li{padding: 0.63rem 0;border-bottom: 1px solid rgba(0,0,0,0.1);}

.per_it .lt.lt2 .det .li a{display: block;}

.per_it .lt.lt2 .det .li a:hover{color: var(--logoColor);}

.per_it .lt.lt3{width: calc(360 / 1400 * 100%);display: flex;flex-direction: column;}

.per_it .lt.lt3 .det{padding: 0 0.63rem 1.25rem;background: var(--logoColor) url(../img/esg_bg1.png) no-repeat bottom right;background-size: calc(244 / 360 * 100%);border-radius: 0.13rem;flex: 1;}

.per_it .lt.lt3 .det .li{padding: 0.88rem 0 0.75rem;border-bottom: 1px solid rgba(255,255,255,0.3);}

.per_it .lt.lt3 .det .li .ico{max-width: 0.80rem;max-height: 0.80rem;}

.per_it .lt.lt3 .det .li .ico img{max-width: 100%;filter: brightness(0) invert(1);}

.per_it .lt.lt3 .det .li .txt .t1{margin-top: 0.33rem;line-height: 1.7;color: #fff;}

.per_it .lt.lt3 .det .li .txt .t2{margin-top: 0.13rem;line-height: 1.4;margin-top: 0.13rem;color: #fff;}

.str_it{justify-content: space-between;flex-wrap: wrap;margin-top: 1.85rem;}

.str_it .textbox{background-color: #F6F6F6;border-radius: 0.38rem;position: relative;}

.str_it .textbox .status{display: flex;flex-wrap: wrap;position: relative;z-index: 2;}

.str_it .textbox .status img{width: 1.35rem;height: 1.35rem;border: 0.05rem solid rgba(255,255,255,0.5);margin: 0.38rem 0.38rem 0 0;}

.str_it .textbox .t1{line-height: 1.4;margin-top: 0.63rem;position: relative;z-index: 2;}

.str_it .textbox .t2{line-height: 1.7;margin-top: 0.38rem;position: relative;z-index: 2;}

.str_it .textbox:hover{background-color: var(--logoColor);}

.str_it .textbox:hover .t1{color: #fff;}

.str_it .textbox:hover .t2{color: #fff;}

.str_it .textbox:hover::after{opacity: 1 !important;}

.str_it .imgbox{border-radius: 0.38rem;overflow: hidden;}

.str_it .imgbox img{height: 100%;object-fit: cover;}

.str_it .left{width: calc(940 / 1400 * 100% - 0.25rem);display: flex;flex-direction: column;margin-right: 0.50rem;}

.str_it .right{width: calc(460 / 1400 * 100% - 0.25rem);display: flex;flex-direction: column;}

.str_it .left .top{width: 100%;display: flex;}

.str_it .left .top .textbox{width: calc(410 / 930 * 100% - 0.25rem);margin-right: 0.50rem;flex: 1;padding: 0.75rem;}

.str_it .left .top .textbox::after{content: "";background-image: url(../img/esg_bg2.png);background-position: right bottom;background-repeat: no-repeat;background-size: calc(294 / 400 * 100%) auto;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;opacity: calc(2 / 5);}

.str_it .left .top .imgbox{width: calc(520 / 930 * 100% - 0.25rem);min-height: 10.75rem;}

.str_it .left .bot{flex: 1;display: flex;margin-top: 0.2rem;}

.str_it .left .bot .lf{display: flex;flex-direction: column;width: calc(510 / 930 * 100% - 0.25rem);}

.str_it .left .bot .lf .imgbox{width: 100%;height: 11.00rem;}

.str_it .left .bot .lf .textbox{flex: 1;width: 100%;margin-top: 0.50rem;padding: 0.75rem;}

.str_it .left .bot .rf{display: flex;flex-direction: column;width: calc(420 / 930 * 100% - 0.25rem);margin-left: 0.50rem;}

.str_it .left .bot .rf .imgbox{height: 8.00rem;width: 100%;margin-top: 0.50rem;}

.str_it .left .bot .rf .textbox{flex: 1;width: 100%;padding: 0.75rem;}

.str_it .right .textbox{width: 100%;padding: 0.75rem;margin-bottom: 0.50rem;}

.str_it .right .textbox:first-child{flex: 1;}

.str_it .right .textbox:first-child::after{content: "";background-image: url(../img/esg_bg2.png);background-position: right bottom;background-repeat: no-repeat;background-size: calc(358 / 450 * 100%) auto;position: absolute;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;opacity: calc(2 / 5);}

.str_it .right .imgbox{height: 6.25rem;}

.esg_donload{margin-top: 3.25rem;}

.esg_donload .eox{display: flex;flex-wrap: wrap;}

.esg_donload .item{margin: 1.50rem 0.75rem 0 0;width: calc(50% - 0.75rem);}

.esg_donload .item:nth-child(2n){margin-right: 0;}

.esg_donload .item .itp{display: flex;align-items: center;justify-content: space-between;}

.esg_donload .item .itp .tt{line-height: 1.375;}

.esg_donload .item .itp .btn{display: flex;align-items: center;}

.esg_donload .item .itp .btn a{width: 0.88rem;height: 0.88rem;border-radius: 50%;position: relative;margin-left: 0.38rem;display: block;}

.esg_donload .item .itp .btn a img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;}

.esg_donload .item .itp .btn a.swiper-button-lock{opacity: 0;pointer-events: none;} 

.esg_donload .item .itp .btn a.swiper-button-disabled{cursor: no-drop;}

.esg_donload .item .itp .btn a:not(.swiper-button-disabled):hover img:nth-child(1){opacity: 0;}

.esg_donload .item .itp .btn a:not(.swiper-button-disabled):hover img:nth-child(2){opacity: 1;}

.esg_donload .item .ibt{margin-top: 0.50rem;}

.esg_donload .item .ibt .li:not(:first-child){margin-top: 0.38rem;}

.esg_donload .item .ibt .ss{display: flex;align-items: center;padding: 0.65rem 1.75rem 0.78rem 0.88rem;border: 1px solid #F6F6F6;background: #F6F6F6;border-radius: 0.13rem;}

.esg_donload .item .ibt .ss:hover{border-color: #EFEFEF;background: #fff;}

.esg_donload .item .ibt .ss .icon{width: 0.70rem;height: 0.82rem;margin-bottom: 0.10rem;margin-right: 0.72rem;min-width: 0.70rem;}

.esg_donload .item .ibt .ss .text{flex: 1;width: 100%;}

.esg_donload .item .ibt .ss .text .t1{line-height: 1.35;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.esg_donload .item .ibt .ss .text .t2{display: flex;align-items: baseline;margin-top: 0.28rem;line-height: 1.3571;color: var(--logoColor);}

.esg_donload .item .ibt .ss .text .t2 img{width: 0.38rem;margin-left: 0.47rem;}

.pc-head .head-nav .nav-ls:last-child {
  margin-right: 1rem;
}

.str_it .imgbox img{width: 100%;}
.str_it .left .bot{margin-top: 0.5rem;}







.business .ani-box{height: auto;}
.business .box2{position: relative;top: 0;}
.business .box1{position: relative;top: 0;}
.scroll_line::-webkit-scrollbar {width:1px;height:1px;}
.scroll_line::-webkit-scrollbar-thumb{ background: #D7000F;}
.scroll_line::-webkit-scrollbar-track{ background: rgba(51,51,51,0.1);}

.scroll_line2::-webkit-scrollbar {width:0.05rem;height:1px;}
.scroll_line2::-webkit-scrollbar-thumb{ background: #D7000F;}
.scroll_line2::-webkit-scrollbar-track{ background: #DFDFDF;}

.vidpop{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1111;background: rgba(0, 0, 0, 0.40);backdrop-filter: blur(0.19rem);display: none;}

.vidpop.fadeIn{display: block;}

.vidpop .conbox{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;border-radius: 0.13rem;width: 30.35rem;padding: 1.95rem 0 1.50rem;}

.vidpop .conbox .close{position: absolute;top: 0.50rem;right: 0.75rem;}

.vidpop .conbox .close img{width: 100%;transition: all 0.5s ease;}

.vidpop .conbox .close img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;}

.vidpop .conbox .close:hover img:nth-child(1){opacity: 0;}

.vidpop .conbox .close:hover img:nth-child(2){opacity: 1;}

.vidpop .conbox .box{max-height: calc(100vh - 7.45rem);overflow-y: auto;overflow-x: hidden;padding: 0 1.02rem 0 1.05rem;}

.vidpop .conbox .box .item{display: none;}

.vidpop .conbox .box .item.act{display: block;}

.vidpop .conbox .t1{line-height: calc(49 / 36);}

.vidpop .conbox .c1{margin-top: 0.82rem;display: flex;flex-wrap: wrap;}

.vidpop .conbox .c1 .lf{width: 12.50rem;aspect-ratio: 500 / 449;}

.vidpop .conbox .c1 .lf img{height: 100%;object-fit: cover;}

.vidpop .conbox .c1 .rf{flex: 1;margin-left: 0.90rem;aspect-ratio: 594 / 449;overflow-y: auto;overflow-x: hidden;}

.vidpop .conbox .c1 .rf table{width: 100%;border-collapse: collapse;border-spacing: 0;border: none;outline: none;}

.vidpop .conbox .c1 .rf table th{border: none;padding: 0.17rem 0.17rem 0.15rem;line-height: calc(19 / 14);font-size: 0.35rem;background: #D7000F;color: #fff;font-weight: normal;}

.vidpop .conbox .c1 .rf table th:nth-child(1){width: calc(130 / 594 * 100%);}

.vidpop .conbox .c1 .rf table th:nth-child(2){width: calc(274 / 594 * 100%);}

.vidpop .conbox .c1 .rf table th:nth-child(3){width: calc(190 / 594 * 100%);}

.vidpop .conbox .c1 .rf table th:first-child{padding: 0.17rem 0.17rem 0.15rem 0.50rem;text-align: left;}

.vidpop .conbox .c1 .rf table th:last-child{padding: 0.17rem 0.50rem 0.15rem;}

.vidpop .conbox .c1 .rf table td{padding: 0.53rem 0.17rem;text-align: center;line-height: calc(22 / 16);}

.vidpop .conbox .c1 .rf table td:nth-child(1){text-align: left;}

.vidpop .conbox .c1 .rf table td:last-child{padding: 0.53rem 0.50rem;}
.vidpop .conbox .c1 .rf table td:first-child{padding: 0.53rem 0.17rem 0.53rem 0.50rem;}

.vidpop .conbox .c1 .rf table tr{border-bottom: 1px solid #DFDFDF;}

.vidpop .conbox .c1 .rf table tr:nth-child(2n){background: #F6F6F6;}

.vidpop .conbox .c2{margin-top: 0.60rem;line-height: 1.6;color: #666;}

.vidpop .conbox .c3{margin-top: 1.05rem;}

.vidpop .conbox .c3 .ctp{display: flex;align-items: center;justify-content: space-between;}

.vidpop .conbox .c3 .ctp .lf{line-height: calc(49 / 36);}

.vidpop .conbox .c3 .ctp .rf{display: flex;align-items: center;}

.vidpop .conbox .c3 .ctp .rf a{width: 0.90rem;height: 0.90rem;position: relative;margin-right: 0.33rem;}

.vidpop .conbox .c3 .ctp .rf a:last-child{margin-right: 0.13rem;}

.vidpop .conbox .c3 .ctp .rf a img{transition: all 0.5s ease;display: block;}

.vidpop .conbox .c3 .ctp .rf a img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;}

.vidpop .conbox .c3 .ctp .rf a:hover img:nth-child(1){opacity: 0;}

.vidpop .conbox .c3 .ctp .rf a:hover img:nth-child(2){opacity: 1;}

.vidpop .conbox .c3 .swiper{margin-top: 0.3rem;overflow: visible;}

.vidpop .conbox .c3 .swiper .swiper-slide{width: 3.50rem;margin-right: 1.00rem;}

.vidpop .conbox .c3 .swiper .swiper-slide:last-child{margin-right: 0;}

.vidpop .conbox .c3 .swiper .swiper-slide .img{width: 3.50rem;aspect-ratio: 140 / 100;}

.vidpop .conbox .c3 .swiper .swiper-slide .img img{height: 100%;object-fit: contain;}

.vidpop .conbox .c3 .swiper .swiper-slide .txt{margin-top: 0.50rem;line-height: 1.3;text-align: center;}

.business .box2{overflow: hidden;}
.business .box2 .pic{position: relative;overflow: hidden;}

.business .box2 .media video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0;}

.business .box2 .media video.act{opacity: 1;}


.vidpop .conbox .itembtn{width: 0.90rem;height: 0.90rem;position: absolute;top: 50%;transform: translateY(-50%);display: none;}

.vidpop .conbox .itembtn.act{display: block;}

.vidpop .conbox .itembtn.itemprev{left: -1.4rem;}

.vidpop .conbox .itembtn.itemnext{right: -1.4rem;}

.vidpop .conbox .itembtn img{transition: all 0.5s ease;display: block;}

.vidpop .conbox .itembtn img:nth-child(2){position: absolute;left: 0;top: 0;opacity: 0;}

.vidpop .conbox .itembtn:hover img:nth-child(1){opacity: 0;}

.vidpop .conbox .itembtn:hover img:nth-child(2){opacity: 1;}

/*.business .box2 .point a{position: absolute;z-index: 5;display: flex;align-items: center;padding: 0.35rem 0.60rem;background: #fff;border-radius: 0.15rem;line-height: calc(21 / 18);transition: all 0.5s ease;font-size: 0.45rem;}*/

/*.business .box2 .point a span{width: 0.60rem;position: relative;margin-left: 0.50rem;}*/

/*.business .box2 .point a span img{display: block;width: 100%;transition: all 0.5s ease;}*/

/*.business .box2 .point a span img:nth-child(2){position: absolute;top: 0;left: 0;opacity: 0;}*/

/*.business .box2 .point a:hover{color: #D7000F;}*/

/*.business .box2 .point a:hover span img:nth-child(1){opacity: 0;}*/

/*.business .box2 .point a:hover span img:nth-child(2){opacity: 1;}*/

.business .box2 .back_vid{position: absolute;z-index: 30;width: 1.50rem;left: calc(160 / 1920 * 100%);top: calc(195 / 1080 * 100%);display: none;}

.business .box2 .back_vid img{width: 100%;}

.business .box2 .back_vid.act{display: block;}

.business .box2 .point .lv1box{display: none;}

.business .box2 .point .lv1box.act{display: block;}

.business .box2 .point .lv2box{display: none;}

.business .box2 .point .lv2box.act{display: block;}

.business .box2 .point .lv2box .item{display: none;}

.business .box2 .point .lv2box .item.act{display: block;}

.business .box2 .point .lv3box{display: none;}

.business .box2 .point .lv3box.act{display: block;}

.business .box2 .point .lv3box .item{display: none;}

.business .box2 .point .lv3box .item.act{display: block;}




.business .box2 .pic>img{aspect-ratio: 1920 / 1080;}

.business .box2 .point a{position: absolute;z-index: 5;width: 0.40rem;display: block;}

.business .box2 .point a img{transition: all 0.5s ease;display: block;}

.business .box2 .point .arr{width: 0.40rem;}

.business .box2 .point .arr img{width: 100%;}

.business .box2 .point .atp{position: absolute;bottom: 0.17rem;left: -0.57rem;z-index: 10;background: #E62129;border-radius: 0.07rem;overflow: hidden;width: fit-content;padding-left: 0.05rem;}

.business .box2 .point .atp .aox{background: #fff;display: flex;align-items: center;border-radius: 0.07rem;padding: 0.30rem 0.40rem;background: #fff;transition: all 0.5s ease;}

.business .box2 .point .atp .aox .ico{width: 0.55rem;margin-right: 0.35rem;}

.business .box2 .point .atp .aox .txt{display: flex;align-items: center;justify-content: space-between;min-width: 2.35rem;font-size: 0.45rem;line-height: calc(24 / 18);color: #D7000F;transition: all 0.5s ease;gap: 0.25rem;width: max-content;}

.business .box2 .point .atp .aox .txt img{width: 0.17rem;min-width: 0.17rem;}

.business .box2 .point a:not(:hover) .arr img{filter: brightness(0) invert(1);}

.business .box2 .point a:hover .atp .aox{background: #D7000F;}

.business .box2 .point a:hover .atp .aox img{filter: brightness(0) invert(1);}

.business .box2 .point a:hover .atp .aox .txt{color: #fff;}


















@media (max-width: 1024px) {
  .esg_list .item{flex-wrap: wrap;}
  .esg_tit{width: 100%;}
  .per_it .lt.lt1{width: 100%;}
  .per_it .lt.lt2{width: 100%;margin-top: 30px;}
  .per_it .lt.lt3{width: 100%;margin-top: 30px;}

  .new-esg .wrap{padding: 3rem 0;}

  .str_it .left{width: 100%;}

  .str_it .right{width: 100%;margin-left: 0;margin-top: 0.5rem;}

  .str_it .left .top{flex-wrap: wrap;}

  .str_it .left .top .imgbox{width: 100%;margin-right: 0;margin-top: 0.5rem;}
  .str_it .left .top .textbox{width: 100%;margin-right: 0;}

  .str_it .left .bot{flex-wrap: wrap;}

  .str_it .left .bot .lf{width: 100%;flex-direction: column-reverse;}

  .str_it .left .bot .rf{width: 100%;margin-left: 0;margin-top: 0.5rem;}

  .esg_donload .item{width: 100%;margin-right: 0;}
}
/*# sourceMappingURL=style.css.map */