.banner-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 24rem;
  opacity: 0;
}

.banner-container .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-container .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background-image: url("../gimg/pc_bg.webp");
}

.banner-container .swiper-slide .swiper-slide .banner-container .swiper-slide img,
.banner-container .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  opacity: 1;
}

.banner-container .swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
  transition: all 2s 0.5s linear;
}

.banner-container .swiper-slide .txt {
  position: absolute;
  left: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: auto;
  max-width: 60%;
  z-index: 1;
}

.banner-container .swiper-slide .tit-36 {
  line-height: 1;
  margin-bottom: 0.75rem;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.3s;
}

.banner-container .swiper-slide .tit-22 {
  margin-bottom: 0.75rem;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.4s;
}

.banner-container .swiper-slide a {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.5s;
}

.banner-container .swiper-slide .tit-72 {
  line-height: 120%;
  color: #fff;
  transition: all 0.6s;
}

.banner-container .swiper-slide .txt>.tit-72 {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s 0.5s;
}

.banner-container .swiper-slide a:hover .tit-72 {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: -14%;
  text-underline-position: from-font;
}

.banner-container .swiper-slide-active .tit-36,
.banner-container .swiper-slide-active .tit-22,
.banner-container .swiper-slide-active .txt>.tit-72,
.banner-container .swiper-slide-active a {
  opacity: 1;
  transform: translateY(0);
}

.banner-container .swiper-pagination {
  position: absolute;
  bottom: 3.625rem;
  left: 3.5rem;
  z-index: 2;
  text-align: left;
}

.banner-container .slide_circle {
  width: 0.4rem;
  height: 0.4rem;
  left: 3.5rem;
  top: auto;
  bottom: 3.525rem;
  transform: none;
}

.banner-container .mouse {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 0.725rem;
  height: auto;
  z-index: 2;
  /* animation: scaleIn 1s ease-in-out; */
}

.banner-container .mouse svg {
  width: 100%;
  margin-bottom: 0.1rem;
  height: 0.725rem;
}

.banner-container .mouse .line {
  height: 1.125rem;
  background-color: #d9d9d9;
  width: 0.025rem;
  opacity: 0.8;
}

.banner-container .mouse .line_svg {
  animation: 2s upDown linear infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0.1rem);
  }

  100% {
    transform: translateY(0);
  }
}

.wel_01 {
  width: 100%;
  overflow: hidden;
}

.wel_01 .w1680 {
  width: 100%;
  padding: 0rem 0 6.75rem 3.5rem;
}

.wel_01 .wel_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wel_01 .wel_top .lft {
  padding-top: 4.5rem;
  width: auto;
  margin-right: 5rem;
  flex: 1;
}

.wel_01 .wel_top .lft .t1 {
  margin-bottom: 1.5rem;
}

.wel_01 .wel_top .lft .tit-20 {
  margin-bottom: 1.5rem;
}

.wel_01 .wel_top .img {
  /* padding-top: 4.5rem; */
  width: 24rem;
  position: relative;
}

.wel_01 .wel_top .img .bg_ar {
  position: absolute;
  left: -1.725rem;
  bottom: 0;
  width: 1.725rem;
  z-index: -1;
}

.wel_01 .wel_top .img .bg_ar img {
  width: 100%;
}

.wel_01 .wel_top .img img {
  width: 100%;
}

.wel_01 .wel_ul {
  width: 100%;
  padding-right: 3.5rem;
  margin-top: 3.5rem;
  display: flex;
  align-items: stretch;
}

.wel_01 .wel_item {
  display: flex;
  align-items: stretch;
  /* justify-content: space-between; */
  flex: 1;
  margin-right: 2rem;
}

.wel_01 .wel_item:last-child {
  margin-right: 0;
}

.wel_01 .wel_item .wel_item_icon {
  width: auto;
  height: 1.4rem;
  margin-right: 0.85rem;
}

.wel_01 .wel_item .wel_item_icon img {
  height: 100%;
}

.wel_01 .wel_item .wel_rht {
  /* width: calc(100% - 1.5rem); */
  flex: 1;
}

.wel_01 .wel_item .num {
  line-height: 1;
  margin-bottom: 1.05rem;
  color: #9a0100;
}

.wel_01 .wel_item .line {
  width: 100%;
  margin-bottom: 1rem;
  height: 0.025rem;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.3);
}

.wel_01 .wel_item .tit-24 {}

.wel_01 .img_bg {
  position: absolute;
  right: 0.375rem;
  bottom: -5rem;
  width: 31.7rem;
}

.wel_01 .img_bg img {
  width: 100%;
}

.wel_02 {
  width: 100%;
  background-color: #9a0100;
}

.wel_02 .swiper_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.wel_02 .swiper_box .swiper_img {
  margin-top: -0.95rem;
  width: 24rem;
  height: 18rem;
  overflow: hidden;
  margin-right: 3.25rem;
}

.wel_02 .swiper_box .swiper_img .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wel_02 .swiper_box .swiper_img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.wel_02 .swiper_box .swiper_txt {
  width: calc(100% - 24rem - 3.25rem);
  height: auto;
  padding-right: 3.5rem;
  padding-top: 2rem;
  position: relative;
}

.wel_02 .swiper_box .swiper_txt .t1 {
  color: #fff;
  line-height: 1;
  margin-bottom: 1.25rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s 0.3s;
}

.wel_02 .swiper_box .swiper_txt .tit-36 {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.9rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s 0.4s;
}

.wel_02 .swiper_box .swiper_txt .tit-20 {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 2rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s 0.5s;
}

.wel_02 .swiper_box .swiper_txt .more_box {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s 0.6s;
}

.wel_02 .swiper_box .swiper_txt .swiper-slide-active .t1,
.wel_02 .swiper_box .swiper_txt .swiper-slide-active .tit-36,
.wel_02 .swiper_box .swiper_txt .swiper-slide-active .tit-20,
.wel_02 .swiper_box .swiper_txt .swiper-slide-active .more_box {
  opacity: 1;
  transform: translateY(0);
}

.wel_02 .swiper_box .swiper_txt .more {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.6s;
}

.wel_02 .swiper_box .swiper_txt .more svg path {
  transition: all 0.6s;
}

.wel_02 .swiper-pagination {
  left: auto;
  right: -4.6rem;
  bottom: 0.9rem;
  text-align: right;
  width: calc(100% - 4.6rem);
  justify-content: flex-end;
}

.wel_02 .swiper-pagination span {
  background-color: #fff;
  opacity: 0.8;
}

.wel_02 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.wel_02 .slide_circle {
  border-color: #fff;
  top: auto;
  bottom: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(0);
}

.wel_03 {
  width: 100%;
  overflow: hidden;
}

.wel_03 .w1680 {
  padding: 2rem 0 2.5rem;
}

.wel_03 .w1680 .wel_top {
  display: flex;
  align-items: center;
  margin-bottom: 1.925rem;
  justify-content: space-between;
}

.wel_03 .w1680 .wel_top .tit-60 {
  line-height: 1;
}

.wel_03 .w1680 .wel_ul_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.wel_03 .w1680 .wel_ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.wel_03 .w1680 .wel_item {
  width: calc((100% - 3rem) / 2);
  padding-top: 0.55rem;
  padding-bottom: 0.575rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  height: 2.35rem;
  align-items: center;
  justify-content: space-between;
}

.wel_03 .w1680 .wel_item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.wel_03 .w1680 .wel_item .lht {
  display: flex;
  align-items: flex-start;
  max-width: 82%;
}

.wel_03 .w1680 .wel_item .time {
  flex-shrink: 0;
}

.wel_03 .w1680 .wel_item .dian {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #000;
  border-radius: 50%;
  margin-right: 0.275rem;
  margin-top: 0.375rem;
  flex-shrink: 0;
  transition: all 0.6s;
}

.wel_03 .w1680 .wel_item:hover .dian {
  background-color: #9a0100;
}

.wel_03 .w1680 .wel_item .tit-20 {
  /* width: calc(100% - .375rem); */
  flex: 1;
  transition: all 0.6s;
}

.wel_03 .w1680 .wel_item:hover .tit-20 {
  color: #9a0100;
}

.wel_03 .w1680 .more {
  background-color: transparent;
  border: 1px solid #9a0100;
  color: #9a0100;
}

.wel_03 .w1680 .more path {
  stroke: #9a0100;
}

.wel_04 {
  height: 24rem;
  width: 100%;
}

.wel_04 .w1680 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.wel_04 .w1680 .wel_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.wel_04 .w1680 .wel_bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.wel_04 .w1680 .wel_bg .swiper-slide {
  width: 100%;
  height: 100%;
}

.wel_04 .w1680 .wel_bg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wel_04 .w1680 .swiper-slide {
  opacity: 0 !important;
}

.wel_04 .w1680 .swiper-slide-active {
  opacity: 1 !important;
}

.wel_04 .w1680 .swiper_box {
  width: 100%;
  height: 100%;
  padding: 6.75rem 0 1.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.wel_04 .w1680 .swiper_box .swiper_txt {
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.wel_04 .w1680 .swiper_box .swiper_txt .svg {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s 0.3s;
}

.wel_04 .w1680 .swiper_box .swiper_txt .tit-60 {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s 0.35s;
}

.wel_04 .w1680 .swiper_box .swiper_txt .tit-20 {
  max-width: 80%;
  margin-bottom: 1.75rem;
  text-align: left;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s 0.4s;
}

.wel_04 .w1680 .swiper_box .swiper_txt .more_box {
  transition: all 0.6s 0.45s;
  transform: translateY(20px);
  opacity: 0;
  padding-left: 0.1rem;
}

.wel_04 .w1680 .swiper_box .swiper_txt .swiper-slide-active .svg,
.wel_04 .w1680 .swiper_box .swiper_txt .swiper-slide-active .tit-60,
.wel_04 .w1680 .swiper_box .swiper_txt .swiper-slide-active .tit-20,
.wel_04 .w1680 .swiper_box .swiper_txt .swiper-slide-active .more_box {
  opacity: 1;
  transform: translateY(0);
}

.wel_04 .w1680 .swiper_box .swiper_txt .more {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.wel_04 .w1680 .swiper_box .swiper_nav {
  /* display: flex; */
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wel_04 .w1680 .swiper_box .swiper_nav::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 0.025rem;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0.025rem;
  z-index: 0;
}

.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  opacity: 1 !important;
  padding-bottom: 1rem;
  margin-bottom: 1px;
  cursor: pointer;
}

.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide::after {
  position: absolute;
  content: "";
  left: 0;
  width: 0%;
  height: 0.1rem;
  background: #9a0100;
  bottom: -1px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide.cur::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.wel_04 .w1680 .swiper_box .swiper_nav .svg {
  width: 1.475rem;
  height: 1.475rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  opacity: 0;
  visibility: hidden;
  /* position: absolute;
    left: 0; */
}

.wel_04 .w1680 .swiper_box .swiper_nav .svg img {
  width: 100%;
}

.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide p {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.6s;
}

.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide:hover p,
.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide.cur p {
  color: #fff;
}

.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide.cur .svg {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.wel_04 .w1680 .swiper_box .swiper_nav .swiper-slide::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  transform: translateX(-50%);
}

.wel_05 {
  padding: 3.25rem 0 0.25rem;
}

.wel_05 .w1680 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 3.5rem;
  margin-bottom: 3.25rem;
  position: relative;
}

.wel_05 .w1680 .img {
  width: 24.75rem;
  height: 15.925rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
}

.wel_05 .w1680 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.wel_05 .w1680 .lht {
  position: absolute;
  left: 3.5rem;
  top: -1.05rem;
  width: 25.3rem;
  height: 15.775rem;
  background: #f6f6f6;
  padding-top: 3.9rem;
  padding: 3.9rem 7.5rem 3.5rem 3.5rem;
  z-index: 0;
}

.wel_05 .w1680:nth-child(2n) {
  padding-left: 0;
  padding-right: 3.5rem;
  flex-direction: row-reverse;
}

.wel_05 .w1680:nth-child(2n) .img {
  margin: 0 auto 0 0;
}

.wel_05 .w1680:nth-child(2n) .lht {
  left: auto;
  margin: 0 auto 0 0;
  right: 3.5rem;
  padding: 3.9rem 3.5rem 3.5rem 7.5rem;
  width: 23.5rem;
  height: 18.025rem;
  flex-shrink: 0;
  background: #f6f6f6;
}

.wel_05 .w1680 .lht .tit-60 {
  margin-bottom: 1rem;
  line-height: 1;
  text-transform: capitalize;
}

.wel_05 .w1680 .lht .tit-20 {
  margin-bottom: 1.25rem;
  line-height: 0.75rem;
}

.rht_box .rht_content {
  padding-top: 2rem;
  padding-right: 3.5rem;
}

.rht_box .rht_top_content {
  margin-bottom: 2.5rem;
}

.rht_box .rht_top_content .rht_top_title {
  display: flex;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  justify-content: space-between;
}

.rht_box .rht_top_bot {
  display: flex;
  align-items: flex-start;
}

.rht_box .rht_top_bot .tit-20 {
  width: calc(100% - 11.25rem);
  padding-right: 3rem;
  line-height: 180%;
}

.rht_box .rht_top_bot .img {
  width: 11.25rem;
  height: 6.325rem;
  overflow: hidden;
}

.rht_box .rht_top_bot .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.rht_box .rht_top_bot .img:hover img {
  transform: scale(1.05);
}

.rht_box .rht_top_bot .img .play_icon {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
}

.rht_content .rht_top_content .t1 {
  width: max-content;
  position: relative;
  line-height: 1.5;
}

.rht_content .rht_top_content .tit-60.t1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5rem;
  height: 0.125rem;
  background: #9a0100;
  content: "";
}

.rht_box .rht_content .rht_item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.rht_box .rht_content .rht_item:nth-child(1) .item_list {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rht_box .rht_content .rht_item:nth-child(1) .item {
  width: calc((100% - 7rem) / 2);
  margin-bottom: 0.75rem;
}

.rht_box .rht_content .item_lft {
  width: calc(100% - 13.55rem);
}

.rht_box .rht_content .item_lft_top {
  display: flex;
  padding-top: 2rem;
  align-items: center;
  margin-bottom: 1.5rem;
  width: max-content;
  position: relative;
}

.rht_box .rht_content .item_lft_top .tit-36 {
  line-height: 1.4;
}

.rht_box .rht_content .item_lft_top .tit-36 span {
  min-width: 1.5rem;
  display: inline-block;
  color: #9a0100;
  line-height: 1.4;
}

.rht_box .rht_content .item_lft_top::after {
  position: absolute;
  left: 0;
  top: -0.05rem;
  width: 100%;
  height: 0.075rem;
  background: #9a0100;
  content: "";
}

.rht_box .rht_content .item_lft .item_lft_bot a {
  margin-bottom: 0.5rem;
  display: block;
}

.about_02 .rht_item {
  margin-bottom: 2.5rem;
}

.about_02 .item_top_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.about_02 .item_top_box .item_lft_top {
  width: calc((100% - 7rem) / 2);
  padding-top: 0;
}

.about_02 .item_top_box .pc-block {
  width: calc((100% - 7rem) / 2);
}

.about_02 .item_top_box .pc-block .item_lft_top {
  width: auto;
}

.about_02 .item_lft_bot .pc-block {
  width: calc((100% - 7rem) / 2);
}

.about_02 .item_lft_bot .pc-block .item_list {
  width: auto;
}

.about_02 .item_top_box .item_lft_top .tit-36 {
  position: relative;
  padding-top: 2.5rem;
  width: max-content;
  margin-bottom: 0.5rem;
}

.about_02 .item_top_box .item_lft_top .tit-36::after {
  position: absolute;
  left: 0;
  top: -0.05rem;
  width: 100%;
  height: 0.075rem;
  background: #9a0100;
  content: "";
}

.about_02 .item_top_box .item_lft_top:nth-child(2) .tit-36::after {
  opacity: 0;
}

.about_02 .item_top_box .item_lft_top::after {
  display: none;
}

.about_02 .item_lft_bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;

}

@media (min-width: 997px) {
  .about_02 .item_lft_bot {
    max-height: 7rem;
    overflow-y: auto;
    padding-right: .15rem;
  }

  .about_02 .item_lft_bot::-webkit-scrollbar {
    width: .1rem;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .about_02 .rht_list3 .item_lft_bot {
    max-height: none;
    overflow-y: hidden;
  }
}

.about_02 .item_lft_bot .item_list {
  width: calc((100% - 7rem) / 2);
}

.about_02 .item_lft_bot .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.about_02 .item_lft_bot .item:last-child {
  margin-bottom: 0;
}

.about_02 .item_lft_bot .item .line {
  flex: 1;
  height: 0.025rem;
  opacity: 0.05;
  background: #000;
  margin: 0 0.25rem;
}

.about_02 .item_lft_bot .item .count {
  max-width: 2rem;
  white-space: nowrap;
  word-break: normal;
  text-wrap: nowrap;
}

.about_02 .rht_list2 {
  width: 100%;
}

.about_02 .rht_list2 .item_lft_bot {
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.about_02 .rht_list2 .item_li {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.about_02 .rht_list2 .item_li:nth-child(3n) {
  margin-right: 0;
}

.about_02 .rht_list2 .item_li .dian {
  width: 0.175rem;
  height: 0.175rem;
  background: #9a0100;
  border-radius: 50%;
  margin-right: 0.375rem;
  margin-top: 0.225rem;
}

.about_02 .rht_list2 .item_li .tit-20 {
  line-height: 140%;
  width: calc(100% - 0.175rem - 0.375rem);
}

.about_02 .rht_list3 .item_lft_bot {
  align-items: stretch;
}

.about_02 .rht_list3 .item_li {
  width: calc((100% - 1rem) / 2);
}

.about_02 .rht_list3 .item_li .img {
  margin-bottom: 1rem;
  width: 100%;
  height: 13.125rem;
  overflow: hidden;
}

.about_02 .rht_list3 .item_li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.about_02 .rht_list3 .item_li .tit-20 {
  line-height: 1.4;
}

.about_02 .rht_list3 .item_li .nhm {
  margin-bottom: 0.5rem;
}

.about_02 .rht_list4 .item_lft_top span {
  display: none;
}

.about_03 .histroy_ajax_box {
  margin-bottom: 2rem;
}

.transfer_04 .histroy_box,
.about_03 .histroy_box {
  width: 100%;
  position: relative;
}

.transfer_04 .histroy_ajax_box>.line,
.about_03 .histroy_ajax_box>.line {
  width: 0.025rem;
  height: calc(100%);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.transfer_04 .histroy_box .item,
.about_03 .histroy_box .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}

.transfer_04 .histroy_box .item:last-child,
.about_03 .histroy_box .item:last-child {
  margin-bottom: 0;
}

.transfer_04 .histroy_box .item .img,
.about_03 .histroy_box .item .img {
  width: 14.6rem;
  height: 10.95rem;
  /* overflow: hidden; */
  position: relative;
}

.transfer_04 .histroy_box .item .img .bg_img,
.about_03 .histroy_box .item .img .bg_img {
  position: absolute;
  right: -0.625rem;
  width: 1rem;
  height: 1rem;
  bottom: 0;
  background-image: url(../gimg/150.png);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.transfer_04 .histroy_box .item:nth-child(2n) .img .bg_img,
.about_03 .histroy_box .item:nth-child(2n) .img .bg_img {
  right: auto;
  left: -0.625rem;
  background-image: url(../gimg/151.png);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.transfer_04 .histroy_box .item .img img,
.about_03 .histroy_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.transfer_04 .histroy_box .item .txt,
.about_03 .histroy_box .item .txt {
  width: calc(100% - 14.6rem - 3.4rem);
  margin-left: 3.4rem;
  padding-top: 2.5rem;
  padding-left: 3.625rem;
}

.transfer_04 .histroy_box .item .month,
.about_03 .histroy_box .item .month {
  position: relative;
  display: flex;
  align-items: center;
  color: #9a0100;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.transfer_04 .histroy_box .item .month .line_dian,
.about_03 .histroy_box .item .month .line_dian {
  display: flex;
  align-items: center;
  width: 3.225rem;
  position: absolute;
  left: -3.825rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%) rotate(-180deg);
}

.transfer_04 .histroy_box .item .month .line_dian img,
.about_03 .histroy_box .item .month .line_dian img {
  width: 100%;
}

.transfer_04 .histroy_box .item .tit-20,
.about_03 .histroy_box .item .tit-20 {
  line-height: 1.8;
}

.transfer_04 .histroy_box .item:nth-child(2n),
.about_03 .histroy_box .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.transfer_04 .histroy_box .item:nth-child(2n) .txt,
.about_03 .histroy_box .item:nth-child(2n) .txt {
  padding-left: 0;
  padding-right: 3.625rem;
  margin-left: 0;
  margin-right: 3.375rem;
  text-align: right;
}

.transfer_04 .histroy_box .item:nth-child(2n) .month,

.about_03 .histroy_box .item:nth-child(2n) .month {
  display: flex;
  justify-content: flex-end;
}

.transfer_04 .histroy_box .item:nth-child(2n) .month .line_dian,
.about_03 .histroy_box .item:nth-child(2n) .month .line_dian {
  left: auto;
  right: -3.825rem;
  transform: translateY(-50%) rotate(0deg);
}

.transfer_04 .load_more,
.about_03 .load_more {
  margin: 2rem auto 0;
  text-align: center;
  width: 100%;
  height: 0.8rem;
}

.transfer_04 .load_more img,
.about_03 .load_more img {
  margin: 0 auto;
  width: auto;
  animation: rotate_360 4s infinite linear;
}

@keyframes rotate_360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.research .rht_content>.rht_top_content {
  margin-bottom: 0;
}

.research_02 .rht_list {
  width: 100%;
  padding-top: 0.025rem;
  margin-bottom: 3rem;
}

.research_02 .rht_list .item_lft_top .svg {
  margin-right: 0.6rem;
  width: 36px;
  height: auto;
  flex-shrink: 0;
}

.research_02 .rht_list .item_lft_top .svg img {
  width: 100%;
}

.research_02 .rht_list .item_img {
  margin-top: 2.5rem;
  width: 13.55rem;
  height: 7.625rem;
  overflow: hidden;
}

.research_02 .rht_list .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.research_02 .rht_list .item_lft_bot p {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  position: relative;
  align-self: stretch;
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 0%;
  text-underline-position: from-font;
}

.research_02 .rht_list .item_lft_bot p:last-child {
  margin-bottom: 0;
}

.rht_box .research_02 .rht_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.rht_box .research_02 .rht_item:last-child {
  margin-bottom: 0;
}

.rht_box .research_03 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.rht_box .research_03 .rht_top_content {
  margin-bottom: 0;
}

.rht_box .research_03::after {
  position: absolute;
  left: -3.5rem;
  top: 0%;
  content: "";
  width: calc(100vw - 5rem);
  height: 100%;
  background-color: #f6f6f6;
  z-index: -1;
}

.rht_box .research_03::before {
  position: absolute;
  right: -3.5rem;
  bottom: 0%;
  content: "";
  width: 4.6rem;
  height: 4.5rem;
  z-index: 1;
  background-image: url(../gimg/153.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.rht_box .research_03 .rht_swiper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-bottom: 0.1rem;
}

.rht_box .research_03 .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 12.925rem;
}

.rht_box .research_03 .swiper-slide .img {
  width: 17.25rem;
  height: 100%;
  overflow: hidden;
}

.rht_box .research_03 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: all 0.6s 0.3s;
}

.rht_box .research_03 .swiper-slide .txt {
  width: calc(100% - 17.25rem - 3rem);
}

.rht_box .research_03 .swiper-slide .tit-15 {
  color: #9a0100;
  font-size: 0.375rem;
  line-height: 140%;
  margin-bottom: 0.75rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 0.3s;
}

.rht_box .research_03 .swiper-slide .tit-36 {
  color: #000;
  font-size: 0.9rem;
  line-height: 140%;
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 0.4s;
}

.rht_box .research_03 .swiper-slide .tit-20 {
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 180%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 0.5s;
}

.rht_box .research_03 .swiper-slide-active .tit-15,
.rht_box .research_03 .swiper-slide-active .tit-20,
.rht_box .research_03 .swiper-slide-active .tit-36 {
  opacity: 1;
  transform: translateY(0);
}

.rht_box .research_03 .swiper-slide-active .img img {
  transform: scale(1);
}

.rht_box .research_03 .swiper-pagination {
  position: relative;
  bottom: 0rem;
  right: 0;
  text-align: right;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
  justify-content: flex-end;
}

.rht_box .research_03 .swiper-pagination span {
  background-color: #d9d9d9;
  transition: all 0.6s;
}

.rht_box .research_03 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #9a0100;
}

.rht_box .research_03 .slide_circle {
  top: auto;
  bottom: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
}

.rht_box .research_03 .rht_news {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.rht_box .research_03 .rht_news .item {
  width: calc((100% - 4.5rem) / 4);
  margin-right: 1.5rem;
  background-color: #fff;
  margin-bottom: 2rem;
}

.rht_box .research_03 .rht_news .item .img {
  width: 100%;
  height: 5.9rem;
  overflow: hidden;
}

.rht_box .research_03 .rht_news .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.rht_box .research_03 .rht_news .item:nth-child(4n) {
  margin-right: 0;
}

.rht_box .research_03 .rht_news .txt {
  padding: 1.25rem 0.625rem 1.25rem;
}

.rht_box .research_03 .rht_news .tit-15 {
  color: #9a0100;
  font-size: 0.375rem;
  line-height: 140%;
  margin-bottom: 0.5rem;
}

.rht_box .research_03 .rht_news .tit-20 {
  color: #000;
  font-size: 0.5rem;
  line-height: 140%;
  transition: all 0.6s;
}

.rht_box .research_03 .rht_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rht_box .rht_select_box {
  width: 16.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.rht_box .select_box {
  position: relative;
  height: 1.225rem;
  z-index: 3;
  width: calc((100% - 1rem) / 2);
}

.rht_box .select_box1 .select_show {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 0.375rem;
  cursor: pointer;
}

.rht_box .select_box .select_show.cur svg {
  transform: rotate(180deg);
}

.rht_box .select_box .select_show svg {
  transition: all 0.6s;
  width: 0.35rem;
  height: auto;
}

.rht_box .research_03 .form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 7.7rem;
  height: 1.225rem;
  flex-shrink: 0;
  border: 1px solid #000;
  padding: 0 0.5rem;
}

.rht_box .research_03 .form .input {
  background: transparent;
  width: calc(100% - 1rem);
  color: #000;
  font-size: 0.375rem;
  padding-right: 0.5rem;
}

.rht_box .research_03 .form input {
  background: transparent;
  width: 100%;
}

.rht_box .research_03 .form .close_icon {
  width: 0.375rem;
  height: 0.375rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.rht_box .research_03 .form input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.rht_box .research_03 .form .icon {
  width: 0.475rem;
  height: 0.475rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  background-color: transparent;
}

.rht_box .research_03 .form .icon svg {
  width: 100%;
  height: auto;
}

.rht_box .select_box .select_hide {
  position: absolute;
  left: 0;
  top: 102%;
  width: 100%;
  max-height: 5rem;
  overflow: auto;
  background-color: #fff;
  padding: 0.25rem 0rem 0.25rem 0rem;
  font-size: 0.35rem;
  z-index: 0;
  display: none;
}

.rht_box .select_box .select_hide a {
  padding: 0.25rem 0.5rem 0.25rem;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
  display: flex;
  align-items: center;
  background-color: transparent;
  transition: all 0.6s;
}

.rht_box .select_box .select_hide a:hover {
  background-color: #9a0100;
  color: #fff;
}

.rht_box .select_box .select_hide a:last-child {
  border-bottom: 0;
}

.fac_01 .rht_top_content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}

.fac_01 .rht_top_content .item_lft_top {
  margin-bottom: 0;
}

.fac_01 .rht_top_content .rht_select_box {
  /* width: calc(100% - 17rem); */
  width: calc(100% - 22rem);
  padding-top: 2rem;
}

.fac_01 .rht_top_content .select_box {
  width: auto;
  display: none;
}

.fac_01 .rht_top_content .select_box.cur {
  display: block;
}

.fac_01 .rht_top_content .select_show {
  width: 7.5rem;
  height: 1.25rem;
}

.fac_01 .more {
  background-color: #fff;
  border: 1px solid #9a0100;
  color: #9a0100;
  width: 4.625rem;
}

.fac_01 .more:hover,
.fac_01 .more.cur {
  background-color: #9a0100;
  color: #fff;
}

.fac_01 .fac_top {
  display: flex;
  align-items: center;
}

.fac_01 .fac_top a {
  color: #000;
  transition: all 0.6s;
  color: #000;
  font-size: 0.375rem;
  font-weight: 500;
  line-height: 0.6rem;
}

.fac_01 .fac_top a:last-child {
  margin-right: 0;
}

.fac_01 .fac_top span {
  margin-left: 1.025rem;
  margin-right: 1.35rem;
  opacity: 0.2;
  color: #000;
  font-size: 0.375rem;
}

.fac_01 .fac_top a:hover,
.fac_01 .fac_top a.cur {
  color: #9a0100;
}

.fac_01 .en_list a {
  margin-right: 1rem;
}

.fac_01 .fac_top .pc-block {
  flex: 1;
}

.fac_01 .fac_top .mb-block {
  overflow: hidden;
}

.fac_01 .fac_top .en_list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.fac_01 .fac_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 2rem;
}

.fac_01 .fac_box .fac_item {
  /* width: calc((100% - 4.5rem) / 4); */
  width: calc((100% - 6rem) / 4);
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.fac_01 .fac_box .fac_item:nth-child(4n) {
  margin-right: 0;
}

.fac_01 .fac_box .fac_item .img {
  width: 100%;
  height: 10.5rem;
  overflow: hidden;
}

.fac_01 .fac_box .fac_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.fac_01 .fac_box .fac_item .txt {
  width: 100%;
  padding: 0.5rem 0.5rem 0rem 0;
  object-fit: cover;
  transition: all 0.6s;
}

.fac_01 .fac_box .fac_item .tit-15 {
  color: #9a0100;
  color: #9a0100;
  font-size: 0.375rem;
  line-height: 140%;
  margin-bottom: 0.25rem;
}

.fac_01 .fac_box .fac_item .tit-20 {
  color: #000;
  font-size: 0.5rem;
  line-height: 140%;
  transition: all 0.6s;
}

.fac_01 .fac_box .fac_item:hover .img img {
  transform: scale(1.05);
}

.fac_01 .fac_box .fac_item:hover .tit-20 {
  color: #9a0100;
}

.fac_02 {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.fac_02 .item_lft_top {
  margin-bottom: 0.5rem;
}

.fac_02 .store_swiper {
  width: 100%;
  overflow: hidden;
  height: 16.875rem;
  margin-bottom: 3.5rem;
}

.fac_02 .store_swiper .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
}

.fac_02 .store_swiper .img_bg {
  right: 0;
  top: 0;
}

.fac_02 .store_swiper .img {
  width: 18.5rem;
  height: 13.875rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fac_02 .store_swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.fac_02 .store_swiper .txt {
  width: 24.5rem;
  height: 100%;
  margin: 0 0 0 auto;
  background: #f6f6f6;
  padding: 2.75rem 1.5rem 1.5rem 9.25rem;
}

.fac_02 .store_swiper .txt .tit-36 {
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro";
  line-height: 140%;
  margin-bottom: 0.25rem;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s 0.3s;
}

.fac_02 .store_swiper .txt .tit-15 {
  color: #9a0100;
  font-size: 0.375rem;
  line-height: 140%;
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s 0.4s;
}

.fac_02 .store_swiper .txt .tit-20 {
  margin-bottom: 3.6rem;
  color: #000;
  line-height: 180%;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s 0.5s;
}

.fac_02 .store_swiper .txt .mores {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s 0.55s;
}

.fac_02 .store_swiper .txt .more {
  border: 1px solid #9a0100;
  transition: all 0.6s;
}

.fac_02 .store_swiper .txt .more svg path {
  transition: all 0.6s;
}

.fac_02 .store_swiper .txt .more:hover {
  background-color: #e20100;
  border-color: #e20100;
}

.fac_02 .store_swiper .swiper-slide-active .tit-36,
.fac_02 .store_swiper .swiper-slide-active .tit-15,
.fac_02 .store_swiper .swiper-slide-active .tit-20,
.fac_02 .store_swiper .swiper-slide-active .mores {
  opacity: 1;
  transform: translateX(0);
}

.fac_02 .store_swiper .swiper-pagination {
  left: auto;
  right: 1.5rem;
  bottom: 1.7rem;
  text-align: right;
  line-height: 1;
  margin-top: 0;
  z-index: 1;
  justify-content: flex-end;
}

.fac_02 .store_swiper .swiper-pagination span {
  background-color: #d9d9d9;
}

.fac_02 .store_swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #9a0100;
}

.fac_02 .store_swiper .slide_circle {
  width: 0.4rem;
  height: 0.4rem;
  z-index: 1;
  top: auto;
  bottom: 1.4rem;
}

.fac_03 {
  width: 36rem;
  height: 20.25rem;
  position: relative;
  padding: 2.5rem 4.7rem 2.5rem;
  margin-bottom: 4rem;
}

.fac_03 .swiper_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fac_03 .swiper_bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.fac_03 .swiper_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fac_03 .swiper_txt {
  width: 100%;
  text-align: center;
  padding: 0 5rem;
  overflow: hidden;
}

.fac_03 .swiper_txt .swipr-slide .tit-36 {
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 140%;
}

.fac_03 .swiper_nav {
  width: 100%;
  height: 8.875rem;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.fac_03 .swiper_nav .slide_box {
  width: 100%;
  height: 8.875rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0.9rem 1.15rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.fac_03 .swiper_nav .line2 {
  width: 1.25rem;
  height: 0.125rem;
  background: #fff;
}

.fac_03 .swiper_nav .tit-20 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 140%;
  margin: 0.625rem 0;
}

.fac_03 .swiper_nav .swiper-slide.cur .f500 {
  color: #9a0100;
  width: 5.875rem;
  color: #fff;
  text-align: center;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}

.fac_03 .swiper_nav .swiper-slide.cur .slide_box {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.625rem);
  border-color: transparent;
}

.fac_03 .more {
  margin: 0 auto;
  width: 3.95rem;
  height: 1.25rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  color: #fff;
  transition: all 0.6s;
  font-weight: 500;
}

.fac_03 .more:hover {
  color: #9a0100;
  background-color: #fff;
  border-color: transparent;
}

.fac_03 .more:hover path {
  stroke: #9a0100;
}

.partner_02 {
  position: relative;
  width: 100%;
  padding-top: 2.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.partner_02::after {
  position: absolute;
  left: 0;
  top: -0.05rem;
  width: 8.75rem;
  height: 0.075rem;
  background: #9a0100;
  content: "";
  z-index: 1;
}

.partner_02 .swiper_img_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.025rem;
  position: relative;
}

.partner_02 .swiper_img_box .swiper_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.partner_02 .swiper_img_box .swiper_img .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.partner_02 .swiper_img_box .swiper_img .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #f6f6f6;
}

.partner_02 .swiper_img_box .swiper_img .swiper-slide img {
  width: auto;
  height: auto;
}

.partner_02 .swiper_img_box .swiper_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  cursor: pointer;
}

.partner_02 .swiper_img_box .swiper_btn svg {
  width: 0.175rem;
}

.partner_02 .swiper_img_box .swiper_btn path {
  transition: all 0.6s;
}

.partner_02 .swiper_img_box .prev_btn svg {
  margin-left: -0.05rem;
}

.partner_02 .swiper_img_box .next_btn svg {
  margin-right: -0.05rem;
}

.partner_02 .swiper_img_box .prev_btn {
  left: -1.5rem;
}

.partner_02 .swiper_img_box .next_btn {
  right: -1.5rem;
}

.partner_02 .swiper_img_box .swiper_btn:hover {
  border-color: #9a0100;
}

.partner_02 .swiper_img_box .swiper_btn:hover path {
  stroke: #9a0100;
}

.partner_02 .swiper_img_box .swiper_btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.partner_02 .img_video {
  width: 100%;
  text-align: center;
  margin-top: 1.325rem;
}

.partner_02 .img_video img,
.partner_02 .img_video video {
  margin: 0 auto;
}

.campus_01 {
  padding-top: 3rem;
  position: relative;
}

.campus_01 .imgs_list .swiper-slide,
.campus_01 .imgs_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.campus_01 .imgs_list .swiper-pagination {
  position: relative;
  margin-top: 0.85rem;
  justify-content: flex-end;
}

.campus_01 .imgs_list .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #d9d9d9;
}

.campus_01 .imgs_list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9a0100;
}

.campus_01 .imgs_list .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #9a0100;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.campus_01 .imgs_list .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.campus_01 .imgs_list .img_bg {
  position: absolute;
  left: 2.925rem;
  top: 50%;
  transform: translateY(-50%);
  width: 23.225rem;
  z-index: -1;
}

.campus_01 .imgs_list .img_item {
  display: flex;
  align-items: baseline;
  height: 11.5rem;
}

.campus_01 .imgs_list .img_item1,
.campus_01 .imgs_list .img_item2 {
  height: 15.375rem;
}

.campus_01 .imgs_list .img_item1,
.campus_01 .imgs_list .img_item3 {
  width: 20.5rem;
  overflow: hidden;
}

.campus_01 .imgs_list .img_item2 {
  height: 13.15rem;
}

.campus_01 .imgs_list .img_item2,
.campus_01 .imgs_list .img_item4 {
  width: calc(100% - 20.5rem);
}

.campus_01 .imgs_list .img_item3 {
  align-items: flex-end;
}

.campus_01 .imgs_list .img_item img {
  height: 100%;
  object-fit: cover;
}

.campus_01 .imgs_list .img_item1 img {
  width: 100%;
}

.campus_01 .imgs_list .img_item2 img {
  width: 9.85rem;
  margin: 0 0 0 auto;
  align-self: flex-start;
}

.campus_01 .imgs_list .img_item3>img {
  width: 12.5rem;
  height: auto;
}

.campus_01 .imgs_list .img_item3 .roud {
  width: 1.725rem;
  height: 1.725rem;
}

.campus_01 .imgs_list .img_item3 .roud img {
  width: 100%;
}

.campus_01 .imgs_list .img_item4 img {
  width: 100%;
}

.campus_01 .rht_top_contenT {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.campus_01 .rht_top_contenT .tit-36 {
  padding-top: 2.5rem;
  margin-bottom: 2rem;
  width: max-content;
  position: relative;
}

.campus_01 .rht_top_content {
  margin-bottom: 0;
}

.campus_01 .rht_top_contenT .tit-36::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.075rem;
  background-color: #9a0100;
  content: "";
}

.campus_01 .rht_top_contenT .tit-20 {
  margin-bottom: 2rem;
}

.campus_02 {
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
}

.campus_02::after {
  position: absolute;
  left: -3.5rem;
  top: 0;
  width: calc(100vw - 5rem);
  height: 100%;
  background: #f6f6f6;
  z-index: -1;
  content: "";
  display: none;
}

.campus_02::before {
  position: absolute;
  right: -3.5rem;
  bottom: 0rem;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("../gimg/63.png");
  z-index: 0;
  content: "";
}

.campus_02 .rht_top_content {
  margin-bottom: 0;
}

.campus_02 .rht_top_contenT {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.rht_box .campus_02 .rht_top_content .rht_top_title {
  padding-bottom: 2rem;
}

.rht_content .campus_02 .rht_top_contenT .item_lft_top {
  padding-top: 2.5rem;
  margin-bottom: 0;
}

.rht_content .campus_02 .rht_top_contenT {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.rht_content .campus_02 .select_box {
  width: auto;
}

.rht_content .campus_02 .select_show {
  width: 7.7rem;
}

.rht_content .campus_02>.tit-20 {
  margin-bottom: 2rem;
}

.campus_02 .ajax_box>.tit-20 {
  margin-bottom: 2rem;
}

.campus_02 .diet_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}

.campus_02 .diet_box .diet_swiper {
  overflow: hidden;
  width: 100%;
  height: 12.6rem;
}

.campus_02 .diet_box .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.campus_02 .diet_box .diet_swiper .slide_box {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  backdrop-filter: blur(5px);
}

.campus_02 .diet_box .diet_swiper .slide_box .img {
  width: 22.4rem;
  height: 100%;
  overflow: hidden;
}

.campus_02 .diet_box .diet_swiper .slide_box .img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  object-fit: cover;
}

.campus_02 .diet_box {
  position: relative;
}

.campus_02 .diet_box .txt {
  padding: 1.5rem 1.2rem;
  flex: 1;
}

.campus_02 .diet_box .t5 {
  padding-bottom: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s 0.1s;
}

.campus_02 .diet_box .lines {
  width: 100%;
  height: 0.025rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  margin-bottom: 0.75rem;
}

.campus_02 .diet_box .txt_items {
  max-height: 7.5rem;
  overflow-y: auto;
}

.campus_02 .diet_box .txt_items .items {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.campus_02 .diet_box .swiper-slide {
  overflow: hidden;
}

.campus_02 .diet_box .swiper-slide .txt_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s 0.2s;
}

.campus_02 .diet_box .swiper-slide .txt_item .tit-20 {
  flex: 1;
}

.campus_02 .diet_box .swiper-slide .txt_item .icon {
  margin-right: 0.375rem;
  width: 0.325rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.campus_02 .diet_box .swiper-slide .txt_item .icon img,
.campus_02 .diet_box .swiper-slide .txt_item .icon svg {
  width: 100%;
  height: auto;
}

.campus_02 .diet_box .swiper-slide-active .t5 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s 0.3s;
}

.campus_02 .diet_box .swiper-slide-active .txt_item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.6s 0.4s;
}

.campus_02 .diet_box .swiper-slide::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-color: #f6f6f6;
}

.campus_02 .diet_box .swiper-slide .img_bg {
  position: absolute;
  right: 0;
  bottom: -0rem;
  z-index: 1;
  width: 1.45rem;
  height: 1.45rem;
}

.campus_02 .diet_box .swiper-slide .img_bg img {
  display: none;
}

.campus_02 .diet_box .swiper-slide .img_bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.45rem;
  height: 1.45rem;
  background-color: #fff;
  content: "";
  z-index: -1;
}

.campus_02 .diet_box .swiper-slide .img_bg::before {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #9a0100;
  opacity: 0.1;
  content: "";
  z-index: 1;
}

.campus_02 .diet_box .diet_txt {
  height: 1.25rem;
  width: max-content;
  background: #9a0100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  position: relative;
  margin: -0.625rem 0.65rem 0 auto;
  z-index: 1;
}

.campus_02 .diet_box .diet_txt p {
  width: 75%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.5rem;
  line-height: 140%;
}

.campus_02 .diet_box .diet_txt .swiper_btns {
  width: 2.5rem;
  display: flex;
  align-items: center;
  height: 1.25rem;
  cursor: pointer;
}

.campus_02 .diet_box .diet_txt .swiper_btn {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campus_02 .diet_box .diet_txt .swiper_btn svg {
  width: 0.2rem;
  height: 0.4rem;
  transition: all 0.6s;
}

.campus_02 .diet_box .diet_txt .swiper_btn.swiper_btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.campus_02 .diet_box .diet_txt .swiper_btn:hover svg {
  opacity: 0.5;
}

.campus_02 .diet_ul {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.campus_02 .diet_li {
  width: calc(100% - 3rem);
  margin-right: 1.5rem;
  overflow: hidden;
  background-color: #fff;
  backdrop-filter: blur(5px);
  height: auto;
}

.campus_02 .diet_li .img {
  width: 100%;
  height: 8.25rem;
  overflow: hidden;
}

.campus_02 .diet_li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.campus_02 .diet_li .txt {
  padding: 1.3rem 0.75rem 1.75rem;
}

.campus_02 .diet_li:nth-child(3n) {
  margin-right: 0;
}

.campus_02 .diet_li .txt .t5 {
  padding-bottom: 0.5rem;
  color: #000;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 140%;
}

.campus_02 .diet_li .txt .lines {
  width: 100%;
  height: 0.025rem;
  flex-shrink: 0;
  opacity: 0.2;
  background: #000;
  margin-bottom: 0.75rem;
  backdrop-filter: blur(5px);
}

.campus_02 .diet_li .txt .txt_item {
  display: flex;
  margin-bottom: 0.5rem;
}

.campus_02 .diet_li .txt .txt_item:last-child {
  margin-bottom: 0;
}

.campus_02 .diet_li .txt .txt_item .tit-20 {
  line-height: 180%;
  flex: 1;
  transition: all 0.6s;
}

.campus_02 .diet_li .txt .icon {
  margin-right: 0.375rem;
  width: 0.325rem;
  height: auto;
  margin-top: 0.2rem;
}

.campus_02 .diet_li .txt .icon img {
  width: 100%;
}

.campus_02 .diet_li:hover .img img {
  transform: scale(1.02);
}

.campus_02 .diet_li:hover .tit-20 {
  color: #9a0100;
}

.campus_03 {
  padding-bottom: 0;
  padding-top: 0;
}

.rht_box .campus_03 .rht_top_content .rht_top_title {
  padding-bottom: 0;
}

.campus_05 .ul_li_02 .ul_swiper_box,
.campus_03 .ul_swiper_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  /* height: 18.175rem; */
  height:12rem ;
  width: 100%;
  overflow: hidden;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_img .swiper-wrapper {
  align-items: stretch;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_img .swiper-slide,

.campus_03 .ul_swiper_box .swiper_img .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_img .swiper-slide {
  height: auto;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_img .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_img .poa,

.campus_03 .ul_swiper_box .swiper_img .poa {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 140%;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_img,

.campus_03 .ul_swiper_box .swiper_img {
  width: 24.225rem;
  height: 100%;
  overflow: hidden;
}

.campus_05 .ul_li_02 .ul_swiper_box .line,

.campus_03 .ul_swiper_box .line {
  width: 0.025rem;
  height: 18.15rem;
  opacity: 0.2;
  background: #000;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_list,

.campus_03 .ul_swiper_box .swiper_list {
  width: 10rem;
  height: 100%;
  overflow: hidden;
  /* padding-bottom: 10.675rem; */
padding-bottom: 16%;

}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_list .swiper-slide {
  cursor: pointer;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper_list .play_btn svg {
  width: 1rem;
  height: 1rem;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper-slide img,

.campus_03 .ul_swiper_box .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.campus_05 .ul_li_02 .ul_swiper_box .swiper-slide:hover img,
.campus_03 .ul_swiper_box .swiper-slide:hover img {
  transform: scale(1.02);
}

.campus_04 {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.campus_04::after {
  position: absolute;
  left: -3.5rem;
  top: 0;
  width: calc(100vw - 5rem);
  height: 100%;
  background: #f6f6f6;
  z-index: -1;
  content: "";
  display: none;
}

.campus_04::before {
  position: absolute;
  right: -3.5rem;
  bottom: 0rem;
  width: 4.5rem;
  height: 4.5rem;
  background-image: url("../gimg/63.png");
  z-index: 0;
  content: "";
}

.rht_box .campus_04 .rht_top_contenT {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.rht_box .campus_04 .rht_top_contenT .item_lft_top {
  padding-top: 2.5rem;
  margin-bottom: 2rem;
}

.rht_box .campus_04 .rht_top_content .rht_top_title {
  padding-bottom: 0;
}

.rht_box .campus_04>.tit-20 {
  margin-bottom: 2rem;
}

.campus_04 .health_list {
  display: flex;
  align-items: stretch;
}

.campus_04 .health_list .health_li {
  width: calc(100% - 2rem / 3);
  margin-right: 1rem;
  background-color: #fff;
  height: 15.525rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  backdrop-filter: blur(5px);
}

.campus_04 .health_list .health_li .img {
  width: 100%;
  height: 8.5rem;
  overflow: hidden;
}

.campus_04 .health_list .health_li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  object-fit: cover;
}

.campus_04 .health_list .health_li .txt {
  padding: 1rem;
}

.campus_04 .health_list .health_li .t5 {
  color: #000;
  font-size: 0.5rem;
  line-height: 140%;
  margin-bottom: 1rem;
  height: 2.1rem;
}

.campus_04 .health_list .health_li .lines {
  width: 100%;
  height: 0.025rem;
  flex-shrink: 0;
  opacity: 0.2;
  background: #000;
  backdrop-filter: blur(5px);
  margin-bottom: 1rem;
}

.campus_04 .health_list .health_li .txt_item {
  display: flex;
  align-items: center;
}

.campus_04 .health_list .health_li .txt_item .icon {
  margin-right: 0.5rem;
  width: 0.825rem;
  height: auto;
}

.campus_04 .health_list .health_li .txt_item .icon img {
  width: 100%;
  height: auto;
}

.campus_04 .health_list .health_li:hover .img img {
  transform: scale(1.02);
}

.campus_04 .health_list .health_li:hover .tit-20 {
  color: #9a0100;
}

.rht_content .campus_05 {
  position: relative;
  padding: 3rem 0 3rem;
  margin-bottom: 0;
}

.rht_content .campus_05::after {
  position: absolute;
  left: -3.5rem;
  top: 0;
  width: calc(100vw - 5rem);
  height: 100%;
  background: #f6f6f6;
  z-index: -1;
  content: "";
}

.rht_content .campus_05::before {
  position: absolute;
  right: -3.5rem;
  bottom: 0%;
  content: "";
  width: 4.6rem;
  height: 4.5rem;
  z-index: 1;
  background-image: url(../gimg/153.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.rht_content .campus_05 .rht_top_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rht_content .campus_05 .rht_top_content .rht_top_title {
  padding-bottom: 0;
}

.rht_content .campus_05 .ul_li_01 .rht_top_content {
  margin-bottom: 0;
}

.rht_content .campus_05 .ul_li .rht_top_content .ul_li_left {
  width: 100%;
}

.rht_content .campus_05 .ul_li .rht_top_content .ul_li_left .tit-20 {
  margin-bottom: 2rem;
}

.rht_content .campus_05 .ul_li .rht_top_content .ul_li_left .tit-20 a {
  color: #9a0100;
  text-decoration: underline;
}

.rht_content .campus_05 .ul_li_01 .rht_top_content .ul_li_left .tit-20 {
  margin-bottom: 0;
}

.rht_content .campus_05 .ul_li_01 .rht_top_content .ul_li_left {
  width: 41.5%;
}

.rht_content .campus_05 .ul_li .rht_top_content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.rht_content .campus_05 .ul_li .rht_top_content .img {
  width: 100%;
  height: auto;
}

.rht_content .campus_05 .ul_li_01 .rht_top_content .img {
  width: calc(100% - 41.5%);
  height: 17.725rem;
  overflow: hidden;
}

.rht_content .campus_05 .rht_top_content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.rht_content .campus_05 .item_lft_top {
  /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
  display: block;
  margin-bottom: 2rem;
  padding-top: 2.5rem;
}

.rht_content .campus_05 .author {
  display: flex;
  align-items: center;
  margin-top: 1.375rem;
}

.rht_content .campus_05 .author .author_img {
  width: 5.525rem;
  height: 5.525rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.95rem;
  flex-shrink: 0;
}

.rht_content .campus_05 .author .author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.rht_content .campus_05 .author .author_txt {
  flex: 1;
}

.rht_content .campus_05 .ul_li .campus_03 .rht_top_content {
  margin-bottom: 0;
}

.rht_box .hz_01 .rht_top_content .rht_top_title {
  padding-bottom: 0;
}

.hz_02 {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}

.hz_02 .more {
  background-color: transparent;
  border: 1px solid rgba(154, 1, 0, 1);
  color: #9a0100;
  transition: all 0.6s;
  margin-top: 2rem;
}

.hz_02 .more svg path {
  stroke: #9a0100;
}

.rht_box .hz_02 .rht_top_content .item_lft_top {
  padding-top: 0rem;
}

.rht_box .rht_content .hz_02 .item_lft_top::after {
  width: 7.05rem;
}

.hz_02 .bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.hz_02 .tit-20 {
  line-height: 180%;
}

.hz_02 .bot_r {
  width: 55%;
  margin-right: 6rem;
}

.hz_02 .img {
  position: relative;
  width: 8.725rem;
  height: 8.725rem;
  overflow: hidden;
}

.hz_02 .img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.rht_box .hz_02 .rht_top_content {
  margin-bottom: 2rem;
}

.rht_box .rht_content .hz_02 .item_lft_top {
  margin-bottom: 0;
}

.hz_02 .hz_item_box {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.hz_02 .hz_item_box .hz_items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1rem;
  height: 15.55rem;
}

.hz_02 .hz_item_box .hz_items:last-child {
  margin-right: 0;
}

.hz_02 .hz_items .hz_item {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
}

.hz_02 .hz_items .hz_item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hz_02 .hz_items .hz_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.hz_02 .hz_items1 {
  width: 15.55rem;
}

.hz_02 .hz_items2 {
  width: 9.7rem;
}

.hz_02 .hz_items3 {
  width: 8.729rem;
}

.hz_02 .hz_items1 .hz_item {
  height: 100%;
}

.hz_02 .hz_items2 .hz_item {
  width: 100%;
  height: calc((100% - 1rem) / 2);
  transition: all 0.6s;
}

.hz_02 .hz_item p {
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  color: #000;
  font-size: 0.375rem;
  font-size: 0.375rem;
  line-height: 1;
}

.hz_03 {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}

.rht_box .hz_03 .rht_top_content {
  margin-bottom: 2rem;
}

.rht_box .hz_03 .item_lft_top {
  padding-top: 2.5rem;
  margin-bottom: 0;
}

.hz_03 .swiper_hz {
  width: 100%;
  height: 20.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3rem 2.5rem 1.25rem;
  margin-top: 2rem;
}

.hz_03 .swiper_hz .swiper_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hz_03 .swiper_hz .swiper_bg .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.hz_03 .swiper_hz .swiper_bg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hz_03 .swiper_hz .swiper_bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 1;
}

.hz_03 .swiper_hz .swiper_txt {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}

.hz_03 .swiper_hz .swiper_nav_box {
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.hz_03 .swiper_hz .swiper_nav {
  position: relative;
  z-index: 2;
  width: 100%;
  /* overflow: hidden; */
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.2);
}

.hz_03 .swiper_hz .swiper_nav .swiper-wrapper {
  justify-content: space-between;
}

.hz_03 .swiper_hz .swiper_nav .swiper-slide {
  position: relative;
  cursor: pointer;
  width: auto;
}

.hz_03 .swiper_hz .swiper_nav .swiper-slide .tit-20 {
  padding-bottom: 0.6rem;
  position: relative;
  width: max-content;
}

.hz_03 .swiper_hz .swiper_nav .swiper-slide .tit-20::after {
  position: absolute;
  left: 50%;
  bottom: -0.08rem;
  transform: translateX(-50%);
  content: "";
  height: 0.1rem;
  background-color: #9a0100;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.6s;
}

.hz_03 .swiper_hz .swiper_nav .swiper-slide.cur .tit-20::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.hz_03 .swiper_hz .swiper_txt {
  width: 100%;
}

.hz_03 .swiper_hz .swiper_txt .txt {
  width: 49.5%;
}

.hz_03 .swiper_hz .swiper_txt .txt .tit-36 {
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  line-height: 140%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.6s 0.3s;
}

.hz_03 .swiper_hz .swiper_txt .txt .tit-20 {
  font-size: 0.5rem;
  line-height: 180%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.6s 0.3s;
}

.hz_03 .swiper_hz .swiper_txt .swiper-slide-active .tit-36,
.hz_03 .swiper_hz .swiper_txt .swiper-slide-active .tit-20 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hz_03 .swiper_hz {
  margin-top: 2rem;
}

.hz_04 {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}

.rht_box .hz_04 .item_lft_top {
  margin-bottom: 0;
  padding-top: 2.5rem;
}

.rht_box .hz_04 .rht_top_content {
  margin-bottom: 2rem;
}

.hz_04 .swiper_img_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 21.175rem;
  padding: 0.75rem;
  background-color: #f6f6f6;
  margin-top: 2.75rem;
}

.hz_04 .swiper_img_box .swiper-img {
  /* width: 14.75rem; */
  width: 15rem;
  height: 100%;
  overflow: hidden;
}

.hz_04 .swiper_img_box .swiper-img img {
  transition: all 0.6s;
  width: 100%;
}

.hz_04 .swiper_img_box .swiper-txt-img {
  /* width: 18.8rem; */
  width: 22rem;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hz_04 .swiper_img_box .swiper-txt-img .img {
  width: 100%;
  height: 10.575rem;
  overflow: hidden;
}

.hz_04 .swiper_img_box .swiper-txt-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.hz_04 .swiper_img_box .swiper-txt-img .txt {
  padding-top: 1rem;
  padding-bottom: 3.5rem;
}

.hz_04 .swiper_img_box .swiper-txt-img .tit-20 {
  margin-bottom: 0.75rem;
  color: #000;
  font-size: 0.5rem;
  line-height: 140%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 0.3s;
}

.hz_04 .swiper_img_box .swiper-txt-img .tit-15 {
  color: #000;
  font-size: 0.5rem;
  line-height: 180%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s 0.4s;
}

.hz_04 .swiper_img_box .swiper-txt-img .swiper-slide-active .tit-20,
.hz_04 .swiper_img_box .swiper-txt-img .swiper-slide-active .tit-15 {
  transform: translateY(0);
  opacity: 1;
}

.hz_04 .swiper_img_box .swiper_btns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 3.25rem;
  justify-content: space-between;
  z-index: 1;
  cursor: pointer;
}

.hz_04 .swiper_img_box .swiper_btn {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}

.hz_04 .swiper_img_box .img_bg {
  position: absolute;
  left: 15.5rem;
  bottom: 0.75rem;
  z-index: 0;
  width: 1.725rem;
  height: 1.725rem;
  overflow: hidden;
}

.hz_04 .swiper_img_box .img_bg img {
  width: 100%;
}

.hz_04 .swiper_img_box .btn_prev svg {
  margin-left: -0.1rem;
}

.hz_04 .swiper_img_box .btn_next svg {
  margin-right: -0.1rem;
}

.hz_04 .swiper_img_box .swiper_btn path {
  transition: all 0.6s;
}

.hz_04 .swiper_img_box .swiper_btn:hover {
  border-color: #9a0100;
  transition: all 0.6s;
}

.hz_04 .swiper_img_box .swiper_btn:hover svg path {
  stroke: #9a0100;
}

.hz_04 .swiper_img_box .swiper_btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.hz_05 {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}

.rht_box .hz_05 .rht_top_content {
  margin-bottom: 2rem;
}

.rht_box .hz_05 .item_lft_top {
  margin-bottom: 0;
}

.hz_05 .arts_box {
  width: 100%;
  margin-top: 2rem;
}

.hz_05 .arts_box .swiper_img {
  width: 100%;
  /* padding-right: 28.5rem; */
  overflow: hidden;
}

.hz_05 .arts_box .swiper_img .swiper-slide {
  height: 6.125rem;
  background-color: #f5f5f5;
}

.hz_05 .arts_box .swiper_img .swiper-slide .img {
  width: 100%;
  height: 4.225rem;
  overflow: hidden;
}

.hz_05 .arts_box .swiper_img .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.hz_05 .arts_box .swiper_img .swiper-slide .txt {
  padding: 0.7rem 1.05rem;
  color: #000;
  text-align: center;
  font-size: 0.5rem;
  line-height: 100%;
}

.hz_05 .arts_box .swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 0.625rem;
  border-radius: 0.438rem;
  background: rgba(0, 0, 0, 0.04);
  margin-top: 0.75rem;
}

.hz_05 .arts_box .control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* width: 2.5rem; */
  height: 0.625rem;
  border-radius: 0.438rem;
  background: #9a0100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hz_05 .arts_box .swiper_btn {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hz_05 .arts_box .swiper-scrollbar-drag {
  background: transparent;
}

.hz_05 .arts_box .control .x {
  margin: 0 0.5rem;
  font-style: normal;
  width: 0.025rem;
  height: 0.275rem;
  border-radius: 0.438rem;
  background: #fff;
}

.hz_05 .arts_box .swiper_btn.swiper_btn svg {
  transition: all 0.6s;
}

.hz_05 .arts_box .swiper_btn.swiper_btn:hover svg {
  opacity: 0.8;
}

.hz_05 .arts_box .swiper_btn.swiper_btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.rht_box .contact_01 .rht_top_content {
  margin-bottom: 0;
}

.contact_01 .contact_list {
  /* margin-bottom: 2rem; */
  position: relative;
  overflow: hidden;
}

.contact_01 .contact_list .slide_box {
  width: 100%;
  height: 5rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 1rem;
}

.contact_01 .slide_box .tit-32 {
  color: #000;
  height: 1.2rem;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 996px) and (max-width: 1680px) {
  .contact_01 .slide_box .tit-32 {
    height: 1.2rem;
    font-size: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    /* 可选，用于允许在单词内断字 */
  }
}

.contact_01 .slide_box .lines {
  width: 100%;
  height: 0.025rem;
  flex-shrink: 0;
  opacity: 0.1;
  background: #000;
  margin-bottom: 0.625rem;
  margin-top: 0.7rem;
}

.contact_01 .slide_box .tit-20 {
  display: flex;
  align-items: center;
  /* opacity: 0; */
  /* transform: translateY(20px); */
  /* transition: all .6s .1s */
}

.contact_01 .slide_box .icon {
  margin-right: 0.55rem;
  width: 0.5rem;
}

.contact_01 .slide_box .icon img {
  width: 100%;
}

.contact_01 .swiper-pagination {
  position: relative;
  top: auto;
  bottom: 0;
  margin-top: 1.1rem;
  text-align: left;
  margin-bottom: 0.1rem;
}

.contact_01 .swiper-pagination span {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #d9d9d9;
  opacity: 1;
  line-height: 1;
}

.contact_01 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #9a0100;
}

.contact_01 .slide_circle {
  top: auto;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  /* margin-top: 1.1rem; */
}

.contact_02 {
  margin-top: 3.6rem;
  margin-bottom: 3rem;
}

.contact_02 .rht_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.125rem;
}

.rht_box .contact_02 .rht_top_title {
  padding-bottom: 0;
}

.contact_02 .a_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact_02 .a_box a {
  width: auto;
  padding: 0.425rem 1rem;
  line-height: 1;
  height: 1.25rem;
  border: 1px solid #9a0100;
  color: #9a0100;
  margin-left: 1rem;
  transition: all 0.6s;
}

.contact_02 .a_box a:hover,
.contact_02 .a_box a.cur {
  background-color: #9a0100;
  color: #fff;
}

.contact_02 .con_box {
  width: 100%;
  padding: 2.25rem 2.5rem 2.1rem;
  background-color: #f6f6f6;
}

.contact_02 .con_box_top {
  display: flex;
  align-items: center;
  margin-bottom: 2.75rem;
}

.contact_02 .con_box_top .tit-20 {
  display: flex;
  align-items: center;
  margin-right: 1.55rem;
}

.contact_02 .con_box_top .tit-20 svg {
  margin-right: 0.425rem;
  max-width: 0.5rem;
}

.contact_02 .con_box_top .tit-20 p {
  position: relative;
  width: max-content;
  line-height: 1.2;
  transition: all 0.6s;
}

.contact_02 .con_box_top .tit-20 p::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0.05rem;
  background-color: #9a0100;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

.contact_02 .con_box_top a.tit-20:hover p {
  color: #9a0100;
}

.contact_02 .con_box_top a.tit-20:hover p::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}

.contact_02 .con_box_top .tit-20:last-child {
  margin-right: 0;
}

.contact_02 .con_ul {
  display: flex;
  align-items: stretch;
}

.contact_02 .con_ul .txt_top {
  height: 1.45rem;
  margin-bottom: 0.75rem;
}

.contact_02 .con_ul .txt_top .tit-26 {
  line-height: 1;
}

.contact_02 .con_ul .txt .txt_li {
  font-size: 0.425rem;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 140%;
}

.contact_02 .con_ul .txt .txt_li .tit-17 span {
  color: #9a0100;
}

.contact_02 .con_ul .con_item {
  width: calc((100% - 1rem) / 3);
  margin-right: 0.5rem;
  height: auto;
}

.contact_02 .con_ul .con_item:last-child {
  margin-right: 0;
}

.contact_02 .con_ul .con_item:last-child .txt_lis {
  max-height: 5rem;
  overflow-y: auto;
}

.contact_02 .con_ul .tit-17.nhb span {
  font-weight: 600;
  color: #9a0100;
}

.contact_02 .con_ul .tit-17 span {
  font-weight: 600;

}

.contact_02 .con_ul .con_li {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  height: 100%;
}

.contact_02 .con_ul .con_li .txt_li .tit-7 span {
  color: #9a0100;
}

.contact_02 .con_ul .icon {
  margin-bottom: 0.825rem;
}

.contact_02 .con_ul .con_item:nth-child(3) .con_li {
  margin-bottom: 0.5rem;
  height: calc((100% - 0.5rem) / 2);
  /* overflow-y: auto; */
}

.contact_02 .con_ul .con_item:nth-child(3) .con_li:last-child {
  margin-bottom: 0;
}

/* research 分页*/
.rht_box .research_03 .page {
  margin-top: 0;
  margin-bottom: 3rem;
}

.rht_box .research_03 .rht_top_content {
  margin-bottom: 2.5rem;
}

.rht_box .research_03 .rht_top_title {
  padding-bottom: 0;
}

.rht_box .research_01 .rht_top_title {
  padding-bottom: 0;
}

.rht_box .research_02 .rht_item a p {
  transition: all 0.6s;
}

.rht_box .research_02 .rht_item a:hover p {
  color: #9a0100;
}

.rht_box .research_03 .rht_news .item:hover .img img {
  transform: scale(1.05);
}

.rht_box .research_03 .rht_news .item:hover .tit-20 {
  color: #9a0100;
}

.sub-banner {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  position: relative;
}

.sub-banner video,
.sub-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background: #000;
  z-index: 0;
}

.sub-banner .txt {
  position: absolute;
  left: 8.5rem;
  /* top: 4rem; */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 24rem;
}

.sub-banner .txt .tit-60 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 100%;
  margin-bottom: 0.475rem;
}

.sub-banner .txt .lines {
  width: 1.5rem;
  height: 0.125rem;
  background: #9a0100;
  margin-bottom: 1.425rem;
}

.sub-banner .txt .tit-20 {
  color: #fff;
  font-size: 0.5rem;
  line-height: 180%;
}

.sub-banner .play_icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 0.9rem;
  height: 0.9rem;
  z-index: 1;
  cursor: pointer;
}

.sub-banner .play_icon .paushed {
  display: none;
}

/* l_boc.css */
.news .rht_top_content .rht_top_title {
  align-items: center;
}

.news .search {
  width: calc(100% - 10rem - 3.85rem);
}

.news_01 .search form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search form .select_boxs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  z-index: 3;
}

.search form .select_boxs .select_box {
  margin-right: 1rem;
  position: relative;
}

.news_03 .search {
  width: auto;
}

.news_03 .select_boxs .select_box:first-child {
  width: 7.7rem;
}

.news_03 .select_boxs .select_box {
  width: 3.7rem;
}

.transfer .rht_content .rht_top_content .tit-60.t1::after {
  background-color: rgba(2, 102, 54, 1);
}

.transfer .rht_content .rht_top_content .tit-60.t1::after {
  background-color: rgba(2, 102, 54, 1);
}

.transfer .sticky_box .sticky_lft a:hover,
.transfer .sticky_box .sticky_lft a:hover,
.transfer .sticky_box .sticky_lft a:hover,
.transfer .sticky_box .sticky_lft a.cur {
  color: rgba(2, 102, 54, 1);
}

.transfer .sticky_box .sticky_lft a .line {
  background-color: rgba(2, 102, 54, 1);
}

.transfer .rht_box .rht_content .item_lft_top::after {
  background-color: rgba(2, 102, 54, 1);
}

.inn_02 .ul_item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 3rem;
}

.inn_02 .ul_item .tit-20 {
  margin-bottom: 2rem;
  line-height: 180%;
}

.inn_02 .ul_item .img {
  width: 100%;
  /* overflow: hidden; */
  text-align: center;
}

.inn_02 .ul_item .img img {
  width: auto;
  margin: 0 auto;
  height: auto;
  transition: all 0.6s;
  transform: scale(.9);
}

.inn_02 .ul_item .img:hover img {
  transform: scale(.95);
}

.start_01 .rht_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.start_01 .start_form {
  width: 7.7rem;
  height: 1.225rem;
  flex-shrink: 0;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin-bottom: 2.5rem;
}

.start_01 .start_form input {
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 0.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex: 1;
  padding-right: 0.5rem;
}

.start_01 .start_form input::placeholder {
  color: #000;
  font-size: 0.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.start_01 .start_form button {
  background-color: transparent;
  width: 0.475rem;
  height: 0.475rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.start_01 .start_form button svg {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}

.start_01 .start_form button svg path {
  transition: all 0.6s;
}

.start_01 .start_form button:hover svg {
  transform: scale(1.05);
}

.start_01 .start_form button:hover svg path {
  stroke: rgba(2, 102, 54, 1);
}

.start_02 .ul_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.start_02 .ul_list .ul_li {
  width: calc((100% - 2rem) / 3);
  height: auto;
  flex-shrink: 0;
  height: auto;
  border: 1px solid #b3b3b3;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.start_02 .ul_list .ul_li:nth-child(3n) {
  margin-right: 0;
}

.start_02 .ul_list .ul_li .img {
  width: 100%;
  height: 6.25rem;
  overflow: hidden;
}

.start_02 .ul_list .ul_li .img img {
  width: 100%;
  transition: all 0.6s;
  height: 100%;
  object-fit: cover;
}

.start_02 .ul_list .ul_li .txt {
  padding: 1rem;
}

.start_02 .ul_list .ul_li .tit-20 {
  margin-bottom: .75rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: #000;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.6s;
}

.start_02 .ul_list .ul_li .tit-15 span {
  color: #026636;
  font-size: 0.375rem;
  line-height: 140%;
  display: block;
  margin-bottom: 0.3rem;
}

.start_02 .ul_list .ul_li .tit-15 p {
  color: #000;
  font-size: 0.375rem;
  line-height: 140%;
}

.start_02 .ul_list .ul_li .tit-15 p span {
  display: inline-block;
}

.industry_01.inn_01 .rht_top_content .rht_top_title {
  padding-bottom: 0;
}

.join .rht_box .rht_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem !important;
}

.join .rht_box .rht_content .item_lft_top {
  margin-bottom: 0 !important;
  padding-top: 2.5rem;
}

.join .rht_box .rht_content .rht_top_title {
  padding-bottom: 0 !important;
}

.join.news .search-box {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.join_02 {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.news.join .join_02 .search {
  width: auto;
}

.news.join .join_02 .select_boxs .select_box {
  width: 6rem;
}

.news .search form button {
  background-color: transparent;
}

.hz_02 .hz_items .hz_item:hover img {
  transform: scale(1.05);
}

.hz_04 .swiper_img_box .swiper-txt-img .swiper-slide:hover img {
  transform: scale(1.05);
}

.hz_04 .swiper_img_box .swiper-txt-img .swiper-slide:hover .tit-20 {
  color: #9a0100;
}

.hz_05 .arts_box .swiper_img .swiper-slide:hover img {
  transform: scale(1.05);
}

.hz_05 .arts_box .swiper_img .swiper-slide:hover .txt {
  color: #9a0100;
}

.about_02 .rht_list3 .item_li:hover img {
  transform: scale(1.05);
}

.about_02 .rht_list3 .item_li:hover .tit-20 {
  color: #9a0100;
}

.research_02 .rht_list .item_img:hover img {
  transform: scale(1.05);
}

.rht_box .research_03 .swiper-slide:hover .img img {
  transform: scale(1.05);
}

.rht_box .research_03 .swiper-slide:hover .tit-36 {
  transition: all 0.6s;
  color: #9a0100;
}

.g_info {
  transition: all 0.6s;
}

.g_info.sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}

.detail:not(.admissions-detail) .share .icon-list a img {
  filter: brightness(0) invert(0) opacity(0.5);
  transition: all 0.6s;
}

.detail .share .icon-list a:hover img {
  filter: none;
}

.detail .share .icon-list li a {
  position: relative;
}

.about_03 {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

footer .footer_nav .li_nav a {
  transition: all 0.6s;
}

footer .footer_nav .li_nav a:hover {
  color: #fff;
}

.select_boxs .select_box.zIndex {
  position: relative;
  z-index: 4 !important;
}

.play_icon {
  cursor: pointer;
}

.rht_box .news_01 .select_box .select_hide,
.rht_box .join_02 .select_box .select_hide,
.rht_box .news_03 .select_box .select_hide,
.admissions .rht_box .select_box .select_hide,
.about .rht_box .select_box .select_hide {
  background-color: #f6f6f6;
}

/*   more */
.more {
  border: 1px solid inherit;
  transition: all 0.6s;
}

.more span {
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.more path {
  transition: all 0.6s;
}

.more svg {
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

.more:hover svg {
  transform: translateX(0.15rem);
}

.hz_02 .more:hover,
.detail .cont-bot .return:hover,
.wel_03 .more:hover,
.wel_01 .more:hover,
.wel_05 .more:hover {
  box-shadow: 0px 0px 0px 2px rgba(154, 1, 0, 0.7);
}

.wel_02 .more:hover,
.wel_04 .more:hover {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7);
}

.transfer-detail .cont-bot .return:hover {
  box-shadow: 0px 0px 0px 2px rgba(2, 102, 54, 0.7);
}

.tranformY {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s ease;
}

.tranformY.animated {
  transform: translateY(0px);
  opacity: 1;
}

.start_02 .ul_list .ul_li:hover .tit-20 {
  color: #026636;
}

.start_02 .ul_list .ul_li:hover .img img {
  transform: scale(1.05);
}

.detail .detail-h .h1 {
  font-family: "NeueHaasDisplay-Mediu";
  font-weight: 600;
}

.transfer_s .sticky_box .sticky_lft a:hover .line,
.transfer_s .sticky_box .sticky_lft a.cur .line {
  background-color: #026636;
}

.transfer_s .sticky_box .sticky_lft a:hover,
.transfer_s .sticky_box .sticky_lft a.cur {
  color: #026636;
}

.transfer_s .rht_box .rht_content .item_lft_top::after {
  background-color: #026636;
}

.transfer_s .rht_content .rht_top_content .tit-60.t1::after {
  background-color: #026636;
}

.transfer_s .sticky_box .rht_box .rht_top span {
  color: #026636;
}

/* governance */
.gover_01,
.gover_02 {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.gover_01::after,
.gover_02::after {
  position: absolute;
  left: 0;
  top: -0.05rem;
  width: 10.1rem;
  height: 0.075rem;
  flex-shrink: 0;
  background: #9a0100;
  content: "";
}

.gover_01 .gover_item {
  margin-bottom: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gover_01 .gover_item .gover_img {
  width: 13.55rem;
  height: 7.625rem;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 3.425rem;
}

.gover_02 .gover_item .gover_img img {
  /* height: 100%; */
  width: 100%;
  transition: all 0.6s;
}

.gover_01 .gover_item .gover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.gover_01 .gover_item .gover_txt {
  flex: 1;
  padding-top: 1rem;
}

.gover_01 .gover_item .gover_txt .tit-36 {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.036rem;
  transition: all 0.6s;
}

.gover_01 .gover_item .gover_txt .tit-20 {
  font-size: 0.5rem;
  font-style: normal;
  line-height: 180%;
  letter-spacing: 0.02rem;
}

.gover_01 .gover_item:hover .gover_img img {
  transform: scale(1.05);
}

.gover_01 .gover_item:hover .gover_txt .tit-36 {
  color: #9a0100;
}

.gover_02 {
  padding-bottom: 1.25rem;
}

.gover_02 .gover_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.gover_02 .gover_list .gover_item {
  width: calc((100% - 2.7rem * 3) / 4);
  margin-bottom: 2rem;
  margin-right: 2.7rem;
}

.gover_02 .gover_list .gover_img {
  width: 100%;
  height: 9.4rem;
  overflow: hidden;
}

.gover_02 .gover_list .gover_item:nth-child(4n) {
  margin-right: 0;
}

.gover_02 .gover_list .gover_txt {
  padding-top: 0.5rem;
}

.gover_02 .gover_list .tit-20 {
  color: #000;
  font-size: 0.5rem;
  line-height: 140%;
  letter-spacing: 0.02rem;
}

.gover_02 .gover_list .tit-20:nth-child(1) {
  margin-bottom: 0.25rem;
}

.gover_02 .gover_list .gover_item .tit-20:nth-child(2) {
  transition: all 0.6s;
  font-size: 0.375rem;
}

.gover_02 .gover_list .gover_item:hover .tit-20:nth-child(2) {
  color: #9a0100;
}

.governance .sticky_box .rht_box {
  width: 100%;
}

/* 字母间距 */
html {
  letter-spacing: 0.025rem;
}

.scalethIn {
  opacity: 0;
  transform: scale(0.5);
  transition: transform 3s ease, opacity 0.8s;
}

.scalethIn.animated {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s ease, opacity 0.8s;
}

.campus_01 .imgs_list .swiper-slide.swiper-slide-active .img_item img {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.campus_01 .imgs_list .swiper-slide.swiper-slide-active.on .img_item img {
  transition: all 1s;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.campus_01 .imgs_list .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  z-index: 5 !important;
}

.campus_01 .imgs_list .swiper-slide {
  opacity: 1 !important;
  z-index: 1 !important;
}

.campus_01 .imgs_list .swiper-slide.z2 {
  z-index: 2 !important;
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img {
  overflow: hidden;
  width: 100%;
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img .swiper-slide {
  width: 100%;
  height: 20.25rem;
  overflow: hidden;
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  justify-content: flex-end;
  padding-bottom: .2rem;
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img .swiper-pagination span {
  background-color: rgba(226, 1, 0, .5);
  position: relative;
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgba(226, 1, 0, 1);
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img .swiper-pagination span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .4rem;
  height: .4rem;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(226, 1, 0, 1);
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
}

.rht_content .campus_05 .ul_li_02 .rht_top_content .img .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.clipthRight {
  opacity: 0;
  transition: clip-path 3s ease, opacity 0.8s;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}

.clipthRight.animated {
  opacity: 1;
  transition: clip-path 1s ease, opacity 0.8s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clipthLeft {
  opacity: 0;
  transition: clip-path 3s ease, opacity 0.8s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.clipthLeft.animated {
  opacity: 1;
  transition: clip-path 1s ease, opacity 0.8s;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.inn_01 {
  padding-top: 3rem;
}

.inn_01 .rht_top_content .rht_top_title,
.inn_02 .rht_top_content .rht_top_title {
  padding-bottom: 0;
}

/* .transfer_s  .sticky_box .rht_box .rht_top a:hover{
  color: #026636;
}
.transfer_s .fac_01 .fac_top a:hover, .transfer_s .fac_01 .fac_top a.cur{
  color: #026636;
}
.transfer_s .fac_01 .fac_box .fac_item .tit-15{
  color: #026636;

}
.transfer_s .fac_01 .fac_box .fac_item:hover .tit-20{
  color: #026636;
} */
/* 
.transfer-detail .person-header .ft::before{
  background-color: #026636 !important;
}
.transfer-detail .person-header .position{
  color: #026636 !important;
}
.transfer-detail .person-header .rt::after{
  background-color: #026636 !important;
}
.transfer-detail .experience-list li.active .th{
  background-color: #026636 !important;

} */


/* .transfer_04 .histroy_box .item .month{
  color: #026636;
} */


.detail .cont2 img {
  margin: 0 auto;
}

.join_new .rht_box>.text-center {
  color: #000;
  text-align: center;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.042rem;
  padding-bottom: 1.05rem;
  border-bottom: .025rem solid rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 2rem;
}

.join_new .rht_box>.text-center::after {
  position: absolute;
  width: 61%;
  content: '';
  height: .075rem;
  left: 50%;
  bottom: -0.0375rem;
  transform: translate(-50%, 0%);
  background-color: #9A0100;
}

.join_new .rht_box .join_03 {
  width: 100%;
  padding: 0 8rem;
}

.join_new .rht_box .join_03 .form_00 {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}


.join_new .rht_box .join_03 .form_00 .form_item_tit {
  color: #9A0100;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.032rem;
  margin-bottom: 0.5rem;

}

.join_new .rht_box .join_03 .form_00 .form_item_tit2 {
  width: 100%;
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 0.425rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.017rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
  margin-bottom: 1.25rem;

}

.join_new .rht_box .join_03 .form_00 .form_item_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.join_new .rht_box .join_03 .form_02 .form_item_box {
  display: block;
}

.join_new .rht_box .join_03 .form_00 .form_item {
  width: calc((100% - 1rem) / 2);
  margin-bottom: 1rem;
  position: relative;
}

.join_new .rht_box .join_03 .form_00 .form_item .file {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  /* cursor: pointer; */

}

.join_new .rht_box .join_03 .form_00 .form_item .form_item_label {
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: 0.022rem;
  margin-bottom: .3rem;
}

.join_new .rht_box .join_03 .form_00 .form_item .form_item_label span {
  color: #9A0100;
}

.join_new .rht_box .join_03 .form_00 .form_item input {
  width: 100%;
  height: 1.25rem;
  border: 1px solid #CCC;
  padding: .375rem;
  font-size: .375rem;
}

.join_new .rht_box .rht_content {
  padding-right: 0;
}

.join_new .rht_box .join_03 .form_02 {
  margin-bottom: 2.5rem;
}

.join_new .rht_box .join_03 .form_02 .form_item_tit {
  margin-bottom: .5rem;
}

/* .join_new .rht_box .join_03 .form_02 .form_item_tit2{
  margin-bottom: .5rem;
} */
.join_new .rht_box .join_03 .form_02 .form_item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.15rem;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_left {
  width: 1.325rem;
  height: 1.325rem;
  flex-shrink: 0;
  background-image: url('../gimg/jn01.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  text-align: center;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.02rem;
  position: relative;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_left span {
  position: absolute;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: #9A0100;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.join_new .rht_box .join_03 .form_02 .tit-32 {
  margin-bottom: 0;
}


.join_new .rht_box .join_03 .form_02 .form_item_box {
  margin-top: 1.35rem;
}

.join_new .rht_box .join_03 .form_02 .form_item {
  padding-bottom: 1.075rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_right {
  flex: 1;
  padding-left: .95rem;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_right .tit-20 {
  margin-bottom: .425rem;
  width: 100%;
  line-height: 1.5;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_right .tit-20 {
  margin-bottom: .425rem;
  width: 100%;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_right .clickUpload {
  width: 1.75rem;
  height: 0.75rem;
  background: #9A0100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 0.35rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  transition: all .6s;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_right .file_form_btn {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_right .file_form_btn span {
  margin-right: .5rem;
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.join_new .rht_box .join_03 .form_02 .form_item .form_item_right .file_form_btn.upDate span {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.join_new .rht_box .join_03 .form_03 {
  margin-bottom: 0.5rem;

}

.join_new .rht_box .join_03 .form_03 .form_item {
  margin-bottom: 1.5rem;
}

.join_new .rht_box .join_03 .submitForm {
  width: 6.875rem;
  height: 1.25rem;
  background: #9A0100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 0.425rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.017rem;
  text-transform: capitalize;
  margin: 0 auto;
  transition: all .6s;

}

.form_origin_box {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}

.form_origin_box .form_origin {
  width: 100%;
  margin-bottom: 1.25rem;
}

.form_origin_box .form_origin:last-child {
  margin-bottom: 0;
}

.form_origin_box .form_origin .nhm {
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 0.425rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.017rem;
  color: #9A0100;
  margin-bottom: .25rem;

}

.form_origin_box .form_origin .nhr {
  width: 7.825rem;
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro";
  font-size: 0.425rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.017rem;
}

.form_origin_bot {
  width: 100%;
}

.form_origin_bot .form_origin_item {
  margin-bottom: 1.5rem;
}

.form_origin_bot .form_origin_item .tit-17 {
  margin-bottom: .5rem;
  color: #000;
  font-size: 0.425rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.75rem;
  letter-spacing: 0.017rem;
}

.sticky_box .sticky_lft .link_join {
  width: 100%;
  height: 1.25rem;
  background: #9A0100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
}

.sticky_box .sticky_lft .link_join img {
  margin-left: .375rem;
}

.sticky_box .sticky_lft .link_join:hover {
  opacity: .5;
}

/* .form_origin_box .form_origin_bot .link_join {} */

.form_origin_box .form_origin_bot .form_origin_item {}

.join_new .rht_box .join_03 .form_03 .form_item_captcha {
  width: 100%;
  position: relative;
}

.join_new .rht_box .join_03 .form_03 .form_item_captcha input {
  padding: 0 4rem 0rem .375rem;
}

.join_new .rht_box .join_03 .form_03 .form_item_captcha img {
  position: absolute;
  right: 0;
  bottom: -50%;
  width: auto;
  height: 1.2rem;
  transform: translateY(-98%);
}

.join_new .rht_box .join_03 .form_03 .form_item_captcha .captcha_ok,
.join_new .rht_box .join_03 .form_03 .form_item_captcha .captcha_no {
  position: absolute;
  right: -1rem;
  bottom: -50%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-98%);

}

.play_btn {
  z-index: 1;
}

.join_new .rht_box .join_03 .submitForm:hover,
.join_new .rht_box .join_03 .form_02 .form_item .form_item_right .clickUpload:hover {
  opacity: .5;
}