/* kv */
.msoul-df-kv-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10001;
}

.msoul-df-kv-swiper {
  width: 100%;
  height: 100%;
}

.msoul-df-kv-swiper .swiper-pagination {
  bottom: 56px !important;
}

.msoul-df-kv-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.msoul-df-kv-text {
  position: absolute;
  top: 16rem;
  left: 13.5rem;
  z-index: 999;
}

@keyframes kvTitleShow {
  from {
    margin-top: 2.65rem;
  }

  to {
    margin-top: 0;
  }
}

@-webkit-keyframes kvTitleShow

/* Safari 与 Chrome */ {
  from {
    margin-top: 2.65rem;
  }

  to {
    margin-top: 0;
  }
}

.msoul-df-kv-title1 {
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.msoul-df-kv-title2 {
  margin-top: 0.15rem;
  font-size: 45px;
  line-height: 45px;
  height: 45px;
  color: #ffffff;
  overflow: hidden;
}

.msoul-df-kv-title1 span,
.msoul-df-kv-title2 span {
  display: block;
  animation: kvTitleShow 1s;
  -webkit-animation: kvTitleShow 1s;
  /* Safari 与 Chrome */
}

@keyframes kvDescShow {
  from {
    margin-top: 0.8rem;
  }

  to {
    margin-top: 0;
  }
}

@-webkit-keyframes kvDescShow

/* Safari 与 Chrome */ {
  from {
    margin-top: 0.8rem;
  }

  to {
    margin-top: 0;
  }
}

.msoul-df-kv-desc {
  margin-top: 1.05rem;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.msoul-df-kv-desc span {
  display: block;
  animation: kvDescShow 0.9s;
  -webkit-animation: kvDescShow 0.9s;
  /* Safari 与 Chrome */
}

.msoul-df-kv-more {
  margin-top: 4.65rem;
  display: block;
  box-sizing: border-box;
  width: 7.5rem;
  height: 2.25rem;
  background: #dba77e;
  border-radius: 1.425rem;
  font-size: 12px;
  line-height: 2.25rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 999;
}

/* bulletin */
.msoul-df-bulletin-section {
  width: 100%;
  height: 6.75rem;
  background: rgba(40, 87, 169, 0.9);
  backdrop-filter: blur(7px);
}

.msoul-df-bulletin-left {
  float: left;
}

.msoul-df-bulletin-left p {
  margin-top: 1.75rem;
  font-size: 18px;
  line-height: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.msoul-df-bulletin-btnList {
  margin-top: 1.5rem;
}

.msoul-df-bulletin-btn {
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.5rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.msoul-df-bulletin-btn:hover,
.msoul-df-bulletin-btn.active {
  background: #ffffff;
}

.msoul-df-bulletin-right {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 13.5rem;
}

.msoul-df-bulletin-right-item {
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.msoul-df-bulletin-right-item.active {
  display: block;
  opacity: 1;
}

.msoul-df-bulletin-title {
  margin-top: 1.65rem;
  font-size: 18px;
  line-height: 1.05rem;
  color: rgba(255, 255, 255, 0.5);
}

.msoul-df-bulletin-desc {
  margin-top: 2rem;
  font-size: 24px;
  line-height: 1.4rem;
  color: #ffffff;
}

/* product */
.msoul-df-product-section {
  width: 100%;
  overflow: hidden;
}

.msoul-df-product-mainTitle {
  margin-top: 6rem;
  font-size: 30px;
  line-height: 1.75rem;
  color: #212329;
}

.msoul-df-product-mainDesc {
  margin-top: 1.05rem;
  font-size: 18px;
  line-height: 0.8rem;
  color: rgba(33, 35, 41, 0.5);
}

.msoul-df-product-content {
  margin-top: 3rem;
  border-top: 1px solid rgba(27, 38, 58, 0.09);
}

.msoul-df-product-imgDiv {
  margin-top: 3rem;
  width: 36rem;
  height: 21rem;
  float: left;
  position: relative;
  overflow: hidden;
  margin-left: -1.5rem;
}

.msoul-df-product-img {
  position: absolute;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.msoul-df-product-img1 {
  background-image: url('../images/index/product1.png');
}

.msoul-df-product-img2 {
  background-image: url('../images/index/product2.png');
}

@keyframes msoul-df-product-img-none-animation {
  from {
    width: 34.5rem;
    height: 21rem;
    top: 0;
    left: 1.5rem;
    z-index: 2;
  }

  to {
    width: 29.9rem;
    height: 18.2rem;
    top: 1.4rem;
    left: 0;
    z-index: 1;
  }
}

@-webkit-keyframes msoul-df-product-img-none-animation {
  from {
    width: 34.5rem;
    height: 21rem;
    top: 0;
    left: 1.5rem;
    z-index: 2;
  }

  to {
    width: 29.9rem;
    height: 18.2rem;
    top: 1.4rem;
    left: 0;
    z-index: 1;
  }
}

.msoul-df-product-img.none {
  width: 29.9rem;
  height: 18.2rem;
  top: 1.4rem;
  left: 0;
  z-index: 1;
  animation: msoul-df-product-img-none-animation 0.5s;
  -webkit-animation: msoul-df-product-img-none-animation 0.5s;
}

@keyframes msoul-df-product-img-active-animation {
  from {
    width: 29.9rem;
    height: 18.2rem;
    top: 1.4rem;
    left: 0;
    z-index: 1;
  }

  to {
    width: 34.5rem;
    height: 21rem;
    top: 0;
    left: 1.5rem;
    z-index: 2;
  }
}

@-webkit-keyframes msoul-df-product-img-active-animation {
  from {
    width: 29.9rem;
    height: 18.2rem;
    top: 1.4rem;
    left: 0;
    z-index: 1;
  }

  to {
    width: 34.5rem;
    height: 21rem;
    top: 0;
    left: 1.5rem;
    z-index: 2;
  }
}

.msoul-df-product-img.active {
  width: 34.5rem;
  height: 21rem;
  top: 0;
  left: 1.5rem;
  z-index: 2;
  animation: msoul-df-product-img-active-animation 0.5s;
  -webkit-animation: msoul-df-product-img-active-animation 0.5s;
}

.msoul-df-product-imgBtnDiv {
  position: absolute;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 3;
  overflow: hidden;
}

.msoul-df-product-imgBtn {
  display: inline-block;
  margin-left: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.msoul-df-product-imgBtn:hover,
.msoul-df-product-imgBtn.active {
  background: #ffffff;
}

@keyframes learnMoreAnimation {
  from {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  to {
    width: 12rem;
    height: 12rem;
    margin-top: -6rem;
    margin-left: -6rem;
  }
}

#sub-company {
  margin-bottom: calc(180 / 1920 * 100vw);
}

@-webkit-keyframes learnMoreAnimation {
  from {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  to {
    width: 12rem;
    height: 12rem;
    margin-top: -6rem;
    margin-left: -6rem;
  }
}

#learnMoreBtn {
  display: none;
  position: absolute;
  background: #dba77e;
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  margin-top: -6rem;
  margin-left: -6rem;

  animation: learnMoreAnimation 0.5s;
  -webkit-animation: learnMoreAnimation 0.5s;
  z-index: 999;
  /* Safari 与 Chrome */
}

@keyframes learnMorePAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes learnMorePAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#learnMoreBtn p {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: 'HarmonyOS Sans SC';
  font-size: 16px;
  line-height: 12rem;
  color: #ffffff;
  cursor: none;
  animation: learnMorePAnimation 0.5s;
  -webkit-animation: learnMorePAnimation 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

.msoul-df-product-info {
  float: right;
  margin-top: 3.5rem;
  width: 17.7rem;
  margin-right: 5.75rem;
}

.msoul-df-product-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4rem;
  color: #212329;
}

.msoul-df-product-desc {
  margin-top: 1.4rem;
  font-size: 14px;
  line-height: 22px;
  color: rgba(33, 35, 41, 0.5);
}

.msoul-df-product-infoBtnDiv {
  margin-top: 5.25rem;
}

.msoul-df-product-infoBtn {
  display: inline-block;
  width: 5.25rem;
  height: 1.95rem;
  margin-right: 0.6rem;
  font-size: 12px;
  line-height: 1.85rem;
  text-align: center;
  background: #ffffff;
  color: #dba77e;
  border-radius: 1.125rem;
  border: 0.05rem solid #dba77e;
  box-sizing: border-box;
  cursor: pointer;
}

.msoul-df-product-infoBtn:hover,
.msoul-df-product-infoBtn.active {
  color: #ffffff;
  background: #dba77e;
}

/* milestone */
.msoul-df-milestone-section {
  width: 100%;
  overflow: hidden;
  margin-top: 10.5rem;
  padding-bottom: 12.9rem;
  background-image: url('../images/index/milestone.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

.msoul-df-milestone-hr {
  position: absolute;
  width: 58.5rem;
  height: 1px;
  background: rgba(33, 35, 41, 0.06);
  right: 13.5rem;
  top: 0.85rem;
}

.msoul-df-milestone-mainTitle {
  font-size: 30px;
  line-height: 1.75rem;
  color: #212329;
}

.msoul-df-milestone-mainDesc {
  margin-top: 1.05rem;
  font-size: 18px;
  line-height: 0.8rem;
  color: rgba(33, 35, 41, 0.5);
}

.msoul-df-milestone-swiper-container {
  margin-top: 4.5rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.msoul-df-milestone-swiper-item {
  width: 16.2166667rem;
  height: 11.05rem;
  background: #2857a9;
  border-radius: 0.25rem;
  padding-top: 1.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 0.75rem;
}

.msoul-df-milestone-swiper-item:last-of-type {
  margin-right: 0;
}

@keyframes milestoneItemActiveAnimation {
  from {
    background: #f8f8f8;
  }

  to {
    background: #2857a9;
  }
}

@-webkit-keyframes milestoneItemActiveAnimation {
  from {
    background: #f8f8f8;
  }

  to {
    background: #2857a9;
  }
}

.msoul-df-milestone-swiper-item.active,
.msoul-df-milestone-swiper-item:hover {
  background: #2857a9;
  animation: milestoneItemActiveAnimation 1s;
  -webkit-animation: milestoneItemActiveAnimation 1s;
}

.msoul-df-milestone-swiper-item-number {
  font-weight: 500;
  font-size: 54px;
  line-height: 3.15rem;
  color: #dba77e;
  padding-left: 3.5rem;
  text-align: right;
}

.msoul-df-milestone-swiper-item .msoul-df-milestone-swiper-item-number,
.msoul-df-milestone-swiper-item .msoul-df-milestone-swiper-item-number {
  color: #ffffff;
}

.msoul-df-milestone-swiper-item-icon {
  position: absolute;
  top: 1.55rem;
  left: 2.5rem;
  height: 3rem;
  width: 3rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.msoul-df-milestone-swiper-item1 .msoul-df-milestone-swiper-item-icon {
  background-image: url('../images/index/milestone1a.png');
}

.msoul-df-milestone-swiper-item2 .msoul-df-milestone-swiper-item-icon {
  background-image: url('../images/index/milestone2a.png');
}

.msoul-df-milestone-swiper-item3 .msoul-df-milestone-swiper-item-icon {
  background-image: url('../images/index/milestone3a.png');
}

.msoul-df-milestone-swiper-item4 .msoul-df-milestone-swiper-item-icon {
  background-image: url('../images/index/milestone4a.png');
}

.msoul-df-milestone-swiper-item5 .msoul-df-milestone-swiper-item-icon {
  background-image: url('../images/index/milestone5a.png');
}

.msoul-df-milestone-swiper-item6 .msoul-df-milestone-swiper-item-icon {
  background-image: url('../images/index/milestone6a.png');
}

.msoul-df-milestone-swiper-item-title {
  margin-top: 2.2rem;
  border-top: 0.05rem solid rgba(33, 35, 41, 0.06);
  padding-top: 1.5rem;
  font-size: 16px;
  line-height: 0.95rem;
  color: rgba(33, 35, 41, 0.4);
  text-align: right;
}

.msoul-df-milestone-swiper-item .msoul-df-milestone-swiper-item-title,
.msoul-df-milestone-swiper-item .msoul-df-milestone-swiper-item-title {
  color: rgba(255, 255, 255, 0.4);
  border-top: 0.05rem solid rgba(255, 255, 255, 0.06);
}

.msoul-df-milestone-swiper-btnList {
  margin-top: 2.25rem;
}

.msoul-df-milestone-swiper-btn {
  width: 3rem;
}

.msoul-df-milestone-swiper-btn-right {
  margin-left: 0.75rem;
  transform: rotate(180deg);
}

.msoul-df-milestone-swiper-progressBar {
  float: right;
  width: 8.25rem;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.06);
}

.msoul-df-milestone-swiper-progressBar-finish {
  float: left;
  width: 50%;
  height: 100%;
  background: #1156ce;
}
#msoul-df-milestone-swiper-item-number0::after {
  content: '年';
  font-size: 2rem;
}
#msoul-df-milestone-swiper-item-number1::after,
#msoul-df-milestone-swiper-item-number2::after,
#msoul-df-milestone-swiper-item-number3::after {
  content: '+';
  font-size: 2rem;
}

/* superiority */
.msoul-df-superiority-section {
  width: 100%;
  /* height: 47.25rem; */
  background: #2857a9;
  padding-bottom: 6.75rem;
  overflow: hidden;
  position: relative;
}

.msoul-df-superiority-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.msoul-df-superiority-bg {
  position: absolute;
  top: 3.55rem;
  left: 50%;
  margin-left: -35.725rem;
  width: 71.45rem;
  height: 71.45rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

@keyframes rolling {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@-webkit-keyframes rolling {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.msoul-df-superiority-bg-imgList {
  animation: rolling 40s linear infinite;
  -webkit-animation: rolling 40s linear infinite;
  position: absolute;
  display: flex;
  height: 100%;
}

.msoul-df-superiority-bg-imgList img {
  height: 100%;
  float: left;
}

.msoul-df-superiority-mainDesc {
  font-size: 18px;
  line-height: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.msoul-df-superiority-mainTitle {
  margin-top: 6.75rem;
  font-size: 30px;
  line-height: 1.75rem;
  color: #ffffff;
}

.msoul-df-superiority-mainSummary1 {
  margin-top: 3rem;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}

.msoul-df-superiority-mainSummary2 {
  font-size: 24px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}

.msoul-df-superiority-swiper-container {
  margin-top: 6rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.msoul-df-superiority-swiper {
  margin-left: 13.5rem;
  overflow: hidden;
  white-space: nowrap;
  width: 160.766667rem;
  height: 14.25rem;
  display: block;
}

.msoul-df-superiority-swiper-item {
  display: block;
  float: left;
  width: 22.2166667rem;
  height: 8.25rem;
  background: #2f5dad;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
  color: #ffffff;
  padding-top: 2.25rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

@keyframes msoul-df-superiority-swiper-item-active-animation {
  from {
    height: 8.25rem;
    background: #2f5dad;
    color: #ffffff;
  }

  to {
    height: 14.25rem;
    background: #f4f5f7;
    color: #2857a9;
  }
}

@-webkit-keyframes msoul-df-superiority-swiper-item-active-animation {
  from {
    height: 8.25rem;
    background: #2f5dad;
    color: #ffffff;
  }

  to {
    height: 14.25rem;
    background: #f4f5f7;
    color: #2857a9;
  }
}

.msoul-df-superiority-swiper-item.active {
  height: 14.25rem;
  background: #f4f5f7;
  color: #2857a9;
  animation: msoul-df-superiority-swiper-item-active-animation 0.5s;
  -webkit-animation: msoul-df-superiority-swiper-item-active-animation 0.5s;
}

.msoul-df-superiority-swiper-item.active {
  background: #f4f5f7;
  color: #2857a9;
}

.msoul-df-superiority-swiper-item-title {
  font-size: 20px;
  line-height: 1.15rem;
}

.msoul-df-superiority-swiper-item-desc {
  margin-top: 0.9rem;
  font-size: 18px;
  line-height: 1.2rem;
  opacity: 0.5;
  white-space: normal;
}

.msoul-df-superiority-swiper-item-icon {
  position: absolute;
  bottom: 2.4rem;
  left: 2.25rem;
  width: 2.25rem;
  display: none;
}

.msoul-df-superiority-swiper-item.active .msoul-df-superiority-swiper-item-icon {
  display: block;
}

.msoul-df-superiority-swiper-progressBar {
  float: left;
  margin-top: 3rem;
  width: 12.3rem;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.09);
}

.msoul-df-superiority-swiper-progressBar-finish {
  float: left;
  width: 14.2857143%;
  height: 100%;
  background: #ffffff;
}

.msoul-df-superiority-swiper-btnList {
  float: right;
  margin-top: 0.05rem;
}

.msoul-df-superiority-swiper-btn {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-image: url('../images/index/leftBtn2.svg');
  background-repeat: no-repeat;
  background-size: 99% 99%;
  background-position: center center;
}

.msoul-df-superiority-swiper-btn:hover {
  background-image: url('../images/index/leftBtn2a.svg');
}

.msoul-df-superiority-swiper-btn-right {
  margin-left: 0.75rem;
  transform: rotate(180deg);
}

/* honour */
.msoul-df-honour-section {
  width: 100%;
  height: 48rem;
  background: #f4f5f7;
  overflow: hidden;
}

.msoul-df-honour-mainDesc {
  margin-top: 6rem;
  font-size: 18px;
  line-height: 0.8rem;
  color: rgba(33, 35, 41, 0.5);
}

.msoul-df-honour-mainTitle {
  margin-top: 1.05rem;
  font-size: 30px;
  line-height: 1.75rem;
  color: #212329;
}

.msoul-df-honour-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@keyframes msoul-df-honour-item-animation {
  from {
    padding-left: 0;
    padding-right: 0;
  }

  to {
    padding-left: 1.75rem;
    padding-right: 1.5rem;
  }
}

@-webkit-keyframes msoul-df-honour-item-animation {
  from {
    padding-left: 0;
    padding-right: 0;
  }

  to {
    padding-left: 1.75rem;
    padding-right: 1.5rem;
  }
}

.msoul-df-honour-item {
  margin-top: 3rem;
  display: block;
  width: 21.1rem;
  height: 10.5rem;
  color: rgba(33, 35, 41, 0.5);
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  border-top: 1px solid rgba(33, 35, 41, 0.5);
  padding-top: 1.5rem;
}

.msoul-df-honour-item.active,
.msoul-df-honour-item:hover {
  background: #2f5dad;
  animation: msoul-df-honour-item-animation 0.5s;
  -webkit-animation: msoul-df-honour-item-animation 0.5s;
  animation-fill-mode: both;
}

.msoul-df-honour-item-title {
  float: left;
  font-size: 18px;
  line-height: 21px;
  white-space: pre-wrap;
}

.msoul-df-honour-item.active .msoul-df-honour-item-title,
.msoul-df-honour-item:hover .msoul-df-honour-item-title {
  color: #ffffff;
}

.msoul-df-honour-item-date {
  float: right;
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 16px;
  color: rgba(33, 35, 41, 0.5);
}

.msoul-df-honour-item.active .msoul-df-honour-item-date,
.msoul-df-honour-item:hover .msoul-df-honour-item-date {
  color: rgba(255, 255, 255, 0.5);
}

.msoul-df-honour-item-icon {
  position: absolute;
  bottom: 1.75em;
  left: 1.75rem;
  width: 1.95rem;
  display: block;
  opacity: 0;
}

@keyframes msoul-df-honour-item-icon-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes msoul-df-honour-item-icon-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.msoul-df-honour-item.active .msoul-df-honour-item-icon,
.msoul-df-honour-item:hover .msoul-df-honour-item-icon {
  animation: msoul-df-honour-item-icon-animation 1s;
  -webkit-animation: msoul-df-honour-item-icon-animation 1s;
  animation-fill-mode: both;
}

.msoul-df-honour-more {
  display: block;
  width: 6.5rem;
  height: 2.1rem;
  border: 0.025rem solid #dba77e;
  border-radius: 3rem;
  font-size: 12px;
  line-height: 2.05rem;
  color: #dba77e;
  text-align: center;
  box-sizing: border-box;
  margin: 1.85rem auto 0;
}

.msoul-df-honour-more:hover {
  background: #dba77e;
  color: #ffffff;
}

/* overseas */
.msoul-df-overseas-section {
  width: 100%;
  height: 24rem;
  overflow: hidden;
  display: flex;
}

.msoul-df-overseas-map {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #f4f5f7;
  box-sizing: border-box;
}

.msoul-df-overseas-map img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.msoul-df-overseas-content {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #2857a9;
  padding: 0 4.5rem;
  box-sizing: border-box;
  position: relative;
}

.msoul-df-overseas-content2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.msoul-df-overseas-desc {
  font-size: 18px;
  line-height: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.msoul-df-overseas-title {
  margin-top: 1.05rem;
  font-size: 30px;
  line-height: 1.75rem;
  color: #ffffff;
}

.msoul-df-overseas-summary1 {
  margin-top: 3.5rem;
  font-size: 16px;
  line-height: 19px;
  width: 30rem;
  color: #ffffff;
}

.msoul-df-overseas-summary2 {
  margin-top: 0.95rem;
  font-size: 16px;
  line-height: 19px;
  width: 30rem;
  color: rgba(255, 255, 255, 0.5);
}

/* news */
.msoul-df-news-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.msoul-df-news-mainDesc {
  margin-top: 6rem;
  color: rgba(33, 35, 41, 0.5);
  font-size: 18px;
  line-height: 0.8rem;
}

.msoul-df-news-mainTitle {
  margin-top: 6rem;
  color: #212329;
  font-size: 30px;
  line-height: 1.75rem;
}

.msoul-df-news-container {
  margin-top: 2.25rem;
  display: flex;
  justify-content: space-between;
}

.msoul-df-news-item {
  width: 22.2rem;
  height: 27rem;
  background: #f4f5f7;
  border-radius: 0.45rem;
  position: relative;
  box-sizing: border-box;
}

@keyframes msoul-df-news-item-img-animation {
  from {
    background-size: 100% auto;
  }

  to {
    background-size: 110% auto;
  }
}

@-webkit-keyframes msoul-df-news-item-img-animation {
  from {
    background-size: 100% auto;
  }

  to {
    background-size: 110% auto;
  }
}

.msoul-df-news-item-img {
  border-radius: 0.45rem 0.45rem 0 0;
  width: 100%;
  height: 9.5rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.msoul-df-news-item-img:hover {
  animation: msoul-df-news-item-img-animation 1s;
  -webkit-animation: msoul-df-news-item-img-animation 1s;
  animation-fill-mode: both;
}

.msoul-df-news-item-title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.25rem;
  margin-top: 1.8rem;
  font-size: 20px;
  line-height: 25px;
  color: #212329;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
}

.msoul-df-news-item-desc {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.25rem;
  margin-top: 1.2rem;
  font-size: 16px;
  line-height: 24px;
  color: rgba(33, 35, 41, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.msoul-df-news-item-more {
  box-sizing: border-box;
  width: 6.5rem;
  height: 2.1rem;
  position: absolute;
  left: 2.25rem;
  bottom: 2.25rem;
  border-radius: 3rem;
  border: 0.025rem solid #dba77e;
  font-size: 12px;
  line-height: 2.05rem;
  text-align: center;
  color: #dba77e;
}

.msoul-df-news-item-more:hover {
  background: #dba77e;
  color: #ffffff;
}

/* 
  *
  * time：2023.05.24 
  * author: steven
  *
  */
.msoul-df-superiority-video {
  object-fit: cover;
}
.mc_nc1s1_list {
  margin: 2rem 13.5rem 0;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  cursor: default;
  position: relative;
}

.mc_nc1s1_li {
  position: relative;
  /* float: left; */
  display: inline-block;
  width: 20%;
  height: calc(700 / 1920 * 100vw);
  transition: all 0.36s;
  overflow: hidden;
}

.mc_nc1s1_bgbox {
  position: relative;
  z-index: 1;
  width: 760px;
  height: 100%;
}

.mc_nc1s1_bgbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.44); */
}

.mc_nc1s1_bgbox::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(219, 167, 126, 0.7);
  opacity: 0;
  transition: all 0.36s;
}

.mc_nc1s1_bg {
  width: 100%;
  height: 100%;
}

.mc_nc1s1_txtbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  width: 100%;
  color: #fff;
  transition: all 0.36s;
  white-space: normal;
}

.mc_nc1s1_title {
  position: relative;
  width: 100%;
  top: 40%;
  line-height: 1.5;
  text-align: center;
  transition: all 0.36s;
}

.mc_nc1s1_txt .mc_nc1s1_title {
  top: 0;
  margin-bottom: 30px;
  text-align: left;
  opacity: 1;
}

.mc_nc1s1_txt p {
  color: #fff;
  width: 100%;
  text-align: justify;
}

.mc_nc1s1_txt {
  opacity: 0;
  width: 80%;
  height: 100%;
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mCSB_container{
  height: 100%!important;
  display: flex;
    flex-direction: column;
    justify-content: center;
/*    align-items: center;*/
}
.mc_nc1s1_list:hover .mc_nc1s1_li {
  width: 15%;
}

.mc_nc1s1_list .mc_nc1s1_li:hover {
  width: 40%;
}

.mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_bgbox::after {
  opacity: 1;
}

.mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txtbox > .mc_nc1s1_title {
  opacity: 0;
}

.mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txt {
  opacity: 1;
  transition: all 0.4s 0.4s;
}
.mc_txt1630 p {
  font-size: calc(14 / 1920 * 100vw);
  line-height: 1.5;
  max-height: 340px;
  text-align: justify;
}
.mc_nc1s1_titwrap span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.mc_nc1s1_titles {
  margin-bottom: 2rem;
}
.mc_nc1s1_titles span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
.msoul-df-honour-item-date {
  display: none;
}
.msoul-df-overseas-summary1 {
  text-align: justify;
  line-height: 1.4;
}
.msoul-df-overseas-summary2 {
  color: #fff;
  text-align: justify;
  line-height: 1.4;
}
.msoul-df-overseas-section {
  height: 30rem;
  margin-bottom: 6rem;
}
