#headTop {
  display: flex;
  align-items: center;
}

html,
body {
  overflow-x: hidden;
}

.grid-site-nav-mask.bodyMask {
  display: none;
}

#headTop > #logo {
  flex: 0 0 auto;
  margin-right: 30px;
}

#headTop .head-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
  padding-right: 6px;
}

#headTop .head-tools > #hcontact {
  float: none !important;
  flex: 0 0 auto;
}

#headTop > #openBtn {
  float: none !important;
  flex: 0 0 auto;
  margin-left: 18px;
}

#headTop > #hcontact,
#headTop .head-tools > #hcontact {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 20px;
  margin-right: 14px;
  position: relative;
}

#headTop > #hcontact i,
#headTop .head-tools > #hcontact i {
  font-size: 13px;
  color: #b6bec8;
}

#headTop > #hcontact p,
#headTop .head-tools > #hcontact p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 8px;
  line-height: 1.15;
  text-align: right;
}

#headTop > #hcontact p .telNum,
#headTop .head-tools > #hcontact p .telNum {
  display: block;
  padding-left: 0 !important;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 400;
  color: #5e6771;
}

#headTop > #hcontact p .telNum::before,
#headTop .head-tools > #hcontact p .telNum::before {
  display: none;
}

#headTop > #hcontact::after,
#headTop .head-tools > #hcontact::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: #dbe4ee;
}

#headTop .lang-switch-pc {
  float: none !important;
  margin: 0;
}

#headTop .lang-switch-pc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #d8e3f0;
  border-radius: 14px;
  background: #fff;
  color: #00468c;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

#headTop .lang-switch-pc a:hover {
  border-color: #00468c;
  background: #00468c;
  color: #fff;
}

#headTop .lang-switch-mobile {
  display: none;
}

.cxgt-site-nav .grid-site-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cxgt-site-nav .grid-site-nav__item {
  position: relative;
  list-style: none;
}

.cxgt-site-nav .grid-site-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 24px;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  transition: all 0.16s cubic-bezier(.46, .03, .52, .96);
}

.cxgt-site-nav .grid-site-nav__link:hover,
.cxgt-site-nav .grid-site-nav__link[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.cxgt-site-nav .grid-site-nav__link::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.cxgt-site-nav .grid-site-nav__link:hover::after,
.cxgt-site-nav .grid-site-nav__link[aria-current="page"]::after {
  transform: scaleX(1);
}

.cxgt-site-nav .grid-site-nav__toggle {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: currentColor;
  line-height: 1;
}

.cxgt-site-nav .grid-site-nav__toggle span::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
}

.cxgt-site-nav .grid-site-nav__submenu {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  z-index: 50;
  display: none;
  min-width: 150px;
  margin: 0;
  padding: 8px 0;
  border-top: 2px solid #00468c;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  list-style: none;
}

.cxgt-site-nav .grid-site-nav__item--has-children:hover > .grid-site-nav__submenu,
.cxgt-site-nav .grid-site-nav__item--has-children:focus-within > .grid-site-nav__submenu {
  display: block;
}

.cxgt-site-nav .grid-site-nav__sublink {
  display: block;
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px 18px;
  color: #444;
  line-height: 1.45;
  white-space: nowrap;
  text-decoration: none;
}

.cxgt-site-nav .grid-site-nav__sublink:hover,
.cxgt-site-nav .grid-site-nav__sublink[aria-current="page"] {
  color: #00468c;
  background: #f6f6f6;
}

.cxgt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  color: #8a8f96;
  font-size: 13px;
  line-height: 32px;
}

.cxgt-breadcrumb .grid-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.cxgt-breadcrumb .grid-breadcrumb__item + .grid-breadcrumb__item::before {
  content: "\f105";
  display: inline-block;
  margin: 0 9px;
  color: #a5adb7;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
}

.cxgt-breadcrumb .grid-breadcrumb__link,
.cxgt-breadcrumb .grid-breadcrumb__text {
  display: inline-block;
  max-width: min(42vw, 520px);
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.cxgt-breadcrumb .grid-breadcrumb__link:hover {
  color: #00468c;
}

.cxgt-breadcrumb .grid-breadcrumb__item:last-child .grid-breadcrumb__text {
  color: #00468c;
}

#online_open {
  right: 0 !important;
  transform: none !important;
}

.bodyindex .mlist.project .item_img,
.ff_pageList .mlist.project .item_img {
  aspect-ratio: 92 / 63;
  overflow: hidden;
}

.bodyindex .mlist.news .content_list .item_block .item_img,
.ff_pageList .mlist.news .item_img {
  width: 280px;
  max-width: 100%;
  aspect-ratio: 130 / 79;
  overflow: hidden;
}

.bodyindex .mlist.project .item_img img,
.bodyindex .mlist.news .item_img img,
.ff_pageList .mlist.project .item_img img,
.ff_pageList .mlist.news .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bodyindex .mlist.project .content_list .item_block .item_box,
.ff_pageList .mlist.project .content_list .item_block .item_box {
  display: block;
  height: 100%;
  background: #fff;
}

.bodyindex .mlist.project .content_list .item_block .item_box .item_wrapper,
.ff_pageList .mlist.project .content_list .item_block .item_box .item_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 140px;
  padding: 22px 20px 18px !important;
  top: 0 !important;
  overflow: hidden;
}

.bodyindex .mlist.project .content_list .item_info .title,
.ff_pageList .mlist.project .content_list .item_info .title,
.bodyindex .mlist.news .item_info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5;
  min-height: 3em;
  margin: 0;
}

.bodyindex .mlist.project .item_des .description,
.ff_pageList .mlist.project .item_des .description,
.bodyindex .mlist.news .item_des .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
  height: auto !important;
  min-height: 3.4em;
  max-height: 3.4em;
  margin: 0 !important;
  position: static !important;
  width: auto !important;
  animation: none !important;
  -webkit-animation: none !important;
}

#postSlider.swiper-container {
  width: 100% !important;
  aspect-ratio: 195 / 64;
  height: auto !important;
  overflow: hidden;
  position: relative;
  background: #f5f7fa;
}

#postSlider .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  height: 100% !important;
}

#postSlider .swiper-slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
}

#postSlider .item_block,
#postSlider .wrapper,
#postSlider .item_img {
  width: 100%;
  height: 100%;
}

#postSlider .item_img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block !important;
}

.postbody img,
.contentbody img {
  max-width: 100%;
  height: auto;
}

.cxgt-contact-band {
  background: #f4f7fb;
}

.pageEditor > .ff_pageTarget {
  margin-top: 40px !important;
}

.pageEditor > .ff_pageTarget .module_container {
  padding-top: 0 !important;
}

.pageEditor > .content .mpageEditor > .module_container {
  padding-top: 32px !important;
}

.ff_pageList .mlist.development .module_container {
  max-width: 1100px;
}

.ff_pageList .mlist.development .container_content {
  padding-top: 48px;
}

.ff_pageList .mlist.development .cxgt-history-list {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0 36px;
}

.ff_pageList .mlist.development .cxgt-history-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  width: 1px;
  background: #dfe7f0;
}

.ff_pageList .mlist.development .cxgt-history-item {
  position: relative;
  display: grid;
  grid-template-columns: 140px 80px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 86px;
  margin: 0 !important;
  padding: 0 0 22px;
  border: 0 !important;
  background: transparent;
  box-shadow: none !important;
  color: inherit !important;
}

.ff_pageList .mlist.development .cxgt-history-year {
  color: #00468c;
  font-family: HELVETICANEUELTPRO-THEX, Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  text-align: right;
}

.ff_pageList .mlist.development .cxgt-history-dot {
  position: relative;
  justify-self: center;
  width: 15px;
  height: 15px;
  border: 3px solid #00468c;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(0, 70, 140, 0.08);
  z-index: 1;
}

.ff_pageList .mlist.development .cxgt-history-body {
  box-sizing: border-box;
  min-height: 62px;
  padding: 18px 24px;
  border-left: 3px solid #00468c;
  background: #f7f9fc;
}

.ff_pageList .mlist.development .cxgt-history-body .title {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  white-space: normal;
}

@media screen and (max-width: 1180px) {
  #headTop .lang-switch-pc {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 52px;
  }

  body #header,
  body #header.mini {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    width: 100%;
    height: 58px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(0, 36, 70, 0.1);
  }

  #header .wrapper,
  #header .content {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
  }

  body #headTop {
    box-sizing: border-box;
    width: 100%;
    height: 58px;
    padding: 0 16px;
    justify-content: space-between;
  }

  #headTop > #logo {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    width: auto;
    min-width: 0;
    height: 58px;
    margin: 0;
    position: static;
  }

  #headTop > #logo img {
    display: block;
    width: auto;
    max-width: min(260px, calc(100vw - 82px));
    height: 36px;
    object-fit: contain;
  }

  #headTop .head-tools {
    display: none;
  }

  #headTop > #openBtn {
    display: flex !important;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
    margin: 0 0 0 12px;
    border-radius: 999px;
    background: #00468c;
    cursor: pointer;
  }

  #openBtn .lcbody {
    display: flex;
    width: 18px;
    height: 14px;
    flex-direction: column;
    justify-content: space-between;
  }

  #openBtn .lcitem,
  #openBtn .rect {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 999px;
    background: #fff !important;
    transform: none !important;
  }

  #openBtn .lcitem.center.hide {
    display: block !important;
  }

  body.grid-nav-open #openBtn .lcitem.top,
  body.grid-site-nav-open #openBtn .lcitem.top {
    transform: none !important;
  }

  body.grid-nav-open #openBtn .lcitem.center,
  body.grid-site-nav-open #openBtn .lcitem.center {
    opacity: 0;
  }

  body.grid-nav-open #openBtn .lcitem.bottom,
  body.grid-site-nav-open #openBtn .lcitem.bottom {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  #navWrapper {
    position: fixed !important;
    top: 58px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 121;
    display: block;
    width: min(82vw, 320px) !important;
    height: auto !important;
    overflow-y: auto;
    background: #fff !important;
    box-shadow: -20px 0 50px rgba(0, 36, 70, 0.16);
    transform: translateX(105%);
    transition: transform 0.24s ease;
  }

  body.grid-nav-open #navWrapper,
  body.grid-site-nav-open #navWrapper {
    transform: translateX(0);
  }

  #navWrapper .content {
    width: 100% !important;
    height: auto !important;
  }

  body #navWrapper .content .nav {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 20px;
    background: #fff;
  }

  body #navWrapper .content .nav > .navitem {
    display: block;
    float: none !important;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #edf1f5;
  }

  body #navWrapper .content .nav > .navitem > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: auto;
    min-height: 48px;
    padding: 0 22px;
    line-height: 1.4 !important;
    color: #233142;
    border: 0;
    background: #fff;
  }

  body #navWrapper .content .nav > .navitem.has-subnav > a > i.fa-angle-down {
    flex: 0 0 auto;
    margin: 0 0 0 12px;
    color: #a2acb8;
    font-size: 14px;
    transition: transform 0.2s ease;
  }

  body #navWrapper .content .nav > .navitem.has-subnav.is-open > a > i.fa-angle-down {
    transform: rotate(180deg);
  }

  body #navWrapper .content .nav > .navitem > a.active {
    color: #00468c;
    background: #f2f7fc;
  }

  body #navWrapper .content .nav > .navitem .subnav {
    position: static !important;
    display: none !important;
    width: 100% !important;
    padding: 0 0 8px;
    border: 0;
    box-shadow: none;
    background: #f7f9fc;
  }

  body #navWrapper .content .nav > .navitem.is-open .subnav {
    display: block !important;
  }

  body #navWrapper .content .nav > .navitem .subnav li a {
    display: block;
    padding: 10px 26px 10px 36px;
    line-height: 1.45;
    color: #5d6875;
    background: transparent;
  }

  .bodyMask {
    position: fixed;
    inset: 0;
    z-index: 119;
    display: none;
    background: rgba(0, 20, 40, 0.42);
  }

  body.grid-nav-open .bodyMask,
  body.grid-site-nav-open .bodyMask {
    display: block;
  }

  #sitecontent,
  #indexPage,
  .module,
  .module_container,
  .container_content,
  .content_wrapper {
    box-sizing: border-box;
    max-width: 100%;
  }

  #sitecontent {
    padding-top: 58px !important;
  }

  #indexPage,
  .npagePage {
    margin-top: 0 !important;
  }

  #topSlider {
    margin-top: 0 !important;
  }

  #topSlider .content_wrapper {
    overflow: hidden;
  }

  #topSlider .cxgt-home-top-slider {
    height: clamp(220px, 62vw, 360px) !important;
  }

  #topSlider .cxgt-home-top-slider .grid-media-carousel__button {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  #topSlider .clear {
    display: none;
  }

  .ff_indexPage .mcounter .module_container {
    height: auto !important;
    padding: 20px 16px;
  }

  .mcounter .content_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .mcounter .content_list li {
    float: none !important;
    width: auto !important;
    min-width: 0;
  }

  .mcounter .number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    white-space: nowrap;
  }

  .mcounter .counterDX {
    position: static !important;
    display: inline-block;
    width: auto !important;
    font-size: clamp(34px, 11vw, 46px) !important;
    line-height: 1 !important;
    letter-spacing: 0;
  }

  .mcounter .unit {
    position: static !important;
    display: inline-block;
    width: auto !important;
    font-size: 16px !important;
  }

  .mcounter .title {
    text-align: center;
  }

  .ff_indexPage .mlist .container_header,
  .ff_indexPage .mlist .module_container .container_category {
    float: none !important;
    width: 100%;
    text-align: left;
  }

  .ff_indexPage .mlist .module_container .container_category {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 0 0;
    white-space: nowrap;
  }

  .cxgt-card-carousel {
    width: 100%;
    overflow: hidden;
  }

  .cxgt-card-track {
    width: 100% !important;
    max-width: 100%;
    gap: 16px !important;
  }

  .service.cxgt-native-carousel .item_block,
  .team.cxgt-native-carousel .item_block,
  .imagelink.cxgt-native-carousel .item_block {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100%;
  }

  .cxgt-card-carousel .item_box,
  .cxgt-card-carousel .item_img,
  .cxgt-card-carousel .item_wrapper {
    box-sizing: border-box;
    max-width: 100%;
  }

  .cxgt-carousel-controls {
    display: none;
  }

  #shares,
  #online_open,
  #online_lx,
  #openAssist {
    display: none !important;
  }

  #assistBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 118;
    display: flex !important;
    height: 52px;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(0, 36, 70, 0.1);
    transform: none !important;
    opacity: 1 !important;
  }

  #assistBtn a {
    display: flex !important;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0;
    height: 52px;
    color: #00468c;
    background: transparent !important;
    border-left: 1px solid #edf1f5;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  #assistBtn a i {
    color: #00468c !important;
    font-size: 18px;
  }

  #assistBtn .fa-phone::before {
    content: "\f095" !important;
  }

  #assistBtn a:first-child {
    border-left: 0;
  }
}

@media screen and (max-width: 480px) {
  #headTop > #logo img {
    height: 32px;
  }

  #topSlider .cxgt-home-top-slider {
    height: 300px !important;
  }

  .module_container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ff_indexPage .mcontact .container_header .title,
  .ff_indexPage .mlist .container_header .title {
    font-size: 22px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 900px) {
  html,
  body {
    max-width: 900px;
    height: auto !important;
    min-height: 100%;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body {
    color: #666;
    font-size: 12px;
  }

  body #header,
  body #header.mini {
    height: 50px;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  body #headTop {
    position: relative;
    height: 50px;
    min-height: 50px;
    padding: 0 62px 0 58px;
    justify-content: center;
  }

  #headTop > #logo {
    justify-content: center;
    width: 100%;
    height: 50px;
  }

  #headTop > #logo img {
    max-width: 100%;
    max-height: 30px;
    height: auto;
  }

  #headTop > #openBtn {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px !important;
    height: 30px !important;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  #headTop > #openBtn::before,
  #headTop > #openBtn::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    display: none;
    width: 30px;
    height: 1px;
    background: #777;
    transform-origin: center;
  }

  body.grid-nav-open #headTop > #openBtn::before,
  body.grid-site-nav-open #headTop > #openBtn::before {
    display: block;
    transform: rotate(45deg);
  }

  body.grid-nav-open #headTop > #openBtn::after,
  body.grid-site-nav-open #headTop > #openBtn::after {
    display: block;
    transform: rotate(-45deg);
  }

  #openBtn .lcbody {
    position: relative;
    width: 30px;
    height: 30px;
  }

  #openBtn .lcitem {
    position: absolute;
    inset: 0 auto auto 0;
    width: 30px !important;
    height: 30px !important;
  }

  #openBtn .lcitem.center {
    display: block !important;
  }

  #openBtn .rect {
    position: absolute;
    top: 14px;
    left: 0;
    width: 30px !important;
    height: 1px !important;
    background: #999 !important;
    border-radius: 0;
  }

  #openBtn .rect.top {
    transform: translate3d(0, -6px, 0) !important;
  }

  #openBtn .rect.bottom {
    transform: translate3d(0, 6px, 0) !important;
  }

  body.grid-nav-open #openBtn .lcitem.top,
  body.grid-site-nav-open #openBtn .lcitem.top {
    transform: translateY(6px) rotate(45deg) !important;
  }

  body.grid-nav-open #openBtn .lcitem.center,
  body.grid-site-nav-open #openBtn .lcitem.center {
    opacity: 0;
  }

  body.grid-nav-open #openBtn .lcbody,
  body.grid-site-nav-open #openBtn .lcbody {
    opacity: 0;
  }

  body.grid-nav-open #openBtn .lcitem.bottom,
  body.grid-site-nav-open #openBtn .lcitem.bottom {
    transform: none !important;
  }

  body.grid-nav-open #openBtn .rect.top,
  body.grid-site-nav-open #openBtn .rect.top {
    transform: rotate(45deg) !important;
  }

  body.grid-nav-open #openBtn .rect.bottom,
  body.grid-site-nav-open #openBtn .rect.bottom {
    transform: rotate(-45deg) !important;
  }

  #headTop .lang-switch-mobile {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 26px;
    padding: 0 8px;
    border-radius: 13px;
    background: #00468c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transform: translateY(-50%);
  }

  #sitecontent {
    min-height: 100vh;
    height: auto !important;
    padding-top: 50px !important;
    overflow-x: hidden;
    overflow-y: visible !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  #indexPage {
    height: auto !important;
    min-height: 0 !important;
  }

  #navWrapper {
    top: 50px;
    right: auto;
    left: 0;
    width: min(82vw, 310px) !important;
    box-shadow: 18px 0 40px rgba(0, 0, 0, 0.16);
    transform: translateX(-105%);
  }

  body.grid-nav-open #navWrapper,
  body.grid-site-nav-open #navWrapper {
    transform: translateX(0);
  }

  body #navWrapper .content .nav {
    padding: 8px 0 18px;
  }

  body #navWrapper .content .nav > .navitem {
    border-bottom-color: #ededed;
  }

  body #navWrapper .content .nav > .navitem > a {
    min-height: 46px;
    padding: 0 20px;
    color: #444;
    font-size: 14px;
  }

  body #navWrapper .content .nav > .navitem.has-subnav > a {
    justify-content: space-between;
  }

  body #navWrapper .content .nav > .navitem > a.active {
    background: #f6f8fb;
  }

  #topSlider .cxgt-home-top-slider--desktop {
    display: none;
  }

  #topSlider .cxgt-home-top-slider--mobile {
    display: block;
  }

  #topSlider,
  #topSlider .content_wrapper {
    height: auto !important;
    background: #fff;
  }

  #topSlider .cxgt-home-top-slider {
    height: auto !important;
    aspect-ratio: 750 / 360;
    background: #fff;
  }

  #topSlider .cxgt-home-top-slider .grid-media-carousel__viewport {
    overflow: hidden;
  }

  #topSlider .cxgt-home-top-slider--mobile .grid-media-carousel__button {
    display: grid;
    width: 30px !important;
    height: 30px !important;
    border: 0;
    background: rgb(0 0 0 / 24%);
    font-size: 24px !important;
  }

  #topSlider .cxgt-home-top-slider .grid-media-carousel__pagination {
    bottom: 8px;
  }

  #topSlider .cxgt-home-top-slider .grid-media-carousel__dot {
    width: 18px;
    height: 3px;
    background: rgba(255, 255, 255, 0.55);
  }

  .ff_indexPage .mcounter {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    margin: 0 !important;
    background: #f8f8f8 !important;
  }

  .ff_indexPage .mcounter .module_container {
    position: static !important;
    height: auto !important;
    padding: 10px 0 !important;
    background: #f8f8f8;
  }

  .ff_indexPage .mcounter .container_content,
  .ff_indexPage .mcounter .content_list {
    position: static !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .mcounter .content_list {
    gap: 0;
  }

  .mcounter .content_list li div {
    padding: 20px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .mcounter .content_list li:nth-child(2n) div {
    border-right: 0;
  }

  .mcounter .number {
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .mcounter .counterDX {
    font-family: HELVETICANEUELTPRO-THEX, Arial, sans-serif;
    font-size: 36px !important;
    color: #3c3c3c;
  }

  .mcounter .unit {
    font-size: 12px !important;
    color: #959595;
  }

  .mcounter .title {
    width: 100% !important;
    margin: 5px 0 0 !important;
    color: #959595;
    font-size: 12px;
    line-height: 20px;
    text-align: center !important;
  }

  .mlist {
    padding: 0 !important;
  }

  .ff_indexPage .module {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ff_indexPage .module_container,
  .ff_indexPage .container_content,
  .ff_indexPage .content_wrapper {
    height: auto !important;
    min-height: 0 !important;
  }

  .ff_indexPage .mcustomize.initlayout {
    display: none !important;
  }

  .ff_indexPage .wow {
    visibility: visible !important;
    animation: none !important;
  }

  .ff_indexPage .service,
  .ff_indexPage .mcustomize.tril,
  .ff_indexPage .team_tabs,
  .ff_indexPage .team,
  .ff_indexPage .imagelink {
    display: none !important;
  }

  .ff_indexPage .mlist .container_header,
  .ff_indexPage .mcustomize .header,
  #mcontact .container_header {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    padding: 36px 0 16px;
    text-align: left;
  }

  .ff_indexPage .mlist .container_header .title,
  .ff_indexPage .mcustomize .header .title,
  #mcontact .container_header .title {
    display: block;
    margin: 0;
    padding: 0;
    color: #00468c;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }

  .ff_indexPage .mlist .container_header .subtitle,
  .ff_indexPage .mcustomize .header .subtitle,
  #mcontact .container_header .subtitle {
    display: block;
    margin: 0;
    padding: 0;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .ff_indexPage .mlist .module_container .container_category {
    display: none;
  }

  .service.cxgt-native-carousel .cxgt-card-carousel {
    width: 75%;
    margin: 10px auto 30px;
    padding-top: 0 !important;
    overflow: visible;
  }

  .service.cxgt-native-carousel .cxgt-card-track {
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .service.cxgt-native-carousel .item_block {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .service.cxgt-native-carousel .item_box {
    display: block;
    background: #fff;
  }

  .service.cxgt-native-carousel .item_info {
    padding: 16px 10% 7px;
    text-align: center;
  }

  .service.cxgt-native-carousel .item_des {
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 0 10% 18px;
    line-height: 20px;
    text-align: center;
  }

  .service.cxgt-native-carousel .item_des .description {
    -webkit-line-clamp: 2;
    min-height: 0;
    max-height: 40px;
    color: #999;
    font-size: 12px;
  }

  .service.cxgt-native-carousel .cxgt-carousel-controls {
    display: block;
  }

  .service.cxgt-native-carousel .cxgt-carousel-button {
    display: block;
    top: 38%;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.12);
  }

  .service.cxgt-native-carousel .cxgt-carousel-button.owl-prev {
    left: -15%;
  }

  .service.cxgt-native-carousel .cxgt-carousel-button.owl-next {
    right: -15%;
  }

  .mcustomize.tril .contentbody,
  .mcustomize.tril .contentbody .wrapper,
  .mcustomize.tril .description,
  .mcustomize.tril .mediabody {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    box-sizing: border-box;
    width: 90% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
  }

  .mcustomize.tril .header {
    position: static !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 36px 0 16px !important;
  }

  .mcustomize.tril .description {
    color: #7c7c7c;
    font-size: 13px;
    line-height: 22px;
  }

  .mcustomize.tril .description p {
    display: -webkit-box;
    max-height: 88px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 0;
  }

  .mcustomize.tril .mediabody {
    padding: 16px 0 28px !important;
  }

  .mcustomize.tril .mediabody a {
    display: block !important;
    width: 100%;
  }

  .mcustomize.tril .mediabody .image {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    background-position: center;
    background-size: cover;
  }

  .project .container_content .content_wrapper {
    width: 96%;
    margin: 0 2%;
    padding-top: 0 !important;
  }

  .project .content_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2%;
  }

  .project .content_list .item_block {
    float: none !important;
    width: auto !important;
    margin: 0 0 14px !important;
  }

  .ff_indexPage .project .content_list .item_block:nth-child(n + 5) {
    display: none !important;
  }

  .project .content_list .item_block .item_wrapper {
    display: block !important;
    box-sizing: border-box;
    position: relative;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    padding: 0 !important;
    background: #f8f8f8;
  }

  .project .content_list .item_block .item_info {
    box-sizing: border-box;
    width: 100%;
    padding: 14px 12px;
    text-align: left;
  }

  .project .content_list .item_block .title {
    color: #444;
    font-size: 14px;
    line-height: 20px;
  }

  .project .content_list .item_block .subtitle,
  .project .content_list .item_des,
  .project .content_list .details,
  .project .content_list .item_tags {
    display: none !important;
  }

  .team_tabs {
    padding: 10px 0;
    background-size: cover !important;
  }

  .team_tabs .container_header {
    display: none;
  }

  .team_tabs .tab_button .content_list {
    display: block !important;
    width: 90%;
    margin: 0 auto;
  }

  .team_tabs .content_list .item_block {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  .team_tabs .item_block .item_img,
  .team_tabs .item_block .item_info .subtitle {
    display: none !important;
  }

  .team_tabs .item_block .item_box,
  .team_tabs .item_block .item_wrapper {
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
  }

  .team_tabs .item_block .item_info {
    padding: 16px 20px;
    text-align: left;
  }

  .team_tabs .item_block .title {
    display: inline-block;
    color: #444;
    font-size: 14px;
    line-height: 20px;
  }

  .team_tabs .item_block .title::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    margin-left: 8px;
    vertical-align: middle;
    background: #00468c;
  }

  .news .container_content .content_wrapper {
    width: 90%;
    margin: 0 5%;
    padding-top: 0 !important;
  }

  .news .content_list {
    display: block !important;
  }

  .news .content_list .item_block {
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #e9e9e9 !important;
    text-align: left;
  }

  .ff_indexPage .news .content_list .item_block:nth-child(n + 4) {
    display: none !important;
  }

  .news .content_list .item_img,
  .news .content_list .details,
  .news .content_list .item_tags {
    display: none !important;
  }

  .news .content_list .item_wrapper {
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 !important;
  }

  .news .content_list .item_info .title {
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    min-height: 0;
  }

  .news .content_list .date_wrap {
    display: block !important;
    float: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 8px 0 0 !important;
    color: #adadad;
    line-height: 20px !important;
    font-size: 12px !important;
  }

  .news .content_list .date_wrap .year {
    display: block !important;
    height: auto !important;
    line-height: 20px !important;
  }

  .news .content_list .item_des {
    display: none !important;
  }

  .news .content_list .description {
    height: 40px;
    min-height: 0;
    max-height: 40px;
    color: #8f8f8f;
    font-size: 12px;
    line-height: 20px;
  }

  .team.cxgt-native-carousel .cxgt-card-track {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .team.cxgt-native-carousel .item_block {
    width: 90% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto 12px !important;
    padding: 0 !important;
  }

  .team.cxgt-native-carousel .item_box {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
  }

  .team.cxgt-native-carousel .item_img {
    flex: 0 0 112px;
    width: 112px !important;
    height: 76px !important;
    overflow: hidden;
  }

  .team.cxgt-native-carousel .item_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .team.cxgt-native-carousel .item_wrapper {
    display: block !important;
    flex: 1 1 auto;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    min-width: 0;
    margin: 0 !important;
  }

  .team.cxgt-native-carousel .item_info {
    padding: 14px 16px !important;
    text-align: left;
  }

  .team.cxgt-native-carousel .item_des,
  .team.cxgt-native-carousel .details,
  .team.cxgt-native-carousel .item_tags {
    display: none !important;
  }

  #mcontact {
    padding-bottom: 40px;
    background: #fff;
  }

  #mcontact .container_header {
    position: static !important;
    left: auto !important;
    width: 90% !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
  }

  #mcontact .module_container,
  #mcontact .container_content,
  #mcontact .content_wrapper {
    padding: 0 !important;
  }

  #mcontact .contactlist {
    box-sizing: border-box;
    width: 90%;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    text-align: left;
  }

  #mcontact .contactinfo {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  #mcontact .contactinfo h3 {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
  }

  #mcontact .contactinfo p {
    height: auto;
    min-height: 24px;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    white-space: normal;
  }

  .imagelink .container_header {
    display: none !important;
  }

  .imagelink.cxgt-native-carousel {
    background: #2b2b2b;
  }

  .imagelink.cxgt-native-carousel .cxgt-card-track {
    display: flex !important;
    gap: 16px !important;
    width: 90% !important;
    margin: 0 auto;
  }

  .imagelink.cxgt-native-carousel .item_block {
    flex: 0 0 42% !important;
    width: 42% !important;
  }

  #footer {
    height: 50px;
    padding: 0 20px;
    background: #f0f0f0;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
  }

  #footer p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #assistBtn {
    right: 0 !important;
    bottom: 0;
    left: 0 !important;
    width: 100% !important;
    height: 52px !important;
    margin: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 -8px 24px rgba(0, 36, 70, 0.1) !important;
  }

  #assistBtn a {
    position: relative;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 52px !important;
    margin: 0 !important;
    line-height: 52px;
    color: #00468c;
    border: 0;
  }

  #assistBtn a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.08);
  }

  #assistBtn a:last-child::after {
    display: none;
  }

  #assistBtn a i {
    position: static !important;
    height: auto !important;
    line-height: 1 !important;
    color: #00468c !important;
    font-size: 18px;
    margin: 0 !important;
  }

  #assistBtn .fa-phone::before {
    content: "\f095" !important;
  }
}

@media screen and (min-width: 901px) {
  #topSlider .cxgt-home-top-slider--mobile {
    display: none;
  }
}

.ff_pageList .team .content_list .item_img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.grid-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 34px auto 0;
  padding: 10px 0;
  color: #7b8490;
  font-size: 13px;
  line-height: 1;
}

.grid-pagination__total,
.grid-pagination__status {
  color: #8b95a1;
}

.grid-pagination__pages {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.grid-pagination__link,
.grid-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid #e2e7ef;
  color: #4c5663;
  background: #fff;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.grid-pagination__link:hover,
.grid-pagination__page:hover,
.grid-pagination__page.is-current {
  border-color: #00468c;
  color: #fff;
  background: #00468c;
}

.grid-pagination__link.is-disabled {
  cursor: default;
  opacity: .45;
}

.grid-pagination__link.is-disabled:hover {
  border-color: #e2e7ef;
  color: #4c5663;
  background: #fff;
}

@media screen and (max-width: 900px) {
  body #navWrapper .content .cxgt-site-nav .grid-site-nav__list {
    display: block !important;
    width: 100% !important;
    margin: 0;
    padding: 8px 0 18px;
    background: #fff;
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ededed;
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__link,
  body #navWrapper .content .cxgt-site-nav .grid-site-nav__link:hover,
  body #navWrapper .content .cxgt-site-nav .grid-site-nav__link:focus {
    display: flex !important;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100% !important;
    min-height: 46px;
    padding: 0 20px;
    color: #444 !important;
    border-top: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 1.4 !important;
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__link[aria-current="page"],
  body #navWrapper .content .cxgt-site-nav .grid-site-nav__item.is-open > .grid-site-nav__link {
    color: #00468c !important;
    background: #f6f8fb !important;
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__toggle {
    flex: 0 0 auto;
    margin-left: 12px;
    color: inherit;
    transition: transform .2s ease;
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__item.is-open .grid-site-nav__toggle {
    transform: rotate(180deg);
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__submenu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0;
    padding: 0 0 8px;
    border: 0;
    background: #f7f9fc;
    box-shadow: none;
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__item.is-open .grid-site-nav__submenu {
    display: block !important;
  }

  body #navWrapper .content .cxgt-site-nav .grid-site-nav__sublink,
  body #navWrapper .content .cxgt-site-nav .grid-site-nav__sublink:hover,
  body #navWrapper .content .cxgt-site-nav .grid-site-nav__sublink:focus {
    display: block;
    padding: 10px 26px 10px 36px;
    color: #5d6875 !important;
    border-top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 1.45;
  }
}

@media screen and (max-width: 900px) {
  body #header #navWrapper .content .nav > .navitem > a,
  body #header #navWrapper .content .nav > .navitem > a:hover,
  body #header #navWrapper .content .nav > .navitem > a:focus {
    display: flex !important;
    width: 100% !important;
    color: #444 !important;
    border-top: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body #header #navWrapper .content .nav > .navitem > a.active,
  body #header #navWrapper .content .nav > .navitem > a.active:hover,
  body #header #navWrapper .content .nav > .navitem > a.active:focus {
    color: #00468c !important;
    background: #f6f8fb !important;
  }

  body #header #navWrapper .content .nav > .navitem.has-subnav > a,
  body #header #navWrapper .content .nav > .navitem.has-subnav > a:hover,
  body #header #navWrapper .content .nav > .navitem.has-subnav > a:focus {
    display: flex !important;
    width: 100% !important;
    color: #444 !important;
    border-top: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  body #header #navWrapper .content .nav > .navitem.has-subnav.is-open > a,
  body #header #navWrapper .content .nav > .navitem.has-subnav.is-open > a:hover,
  body #header #navWrapper .content .nav > .navitem.has-subnav.is-open > a:focus {
    color: #00468c !important;
    border-top: 0 !important;
    background: #f6f8fb !important;
    box-shadow: none !important;
  }

  body #header #navWrapper .content .nav > .navitem.has-subnav > a > span,
  body #header #navWrapper .content .nav > .navitem.has-subnav > a > i {
    color: inherit !important;
  }

  body #header #navWrapper .content .nav > .navitem .subnav li a,
  body #header #navWrapper .content .nav > .navitem .subnav li a:hover,
  body #header #navWrapper .content .nav > .navitem .subnav li a:focus {
    color: #5d6875 !important;
    border-top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .ff_pageList .project .module_container,
  .ff_pageList .project .container_content,
  .ff_pageList .project .content_wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .ff_pageList .project .content_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 8px;
    width: 100% !important;
    height: auto !important;
  }

  .ff_pageList .project .content_list .item_block {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #fff;
  }

  .ff_pageList .project .content_list .item_box {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    border: 1px solid #edf1f5;
    background: #fff;
  }

  .ff_pageList .project .content_list .item_img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .ff_pageList .project .content_list .item_wrapper {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 10px 9px 12px !important;
    background: #fff;
  }

  .ff_pageList .project .content_list .item_info {
    width: 100% !important;
    padding: 0 !important;
  }

  .ff_pageList .project .content_list .item_info .title {
    min-height: 40px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
  }

  .bodyproject .mlistpost.project {
    box-sizing: border-box;
    padding: 0 12px 32px !important;
  }

  .bodyproject .mlistpost.project .module_container,
  .bodyproject .mlistpost.project .container_content,
  .bodyproject .mlistpost.project .content_wrapper,
  .bodyproject .mlistpost.project #postWrapper {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }

  .bodyproject .mlistpost.project .cxgt-post-carousel {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 16px !important;
    aspect-ratio: 4 / 3;
    background: #f5f7fa;
  }

  .bodyproject .mlistpost.project .cxgt-post-carousel .grid-media-carousel__viewport,
  .bodyproject .mlistpost.project .cxgt-post-carousel .grid-media-carousel__track,
  .bodyproject .mlistpost.project .cxgt-post-carousel .grid-media-carousel__slide,
  .bodyproject .mlistpost.project .cxgt-post-carousel .grid-media-carousel__link {
    height: 100% !important;
  }

  .bodyproject .mlistpost.project .postContent,
  .bodyproject .mlistpost.project .postbody,
  .bodyproject .mlistpost.project .listWrap,
  .bodyproject .mlistpost.project .listContent_post {
    float: none !important;
    box-sizing: border-box;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .bodyproject .mlistpost.project .postInfo {
    display: block !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }

  .bodyproject .mlistpost.project .postInfo .title {
    width: 100% !important;
    margin: 0 !important;
    color: #222;
    font-size: 20px;
    line-height: 28px;
    white-space: normal;
  }

  .bodyproject .mlistpost.project .postInfo .description {
    margin-top: 10px;
    color: #777;
    font-size: 13px;
    line-height: 22px;
  }

  .bodyproject .mlistpost.project .postbody {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
  }

  .bodyproject .mlistpost.project .postbody p {
    margin: 0 0 14px;
  }

  .bodyproject .mlistpost.project .postbody img,
  .bodyproject .mlistpost.project .postbody table,
  .bodyproject .mlistpost.project .postbody tbody,
  .bodyproject .mlistpost.project .postbody tr,
  .bodyproject .mlistpost.project .postbody td {
    max-width: 100% !important;
    height: auto !important;
  }

  .bodyproject .mlistpost.project .postbody table,
  .bodyproject .mlistpost.project .postbody tbody,
  .bodyproject .mlistpost.project .postbody tr,
  .bodyproject .mlistpost.project .postbody td {
    display: block !important;
    width: 100% !important;
  }

  .bodyproject .mlistpost.project .listWrap {
    margin-top: 26px !important;
    border-top: 1px solid #edf1f5;
    padding-top: 18px !important;
  }

  .bodyproject .mlistpost.project .listWrap > .postInfo {
    display: none !important;
  }

  .bodyproject .mlistpost.project .listContent_post h3 {
    margin: 0 0 14px;
    color: #222;
    font-size: 18px;
    line-height: 26px;
  }

  .bodyproject .mlistpost.project .listContent_post .content_wrapper {
    width: 100% !important;
  }

  .bodyproject .mlistpost.project .listContent_post .content_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .bodyproject .mlistpost.project .listContent_post .item_block {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #edf1f5;
    background: #fff;
  }

  .bodyproject .mlistpost.project .listContent_post .item_img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .bodyproject .mlistpost.project .listContent_post .item_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .bodyproject .mlistpost.project .listContent_post .item_wrapper {
    width: 100% !important;
    height: auto !important;
    padding: 9px !important;
  }

  .bodyproject .mlistpost.project .listContent_post .item_info .title {
    min-height: 40px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
  }

  #footer {
    margin-bottom: 52px;
  }

  #footer a {
    display: none;
  }

  .ff_pageList .team .module_container,
  .ff_pageList .team .container_content,
  .ff_pageList .team .content_wrapper,
  .ff_pageList .team .content_list {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }

  .ff_pageList .team .content_list {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ff_pageList .team .content_list .item_block {
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid #edf1f5;
    background: #fff;
  }

  .ff_pageList .team .content_list .item_box {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    color: inherit;
  }

  .ff_pageList .team .content_list .item_img {
    float: none !important;
    position: relative !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .ff_pageList .team .content_list .item_wrapper {
    float: none !important;
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 16px 16px !important;
  }

  .ff_pageList .team .content_list .item_info,
  .ff_pageList .team .content_list .item_des,
  .ff_pageList .team .content_list .description {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ff_pageList .team .content_list .title {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 8px !important;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    white-space: normal;
  }

  .ff_pageList .team .content_list .description {
    color: #666;
    font-size: 13px;
    line-height: 22px;
  }

  .ff_pageList .mlist.development .module_container,
  .ff_pageList .mlist.development .container_content,
  .ff_pageList .mlist.development .content_wrapper,
  .ff_pageList .mlist.development .cxgt-history-list {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }

  .ff_pageList .mlist.development .container_content {
    padding-top: 18px !important;
  }

  .ff_pageList .mlist.development .cxgt-history-list {
    padding-bottom: 14px !important;
  }

  .ff_pageList .mlist.development .cxgt-history-list::before {
    left: 44px;
  }

  .ff_pageList .mlist.development .cxgt-history-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    padding-bottom: 14px;
  }

  .ff_pageList .mlist.development .cxgt-history-year {
    box-sizing: border-box;
    padding-right: 18px;
    font-size: 20px;
    line-height: 26px;
  }

  .ff_pageList .mlist.development .cxgt-history-dot {
    position: absolute;
    left: 37px;
    top: 18px;
    width: 11px;
    height: 11px;
    border-width: 2px;
    box-shadow: 0 0 0 6px rgba(0, 70, 140, 0.08);
  }

  .ff_pageList .mlist.development .cxgt-history-body {
    min-height: 0;
    padding: 13px 14px;
  }

  .ff_pageList .mlist.development .cxgt-history-body .title {
    font-size: 13px;
    line-height: 22px;
  }
}
