.banner_ii {
  position: fixed;
}
.banner_ii .swiper .pic {
  width: 100%;
}
.banner_ii .swiper .pic img {
  width: 100%;
  height: auto;
}

.banner_ins .zi {
  display: none;
}

.banner_i {
  position: relative;
}
.banner_i .swiper-slide {
  position: relative;
}
.banner_i .swiper-slide .pic img {
  max-width: 100%;
}
.banner_i .mousedown {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  flex-direction: column;
  align-items: center;
}
.banner_i .mousedown .icon {
  animation-name: yoyo_0;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.banner_i .mousedown .icon img {
  width: 30px;
  height: auto;
}
.banner_i .mousedown .text {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 12px;
}
.banner_i .conl {
  position: absolute;
  left: 5%;
  z-index: 15;
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
  gap: 0 0.2rem;
  bottom: 5%;
  width: 90%;
}
.banner_i .conl span {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: transparent;
  align-items: center;
}
.banner_i .conl span::after {
  content: "";
  display: inline-flex;
  width: 65%;
  height: 65%;
  background: #fafafa;
  border-radius: 100rem;
}
.banner_i .conl span.swiper-pagination-bullet-active {
  border: 1px solid #F0821C;
}
.banner_i .conl span.swiper-pagination-bullet-active::after {
  background: #F0821C;
}

.banner_i.mob .swiper-pagination {
  left: 0;
  bottom: 5%;
}

#GPS {
  margin: 0 0 2vw 0;
}

.D0 {
  position: relative;
  padding: 7rem 0 6rem 0;
  background: url(../images/about_d0.jpg?v=2) no-repeat right center;
  background-size: cover;
}
@media (max-width: 768px) {
  .D0 {
    padding: 5vw 0 4vw 0;
    background: none;
  }
}
.D0 .box .l {
  width: 50%;
}
@media (max-width: 768px) {
  .D0 .box .l {
    width: 100%;
  }
}
.D0 .box .l .hhh {
  position: relative;
  flex: 1;
}
.D0 .box .l .hhh .zh {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.D0 .box .l .hhh .zh span {
  color: #F0821C;
}
.D0 .box .l .hhh .en {
  color: #F0821C;
  letter-spacing: 0.3rem;
  font-size: 5rem;
  z-index: 5;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  opacity: 0.14;
  word-break: nowrap;
}
@media (max-width: 768px) {
  .D0 .box .l .hhh .en {
    font-size: 8vw;
  }
}
.D0 .box .l .ccc {
  margin: 1rem 0 0 0;
  line-height: 1.7;
  font-size: 1.13rem;
}
.D0 .box .l .ccc p {
  text-indent: 2em;
}
.D0 .box .l .list {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0 0;
}
@media (max-width: 768px) {
  .D0 .box .l .list {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.D0 .box .l .list li {
  display: flex;
  gap: 0 0.8rem;
  align-items: center;
}
@media (max-width: 768px) {
  .D0 .box .l .list li {
    width: 50%;
  }
}
.D0 .box .l .list li .icon {
  border: 1px solid #F0821C;
  border-radius: 10rem;
  width: 3.5rem;
  height: 3.5rem;
}
.D0 .box .l .list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.5);
}
.D0 .box .l .list li .text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #F0821C;
}

.editor-page-content-zone .D0 {
  background: #fff;
}

.D1 {
  padding: 6rem 0 5rem 0;
}
@media (max-width: 768px) {
  .D1 {
    padding: 8vw 0 6vw 0;
  }
}
.D1 .box .hhh {
  position: relative;
  text-align: center;
}
.D1 .box .hhh .zh {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.D1 .box .hhh .zh span {
  color: #F0821C;
}
.D1 .box .hhh .en {
  color: #F0821C;
  letter-spacing: 0.3rem;
  font-size: 5rem;
  z-index: 5;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  opacity: 0.14;
}
@media (max-width: 768px) {
  .D1 .box .hhh .en {
    font-size: 8vw;
  }
}
.D1 .box .ccc {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0 0;
}
@media (max-width: 768px) {
  .D1 .box .ccc {
    flex-direction: column;
    margin: 2vw 0 0 0;
  }
}
.D1 .box .ccc .l {
  transform: translateX(9%);
  width: 40%;
  aspect-ratio: 1/1;
  background-image: linear-gradient(-90deg, rgba(240, 130, 0, 0.45) 0%, rgba(255, 255, 255, 0) 85%);
  border-radius: 100rem;
}
@media (max-width: 768px) {
  .D1 .box .ccc .l {
    width: 100%;
    border-radius: initial;
    border-radius: initial;
    transform: translateX(0);
    background-image: none;
    aspect-ratio: initial;
    margin: 2vw 0;
  }
}
.D1 .box .ccc .l ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 2.4rem 0;
}
@media (max-width: 768px) {
  .D1 .box .ccc .l ul {
    gap: 3vw 0;
    height: auto;
  }
}
.D1 .box .ccc .l ul li {
  display: flex;
  gap: 0 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .D1 .box .ccc .l ul li {
    align-items: center;
    align-self: flex-start;
    flex-direction: row-reverse;
  }
}
.D1 .box .ccc .l ul li:nth-of-type(1) {
  margin-right: 17%;
}
.D1 .box .ccc .l ul li:nth-of-type(2) {
  margin-right: 21%;
}
.D1 .box .ccc .l ul li:nth-of-type(3) {
  margin-right: 21%;
}
.D1 .box .ccc .l ul li:nth-of-type(4) {
  margin-right: 17%;
}
@media (max-width: 768px) {
  .D1 .box .ccc .l ul li {
    margin-right: 0 !important;
  }
}
.D1 .box .ccc .l ul li .text {
  color: #333;
  line-height: 1.6;
  flex: 1;
}
.D1 .box .ccc .l ul li .no {
  width: 2rem;
  height: 2rem;
  background: #F39C33;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
}
.D1 .box .ccc .r {
  transform: translateX(-9%);
  width: 40%;
  aspect-ratio: 1/1;
  background-image: linear-gradient(90deg, rgba(240, 130, 0, 0.45) 0%, rgba(255, 255, 255, 0) 85%);
  border-radius: 100rem;
}
@media (max-width: 768px) {
  .D1 .box .ccc .r {
    width: 100%;
    border-radius: initial;
    border-radius: initial;
    transform: translateX(0);
    background-image: none;
    aspect-ratio: initial;
    margin: 2vw 0;
  }
}
.D1 .box .ccc .r ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.4rem 0;
}
@media (max-width: 768px) {
  .D1 .box .ccc .r ul {
    gap: 1.2rem 0;
    height: auto;
  }
}
.D1 .box .ccc .r ul li {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 2rem;
  align-items: center;
}
.D1 .box .ccc .r ul li:nth-of-type(1) {
  margin-left: 19%;
}
.D1 .box .ccc .r ul li:nth-of-type(2) {
  margin-left: 21%;
}
.D1 .box .ccc .r ul li:nth-of-type(3) {
  margin-left: 19%;
}
@media (max-width: 768px) {
  .D1 .box .ccc .r ul li {
    margin-left: 0 !important;
  }
}
.D1 .box .ccc .r ul li .text {
  color: #333;
  line-height: 1.6;
  flex: 1;
}
.D1 .box .ccc .r ul li .no {
  width: 2rem;
  height: 2rem;
  background: #F39C33;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
}

.D2 {
  position: relative;
  padding: 6rem 0 4rem 0;
  background: url(../images/about_d2.jpg) no-repeat center;
  background-size: cover;
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .D2 {
    padding: 5rem 0 5rem 0;
  }
}
.D2 .box .hhh {
  position: relative;
  text-align: center;
}
.D2 .box .hhh .zh {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.D2 .box .hhh .zh span {
  color: #F0821C;
}
.D2 .box .hhh .en {
  color: #ffffff;
  letter-spacing: 0.3rem;
  font-size: 5rem;
  z-index: 5;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  opacity: 0.14;
}
@media (max-width: 768px) {
  .D2 .box .hhh .en {
    font-size: 8vw;
  }
}
.D2 .box .honor .conl {
  display: flex;
  justify-content: flex-end;
  margin: 4rem 0 2rem 0;
  gap: 0 1rem;
}
.D2 .box .honor .conl a {
  padding: 0.6rem 1.4rem;
  display: inline-flex;
  border: 1px solid #fafafa;
  color: #fff;
  font-size: 1.2rem;
}
.D2 .box .honor .conl a:hover {
  color: #F0821C;
  border-color: #F0821C;
}
.D2 .box .honor .conl .lll {
  border-radius: 10rem 0 10rem 10rem;
}
.D2 .box .honor .conl .rrr {
  border-radius: 0 10rem 10rem 10rem;
}
.D2 .box .honor .swiper-slide {
  border-radius: 0.8rem;
  box-sizing: border-box;
  margin: 2rem 0;
  overflow: hidden;
}
.D2 .box .honor .swiper-slide.swiper-slide-active .title {
  opacity: 1;
}
.D2 .box .honor .swiper-slide .pic {
  display: block;
  cursor: zoom-in;
  position: relative;
}
.D2 .box .honor .swiper-slide .pic img {
  width: 100%;
  height: 40vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.D2 .box .honor .swiper-slide .pic .shadow {
  position: absolute;
  left: 0;
  top: 100%;
  transform: scale(-1);
  -webkit-mask: linear-gradient(180deg, #000 35%, transparent);
          mask: linear-gradient(180deg, #000 35%, transparent);
}
.D2 .box .honor .swiper-slide .pic .shadow img {
  width: 100%;
  height: 100%;
}
.D2 .box .honor .swiper-slide .title {
  padding: 0.3rem 1rem;
  opacity: 0;
  border-radius: 1rem;
  width: 100%;
  box-sizing: border-box;
  color: #fafafa;
  text-align: center;
  font-size: 1.1rem;
  margin: 0.4rem 0 0 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: "ease";
  transition-delay: "0s";
}
.D2 .box .honor .more {
  margin: 1.5rem 0 0 0;
  text-align: center;
}
.D2 .box .honor .more a {
  display: inline-flex;
  color: #fff;
  border-radius: 0 4rem 4rem 4rem;
  font-size: 1rem;
  background: #F0821C;
  padding: 0 2.5rem;
  line-height: 2.6;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: "ease";
  transition-delay: "0s";
}
.D2 .box .honor .more a:hover {
  background: #F39C33;
  padding: 0 2.7rem;
}

.en .D0 .box .l .ccc {
  font-size: 1rem;
  height: 40vh;
  overflow-x: hidden;
}
.en .D0 .box .l .ccc:hover::-webkit-scrollbar-track {
  background-color: rgba(17, 17, 17, 0.2);
}
.en .D0 .box .l .ccc:hover::-webkit-scrollbar-thumb {
  background-color: rgba(240, 130, 28, 0.8);
}
.en .D0 .box .l .ccc::-webkit-scrollbar-track {
  background-color: #aaa;
}
.en .D0 .box .l .ccc::-webkit-scrollbar {
  width: 2px;
  opacity: 0;
}
.en .D0 .box .l .ccc::-webkit-scrollbar-thumb {
  background-color: rgba(240, 130, 28, 0.8);
}
@media (max-width: 768px) {
  .en .D0 .box .l .ccc {
    height: auto;
  }
}
.en .D0 .box .l .ccc p {
  text-indent: initial;
}
.en .D0 {
  background: url(../images/en/about_d0.jpg?v=2) no-repeat right center;
  background-size: cover;
}