html {
  font-size: 20px;
}
@media (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: Arial, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei", system-ui, sans-serif;
}
a {
  text-decoration: none;
  outline: none;
}
.lh-16-30 {
  line-height: 1.875;
}
.w-1520 {
  max-width: 1520px;
}
@media (max-width: 1600px) {
  .w-1520 {
    width: 90%;
  }
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.relative {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bg-grey {
  background-color: #fafafa;
}
.text-white {
  color: #fff;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.col-5 {
  width: 50%;
  flex: auto;
  max-width: none;
}
.col-10 {
  width: 100%;
  flex: auto;
  max-width: none;
}
.text-center {
  text-align: center;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.fw-200 {
  font-weight: 200;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 600;
  -webkit-transition: background 0.6s ease-out, -webkit-transform 0.5s ease-out;
  transition: background 0.6s ease-out, -webkit-transform 0.5s ease-out;
  transition: background 0.6s ease-out, transform 0.5s ease-out;
  transition: background 0.6s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.header .header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  transition: all 0.5s;
}
.header .header-main .header-left .logo {
  display: inline-block;
  position: relative;
  width: 9.6rem;
}
.header .header-main .header-left .logo img {
  width: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.header .header-main .header-left .logo .white {
  opacity: 1;
}
.header .header-main .header-left .logo .black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.header .header-main .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 900;
}
.header .header-main .header-right .header-search-btn {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  height: 30px;
  line-height: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.header .header-main .header-right .header-search-btn:hover {
  color: #C83200;
}
.header .header-main .header-right .header-menu-btn {
  margin-left: 1.7rem;
  cursor: pointer;
}
.header .header-main .header-right .header-menu-btn:hover i {
  background-color: #C83200;
}
.header .header-main .header-right .header-menu-btn i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.header .header-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  z-index: 650;
  -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.header .header-sidebar .header-sidebar-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #C83200;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  z-index: 200;
}
@media (max-width: 768px) {
  .header .header-sidebar .header-sidebar-block {
    width: 80%;
  }
}
.header .header-sidebar .header-sidebar-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .header-sidebar .header-sidebar-main .header-sidebar-content {
  width: 30%;
  color: #fff;
  position: relative;
  margin: 6.5rem 0;
  z-index: 200;
}
@media (max-width: 768px) {
  .header .header-sidebar .header-sidebar-main .header-sidebar-content {
    width: 72%;
  }
}
.header .header-sidebar .header-sidebar-main .header-sidebar-content .header-sidebar-menu .header-sidebar-item {
  padding: 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.header .header-sidebar .header-sidebar-main .header-sidebar-content .header-sidebar-menu .header-sidebar-item a {
  font-size: 1.4rem;
  display: block;
  position: relative;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1025px) and (max-width: 1460px) {
  .header .header-sidebar .header-sidebar-main .header-sidebar-content .header-sidebar-menu .header-sidebar-item a {
    font-size: 1.2rem;
  }
}
.header .header-sidebar .header-sidebar-main .header-sidebar-content .header-sidebar-menu .header-sidebar-item a .item-plus {
  font-size: 1.5rem;
  display: flex;
}
.header .header-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.open-sidebar .header-main .header-right .header-search-btn {
  color: #ffffff !important;
}
.open-sidebar .header-main .header-right .header-menu-btn i {
  background-color: #ffffff !important;
}
.open-sidebar .header-main .header-right .header-menu-btn i:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}
.open-sidebar .header-main .header-right .header-menu-btn i:nth-child(2) {
  opacity: 0;
}
.open-sidebar .header-main .header-right .header-menu-btn i:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}
.open-sidebar .header-sidebar {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.open-sidebar .header-sidebar .header-sidebar-block {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.open-sidebar .header-sidebar::after {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  height: 100%;
}
.open-sidebar .header-sidebar-item {
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s cubic-bezier(0.3, 0, 0.2, 1) !important;
  transition: opacity 0.2s cubic-bezier(0.3, 0, 0.2, 1) !important;
}
.scroll-fix {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.scroll-fix .header-main {
  padding: 1rem 0;
}
.scroll-fix .header-main .header-right .header-search-btn {
  color: #111111;
}
.scroll-fix .header-main .header-right .header-menu-btn i {
  background-color: #111111;
}
.scroll-fix .logo .black {
  opacity: 1 !important;
}
.global-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-transition: height 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: height 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  overflow: hidden;
  z-index: 600;
}
.global-search .global-search-content {
  margin-top: 80px;
  padding: 60px 0 120px 0;
}
.global-search .global-search-content form {
  display: flex;
}
.global-search .global-search-content form input {
  width: 80%;
  height: 50px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.global-search .global-search-content form button {
  width: 20%;
  height: 50px;
  margin: 0;
  border-radius: 0;
  background: #C83200;
  border: 0;
  color: #fff;
  font-size: 16px;
}
.open-search {
  height: 320px !important;
}
.black-control {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.black-control .header-main {
  padding: 1rem 0;
}
.black-control .header-main .header-right .header-search-btn {
  color: #111111;
}
.black-control .header-main .header-right .header-menu-btn i {
  background-color: #111111;
}
.black-control .logo .black {
  opacity: 1 !important;
}
.footer {
  position: relative;
  background: #111111;
}
.footer .back-top {
  position: absolute;
  right: 2%;
  top: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  color: #C83200;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.footer .back-top:hover {
  background-color: #C83200;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .footer .back-top {
    display: none;
  }
}
.footer .footer-main .footer-top {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .footer-main .footer-top {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer .footer-main .footer-top .footer-left {
  flex: none;
}
.footer .footer-main .footer-top .footer-left .footer-logo {
  width: 9.6rem;
  display: block;
}
.footer .footer-main .footer-top .footer-left .footer-logo img {
  width: 100%;
}
.footer .footer-main .footer-top .footer-right {
  display: flex;
  justify-content: flex-end;
  gap: 6rem;
  flex: 1;
}
@media (max-width: 1024px) {
  .footer .footer-main .footer-top .footer-right {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.footer .footer-main .footer-top .footer-right .footer-menu {
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footer .footer-main .footer-top .footer-right .footer-menu {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.footer .footer-main .footer-top .footer-right .footer-menu .footer-menu2 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .footer .footer-main .footer-top .footer-right .footer-menu .footer-menu2 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer .footer-main .footer-top .footer-right .footer-menu span {
  color: #fff;
  padding-bottom: 1rem;
  white-space: nowrap;
}
.footer .footer-main .footer-top .footer-right .footer-menu a {
  color: #999999;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .footer .footer-main .footer-top .footer-right .footer-menu a {
    padding-bottom: 0;
  }
}
.footer .footer-main .footer-top .footer-right .footer-menu .fonter-contact {
  width: 14rem;
}
@media (max-width: 1024px) {
  .footer .footer-main .footer-top .footer-right .footer-menu .fonter-contact {
    width: 100%;
  }
}
.footer .footer-main .footer-top .footer-right .footer-menu .fonter-contact .item {
  display: flex;
  font-size: 16px;
  color: #999999;
  gap: 8px;
  padding-bottom: 1rem;
  align-items: flex-start;
}
.footer .footer-main .footer-top .footer-right .footer-menu .fonter-contact .item img {
  width: 80px;
  margin-left: 32px;
}
.footer .footer-main .footer-top .footer-right .footer-menu .fonter-contact .item .item-icon {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.footer .footer-main .footer-bottom {
  border-top: 1px solid #333333;
  padding: 1.5rem 0;
}
.footer .footer-main .footer-bottom .copyright {
  font-size: 16px;
  line-height: 2;
  color: #999999;
  text-align: center;
}
.footer .footer-main .footer-bottom .copyright a {
  color: #999999;
}
.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #C83200;
  color: #fff;
  padding: 0.625em 1.875em;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.btn-more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.btn-more:hover {
  color: #C83200;
}
.btn-more:hover::before {
  transform: scaleX(1);
}
.btn-more span {
  z-index: 20;
}
.banner .banner-main {
  position: relative;
}
.banner .banner-main .swiper-slide img {
  height: 100%;
}
@media (max-width: 1024px) {
  .banner .banner-main .swiper-slide img {
    height: 100vh;
  }
}
.banner .banner-main .in-banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  color: #fff;
}
.swiper-button {
  background-image: none;
  height: auto;
  width: auto;
  transition: all 0.5s ease-in-out;
}
.swiper-button div {
  display: flex;
  padding: 16px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
.swiper-button div ion-icon {
  width: 24px;
  height: 24px;
  color: #fff;
}
.swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
}
.swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
}
.swiper-container:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.swiper-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
.in-about .in-about-img {
  position: absolute;
  left: 0%;
  width: 50%;
  top: 0;
  z-index: 20;
}
@media (max-width: 1024px) {
  .in-about .in-about-img {
    width: 100%;
    left: 0%;
  }
}
.in-about .in-about-img img {
  width: 100%;
}
.in-about .in-about-content {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
}
.in-about .in-about-content .in-about-title {
  width: 50%;
}
@media (max-width: 1024px) {
  .in-about .in-about-content .in-about-title {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.in-about .in-about-content .in-about-txt {
  width: 50%;
}
@media (max-width: 1024px) {
  .in-about .in-about-content .in-about-txt {
    width: 100%;
  }
}
.in-about .in-about-content .in-about-txt .paragraph {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 1024px) {
  .in-about .in-about-content .in-about-txt .paragraph {
    font-size: 14px;
    line-height: 1.6;
  }
}
.in-about .in-about-content .in-about-txt .paragraph h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.83333333em;
}
@media (max-width: 1024px) {
  .in-about .in-about-content .in-about-txt .paragraph h4 {
    font-size: 18px;
    padding-left: 16px;
    border-left: 2px solid #C83200;
    margin-bottom: 6vw;
  }
}
.in-realm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.in-realm-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.in-realm-item .in-realm-pic {
  width: 50%;
}
@media (max-width: 1024px) {
  .in-realm-item .in-realm-pic {
    width: 100%;
  }
}
.in-realm-item .in-realm-pic::before {
  content: "";
  display: block;
}
.in-realm-item .in-realm-pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.in-realm-cont {
  width: 50%;
  padding: 2rem 2.5rem 1rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #fafafa;
}
@media (max-width: 1024px) {
  .in-realm-cont {
    width: 100%;
    padding: 2rem 0;
    background-color: #ffffff;
  }
}
.in-realm-cont .in-realm-bottom .in-realm-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .in-realm-cont .in-realm-bottom .in-realm-list {
    margin-top: 3rem;
  }
}
.in-realm-cont .in-realm-bottom .in-realm-list li {
  margin-bottom: 1.5rem;
  width: calc(100% / 3);
}
.in-realm-cont .in-realm-bottom .in-realm-list li .item-box {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.in-realm-cont .in-realm-bottom .in-realm-list li .item-box a {
  position: relative;
  display: block;
  padding-top: 0.11111111em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.in-realm-cont .in-realm-bottom .in-realm-list li .item-box a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  background-color: #C83200;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}
.in-realm-cont .in-realm-bottom .in-realm-list li .item-box a:hover {
  color: #C83200;
}
.in-realm-cont .in-realm-bottom .in-realm-list li .item-box a:hover::before {
  transform: scaleX(1);
}
.sec-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-container {
  border-top: 1px solid #ddd;
  margin-top: 3rem;
}
.list-news li {
  margin-top: 2.5rem;
}
.list-news li .item-box a {
  color: #111111;
}
.list-news li .item-box a:hover .item-inner::after {
  transform: scaleX(1);
}
.item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-cont .item-date {
  width: 30%;
}
@media (max-width: 500px) {
  .item-cont .item-date {
    width: 25%;
  }
}
.item-cont .item-date .item-day {
  color: #C83200;
}
@media (max-width: 500px) {
  .item-cont .item-date .item-day {
    font-size: 2rem;
    font-weight: 700;
  }
}
.item-cont .item-date .item-year {
  color: #333;
  line-height: 1.3;
}
.item-cont .item-inner {
  width: 68%;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media (max-width: 500px) {
  .item-cont .item-inner {
    width: 70%;
  }
}
.item-cont .item-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #C83200;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.item-cont .item-inner .item-caption {
  position: relative;
  padding-right: 22px;
}
@media (max-width: 1024px) {
  .item-cont .item-inner .item-caption {
    padding-right: 0px;
  }
}
.item-cont .item-inner .item-caption .item-title {
  width: 83%;
  line-height: 1.5;
  height: 2.8em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .item-cont .item-inner .item-caption .item-title {
    width: 100%;
    font-size: 24px;
  }
}
.item-pic {
  width: 50%;
}
.item-pic::before {
  padding-top: 55%;
}
.page-banner-img::before {
  content: "";
  display: block;
  padding-top: 40%;
}
@media (max-width: 1024px) {
  .page-banner-img::before {
    padding-top: 70%;
  }
}
.img-box {
  position: relative;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
}
.img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36%;
  z-index: 10;
}
.banner-up {
  margin-top: -11vw;
  position: relative;
  z-index: 20;
}
.contact-top-content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .contact-top-content::before {
    width: 100%;
  }
}
.contact-top-left {
  width: 32%;
  position: relative;
  z-index: 20;
  display: flex;
  background-color: #C83200;
  padding-left: 3rem;
  padding-top: 4rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .contact-top-left {
    width: 100%;
    padding-top: 3.5rem;
  }
}
.contact-top-right {
  width: 68%;
}
@media (max-width: 1024px) {
  .contact-top-right {
    width: 100%;
    padding-bottom: 3.5rem;
  }
}
.contact-top-infor {
  position: relative;
  color: #fff;
}
.contact-top-infor .item {
  margin-bottom: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}
.contact-top-infor .item img {
  width: 120px;
  margin-left: 30px;
}
.contact-top-infor .item .item-icon {
  font-size: 30px;
  display: flex;
}
.contact-top-infor .item p {
  width: calc(100% - 6em);
  padding-left: 0.75em;
  padding-right: 0.6em;
}
.contact-map {
  height: 100%;
}
.contact-map::before {
  padding-top: 62%;
}
.contact-map-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  z-index: 20;
}
.contact-map-mark > div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.contact-map-mark .r1 {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(184, 38, 9, 0.1);
  -webkit-animation: scaleAnimation 2s infinite alternate;
  animation: scaleAnimation 2s infinite alternate;
}
.contact-map-mark .r2 {
  width: 68%;
  height: 68%;
  margin-top: -34%;
  margin-left: -34%;
  background-color: rgba(184, 38, 9, 0.2);
  -webkit-animation: scaleAnimation 2s infinite alternate;
  animation: scaleAnimation 2s infinite alternate;
}
.contact-map-mark .r3 {
  width: 34%;
  height: 34%;
  margin-top: -17%;
  margin-left: -17%;
  border: 2px solid #C83200;
}
.contact-map-mark .r4 {
  width: 22%;
  height: 22%;
  margin-top: -11%;
  margin-left: -11%;
  background-color: #b82609;
}
@keyframes scaleAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.contact-consult .ct-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form .form-group {
  margin-top: 2.5rem;
}
.contact-form .form-group .form-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #ddd;
  -webkit-transition: border 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: border 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.contact-form .form-group .form-inner .item-label {
  padding: 0.8rem 1rem 0.8rem 0;
  min-width: 60px;
  margin: auto;
}
.contact-form .form-group .form-inner input {
  -webkit-transition: border 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: border 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.8rem 0;
  border: none;
  outline: none;
  background: none;
}
.contact-form .form-group .form-submit {
  background-color: #C83200;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 1em 1em;
  -webkit-transition: all 0.75s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.75s cubic-bezier(0.3, 0, 0.2, 1);
  position: relative;
}
.contact-form .form-group .form-submit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.75s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.75s cubic-bezier(0.3, 0, 0.2, 1);
}
.contact-form .form-group .form-submit:hover {
  color: #C83200;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.16);
}
.contact-form .form-group .form-submit:hover::after {
  transform: scaleX(1);
}
.contact-form .form-group .form-submit span {
  z-index: 20;
}
button {
  border: 0;
}
.pagination a {
  font-family: Arial;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.pagination a:hover {
  padding-right: 4em;
  color: #C83200;
}
.page-num {
  font-family: Arial;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
.page-num::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.4em;
  height: 2px;
  background-color: #C83200;
  margin-top: -1px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.page-num:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
.page-num-current {
  color: #C83200;
  padding-right: 4em;
}
.page-num-current::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sec-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625em;
  margin-right: -0.625em;
}
.sec-filter .on .sec-filtrer-title {
  background-color: #C83200;
  border-color: #C83200;
  color: #fff;
}
@media (max-width: 500px) {
  .sec-filter {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sec-filter-item {
  margin-left: 0.625em;
  margin-right: 0.625em;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 500px) {
  .sec-filter-item {
    margin-bottom: 12px;
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }
}
.sec-filtrer-title {
  cursor: pointer;
  border: 1px solid #ddd;
  min-width: 7.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.875em 0 1.25em;
  height: 2.25em;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-filtrer-title:hover {
  background-color: #C83200;
  border-color: #C83200;
  color: #fff;
}
.new-top {
  padding-top: 12rem;
  background-color: #C83200;
}
.new-top-mian {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .new-top-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
}
.new-col-left {
  width: 36%;
}
@media (max-width: 1024px) {
  .new-col-left {
    width: 100%;
  }
}
.new-col-right {
  width: 64%;
}
@media (max-width: 1024px) {
  .new-col-right {
    width: 100%;
  }
}
.item-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-infor .item-user {
  padding-right: 1.875em;
  margin-right: 1.875em;
  position: relative;
}
.item-infor .item-user::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.25em;
  width: 1px;
  height: 1.25em;
  background-color: rgba(255, 255, 255, 0.5);
}
.paragraph {
  font-size: 16px;
  line-height: 1.875;
}
.paragraph p {
  font-size: 0.8rem;
}
.paragraph .list-paddingleft-2 {
  padding-left: 30px;
}
.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.paragraph h1 {
  font-size: 2rem;
  font-weight: 700;
}
.paragraph h2 {
  font-size: 1.2rem;
  font-weight: 700;
}
.paragraph h3 {
  font-weight: 700;
  font-size: 1rem;
}
.paragraph table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}
.paragraph table .firstRow {
  border-top: 1px solid #BBB;
  background-color: #F7F7F7;
  text-align: center;
}
.paragraph table th {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.paragraph table td {
  padding: 5px 10px;
  border: 1px solid #DDD;
}
.paragraph li {
  list-style: disc;
}
.paragraph li::marker {
  color: #C83200;
}
.paragraph blockquote {
  font-size: 1rem;
  margin: 0;
  position: relative;
  padding-left: 1.75em;
  line-height: 1.5;
}
.paragraph blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  background-color: #C83200;
}
.list-search .list-item {
  margin-bottom: 12px;
}
.list-search .search-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 10px 20px;
  background-color: #f8f8f8;
}
.list-search .search-item h4 {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000;
  margin-bottom: 0.25em;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.list-search .search-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.list-search .search-item:hover h4 {
  color: #C83200;
}
.list-search .search-item:hover p {
  color: #111;
}
.realm-left {
  width: 32%;
}
@media (min-width: 1025px) {
  .realm-left {
    position: sticky;
    top: 100px;
  }
}
@media (max-width: 1024px) {
  .realm-left {
    width: 100%;
  }
}
.realm-sidebar {
  background-color: #C83200;
  color: #fff;
  padding: 4rem 2.5rem 2.5rem 2.5rem;
}
.realm-sidebar-list a {
  display: block;
  position: relative;
  padding-top: 0.77777778em;
  padding-bottom: 0.77777778em;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.realm-sidebar-list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.realm-sidebar-list a span {
  max-width: 90%;
}
@media (max-width: 768px) {
  .realm-sidebar-list a span {
    font-size: 16px;
  }
}
.realm-sidebar-list a:hover {
  color: #ffffff;
}
.realm-sidebar-list a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cur a {
  color: #ffffff;
}
.cur a::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.realm-right {
  width: 68%;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .realm-right {
    width: 100%;
  }
}
.about-top-pic {
  position: absolute;
  top: 0;
  left: 0;
}
.about-top-pic img {
  width: 100%;
}
.about-top-content {
  background-color: #C83200;
}
.about-top-inner {
  padding: 4rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .about-top-inner {
    padding: 3rem 2.2rem;
  }
}
.about-top-title {
  width: 48%;
}
@media (max-width: 1024px) {
  .about-top-title {
    width: 100%;
    padding-bottom: 4rem;
  }
}
.about-top-txt {
  width: 52%;
}
@media (max-width: 1024px) {
  .about-top-txt {
    width: 100%;
  }
}
.partner-list .item-title {
  max-width: 90%;
}
.lnwh-li {
  padding-top: 0.55555556em !important;
  padding-bottom: 0.55555556em !important;
}
.partner-li {
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
.partner-li:last-child {
  border-bottom: 1px solid #ddd;
}
.partner-li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: #b82609;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}
.partner-li:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.item-label {
  margin-bottom: 0.33333333em;
}
.item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-plus-partner {
  width: 1rem;
  height: 1rem;
  position: relative;
  z-index: 10;
}
.item-plus-partner::before {
  left: 0;
  height: 3px;
  width: 100%;
  top: 50%;
  margin-top: -1.5px;
  content: "";
  display: block;
  position: absolute;
  background-color: #999;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.item-plus-partner::after {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
  content: "";
  display: block;
  position: absolute;
  background-color: #999;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.item-cont-partner {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
}
.item-cont-partner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.item-cont-partner li {
  display: flex;
  align-items: center;
  width: calc(100% / 8);
}
@media (max-width: 1024px) {
  .item-cont-partner li {
    width: calc(100% / 4);
  }
}
@media (max-width: 576px) {
  .item-cont-partner li {
    width: calc(100% / 3);
  }
}
.item-cont-partner li::before {
  content: "";
  border-left: 2px solid #ddd;
  height: 16px;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
}
.item-cont-partner li p {
  padding: 0.5rem 1rem;
}
@media (max-width: 576px) {
  .item-cont-partner li p {
    padding: 0.5rem;
  }
}
.item-cont-partner li:hover p {
  color: #C83200;
}
.item-cont-partner li:hover::before {
  border-left: 2px solid #C83200;
}
.item-slide {
  height: 0;
  opacity: 0;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.3, 0, 0.2, 1);
}
.item-cont {
  padding-top: 1.52777778em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-txt {
  width: 55%;
}
@media (max-width: 1024px) {
  .item-txt {
    width: 100%;
  }
}
.item-pic {
  width: 32%;
}
@media (max-width: 1024px) {
  .item-pic {
    width: 100%;
  }
}
.active {
  border-top: 1px solid #C83200 !important;
}
.active .item-slide {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  height: auto;
  opacity: 1;
}
.active .item-plus-partner::before {
  background-color: #C83200;
}
.active .item-plus-partner::after {
  opacity: 0;
}
.about-expression-img::before {
  content: "";
  display: block;
  padding-top: 56.57894737%;
}
@media (max-width: 1024px) {
  .about-expression-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.about-expression-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .about-expression-list {
    position: relative;
    z-index: 10;
  }
}
.about-expression-list li {
  width: 50%;
  height: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-expression-list li:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .about-expression-list li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.about-expression-list a {
  display: block;
  padding: 1.66666667em;
  position: relative;
  color: #fff;
  height: 100%;
}
@media (max-width: 1024px) {
  .about-expression-list a {
    padding: 0.9em 1.2em 1.2em 1.2em;
  }
}
.about-expression-list a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b82609;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}
.about-expression-list a:hover::before {
  transform: scaleX(1);
}
.about-expression-list .item-box {
  height: 100%;
}
.about-expression-list .item-cont {
  position: relative;
  height: 100%;
  z-index: 20;
  display: block;
  padding-top: 0;
}
.about-expression-list .item-title {
  margin-bottom: 0.55555556em;
}
.about-expression-list .item-intro {
  max-width: 456px;
}
.about-expression-list .item-icon {
  width: 1.66666667em;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .about-expression-list .item-icon {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 2.8rem;
  }
}
.about-expression-list .item-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-culture-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-culture-pic {
  width: 32%;
}
@media (max-width: 1024px) {
  .about-culture-pic {
    width: 100%;
  }
}
.about-culture-pic::before {
  content: "";
  display: block;
  padding-top: 97%;
}
.about-culture-list {
  width: 64%;
}
@media (max-width: 1024px) {
  .about-culture-list {
    width: 100%;
  }
}
