/* global start*/
.global-banner {
  position: relative;
}
.global-banner .pic {
  position: relative;
}
.global-banner .pic .meidia-box {
  padding-bottom: 15%;
  overflow: hidden;
  position: relative;
}
.global-banner .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.global-banner .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-banner .crumb {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.global-box {
  overflow: hidden;
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(13.33333px, 1.04167vw, 20px);
}
.global-box .global-menu {
  margin-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.global-box .global-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.global-box .global-menu ul li {
  width: 50%;
  border-bottom: 1px solid rgba(12, 15, 77, 0.2);
  position: relative;
}
.global-box .global-menu ul li a {
  display: block;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  /*line-height: 1;*/
  text-align: center;
  /*font-weight: 600;*/
  /*font-size: clamp(16px, 1.25vw, 24px);*/
  /*color: #004EA3;*/ 
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  
    font-family: Manrope;
    font-size: clamp(20px, 1.5625vw, 30px);
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    color: #6E6359;
}

.global-box .global-menu ul li a h1{
    font-weight: normal;
}

.global-box .global-menu ul li a h1 {
  font-weight: 600;
}
.global-box .global-menu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  opacity: 0;
}


.global-box .global-menu ul li.active::before, .global-box .global-menu ul li:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.global-box .global-menu ul li.active a {
  color: #000;
  font-weight: bold;
}

.global-box .global-menu ul li:hover a{
    color: #000;
}
.global-box .global-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: clamp(66.66667px, 5.20833vw, 100px);
  scroll-margin-top:  125px;
}
.global-box .global-list ul li .pic {
  width: 60%;
  border-radius: 0;
}
.global-box .global-list ul li .pic .meidia-box {
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.global-box .global-list ul li .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-box .global-list ul li .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-box .global-list ul li .pic .meidia-box {
  border-radius: 0;
}
.global-box .global-list ul li .pic img {
  border-radius: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.global-box .global-list ul li .pic img.ls-is-cached.lazyloaded,
.global-box .global-list ul li .pic img.lazyloaded {
  border-radius: 0 !important;
}
.global-box .global-list ul li .pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.global-box .global-list ul li .text {
  width: calc(40% - clamp(46.66667px, 3.64583vw, 70px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: clamp(46.66667px, 3.64583vw, 70px);
  padding-top: clamp(33.33333px, 2.60417vw, 50px);
  position: relative;
}
.global-box .global-list ul li .text .tit {
  font-weight: 600;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #000;
  font-family: Manrope;
  text-transform: uppercase;
  position:relative;
  line-height: normal;
  z-index: 3;
}
.global-box .global-list ul li .text .tit h2 {
  font-weight: 600;
}
.global-box .global-list ul li .text .add {
  margin: clamp(6.66667px, 0.52083vw, 10px) 0 clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 600;
  /*font-size: clamp(16px, 1.25vw, 24px);*/
  /*color: #004EA3;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
          
    font-family: Manrope;
    font-size: clamp(13.33333px, 1.04167vw, 20px);
    line-height: normal;
    color: #000000;
}
.global-box .global-list ul li .text .add i {
  color: #FF3A3A;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  margin-right: clamp(3.33333px, 0.26042vw, 5px);
}
.global-box .global-list ul li .text .map {
  display: none;
}
.global-box .global-list ul li:nth-child(2) .text .map{
  top: 33px;
}
.global-box .global-list ul li .text .map img {
  width: 100%;
  height: auto;
}
.global-box .global-list ul li .text .des {
  /*font-size: clamp(13.33333px, 1.04167vw, 20px);*/
  /*color: #2C2C2C;*/
  /*line-height: 1.7;*/
  position:relative;
  z-index: 3;
  
    font-family: Manrope;
    font-size: clamp(16px, 0.9375vw, 18px);
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
}

.global-box .global-list ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.global-box .global-list ul li:nth-child(2n) .text {
  padding-right: 0;
  padding-left: clamp(46.66667px, 3.64583vw, 70px);
  width: 40%;
  margin-right: 0;
}

/* global end*/
@media screen and (max-width: 1023px) {
  .global-banner .pic .meidia-box {
    padding-bottom: 100%;
  }
  .global-banner .crumb {
    top: 50%;
  }
  .global-box .global-list ul li {
    display: block;
  }
  .global-box .global-list ul li .pic {
    width: 100%;
  }
  .global-box .global-list ul li .text {
    width: 100%;
    margin-right: 0;
    padding-top: clamp(20px, 1.5625vw, 30px);
    padding-left: 0;
  }
  .global-box .global-list ul li:nth-child(2n) .text {
    width: 100%;
    padding-left: 0;
  }
}

.about-global-page .global-box .global-list ul li .text {
  padding-top: 0;
}

@media screen and (max-width: 1023px) {
  .about-global-page .global-box .global-list ul li {
    margin-bottom: 0;
  }
  .about-global-page .global-box .global-list ul li .text {
    padding: 30px 0;
  }
}
