@charset "utf-8";
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  --fontSize: 18px;
}
header .header-box {
  width: 100%;
  height: 70px;
  padding-left: 0.8rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}
header .header-box .logo {
  width: 20%;
  max-width: 170px;
  height: 100%;
  color: #FFFFFF;
}
header .header-box .logo a {
  height: 100%;
  font-size: 0;
  display: flex;
  align-items: center;
  color: currentColor;
}
header .header-box .logo a img {
  max-height: 70%;
}
header .header-box .logo a svg {
  width: auto;
  height: 50%;
}
header .header-box .logo a svg path {
  fill: currentColor;
}
header .header-box nav {
  width: auto;
  height: 100%;
}
header .header-box nav ul {
  width: 100%;
  height: 100%;
  display: flex;
}
header .header-box nav ul li {
  width: 100%;
  height: 100%;
  /* 常规 */
}
header .header-box nav ul li > a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 0 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fontSize);
  color: #666666;
  white-space: nowrap;
  transition: all 0.5s ease;
}
header .header-box nav ul li .subnav-box {
  width: 100%;
  height: auto;
  max-height: calc(95vh - 90px);
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  overflow: hidden;
  overflow-y: auto;
}
header .header-box nav ul li .c-box {
  background: #f4f4f4;
}
header .header-box nav ul li .c-box .container1600 {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  color: #000;
}
header .header-box nav ul li .c-box .container1600 .c-btn {
  margin-left: 0.3rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  color: #fff;
  background: var(--color);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.8rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info {
  width: 100%;
  height: auto;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .title {
  font-weight: bold;
  font-size: var(--font-size7);
  color: #000000;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .more {
  width: auto;
  height: auto;
  margin-left: 0.4rem;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .more a {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  transition: all 0.5s ease;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .more a span {
  font-size: var(--font-size9);
  color: currentColor;
  line-height: 1;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .more a i {
  width: 7px;
  height: 10px;
  font-size: 0;
  margin-left: 10px;
  color: currentColor;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .more a i svg {
  width: 100%;
  height: 100%;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .more a i svg use {
  fill: currentColor;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .headline .more a:hover {
  color: var(--color);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu {
  width: 100%;
  height: auto;
  flex: 1;
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem 0.8rem;
  overflow: hidden;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one {
  width: 100%;
  height: auto;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title {
  width: 100%;
  height: auto;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a span {
  width: 100%;
  height: auto;
  flex: 1;
  font-size: var(--font-size8);
  color: #040404;
  overflow: hidden;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a i {
  width: 7px;
  height: 10px;
  font-size: 0;
  margin-left: 10px;
  color: currentColor;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a i svg {
  width: 100%;
  height: 100%;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a i svg use {
  fill: currentColor;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a::before,
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a::after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a::before {
  width: 100%;
  z-index: 1;
  background: #222222;
  opacity: 0.1;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a::after {
  width: 0;
  z-index: 2;
  background: var(--color);
  transition: all 0.5s ease;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a:hover span,
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a:hover i {
  color: var(--color);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .title a:hover::after {
  width: 100%;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two {
  width: 100%;
  height: auto;
  display: flex;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two a {
  width: auto;
  height: auto;
  display: flex;
  align-items: baseline;
  font-size: var(--font-size9);
  color: #666666;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two a i {
  width: 7px;
  height: 10px;
  flex: 0 0 7px;
  font-size: 0;
  margin-left: 10px;
  color: currentColor;
  transform: translateX(-5px);
  opacity: 0;
  transition: all 0.5s ease;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two a i svg {
  width: 100%;
  height: 100%;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two a i svg use {
  fill: currentColor;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two a:hover {
  color: #000000;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two a:hover i {
  transform: translateZ(0);
  opacity: 1;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subnav .two + .two {
  margin-top: 10px;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .input {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .input input {
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #E5E5E5;
  font-size: var(--font-size9);
  color: var(--color);
  transition: all 0.5s ease;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .input input::placeholder {
  color: #999999;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .input input:focus {
  border-color: var(--color);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-info .menu .one .subtitle {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font-size9);
  color: #999999;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu {
  width: 100%;
  max-width: 38.875%;
  height: auto;
  flex: 1;
  margin-left: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.22rem;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item {
  width: 100%;
  height: auto;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a {
  width: 100%;
  height: auto;
  display: block;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .images .pb {
  padding-bottom: 50%;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: var(--font-size8);
  color: #000000;
  line-height: 1.2;
  transition: all 0.5s ease;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .details {
  width: 100%;
  height: auto;
  margin-top: 5px;
  font-size: var(--font-size9);
  color: #666666;
  line-height: 1.2;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .more {
  width: auto;
  height: auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: var(--color);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .more span {
  font-size: var(--font-size9);
  color: currentColor;
  line-height: 1;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .more i {
  width: 7px;
  height: 10px;
  font-size: 0;
  margin-left: 10px;
  color: currentColor;
  transition: all 0.25s ease;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .more i svg {
  width: 100%;
  height: 100%;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .more i svg use {
  fill: currentColor;
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a .info-box .more:hover {
  color: var(--color);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a:hover .images img {
  transform: scale(1.05);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a:hover .info-box .title {
  color: var(--color);
}
header .header-box nav ul li .subnav-box.subnav-text .subnav-main .subnav-menu .item a:hover .info-box .more i {
  transform: translateX(50%);
}
header .header-box nav ul li.active > a,
header .header-box nav ul li:hover > a {
  color: var(--color) !important;
}
header .header-box nav ul li:hover .subnav-box,
header .header-box nav ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
header .header-box .column {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  --init-color: #FFFFFF;
  --hover-color: #FFFFFF;
}
header .header-box .column .line-active {
  width: 1px;
  height: 20%;
  background: #E0E0E0;
}
header .header-box .column .lang-btn {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 0 0.3rem;
  cursor: pointer;
}
header .header-box .column .lang-btn .lang-top {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header-box .column .lang-btn .lang-top .icon {
  width: var(--fontSize);
  height: var(--fontSize);
  font-size: 0;
  overflow: hidden;
}
header .header-box .column .lang-btn .lang-top .icon svg {
  width: 100%;
  height: 100%;
  fill: #666666;
}
header .header-box .column .lang-btn .lang-top .word {
  margin: 0 0.8em;
  transform: translateY(0.05em);
  font-size: var(--font-size8);
  color: #222222;
}
header .header-box .column .lang-btn .lang-top .arrow {
  width: 10px;
  height: auto;
  font-size: 0;
  overflow: hidden;
}
header .header-box .column .lang-btn .lang-top .arrow svg {
  width: 100%;
  height: auto;
  fill: #222222;
}
header .header-box .column .lang-btn .word {
  margin: 0 5px;
  font-family: 'Arial';
  font-size: var(--font-size8);
  color: var(--init-color);
}
header .header-box .column .lang-btn .arrow svg {
  width: auto;
  height: 10px;
  transform: rotate(90deg);
}
header .header-box .column .lang-btn .menu {
  width: 120px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .header-box .column .lang-btn .menu .one {
  width: 100%;
  height: auto;
}
header .header-box .column .lang-btn .menu .one a {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  display: block;
  background: #FFFFFF;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}
header .header-box .column .lang-btn .menu .one a:hover {
  background: var(--color);
  color: #FFFFFF;
}
header .header-box .column .lang-btn:hover .menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.5s ease;
}
header .header-box .column .search-btn {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  cursor: pointer;
}
header .header-box .column .search-btn .icon-box {
  width: var(--fontSize);
  height: var(--fontSize);
  font-size: 0;
  overflow: hidden;
}
header .header-box .column .search-btn .icon-box svg {
  width: 100%;
  height: 100%;
  fill: #666666;
}
header .header-box .column .search-btn:hover .menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.5s ease;
}
header .header-box .column .button-box {
  width: auto;
  height: 100%;
}
header .header-box .column .button-box a {
  width: auto;
  height: 100%;
  padding: 0 2em;
  display: flex;
  align-items: center;
  font-size: var(--fontSize);
  background: var(--color);
  color: #FFFFFF;
  transition: all 0.5s ease;
}
header .header-box .column .button-box a:hover {
  filter: brightness(1.2);
}
header .header-box .column .mobile-switch {
  margin-left: 15px;
  color: #666666;
  display: none;
}
header .header-box .column .mobile-switch .icon {
  width: 20px;
  height: 15px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
header .header-box .column .mobile-switch i {
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: all 0.4s;
}
header .header-box .column .mobile-switch i:first-child {
  position: absolute;
  top: 0;
}
header .header-box .column .mobile-switch i:last-child {
  position: absolute;
  bottom: 0;
}
header .header-box .column .mobile-switch.active {
  color: var(--color);
}
header .header-box .column .mobile-switch.active i:nth-child(2) {
  opacity: 0;
}
header .header-box .column .mobile-switch.active i:first-child {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
header .header-box .column .mobile-switch.active i:last-child {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}
header .header-box .column .mobile-switch:hover::after {
  opacity: 0;
}
header.is-show {
  transform: translateY(-100%);
}
header.c-header-bg {
  background: transparent;
}
header.c-header-bg .header-box .logo {
  filter: brightness(0) invert(1);
}
header.c-header-bg .header-box nav ul li > a {
  color: #FFFFFF;
}
header.c-header-bg .header-box nav ul li.active > a {
  color: #FFFFFF;
}
header.c-header-bg .header-box .column .lang-btn .lang-top .icon svg {
  fill: #FFFFFF;
}
header.c-header-bg .header-box .column .lang-btn .lang-top .word {
  color: #FFFFFF;
}
header.c-header-bg .header-box .column .lang-btn .lang-top .arrow svg {
  fill: #FFFFFF;
}
header.c-header-bg .header-box .column .search-btn .icon-box svg {
  fill: #FFFFFF;
}
header.c-header-bg::before {
  opacity: 0;
}
header.active,
header:hover {
  background: #FFFFFF;
}
header.active .header-box .logo,
header:hover .header-box .logo {
  filter: none;
}
header.active .header-box nav ul li > a,
header:hover .header-box nav ul li > a {
  color: #333333;
}
header.active .header-box nav ul li.active > a,
header:hover .header-box nav ul li.active > a,
header.active .header-box nav ul li:hover > a,
header:hover .header-box nav ul li:hover > a {
  color: var(--color) !important;
}
header.active .header-box .column .lang-btn .lang-top .icon svg,
header:hover .header-box .column .lang-btn .lang-top .icon svg {
  fill: #666666;
}
header.active .header-box .column .lang-btn .lang-top .word,
header:hover .header-box .column .lang-btn .lang-top .word {
  color: #333333;
}
header.active .header-box .column .lang-btn .lang-top .arrow svg,
header:hover .header-box .column .lang-btn .lang-top .arrow svg {
  fill: #333333;
}
header.active .header-box .column .search-btn .icon-box svg,
header:hover .header-box .column .search-btn .icon-box svg {
  fill: #666666;
}
header.active::before,
header:hover::before {
  opacity: 1;
}
@media (max-width: 1580px) {
  header {
    --fontSize: 16px;
  }
  header .header-box nav ul li > a {
    padding: 0 1.5em;
  }
}
@media (max-width: 1260px) {
  header {
    --fontSize: 14px;
  }
  header .header-box nav ul li > a {
    padding: 0 1em;
  }
}
@media (max-width: 991px) {
  header .header-box {
    height: 60px;
    padding: 0 20px;
  }
  header .header-box .logo {
    width: 30%;
  }
  header .header-box nav {
    display: none;
  }
  header .header-box .column .lang-btn {
    padding: 0 15px;
  }
  header .header-box .column .search-btn {
    padding: 0 0 0 15px;
  }
  header .header-box .column .button-box {
    display: flex;
    align-items: center;
  }
  header .header-box .column .button-box a {
    height: auto;
    border-radius: 50px;
    padding: 0.5em 1.5em;
    font-size: 10px;
  }
  header .header-box .column .mobile-switch {
    display: block;
  }
}
header .header-box nav .c-menu {
  margin: 0.35rem -0.4rem 0;
  display: flex;
}
header .header-box nav .c-menu > ul {
  display: block !important;
  padding: 0 0.4rem;
  width: 30%;
  height: auto;
}
header .header-box nav .c-menu > ul:last-child {
  width: 40%;
}
header .header-box nav .c-menu > ul li {
  height: auto;
}
header .header-box nav .c-menu > ul li a {
  white-space: wrap;
}
header .header-box nav .c-menu .c-list1 > li.on a,
header .header-box nav .c-menu .c-list1 > li a:hover {
  color: #fff !important;
  background: var(--color) !important;
}
header .header-box nav .c-menu .c-list1 > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  justify-content: space-between;
  transition: all 0.4s;
}
header .header-box nav .c-menu .c-list1 > li a img,
header .header-box nav .c-menu .c-list1 > li a svg {
  margin-left: 10px;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
header .header-box nav .c-menu .c-list2 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
header .header-box nav .c-menu .c-list2 > li {
  display: none;
}
header .header-box nav .c-menu .c-list2 > li.on {
  display: block;
}
header .header-box nav .c-menu .c-list2 .c-list2-1 {
  display: block !important;
}
header .header-box nav .c-menu .c-list2 .c-list2-1 > li.on a {
  color: var(--color);
}
header .header-box nav .c-menu .c-list2 .c-list2-1 > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  justify-content: space-between;
  transition: all 0.4s;
}
header .header-box nav .c-menu .c-list2 .c-list2-1 > li a img,
header .header-box nav .c-menu .c-list2 .c-list2-1 > li a svg {
  margin-left: 10px;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
header .header-box nav .c-menu .c-list3 .c-list3-1 {
  display: block !important;
}
header .header-box nav .c-menu .c-list3 > li,
header .header-box nav .c-menu .c-list3 .c-list3-1 > li {
  display: none;
}
header .header-box nav .c-menu .c-list3 > li.on,
header .header-box nav .c-menu .c-list3 .c-list3-1 > li.on {
  display: block;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 {
  display: flex;
  align-items: flex-start;
  margin: 0 -0.15rem;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li {
  display: none;
  padding: 0 0.15rem;
  width: 50%;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li:nth-child(1),
header .header-box nav .c-menu .c-list3 .c-list3-2 li:nth-child(2) {
  display: block;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a {
  display: block;
  text-align: center;
  padding: 0;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a .public-img img {
  object-fit: contain;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a .c-title {
  margin: 0.15rem 0 0;
  font-weight: bold;
  transition: all 0.4s;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a .c-text {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a .c-more img,
header .header-box nav .c-menu .c-list3 .c-list3-2 li a .c-more svg {
  margin-left: 0.1rem;
  width: 14px;
  height: 14px;
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a:hover .public-img img {
  transform: scale(1.05);
}
header .header-box nav .c-menu .c-list3 .c-list3-2 li a:hover .c-title,
header .header-box nav .c-menu .c-list3 .c-list3-2 li a:hover .c-more {
  color: var(--color);
}
/* 移动端 */
.mobile-header {
  width: 100%;
  height: 100vh;
  padding: 90px 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #FFFFFF;
  display: none;
  overflow: hidden;
}
.mobile-header .mobile_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mobile-header .mobile_main .mobile_nav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.mobile-header .mobile_main .mobile_nav ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mobile-header .mobile_main .mobile_nav ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mobile-header .mobile_main .mobile_nav ul li .headline {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  overflow: hidden;
}
.mobile-header .mobile_main .mobile_nav ul li .headline a {
  width: auto;
  max-width: 100%;
  height: auto;
  font-size: 18px;
  color: #000000;
}
.mobile-header .mobile_main .mobile_nav ul li .headline .icon {
  width: 16px;
  height: 16px;
  color: #000000;
  transition: all 0.5s ease;
}
.mobile-header .mobile_main .mobile_nav ul li .headline .icon svg {
  width: 100%;
  height: 100%;
}
.mobile-header .mobile_main .mobile_nav ul li .headline .icon svg path {
  fill: currentColor;
}
.mobile-header .mobile_main .mobile_nav ul li ul {
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: none;
  overflow: hidden;
}
.mobile-header .mobile_main .mobile_nav ul li ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.mobile-header .mobile_main .mobile_nav ul li ul li > .headline {
  padding: 0;
}
.mobile-header .mobile_main .mobile_nav ul li ul li > .headline .icon {
  width: 14px;
  height: 14px;
  color: #222222;
}
.mobile-header .mobile_main .mobile_nav ul li ul li > .headline a,
.mobile-header .mobile_main .mobile_nav ul li ul li > a {
  width: auto;
  max-width: 100%;
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
}
.mobile-header .mobile_main .mobile_nav ul li ul li ul li > .headline .icon {
  width: 12px;
  height: 12px;
  color: #333333;
}
.mobile-header .mobile_main .mobile_nav ul li ul li ul li > .headline a,
.mobile-header .mobile_main .mobile_nav ul li ul li ul li a {
  font-size: 14px;
  color: #333333;
}
.mobile-header .mobile_main .mobile_nav ul li > .headline,
.mobile-header .mobile_main .mobile_nav ul li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-header .mobile_main .mobile_nav ul li.active > a,
.mobile-header .mobile_main .mobile_nav ul li.active > .headline a {
  color: var(--color);
}
.mobile-header .mobile_main .mobile_nav ul li.is-set.active > .headline .icon {
  transform: rotate(45deg);
}
.mobile-header .mobile_main .mobile_nav ul li.active > .headline .icon {
  color: var(--color);
}

 
@charset "utf-8";
footer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
  border-top: 1px solid #DFDFDF;
  background: #F8F8F8;
  overflow: hidden;
}
footer .footer-top {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
footer .footer-top .footer-box {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.6rem;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .footer-box .foot-left {
  width: 22%;
  max-width: 280px;
  height: auto;
}
footer .footer-top .footer-box .foot-left .foot-logo {
  width: 100%;
  height: 45px;
  font-size: 0;
  color: #3264AD;
}
footer .footer-top .footer-box .foot-left .foot-logo a {
  color: currentColor;
}
footer .footer-top .footer-box .foot-left .foot-logo img {
  max-height: 100%;
}
footer .footer-top .footer-box .foot-left .foot-logo svg {
  width: auto;
  height: 100%;
  overflow: visible;
}
footer .footer-top .footer-box .foot-left .foot-logo svg path {
  fill: currentColor;
}
footer .footer-top .footer-box .foot-left .contact-info {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: var(--font-size8);
  color: #666666;
  line-height: 1.875;
}
footer .footer-top .footer-box .foot-left .contact-info p {
  margin-bottom: 0.2rem;
}
footer .footer-top .footer-box .foot-left .contact-info p:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-box .foot-left .contact-info p span {
  font-weight: bold;
}
footer .footer-top .footer-box .foot-left .share-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  margin: 0.8rem 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top .footer-box .foot-left .share-box .item {
  width: 0.42rem;
  min-width: 30px;
  height: auto;
  margin: 0 0.2rem 0.1rem 0;
}
footer .footer-top .footer-box .foot-left .share-box .item a {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  color: #8D8D8D;
  transition: all 0.5s ease;
}
footer .footer-top .footer-box .foot-left .share-box .item a .share {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 5;
}
footer .footer-top .footer-box .foot-left .share-box .item a .share svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: visible;
}
footer .footer-top .footer-box .foot-left .share-box .item a .share svg path {
  fill: currentColor !important;
  fill-opacity: 1 !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
}
footer .footer-top .footer-box .foot-left .share-box .item a .qrcode {
  width: 140px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  transform: translate(-50%, 10px);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}
footer .footer-top .footer-box .foot-left .share-box .item a .qrcode::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
  border-width: 0 7px 8px 7px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}
footer .footer-top .footer-box .foot-left .share-box .item a .qrcode .img {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 3px;
  overflow: hidden;
}
footer .footer-top .footer-box .foot-left .share-box .item:first-child a .qrcode {
  left: 0;
  transform: translateY(10px);
}
footer .footer-top .footer-box .foot-left .share-box .item:first-child a .qrcode::before {
  margin: 0;
  position: relative;
  left: 12px;
  transform: translateX(-50%);
}
footer .footer-top .footer-box .foot-left .share-box .item a:hover {
  color: var(--color);
}
footer .footer-top .footer-box .foot-left .share-box .item a:hover::after {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
footer .footer-top .footer-box .foot-left .share-box .item a:hover .qrcode {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
footer .footer-top .footer-box .foot-nav {
  width: 74%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
footer .footer-top .footer-box .foot-nav .item {
  overflow: hidden;
}
@media (max-width: 767px) {
  footer .footer-top .footer-box .foot-nav .item {
    width: 100%;
  }
}
footer .footer-top .footer-box .foot-nav .item .headline {
  width: 100%;
  height: auto;
}
footer .footer-top .footer-box .foot-nav .item .headline,
footer .footer-top .footer-box .foot-nav .item .headline a {
  font-weight: 500;
  font-size: var(--font-size6);
  color: #222222;
}
footer .footer-top .footer-box .foot-nav .item .headline a {
  position: relative;
  z-index: 1;
}
footer .footer-top .footer-box .foot-nav .item .headline a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color);
  pointer-events: none;
  transition: all 0.5s ease;
}
footer .footer-top .footer-box .foot-nav .item .headline a:hover::after {
  width: 100%;
  left: 0;
}
footer .footer-top .footer-box .foot-nav .item .menu {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
footer .footer-top .footer-box .foot-nav .item .menu .one {
  width: 100%;
  height: auto;
}
footer .footer-top .footer-box .foot-nav .item .menu .one a {
  position: relative;
  z-index: 1;
  font-size: var(--font-size8);
  color: #999999;
  line-height: 1.3;
  transition: all 0.5s ease;
}
footer .footer-top .footer-box .foot-nav .item .menu .one a:hover {
  color: var(--color);
}
footer .footer-top .footer-box .foot-nav .item .menu .one + .one {
  margin-top: 8px;
}
@media (max-width: 991px) {
  footer .footer-top .footer-box {
    padding: 60px 0;
    display: block;
  }
  footer .footer-top .footer-box .foot-left {
    width: 100%;
    max-width: 100%;
  }
  footer .footer-top .footer-box .foot-nav {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .footer-box {
    display: flex;
  }
  footer .footer-top .footer-box .foot-nav {
    width: 50%;
    height: auto;
    margin: 0 0 0 5%;
    display: block;
    flex-shrink: 0;
  }
  footer .footer-top .footer-box .foot-nav .item .headline {
    text-align: right;
  }
  footer .footer-top .footer-box .foot-nav .item .menu {
    display: none;
  }
  footer .footer-top .footer-box .foot-nav .item + .item {
    margin-top: 10px;
  }
}
footer .footer-bottom {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer .footer-bottom .foot-link {
  width: 100%;
  height: auto;
  font-size: var(--font-size8);
  color: #333333;
}
footer .footer-bottom .foot-link a {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  margin-right: 1em;
}
footer .footer-bottom .foot-link a::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333333;
  pointer-events: none;
  transition: all 0.5s ease;
}
footer .footer-bottom .foot-link a::after {
  content: '、';
  position: absolute;
  left: 100%;
}
footer .footer-bottom .foot-link a:last-child {
  margin: 0;
}
footer .footer-bottom .foot-link a:last-child::after {
  content: '';
}
footer .footer-bottom .foot-link a:hover {
  color: var(--color);
}
footer .footer-bottom .foot-link a:hover::before {
  width: 100%;
  left: 0;
}
footer .footer-bottom .footer-copy {
  width: 100%;
  height: auto;
  margin-top: 15px;
  border-top: 1px solid #DFDFDF;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  overflow: hidden;
}
footer .footer-bottom .footer-copy .copy {
  width: 50%;
  height: auto;
}
footer .footer-bottom .footer-copy .copy,
footer .footer-bottom .footer-copy .copy a {
  font-size: var(--font-size8);
  color: #333333;
  line-height: 2;
}
footer .footer-bottom .footer-copy .copy a {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
footer .footer-bottom .footer-copy .copy a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #333333;
  pointer-events: none;
  transition: all 0.5s ease;
}
footer .footer-bottom .footer-copy .copy a:hover {
  color: var(--color);
}
footer .footer-bottom .footer-copy .copy a:hover::after {
  width: 100%;
  left: 0;
}
footer .footer-bottom .footer-copy .links {
  width: 40%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
footer .footer-bottom .footer-copy .links a {
  position: relative;
  z-index: 1;
  margin-left: 1em;
  line-height: 2;
  font-size: var(--font-size8);
  color: #333333;
  white-space: nowrap;
  transition: all 0.5s ease;
}
footer .footer-bottom .footer-copy .links a::before {
  content: '';
  width: 1px;
  height: 0.8em;
  position: absolute;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: #333333;
}
footer .footer-bottom .footer-copy .links a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color);
  opacity: 0.8;
  pointer-events: none;
  transition: all 0.5s ease;
}
footer .footer-bottom .footer-copy .links a:hover {
  color: var(--color);
}
footer .footer-bottom .footer-copy .links a:hover::after {
  width: 100%;
  left: 0;
}
footer .footer-bottom .footer-copy .links a:first-child {
  margin: 0;
}
footer .footer-bottom .footer-copy .links a:first-child::before {
  display: none;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-copy {
    display: block;
  }
  footer .footer-bottom .footer-copy .copy {
    width: 100%;
    text-align: center;
  }
  footer .footer-bottom .footer-copy .links {
    width: 100%;
    justify-content: center;
  }
}

 
@charset "utf-8";.gs-nav-1{width:100%;height:auto;position:relative;z-index:21;border-top:1px solid #EEEEEE;background:#FFFFFF;overflow:hidden}.gs-nav-1 .nav-box{width:100%;height:auto;display:flex;flex-wrap:wrap;align-items:center;margin:21px 0 14px}.gs-nav-1 .nav-box,.gs-nav-1 .nav-box *{font-size:var(--font-size9);color:#000000;line-height:1.2}.gs-nav-1 .nav-box a{color:#999999;transition:all .5s ease}.gs-nav-1 .nav-box a:hover{color:#000000}.gs-nav-1 .nav-box span{margin:0 .8em;color:#999999}
 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.gs-rightColumn-1 {
  display: none;
}
.fixedgt {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 5px;
  z-index: 666;
  box-shadow: -1px 3px 16px 0 rgba(148, 180, 255, 0.16);
}
@media (max-width: 1580px) {
  .fixedgt {
    width: 54px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .fixedgt {
    top: 66%;
    width: 0.8rem;
  }
}
.fixedgt .item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedgt .item .f_tit {
  color: #ffffff;
  width: 100%;
  display: block;
  background-color: var(--color);
  text-align: center;
  border-radius: 26px;
  font-weight: bold;
  padding: 14px;
}
@media (max-width: 1580px) {
  .fixedgt .item .f_tit {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .fixedgt .item .f_tit {
    padding: 8px 0.12rem;
  }
}
.fixedgt .item .f_icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .fixedgt .item .f_icon {
    width: 18px;
    height: 18px;
  }
}
.fixedgt .item .f_icon svg {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.fixedgt .item .f_icon svg path {
  fill: #333333;
  transition: all 0.4s;
}
.fixedgt .item .f_tel_hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  padding-right: 16px;
  display: none;
  box-shadow: -1px 3px 16px 0px rgba(148, 180, 255, 0.2);
}
.fixedgt .item .f_tel_hover .font {
  width: 100%;
  color: #333333;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: var(--font-size4);
  color: var(--color);
  font-weight: bold;
  line-height: 1.1;
  padding: 0.26rem 0.2rem;
  white-space: nowrap;
}
.fixedgt .item .qrcode-box {
  width: auto;
  height: auto;
  position: absolute;
  right: 100%;
  top: 25%;
  padding-right: 16px;
  /* display: flex; opacity: 0; visibility: hidden; */
  display: none;
  transition: all 0.5s ease;
}
.fixedgt .item .qrcode-box .img {
  width: 140px;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #FFFFFF;
  overflow: hidden;
}
.fixedgt .item .qrcode-box .img img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .fixedgt .item:hover .f_icon svg path {
    fill: var(--color);
  }
  .fixedgt .item:hover .f_tel_hover {
    display: block;
  }
  .fixedgt .item:hover .qrcode-box {
    display: block;
  }
}
.fixedgt .f_tel1 {
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1580px) {
  .fixedgt .f_tel1 {
    padding: 16px 0;
  }
}
.fixedgt .f_message {
  position: relative;
  padding: 20px 0 15px;
}
@media (max-width: 1580px) {
  .fixedgt .f_message {
    padding: 16px 0 10px;
  }
}
.fixedgt .f_message:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 33.33%;
  height: 2px;
  background-color: #000000;
  opacity: 0.1;
}
.fixedgt .f_top {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.22rem;
  width: 100%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  height: 60px;
  border-radius: 50%;
  box-shadow: -1px 3px 16px 0px rgba(148, 180, 255, 0.16);
  background-color: #ffffff;
}
@media (max-width: 1580px) {
  .fixedgt .f_top {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .fixedgt .f_top {
    height: 0.8rem;
  }
}
.fixedgt .f_top .f_icon {
  width: 100%;
  height: 100%;
}
.fixedgt .f_top .f_icon svg {
  width: 46.66666667%;
  height: 46.66666667%;
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.proinfo-sec6 {
  position: relative;
  padding: 0.52rem 0 0.55rem;
}
@media (max-width: 767px) {
  .proinfo-sec6 {
    padding: 0.66rem 0;
  }
}
.proinfo-sec6 .hm_but {
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  background: #fff;
}
@media (max-width: 1580px) {
  .proinfo-sec6 .hm_but {
    width: 1.8rem;
    height: 0.66rem;
    border-radius: 0.33rem;
  }
}
@media (max-width: 767px) {
  .proinfo-sec6 .hm_but {
    height: 0.68rem;
    width: 1.8rem;
    border-radius: 0.9rem;
  }
}
.proinfo-sec6 .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 131, 59, 0.04);
}
.proinfo-sec6 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proinfo-sec6 .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .proinfo-sec6 .bag img {
    display: none;
  }
  .proinfo-sec6 .bag img:nth-child(2) {
    display: block;
  }
}
.proinfo-sec6 .container {
  position: relative;
  text-align: center;
}
.proinfo-sec6 .container .f_tit {
  font-size: var(--font-size2);
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.36rem;
}
.proinfo-sec6 .container .hm_but {
  margin: 0 auto;
}
.proinfo-sec6 .hm_tit {
  text-align: center;
  margin-bottom: 0.52rem;
}
.proinfo-sec6 .hm_tit .f_tit {
  font-weight: bold;
  color: #010101;
  font-size: var(--font-size2);
}
.proinfo-sec6 .hm_tit .f_text {
  color: #999999;
  margin-top: 0.12rem;
}
.proinfo-sec6 .container {
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .proinfo-sec6 .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .proinfo-sec6 .container {
    width: 90%;
  }
}
.proinfo-sec6 .bag img {
  display: block;
}
.proinfo-sec6 .container .f_tit {
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.proinfo-sec6 .container .f_text {
  color: #ffffff;
  line-height: 1.625;
  margin-bottom: 0.3rem;
}

 
@charset "utf-8";
/* 
.container {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px; 
    @media @max-lg{
        width:84%;
    }
    @media @max-md{
        width:90%;
    }
}
 */
.msgAlt {
  display: none;
}
.msgAlt .hm_but {
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--color);
}
@media (max-width: 1580px) {
  .msgAlt .hm_but {
    width: 1.8rem;
    height: 0.66rem;
    border-radius: 0.33rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .hm_but {
    height: 0.68rem;
    width: 1.8rem;
    border-radius: 0.34rem;
  }
}
.msgAlt .hm_but:hover {
  opacity: 0.9;
}
.msgAlt .cont {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  max-width: 12.4rem;
  width: 90%;
}
@media (max-width: 991px) {
  .msgAlt .cont {
    max-width: 14rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont {
    max-width: 100%;
  }
}
.msgAlt .cont .lt {
  width: 35.484%;
  padding: 0.8rem 0.5rem 0.52rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(/static/home/images/kfshuziimg1.jpg) center / cover no-repeat;
}
@media (max-width: 767px) {
  .msgAlt .cont .lt {
    display: none;
  }
}
.msgAlt .cont .lt .font {
  color: #ffffff;
}
.msgAlt .cont .lt .font .f_logo {
  height: 0.4rem;
  width: 100%;
  margin-bottom: 0.74rem;
}
.msgAlt .cont .lt .font .f_logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.msgAlt .cont .lt .font .f_tit {
  margin-top: 2px;
  margin-bottom: 0.28rem;
  font-weight: bold;
  font-size: var(--font-size4);
}
.msgAlt .cont .lt .font .nei .li {
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 24px;
  }
}
@media (max-width: 991px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .lt .font .nei .li {
    padding-left: 0.5rem;
  }
}
.msgAlt .cont .lt .font .nei .li:last-child {
  margin-bottom: 0;
}
.msgAlt .cont .lt .font .nei .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(/static/home/images/zhengiiconimg1.svg) no-repeat center / 100% 100%;
}
@media (max-width: 1580px) {
  .msgAlt .cont .lt .font .nei .li:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .lt .font .nei .li:before {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.msgAlt .cont .lt .f_link {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.msgAlt .cont .lt .f_link .li {
  color: #ffffff;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #ffffff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  margin-right: 0.1rem;
  display: block;
}
.msgAlt .cont .lt .f_link .li:hover {
  background-size: 100% 100%;
}
.msgAlt .cont .gt {
  width: 64.516%;
  padding: 0.36rem 0.5rem 0.56rem;
}
@media (max-width: 767px) {
  .msgAlt .cont .gt {
    width: 100%;
    height: 78vh;
    overflow: auto;
  }
}
.msgAlt .cont .gt .f_tit {
  color: #000000;
  font-weight: bold;
  font-size: var(--font-size4);
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_tit {
    font-size: 0.38rem;
  }
}
.msgAlt .cont .gt .text {
  line-height: 1.3;
  color: #999999;
  margin-bottom: 0.2rem;
}
.msgAlt .cont .gt .f_from {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.msgAlt .cont .gt .f_from .item {
  width: calc(50% - 0.1rem);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item {
    width: 100%;
  }
}
.msgAlt .cont .gt .f_from .item .name {
  color: #333333;
  font-weight: bold;
}
.msgAlt .cont .gt .f_from .item .name span {
  color: var(--color);
}
.msgAlt .cont .gt .f_from .item .int,
.msgAlt .cont .gt .f_from .item .f_int {
  width: 100%;
}
.msgAlt .cont .gt .f_from .item .int input,
.msgAlt .cont .gt .f_from .item .f_int input,
.msgAlt .cont .gt .f_from .item .int textarea,
.msgAlt .cont .gt .f_from .item .f_int textarea,
.msgAlt .cont .gt .f_from .item .int select,
.msgAlt .cont .gt .f_from .item .f_int select {
  border-radius: 4px;
  color: #333333;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 14px 16px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item .int input,
  .msgAlt .cont .gt .f_from .item .f_int input,
  .msgAlt .cont .gt .f_from .item .int textarea,
  .msgAlt .cont .gt .f_from .item .f_int textarea,
  .msgAlt .cont .gt .f_from .item .int select,
  .msgAlt .cont .gt .f_from .item .f_int select {
    padding: 12px 14px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item .int input,
  .msgAlt .cont .gt .f_from .item .f_int input,
  .msgAlt .cont .gt .f_from .item .int textarea,
  .msgAlt .cont .gt .f_from .item .f_int textarea,
  .msgAlt .cont .gt .f_from .item .int select,
  .msgAlt .cont .gt .f_from .item .f_int select {
    padding: 0.22rem 0.36rem;
  }
}
.msgAlt .cont .gt .f_from .item .int input::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .int select::-webkit-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int input::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .int select::-moz-placeholder,
.msgAlt .cont .gt .f_from .item .f_int select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int input:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int input:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .int textarea:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int textarea:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .int select:-ms-input-placeholder,
.msgAlt .cont .gt .f_from .item .f_int select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.msgAlt .cont .gt .f_from .item .int textarea,
.msgAlt .cont .gt .f_from .item .f_int textarea {
  height: 1rem;
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item .int textarea,
  .msgAlt .cont .gt .f_from .item .f_int textarea {
    height: 2rem;
  }
}
.msgAlt .cont .gt .f_from .item .int select,
.msgAlt .cont .gt .f_from .item .f_int select {
  padding: 14px 50px 14px 16px;
  background: url(/static/home/images/ico-arrow-h.svg) no-repeat right 16px center / 14px 14px;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .item .int select,
  .msgAlt .cont .gt .f_from .item .f_int select {
    padding: 12px 42px 12px 14px;
    background: url(/static/home/images/ico-arrow-h.svg) no-repeat right 14px center / 14px 14px;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .item .int select,
  .msgAlt .cont .gt .f_from .item .f_int select {
    padding: 0.22rem 50px 0.22rem 0.36rem;
    background: url(/static/home/images/ico-arrow-h.svg) no-repeat right 14px center / 14px 14px;
  }
}
.msgAlt .cont .gt .f_from .f_textarea {
  width: 100%;
}
.msgAlt .cont .gt .f_from .fz_text1 {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}
.msgAlt .cont .gt .f_from .fz_text1 span {
  line-height: 1.3 !important;
}
.msgAlt .cont .gt .f_from .fz_text1 a {
  color: var(--color);
}
.msgAlt .cont .gt .f_from .fz_text1 a:hover {
  text-decoration: underline;
}
.msgAlt .cont .gt .f_from .hm_but {
  width: 1.58rem;
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .msgAlt .cont .gt .f_from .hm_but {
    width: 1.6rem;
    height: 0.66rem;
  }
}
@media (max-width: 767px) {
  .msgAlt .cont .gt .f_from .hm_but {
    width: 2.3rem;
    height: 0.78rem;
  }
}
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.basealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.basealt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.basealt .cont .fclose {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  transition: all 0.4s;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
    left: initial;
    right: 0;
    top: initial;
    bottom: 100%;
    margin-left: 0;
  }
}
.basealt .cont .fclose svg {
  color: #fff;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover {
  transform: rotate(90deg);
}

 
@charset "utf-8";
.c-cookie-1 {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 0.55rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.c-cookie-1 .container1600 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-cookie-1 .container1600 {
    flex-wrap: wrap;
  }
}
.c-cookie-1 .c-left {
  padding-right: 1.4rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-cookie-1 .c-left {
    padding-right: 0;
  }
}
.c-cookie-1 .c-left .c-title {
  font-weight: bold;
  font-size: var(--font-size6);
  color: var(--color1);
}
.c-cookie-1 .c-left .c-text {
  margin: 0.1rem 0 0;
  color: rgba(51, 51, 51, 0.7);
}
.c-cookie-1 .c-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .c-cookie-1 .c-right {
    margin-top: 0.3rem;
    width: 100%;
  }
}
.c-cookie-1 .c-right .c-btn {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  margin-right: 0.2rem;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: all 0.4s;
  cursor: pointer;
}
.c-cookie-1 .c-right .c-btn:last-child {
  margin-right: 0;
}
.c-cookie-1 .c-right .c-btn:hover {
  color: var(--color10);
  border-color: var(--color);
  background: var(--color);
}
.c-cookie-1 .c-close {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.4s;
}
.c-cookie-1 .c-close img,
.c-cookie-1 .c-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-cookie-1 .c-close:hover {
  color: var(--color);
}
