@charset "UTF-8";
:root {
  --header-height: 6.25rem;
  --page-aside: calc((100% - 1600px) / 2);
  --color-primary: #17479e;
  --color-text: #333333;
}

@media screen and (max-width: 1920px) {
  :root {
    --page-aside: 10rem;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --header-height: 60px;
  }
}

.container {
  max-width: 1600px !important;
  width: calc(100% - 20rem) !important;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
  }
}

@font-face {
  font-family: AvantGardeGothicC-Dem;
  src: url(../fonts/AVANTGARDEGOTHICC-DEMI.OTF);
}

.overflow-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
}

.overflow-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
}

.overflow-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
}

.overflow-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
}

.overflow-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.img100 img {
  display: block;
  width: 100%;
}

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

.text-justify {
  text-align: justify;
}

.text-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.pos-center, .index-about-1 .right .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-x-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* flex布局 */
.flex {
  display: flex;
}

.flex-center, .index-banner .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 0;
}

/* 定位 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.hidden {
  display: none !important;
}

.mt-1 {
  margin-top: 2rem;
}

@media screen and (max-width: 992px) {
  .lg-hidden {
    display: none !important;
  }
  .lg-block {
    display: block !important;
  }
  .lg-flex {
    display: flex !important;
  }
  .lg-flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg-flex-column {
    flex-direction: column !important;
  }
  .lg-justify-center {
    justify-content: center !important;
  }
  .lg-justify-end {
    justify-content: flex-end !important;
  }
  .lg-justify-between {
    justify-content: space-between !important;
  }
  .lg-justify-around {
    justify-content: space-around !important;
  }
  .lg-items-start {
    align-items: flex-start !important;
  }
  .lg-items-center {
    align-items: center !important;
  }
  .lg-items-end {
    align-items: flex-end !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-1 {
    margin-top: 2rem;
  }
  .lg-mt-2 {
    margin-top: 2.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .xs-flex-wrap {
    flex-wrap: wrap !important;
  }
  .xs-block {
    display: block !important;
  }
  .xs-hidden {
    display: none !important;
  }
  .xs-flex-col {
    flex-direction: column !important;
  }
  .xs-w-full {
    width: 100% !important;
  }
}

pre {
  white-space: normal;
}

/**
 * grid布局
 * @param {number} $cols   列数
 * @param {number} $colGip 列间隔
 * @param {number} $rowGip 行间隔
 * @param {list}   $mobile 断点配置列表(默认空)
    * @param {number} $breakpoint 断点值
    * @param {number} $cols       列数
    * @param {number} $colGap     行列间隔
*/
/** 
* font-size
* @param $min-size 最小字号
* @param $normal-size 常规字号
* @param $max-size 最大字号
 */
/**
 * 默认过渡动画
 * @param {string} $property 过渡属性 (默认 all)
 * @param {time}   $time     过渡时间 (默认 .5s)
 * @param {string} $ease     缓动函数 (默认 ease-in-out)
 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 9999;
  background: #f8f8f8;
}

header .logo {
  height: 55%;
}

header .logo img {
  display: block;
  height: 100%;
  width: auto;
}

@media screen and (max-width: 992px) {
  header .logo {
    height: 70%;
  }
}

header .menu {
  font-size: 20px;
  color: #000;
}

header .nav li.one-title {
  position: relative;
  height: var(--header-height);
  display: flex;
  align-items: center;
}

header .nav li.one-title a {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  color: #000;
  transition: all 0.5s ease-in-out;
}

header .nav li.one-title .subList {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -10%);
  background: #f8f8f8;
  padding: 0.625rem 1.5625rem;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  width: 150%;
}

header .nav li.one-title .subList a {
  display: block;
  padding: 0.625rem 0;
  color: var(--color-black75);
  font-size: clamp(14px, 1rem, 0.83333vw);
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
}

header .nav li.one-title .subList a:hover {
  color: var(--color-secondary);
}

header .nav li.one-title:hover > a {
  color: var(--color-primary);
}

header .nav li.one-title:hover .subList {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: all;
}

header .nav li.one-title.active a {
  color: var(--color-primary);
}

header .nav li.one-title:not(:last-child) {
  margin-right: 5rem;
}

header .search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

header .search-box input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 1.5rem, 1.25vw);
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

header .search-box i {
  color: #fff;
  cursor: pointer;
  font-size: clamp(16px, 1.5rem, 1.25vw);
}

header .search-box.active {
  opacity: 1;
  z-index: 20;
}

footer {
  box-shadow: 0px 8px 29px 0px rgba(11, 3, 5, 0.13);
  background: #f8f8f8;
  padding-top: 6.25rem;
}

footer .footer_nav a {
  display: block;
}

footer .footer_nav .one-title {
  font-size: clamp(16px, 1.625rem, 1.35417vw);
  color: var(--color-text);
  margin-bottom: 1.25rem;
}

footer .footer_nav .two-title {
  font-size: clamp(14px, 1.25rem, 1.04167vw);
  color: var(--color-text);
  line-height: 1.7;
  position: relative;
}

footer .footer_nav .two-title::after {
  content: "";
  width: .5rem;
  height: .5rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -0.625rem;
  transform: translate(-50%, -50%);
}

footer .footer_nav .item:not(:last-child) {
  margin-right: 3.125rem;
}

footer .footer-logo {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  footer .footer-logo {
    margin-right: auto;
  }
}

footer .iconList {
  margin-top: 4.375rem;
}

footer .iconList li {
  width: 3.125rem;
  position: relative;
}

footer .iconList li img {
  display: block;
  width: 100%;
}

footer .iconList li:not(:last-child) {
  margin-right: 1.25rem;
}

footer .iconList li .code-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  padding: 10px;
  transform: translate(-50%, -100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

footer .iconList li:hover .code-box {
  opacity: 1;
}

footer .bq {
  margin-top: 4.0625rem;
  padding: 15px 0;
  border-top: 1px solid #d6d6d6;
}

footer .bq p,
footer .bq a {
  font-size: clamp(12px, 1rem, 0.83333vw);
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 992px) {
  footer .bq {
    gap: 10px;
  }
}

* {
  box-sizing: border-box;
}

main {
  margin-top: var(--header-height);
}

.m-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
}

.m-nav .mNavList-box {
  width: 280px;
  height: 100vh;
  background: #fff;
  overflow-y: scroll;
  transform: translateX(-280px);
  transition: transform 0.5s ease-in-out;
  flex-shrink: 0;
}

.m-nav .mNavList-box .m-nav-btn {
  height: 60px;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
}

.m-nav .mNavList-box .m-nav-btn i {
  font-size: 20px;
}

.m-nav .mNavList-box .m-navList {
  --li-height: 40px;
}

.m-nav .mNavList-box .m-navList .one-title {
  border-bottom: 1px solid #eee;
}

.m-nav .mNavList-box .m-navList .one-title .one-titleBox {
  padding: 0 20px;
}

.m-nav .mNavList-box .m-navList .one-title a {
  height: var(--li-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 14px;
}

.m-nav .mNavList-box .m-navList .one-title.active h2 a,
.m-nav .mNavList-box .m-navList .one-title.active h2 i {
  color: var(--text-color);
}

.m-nav .mNavList-box .m-navList .one-title.active .subList {
  display: block;
}

.m-nav .mNavList-box .m-navList .subList {
  display: none;
}

.m-nav .mNavList-box .m-navList .subList .two-title {
  border-bottom: 1px solid #eee;
}

.m-nav .mNavList-box .m-navList .subList .two-title h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--li-height);
  padding: 0 20px 0 30px;
  font-weight: normal;
}

.m-nav .mNavList-box .m-navList .subList .two-title h3 a {
  color: #000;
}

.m-nav .mNavList-box .m-navList .subList .two-title h3 i {
  margin-right: 5px;
}

.m-nav .mNavList-box .m-navList .subList .two-title:first-child {
  border-top: 1px solid #eee;
}

.m-nav .mNavList-box .m-navList .subList2 {
  display: none;
}

.m-nav .mNavList-box .m-navList .subList2 h4 {
  border-bottom: 1px solid #eee;
  height: var(--li-height);
  padding: 0 20px 0 40px;
}

.m-nav .mNavList-box .m-navList .subList2 h4 a {
  line-height: var(--li-height);
  display: block;
  width: 100%;
  color: #000;
}

.m-nav .mNavList-box .m-navList .subList2 h4:first-child {
  border-top: 1px solid #eee;
}

.m-nav .mNavList-box .m-navList i {
  transition: transform 0.5s ease-in-out;
}

.m-nav .mNavList-box .m-navList i.aniRote {
  transform: rotate(180deg);
}

.m-nav .m-bg {
  flex: 1;
  height: 100%;
}

.m-nav.active {
  opacity: 1;
  z-index: 100000;
  pointer-events: auto;
}

.m-nav.active .mNavList-box {
  transform: translateX(0);
}

.page-title {
  font-size: clamp(24px, 2.25rem, 1.875vw);
  color: var(--color-primary);
  line-height: 1.16;
  font-weight: bold;
}

.page-title.normal {
  font-weight: normal;
}

.page-title-en {
  font-size: clamp(28px, 3.75rem, 3.125vw);
  font-weight: normal;
  color: var(--color-primary);
}

.page-title-en.normal {
  font-weight: normal;
}

.page-desc {
  font-size: clamp(14px, 1rem, 0.83333vw);
  line-height: 1.8;
  color: var(--color-text);
}

.white {
  color: #fff;
}

.black {
  color: #040404;
}

.font-bold {
  font-weight: bold;
}

.font-light {
  font-weight: 100;
}

.moreLink {
  display: inline-flex;
  align-items: center;
  font-size: clamp(12px, 1rem, 0.83333vw);
  color: #000;
}

.moreLink i {
  font-size: 12px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.moreLink:hover {
  color: var(--color-primary);
}

.banner {
  width: 100%;
  height: 42.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner h2 {
  font-size: clamp(30px, 3.75rem, 3.125vw);
  font-weight: bold;
}

.banner h1 {
  font-weight: normal;
  letter-spacing: 3px;
  font-size: clamp(22px, 2.1875rem, 1.82292vw);
  margin: 1.25rem 0;
}

.banner .text {
  width: 100%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .banner {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 300px;
  }
}

.breadCrumbs {
  display: flex;
  margin-top: .9375rem;
}

.breadCrumbs a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(12px, 1rem, 0.83333vw);
}

.breadCrumbs a i {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  margin-right: .3125rem;
}

.breadCrumbs span {
  color: #fff;
  font-size: clamp(12px, 1rem, 0.83333vw);
}

.breadCrumbs.black a,
.breadCrumbs.black span {
  color: #000 !important;
}

.index .mt-25 {
  margin-top: 1.5625rem;
}

.index .line {
  width: 100%;
  height: 2px;
  background: var(--color-primary);
}

.index-banner .swiper {
  height: 53.75rem;
}

.index-banner .swiper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-banner .swiper .swiper-slide > img {
  width: 100%;
}

.index-banner .swiper .swiper-slide .container img {
  display: block;
  width: 58.9375rem;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .index-banner .swiper .swiper-slide .container img {
    width: 60%;
  }
}

@media screen and (max-width: 992px) {
  .index-banner .swiper .swiper-slide {
    background: none !important;
  }
  .index-banner .swiper .swiper-slide .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.index-banner .swiper .swiper-button-prev svg,
.index-banner .swiper .swiper-button-next svg {
  width: 15px;
}

.index-banner .swiper .swiper-button-prev svg path,
.index-banner .swiper .swiper-button-next svg path {
  fill: var(--color-primary);
}

@media screen and (max-width: 992px) {
  .index-banner .swiper {
    height: auto;
  }
}

.index-banner .swiper-button-prev i, .index-banner .swiper-button-next i {
  font-size: clamp(2.125rem, 2.5rem, 2.08333vw);
  color: var(--color-primary);
}

.index-banner .swiper-button-prev svg, .index-banner .swiper-button-next svg {
  display: none;
}

.index-banner .swiper-pagination {
  bottom: 2.5rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: var(--color-primary);
  opacity: .3;
}

.index-banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.875rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .index-banner .swiper-pagination {
    bottom: 1.25rem;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.index-about {
  padding: 6.25rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .index-about {
    padding: 5rem 0;
  }
}

.index-about-1 .left {
  width: 45rem;
}

.index-about-1 .left .page-desc {
  margin-top: 3.75rem;
}

.index-about-1 .left .moreLink {
  margin-top: 4.0625rem;
}

@media screen and (max-width: 992px) {
  .index-about-1 .left .page-desc,
  .index-about-1 .left .moreLink {
    margin-top: 2.5rem;
  }
}

.index-about-1 .right {
  width: 44.6875rem;
  position: relative;
}

.index-about-1 .right .posterImg {
  display: block;
  width: 100%;
}

.index-about-1 .right .playBtn {
  display: block;
  width: 4.375rem;
  z-index: 20;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .index-about-1 .right {
    margin-top: 2.5rem;
  }
}

.index-about-2 {
  margin-top: 3.75rem;
}

.index-about-2 .box {
  margin-top: 6.25rem;
}

.index-about-2 .box .item {
  width: 23.75rem;
}

.index-about-2 .box .img-box {
  padding-top: 60%;
  aspect-ratio: 380/230;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.index-about-2 .box img {
  display: block;
  width: 100%;
}

.index-about-2 .box .text-box {
  color: var(--color-text);
  margin-top: 2.8125rem;
}

.index-about-2 .box .text-box .title {
  position: relative;
  line-height: 1.4;
  font-size: clamp(16px, 1.4375rem, 1.19792vw);
}

.index-about-2 .box .text-box .title span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: var(--color-primary);
  font-weight: bold;
}

.index-about-2 .box .text-box .line {
  margin: 1.25rem 0;
}

.index-about-2 .box .text-box .tip {
  font-size: clamp(14px, 1.125rem, 0.9375vw);
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .index-about-2 .box {
    margin-top: 2.5rem;
  }
  .index-about-2 .box .item {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .index-about-2 .box .item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.index-adv .adv-box {
  position: relative;
}

.index-adv .adv-box img {
  display: block;
  width: 100%;
}

.index-adv .adv-box .text {
  position: absolute;
  top: 50%;
  left: 65%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.index-adv .adv-box .text .title {
  font-size: clamp(20px, 3.375rem, 2.8125vw);
  font-weight: 100;
  letter-spacing: 4px;
  white-space: nowrap;
}

.index-adv .adv-box .text p {
  margin-top: 1.25rem;
  font-size: clamp(12px, 1.4375rem, 1.19792vw);
  font-weight: bold;
  white-space: nowrap;
}

.index-adv .adv-box:nth-child(2) .text {
  left: 35%;
}

.index-adv .adv-box:not(:last-child) {
  margin-bottom: 5rem;
}

@media screen and (max-width: 640px) {
  .index-adv .adv-box .text {
    left: 75%;
  }
  .index-adv .adv-box .text .title {
    letter-spacing: 2px;
  }
  .index-adv .adv-box .text p {
    letter-spacing: .5px;
  }
  .index-adv .adv-box:nth-child(2) .text {
    left: 30%;
  }
  .index-adv .adv-box:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.index-box {
  padding: 6.25rem 0 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-research .img-box {
  width: 42%;
}

.index-research .research-box {
  margin-top: 3.75rem;
}

.index-research .text-box {
  width: 45%;
}

.index-research .text-box .page-title {
  font-weight: normal;
}

.index-research .text-box .page-desc {
  margin-top: 3.125rem;
}

.index-research .text-box .moreLink {
  margin-top: 8.125rem;
}

@media screen and (max-width: 992px) {
  .index-research .text-box {
    margin-top: 2.5rem;
  }
  .index-research .text-box .page-desc,
  .index-research .text-box .moreLink {
    margin-top: 2.5rem;
  }
}

.index-news {
  margin-top: 6.25rem;
}

.index-news .page-title {
  position: relative;
}

.index-news .page-title .moreLink {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: normal;
}

.index-news .swiper-box {
  position: relative;
}

.index-news .swiper-box .swiper {
  padding: 4.375rem 3.125rem 10rem;
}

@media screen and (max-width: 992px) {
  .index-news .swiper-box .swiper {
    padding: 5rem 30px;
  }
}

.index-news .swiper-button-prev,
.index-news .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}

.index-news .swiper-button-prev .swiper-navigation-icon,
.index-news .swiper-button-next .swiper-navigation-icon {
  width: 8px;
  height: 14px;
}

.index-news .swiper-button-prev .swiper-navigation-icon path,
.index-news .swiper-button-next .swiper-navigation-icon path {
  fill: #000;
}

.index-news .swiper-button-prev:hover,
.index-news .swiper-button-next:hover {
  background: var(--color-primary);
}

.index-news .swiper-button-prev:hover .swiper-navigation-icon path,
.index-news .swiper-button-next:hover .swiper-navigation-icon path {
  fill: #fff;
}

.index-news .swiper-button-prev {
  transform: translateX(-50%);
}

.index-news .swiper-button-next {
  transform: translateX(50%);
}

.newsStyle a {
  display: block;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.newsStyle a .img-box {
  position: relative;
  padding-top: 57%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsStyle a .text-box {
  min-height: 14.375rem;
  padding: 3.125rem 1.875rem 2.25rem;
  position: relative;
}

.newsStyle a .text-box .news-year {
  font-size: clamp(12px, 1rem, 0.83333vw);
  color: var(--color-text);
  opacity: .3;
}

.newsStyle a .text-box .news-title {
  font-size: clamp(16px, 1.25rem, 1.04167vw);
  color: var(--color-text);
  margin-top: .625rem;
  line-height: 1.45;
}

.newsStyle a .text-box .moreLink {
  position: absolute;
  bottom: 2.25rem;
  left: 1.875rem;
}

.newsStyle a:hover {
  box-shadow: 0px 8px 49px 0px rgba(10, 2, 5, 0.21);
}

.about-1 {
  padding: 9.375rem 0 3.125rem;
}

.about-1 .page-title {
  margin-top: 2.5rem;
}

.about-1 .page-desc {
  width: 61.25%;
}

.about-1 .video {
  height: 37.5rem;
  margin-top: 5.625rem;
  border-radius: 1.875rem;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-1 .video img {
  display: block;
  width: 7.8125rem;
}

@media screen and (max-width: 992px) {
  .about-1 {
    padding: 5rem 0;
  }
  .about-1 .page-desc {
    margin-top: 2.5rem;
  }
}

.about-2 {
  height: 50rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 6.25rem;
  text-align: center;
}

.about-2 .page-title {
  margin-top: 2.1875rem;
}

.about-2 .title {
  font-size: clamp(20px, 2.5rem, 2.08333vw);
  margin: 8.75rem 0 2.5rem;
}

.about-2 .page-desc {
  width: 48.125rem;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .about-2 {
    height: auto;
    padding: 5rem 0;
  }
}

.about-3 {
  background: #f3f3f3;
  height: 55.3125rem;
  position: relative;
}

@media screen and (max-width: 992px) {
  .about-3 {
    height: auto;
    padding: 5rem 0;
  }
}

@media screen and (max-width: 768px) {
  .about-3 {
    flex-direction: column;
  }
}

.about-3 .about3-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 61.875rem;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .about-3 .about3-img {
    width: 48.125rem;
  }
}

@media screen and (max-width: 1280px) {
  .about-3 .about3-img {
    width: 38rem;
  }
}

@media screen and (max-width: 768px) {
  .about-3 .about3-img {
    position: static;
  }
}

.about-3 .container {
  position: relative;
  z-index: 2;
}

.about-3 .page-title {
  margin-top: 1.25rem;
}

.about-3 .title {
  font-size: clamp(20px, 2.5rem, 2.08333vw);
  color: var(--color-primary);
  margin: 3.75rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .about-3 .title {
    margin: 2.5rem 0;
  }
}

.about-3 .list {
  gap: 20px;
}

.about-3 .list li {
  min-height: 11.875rem;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 1.875rem;
  text-align: center;
  color: #040404;
  padding: 1.25rem .9375rem;
  font-size: clamp(14px, 1rem, 0.83333vw);
}

.about-3 .list li .year {
  color: var(--color-primary);
  margin-bottom: 1.875rem;
}

.about-3 .list li .year .number {
  font-size: clamp(24px, 2.5rem, 2.08333vw);
  font-weight: bold;
}

.about-3 .list li p {
  font-size: clamp(16px, 1.25rem, 1.04167vw);
  font-weight: bold;
  color: var(--color-primary);
  margin-top: 3px;
}

.about-3 .list li .code {
  opacity: .73;
  margin-top: .9375rem;
}

@media screen and (max-width: 768px) {
  .about-3 .list {
    flex-direction: column;
  }
}

.about-4 {
  padding: 5.3125rem 0;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .about-4 .left {
    text-align: center;
  }
}

.about-4 .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.about-4 .item.active {
  opacity: 1;
  position: static;
}

.about-4 .swiper-box {
  margin-top: 4.375rem;
  position: relative;
}

.about-4 .swiper-box .swiper {
  width: 87.5%;
}

.about-4 .swiper-box .swiper-button-next,
.about-4 .swiper-box .swiper-button-prev {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 50%;
  background: rgba(2, 2, 2, 0.1);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.about-4 .swiper-box .swiper-button-next svg path,
.about-4 .swiper-box .swiper-button-prev svg path {
  fill: #000;
  transition: all 0.5s ease-in-out;
}

.about-4 .swiper-box .swiper-button-next svg,
.about-4 .swiper-box .swiper-button-prev svg {
  width: 10px;
}

.about-4 .swiper-box .swiper-button-next:hover,
.about-4 .swiper-box .swiper-button-prev:hover {
  background: var(--color-primary);
}

.about-4 .swiper-box .swiper-button-next:hover svg path,
.about-4 .swiper-box .swiper-button-prev:hover svg path {
  fill: #fff;
}

.about-4 .swiper-box .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}

.about-4 .swiper-box .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}

.patent-btns {
  gap: 2.8125rem;
}

.patent-btns .patent-btn {
  font-size: clamp(16px, 1.25rem, 1.04167vw);
  color: #040404;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.26);
  cursor: pointer;
  border-radius: 29px;
  width: 11.5625rem;
  height: 3.75rem;
  transition: all 0.5s ease-in-out;
}

.patent-btns .patent-btn:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.patent-btns .patent-btn.active {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

@media screen and (max-width: 992px) {
  .patent-btns {
    margin-top: 2.5rem;
  }
}

.news-1 {
  background: #f0f0f0;
  padding: 5rem 0;
}

.news-1 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 4.375rem 3.75rem;
}

@media (max-width: 992px) {
  .news-1 .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

.news-xq {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}

.news-xq-box {
  margin-top: 1.875rem;
  background: #f8f8f8;
  border-radius: 1.25rem;
  padding: 4.0625rem 4.0625rem 7.1875rem;
}

@media screen and (max-width: 992px) {
  .news-xq-box {
    padding: 2.5rem;
  }
}

.news-xq .news-tool {
  margin-top: 3.125rem;
}

.news-xq .news-tool .item:not(:last-child) {
  margin-right: 5rem;
}

.news-xq .news-tool i {
  font-size: clamp(16px, 1.5rem, 1.25vw);
  color: #0656cf;
}

.news-xq .news-tool .text {
  color: rgba(0, 0, 0, 0.48);
  margin-left: 15px;
  font-size: clamp(14px, 1rem, 0.83333vw);
}

.news-xq .mode-content {
  margin-top: 3.75rem;
}

.news-xq .line {
  position: relative;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.23);
  margin: 5rem 0;
}

.news-xq .line::after {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--color-primary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  --itemBorder: 40px;
}

.page .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--itemBorder);
  height: var(--itemBorder);
  font-size: 16px;
  color: #000;
  transition: all 0.5s ease-in-out;
  padding: 0;
  background: #fff;
  border-radius: 5px;
}

.page .page-item.active .page-link {
  background: var(--color-primary);
  color: #fff;
}

.page .page-item:hover .page-link {
  background: var(--color-primary);
  color: #fff;
}

.page .page-item:not(:last-child) {
  margin-right: 20px;
}

.mode-content {
  font-size: 16px;
  line-height: 2;
}

.mode-content img {
  max-width: 100%;
}

.page-btn-prev, .page-btn-next {
  width: 39.0625rem;
  height: 6.25rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #000;
  padding: 0 1.25rem;
  transition: all 0.5s ease-in-out;
}

.page-btn-prev i, .page-btn-next i {
  font-size: clamp(22px, 1.875rem, 1.5625vw);
  color: var(--color-primary);
  flex-shrink: 0;
  margin-right: 1.5625rem;
}

.page-btn-prev .text p, .page-btn-next .text p {
  font-size: clamp(14px, 1rem, 0.83333vw);
  margin-bottom: .625rem;
}

.page-btn-prev .text .title, .page-btn-next .text .title {
  font-size: clamp(16px, 1.125rem, 0.9375vw);
}

.page-btn-prev:hover, .page-btn-next:hover {
  background: var(--color-primary);
  color: #fff;
}

.page-btn-prev:hover i, .page-btn-next:hover i {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .page-btn-prev, .page-btn-next {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.research-1 {
  position: relative;
}

.research-1 .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.research-1 .text-box {
  width: 50%;
  height: 46.5625rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6.25rem;
}

.research-1 .text-box .page-title {
  margin: 3.125rem 0 2.5rem;
}

.research-1 .text-box .numberList {
  margin-top: 4.375rem;
}

.research-1 .text-box .numberList .numberBox {
  display: flex;
  align-items: flex-end;
  color: #2c61c7;
  font-size: clamp(14px, 1rem, 0.83333vw);
}

.research-1 .text-box .numberList .numberBox .number {
  color: var(--color-primary);
  font-size: clamp(30px, 3rem, 2.5vw);
  margin-right: .625rem;
  font-family: AvantGardeGothicC-Dem;
  line-height: .9;
}

.research-1 .text-box .numberList p {
  font-size: clamp(14px, 1rem, 0.83333vw);
  color: #000;
  opacity: .75;
  margin-top: .9375rem;
}

.research-1 .text-box .numberList li:not(:last-child) {
  margin-right: 16.25rem;
}

@media screen and (max-width: 992px) {
  .research-1 .text-box {
    width: 100%;
    padding-left: 0;
    height: auto;
    padding: 5rem 0;
  }
  .research-1 .bgImg {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.research-2 {
  background: #ebebeb;
  padding: 7.5rem 0;
}

.research-2 .page-title {
  margin: 1.875rem 0 5rem;
}

.research-2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 2.5rem 2.5rem;
}

@media (max-width: 992px) {
  .research-2 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .research-2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.research-2 .list .item {
  background: var(--color-primary);
  height: 33.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.research-2 .list .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: clamp(14px, 1.25rem, 1.04167vw);
  padding: 1.875rem;
  z-index: 2;
}

.research-2 .list .item .tip {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 3.75rem);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 10px;
  text-align: center;
  padding: 1.5625rem 0;
  font-size: clamp(14px, 1rem, 0.83333vw);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.research-2 .list .item::after {
  content: "";
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #0c4bdb 0%, rgba(12, 75, 219, 0) 100%);
  z-index: 1;
}

.research-2 .list .item:hover .tip {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .research-2 .list .item {
    height: 50rem;
  }
}

.research-3 {
  background: #fff;
  padding: 9.375rem 0;
}

.research-3 .row .left .page-title {
  margin-top: 1.875rem;
}

.research-3 .row .right {
  width: 53.75%;
}

.research-3 .row .right .mode-content {
  margin: 3.125rem 0 2.5rem;
}

.research-3 .row .right .tip {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: bold;
}

.research-3 .swiper-box {
  margin-top: 3.4375rem;
}

.research-3 .swiper-box .swiper-btn .swiper-button-prev,
.research-3 .swiper-box .swiper-btn .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.38);
  margin-top: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.research-3 .swiper-box .swiper-btn .swiper-button-prev svg,
.research-3 .swiper-box .swiper-btn .swiper-button-next svg {
  width: 8px;
}

.research-3 .swiper-box .swiper-btn .swiper-button-prev svg path,
.research-3 .swiper-box .swiper-btn .swiper-button-next svg path {
  fill: rgba(0, 0, 0, 0.38);
  transition: all 0.5s ease-in-out;
}

.research-3 .swiper-box .swiper-btn .swiper-button-prev:hover,
.research-3 .swiper-box .swiper-btn .swiper-button-next:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.research-3 .swiper-box .swiper-btn .swiper-button-prev:hover svg path,
.research-3 .swiper-box .swiper-btn .swiper-button-next:hover svg path {
  fill: #fff;
}

.research-3 .swiper-box .swiper-btn .swiper-button-prev {
  margin-right: 6px;
}

.research-3 .swiper-box .swiper {
  padding-left: var(--page-aside);
  margin-top: 1.25rem;
}

.research-3 .swiper-box .swiper .swiper-slide {
  height: 17.1875rem;
  background: #ececec;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}

.research-3 .swiper-box .swiper .img-box {
  width: 56%;
}

.research-3 .swiper-box .swiper .img-box .imgPos {
  padding-top: 77%;
  aspect-ratio: 355/275;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.research-3 .swiper-box .swiper .text-box {
  width: 44%;
}

@media screen and (max-width: 992px) {
  .research-3 .swiper-box .swiper {
    padding: 0 15px;
  }
  .research-3 .swiper-box .swiper .swiper-slide {
    flex-direction: column;
    height: auto;
  }
  .research-3 .swiper-box .swiper .swiper-slide .img-box {
    width: 100%;
  }
  .research-3 .swiper-box .swiper .swiper-slide .text-box {
    width: 100%;
    padding: 1.25rem 0;
  }
}

.research-4 {
  background: #ebebeb;
  padding: 7.5rem 0;
}

.research-4 .row .left .page-title {
  margin-top: 1.875rem;
}

.research-4 .row .right {
  width: 50%;
}

.research-4 .row .right .mode-content {
  margin-top: 3.125rem;
}

.research-4 .list {
  margin-top: 8.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 4.0625rem 4.0625rem;
}

@media (max-width: 992px) {
  .research-4 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .research-4 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.research-4 .list img {
  display: block;
  width: 100%;
}

.research-4 .list .item {
  position: relative;
}

.research-4 .list .item .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 1.125rem;
  font-size: clamp(14px, 1rem, 0.83333vw);
}

.research-4 .list .item .text p {
  position: relative;
  z-index: 2;
}

.research-4 .list .item .text p:first-child {
  margin-bottom: .625rem;
}

.research-4 .list .item .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #0c4bda 0%, rgba(12, 75, 218, 0) 100%);
  z-index: 1;
}

.research-5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.research-5 .text-box {
  width: 50%;
  min-height: 49.375rem;
  margin-left: auto;
}

.research-5 .page-title-en {
  margin-bottom: 1.25rem;
}

.research-5 .page-title {
  line-height: 1.2;
}

.research-5 .page-desc {
  margin-top: 4.6875rem;
}

.contact .banner .text {
  text-align: left;
}

.contact .banner .breadCrumbs {
  justify-content: flex-start;
}

.contact-1 {
  padding: 7.5rem 0 5.9375rem;
}

.contact-1 .contact-box {
  background: #f8f8f8;
  border-radius: 1.875rem;
  height: 33.125rem;
}

@media screen and (max-width: 992px) {
  .contact-1 .contact-box {
    height: auto;
  }
}

.contact-1 .text-box {
  width: 53.125%;
  padding: 0 4.6875rem;
}

.contact-1 .text-box .page-title {
  margin: 1.5625rem 0 3.125rem;
}

.contact-1 .text-box .company {
  font-size: clamp(16px, 1.375rem, 1.14583vw);
  color: var(--color-primary);
  font-weight: bolder;
}

.contact-1 .text-box .textList {
  margin-top: 2.5rem;
}

.contact-1 .text-box .textList li {
  font-size: 16px;
}

.contact-1 .text-box .textList li i {
  color: var(--color-primary);
  font-size: clamp(14px, 1rem, 0.83333vw);
  margin-right: .625rem;
}

.contact-1 .text-box .textList li:not(:last-child) {
  margin-bottom: 15px;
}

.contact-1 .text-box .iconList {
  margin-top: 2.8125rem;
}

.contact-1 .text-box .iconList li {
  width: 30px;
  position: relative;
}

.contact-1 .text-box .iconList li img {
  display: block;
  width: 100%;
}

.contact-1 .text-box .iconList li:not(:last-child) {
  margin-right: 1.25rem;
}

.contact-1 .text-box .iconList li .code-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  padding: 10px;
  transform: translate(-50%, -100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.contact-1 .text-box .iconList li:hover .code-box {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .contact-1 .text-box {
    padding: 3.125rem;
  }
}

.contact-1 .map {
  height: 100%;
  width: 46.875%;
}

@media screen and (max-width: 992px) {
  .contact-1 .map {
    height: 300px;
  }
}

.contact-2 {
  padding: 6.25rem 0;
  background: #f8f8f8;
}

.contact-2 .left {
  width: 35%;
}

.contact-2 .right {
  width: 58%;
}

.contact-2 .contact-form {
  margin-top: 3.75rem;
}

.contact-2 input {
  display: block;
  height: 5rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 0 1.875rem;
  transition: all 0.5s ease-in-out;
  font-size: clamp(14px, 1rem, 0.83333vw);
}

.contact-2 input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.contact-2 input:not(:last-child) {
  margin-bottom: 2.25rem;
}

.contact-2 input:focus {
  border: 1px solid var(--color-primary);
  box-shadow: 0 0 10px 2px rgba(22, 72, 157, 0.5);
}

.contact-2 textarea {
  display: block;
  width: 100%;
  height: 19.125rem;
  resize: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1.875rem 2.5rem;
  font-size: clamp(14px, 1rem, 0.83333vw);
  transition: all 0.5s ease-in-out;
}

.contact-2 textarea::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.contact-2 textarea:focus {
  border: 1px solid var(--color-secondary);
  box-shadow: 0 0 10px 2px rgba(117, 189, 66, 0.5);
}

.contact-2 .code-box {
  margin-top: 2.25rem;
}

.contact-2 .code-box input {
  width: 13.75rem;
  margin-bottom: 0;
}

.contact-2 .code-box .code {
  width: 150px;
  height: 45px;
  background: var(--color-primary);
  margin-left: 1.375rem;
}

.contact-2 .btn {
  margin-top: 3.4375rem;
}

.contact-2 .btn button {
  font-size: clamp(14px, 1rem, 0.83333vw);
  padding: 1.5625rem 4.6875rem;
  background: var(--color-primary);
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
}

.service-1 {
  padding: 7.5rem 0;
}

.service-1 .container {
  min-height: 21.875rem;
}

.service-1 .text {
  font-size: clamp(16px, 2.125rem, 1.77083vw);
  color: var(--color-primary);
  text-align: center;
}

.service-1 .text p.bold {
  font-weight: bolder;
}

.service-1 .code {
  width: 12.5rem;
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  overflow: hidden;
}

.service-1 .left {
  background: #f2f2f2;
  border-radius: 1.875rem;
  width: 60%;
}

.service-1 .left .code {
  margin-left: 7.5rem;
}

@media screen and (max-width: 992px) {
  .service-1 .left {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .service-1 .left {
    padding: 1.5rem;
  }
  .service-1 .left .code {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.service-1 .right {
  background: #f2f2f2;
  border-radius: 1.875rem;
  width: 55%;
  padding-top: 2.5rem;
}

.service-1 .right .code {
  margin-left: 9.375rem;
  width: 10.3125rem;
}

.service-1 .right ul {
  margin-top: 1.5625rem;
  padding: 0 2.5rem;
}

.service-1 .right ul li {
  text-align: center;
  position: relative;
}

.service-1 .right ul li .nubmer {
  font-family: AvantGardeGothicC-Dem;
  font-size: clamp(20px, 2.125rem, 1.77083vw);
  color: var(--color-primary);
}

.service-1 .right ul li .desc {
  font-size: clamp(14px, 1rem, 0.83333vw);
  margin-top: 1.25rem;
}

.service-1 .right ul li:not(:last-child)::after {
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1920px) {
  .service-1 .right ul li:not(:last-child)::after {
    right: -75%;
  }
}

@media screen and (max-width: 1200px) {
  .service-1 .right ul li:not(:last-child)::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .service-1 .right ul {
    flex-direction: column;
  }
  .service-1 .right ul li {
    margin-bottom: 2.5rem;
  }
  .service-1 .right ul li:not(:last-child)::after {
    content: none;
  }
}

@media screen and (max-width: 1366px) {
  .service-1 .right {
    padding: 2.5rem 0;
  }
}

.service-2 {
  background: #f2f2f2;
  padding: 6.875rem 0 8.125rem;
}

.service-2 .quesBox {
  margin-top: 5.9375rem;
  position: relative;
}

.service-2 .quesBox li:not(:last-child) {
  margin-bottom: 6px;
}

.service-2 .quesBox li i,
.service-2 .quesBox li .title {
  transition: all 0.5s ease-in-out;
}

.service-2 .quesBox li.active .title-content {
  background: var(--color-primary);
}

.service-2 .quesBox li.active i,
.service-2 .quesBox li.active .title {
  color: #fff !important;
  opacity: 1;
}

.service-2 .quesBox li.active .dropBtn {
  transform: rotate(180deg);
}

.service-2 .quesBox .title-content {
  height: 5.3125rem;
  width: 100%;
  padding: 0 4.0625rem 0 1.875rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

.service-2 .quesBox .title-content .left {
  flex: 1;
}

.service-2 .quesBox .title-content .left i {
  font-size: clamp(16px, 1.875rem, 1.5625vw);
  color: var(--color-primary);
}

.service-2 .quesBox .title-content .left .title {
  font-size: clamp(16px, 1.25rem, 1.04167vw);
  margin-left: 2.5rem;
}

.service-2 .quesBox .title-content .dropBtn {
  font-size: clamp(20px, 2.1875rem, 1.82292vw);
  color: #000;
  opacity: .6;
  flex-shrink: 0;
}

.service-2 .quesBox .desc-box {
  display: none;
  width: 100%;
  background: #fff;
  font-size: 16px;
  min-height: 6.875rem;
  padding: 1.625rem 6.875rem 0;
  line-height: 1.6;
}

.service-2 .quesBox .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  transform: translateY(40px);
}

.service-2 .quesBox .item.active {
  opacity: 1;
  position: static;
  z-index: 2;
  transform: translateY(0);
}

@media screen and (max-width: 992px) {
  .service-2 .left {
    text-align: center;
  }
}

.product {
  overflow: hidden;
}

.product .bigBg {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 00;
}

.product section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product .product-title {
  font-size: clamp(24px, 2.5rem, 2.08333vw);
  line-height: 1.5;
}

.product .product-title.black {
  color: #000;
}

.product .buyBtn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--color-primary);
  border-radius: 21px;
  padding: .8125rem 1.375rem;
  font-size: clamp(14px, 1rem, 0.83333vw);
}

.product .buyBtn i {
  color: #fff;
  font-size: clamp(16px, 1.25rem, 1.04167vw);
  margin-right: 1.5rem;
}

.product .product-1 {
  height: 53.375rem;
  padding-top: 3.125rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .product .product-1 {
    height: auto;
    background-position: right;
  }
}

.product .product-1 .text-box {
  width: 55rem;
  min-height: 35.625rem;
  padding: 3.15rem 0 3.15rem 6.25rem;
  margin-left: auto;
  margin-top: 5rem;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  position: relative;
  z-index: 2;
}

.product .product-1 .text-box .title {
  font-size: clamp(18px, 1.5rem, 1.25vw);
  letter-spacing: 1px;
}

.product .product-1 .text-box .title2 {
  font-size: clamp(24px, 3.5rem, 2.91667vw);
  letter-spacing: .3125rem;
  margin: 1.125rem 0 2rem;
}

.product .product-1 .text-box .title3 {
  font-size: clamp(16px, 1.625rem, 1.35417vw);
  color: var(--color-primary);
  font-weight: bold;
}

.product .product-1 .text-box .mode-content {
  font-size: clamp(14px, 1rem, 0.83333vw);
  line-height: 2;
  margin-top: 2.5rem;
  font-weight: 100;
}

.product .product-1 .text-box .buyBtn {
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .product .product-1 .text-box {
    padding: 2.5rem;
  }
}

.product .product-2 {
  padding-top: 1.5625rem;
}

.product .product-2 .product-title {
  line-height: 1.8;
}

.product .product-2 .box {
  width: 76.8125rem;
  margin: 4.0625rem auto 0;
  position: relative;
}

.product .product-2 .box .cirImg {
  display: block;
  width: 100%;
}

.product .product-3 {
  margin-top: 10rem;
}

.product .product-3 .box {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0px 8px 29px 0px rgba(11, 3, 5, 0.13);
  border-radius: 1.875rem;
  position: relative;
  max-width: 1685px !important;
  width: calc(100% - 14.6875rem) !important;
  margin: 0 auto;
  padding: 3.4375rem 2.8125rem;
}

@media screen and (max-width: 992px) {
  .product .product-3 .box {
    width: calc(100% - 30px) !important;
    padding: 2.5rem 15px;
  }
}

.product .product-3 .container {
  width: calc(100vw - 20rem) !important;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 1.875rem;
  padding-top: 5.625rem;
  padding-bottom: 9.375rem;
}

@media screen and (max-width: 992px) {
  .product .product-3 .container {
    width: 100% !important;
  }
}

.product .product-3 .container > .product-title {
  line-height: 1.8;
}

.product .product-3 .list {
  position: relative;
  padding: 0 10.625rem;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 1.875rem 2.5rem;
}

@media (max-width: 992px) {
  .product .product-3 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .product .product-3 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.product .product-3 .list .item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.product .product-3 .list .item .text {
  color: #fff;
  letter-spacing: .125rem;
  padding: 0 1.25rem;
  font-size: clamp(16px, 1.25rem, 1.04167vw);
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
}

.product .product-3 .list .item:nth-child(2n) .text {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .product .product-3 .list .item:nth-child(2n) .text {
    text-align: left;
  }
}

.product .product-3 .list .notice-img {
  display: block;
  width: 16.875rem;
  z-index: 20;
}

@media screen and (max-width: 992px) {
  .product .product-3 .list .notice-img {
    width: 12rem;
  }
}

@media screen and (max-width: 992px) {
  .product .product-3 .list {
    padding: 0;
  }
}

.product .product-3 .row {
  margin-top: 7.8125rem;
  text-align: center;
}

.product .product-3 .row .product-title {
  line-height: 1.8;
}

.product .product-3 .row .table-img {
  margin-top: 2.5rem;
  display: block;
  width: 100%;
}

.product .product-3 .row .text {
  display: inline-block;
  padding: 1.875rem 5.625rem;
  font-size: clamp(14px, 1.25rem, 1.04167vw);
  color: #0547df;
  border: dashed 2px #0547df;
  border-radius: 41px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}

.product .product-3 .row .text:hover {
  background: #0547df;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .product .product-3 .row .text {
    padding: 15px;
    line-height: 1.4;
  }
}

.product .product-3 .fsh-row {
  margin-top: 10.625rem;
  padding: 0 3.75rem;
}

.product .product-3 .fsh-row .text-box {
  width: 40%;
}

.product .product-3 .fsh-row .text-box .product-title {
  line-height: 1.6;
}

.product .product-3 .fsh-row .text-box .page-desc {
  margin-top: 3.125rem;
}

.product .product-3 .fsh-row .img-box {
  width: 47%;
  border-radius: 1.25rem;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .product .product-3 .fsh-row .img-box {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 992px) {
  .product .product-3 .fsh-row {
    padding: 0;
  }
}

.product .product-4 .list {
  display: flex;
  align-items: flex-start;
  margin-top: 4.0625rem;
}

.product .product-4 .list li {
  position: relative;
}

.product .product-4 .list li:nth-child(odd) {
  margin-top: 5.3125rem;
}

.product .product-4 .list li .text {
  position: absolute;
  bottom: 2.8125rem;
  left: 0;
  width: 100%;
  padding: 0 2.1875rem;
  color: #fff;
  font-size: clamp(16px, 1.25rem, 1.04167vw);
}

@media screen and (max-width: 768px) {
  .product .product-4 .list {
    flex-direction: column;
  }
  .product .product-4 .list li {
    width: 100%;
    margin-top: 2.5rem !important;
  }
}

.product .product-5 .img-box {
  width: 43.75%;
}

.product .product-5 .text-box {
  width: 50%;
}

.product .product-5 .text-box .title {
  font-size: clamp(16px, 1.875rem, 1.5625vw);
  margin-bottom: 1.875rem;
}

.product .product-5 .text-box .row {
  padding: 1.25rem 0;
}

.product .product-5 .text-box .row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.product .product-5 .text-box .row:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.17);
}

.product .product-5 .text-box .row .row-title {
  font-size: clamp(14px, 1.25rem, 1.04167vw);
  font-family: 600;
  min-width: 7.5rem;
  margin-right: 1.875rem;
}

.product .product-5 .text-box .row .desc {
  font-size: clamp(14px, 1.25rem, 1.04167vw);
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  .product .product-5 .text-box {
    margin-top: 5rem;
  }
}

.hghi .hghi-1 {
  position: relative;
  z-index: 1;
}

.hghi .hghi-1 .product-2 .box .cirImg {
  aspect-ratio: 1229/1022;
}

.hghi .hghi-1 .sec3 {
  margin-top: 6.25rem;
}

.hghi .hghi-1 .sec3 .text-box {
  padding-left: 7.8125rem;
  color: #fff;
}

.hghi .hghi-1 .sec3 .text-box .product-title {
  margin-bottom: 5.3125rem;
}

.hghi .hghi-1 .sec3 .text-box p {
  font-size: clamp(16px, 1.5625rem, 1.30208vw);
}

.hghi .hghi-1 .sec3 .text-box p.text1 {
  font-size: clamp(20px, 3.4375rem, 2.86458vw);
}

.hghi .hghi-1 .sec3 .text-box p:nth-child(3) {
  margin: 1.25rem 0;
}

@media screen and (max-width: 992px) {
  .hghi .hghi-1 .sec3 .text-box {
    padding-left: 0;
    margin-bottom: 5rem;
    text-align: center;
  }
}

.hghi .hghi-1 .sec3 .img-box {
  width: 42.5rem;
}

.hghi .hghi-1 .sec3 .img-box img {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 992px) {
  .hghi .hghi-1 .sec3 .img-box {
    width: 50%;
  }
}

.hghi .hghi-1 .sec4 {
  position: relative;
  z-index: 2;
}

.hghi .hghi-2 {
  position: relative;
  z-index: 2;
}

.hghi .hghi-2 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

.hghi .hghi-2 .text .product-title {
  line-height: 1.5;
}

.hghi .hghi-3 {
  padding: 4.375rem 0;
  z-index: 1;
  position: relative;
}

.hghi .hghi-3 .colorBg {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  background: linear-gradient(180deg, #1785dc, transparent);
  z-index: -1;
}

.hghi .hghi-3 .sec1 .list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 2.5rem 3.75rem;
}

@media (max-width: 992px) {
  .hghi .hghi-3 .sec1 .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 992px) {
  .hghi .hghi-3 .sec1 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.hghi .hghi-3 .sec1 .list > li {
  border-radius: 1.25rem;
  background: #fff;
  overflow: hidden;
}

.hghi .hghi-3 .sec1 .list > li img {
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.hghi .hghi-3 .sec1 .list > li .text-box {
  padding: 3.75rem 1.875rem 1.25rem;
  min-height: 13.125rem;
}

.hghi .hghi-3 .sec1 .list > li .text-box .title {
  font-size: clamp(16px, 1.375rem, 1.14583vw);
  color: #18469d;
  margin-bottom: 1.25rem;
}

.hghi .hghi-3 .sec1 .list > li .text-box p,
.hghi .hghi-3 .sec1 .list > li .text-box li {
  font-size: clamp(14px, 1rem, 0.83333vw);
  color: #010101;
}

.hghi .hghi-3 .sec1 .list > li .text-box li {
  display: flex;
  align-items: flex-start;
}

.hghi .hghi-3 .sec1 .list > li .text-box li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #18469d;
  line-height: 1.4;
  border-radius: 0;
  margin: 0 5px;
  position: relative;
  top: 7px;
  flex-shrink: 0;
}

.hghi .hghi-3 .sec2 {
  margin-top: 9.375rem;
}

.hghi .hghi-3 .sec2 .img100 {
  margin-top: 3.75rem;
}

.hghi .hghi-3 .sec3 {
  margin-top: 5.9375rem;
}

.hghi .hghi-3 .sec4 {
  margin-top: 8.75rem;
}

.fsh .fsh-1 {
  padding-bottom: 90.5rem;
  position: relative;
}

.fsh .fsh-1 .product-2 .box .cirImg {
  aspect-ratio: 1229/1023;
}

.fsh .fsh-1 .product-3 .box {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: none;
}

.fsh .fsh-1 .product-3 .container {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 100%);
}

.fsh .fsh-1 .sec1 {
  margin-top: 4.375rem;
}

.fsh .fsh-1 .sec1 .product-title {
  line-height: 1.6;
}

.fsh .fsh-1 .sec1 .tip {
  font-size: clamp(16px, 1.5625rem, 1.30208vw);
  letter-spacing: 2px;
  line-height: 1.8;
  margin: 5.625rem 0;
}

.fsh .fsh-1 .sec1 .list .item {
  width: 18%;
}

@media screen and (max-width: 992px) {
  .fsh .fsh-1 .sec1 .list .item {
    width: 50%;
  }
}

.fsh .fsh-1 .sec1 .list .img-box {
  position: relative;
}

.fsh .fsh-1 .sec1 .list .img-box .bg {
  display: block;
  width: 100%;
}

.fsh .fsh-1 .sec1 .list .img-box .text {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 20%;
}

.fsh .fsh-1 .sec1 .list .img-box .text .title {
  font-size: clamp(14px, 1.25rem, 1.04167vw);
  min-height: 3.125rem;
  letter-spacing: .125rem;
  font-weight: 100;
  line-height: 1.4;
}

.fsh .fsh-1 .sec1 .list .img-box .text .icon {
  display: block;
  width: 45%;
  margin: 1.25rem auto 0;
}

.fsh .fsh-1 .sec1 .list .item-title {
  font-weight: 100;
  text-align: center;
  font-size: clamp(20px, 2.375rem, 1.97917vw);
  letter-spacing: .1875rem;
  margin-top: 1.5625rem;
  color: #fff;
}

.fsh .fsh-1 .sec1 .list .arrIcon {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -25px;
}

.fsh .fsh-1 .sec1 .list .arrIcon img {
  display: block;
  width: 2.875rem;
}

.fsh .fsh-1 .sec1 .list .arrIcon p {
  text-align: center;
  font-size: clamp(12px, 1rem, 0.83333vw);
  color: #fff;
}

.fsh .fsh-2 {
  background: linear-gradient(180deg, rgba(6, 82, 185, 0), #0652b9 120px, rgba(6, 82, 185, 0) 40%);
}

.fsh .fsh-2 .sec1 {
  position: relative;
}

.fsh .fsh-2 .sec1 img {
  transform: translateY(-220px);
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 992px) {
  .fsh .fsh-2 .sec1 img {
    transform: translateY(-110px);
  }
}

.fsh .fsh-2 .sec1 .row {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  z-index: 20;
}

.fsh .fsh-2 .sec1 .row .product-title {
  line-height: 1.4;
}

.fsh .fsh-2 .container {
  transform: translateY(-200px);
}

@media screen and (max-width: 992px) {
  .fsh .fsh-2 .container {
    transform: translateY(-80px);
  }
}

.fsh .fsh-2 .sec2 .product-title {
  line-height: 1.6;
}

.fsh .fsh-2 .sec2 .page-desc {
  width: 92.5%;
  margin: 5rem auto 0;
}

.fsh .fsh-2 .sec2 .list {
  padding: 0 8.4375rem;
  margin-top: 4.6875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 0 2.5rem;
}

@media (max-width: 768px) {
  .fsh .fsh-2 .sec2 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.fsh .fsh-2 .sec2 .list .item {
  flex: 1;
  position: relative;
}

.fsh .fsh-2 .sec2 .list .item img {
  display: block;
  width: 100%;
  border-radius: 1.25rem;
}

.fsh .fsh-2 .sec2 .list .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5625rem 1.875rem;
  color: #fff;
  font-size: clamp(14px, 1.25rem, 1.04167vw);
}

@media screen and (max-width: 992px) {
  .fsh .fsh-2 .sec2 .product-title,
  .fsh .fsh-2 .sec2 .page-desc {
    color: #fff;
  }
}

.fsh .fsh-2 .sec3 {
  margin-top: 8.75rem;
}

.fsh .fsh-2 .sec3 .product-title {
  line-height: 1.8;
}

.fsh .fsh-2 .sec3 .tip {
  color: #17479e;
  text-align: center;
  margin: 4.0625rem 0 5.625rem;
  font-size: clamp(18px, 1.875rem, 1.5625vw);
}

.fsh .fsh-2 .sec3 .list {
  margin-top: 8.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 4.0625rem 4.0625rem;
}

@media (max-width: 992px) {
  .fsh .fsh-2 .sec3 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  .fsh .fsh-2 .sec3 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}

.fsh .fsh-2 .sec3 .list img {
  display: block;
  width: 100%;
}

.fsh .fsh-2 .sec3 .list .item {
  position: relative;
}

.fsh .fsh-2 .sec3 .list .item .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 1.125rem;
  font-size: clamp(14px, 1rem, 0.83333vw);
}

.fsh .fsh-2 .sec3 .list .item .text p {
  position: relative;
  z-index: 2;
}

.fsh .fsh-2 .sec3 .list .item .text p:first-child {
  margin-bottom: .625rem;
}

.fsh .fsh-2 .sec3 .list .item .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #0c4bda 0%, rgba(12, 75, 218, 0) 100%);
  z-index: 1;
}

.fsh .fsh-2 .product-4 {
  margin-top: 6.25rem;
}

.fsh .fsh-2 .product-5 {
  margin-top: 8.125rem;
}

@keyframes imgAni {
  0% {
    transform: scale(0.95) rotate(-5deg);
  }
  50% {
    transform: scale(1.05) rotate(5deg);
  }
  100% {
    transform: scale(0.95) rotate(-5deg);
  }
}

aside {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}

aside .item {
  width: 70px;
  height: 70px;
  background: #dae2ea;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

aside .item:not(:last-child) {
  margin-bottom: 2px;
}

aside .item > img {
  display: block;
  width: 65%;
}

aside .item .code-box {
  position: absolute;
  width: 150px;
  right: 100%;
  top: 0;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  z-index: -1;
}

aside .item .code-box img {
  display: block;
  width: 100%;
}

aside .item:hover .code-box {
  opacity: 1;
  transform: translateX(0);
  z-index: 10;
  pointer-events: auto;
}

aside .item:last-child {
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

aside .item:last-child.active {
  opacity: 1;
}

.webMap-box {
  background: #f2f2f2;
  padding: 5rem 0;
}

.webMap-box .list {
  margin-top: 2.5rem;
}

.webMap-box .list a {
  color: #000;
}

.webMap-box .list .one-title {
  width: 33%;
  margin-bottom: 40px;
}

.webMap-box .list .one-title h2 {
  margin-bottom: 30px;
}

.webMap-box .list .one-title h2 a {
  font-size: 24px;
}

.webMap-box .list .two-title i {
  font-size: 20px;
  margin-right: 5px;
}

.webMap-box .list .two-title:not(:last-child) {
  margin-bottom: 20px;
}

.webMap-box .list .subList2 {
  margin-top: 10px;
}

.webMap-box .list .subList2 h4 a {
  font-weight: 100;
  opacity: 0.4;
  font-size: 16px;
  text-indent: 2em;
}

.webMap-box .list .subList2 h4:not(:last-child) {
  margin-bottom: 10px;
}

.webMap-box .list h3 a {
  font-size: 20px;
  opacity: 0.8;
  font-weight: normal;
}

.w1200 {
  max-width: 1200px !important;
  width: calc(100% - 45rem) !important;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .w1200 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
  }
}
