* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: "思源黑体 Normal";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/q0e6HO0eRARd/AwbNLH6DRKdm.woff2")
      format("woff2"),
    url("//at.alicdn.com/wf/webfont/q0e6HO0eRARd/8KhuA6FUpfTD.woff")
      format("woff");
  font-display: swap;
}

body,
html {
  width: 100%;
}
body {
  overflow-x: hidden;
  font-family: "思源黑体 Normal", Helvetica, "Microsoft YaHei", Arial,
    sans-serif;
}
html {
  scroll-behavior: smooth;
}
section {
  padding-top: 100px; /* 顶部留出导航栏空间 */
  margin-top: -100px; /* 负外边距抵消 */
  padding-top: 100px; /* 实际内边距 */
  margin-left: 200px;
  margin-right: 200px;
  overflow: hidden;
}
ul {
  list-style: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.r50 {
  border-radius: 50%;
}
.cursor {
  cursor: pointer;
}
.default {
  cursor: default;
}
.l1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
  word-break: break-all;
}
.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  word-break: break-all;
}
.l4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  display: block;
}
.react {
  height: initial !important;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input,
select,
textarea,
button {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.iv {
  display: inline-block;
  vertical-align: top;
}
.flex {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-align-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-justify-content {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  box-align: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.obj-c {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fc {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.widthFix {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.hvcContn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.delay-1 {
  transition-delay: 0.1s !important;
}
.delay-2 {
  transition-delay: 0.2s !important;
}
.delay-3 {
  transition-delay: 0.3s !important;
}
.delay-4 {
  transition-delay: 0.4s !important;
}
.delay-5 {
  transition-delay: 0.5s !important;
}
.delay-6 {
  transition-delay: 0.6s !important;
}
.delay-7 {
  transition-delay: 0.7s !important;
}
.blue-txt {
  color: #0079ff;
  font-weight: 500;
}
.numDad {
  counter-reset: subsection;
}
.numDad .numSon::after {
  counter-increment: subsection;
}
html.noScroll body {
  position: fixed;
  left: 0px;
}
.container.fillAll {
  min-height: 100vh;
  flex-direction: column;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.fillAll main {
  flex: 1;
}
.mid {
  position: relative;
}
.mid::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
#loadingDiv {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  top: 0px;
  left: 0px;
}
.fill,
.fillAft::after,
.fillBf::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.fillAft::after,
.fillBf::before,
.fillMid::before {
  content: "";
}
.fillMid::before {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding-bottom: 100%;
}
.noTsn {
  transition: initial !important;
}
.noTouch {
  pointer-events: none;
}
.storeBox {
  display: none;
}
.hbc,
.dc {
  position: relative;
}
.hbc img:last-child,
.dc img:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
}
.hbc img,
.dc img {
  transition: opacity 0.4s;
}
.hbc img:last-child,
.hbc:hover img,
.dc img:last-child {
  opacity: 0;
}
.hbc:hover img:last-child {
  opacity: 1;
}
.hvc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.shake {
  transform-origin: center bottom;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: shake;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
.loading.active {
  opacity: 1;
  transform: scale(0.8);
}
.loading span {
  position: absolute;
  border-radius: 4px;
  background: #001755;
  width: 4px;
  height: 16px;
  left: calc(50% - 2px);
  bottom: calc(50% + 10px);
  transform-origin: center calc(100% + 10px);
  animation: breather linear 0.4s infinite;
  animation-delay: 30ms;
}
@keyframes breather {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*::-webkit-scrollbar{
        width: 6px;
        height: 6px; 
    }
    ::-webkit-scrollbar-thumb{
        border-radius: 3px;
        background: rgba(255,255,255, .15);
        
    }
    :hover::-webkit-scrollbar-thumb{
        background: rgba(255,255,255, .2);
    }
    ::-webkit-scrollbar-track{
        background: rgba(0,0,0,0);
    }*/
/*
    @font-face{
        font-family: 'scgFont_medium'; 
        src:url('../../font/Avenir\ Medium.ttf') format('truetype');
    }
    *{
        font-family: 'scgFont_light';
    }
    */

.subTip {
  opacity: 0 !important;
  padding: 10px 20px;
  white-space: nowrap;
  line-height: 1.8;
  font-size: 14px;
  color: #0c7faf;
  min-width: 200px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
  z-index: 100;
  border: 2px solid #ededed;
  position: fixed;
  pointer-events: none;
}
.subTip.err {
  color: #9f9f9f;
}
.subTip p {
  position: relative;
  padding-left: 32px;
}
.subTip p .icon {
  width: 24px;
  left: 0px;
}
.subTip.err p .icon img {
  opacity: 0;
}
.subTip.err p .icon img:last-child {
  opacity: 1;
}
.subTip.active {
  animation: suc 2.5s ease !important;
}

@keyframes suc {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ready.anmt,
.ready .anmt {
  animation-play-state: paused;
}
.frozen.anmt,
.frozen .anmt {
  animation-play-state: running;
}
.diyFade {
  transition: 0.5s opacity, transform 0.5s;
}
.diyFade.frozen {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.fluid {
  max-width: 1290px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.lg {
  color: #eee;
  line-height: 0.9;
  font-weight: bold;
}
.cnen {
  line-height: 1;
}
.cnen {
  font-size: 18px;
  color: #2c2c2c;
}
.cnen p:last-child {
  color: #acacac;
  font-size: 12px;
  margin-top: 10px;
}
main .cnen,
main .lg {
  position: absolute;
  transform: translateY(30px);
  opacity: 0;
}

header .nav {
  width: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  position: fixed;
  padding-top: 32px;
  padding-bottom: 18px;
  z-index: 15;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

header .nav .fluid {
  position: relative;
  max-width: 1440px;
}
header .nav .logo {
  width: auto;
  margin-right: 65px;
}
header .nav .logo img {
  height: 50px;
  object-fit: cover;
}
header .nav .zh_en {
  width: auto;
  margin-left: 65px;
  cursor: pointer;
  padding: 4px;
  border-radius: 3px;
}
header .nav .zh_en:hover {
  background-color: #c6c6c6;
}
header .nav .zh_en img {
  height: 22px;
  object-fit: contain;
  margin-right: 6px;
}
.language-toggle {
  display: none;
}
.language-toggle:checked ~ .language-content {
  max-height: 500px; /* 足够大的值容纳所有菜单项 */
}
.language{
  position: relative;
}
.language-button {
  cursor: pointer;
  transition: all 0.3s;
}

 .language-content {
  position: absolute;
  top: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  transition: max-height 0.3s ease-out;
  z-index: 1;
}
.language-content .menu_language {
  background-color: #efefef;
}
.language-content li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 6px 12px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}

.language-content li:last-child {
  border-bottom: none;
}
.language-content li:hover {
  background-color: #00a79d;
  color: #fff;
}
.menlanguageu-content .active {
  background-color: #00a79d;
  color: #fff;
}
header .nav .links {
  font-size: 16px;
  line-height: 1;
}
header .nav .links a {
  transition: 0.5s color;
  padding-bottom: 8px;
  position: relative;
}
header .nav .links a::after {
  content: "";
  width: calc(100% + 2px);
  left: -1px;
  height: 3px;
  position: absolute;
  transform: translateY(100%);
  bottom: 0px;
  background: #000;
  opacity: 0;
  transition: 0.5s opacity, 0.5s transform 0.5s;
}
header .nav .links a.active::after,
header .nav .links a:hover::after {
  transition-delay: 0s;
  opacity: 1;
  transform: translateY(0px);
}
header .nav .links a + a {
  margin-left: 40px;
  white-space: nowrap;
}
header .nav .btn p {
  width: 27px;
  height: 3px;
  border-radius: 3px;
  background: #000;
  margin-top: 4px;
  transition: background 0.5s;
}
header .nav .btn p:first-child {
  margin-top: 0px;
}
.down-icon {
  width: 16px;
  padding-top: 4px;
  margin-left: 6px;
}
header .nav-child {
  position: relative;
  cursor: pointer;
}
.menu-toggle {
  display: none;
}

.menu-button {
  cursor: pointer;
  transition: all 0.3s;
}

header .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  transition: max-height 0.3s ease-out;
  z-index: 1;
}
.hvc .menu-content {
  left: -100%;
}
.hvc .menu-content .menu_1 {
  min-width: 120px;
}
.hvc .menu-content ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  background-color: #c3c2c3b0;
}
.menu-content .menu_1 {
  min-width: 200px;
  background-color: #efefef;
}
.menu-content .menu_2 {
  min-width: 230px;
  background-color: #c3c2c3b0;
}

.menu-content .menu_1 li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.menu-content .menu_1 li:last-child {
  border-bottom: none;
}
.menu-content li a:hover {
  background-color: #00a79d;
  color: #fff;
}
.menu-content .menu_1 .active {
  background-color: #00a79d;
  color: #fff;
}

.menu-content a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}

.menu-toggle:checked ~ .menu-content {
  max-height: 500px; /* 足够大的值容纳所有菜单项 */
}
header .mobileMenu {
  z-index: 10;
  position: fixed;
}
header.clicked .mobileMenu {
  pointer-events: all;
}
header .mobileMenu i {
  width: 120vw;
  height: 120vw;
  position: absolute;
  background-color: #fff;
  transition: transform 0.6s cubic-bezier(0.49, 0.05, 0.87, 0.51) 0.3s;
}
header.clicked .mobileMenu i {
  transition-delay: 0s;
}
header .mobileMenu .tp,
header .mobileMenu .btm {
  left: calc(50% - 60vw);
}
header .mobileMenu .tp {
  bottom: 50%;
  transform-origin: bottom;
}
header .mobileMenu .tp.lft {
  transform: translate(-60vw, calc(-60vw * 1.732)) rotate(-30deg);
}
header .mobileMenu .tp.rht {
  transform: translate(60vw, calc(-60vw * 1.732)) rotate(30deg);
}
header.clicked .mobileMenu .tp.lft {
  transform: rotate(-30deg) translate(0px, 0px);
}
header.clicked .mobileMenu .tp.rht {
  transform: rotate(30deg) translate(0px, 0px);
}
header .mobileMenu .btm {
  top: 50%;
  transform-origin: top;
}
header .mobileMenu .btm.lft {
  transform: translate(-60vw, calc(60vw * 1.732)) rotate(30deg);
}
header .mobileMenu .btm.rht {
  transform: translate(60vw, calc(60vw * 1.732)) rotate(-30deg);
}
header.clicked .mobileMenu .btm.lft {
  transform: rotate(30deg) translate(0px, 0px);
}
header.clicked .mobileMenu .btm.rht {
  transform: rotate(-30deg) translate(0px, 0px);
}
header .mobileMenu .mid {
  top: calc(50% - 50vw);
}
header .mobileMenu .mid.lft {
  right: 50%;
  transform-origin: right;
  transform: translateX(-120vw);
}
header .mobileMenu .mid.rht {
  left: 50%;
  transform-origin: left;
  transform: translateX(120vw);
}
header.clicked .mobileMenu .mid {
  transform: translateX(0px) !important;
}
header .mobileMenu .menu {
  opacity: 0;
  margin-top: 50px;
  white-space: nowrap;
  text-align: center;
  transition: opacity 0.4s, margin 0.4s;
}
header.clicked .mobileMenu .menu {
  transition-delay: 0.6s;
  opacity: 1;
  margin-top: 0px;
}
header .mobileMenu .menu p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
header.clicked .mobileMenu .menu p:first-child {
  margin-top: 0px;
}
/*
    header .mobileMenu i{
        background: #fff;
        width: 50%;
        height: 100%;
        transform: scaleX(0);
        transition: transform .5s;
    }
    header .mobileMenu .ver i{
        width: 100%;
        height: 50%;
        transform: scaleY(0);
    }
    header.clicked .mobileMenu i{
        transform: scale(1);
    }
    header .mobileMenu .ver i:first-child{
        transform-origin: top;
    }
    header .mobileMenu .ver i:last-child{
        transform-origin: bottom;
    }
    header .mobileMenu .hor i:first-child{
        transform-origin: left;
    }
    header .mobileMenu .hor i:last-child{
        transform-origin: right;
    }
    */

main {
  padding-top: 124px;
}
.iw_poi_content {
  justify-content: end;
}
.iw_poi_content .info-window-btn {
  width: 130px;
  height: 30px;
  padding: 6px 8px;
  border-radius: 20px;
  background-color: #00a79c7a;
  font-weight: 500;
}
.iw_poi_content .line-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

main .page-tit {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #343434;
}
main .page-tit .txt-en {
  font-size: 120px;
  font-weight: bold;
  color: #f2f2f2;
  z-index: -2;
}
main .page-tit .txt-zh>p:first-child {
  font-size: 50px;
  margin-bottom: 20px;
}
main .page-tit .txt-zh {
  position: absolute;
  top: 0;
  height: 100%;
  line-height: 1;
  padding-left: 80px;
  transform: translateY(100px);
  opacity: 0;
}
main .banner {
  height: 660px;
  position: relative;
  background: #000;
  border-bottom: 4px solid #0c7faf;
}
main .banner .t > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}
main .banner .t > *.frozen {
  transform: translate(0px);
  opacity: 1;
}

main .banner .txt {
  color: #fff;
  top: 170px;
  z-index: 2;
}
main .banner .txt .t {
  font-size: 20px;
}
main .banner .txt .t > p {
  font-size: 45px;
  margin-bottom: 4px;
}
main .banner .txt .t ul {
  margin-top: 8px;
}
main .to-btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.3;
  transform-origin: bottom;
  font-size: 24px;
  border-radius: 50%;
  color: #333;
  border: 1px #333 solid;
  cursor: pointer;
}
main .to-btn:hover {
  background-color: #00a79d;
  color: #fff;
}
.contactForm {
  background-color: #fff;
  /* position: absolute;
        right: 0px;
        top: -110px; */
  padding: 110px 0px 76px;
  width: 100%;
  transform: translateY(50px);
  opacity: 0;
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.3);
}
.contactForm .inner {
  max-width: 884px;
  width: calc(100% - 60px);
  line-height: 1;
  margin: 0 auto;
}
.contactForm .inner .form-tit {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 20px;
}
.contactForm .inner .line {
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
  margin-bottom: 26px;
}
.contactForm .inner .fg {
  align-items: flex-start;
  margin-bottom: 35px;
}
.contactForm .inner .fg .lbl {
  width: 205px;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 18px;
}
.contactForm .inner .fg .lbl .en {
  font-size: 16px;
  color: #acacac;
  margin-top: 6px;
  opacity: 0.3;
}
.contactForm .inner .fg .lbl img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
}
.contactForm .inner .fg .lbl + * {
  flex: 1;
  background: #eeeeee;
}
.contactForm .inner .fg input {
  line-height: 40px;
  font-size: 16px;
  padding: 0px 12px;
}
.contactForm .inner .fg textarea {
  height: 148px;
  line-height: 1.5;
  padding: 12px;
}
.contactForm .inner .t {
  text-align: right;
}
.contactForm .inner .t .iv {
  text-align: center;
  color: #fff;
  line-height: 52px;
  width: 170px;
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.contactForm .inner .t .btns .iv::after {
  background-color: #1e3a5f;
  z-index: -1;
  transition: opacity 0.5s;
}
.contactForm .inner .t .btns .iv:hover::after {
  background-color: #00a79d;
}
.contactForm .inner .t .btns p:last-child {
  color: #fff;
}
.contactForm .inner .t p {
  font-size: 14px;
  color: #acacac;
  margin-top: 22px;
}

footer {
  font-size: 18px;
  color: #fff;
}
footer .us {
  position: relative;
  padding: 150px 0px 120px;
  z-index: 2;
}
footer .us .map {
  z-index: -1;
  border-width: 0px;
}
footer .us .fluid {
  align-items: flex-end;
}
footer .us .txt .item {
  margin-top: 60px;
  padding-left: 26px;
}
footer .us .txt .item:first-child {
  margin-top: 0px;
}
footer .us .txt .item .lbl {
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
}
footer .us .txt .item .val {
  font-size: 24px;
}
footer .us .txt .item .lbl img {
  left: -26px;
  width: 16px;
}
footer .us .rht {
  white-space: nowrap;
  align-items: flex-end;
  text-align: center;
}
footer .us .rht .code {
  margin-bottom: 75px;
  width: 80px;
}
footer .us .rht .code img {
  margin-bottom: 6px;
}
footer .foot {
  font-size: 16px;
  padding: 20px 0px;
  background-color: #007bff;
  text-align: center;
}
footer .foot span + span {
  margin-left: 15px;
}

footer .footer-us {
  /* height: 50vh; */
  z-index: 9;
}
footer .footer-us .top {
  position: relative;
  height: 20vh;
  font-size: 32px;
  font-weight: 700;
}
footer .footer-us .top .tit {
  color: #000;
}
footer .footer-us .top::after {
  content: "1980";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 160px;
  color: #eeeeee;
  z-index: -2;
}
footer .footer-us .top .tit-en {
  transform: translateX(40px);
  font-weight: 500;
}
footer .footer-us .bottom {
  color: #fff;
  background-color: #1e3a5f;
  padding: 40px 130px;
}
footer .footer-us .bottom .tit {
  margin-bottom: 28px;
}
footer .footer-us .bottom .tit .tit-txt {
  font-size: 26px;
  font-weight: 700;
}
footer .footer-us .bottom .tit-menu p {
  padding: 0 16px;
  border-right: 2px #fff solid;
}
footer .footer-us .bottom .tit-menu p:last-child {
  border-right: none;
}

footer .footer-us .bottom .info .addr {
  width: 430px;
}
footer .footer-us .bottom .info .addr-icon {
  width: 14px;
  object-fit: contain;
  margin-right: 14px;
  margin-top: 6px;
}
footer .footer-us .bottom .info .contact-icon {
  width: 22px;
  object-fit: contain;
  margin-right: 8px;
}
footer .footer-us .bottom .info .to-contact {
  padding: 8px 20px;
  border: 2px #007bff solid;
  white-space: nowrap;
}

@media (max-width: 768px) {
  footer .us {
    position: relative;
    padding: 20px 0px 20px;
    z-index: 2;
  }

  footer .footer-us .bottom {
    padding: 20px !important;
  }
  footer .footer-us .bottom .tit-menu {
    margin-top: 10px;
  }

  footer .footer-us .bottom .tit-menu p {
    padding: 0 6px;
    border-right: 2px #fff solid;
    white-space: nowrap;
  }
  footer .footer-us .bottom .tit {
    margin-bottom: 14px;
  }
  footer .footer-us .bottom .tit .tit-txt {
    font-size: 16px;
    font-weight: 600;
  }
  footer .footer-us .bottom .info .addr {
    width: 100%;
  }

  footer .footer-us .bottom .info .to-contact {
    display: none;
  }

  main .page-tit {
    font-size: 24px;
  }
  main .page-tit .txt-en {
    font-size: 50px;
  }
  main .page-tit .txt-zh {
    padding: 0 20px;
  }
  main .page-tit .txt-zh p:first-child {
    font-size: 30px;
  }
}
