@import url("./swiper-bundle.min.css");
.public_clip_path {
  clip-path: polygon(0% 78px, 100% 0%, 100% calc(100% - 78px), 0% 100%);
}

.top_clip_path, footer {
  clip-path: polygon(0% 78px, 100% 0%, 100% 100%, 0% 100%);
}

.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  height: 100%;
}
/* html::-webkit-scrollbar {
  width: 0px;
} */
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~=nofollow] img,
html body a[rel~=sponsored] img,
html body a[rel~=ugc] img {
  outline: none !important;
}
html body a[rel~=nofollow],
html body a[rel~=sponsored],
html body a[rel~=ugc] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}

.rightMenu {
  z-index: 92;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 9px;
  top: 50%;
}
.rightMenu > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005bac;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  position: relative;
}
.rightMenu > *:hover {
  background: #f08200;
}
@media screen and (min-width: 993px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #f08200;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}

/* nav */
.xnav {
  display: none;
}

.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #f08200;
  right: 2.5%;
  top: 18px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}

.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}

.nav .nav1 {
  margin-top: -1px;
}

.nav .nav2 {
  margin-top: -8px;
}

.nav .nav3 {
  margin-top: 6px;
}

.navh .nav1 {
  transform: rotate(45deg);
}

.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}

.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}

.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}

.smdaohangh {
  right: 0px;
  opacity: 1;
}

.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}

ul.topnav li {
  text-align: left;
  position: relative;
}

ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}

ul.topnav ul {
  display: none;
}

ul.topnav ul li {
  clear: both;
}

ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}

ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

ul.topnav ul ul ul li a {
  padding-left: 60px;
}

ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}

ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}

ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}

ul.topnav span.yizi {
  transform: rotate(90deg);
}

.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}

.smdaohang form .iptc {
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}

.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}

.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1532px !important;
  width: calc(100% - 60px) !important;
}
header .center {
  display: flex;
  align-items: center;
  gap: 42px;
}
header .logoBox {
  width: 404px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #005bac;
}
header .menuOne.menuactive > a {
  color: #005bac;
}
header .menuOne {
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #042036;
  position: relative;
}
header .menuOne > a {
  color: #042036;
  padding: 35px 0px 37px;
  position: relative;
}
header .menuOne > a:hover {
  color: #005bac;
}
header .menuOne .active > a {
  color: #005bac;
}
header .menuOne .menuactive > a {
  color: #005bac;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 3px;
  transform: translateY(-13px);
}
header .ul div {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 13px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #042036;
  position: relative;
  margin-top: 6px;
}
header .ul li a {
  display: block;
  padding: 3px 20px;
  color: #042036;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #005bac;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 20px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .sousuo {
  margin-left: 67px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #005bac;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 993px) {
  header .sousuo .search:hover {
    color: #f08200;
  }
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: rgb(250, 250, 250);
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
@media screen and (min-width: 993px) {
  header .sousuo .search_hide:hover {
    color: #005bac;
  }
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #005bac;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 6px;
  transition: 0.3s;
  cursor: pointer;
  padding: 7px 9px 6px;
  border-radius: 999px;
  background: rgba(0, 91, 172, 0.1);
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover {
    background: rgba(233, 109, 0, 0.1);
  }
  header .lang .lang_box:hover span {
    color: #f08200;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #f08200;
  }
}
header .lang .lang_box .lang2 {
  width: 17px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #005bac;
}
header .lang .lang_box .lang1 {
  width: 10px;
  aspect-ratio: 10/6;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #005bac;
}
header .lang .lang_box span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #005bac;
  transition: 0.3s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
  border: 1px solid #005bac;
}
header .lang > ul li {
  padding: 6px 0px;
  border-bottom: 1px dashed #005bac;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #005bac;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .button {
  display: flex;
  justify-content: flex-start;
  margin-left: 26px;
}
header .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  background: #005bac;
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  padding: 10px 30px;
}
@media screen and (min-width: 993px) {
  header .button a:hover {
    background: #f08200;
  }
}

.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.clear {
  clear: both;
}

.index_banner {
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.index_banner .swiper-slide > a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  position: absolute;
  bottom: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  gap: 22px;
}
.index_banner .swiper-pagination-bullet {
  display: block;
  margin: 0px !important;
  opacity: 1 !important;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
}
.index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #f08200;
  border-radius: 50%;
  left: -3px;
  top: -3px;
  box-sizing: border-box;
  transition: 0.3s;
  opacity: 0;
}
.index_banner .swiper-pagination-bullet-active {
  background: #f08200;
}
.index_banner .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.index_banner .swiper_button .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.index_banner .swiper_button .controls.prev {
  left: 7.917%;
}
.index_banner .swiper_button .controls.next {
  right: 7.917%;
}

.big_title {
  font-family: OpenSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #042036;
}
.big_title a {
  color: #042036;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    color: #f08200;
  }
}

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

.index1 {
  padding: 44px 0px 52px;
  overflow: hidden;
}
.index1 .sw_box {
  margin-top: 36px;
  position: relative;
}
.index1 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index1 .swiper-slide {
  width: calc((100% - 90px) / 4);
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 16px 0px 0px;
  margin-right: 30px;
}
.index1 .swiper-slide::before {
  content: "";
  border-radius: 0 0 50px 0;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  width: calc(100% + 28px);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
@media screen and (min-width: 993px) {
  .index1 .swiper-slide:hover {
    z-index: 2;
  }
  .index1 .swiper-slide:hover::before {
    opacity: 1;
  }
}
.index1 .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.index1 .container {
  flex: 1;
  transition: 0.3s;
  opacity: 0;
}
.index1 .swiper-slide-visible {
  pointer-events: all;
}
.index1 .swiper-slide-visible .container {
  opacity: 1;
}
.index1 .title {
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #042036;
  flex: 1;
}
.index1 .title a {
  color: #042036;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index1 .title a:hover {
    color: #f08200;
  }
}
.index1 .links {
  border-radius: 999px;
  border: 1px solid #c7c7c7;
  width: 32px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index1 .links .mask_box {
  width: 6px;
  aspect-ratio: 6/12;
  mask-image: url("../images/index1_la.png");
  -webkit-mask-image: url("../images/index1_la.png");
  transition: 0.3s;
  background: #005bac;
}
@media screen and (min-width: 993px) {
  .index1 .links:hover {
    border: 1px solid #f08200;
    background: #f08200;
  }
  .index1 .links:hover .mask_box {
    background: #fff;
  }
}
.index1 .box {
  padding: 37px 30px 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.index1 .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.index1 .swiper_button .controls.prev {
  left: -50px;
  transform: translate(-100%, -50%);
}
.index1 .swiper_button .controls.next {
  right: -50px;
  transform: translate(100%, -50%);
}

.index2_title {
  font-family: OpenSans-Bold;
  font-size: 44px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #042036;
}
.index2_title a {
  color: #042036;
}
@media screen and (min-width: 993px) {
  .index2_title a:hover {
    color: #f08200;
  }
}

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

.index2 {
  padding: 108px 0px 159px;
  background: #f2f2f2;
}
.index2 .index2_title {
  width: 100%;
  max-width: 980px;
  margin: 0px auto;
}
.index2 .text {
  color: #042036;
  text-align: center;
  margin-top: 16px;
}
.index2 .buttonBox {
  margin-top: 53px;
  justify-content: center;
}
.index2 .buttonBox a {
  min-width: 246px;
  min-height: 56px;
}

.big_describe {
  font-size: 18px;
  line-height: 28px;
}

.index2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  margin-top: 60px;
}
.index2_list li {
  width: 31%;
  border-radius: 0 0 50px 0;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 44px 31px 42px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  position: relative;
}
.index2_list li::before {
  content: "";
  position: absolute;
  width: calc(100% - 70px);
  height: 3px;
  background: #005bac;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index2_list li:hover::before {
    background: #f08200;
  }
  .index2_list li:hover .logo {
    background: #f08200;
  }
  .index2_list li:hover .describe {
    color: #f08200;
  }
}
.index2_list .logo {
  width: 50px;
  aspect-ratio: 1/1;
  mask-image: var(--i);
  -webkit-mask-image: var(--i);
  background: #005bac;
  transition: 0.3s;
  margin-top: 2px;
}
.index2_list .box {
  flex: 1;
  padding-right: 20px;
}
.index2_list .describe {
  font-family: OpenSans-Semibold;
  color: #666;
  transition: 0.3s;
}

.index3 {
  padding: 60px 0px 100px;
}
.index3 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index3 .describe {
  color: #666;
  margin-top: 35px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.index3_l {
  width: 51.715%;
  border-radius: 0px 0px 80px 0px;
  overflow: hidden;
}

.index3_r {
  width: 45.715%;
  padding-top: 36px;
}

.index3_list {
  width: 100%;
  max-width: 551px;
  padding-left: 27px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0px;
  margin-top: 21px;
}
.index3_list li {
  width: 45.23%;
  border-bottom: 1px solid #042036;
  padding-bottom: 22px;
}
@media screen and (min-width: 993px) {
  .index3_list li:hover {
    border-bottom: 1px solid #f08200;
  }
  .index3_list li:hover .big_num,
  .index3_list li:hover .big_num_after {
    color: #f08200;
  }
}
.index3_list .big_num {
  font-family: OpenSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #042036;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.index3_list .big_num_after {
  transition: 0.3s;
  color: #042036;
  margin-top: 5px;
}
.index3_list .links {
  font-family: OpenSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #042036;
}
.index3_list .links a {
  color: #042036;
}
@media screen and (min-width: 993px) {
  .index3_list .links a:hover {
    color: #f08200;
  }
}
.index3_list li:nth-last-of-type(1) {
  display: flex;
  align-items: center;
  padding-top: 12px;
}

.index4 {
  background: #f2f2f2;
  padding: 105px 0px 156px;
}
.index4 .sw_box {
  margin-top: 55px;
  position: relative;
  z-index: 1;
}
.index4 .sw_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}
.index4 .swiper-slide {
  width: auto;
  margin-right: 61px;
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #042036;
  cursor: pointer;
  position: relative;
  padding-bottom: 22px;
}
.index4 .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  background: #005bac;
  border-radius: 4px;
  transition: 0.3s;
}
.index4 .swiper-slide p {
  color: #042036;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index4 .swiper-slide:hover {
    color: #005bac;
  }
  .index4 .swiper-slide:hover::before {
    transform: scale(1);
  }
  .index4 .swiper-slide:hover p {
    color: #005bac;
  }
}
.index4 .swiper-slide.active {
  color: #005bac;
}
.index4 .swiper-slide.active::before {
  transform: scale(1);
}
.index4 .swiper-slide.active p {
  color: #005bac;
}

.index4_container {
  margin-top: 40px;
}
.index4_container .change_box {
  display: none;
  flex-wrap: wrap;
}

.index4_title {
  font-family: OpenSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #042036;
}
.index4_title a {
  color: #042036;
}
@media screen and (min-width: 993px) {
  .index4_title a:hover {
    color: #f08200;
  }
}

.index4_l {
  flex: 1;
  background: #fff;
  padding: 20px 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index4_l .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 18px;
}
.index4_l .buttonBox {
  margin-top: 66px;
}

.index4_r {
  width: 54.643%;
  border-radius: 0px 0px 80px 0px;
  overflow: hidden;
}

.index5 {
  position: relative;
  z-index: 1;
  margin-top: -79px;
  background: url("../images/index5_back.png") no-repeat center;
  background-size: cover;
  padding: 169px 0px 121px;
}
.index5 .container {
  width: 80%;
  max-width: 1080px;
}
.index5 .describe {
  color: #fff;
  width: 100%;
  max-width: 880px;
  margin-top: 19px;
}
.index5 .big_title {
  color: #fff;
}
.index5 .big_title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index5 .big_title a:hover {
    color: #f08200;
  }
}
.index5 .buttonBox {
  margin-top: 53px;
}
.index5 .buttonBox a {
  min-width: 182px;
  background: #f08200;
}
@media screen and (min-width: 993px) {
  .index5 .buttonBox a:hover {
    background: #fff;
    color: #f08200;
  }
}

.index6 {
  padding: 56px 0px 69px;
}
.index6 .sw_box {
  margin-top: 80px;
  position: relative;
}
.index6 .imgBox {
  border-radius: 0px 0px 50px 0px;
  overflow: hidden;
}
.index6 .box {
  padding: 25px 28px 0px;
}
.index6 .title {
  font-family: OpenSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #042036;
}
.index6 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #042036;
}
@media screen and (min-width: 993px) {
  .index6 .title a:hover {
    color: #f08200;
  }
}
.index6 .describe {
  color: #666;
  margin-top: 9px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index6 .links {
  margin-top: 17px;
  display: flex;
  justify-content: flex-start;
}
.index6 .links a {
  color: #005bac;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (min-width: 993px) {
  .index6 .links a:hover {
    color: #f08200;
  }
  .index6 .links a:hover .mask_box {
    background: #f08200;
  }
}
.index6 .links .mask_box {
  width: 10px;
  aspect-ratio: 10/8;
  mask-image: url("../images/index6_la.png");
  -webkit-mask-image: url("../images/index6_la.png");
  background: #005bac;
  transition: 0.3s;
}
.index6 .swiper_button .controls {
  position: absolute;
  top: 40.3%;
  z-index: 1;
}
.index6 .swiper_button .controls.prev {
  left: -50px;
  transform: translate(-100%, -50%);
}
.index6 .swiper_button .controls.next {
  right: -50px;
  transform: translate(100%, -50%);
}

.index7 {
  background: #f5f7fa;
  padding: 166px 0px 166px;
}
.index7 .top_r {
  padding-top: 4px;
}
.index7 .swiper-slide {
  border-radius: 0 0 20px 0;
  background: #fff;
  overflow: hidden;
  padding: 48px 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.04%;
}
.index7 .sw_box {
  margin-top: 36px;
}
.index7 .r_box {
  width: 47.569%;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}
.index7 .l_box {
  flex: 1;
  padding-bottom: 30px;
}
.index7 .time {
  color: #666;
}
.index7 .title {
  font-family: OpenSans-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #042036;
  margin-top: 6px;
}
.index7 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #042036;
}
@media screen and (min-width: 993px) {
  .index7 .title a:hover {
    color: #f08200;
  }
}
.index7 .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 27px;
}
.index7 .links {
  margin-top: 42px;
  display: flex;
  justify-content: flex-start;
}
.index7 .links a {
  color: #005bac;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (min-width: 993px) {
  .index7 .links a:hover {
    color: #f08200;
  }
  .index7 .links a:hover .mask_box {
    background: #f08200;
  }
}
.index7 .links .mask_box {
  width: 10px;
  aspect-ratio: 10/8;
  mask-image: url("../images/index6_la.png");
  -webkit-mask-image: url("../images/index6_la.png");
  background: #005bac;
  transition: 0.3s;
}
.index7 .swiperindex7-pagination {
  position: relative;
  height: 3px;
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
  margin-top: 69px;
}
.index7 .swiper-pagination-progressbar-fill {
  height: 3px;
  bottom: -1px;
  top: auto;
  background: #005bac;
}

.bannerBox {
  padding-top: 25%;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bannerBox .banner_title {
  font-family: OpenSans-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
}
.bannerBox .mbx {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.bannerBox .mbx a {
  color: rgba(255, 255, 255, 0.8);
  display: inline;
}

.to1 {
  padding: 71px 0px 77px;
}
.to1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.to1_title {
  font-family: OpenSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #042036;
}

.to1_r {
  width: 72.715%;
  padding-top: 8px;
}
.to1_r .text {
  color: #666;
  margin-top: 10px;
}

.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 49px 2.8475%;
  margin-top: 44px;
}
.to1_list li {
  width: 31.435%;
  border-radius: 0 0 50px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .to1_list li:hover {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  }
  .to1_list li:hover .title {
    color: #f08200;
  }
  .to1_list li:hover .title a {
    color: #f08200;
  }
  .to1_list li:hover .describe {
    color: #f08200;
  }
  .to1_list li:hover .button a {
    background: #f08200;
    border: 1px solid #f08200;
    color: #fff;
  }
}
.to1_list .title {
  font-family: OpenSans-Bold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #042036;
}
.to1_list .title a {
  color: #042036;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .to1_list .title a:hover {
    color: #f08200;
  }
}
.to1_list .title_after {
  font-family: OpenSans-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  color: #999;
}
.to1_list .describe {
  font-family: OpenSans-Semibold;
  line-height: 26px;
  color: #042036;
  transition: 0.3s;
  margin-top: 6px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.to1_list .button {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.to1_list .button a {
  border-radius: 999px;
  border: 1px solid #005bac;
  background: #fff;
  color: #005bac;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 25px;
}
.to1_list .box {
  text-align: center;
  padding: 3px 15px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tt1 {
  padding: 70px 0px 80px;
}
.tt1 .content {
  display: flex;
  justify-content: space-between;
}

.tt1_l {
  width: 47.429%;
  position: relative;
}
.tt1_l .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.tt1_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tt1_l .swiper-slide-thumb-active {
  border: 1px solid #023c86;
}
.tt1_l .mySwipertt1_2 {
  width: 90.362%;
  margin: 0px auto;
}
.tt1_l .mySwipertt1_2 .swiper-slide {
  cursor: pointer;
}
.tt1_l .mySwipertt1_2 .swiper-slide-thumb-active {
  border: 1px solid #f08200;
}
.tt1_l .mySwipertt1_1 {
  overflow: hidden;
  border: 1px solid #dbdbdb;
}
.tt1_l .sw_box {
  position: relative;
  margin-top: 26px;
}
.tt1_l .mask_box {
  width: 27px;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: #005bac;
}
@media screen and (min-width: 993px) {
  .tt1_l .mask_box:hover {
    background: #f08200;
  }
}
.tt1_l .mask_box.prev {
  left: -7px;
  mask-image: url("../images/tt1_la.png");
  -webkit-mask-image: url("../images/tt1_la.png");
}
.tt1_l .mask_box.next {
  right: -7px;
  mask-image: url("../images/tt1_lb.png");
  -webkit-mask-image: url("../images/tt1_lb.png");
}
.tt1_l .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt1_l .swiper-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .tt1_l .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

.tt1_title {
  font-family: OpenSans-Bold;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  color: #042036;
}

.tt1_r {
  width: 49.643%;
}
.tt1_r .title_after {
  font-family: OpenSans-Semibold;
  color: #999;
  margin-top: 19px;
}
.tt1_r .describe {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #042036;
  line-height: 36px;
  margin-top: 25px;
  padding-top: 36px;
}
.tt1_r .describe em {
  font-style: normal;
  font-family: OpenSans-Semibold;
}
.tt1_r .buttonBox {
  margin-top: 21px;
  gap: 20px 29px;
  flex-wrap: wrap;
}
.tt1_r .buttonBox a {
  padding: 12px 20px;
}
.tt1_r .share_box {
  margin-top: 65px;
}

.share_box {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #042036;
}

.to_menu {
  width: 24%;
  max-width: 316px;
}
.to_menu .menu_all {
  font-family: OpenSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #042036;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.to_menu .down {
  display: none;
}

.tt_menu {
  color: #7b7b7b;
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.tt_menu .content {
  overflow: auto;
}
.tt_menu .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tt_menu .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tt_menu .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tt_menu .scroll_box {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  border-bottom: 1px solid #dfdfdf;
}
.tt_menu a {
  color: #7b7b7b;
  display: block;
  position: relative;
  padding: 18px 0px;
  margin-left: 62px;
  white-space: nowrap;
}
.tt_menu a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #005bac;
  transition: 0.3s;
  transform: scaleX(0);
}
.tt_menu a::after {
  content: "";
  position: absolute;
  left: -38px;
  top: 50%;
  height: 14px;
  transform: translateY(-50%);
  border-left: 2px solid #d9d9d9;
}
@media screen and (min-width: 993px) {
  .tt_menu a:hover {
    color: #005bac;
  }
  .tt_menu a:hover::before {
    transform: scaleX(1);
  }
}
.tt_menu a:nth-of-type(1) {
  margin-left: 0px !important;
}
.tt_menu a.active {
  color: #005bac;
}
.tt_menu a.active::before {
  transform: scaleX(1);
}

.tt_title {
  font-family: OpenSans-Bold;
  font-size: 38px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #042036;
  position: relative;
  padding-left: 54px;
}
.tt_title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  aspect-ratio: 1/1;
  background: url("../images/tt_title_la.png") no-repeat center;
  background-size: cover;
  top: 9px;
}

.big_describe_tt {
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
}

.tt2 {
  padding: 33px 0px 46px;
}
.tt2 .describe {
  margin-top: 20px;
}

.tt3 {
  padding-bottom: 50px;
}
.tt3 .title {
  font-family: OpenSans-Semibold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #042036;
}
.tt3 .describe {
  color: #333;
  margin-top: 13px;
}
.tt3 .container {
  margin-top: 22px;
}
.tt3 figure:not(:nth-of-type(1)) {
  margin-top: 29px;
}

.tt4 {
  padding-bottom: 83px;
}
.tt4 .describe {
  color: #333;
  margin-top: 14px;
}

.tt5 {
  padding-bottom: 50px;
}
.tt5 .content {
  overflow: hidden;
}
.tt5 .describe {
  color: #333;
  margin-top: 13px;
}
.tt5 .describe1 {
  margin-top: 10px;
  color: #333;
}
.tt5 .describe1 em {
  font-style: normal;
  color: #005bac;
}
.tt5 .describe1 p:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.tt5_l {
  padding-top: 25px;
}

.tt5_r {
  width: 47%;
  float: right;
  margin-left: 4.286%;
  margin-bottom: 5px;
}

.tt6 {
  padding-bottom: 102px;
}
.tt6 .describe {
  color: #666;
}

.tth1 {
  text-align: center;
  padding: 70px 0px 45px;
}
.tth1 .text {
  color: #666;
  line-height: 30px;
  margin-top: 13px;
}

.tth_title {
  font-family: OpenSans-Bold;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  color: #042036;
}

.tth_form {
  border-top: 1px solid #005bac;
  padding: 73px 0px 72px;
}
.tth_form .tth_title {
  text-align: center;
}
.tth_form .title {
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #042036;
}
.tth_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px 0px;
  margin-top: 29px;
}
.tth_form form > * {
  width: 100%;
}
.tth_form form input,
.tth_form form textarea {
  border: 1px solid #f0f0f0;
  background: #f7f9fa;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 18px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.tth_form form input::placeholder,
.tth_form form input::-webkit-input-placeholder,
.tth_form form textarea::placeholder {
  color: #999;
}
.tth_form form input {
  height: 42px;
}
.tth_form form textarea {
  height: 70px;
  padding-top: 15px !important;
}
.tth_form form .tt_box {
  width: 100%;
}
.tth_form form figure {
  border-top: 1px solid #dbdbdb;
  padding-top: 35px;
}
.tth_form form figure:nth-of-type(1) {
  border-top: none;
  padding: 0px !important;
}
.tth_form form .submit {
  position: relative;
  z-index: 1;
  width: auto;
  border-radius: 999px;
  margin-top: 8px;
}
.tth_form form .submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
.tth_form form .submit a {
  min-width: 166px;
  pointer-events: none;
}
@media screen and (min-width: 993px) {
  .tth_form form .submit:hover a {
    background: #f08200;
  }
}
.tth_form .name {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.tth_form .input_box {
  margin-top: 12px;
}
.tth_form .flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 7.142%;
  margin-top: 16px;
}
.tth_form .input_half {
  width: 28.572%;
}
.tth_form .flex_three {
  gap: 20px 4.7613333333%;
}
.tth_form .flex_three .input_three {
  width: 21.429%;
}

.tth2 {
  border-top: none;
  padding-top: 0px !important;
}

.tth4 {
  padding-bottom: 97px;
}
.tth4 .name {
  color: #666;
}
.tth4 .flex_box {
  margin-top: 0px;
}

.tho_menu {
  padding: 70px 0px 70px;
}
.tho_menu .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.083333333333333%;
}
.tho_menu a {
  display: block;
  width: 12.5%;
  border-radius: 10px;
  padding: 17px 10px 18px;
  background: rgba(0, 91, 172, 0.05);
  text-align: center;
}
@media screen and (min-width: 993px) {
  .tho_menu a:hover {
    background: #005bac;
  }
  .tho_menu a:hover .logo {
    border: 1px solid #fff;
  }
  .tho_menu a:hover .logo .mask_box {
    background: #fff;
  }
  .tho_menu a:hover .name {
    color: #fff;
  }
}
.tho_menu .logo {
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  margin: 0px auto;
}
.tho_menu .logo .mask_box {
  width: 48.276%;
  aspect-ratio: 1/1;
  mask-image: var(--i);
  -webkit-mask-image: var(--i);
  background: var(--i) no-repeat center;
  background-size: cover;
  transition: 0.3s;
  background: #c0c0c0;
}
.tho_menu .name {
  font-family: OpenSans-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  margin-top: 9px;
  transition: 0.3s;
}
.tho_menu a.active {
  background: #005bac;
}
.tho_menu a.active .logo {
  border: 1px solid #fff;
}
.tho_menu a.active .logo .mask_box {
  background: #fff;
}
.tho_menu a.active .name {
  color: #fff;
}

.tho1 {
  padding-bottom: 44px;
}
.tho1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tho1 .describe {
  font-family: OpenSans-Regular;
  color: #333;
  margin-top: 29px;
}

.tho1_l {
  width: 45.715%;
  border-radius: 0px 0px 80px 0px;
}

.tho1_r {
  width: 50.786%;
  padding-top: 19px;
}

.tho1_list {
  width: 100%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 25px;
}
.tho1_list li {
  width: 29.255%;
  border-bottom: 1px solid #042036;
  padding-bottom: 18px;
}
@media screen and (min-width: 993px) {
  .tho1_list li:hover {
    border-bottom: 1px solid #f08200;
  }
  .tho1_list li:hover .big_num,
  .tho1_list li:hover .big_num_after {
    color: #f08200;
  }
}
.tho1_list .big_num {
  font-family: OpenSans-Bold;
  font-size: 44px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  color: #042036;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.tho1_list .big_num_after {
  transition: 0.3s;
  color: #042036;
  margin-top: 4px;
}

.tho2 {
  padding: 72px 0px 64px;
}
.tho2 .sw_box {
  margin-top: 61px;
  position: relative;
}
.tho2 .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.tho2 .swiper_button .controls.prev {
  left: -54px;
  transform: translate(-100%, -50%);
}
.tho2 .swiper_button .controls.next {
  right: -54px;
  transform: translate(100%, -50%);
}
.tho2 .describe {
  color: #333;
  margin-top: 63px;
}

.tho3 {
  background: url("../images/tho3_ia.png") no-repeat center;
  background-size: cover;
  padding: 122px 0px 102px;
}
.tho3 .sw_box {
  width: calc(100% - 76px);
  margin: 55px auto 0px;
  border-radius: 0px 0px 60px 0px;
  background: #fff;
  padding: 42px 44px 33px;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.14));
  position: relative;
}
.tho3 .sw_box::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 52px;
  aspect-ratio: 52/32;
  background: url("../images/tho3_la.png") no-repeat center;
  background-size: cover;
  transform: translate(-50%, 100%);
}
.tho3 .sw_box .swiper-slide {
  overflow: hidden;
}
.tho3 .tth_title {
  color: #333;
}
.tho3 .describe {
  margin-top: 17px;
  color: #666;
  line-height: 30px;
}
.tho3 .sw_box1 {
  margin-top: 73px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tho3 .sw_box1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 2px solid rgba(0, 0, 0, 0.16);
  z-index: -1;
}
.tho3 .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.tho3 .swiper_button .controls.prev {
  left: -62px;
  transform: translate(-100%, -50%);
}
.tho3 .swiper_button .controls.next {
  right: -62px;
  transform: translate(100%, -50%);
}

.tho3_r {
  width: 36.408%;
  float: right;
  margin-bottom: 5px;
  margin-left: 40px;
}

.tho3_l {
  padding-top: 5px;
  padding-left: 9px;
}

.mySwipertho3_1 {
  width: 118px;
  overflow: initial;
}
.mySwipertho3_1 .show_box {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border: 10px solid #005bac;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 0;
}
.mySwipertho3_1 .year {
  text-align: center;
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #f08200;
}
.mySwipertho3_1 .swiper-slide {
  width: 100%;
  position: relative;
  margin-right: 17px;
}
.mySwipertho3_1 .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.mySwipertho3_1 .hide_box {
  position: absolute;
  inset: 0;
  transition: 0.3s;
  opacity: 1;
}
.mySwipertho3_1 .hide_box::before {
  content: "";
  position: absolute;
  width: 22px;
  aspect-ratio: 1/1;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid rgba(30, 30, 30, 0.3);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mySwipertho3_1 .swiper-slide-active .show_box {
  opacity: 1;
}
.mySwipertho3_1 .swiper-slide-active .hide_box {
  opacity: 0;
}
.mySwipertho3_1 .small_year {
  color: #042036;
  text-align: center;
  margin-top: 11px;
}

.tho4 {
  padding: 47px 0px 143px;
}
.tho4 .text {
  text-align: center;
  color: #666;
  width: 100%;
  max-width: 1238px;
  margin: 26px auto 0px;
}
.tho4 .turn_page {
  margin-top: 49px;
}
.tho4 .turn_page #box {
  position: relative;
}
.tho4 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 29.715%;
}
.tho4 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.tho4 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.tho4 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.tho4 .turn_page #box .list-item:nth-of-type(2) .title,
.tho4 .turn_page #box .list-item:nth-of-type(3) .title,
.tho4 .turn_page #box .list-item:nth-of-type(4) .title,
.tho4 .turn_page #box .list-item:nth-of-type(5) .title,
.tho4 .turn_page #box .list-item:nth-of-type(6) .title {
  display: block;
}
.tho4 .turn_page #box .list-item:nth-of-type(4) .title {
  font-size: 20px;
  line-height: 30px;
  font-family: OpenSans-Semibold;
  color: #005bac;
}
.tho4 .title {
  display: none;
  position: absolute;
  text-align: center;
  color: #666;
  width: 100%;
  bottom: -22px;
  transform: translateY(100%);
}
.tho4 .swiper_button .controls {
  position: absolute;
  bottom: 0;
  margin-bottom: 9.5%;
  z-index: 1;
}
.tho4 .swiper_button .controls.prev {
  left: -27px;
  transform: translate(-100%);
}
.tho4 .swiper_button .controls.next {
  right: -27px;
  transform: translate(100%);
}

.tho5 {
  padding: 70px 0px 0px;
}
.tho5 .text {
  text-align: center;
  color: #666;
  width: 100%;
  max-width: 1238px;
  margin: 24px auto 0px;
}

.tho6 {
  padding: 80px 0px 98px;
}
.tho6 .content {
  max-width: 1423px !important;
}
.tho6 .text {
  text-align: center;
  color: #666;
  width: 100%;
  max-width: 1238px;
  margin: 22px auto 0px;
}

.tho6_container {
  margin-top: 43px;
  position: relative;
}
.tho6_container .container {
  position: absolute;
  inset: 0;
}
.tho6_container figure {
  position: absolute;
  width: 1.125%;
  left: 0;
  top: 0;
  z-index: 2;
}
.tho6_container figure::before, .tho6_container figure::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #f08200;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  pointer-events: none;
  animation: ripple 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.tho6_container figure::before {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  animation-delay: 1.2s;
  z-index: -1;
}
.tho6_container figure::after {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  animation-delay: 0s;
  z-index: -2;
}
.tho6_container figure .box {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f08200;
}
.tho6_container figure:nth-of-type(1) {
  left: 4.7%;
  top: 25.3%;
}
.tho6_container figure:nth-of-type(2) {
  left: 4.7%;
  top: 35.7%;
}
.tho6_container figure:nth-of-type(3) {
  left: 9.2%;
  top: 28.4%;
}
.tho6_container figure:nth-of-type(4) {
  left: 14.3%;
  top: 15.5%;
}
.tho6_container figure:nth-of-type(5) {
  left: 13.05%;
  top: 72.3%;
}
.tho6_container figure:nth-of-type(6) {
  left: 24.3%;
  top: 22.6%;
}
.tho6_container figure:nth-of-type(7) {
  left: 35%;
  top: 56.6%;
}
.tho6_container figure:nth-of-type(8) {
  left: 41.85%;
  top: 52.9%;
}
.tho6_container figure:nth-of-type(9) {
  left: 48%;
  top: 76.5%;
}
.tho6_container figure:nth-of-type(10) {
  left: 77.3%;
  top: 40%;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.5;
  }
  70% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
.tho7 {
  padding-bottom: 164px;
}
.tho7 .text {
  text-align: center;
  color: #666;
  width: 100%;
  max-width: 1238px;
  margin: 24px auto 0px;
}

.tho7_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
}

.tho7_l {
  width: 51.072%;
  display: flex;
  justify-content: space-between;
}
.tho7_l .l_box {
  width: 52.168%;
}
.tho7_l .r_box {
  width: 44.196%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tho7_r {
  width: 47.143%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.tho7_r .imgBox {
  width: 47.879%;
}

.fuo_menu .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 27px;
  border-bottom: 1px solid #dbdbdb;
  padding: 32px 0px 31px;
}
.fuo_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  border-radius: 999px;
  background: rgba(0, 91, 172, 0.1);
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #005bac;
  padding: 14px 20px;
}
@media screen and (min-width: 993px) {
  .fuo_menu a:hover {
    color: #fff;
    background: #005bac;
  }
}
.fuo_menu a.active {
  color: #fff;
  background: #005bac;
}

.fuo1 {
  padding: 68px 0px 0px;
  position: relative;
  z-index: 1;
}
.fuo1::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/170;
  background: url("../images/fuo1_back.png") no-repeat center;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin-bottom: 2.5%;
}
.fuo1 .content {
  overflow: hidden;
  padding-bottom: 10.25%;
}
.fuo1 .turn_page {
  margin-top: 76px;
}
.fuo1 .turn_page #box {
  position: relative;
  z-index: 1;
}
.fuo1 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 29.786%;
}
.fuo1 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.fuo1 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.fuo1 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.fuo1 .turn_page #box .list-item:nth-of-type(4) .title {
  display: block;
}
.fuo1 .title {
  display: none;
  position: absolute;
  text-align: center;
  color: #333;
  width: 100%;
  bottom: -18.4%;
  transform: translateY(100%);
  text-align: center;
  font-family: OpenSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.fuo1 .swiper_button {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 42px;
}
.fuo1 .top_r {
  padding-top: 5px;
  width: 42.429%;
}
.fuo1 .text {
  color: #666;
  line-height: 26px;
  margin-top: 8px;
}
.fuo1 .text em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 29px;
}
.fuo1 .text em::before {
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../images/fuo1_la.png") no-repeat center;
  background-size: cover;
  left: 0;
  top: 5px;
}
.fuo1 .text p:not(:nth-of-type(1)) {
  margin-top: 16px;
}

.fuo2 {
  padding: 22px 0px 116px;
}
.fuo2 .content {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.fuo2 figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fuo2 .r_box {
  width: 48.572%;
}
.fuo2 .descirbe {
  color: #666;
  margin-top: 47px;
}
.fuo2 .descirbe em {
  position: relative;
  font-style: normal;
  padding-left: 24px;
  display: block;
}
.fuo2 .descirbe em::before {
  content: "";
  position: absolute;
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  left: 10px;
  top: 12px;
}
.fuo2 .text {
  color: #666;
  margin-top: 18px;
}
.fuo2 .l_box {
  width: 45.429%;
}
.fuo2 .describe1 {
  color: #666;
  margin-top: 24px;
}
.fuo2 .describe1 em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 32px;
}
.fuo2 .describe1 em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../images/fuo1_la.png") no-repeat center;
  background-size: cover;
}
.fuo2 .describe1 p:not(:nth-of-type(1)) {
  margin-top: 6px;
}

.fuo3 {
  padding-bottom: 116px;
}

.fuo3_container {
  display: flex;
  flex-direction: column;
  gap: 62px;
  margin-top: 56px;
}
.fuo3_container figure {
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
}
.fuo3_container figure:nth-of-type(odd) {
  border-radius: 0 0 80px 0;
  overflow: hidden;
}
.fuo3_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fuo3_container .r_box {
  width: 48.572%;
  border-radius: 0px 0px 80px 0px;
  overflow: hidden;
  position: relative;
}
.fuo3_container .l_box {
  flex: 1;
  position: relative;
}
.fuo3_container .container {
  position: absolute;
  width: calc(100% - 124px);
  max-height: calc(100% - 60px);
  overflow: auto;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 44px;
}
.fuo3_container .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fuo3_container .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fuo3_container .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fuo3_container .describe {
  color: #666;
  margin-top: 15px;
  line-height: 32px;
}
.fuo3_container .describe em {
  position: relative;
  font-style: normal;
  padding-left: 24px;
  display: block;
}
.fuo3_container .describe em::before {
  content: "";
  position: absolute;
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  left: 10px;
  top: 16px;
}

.fuo4 {
  padding-bottom: 72px;
}

.fuo4_title {
  position: relative;
  padding-left: 49px;
}
.fuo4_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/fuo4_la.png") no-repeat center;
  background-size: cover;
  width: 26px;
  aspect-ratio: 1/1;
}

.fuo4_container {
  margin-top: 33px;
}
.fuo4_container .describe {
  padding-left: 49px;
  line-height: 32px;
  color: #666;
  margin-top: 5px;
}
.fuo4_container .figure2 {
  margin-top: 29px;
}
.fuo4_container .figure3 {
  margin-top: 89px;
}
.fuo4_container .figure3 .describe {
  margin-top: 9px;
}

.fuo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 1.6186666667%;
  margin-top: 43px;
}
.fuo4_list li {
  width: 23.786%;
}
.fuo4_list .name {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  margin-top: 23px;
}
.fuo4_list .text {
  color: #666;
  margin-top: 4px;
}

.fut1 {
  padding-top: 80px;
}

.fo1 {
  padding: 70px 0px 27px;
}
.fo1 .text {
  line-height: 30px;
  color: #666;
  text-align: center;
  margin-top: 14px;
}

.fo1_list {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fo1_list li {
  width: 49.358%;
}
.fo1_list .color_box {
  background: #005bac;
  padding: 21px 27px 19px;
}
.fo1_list .title {
  font-family: OpenSans-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
}
.fo1_list .title_text {
  font-family: OpenSans-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  margin-top: -2px;
}
.fo1_list .step {
  width: max-content;
  background: #005bac;
  border-radius: 50px;
  padding: 6px 20px;
}
.fo1_list .top {
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.fo1_list .number {
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f08200;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fo1_list .container {
  margin-top: 35px;
}
.fo1_list .bottom {
  min-height: 144px;
  padding: 26px 0px 21px 67px;
  position: relative;
}
.fo1_list .bottom::before {
  content: "";
  position: absolute;
  border-left: 1px dashed #666;
  opacity: 0.5;
  height: calc(100% - 14px);
  left: 39px;
  top: 50%;
  transform: translateY(-50%);
}
.fo1_list .bottom::after {
  content: "";
  position: absolute;
  width: 21px;
  aspect-ratio: 1/1;
  background: url("../images/fo1_la.jpg") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}
.fo1_list .describe {
  color: #666;
  margin-top: 7px;
}
.fo1_list .name {
  font-family: OpenSans-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #042036;
}

.fo2 {
  background: #f2f2f2;
  margin-bottom: -79px;
  padding: 127px 0px 98px;
}

.fo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 148px;
  margin-top: 38px;
}
.fo2_list li {
  width: calc((100% - 296px) / 3);
  position: relative;
  padding-bottom: 1px;
}
.fo2_list li::before {
  content: "";
  position: absolute;
  left: -74px;
  top: 50px;
  height: calc(100% - 50px);
  border-left: 1px solid #ccc;
}
.fo2_list li:nth-of-type(1) {
  padding-top: 96px;
}
.fo2_list li:nth-of-type(1)::before {
  display: none;
}
.fo2_list li:nth-of-type(2) {
  padding-top: 48px;
}
.fo2_list .title {
  font-family: OpenSans-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #042036;
  margin-top: 33px;
}
.fo2_list .describe {
  color: #666;
  margin-top: 17px;
}

.so1 {
  padding: 70px 0px 57px;
}
.so1 .text {
  margin-top: 14px;
  line-height: 30px;
  color: #666;
}
.so1 .PageNumber {
  margin-top: 55px;
}

.so1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 2.8565%;
  margin-top: 46px;
}
.so1_list li {
  width: 31.429%;
}
@media screen and (min-width: 993px) {
  .so1_list li:hover {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  }
  .so1_list li:hover .title,
  .so1_list li:hover .describe,
  .so1_list li:hover .title a {
    color: #f08200;
  }
  .so1_list li:hover .links a {
    color: #f08200;
  }
  .so1_list li:hover .links a .mask_box {
    background: #f08200;
  }
}
.so1_list .imgBox {
  border-radius: 0px 0px 50px 0px;
  overflow: hidden;
}
.so1_list .box {
  padding: 25px 28px 22px;
}
.so1_list .title {
  font-family: OpenSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #042036;
}
.so1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #042036;
}
.so1_list .describe {
  color: #666;
  margin-top: 9px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.so1_list .links {
  margin-top: 17px;
  display: flex;
  justify-content: flex-start;
}
.so1_list .links a {
  color: #005bac;
  display: flex;
  align-items: center;
  gap: 9px;
}
.so1_list .links .mask_box {
  width: 10px;
  aspect-ratio: 10/8;
  mask-image: url("../images/index6_la.png");
  -webkit-mask-image: url("../images/index6_la.png");
  background: #005bac;
  transition: 0.3s;
}

.st1 {
  padding: 68px 0px 47px;
}
.st1 .share_box {
  color: #666;
  margin-top: 20px;
}

.st1_container {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 24px;
  padding: 51px 0px 80px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.st1_container .title {
  font-family: OpenSans-Bold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  text-transform: capitalize;
  color: #042036;
}
.st1_container .describe {
  color: #666;
  margin-top: 7px;
}
.st1_container .table {
  margin-top: 23px;
}

.st1_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin-top: 43px;
}
.st1_list li {
  width: 47.858%;
  border-radius: 0px 0px 80px 0px;
  overflow: hidden;
}

.seo1_color {
  clip-path: polygon(0% 0px, 100% 0%, 100% calc(100% - 78px), 0% 100%);
  background: #f5f7fa;
}

.seo1 {
  padding-bottom: 152px;
  margin-top: 20px;
}

.seo1_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 12px;
  position: relative;
  z-index: 1;
}
.seo1_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 28px 60px;
  gap: 10px;
}
@media screen and (min-width: 993px) {
  .seo1_menu a:hover {
    background: #005bac;
  }
  .seo1_menu a:hover span {
    color: #fff;
  }
}
.seo1_menu .logo {
  display: none;
}
.seo1_menu span {
  display: block;
  flex: 1;
  text-align: center;
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #666;
}
.seo1_menu a.active {
  background: #005bac;
}
.seo1_menu a.active span {
  color: #fff;
}
.seo1_menu a.active .logo {
  display: block;
}

.seo1_list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 93px;
}
.seo1_list li {
  border-radius: 0 0 20px 0;
  background: #fff;
  overflow: hidden;
  padding: 27px 34px 25px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.04%;
}
@media screen and (min-width: 993px) {
  .seo1_list li:hover {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  }
}
.seo1_list .sw_box {
  margin-top: 36px;
}
.seo1_list .r_box {
  width: 36.937%;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}
.seo1_list .l_box {
  flex: 1;
  margin-left: 7px;
  padding-top: 1.05%;
}
.seo1_list .time {
  color: #666;
}
.seo1_list .title {
  font-family: OpenSans-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  margin-top: 6px;
}
.seo1_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
@media screen and (min-width: 993px) {
  .seo1_list .title a:hover {
    color: #f08200;
  }
}
.seo1_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 13px;
  font-size: 18px;
}
.seo1_list .links {
  margin-top: 52px;
  display: flex;
  justify-content: flex-start;
}
.seo1_list .links a {
  color: #005bac;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (min-width: 993px) {
  .seo1_list .links a:hover {
    color: #f08200;
  }
  .seo1_list .links a:hover .mask_box {
    background: #f08200;
  }
}
.seo1_list .links .mask_box {
  width: 10px;
  aspect-ratio: 10/8;
  mask-image: url("../images/index6_la.png");
  -webkit-mask-image: url("../images/index6_la.png");
  background: #005bac;
  transition: 0.3s;
}

.seo2 {
  padding: 42px 0px 154px;
}

.seo2_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px 0px;
  margin-top: 53px;
}
.seo2_list li {
  width: 48.715%;
  border-radius: 0 0 40px 0;
  background: #f5f5f5;
  overflow: hidden;
  padding: 31px 25px;
  display: flex;
  gap: 20px;
}
.seo2_list .r_box {
  width: 49.684%;
  border-radius: 0 0 40px 0;
}
.seo2_list .l_box {
  flex: 1;
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0px 19px;
}
.seo2_list .time {
  color: #999;
}
.seo2_list .title {
  font-family: OpenSans-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #042036;
  margin-top: 7px;
}
.seo2_list .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
@media screen and (min-width: 993px) {
  .seo2_list .title a:hover {
    color: #f08200;
  }
}
.seo2_list .links {
  display: flex;
  justify-content: flex-start;
}
.seo2_list .links a {
  color: #005bac;
  display: flex;
  align-items: center;
  gap: 9px;
}
@media screen and (min-width: 993px) {
  .seo2_list .links a:hover {
    color: #f08200;
  }
  .seo2_list .links a:hover .mask_box {
    background: #f08200;
  }
}
.seo2_list .links .mask_box {
  width: 10px;
  aspect-ratio: 10/8;
  mask-image: url("../images/index6_la.png");
  -webkit-mask-image: url("../images/index6_la.png");
  background: #005bac;
  transition: 0.3s;
}

.set1 {
  padding: 63px 0px 63px;
}
.set1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.set1 .share_box {
  color: #666;
  margin-top: 30px;
}
.set1 .tt1_title {
  text-transform: capitalize;
  line-height: 52px;
}

.set1_container {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 25px;
  padding: 34px 0px 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.set1_container .title {
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #042036;
}
.set1_container .describe {
  color: #666;
}
.set1_container .describe em {
  font-style: normal;
  padding-left: 28px;
  display: block;
  position: relative;
}
.set1_container .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  aspect-ratio: 1/1;
  background: url("../images/set1_la.png") no-repeat center;
  background-size: cover;
}
.set1_container .describe img {
  display: inline-block;
}
.set1_container .title + .describe {
  margin-top: 12px;
}

.set1_list {
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}
.set1_list li {
  width: 47.851%;
}

.set1_l {
  width: 76.429%;
}

.set1_r {
  width: 20.215%;
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 6px;
}
.set1_r .time {
  color: #999;
  margin-top: 14px;
}
.set1_r .title {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #042036;
}
.set1_r .title a {
  color: #042036;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .set1_r .title a:hover {
    color: #f08200;
  }
}
.set1_r .box {
  padding: 15px 16px 21px;
  border-bottom: 1px solid #DBDBDB;
}

.eo1_r_title {
  font-family: OpenSans-Bold;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #042036;
}

.eo1 {
  padding: 70px 0px 76px;
}
.eo1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.eo1_l {
  width: 36%;
  padding-top: 1px;
}

.eo1_list {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.eo1_list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.eo1_list .logo {
  width: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 4px;
}
.eo1_list .box {
  flex: 1;
}
.eo1_list .text {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  margin-top: -1px;
}
.eo1_list .text span {
  transition: 0s;
}
.eo1_list .text a {
  color: #666;
}
@media screen and (min-width: 993px) {
  .eo1_list .text a:hover {
    color: #f08200;
  }
}
.eo1_list .name {
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #042036;
}

.eo1_r {
  width: 61.072%;
  background: #FFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
  padding: 24px 47px 53px 43px;
}
.eo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px 0px;
  width: 100%;
  margin-top: 21px;
}
.eo1_r form > * {
  width: 100%;
}
.eo1_r form input,
.eo1_r form textarea {
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  background: #fff;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.eo1_r form input::placeholder,
.eo1_r form input::-webkit-input-placeholder,
.eo1_r form textarea::placeholder {
  color: #999;
}
.eo1_r form .int1 {
  width: 48.3%;
}
.eo1_r form input {
  height: 46px;
}
.eo1_r form textarea {
  height: 119px;
  padding-top: 13px !important;
  border-radius: 8px;
}
.eo1_r form .ttBox {
  width: 100%;
}
.eo1_r form .yzm {
  position: relative;
  display: flex;
}
.eo1_r form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.eo1_r form .yzm span {
  height: 39px;
  aspect-ratio: 79/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.eo1_r form .yzm span img {
  height: 100%;
}
.eo1_r form .afterBox {
  position: relative;
}
.eo1_r form .afterBox::before {
  left: 16px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.eo1_r form .afterBox input,
.eo1_r form .afterBox textarea {
  padding-left: 27px;
}
.eo1_r form .ttBox::before {
  top: 28px;
}
.eo1_r form .tj {
  border-radius: 4px;
  overflow: hidden;
  background: #005bac;
  transition: 0.3s;
}
.eo1_r form .tj input {
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0px !important;
  color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .eo1_r form .tj:hover input {
    background: #f08200;
  }
}

.eo2 {
  padding-bottom: 167px;
}

.public_pro {
  padding: 42px 0px 134px;
}
.public_pro .sw_box {
  margin-top: 53px;
  position: relative;
}
.public_pro .swiper-slide {
  width: calc((100% - 90px) / 4);
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin-right: 30px;
  border-radius: 0 0 50px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}
.public_pro .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.public_pro .title {
  font-family: OpenSans-Semibold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  color: #042036;
  flex: 1;
}
.public_pro .title a {
  color: #042036;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .public_pro .title a:hover {
    color: #f08200;
  }
}
.public_pro .box {
  padding: 14px 26px 28px;
}
.public_pro .swiper_button .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.public_pro .swiper_button .controls.prev {
  left: -50px;
  transform: translate(-100%, -50%);
}
.public_pro .swiper_button .controls.next {
  right: -50px;
  transform: translate(100%, -50%);
}
.public_pro .title {
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #042036;
  min-height: 60px;
  text-align: center;
}
.public_pro .title a {
  color: #042036;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .public_pro .title a:hover {
    color: #f08200;
  }
}
.public_pro .button {
  display: flex;
  justify-content: center;
  margin-top: 17px;
}
.public_pro .button a {
  border-radius: 999px;
  border: 1px solid #005bac;
  background: #fff;
  color: #005bac;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 25px;
  min-width: 142px;
}

.public_menu_list {
  margin-top: 24px;
}
.public_menu_list > li:not(:nth-of-type(1)) {
  margin-top: 13px;
}
.public_menu_list .menu_box {
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #042036;
  transition: 0.3s;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 9px 15px 11px;
  gap: 5px;
}
.public_menu_list .menu_box a {
  color: #042036;
  flex: 1;
}
.public_menu_list .menu_box.active {
  color: #fff;
  background: #005bac;
}
.public_menu_list .menu_box.active a {
  color: #fff;
}
.public_menu_list .menu_box.active .mask_box {
  transform: rotate(90deg);
  background: #fff;
}
.public_menu_list .menu_controls {
  width: 9px;
  aspect-ratio: 1/1;
  mask-image: url("../images/to_menu_la.png");
  -webkit-mask-image: url("../images/to_menu_la.png");
  background: #666;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 2px;
}

.public_menu_list1 {
  display: none;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #042036;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 17px 21px 28px;
}
.public_menu_list1 li:not(:nth-of-type(1)) {
  margin-top: 8px;
}
.public_menu_list1 a {
  color: #042036;
}
@media screen and (min-width: 993px) {
  .public_menu_list1 a:hover {
    color: #005bac;
  }
}
.public_menu_list1 a.active {
  color: #005bac;
}

.public_index5 {
  margin-top: 0px !important;
}

.public_index6 {
  padding: 36px 0px 130px;
}

.public_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
  align-items: flex-start;
}
.public_top .top_l {
  flex: 1;
}

.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #005bac;
  font-family: OpenSans-Semibold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  gap: 11px;
  padding: 12px 25px;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover {
    background: #f08200;
  }
}
.buttonBox span {
  transition: 0.3s;
  display: block;
}
.buttonBox img {
  width: 13px;
}

.swiper_button .controls {
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #005bac;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover {
    background: #f08200;
  }
}

.swiper_controls .controls {
  width: 50px;
}

.margin_top {
  margin-top: 100px;
}

.PageNumber {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 18px;
  flex-wrap: wrap;
  margin-top: 76px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
  flex-wrap: wrap;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #555;
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #e1e2e4;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 2;
}
.PageNumber a:hover {
  background: #005bac;
  color: #fff;
  border: 1px solid #005bac;
}
.PageNumber .active {
  background: #005bac;
  color: #fff;
  border: 1px solid #005bac;
}

.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
.page_change .logo {
  width: 45px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background: #005bac;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 18px;
  align-items: center;
}
.page_change .page_name {
  font-family: OpenSans-Semibold;
  font-size: 18px;
  color: #042036;
}
.page_change .page_name + * {
  color: #666;
  margin-top: -3px;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #005e91;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}

footer {
  background: #03101b;
  padding: 93px 0px 15px;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
footer .logoBox {
  width: 279px;
  flex-shrink: 0;
  transform: translateX(-11px);
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 26px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
footer .icBox a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #fff;
  opacity: 0.6;
}
footer .icBox a:hover {
  opacity: 1;
}
footer .dif_footer {
  font-family: OpenSans-Semibold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
footer .dif_footer a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  footer .dif_footer a:hover {
    color: #f08200;
  }
}
footer .dif_up {
  filter: brightness(0) invert(1);
  display: none;
}
footer .list {
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 22px;
}
footer .list li:not(:nth-of-type(1)) {
  margin-top: 4px;
}
footer .list a {
  color: rgba(255, 255, 255, 0.6);
  display: inline;
}
@media screen and (min-width: 993px) {
  footer .list a:hover {
    color: #fff;
  }
}
footer .list span {
  transition: 0s;
}
footer .ul3 {
  max-width: 300px;
}
footer .form_box {
  max-width: 389px;
  padding-top: 4px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px 0px;
  width: 100%;
  margin-top: 27px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  background: #121e29;
  border: none;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 17px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer form input {
  height: 52px;
}
footer form textarea {
  border-radius: 10px;
  height: 100px;
  padding-top: 12px !important;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
  flex: 1;
}
footer form .yzm input {
  flex: 1;
  padding-right: 110px;
}
footer form .yzm span {
  height: 34px;
  aspect-ratio: 79/34;
  overflow: hidden;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  overflow: hidden;
}
footer form .yzm span img {
  height: 100%;
}
footer form .ttBox::before {
  top: 23px;
}
footer form .tj {
  width: auto;
  margin-left: 15px;
}
footer form .tj input {
  min-width: 126px;
  cursor: pointer;
  background: #005bac;
  border: none;
  color: #fff;
  transition: 0.3s;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  footer form .tj input:hover {
    background: #f08200;
  }
}

.footer_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 6%;
}

.footer_b {
  border-top: 1px solid #fff;
  margin-top: 23px;
  padding: 41px 0px 37px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
}

.footer_c {
  position: relative;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 17px;
}
.footer_c::before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 100vw;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.footer_c a {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 993px) {
  .footer_c a:hover {
    color: #fff;
  }
}

.m-formcountry {
  position: relative;
}

.m-formcountry .drop-btn {
  position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 217px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #f08200;
}

.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}

.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
}
.table table td {
  padding: 9px 10px 10px;
  border: 1px solid #ccc;
}
.table table tr:nth-of-type(1) {
  background: #ebf0f5;
  font-size: 18px;
  line-height: 32px;
  color: #042036;
}
.table table tr:nth-of-type(1) td {
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  padding: 10px 10px 7px;
}
.table table img {
  display: inline-block;
}

.table {
  overflow: auto;
}

.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-button-lock {
  display: none !important;
}

.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}

.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}

.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}

.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tankaungn2 iframe body {
  margin: 0px !important;
}

.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}

.zoomdiv {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomdiv img {
  max-width: unset !important;
}

.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  transition: none;
}

.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #f08200;
}

@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1700px) {
  .index_banner .swiper_button .controls.prev {
    left: 5%;
  }
  .index_banner .swiper_button .controls.next {
    right: 5%;
  }
  .index1 .swiper_button .controls.prev,
  .index6 .swiper_button .controls.prev,
  .public_pro .swiper_button .controls.prev,
  .tho2 .swiper_button .controls.prev,
  .tho3 .swiper_button .controls.prev {
    left: -20px;
  }
  .index1 .swiper_button .controls.next,
  .index6 .swiper_button .controls.next,
  .public_pro .swiper_button .controls.next,
  .tho2 .swiper_button .controls.next,
  .tho3 .swiper_button .controls.next {
    right: -20px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 46px;
  }
}
@media screen and (max-width: 1600px) {
  header .logoBox {
    width: 340px;
  }
  header .button a {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 24px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .menuOne > a {
    padding: 30px 0px;
  }
  .margin_top {
    margin-top: 88px;
  }
  html {
    scroll-padding-top: 85px;
  }
}
@media screen and (max-width: 1420px) {
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .button {
    display: none;
  }
  header .logoBox {
    width: 300px;
  }
  header .menuOne > a {
    padding: 25px 0px;
  }
  header .center {
    gap: 36px;
  }
  .margin_top {
    margin-top: 78px;
  }
  .clip_path {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
  .public_clip_path {
    clip-path: polygon(0% 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
  .top_clip_path, footer {
    clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% 100%);
  }
  .big_title,
  .index2_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index1 .sw_box {
    margin-top: 30px;
  }
  .index1 .box {
    padding: 20px 12px 28px;
    gap: 10px;
  }
  .index1 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index1 .links {
    width: 28px;
  }
  .big_describe {
    font-size: 16px;
    line-height: 26px;
  }
  .index2 {
    padding: 100px 0px 120px;
  }
  .index2 .index2_title {
    max-width: 690px;
  }
  .index2 .text {
    margin-top: 10px;
  }
  .index2 .buttonBox {
    margin-top: 30px;
  }
  .index2_list {
    margin-top: 30px;
  }
  .index2_list li {
    padding: 30px 25px;
    gap: 14px;
  }
  .index2_list li::before {
    width: calc(100% - 50px);
  }
  .index2_list .logo {
    width: 44px;
  }
  .index2_list .box {
    padding-right: 0px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .content {
    align-items: center;
  }
  .index3 .describe {
    margin-top: 12px;
  }
  .index3_r {
    padding-top: 0px;
  }
  .index3_list {
    margin-top: 15px;
    gap: 25px 0px;
    padding-left: 0px;
  }
  .index3_list .big_num {
    font-size: 32px;
    line-height: 42px;
  }
  .index3_list .links {
    font-size: 26px;
    line-height: 36px;
  }
  .index4_title {
    font-size: 26px;
    line-height: 36px;
  }
  .index4 {
    padding: 100px 0px 120px;
  }
  .index4 .sw_box {
    margin-top: 30px;
  }
  .index4 .swiper-slide {
    padding-bottom: 15px;
  }
  .index4_l {
    padding: 15px 30px;
  }
  .index4_l .describe {
    margin-top: 12px;
  }
  .index4_l .buttonBox {
    margin-top: 25px;
  }
  .index5 {
    margin-top: -62px;
    padding: 120px 0px 100px;
  }
  .index5 .buttonBox {
    margin-top: 30px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .sw_box {
    margin-top: 30px;
  }
  .index6 .box {
    padding: 15px 15px 0px;
  }
  .index6 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index6 .links {
    margin-top: 15px;
  }
  .index6 .describe {
    margin-top: 6px;
  }
  .index7 {
    padding: 100px 0px 120px;
  }
  .index7 .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 4px;
  }
  .index7 .describe {
    margin-top: 12px;
  }
  .index7 .links {
    margin-top: 25px;
  }
  .index7 .l_box {
    padding-bottom: 0px;
  }
  .index7 .swiper-slide {
    padding: 30px;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 40px;
  }
  .bannerBox {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 42px;
  }
  .to1_title {
    font-size: 26px;
    line-height: 36px;
  }
  .to1 {
    padding: 60px 0px;
  }
  .to1_r {
    padding-top: 0px;
  }
  .to1_r .text {
    margin-top: 6px;
  }
  .to1_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .to1_list li {
    width: 32%;
  }
  .to1_list .title {
    font-size: 26px;
    line-height: 36px;
  }
  .to_menu .menu_all {
    font-size: 26px;
    line-height: 36px;
  }
  .tt1 {
    padding: 60px 0px;
  }
  .tt1_title {
    font-size: 26px;
    line-height: 36px;
  }
  .tt1_r .title_after {
    margin-top: 8px;
  }
  .tt1_r .describe {
    line-height: 32px;
    margin-top: 14px;
    padding-top: 12px;
  }
  .tt1_r .share_box {
    margin-top: 25px;
  }
  .tt_menu {
    line-height: 28px;
  }
  .tt_menu a {
    padding: 12px 0px;
    margin-left: 36px;
  }
  .tt_menu a::after {
    left: -17px;
  }
  .tt_title {
    font-size: 26px;
    line-height: 38px;
  }
  .tt_title::before {
    width: 36px;
    top: 1px;
  }
  .big_describe_tt {
    font-size: 16px;
    line-height: 28px;
  }
  .tt2 .describe {
    margin-top: 15px;
  }
  .tt3 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tt4 {
    padding-bottom: 60px;
  }
  .tt5_l {
    padding-top: 0px;
  }
  .tt6 {
    padding-bottom: 60px;
  }
  .tth1 {
    padding: 60px 0px 30px;
  }
  .tth1 .text {
    margin-top: 6px;
    line-height: 28px;
  }
  .tth_title {
    font-size: 26px;
    line-height: 38px;
  }
  .tth_form {
    padding: 60px 0px;
  }
  .tth_form .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tth_form form {
    gap: 30px 0px;
    margin-top: 25px;
  }
  .tho_menu {
    padding: 60px 0px;
  }
  .tho_menu .logo {
    width: 52px;
  }
  .tho1 .describe {
    margin-top: 12px;
  }
  .tho1_r {
    padding-top: 0px;
  }
  .tho1_list .big_num {
    font-size: 32px;
    line-height: 42px;
  }
  .tho2 {
    padding: 60px 0px;
  }
  .tho2 .sw_box {
    margin-top: 30px;
  }
  .tho2 .describe {
    margin-top: 30px;
  }
  .tho3 {
    padding: 100px 0px;
  }
  .tho3 .sw_box {
    margin: 30px auto 0px;
  }
  .tho3 .sw_box::before {
    width: 40px;
    bottom: 1px;
  }
  .tho3 .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .tho3 .sw_box1 {
    margin-top: 40px;
  }
  .tho3_l {
    padding-top: 0px;
    padding-left: 0px;
  }
  .tho3_r {
    margin-left: 20px;
  }
  .tho4 {
    padding: 30px 0px 100px;
  }
  .tho4 .text {
    margin: 12px auto 0px;
  }
  .tho4 .turn_page {
    margin-top: 30px;
  }
  .tho4 .turn_page #box .list-item:nth-of-type(4) .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho6 {
    padding: 60px 0px;
  }
  .tho6 .text {
    margin: 12px auto 0px;
  }
  .tho6_container {
    margin-top: 30px;
  }
  .tho7 {
    padding: 0px 0px 120px;
  }
  .tho7 .text {
    margin: 12px auto 0px;
  }
  .tho7_container {
    margin-top: 30px;
  }
  .fuo_menu .content {
    padding: 30px 0px;
    gap: 16px;
  }
  .fuo_menu a {
    font-size: 15px;
    line-height: 26px;
    padding: 10px 16px;
    min-width: auto;
  }
  .fuo1 {
    padding: 60px 0px 0px;
  }
  .fuo1 .swiper_button {
    margin-top: 30px;
    gap: 15px;
  }
  .fuo1 .top_r {
    width: 46%;
  }
  .fuo1 .text p:not(:nth-of-type(1)) {
    margin-top: 8px;
  }
  .fuo1 .turn_page {
    margin-top: 30px;
  }
  .fuo1 .title {
    bottom: -12%;
    font-size: 16px;
    line-height: 26px;
  }
  .fuo2 {
    padding: 20px 0px 60px;
  }
  .fuo2 .content {
    gap: 40px;
  }
  .fuo2 .descirbe {
    margin-top: 5px;
  }
  .fuo2 .text {
    margin-top: 6px;
  }
  .fuo2 .describe1 {
    margin-top: 10px;
  }
  .fuo3 {
    padding-bottom: 60px;
  }
  .fuo3_container {
    margin-top: 30px;
    gap: 30px;
  }
  .fuo3_container .container {
    width: calc(100% - 80px);
    left: 40px;
    padding-bottom: 0px;
  }
  .fuo3_container .describe {
    margin-top: 8px;
    line-height: 28px;
  }
  .fuo3_container .describe em::before {
    top: 12px;
  }
  .fuo4 {
    padding-bottom: 40px;
  }
  .fuo4_title {
    font-size: 24px;
    line-height: 32px;
    padding-left: 38px;
  }
  .fuo4_container .describe {
    padding-left: 38px;
    line-height: 28px;
  }
  .fuo4_container .figure3 {
    margin-top: 40px;
  }
  .fuo4_list {
    gap: 30px 1.6186666667%;
    margin-top: 30px;
  }
  .fuo4_list .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .fut1 {
    padding-top: 60px;
  }
  .fo1 {
    padding: 60px 0px 30px;
  }
  .fo1 .text {
    line-height: 26px;
    margin-top: 2px;
  }
  .fo1_list {
    margin-top: 30px;
  }
  .fo1_list .title {
    font-size: 26px;
    line-height: 38px;
  }
  .fo1_list .title_text {
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
  .fo1_list .name {
    font-size: 20px;
    line-height: 30px;
  }
  .fo2 {
    padding: 100px 0px 100px;
  }
  .fo2_list {
    margin-top: 30px;
    gap: 20px 60px;
  }
  .fo2_list li {
    width: calc((100% - 120px) / 3);
  }
  .fo2_list li::before {
    left: -30px;
  }
  .fo2_list .logo {
    width: 52px;
  }
  .fo2_list .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
  }
  .fo2_list .describe {
    margin-top: 8px;
  }
  .so1 {
    padding: 40px 0px 0px;
  }
  .so1 .text {
    margin-top: 8px;
    line-height: 26px;
  }
  .so1_list {
    margin-top: 30px;
    gap: 30px 2%;
  }
  .so1_list li {
    width: 32%;
  }
  .so1_list .box {
    padding: 15px 15px 0px;
  }
  .so1_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .so1_list .links {
    margin-top: 15px;
  }
  .so1_list .describe {
    margin-top: 6px;
  }
  .st1 {
    padding: 60px 0px 0px;
  }
  .st1_container {
    padding: 30px 0px 40px;
  }
  .st1_container .title {
    font-size: 22px;
    line-height: 32px;
  }
  .st1_container .descirbe {
    margin-top: 5px;
  }
  .st1_container .table {
    margin-top: 0px;
  }
  .seo1 {
    padding-bottom: 80px;
  }
  .seo1_color {
    clip-path: polygon(0% 0px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
  .seo1_menu .logo {
    width: 32px;
  }
  .seo1_menu a {
    padding: 20px 30px;
    width: 240px;
  }
  .seo1_menu span {
    font-size: 16px;
    line-height: 26px;
  }
  .seo1_list {
    margin-top: 50px;
    gap: 30px;
  }
  .seo1_list .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 4px;
  }
  .seo1_list .describe {
    margin-top: 12px;
    font-size: 16px;
  }
  .seo1_list .links {
    margin-top: 25px;
  }
  .seo1_list .l_box {
    padding-bottom: 0px;
  }
  .seo1_list li {
    padding: 20px 30px;
    align-items: center;
  }
  .seo2 {
    padding: 40px 0px 100px;
  }
  .seo2_list {
    gap: 30px 0px;
    margin-top: 30px;
  }
  .seo2_list li {
    padding: 20px;
    align-items: center;
  }
  .seo2_list .l_box {
    gap: 10px;
    padding: 0px;
  }
  .seo2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .set1 {
    padding: 30px 0px 60px;
  }
  .set1 .tt1_title {
    line-height: 36px;
  }
  .set1 .share_box {
    margin-top: 12px;
  }
  .set1_container {
    margin-top: 15px;
    padding: 20px 0px 25px;
    gap: 20px;
  }
  .set1_container .title {
    font-size: 20px;
    line-height: 32px;
  }
  .set1_container .title + .describe {
    margin-top: 6px;
  }
  .set1_container .describe em::before {
    top: 6px;
  }
  .set1_r .box {
    padding: 12px 0px 15px;
  }
  .set1_r .title {
    font-size: 15px;
    line-height: 24px;
  }
  .set1_r .time {
    margin-top: 6px;
  }
  .eo1 {
    padding: 50px 0px 60px;
  }
  .eo1_r_title {
    font-size: 28px;
    line-height: 40px;
  }
  .eo1_r {
    padding: 24px 36px 36px;
  }
  .eo1_r form {
    gap: 16px 0px;
    margin-top: 16px;
  }
  .eo1_r form .yzm input {
    padding-right: 85px;
  }
  .eo1_r form .yzm span {
    height: 36px;
    right: 5px;
  }
  .eo1_r form .afterBox::before {
    font-size: 14px;
    left: 10px;
  }
  .eo1_r form .afterBox input, .eo1_r form .afterBox textarea {
    padding-left: 20px;
  }
  .eo1_list .name {
    font-size: 16px;
    line-height: 28px;
  }
  .eo2 {
    padding-bottom: 100px;
  }
  .mySwipertho3_1 {
    width: 100px;
  }
  .public_pro {
    padding: 60px 0px 120px;
  }
  .public_pro .sw_box {
    margin-top: 30px;
  }
  .public_pro .box {
    padding: 10px 12px 20px;
  }
  .public_pro .title {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
  }
  .public_pro .button a {
    min-width: auto;
  }
  .public_menu_list {
    margin-top: 18px;
  }
  .public_menu_list .menu_box {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 15px;
  }
  .public_menu_list1 {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 18px 20px;
  }
  .public_index6 {
    padding: 60px 0px 120px;
  }
  footer {
    clip-path: polygon(0% 60px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -62px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .logoBox {
    width: 220px;
  }
  footer .list {
    font-size: 15px;
    line-height: 26px;
    margin-top: 12px;
  }
  footer form {
    gap: 15px 0px;
    margin-top: 15px;
  }
  .footer_b {
    margin-top: 20px;
    padding: 30px 0px;
  }
  .footer_b .dif_footer {
    font-size: 18px;
    line-height: 26px;
  }
  .footer_b .ul1 {
    min-width: 100px;
  }
  .footer_b .ul2 {
    min-width: 180px;
  }
  .footer_c {
    font-size: 15px;
    line-height: 26px;
    padding-top: 15px;
  }
  .swiper_button .controls {
    width: 38px;
  }
  .buttonBox a {
    min-width: auto !important;
    min-height: auto !important;
    font-size: 16px !important;
    line-height: 28px !important;
    padding: 8px 20px !important;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 15px;
  }
  .PageNumber .page_box {
    gap: 8px 15px;
  }
  .PageNumber a {
    font-size: 15px;
    line-height: 26px;
    width: 34px;
  }
  .index_banner {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), 0% 100%);
  }
  .index_banner .swiperbanner-pagination {
    bottom: 56px;
  }
  .table table {
    font-size: 15px;
    line-height: 26px;
  }
  .table table tr:nth-of-type(1) {
    font-size: 16px;
    line-height: 26px;
  }
  .page_change {
    margin-top: 20px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .page_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  header .logoBox {
    width: 260px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
  }
  header .center {
    gap: 22px;
  }
  header .lang {
    margin-left: 20px;
  }
  header .lang .lang_box span {
    font-size: 14px;
    line-height: 24px;
  }
  header .ul1 {
    padding-top: 10px !important;
  }
  header .ul1 li {
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
  }
  .margin_top {
    margin-top: 76px;
  }
  .index1 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index4_l .describe {
    -webkit-line-clamp: 5;
  }
  .to1 .content {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 30px;
  }
  .to1_r {
    width: 100%;
  }
  .to_menu {
    width: 100%;
    max-width: 100%;
  }
  .to_menu .down {
    display: block;
  }
  .tth_form .flex_box {
    gap: 20px 8%;
  }
  .tth_form .input_half {
    width: 46%;
  }
  .tth_form .flex_three .input_three {
    width: 46%;
  }
  .tho_menu {
    padding: 30px 0px 40px;
  }
  .tho_menu .content{
    gap: 20px 2%;
  }
  .tho_menu a {
    width: 23.5%;
  }
  .tho_menu .logo {
    width: 42px;
  }
  .tho_menu .name {
    margin-top: 6px;
  }
  .public_menu_list {
    display: none;
  }
  footer form .tj {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    display: flex !important;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html {
    scroll-padding-top: 60px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 5px 0px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
  }
  header .lang .lang_box {
    padding: 5px 9px 4px;
  }
  header .head_boxr {
    padding-right: 52px;
  }
  .big_title,
  .index2_title {
    font-size: 22px;
    line-height: 28px;
  }
  .index1 .swiper_button .controls.prev,
  .index6 .swiper_button .controls.prev,
  .public_pro .swiper_button .controls.prev,
  .tho2 .swiper_button .controls.prev {
    left: -9px;
  }
  .index1 .swiper_button .controls.next,
  .index6 .swiper_button .controls.next,
  .public_pro .swiper_button .controls.next,
  .tho2 .swiper_button .controls.next {
    right: -9px;
  }
  .index1 {
    padding: 20px 0px 30px;
  }
  .index1 .swiper-slide-visible::before {
    width: 100%;
    opacity: 1;
  }
  .index1 .swiper-slide {
    margin-right: 2%;
    width: 32%;
  }
  .index1 .swiper-slide::before {
    border-radius: 0px 0px 30px 0px;
  }
  .index1 .sw_box {
    margin-top: 10px;
  }
  .index1 .box {
    padding: 8px 12px 15px;
  }
  .index1 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index2 {
    padding: 50px 0px;
  }
  .index2 .text {
    margin-top: 2px;
  }
  .index2 .buttonBox {
    margin-top: 20px;
  }
  .index2_list {
    margin-top: 20px;
    gap: 15px 2%;
  }
  .index2_list li {
    width: 32%;
    padding: 16px 20px 20px;
    gap: 4px;
    flex-wrap: wrap;
  }
  .index2_list li::before {
    width: calc(100% - 40px);
  }
  .index2_list .box {
    flex: none;
    width: 100%;
  }
  .index2_list .logo {
    width: 36px;
    margin-top: 0px;
  }
  .index2_list .describe {
    font-family: OpenSans-Regular;
  }
  .big_describe {
    font-size: 15px;
    line-height: 24px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .describe {
    -webkit-line-clamp: 6;
    margin-top: 2px;
  }
  .index3_list {
    gap: 15px 0px;
  }
  .index3_list .big_num {
    font-size: 24px;
    line-height: 30px;
  }
  .index3_list li {
    padding-bottom: 10px;
  }
  .index3_list .big_num_after {
    margin-top: 2px;
  }
  .index3_list .links {
    font-size: 18px;
    line-height: 28px;
  }
  .index3_list li:nth-last-of-type(1) {
    padding-top: 0px;
  }
  .index4 {
    padding: 50px 0px 80px;
  }
  .index4 .sw_box {
    margin-top: 12px;
  }
  .index4 .swiper-slide {
    font-size: 15px;
    line-height: 26px;
    margin-right: 25px;
    padding-bottom: 8px;
  }
  .index4_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index4_container {
    margin-top: 25px;
  }
  .index4_l {
    padding: 12px 25px;
  }
  .index4_l .describe {
    margin-top: 4px;
  }
  .index4_l .buttonBox {
    margin-top: 15px;
  }
  .index5 {
    padding: 70px 0px 50px;
    margin-top: -61px;
  }
  .index5 .buttonBox {
    margin-top: 20px;
  }
  .index5 .describe {
    margin-top: 8px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .sw_box {
    margin-top: 15px;
  }
  .index6 .box {
    padding: 8px 0px 0px;
  }
  .index6 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index6 .describe {
    margin-top: 2px;
  }
  .index6 .links {
    margin-top: 6px;
  }
  .index7 {
    padding: 60px 0px 60px;
  }
  .index7 .top_r {
    padding-top: 0px;
  }
  .index7 .public_top {
    align-items: center;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .swiper-slide {
    padding: 20px;
    gap: 3%;
  }
  .index7 .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 2px;
  }
  .index7 .describe {
    margin-top: 4px;
  }
  .index7 .links {
    margin-top: 15px;
  }
  .index7 .swiperindex7-pagination {
    margin-top: 20px;
  }
  .to1_title {
    font-size: 22px;
    line-height: 28px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1_r .text {
    margin-top: 4px;
  }
  .to1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .to1_list li {
    border-radius: 0px 0px 30px 0px;
  }
  .to1_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .to1_list .describe {
    margin-top: 2px;
    line-height: 24px;
  }
  .to1_list .button a {
    padding: 4px 16px;
  }
  .to_menu .menu_all {
    font-size: 22px;
    line-height: 32px;
  }
  .tt1 {
    padding: 30px 0px;
  }
  .tt1 .content {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
  }
  .tt1_title {
    font-size: 22px;
    line-height: 32px;
  }
  .tt1_l {
    width: 100%;
    max-width: 664px;
  }
  .tt1_l .sw_box {
    margin-top: 16px;
  }
  .tt1_r {
    width: 100%;
  }
  .tt1_r .title_after {
    margin-top: 2px;
    font-family: OpenSans-Regular;
  }
  .tt1_r .describe {
    line-height: 26px;
    margin-top: 10px;
    padding-top: 8px;
  }
  .tt1_r .share_box {
    margin-top: 15px;
  }
  .tt1_r .buttonBox {
    margin-top: 15px;
  }
  .tt_menu {
    font-size: 15px;
    line-height: 24px;
  }
  .tt_menu a {
    margin-left: 16px;
    padding: 10px 0px;
  }
  .tt_menu a::after {
    display: none;
  }
  .tt_title {
    font-size: 20px;
    line-height: 30px;
    padding-left: 36px;
  }
  .tt_title::before {
    width: 30px;
    top: 0;
  }
  .big_describe_tt {
    font-size: 15px;
    line-height: 24px;
  }
  .tt2 {
    padding-bottom: 30px;
  }
  .tt2 .describe {
    margin-top: 6px;
  }
  .tt3 {
    padding-bottom: 30px;
  }
  .tt3 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tt3 .container {
    margin-top: 12px;
  }
  .tt3 .describe {
    margin-top: 4px;
  }
  .tt3 figure:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .tt4 {
    padding-bottom: 30px;
  }
  .tt4 .describe {
    margin-top: 12px;
  }
  .tt5 {
    padding-bottom: 30px;
  }
  .tt5 .describe {
    margin-top: 10px;
  }
  .tt6 {
    padding-bottom: 30px;
  }
  .tth1 {
    padding: 30px 0px 20px;
  }
  .tth1 .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .tth_title {
    font-size: 20px;
    line-height: 30px;
  }
  .tth_form {
    padding: 30px 0px;
  }
  .tth_form .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tth_form form {
    gap: 20px 0px;
    margin-top: 15px;
  }
  .tth_form form input {
    height: 38px;
  }
  .tth_form form figure {
    padding-top: 20px;
  }
  .tth_form .flex_box {
    gap: 15px 4%;
    margin-top: 8px;
  }
  .tth_form .input_half,
  .tth_form .input_three {
    width: 48% !important;
  }
  .tth_form .input_box {
    margin-top: 4px;
  }
  .tth_form .name {
    font-size: 14px;
    line-height: 24px;
  }
  .tho1 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tho1_l {
    width: 100%;
  }
  .tho1_l img {
    width: 100%;
  }
  .tho1_r {
    width: 100%;
  }
  .tho1_list {
    gap: 15px 0px;
  }
  .tho1_list .big_num {
    font-size: 24px;
    line-height: 30px;
  }
  .tho1_list li {
    padding-bottom: 10px;
  }
  .tho1_list .big_num_after {
    margin-top: 2px;
  }
  .tho2 {
    padding: 30px 0px;
  }
  .tho2 .sw_box {
    margin-top: 12px;
  }
  .tho2 .describe {
    margin-top: 12px;
  }
  .tho3 {
    padding: 70px 0px 50px;
  }
  .tho3 .sw_box {
    margin: 16px auto 0px;
    padding: 20px 20px 24px;
  }
  .mySwipertho3_1 {
    width: 80px;
  }
  .mySwipertho3_1 .show_box {
    border: 5px solid #005bac;
  }
  .mySwipertho3_1 .year {
    font-size: 18px;
  }
  .mySwipertho3_1 .small_year {
    margin-top: 4px;
  }
  .tho4 {
    padding: 30px 0px;
  }
  .tho4 .title {
    display: block;
    position: relative;
    bottom: 0;
    transform: none;
    margin-top: 6px;
  }
  .tho4 .sw_box {
    margin-top: 15px;
  }
  .tho4 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .tho4 .swiper_button .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    margin: 0px !important;
  }
  .tho4 .text {
    margin: 4px auto 0px;
  }
  .tho6 {
    padding: 30px 0px;
  }
  .tho6 .text {
    margin: 4px auto 0px;
  }
  .tho6_container {
    margin-top: 15px;
  }
  .tho7 {
    padding-bottom: 60px;
  }
  .tho7 .text {
    margin: 4px auto 0px;
  }
  .tho7_container {
    margin-top: 15px;
  }
  .fuo_menu .content {
    padding: 20px 0px;
    gap: 12px;
  }
  .fuo_menu a {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 12px;
  }
  .fuo1 {
    padding: 30px 0px;
  }
  .fuo1 .content {
    padding-bottom: 0px;
  }
  .fuo1::before {
    display: none;
  }
  .fuo1 .public_top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .fuo1 .top_l {
    text-align: center;
    flex: none;
    width: 100%;
  }
  .fuo1 .top_l .swiper_button {
    display: none;
  }
  .fuo1 .top_r {
    width: 100%;
  }
  .fuo1 .tth_title {
    font-size: 18px;
    line-height: 28px;
  }
  .fuo1 .text {
    line-height: 24px;
    margin-top: 6px;
  }
  .fuo1 .text p:not(:nth-of-type(1)) {
    margin-top: 0px;
  }
  .fuo1 .text em {
    padding-left: 20px;
  }
  .fuo1 .text em::before {
    top: 3px;
  }
  .fuo1 .sw_box {
    margin-top: 15px;
  }
  .fuo1 .swiper_button {
    justify-content: center;
    margin-top: 12px;
    gap: 8px;
  }
  .fuo2 {
    padding: 0px 0px 30px;
  }
  .fuo2 .content {
    gap: 25px;
  }
  .fuo3_container {
    margin-top: 20px;
    gap: 20px;
  }
  .fuo3_container .container {
    width: calc(100% - 40px);
    left: 20px;
  }
  .fuo3_container .describe {
    margin-top: 2px;
    line-height: 24px;
  }
  .fuo3_container .bofangBox {
    width: 52px;
  }
  .fuo3 {
    padding-bottom: 30px;
  }
  .fuo4_title {
    font-size: 18px;
    line-height: 28px;
    padding-left: 30px;
  }
  .fuo4_title::before {
    width: 20px;
  }
  .fuo4 {
    padding-bottom: 30px;
  }
  .fuo4_container {
    margin-top: 15px;
  }
  .fuo4_container figure:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .fuo4_container .describe {
    padding-left: 30px;
  }
  .fuo4_list {
    margin-top: 20px;
    gap: 20px 1.6186666667%;
  }
  .fuo4_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .fuo4_list .text {
    margin-top: 2px;
  }
  .fut1 {
    padding-top: 20px;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1_list {
    margin-top: 15px;
  }
  .fo1_list .color_box {
    padding: 16px 20px;
  }
  .fo1_list .title {
    font-size: 20px;
    line-height: 32px;
  }
  .fo1_list .title_text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .fo1_list .container {
    margin-top: 16px;
  }
  .fo1_list .top {
    font-size: 15px;
  }
  .fo1_list .bottom {
    min-height: auto;
    padding: 15px 0px 20px 60px;
  }
  .fo1_list .bottom::before {
    left: 35px;
  }
  .fo1_list .bottom::after {
    left: 25px;
  }
  .fo1_list .name {
    font-size: 16px;
    line-height: 24px;
  }
  .fo1_list .descirbe {
    margin-top: 4px;
  }
  .fo2 {
    padding: 50px 0px 100px;
  }
  .fo2_list {
    margin-top: 15px;
    gap: 20px 5%;
  }
  .fo2_list li {
    padding-top: 0px !important;
    width: 30%;
  }
  .fo2_list li::before {
    display: none !important;
  }
  .fo2_list .logo {
    width: 42px;
  }
  .fo2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo2_list .descirbe {
    margin-top: 4px;
  }
  .so1 {
    padding: 30px 0px 0px;
  }
  .so1 .text {
    margin-top: 4px;
    line-height: 24px;
  }
  .so1_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .so1_list .box {
    padding: 8px 0px 0px;
  }
  .so1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .so1_list .describe {
    margin-top: 2px;
  }
  .so1_list .links {
    margin-top: 6px;
  }
  .st1 {
    padding: 30px 0px 0px;
  }
  .st1 .share_box {
    margin-top: 6px;
  }
  .st1_container {
    margin-top: 12px;
    padding: 12px 0px 15px;
    gap: 20px;
  }
  .st1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st1_container .table {
    margin-top: 4px;
  }
  .seo1_color {
    clip-path: polygon(0% 0px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  }
  .seo1 {
    /*margin-top: 0px;*/
    padding-bottom: 50px;
  }
  .seo1_menu .logo {
    display: none !important;
  }
  .seo1_menu a {
    width: auto;
    padding: 10px 20px;
  }
  .seo1_menu span {
    font-size: 14px;
    line-height: 24px;
  }
  .seo1_list {
    margin-top: 20px;
    gap: 20px;
  }
  .seo1_list li {
    padding: 20px;
    gap: 3%;
  }
  .seo1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
  }
  .seo1_list .describe {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
  .seo1_list .links {
    margin-top: 15px;
  }
  .seo1_list .r_box {
    width: 40%;
  }
  .seo2 {
    padding: 30px 0px 50px;
  }
  .seo2_list {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .seo2_list li {
    padding: 14px;
  }
  .seo2_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .set1 {
    padding: 30px 0px 0px;
  }
  .set1 .tt1_title {
    line-height: 32px;
  }
  .set1 .share_box {
    margin-top: 4px;
  }
  .set1 .content {
    gap: 30px;
  }
  .set1_l {
    width: 100%;
  }
  .set1_r {
    width: 100%;
  }
  .set1_container {
    margin-top: 10px;
    padding: 15px 0px;
    gap: 15px;
  }
  .set1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .set1_container .describe em {
    padding-left: 20px;
  }
  .set1_container .describe em::before {
    top: 5px;
  }
  .set1_r {
    margin-top: 10px;
    gap: 20px 2%;
    flex-direction: row;
  }
  .set1_r figure {
    width: 32%;
  }
  .set1_r .box {
    padding: 8px 0px 0px;
    border-bottom: none;
  }
  .eo1 {
    padding: 50px 0px 30px;
  }
  .eo1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .eo1_r_title {
    font-size: 22px;
    line-height: 30px;
  }
  .eo1_l {
    width: 100%;
  }
  .eo1_list {
    margin-top: 12px;
    gap: 15px;
  }
  .eo1_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .eo1_list .text {
    font-size: 15px;
    line-height: 24px;
  }
  .eo1_list .logo {
    margin-top: 1px;
  }
  .eo1_r {
    width: 100%;
  }
  .eo1_r form {
    gap: 8px 0px;
    margin-top: 15px;
  }
  .eo1_r form input,
  .eo1_r form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .eo1_r form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .eo1_r form input {
    height: 42px !important;
  }
  .eo1_r form .afterBox input,
  .eo1_r form .afterBox textarea {
    padding-left: 14px;
  }
  .eo1_r form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .eo1_r form .ttBox::before {
    top: 18px;
  }
  .eo1_r form .yzm span {
    height: 26px;
  }
  .eo2 {
    padding-bottom: 60px;
  }
  .public_pro {
    padding: 30px 0px 60px;
  }
  .public_pro .sw_box {
    margin-top: 15px;
  }
  .public_pro .swiper-slide {
    margin-right: 2%;
    width: 32%;
    border-radius: 0px 0px 30px 0px;
  }
  .public_pro .box {
    padding: 8px 12px 15px;
  }
  .public_pro .title {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
  }
  .public_pro .button {
    margin-top: 6px;
  }
  .public_pro .button a {
    padding: 4px 16px;
  }
  .public_menu_list {
    margin-top: 10px;
  }
  .public_menu_list .menu_box {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 12px;
  }
  .public_menu_list1 {
    padding: 12px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 4px;
  }
  .public_index6 {
    padding: 30px 0px 60px;
  }
  footer {
    clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -31px;
    padding: 50px 0px 45px;
  }
  footer .logoBox {
    width: 160px;
  }
  footer .icBox {
    gap: 8px;
    width: 100%;
    justify-content: center;
    margin-top: 0px;
  }
  footer .icBox a {
    width: 30px;
  }
  footer .dif_up {
    filter: brightness(0) invert(1);
    width: 8px;
    display: block;
  }
  footer .list {
    display: none;
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  footer .list li:nth-of-type(1) {
    margin-top: 2px;
  }
  footer form {
    gap: 8px 0px;
    margin-top: 10px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 12px;
  }
  footer form input {
    height: 40px;
  }
  footer form .yzm span {
    height: 28px;
  }
  .footer_a {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .footer_b {
    margin-top: 15px;
    padding: 15px 0px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_b > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .footer_b .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_c {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
  }
  .buttonBox a {
    font-family: OpenSans-Regular;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 6px 16px !important;
    gap: 6px;
  }
  .buttonBox img {
    width: 10px;
  }
  .swiper_button .controls {
    width: 32px;
  }
  .margin_top {
    margin-top: 57.61px;
  }
  .public_clip_path {
    clip-path: polygon(0% 30px, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  }
  .top_clip_path, footer {
    clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  }
  .PageNumber {
    margin-top: 25px !important;
    gap: 8px;
  }
  .PageNumber .page_box {
    gap: 6px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 32px;
  }
  .bannerBox {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  }
  .bannerBox .banner_title {
    font-size: 24px;
    line-height: 32px;
  }
  .bannerBox .mbx {
    margin-top: 0px;
  }
  .table table {
    font-size: 14px;
    line-height: 22px;
  }
  .table table td {
    padding: 6px 10px !important;
  }
  .table table tr:nth-of-type(1) {
    font-size: 15px;
    line-height: 24px;
  }
  .index_banner {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), 0% 100%);
  }
  .index_banner .swiper_button {
    display: none;
  }
  .index_banner .swiperbanner-pagination {
    gap: 10px;
    bottom: 30px;
  }
  .page_change {
    margin-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .page_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
    .st1_list li{
        border-radius: 0px 0px 30px 0px;
    }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .rightMenu .wx .hide_box {
    right: auto;
    transform: none;
    left: 0;
  }
  .index1 .swiper_button,
  .index6 .swiper_button,
  .public_pro .swiper_button,
  .tho2 .swiper_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }
  .index1 .swiper_button .controls,
  .index6 .swiper_button .controls,
  .public_pro .swiper_button .controls,
  .tho2 .swiper_button .controls {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    transform: none !important;
    right: 0px !important;
  }
  .index1 .swiper_button,
  .public_pro .swiper_button {
    margin-top: 12px;
  }
  .index3 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .index3_l {
    width: 100%;
  }
  .index3_l img {
    width: 100%;
  }
  .index3_r {
    width: 100%;
  }
  .index4_l {
    padding: 12px 20px 20px;
  }
  .index4_r {
    width: 100%;
  }
  .index7 {
    padding: 50px 0px 60px;
  }
  .bannerBox {
    padding-top: 192px !important;
  }
  .tho3 .swiper_button .controls.prev {
    left: 16px;
  }
  .tho3 .swiper_button .controls.next {
    right: 16px;
  }
  .tho3 .sw_box {
    width: 100%;
  }
  .fuo1 .top_r {
    display: block !important;
  }
  .fuo2 .r_box {
    width: 52%;
  }
  .fuo4_list {
    gap: 20px 2%;
  }
  .fuo4_list li {
    width: 32%;
  }
  .fo1_list {
    gap: 20px 0px;
  }
  .fo1_list li {
    width: 100%;
  }
  .fo2_list li {
    width: 100%;
  }
  .seo1_list .r_box {
    border-radius: 0px 0px 30px 0px;
  }
  .seo2_list li {
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .seo2_list .imgBox img {
    width: 100%;
  }
  .seo2_list .r_box {
    width: 100%;
  }
  .seo2_list .l_box {
    width: 100%;
    flex: none;
  }
  .set1_r {
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .set1_r figure {
    width: 49%;
  }
  .eo1_r {
    padding: 15px 20px 20px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .public_top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .public_top .top_l {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .public_top .top_r {
    width: 100%;
    padding-top: 0px !important;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
    clip-path: none;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .index1 .swiper-slide {
    width: 49%;
  }
  .index2_list li {
    width: 49%;
  }
  .index7 .r_box {
    width: 100%;
  }
  .index7 .l_box {
    flex: none;
    width: 100%;
  }
  .index7 .swiper-slide {
    gap: 15px;
  }
  .to1_list li {
    width: 49%;
  }
  .tt1_l .mask_box {
    width: 20px;
  }
  .tt1_l .mask_box.prev {
    left: 0;
  }
  .tt1_l .mask_box.next {
    right: 0;
  }
  .tt1_r .buttonBox {
    gap: 15px;
  }
  .tt5_r {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .tt5_l {
    padding-top: 12px;
  }
  .tth_form .input_half,
  .tth_form .input_three {
    width: 100% !important;
  }
  .tho3_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .tho3_l {
    padding-top: 10px;
  }
  .tho7_container {
    gap: 15px 0px;
  }
  .tho7_l {
    width: 100%;
  }
  .tho7_r {
    width: 100%;
    gap: 15px 0px;
  }
  .tho_menu a {
    width: 32%;
  }
  .fuo2 figure {
    gap: 12px !important;
  }
  .fuo2 .l_box {
    width: 100%;
  }
  .fuo2 .r_box {
    width: 100%;
  }
  .fuo3 .l_box {
    width: 100%;
    flex: none;
    padding: 12px 15px 20px;
  }
  .fuo3 .r_box {
    width: 100%;
  }
  .fuo3 figure {
    border-radius: 0px !important;
    flex-direction: column-reverse !important;
  }
  .fuo3 .container {
    position: relative !important;
    left: 0px;
    width: 100%;
    max-height: 100%;
    transform: none;
  }
  .fuo4_list li {
    width: 49%;
  }
  .fuo4_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .so1_list li {
    width: 49%;
  }
  .seo1_list .r_box {
    width: 100%;
  }
  .seo1_list .l_box {
    flex: none;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
  }
  .seo1_list li {
    gap: 15px;
    flex-direction: column-reverse;
  }
  .seo1_list .imgBox img {
    width: 100%;
  }
  .public_pro .swiper-slide {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 12px 0px;
  }
  header .logoBox {
    width: 160px;
    margin-left: -10px;
  }
  header .head_boxr {
    padding-right: 38px;
  }
  .index1 .box {
    flex-wrap: wrap;
    gap: 6px;
  }
  .index1 .title {
    flex: none;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
  }
  .index2_list li {
    width: 100%;
  }
  .index5 .container {
    width: 100%;
  }
  .margin_top {
    margin-top: 57px;
  }
  .tho1_list {
    gap: 15px 4%;
  }
  .tho1_list li {
    width: 48%;
  }
  .eo1_r form .int1 {
    width: 100%;
  }
  .public_pro .title {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .to1_list li {
    width: 100%;
  }
  .to1_list li .imgBox img {
    width: 100%;
  }
  .tho_menu a {
    width: 49%;
  }
  .fuo4_list li {
    width: 100%;
  }
  .fuo4_list .imgBox img {
    width: 100%;
  }
  .so1_list li {
    width: 100%;
  }
  .seo2_list li {
    width: 100%;
  }
  .public_pro .swiper-slide {
    width: 100%;
  }
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADeMAAsAAAAAXXgAADc7AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACOXAqBmDj6HgE2AiQDglALgSoABCAFhGcHhxIb8Ew145ipuB0AUn8rAVGULs6W7P//mEDHGNzcFbJKYsvFKCu8ySaZ5MQqR9G3z3EmQaHclg4UgQJFJgOPTUW9G5wbCZfVdf2htuVm5J/kfAecb5azNUiTubSjRgkUTOOBfh/1TdivuIdaMc1QyvSfx03/vHtDQqFGTZHKl6pPVcjGRFQzEQnTLe4oAOa1/UzAE0ZR/XxMvmASQcSmGtDm1rt289FlE/HIe51t7PCwzf5RYoAKNiAlqQJSJkiFqIiFiCgW1pyujG3GStdu7jZ1Ee1fuDnX/XeLc8Wq7raWYHkv5Vl3kQcg08GAYBEwOC/kEQcx9E7175KHd21HAkOgYIqTJcV0QCBZGyc8ZP+cfqXfk2RzmxjlQANsKCcNtN0qsL79sumdYHcQXKQEIkX4y1bZAB6xDAhzINS9JRDG2r3jZqEEctqQw/1+3Pz2pl/cUY8ksjVIhMT+VL9uJ/n/StsZlhS462vpU2nTPRnLIBdEQKT9n6q6Aip5ZCqV6tbUf/qw1LqNdwAt4w5gAUn7EYQb6UZIkR5BV0guab29nUcVE1IK4UoqTUwrbczkjN4yjBkzj61MGcY18xxVk1Y7dzxR7GZmN1UIfvzL6oua49Q1qq4lJSUlDeJIuL9254FAADAhCQWg4iXLV4dn+ybdOyIEEozzC8BbULRv06oJjM9hSDFVAka/THq3kpeYAANAI+kMgPH2py9eIUUYAYKBYaxW5ZYlmuOAhlcTWNXJge9gKL3DQNcEwACAAcQxFuHW8TOoKdhpiQPDhHs7SpQBoDEKwwCrxppJ89YCtGAtQrNp0VqiVqAV1tSaXkvXcjW7VqFN00ZpE7R52gLtmvYUzk1y0918t9id6Ja5V7gH3cfdZ9zn3Ffc99zD7rfuPy/wnPui7cXWF3+/+ut118iIBjQE9fLAKvJzWrm0XLd7+VtQ3dE7lrqXu4+4h9ynKy/s+nfZ/B+vYRagMcpRdyofVzUBjeXN5ZN2r2WLaZi344VYhB70YVnlul1v+F/leVL3sRrIojWL92CgqBJmxgcJNq/bnD6dejQpLyRY1GXCp6dIbeqYSVicVhbPFStVTrRm3YZNWx5DDdu2Y9eefQcOnec5duKikLPixUqULFXaYcqAcR0W9KoXYYxCwvxNQOlrh34igAncIyDALAEFGiBgQBUCAUwTHkAzBBJYJjyBB4QXlUbxBopM8QfgHREIDBFBwAwRDHwgwoAiBJEKK2QA5gkK0E3QgDmCDvQRPKCTkAI9RDLQBCEHnhBqoAChA1YIPbBIpANdRC4wQeSLVazYAWiBqABGiWlAGzELqIPoAhohVgBliFVACeI2sEQ8A1ohSUA7SQWekRHAC5IGvCLpwBsyGlglOcAayQXWSR6wQcYAmyQf2CLFwCMyERgkpcAwmUyRKTIAdsjlwC65AtgjjwD75FGKrjIIwCE5BJwjjwNH5Gkqb+UMUKCcA+ACeYFiQ7kIwBnyEnCFvAxcIq8A18h7wA1yGLhFvgXukL+BSfIPMMUPAAb44QLj/LQBHfxsBRb4+Rvo5e8voB7+56tGbKULOhgDX1Yf34XWP0aPESleLcyaoX47IkEruioWThoBJi8ET5cAyQwjsxgvkgkSiAPwiSAn1gnBSUhJOGiU0gTKArGgIcgSJ3gCOi6njU/P6UYoJxqqMIByDlPf09NqHmPmTspxNN2UrrtkE0LeIhj01oeMTYNZNr3zRWYEwuUllXny42zDpTN+FKyFYlPK92IagjudNKwJbFBYt3YberhF3JdaWg/z4yqy+G1YI4exS7NZ5zKvNJMxLOvijYcmyWYr5UHujcVSVBlhxiqdqupDs5KdzSJ6iSFmbCksM1xx0bUQoNcetdtzl74rJYEhsqtXsyykre3Pl3BcO2+cw02/10JdSBJATKfR2CiZNdV/fWxDBGRqa6DZbraL+bnE6fwaAINPcynOfGH5bIGBhRKE3y9Hm8LyG+tPVPoiM30Jj+qw9sDf1N6Qu3ml5x4zQ2OW1lZTyzWqoUEssthw1Kqf6Uh4oZJktcPTuvHiiltSc4vnHtt8QSiY8ny4vEHWAxIt6elyUUswcFQ1eOg2moOlAFQo0fBrsMhqXo1hvGJs/CZhaAKoV3GnYQSLwZWejYdngRrL0DCnvkz80GVOb/MluLTttXuqV5KyT8xYnus+hznFqSn/9NO1x11a2HkUO9OZfbhqm7pyy5/O+1K3NTAuapTquiGUg/dykGBooMDpPj3NG18bOC4x4zJrzVV8FGps0I+sVO2UpDfbwVA1F0opXq46Dd77dLRDOvdHMoeELljnQtORkykBJ1wxQQNvlDkxRBV3qnSaqKqznfxSesL0svDpuZAeUpBf3MLijaG1nqJX84ApXFs0lefL4bVwKcV7qp3ZUDTJrnwwM6HME9VPrMpImFfjnTqy2Xp8b8Qi65H60cRFb0Nwpb/h3zYl6Wlfrt+M3mY3yZr9OS6Z8STqgXVL58915QbSrXBZpFTTDEMvCYWyj7PJaphZoXUUWfrziH37BazEta+4UQfPwb/I5U+r6BS880F8z2avSCpFqIeC6s8DaT8GyMtlzvTN9FUikZVwubfmT+sZ4EQDguNiEcNvQIvrlK5Lba5OCQeOou4u1B7Hl/Z9q80urAZVIzXNyWY5RBOCIGEWMQLxTRX/UWng+OeiEeIhXqJhleFbXzVZSn8RoBJyt/6tOLDxwmMlSkLN4ip+6QY9Mx5KkTNUSvnTAxK6wDkV89KZHwz/tD8vdeOMcMFzoSPTF4tXAoXB3PTWSs8PKlZY1VgwF8w4HqCornfeb4TL53C7WyT0DT7TmfUqy8WjmZNNh+LYS9TTn2Joa5kVGn+WsAQ9sfPbnBdr1RQQGBoqaZrES49OYZ9DfAp59byLy0nHvtO5WGkd1C5mg2KZlySBFLiYbkJDmRW1KmhHq3DK0YiWBEQp76iKIiyt55Xb96ylO87nu+LS/pxy1XrpPBfPduoGP2mogTW1fnyr1ElDbcnNmGorIaWtNcRSa48oO3fEwi3n431rcRefy/1pRpQ6AHmMQy2IeBMN4zgVgOcQ8mesa4bIhSOFT/ZFXjIkMhMQCsrmXPTtz2+pQbE4W4CSDmNeK1eTzDO268ZzmgVqolU488iycP2oz6na7J+L5SC63Zf+Nem5lFpge0VRPWdnrcx2JomncTqzPMvK4E0dn+pKyf78/PmytCYooibp+1qKyQQj0MNkBN+GS+ppTSbokKIbvPSuRqjCRZ+gE8nOi502LZ7fdu+lGFxusITIwJiTLn6IRwVMAxIGKIbTAmdMwSOn4asJtMJQHV6lfDJbXGG1yQx2tbXnYQU04v+2HF0eZkuCfxFblY/VNasYCPw12L2FZ13F7fKvSI8nySQC6LRu4JABDaHSCwoAgtCRXwW9UWnXyAn7viJwiARfsycF4WRIYRROT/n5+QHjQDQ2qGZzgALdYPoooqKZ94ysC6hcphXKIGsHVKBeGUUVXgwasi8zDdgIbA5AvJUeoiG8mTe+OUm5lGjkKTZYoMYlSw7ZNT8t+Q1ozIWjAwiDodwwitb5M0Zn7F0LY5WJV0nkHezY3xVoa1hlDXy24Og35ZbaQ4NgIX5nNfXDI3bd00YawW/Vlr9dbn6jNgDII6UJDa3DvpTJQ0K0lQc53DWDLOboQTax5MwN5S3QwAXq6WLBNMTL/eKRhjmKK59x2l+BhyQcPIlIDAXHLDIcQ/hyqK5cwoeUQKUv0XHhZKavJzvVwgbPl3u3TmCgEhFT6EgwDLZKFUxiJlJ/Q3nmg8Vv1+1VuFzk0/58F4xFpoGzmqxz8aIcSRGbR8YoskbskWtq6SYNtZplRpMb6pb/c3luE31ar2S8nyr7d842bnx8Ce9z5uqfsWsG3ig+npgdkoTRzkinSoyFGEmtwZo6kAqIbKaEbbOoqbX0t6iqItlLTMdhFd5/VQHIFeQJF4ts1SMk6shLt/UYDkQNxwiylRF2OPNbRJg83OiLGtHePrzNIhFGdju1mAQzriimIJdxqChYnAzf2DLRhvNI+1pWAwhvnd9WCm/O16mSUkgE+QRNkYmSJL4xC5B3vasfZOUrVD5WUMSMZ1aAROrXP9y7HzaMz6jJWC0D/qnzwGnQ/mPVIpcVHKaXKAVQb2zjBjukUsbAHO9VabFxGfbkuqa6cv9UrcZu+hD67bEql+8mJo5mOjzHst2+uOzfrhXxhhfjf37XvXYvJX0i3x0jICjTccGTGC9KI1z3oDc+J7tk+lLHc12+7nz3tD9dC5elbRx60c4qVr1JKuYhKRZXRW3QxcqPrFf9Y8HloyaiRe4SKy3bU8Vx2aMlPYm+yiOVAEUM6Zwz40IWa9h7whyugBYsYvHlx1tPX0uZfsoM6ai313VLrg3d69t7oKxGGMomn2yob7eeb/nz/amogzbUmmwq62Qjdk6u1H6UnQ75YNuTEe3OAVFUoKym8VJw5TWrwS/YCitcDouaPxcXu2MIpWzna7rCMAUpqD9ZHKVAVm4azA6CeP4awSGS9pYmAYlDBT6yhUIKI4wqFVLFTASwkyV+v1IHMmng+pG1FIb372GdK7LApEQSAFhAAfVqwWo0vzd4yZC56H1VIfaTPUIJK2rFuOL0tgnWD9PiS4AVBMsQ96VQn52vBlZGYSucdhzCl/KZiH3ZOkftkfD841tYj24cy4Ku/Mf66XwX3yYi/dsFUprz9aFuKwPd6mRIOpeCWEpn7kkCNTbRMU71MruB5RoIRyO+sVOR3cZpzFFKuVK/6UCWvD2xffc+ohMvXBD662FkgAN0jOe/PDQ6hpYmDo98ivehnfwMGggcGowx9C5fezeZYYTDh88VoE3zett+E5msMhGPSHFeqF+UbHNNNb9QnB/tHccxQEZ+kzu55uDNPIQU1srleoclaLbRsmM2FVMi2LS6XWu7fSb+Q+X6h3yTazr/eOwfqwsXPPTjn2vb7/OqZfIIzKwjRn8yF6f9xvcjusyPGkUNEKGFr4c1wgzRkj6WnEE5PtRROPwpB3gmg+WncPqeaJXlHTlcydzkkZ3MTWjzPufW3Yj6l3ZQA3fvrcbSHv3wA8xFPCohEhPwAkpzvoXGLd0eUwmTDxET0NhH43gx/oDyiXnHJvgng7eam/W+gZvVrXmYFyk38X07Ta4pFxpthapQefvmrq7xUlsE74rvuF73diBXzKJoTmhaKYttdh4ekwzZbNFplQQrCnSFQyVJzZBFGWbwk/x46caQoVLae5YtmZgRweIUUvuZFzH9vuPL/LZL00D1ghWL2Znl0E8cM8bQZdPHwThAMzqhFynevfJzsV78nJxaeFUr891GijMX/VNuJ7zqq7fKte/6Ovq0OZfzp8/k/Xl4nzK7Ue8gU/SBRTWNd3lagjdtd6udCKE42P13ySURBcdwYXVzrrLia8Hyrcmo5V32nygQ/XM347UhabsaTvfz6LTMBl+rNw0NPrOTm0hcVZJV29aGQzq0SCJKw+qF+JE7/YX4IUAQ6m+Lp2sI+1bozY+521UOu2l7LLK8n5g5mgGqpPYcuOx7dPwuX7uTkj+Rh4auqW+4JmPZRBQf5QowaIgwCTkqCXq5juXVQA0HAstvJMgaSZmKEk1Bg7/WQneIWBKIHDRY8R1P7VrKPplzpBFNcpjSLx0jds3N2q7Yk2t5cMGm+xIx1C0R54Hg7rTFJ6k3VihxsbuDdBqxFqFVG4l1rFZfQ+LKuKs5zdcTmmhK1DomxgjDSHuJiIELFhIN+I9rXxo38YA1w0RNky0ryxhlCCVMXOanbEFOVp8IHCfrsGNCVyqEHb9fHoebx1qeMWnwstHozONVtSVHJ8RjHquQhtr7s6vVSU/UqN7JmtxUJs84RukhU35+wUiJIgfD/52PTY4LE//Z+c+SODYhjf9X3qv7z3Q87VpOs3rnJazG1S/zixCTZcwKoR33ejrMQ5khfRa6JDhfECciT4uqoF8JJ9RWdGbZZHAD6/za42BFZSFwHfG1UkiPlny6L+XA7PavqXUm3Z2G+cZ37gCasGCI792HeQFkPjA+1G6NP8mP0Tt8/8+T3Wz+z8aowk3EZesMalPrMvWEaiigCWUfGB/+uhVSojm9QJOsrcjsHPatEtMDy4LleeHp+YElZJi7KsW8wvb2fqyfb1ZllXeTTJ/ekuxLSPWsLTuM8mgmUFhA4piMLNcF9aXeGtaT1cWMeJPe2Z7ZN6tB3pAB0tqZaZSwrKpquF68VGgYDiA4nVNQHRmGAjWKsuL1DbRKHOH0IyoXYZt/10vI13+jGp4iNBFHSqRSZc09WhHH8rBDo3qNNLQ4JzL+krdDiBpl1gCO/IpEJgoSYLBDdqL9viHS+AzgpyiUJo17bs4b0KOgpjCiR2QdR9ozEVReUjagDGEhhVg1WhtUAozpiQQogqpw6vbpNERUL4m0cxhqFUw9PuQYCSCT5JOpBqthDmUWekpdDuaty8afSlNuqQ1Slw4F128pr22+5bCos1wtXpTPzA/Uelslanm28fACUKvpltgrK/nsFdVzkGX4YZ6fx3p148mDvAZQ6yuR9Ud2Fm16oLDcuq3eNK9Hzce4zVBIRxcJD0wwtIL8KrT6ljMIfzAnWa7xxrIBlVXvn+tvRk2OrinsZixAkhZO2TSuvHQzX2+p2WBK51YdW1ZSSgFJrbzQkENRXRVbel3uHqM2nUumXaqPqHbNspHC3TZDO7eCtdTImo46+qgkFW+yR+sJ4jbDPcM0nw5vuStH7M3m3HS325YFXou3uzhTX59QhMsrNKE+SWtqdLmp55zh9hxnyvrMyCer8/tIPL/iuCfEwG1EYZ9YwCrLdKw9SNjsXLrDXUMqFuJbXGBy2IE5XPb7ucXdhTSsR9lw+U2QdVliPd4rqcRajDnrEIZ6tJ6qWoN4i262N/YBoeIKUHMrvIf6zSk/W204cPpasMziiUilL8ircyacqdATMha9XjtKY2iEMsBWyl5p2Hi0GGQHuI9mDPDpoPbqrROxia/gLO4KWgTpYPaVZUdebO6+yY7ppVV7GtZKtVrcB8HfxHdE6J3cPXjvEm9EFck+4u61a5vjKlUbAOoQJdIcC0pyqEGcMJtdLHGbT3xkptpjM9bZi60Be6CQnD7WYyk4e8a0nTVD9/hsozztFC862fn+tM/RvU7V2kmS8M50giWy9HODT/MrCi248SQlzB8H0yueTE9DFLcq8Q4b3r5Lv1Fjp9lkRzip7HbvU5wZlXuuv13XVHd+WEHcVOzKb2xtZ608arfYdNtR40pdnBIoJ81Rc3BTUlACwu2U4c8RN3psyoe67OJ0nxltPra7g3UbaFKOmiAVp+yJIo67KR2uTMoGr2ZlU94a+hGHshl/yrGrUwVVipaX3cbadouxO23XZhVTmgvXj4PdSWh/98qPLv2ZPGJboI3YONJcOC7McMZJHdUNwogFrYpW+53aANWTOhh2/jL3H7f/UOs3d7mjWb232oq6oyMrfpGzzGDWioD6HMsTDwDveGa0SUYYuFlt/GU2BY34oUA061qjQ19oT8b1pe0DYWmSeteMZ4VnKm3VkuyjGmuXsQO8owIapKscV7p66wHDUJrIeAm9ZAqgZUd/ieZ00+HiTJd53sAj2ubygC2wbHahWlR5w0jnp7tSOY5LDeo1viyuBDUtmSRMRwIgcQY46aLl2rWSa9wweKRK5SIbV86KWJBCMmCO6ASxIYWu4Gf1PIgLKTwP38pdIA44Y6voRVDx53M3XCt/J2WPZb2EgB2O9aQjc7dy+YXlgKKgL4M3q1b/Sc4dz/lkGd53T3fn77nXXl4Lq5/KBnVUEWREqS1J0xypFJSS6LF6zfz1+DsTY++NTrw/Pvnux5bGTi7OTap/jiwOj2TfwvT6Xp/GDnfUK+o1Un/NjsUp0oUejN1Lo0tu3yz5KJCf+UTrPqRpdhRIJycHR/fl7p+2263OfydwOMAt64gNBQSBTD0ywhJzudwNapC3B58s7ijJJ42Ix/Y+WJV4KuRRrQbm62V9pbDhtUF2jyyP/MDCIB0nTUBSERWfTrc7sa+gxAzr5Kbl1LTUdMatQXYwXR015mIlUUNKhwGrRI+0r6pl+gMIJl46a9m3FziQTl/ARKQAuGDaBvbd4q/Ma852T6ZvsdMyHjJX4LP/minHg8XvvH+5sac559CX9gCAeh/8HhWcQ185B4vyJfiMBB/JcpOv4sQXX+9y/6Hr/8oXbPTa6yGQRAaXSqQofwu1dAMNhJeEpgYpln05AsDwuZ+26f3hXxvCeL7/K5VcWj6cAVUTFcSR//qNbYdHvhppKaau9d9fwRF21arCpcP8jwxsK8GXrEArAqvGeBSu/PKs0/x0jAV1norv6LhAFfz6vw1f3jC4pALAWDFIs5lslkOdeywBGMBX4Wa8zrkowjSya8UpqY7geQTeYliypmmx7aQ3ghmCDIIxeB4CljygNU4rpi6DLC73ml6sHNN/zbJ270J6o8xwtMV/bAQ5ECr2hHlAccRV5DZkB8L7Kkwub0NM+Vr2w3UFMxbh5xOCC2Spz9987MeLTYz6DpW9PVcdbAglVUxiwhdOTa9gB8IImpAoH9Q6/+ZKFK1iz2dYVAD2CLRQsbr/dvv5j7YWEkdh5pYktmOn+teSjUH2/Q0rgxT0ZcK0hOwMxXxVSjgiD26kfR0xBxn7n/vJiWpiBnR4+YMSyf++fDDCzvkWpPcblZ6NVQSil5fgS7ceGaCkwtT43Ks4KuTVtws/EsrGzK999mVeukdhCOVBowvn7xZg7nfOwFPPE0AcecJj+tM0+kxLe0p3nv75HqU1Cj80qF91Mt2yOSxlF/l+icQjevxqZRdWOKf6kICFnJjugHezs/29DzUlwC5Nc2WAip59GLQ0KTUrq4ab7l+LbvHQXAtzoHfBez2/uDemRiQoDZN2gkrcbN+lp9l0YQyy7yEfJBojAlQN523V6+raCrumWgOjV9MxIVflSl8txO1N3+MFYvzhFxA+f8HSJgbUy58qiro41regR9pepMIbYtJ9ELb8zTDcaPcwLT0XHLYg4xj/bEA7djwsVHJceW/s9KRwRYC5Sw3ZKomynl/bg9d2s2Pgyuj6TJiBm2y5O7JaaLTrWhLqjEa85PgUh756kReGSUb3oSCBKHAXs5rBfdt6WlxErgs1qSu/VqgmwaoCkIQgWs2qq2tvOJknju7eerb9dEA/wpwGWODmPyY/0F1hlc6AKvwo50H9WkY96jpY/l/KzAHE29jdV0Hn7rf/VtpDgTVa2D7FhynSZE1vd/qsW+5n+Qvc9WOFLR4aClXAA6GYoIOicwn+/87eBTTr5qHRQ5NwexDow2j07ps7XvC+NLaO1nZLlVMYE6us1cgn6KQxlZl602YMz8zn5pQZxVlzKLn0T8pI88JZI+X+ZmkhlNum20qTAeAasH/G/v3T+y1G//T9Q/ep75XvVZCLrGGrWSy1haVRMy0aZvXBJro2T3B7kTjHJcc5UpQhXMu3xMRkFsdYQEqc1bDwaXglVYEfd4XyjmqjvqMcs5sHNcfY6vSqjU0rxmIfozs+kIM55gRq3RjFX4moaajERXfKeo1PaHP+K1MKv6cpdFpoUw8/5TjD/GYmC//6NlXm8H+q5K2ElkDupRxFyBMnjWPB5YDa1ZIKn4qdOgPe0kUFcDlrXHMiQr5D8rcTUrmmdcedrkSn3DFhgRz6PeRRMncLV3bnuzLk8/Cj4c/Rvt8pFMoz+RHuuxy6oOaO54s4o2tfo2Rdw/qGdchUfA5pmZK0rmODa996u01bqP7Fq/Js9lGp+DAVeglK9P6aYCotcu4Om6cWXoKlCqTQdXT49Z2vIoOHgWSBOzwfRVLY1LCogp5ov6XDlUs4qygrPwcZMfagYMiM2IDkgAfByf6nGy+ecPtTINxoOIwM8/lq8UAnzt1h9MrOBRXs89O+BghHwsNI6laOHo6bumI/KDWD7+/9CjaUBGV2U4BslWqagJ+ZyRcATZCfCSs/JtPC58/iWy4vg46P4mx/ovf13F7P16wYiRYsPrcmJtxTcqt38tN/hSFEglRCivdLaryBaGD2QOEt0r0pkyldQCSRZCX1GGSbtdxujlABcWznMEolM7VlSvLqvKnaNPovTlCGaFNEGRHFCZcVja3vR5IUQSKOOOFBjwbrIB7u8C983cypLAmLsNhD1NB5x3BwpuBE4nxzRjJnC3ISKcyRTBvATCF68vZG6xUjHi9qGmVjUcL9j8yOzbjRuoYtyV64lwax0i0im/w5ytCICxNlwBs5ZYNajjpvoaoRFSd7i17Cesi6wOxHAqmLlbZ0m65qZhJdQ1ATNPSJQkFOjkDYKJwpghxhIEfSTIxILaRMn54duyY2Ozmx4gBaY6g8tDUssG0iCFXc03Fq7OTtwslkkXW8Rb6cYGTI93JmAT1v1mwb3c68bBT0oFNnFlzCjJplY9gZEqNQCSjTK6bh8DkhL9vMLzIqWub8pMX4Ha866Uu5qnmkeB/RVcyQnaS5gObPnypkxzzHrj+lS8ylqhBVaMyzlnd7YGb4Xzt9sLTaIAY2T9kC8Jc+Kn60/2m+GovNhyb+Vq1ZRx4gk46bfGC7vAconJMlJMIjbGPX3+K9GVcYbFV8yjM/1LV9mVEjlBIhxv5bo81xkw9Cu9adPplw04cyUNAMyLA2l4OZz5g7l5HPdFwhInqS+XQH6woREZP0fJbjCikd8xJkOJj9y0xZA1iAvbB7z8WIzogL3Yu44oGIDthhcPyZmMAliFlC/I7XBHPRlbtBZUMkQcXA4QsdWFLg84u1IGkVqmfNHX6HoT6+KLagILYo/jFQ2mIL4oseh/Kst2XQ9ndu7NynJpmKMnhpXG46L2OQdblpadwM3qCUDi7NeZFaMHm4E99DCVi/ayae4gWqOruJvcSKip9oLanvZlr1krqaZG0nphxz1Vwha4wVPJxjGh1QFe8kaCrCZ25Ib8PHy7CFja+07XpaW5Ehx5bqhjqLtAEAj//dhd+VsAtX93ow/ugbowt1qgA3aj8atpl5MH4qys+nZ9dBvfMB7j1Mc/zVfYX76gmokbp3YBVy9Q2RjRObLdJDsAcFljfqtB1nP4329vkQSz+QlsbxlnDlV/yvQcLbwqgI43u9B7fhVpcfCcRDi0S5QmGuCE1Fr0IF+xNrNhI9J2wdu9Jrq1/xsAZVn6toN2SyNUy1mqlhbzDK4kw1W5O5Mo9bTp5H9IpCT1PcOMy3eV53FfJRo+RTiPhcK4Qsu17zqHZbeDHTYeOVBsjTRB+KK6SFhdIZQAKZioB6o2i6um51fFUTXPGBqv+gaIJXxau7W/U0lCfA709CZV5aKgLm6UnjVyo64V+7wPn/VPzDh/mrNEJRyadMEA4bfUhZhewn+Mom9wz3NMBT8Ytl8t72Q7P23sGtpOIejOpcup0rnJUmlz9gyDkmpPfBTKL37c3v56tWPl6OfBZQ5IlNOF2WYkI1eZfrm5OrcnNrRn1qLU0250dkkXKSMuJ0urT0pPzkIoKdVOaThS5QKB5Uj9i8jj+/8glfItNffGf/ij6AEL7FGt8HgL5DrTRsJxWJkDlmqjrLXcOZ3NEzox9gLJmTwCdHUCe7lx3GCtvNCephh+qt0DXzBlcQ5Ug3uqKnwfz01RNSKemUvNLsSAsrRsfX52g1zUo+MT+xU7CLPy6B6gFdE+p59aMlK8/SEK0M2Uf9msdTwpCqjqhg41xp1cqJAjb8vF2JBNbnjxcF6puSdOXNRvHMa5K8uBJ0XP6j5qBEZYt1kvHIMn2EgZZr6owvKHljhqgjVBFpEzTEKijFJ6T70zMHwpnOPDHoW05w+QYuDl+8zWkHJFPbukJAiHm/Xs+d0TdjjLNclU/PGBqeZeHAr9JLerB90+fAQ2NNIPqGM3u4X6md5WjWoUP9/a6Dx8ONTpBIeZA8jhFoy2UZWPr2FozaYJQ2lp5l2BHKlBk29kBFGP1WhCKVT+Ut4y2agrlzi0IyyiVL3g1i20KWvGNGFA7TaLHaX4mfel4uVEGBX6fQuCL/+UXDVCKdaogwCA0CZtTfNj1TWyvIh0g1pEPkCtJ5G+1WQA5oq5RVnO3dVVHNLmLZu+c6aN72k0m/4yTNhIjOnWGkwE9k7Ch5/wWN1asxlKtPjKxSS2IdRSKZ1syJK0sgByk+5YS89Bgz5kF7bZiZkclQM3UGVnp0lXV+KlvBVmfmqhdsfpXCVFDOkppuCszG4NSKwhyTdBvLcc0ogiwstpBZAQRC47LMqfP9Er7IQmTLqla0fFHcp53D5EQ9tI/YT0mDj7W6OSvoyc29ZzW5Ps1VwVkyefzZLJ/8MZOsAddPUM9q8n0mjQmwciWUs8Cea4jURbKrS0OujDc+L288T5ZrDE037ogyJKhjf+d+IV+lgavE2bBsq4FlJDYSr6c0XpxvF9eC/HSxPQ4ZbugwEEHymoa2d57he+F50IxsUAIjuxBsz3ddQc3fg5q63nmyXXADrBSSDYSAr/DwotqCm76XBwm9e4CIEuM9zyyGIRKoJPz283jqOv9dE1PybxM4cj7yW9k2lOruCJ5BfV7Of+N91fsNH7T0+c4gzmzbwkvlcFJ5QXP+VA4vMDNwLI1R1Y8Q3xzl5dib9CdewhEERXR04Ujwz5EBNfz99zW5uIowjj4pslItFeWgZG1ReI+J5EA5VBvy/+hbb+uPLr2ei2rYZWIp2aqsfO4B/bAi8Ac+sAaOKTraxFnFGdUUfT5cIHUlbxV59H9kTvtvNNlZlxkb7ic8REiOPlz6cPCT9eRzydrBGYPFPGPGI2NWN0CZ++4u5aiOup3Ifu2g5OTzT9bBpQ+PPpQ8RLR53YL8EgJyNyoK/3Kb1w/fH1j8tv8TSs8DDT9wjxBFuDeAd79DnO5/iwBXWjP0ug9tA0HZ1JmHB0fY+pkTPREZwffb3juzETkRGC0mYut114LYrjkg9vOQOiFkWvnJaYlJf4vGWI4bJZjOPU/4+Gsm/XBrW2tLRxgkrJOok41hEGQn6rZO7gzFhHYmW9s6w4D+2h5yhifkItUba5Wbmjt8lo9IGnAFgowsrv9QGoebgiKBwsIHriUttZ6Xf9v0876bJxzzZck/i7d+WYoBa0wTVswiST8/jkScKpvx9cDhN8pPTkMQiOluXFMkTokety9k/7JrA9eW9S+bMaZ1UpUtGDRZzOd+/28RC3c0TlWmSyR6RVda0qpZC9Pm5ieUybO583oOxZnrdvVl2TzeaqaE+O+s+IUhxxHVUX6SlOTAWuxo+EKaNptWWUmdAcZWYKx2GEQ6gbl/jNXRa+FYebVlWZQUYocAr1wBhovOtp2tSHceJbF5kbzL9Z9mB8mDZn+Kt1x5kqJafyaBdmiNwWBzt/1Tdqom4ZShZecfiqoIfAYz5Qu3mPPFlGr6wvmx/JuCPs+MYU4wn7IF8tTwB8LLAQDv7Ye8LQwTkq4RcIdkOAGOIaBHBwYkMbvp3YmqR73xvU01liICXO2RA+Ff5c8aqD1gqPpeRoBM6c/sLSLA1MhIDxLmE2di5UBf0TRfiTxeniTeuWScgHhNXJKKvy+8iIXm5OCm4OgQO20eCT8PLxgvmNhCIMm3n7gj8lI+E4cVwcOFnni474rU9PwvHGf0U7vJ/iU68YO6gRGMHth8GB0MZI+P9Nz5/HPzDR36Yw1KPswSHWfA2ra3IeoTa+PTio4hY/n528gHYPzIHFPS99fP06vNSlA9lKMLm6LjrONlzx4vruKn5xmyWNUMVxUWeX8nEIEG7zVryhXKi7TA8nXrn/bGWVprZBVSaaWs+o+sRlrxoFP+8ypVIFdrLskcnvq/0E5fEVHk2xmPKlytdvi9ufw6cqrDVb5bCivzRLkCQa4o77rrCnJyhXnC6+4coZp3/S1Xbo4gTwS8FkMACMNmbRcc+iQCCAaS43BcijzMfOPrQw08xDocSEWjHrDOMy857MIACAYKUMhZCfW/4cBDIJn+vnc2qiW9Seo9W/JpZu3ekpW0WaIGwBMzdN7AxlbXlj31NFt2a5L69rdOtVxslU6bptX9MdCFPjckBRHCthAXbwMiVofRAC1sdQSgrfaCDF6r18TGF4ji8muMItVBii0+dpF+FuYd5pj/n22k+5/nZA0y9dQ6loG9PQeTrYnUZXHOp/q3obG+2IiKfpP4YtHA8bkN/FrwC0QJyKbO+QFRrLk7klYdl967kyTV8pdEfuf77l4x1olU04paVt10rlu4kR/PBQnQN2Qi4Xr4n/DrBKJWeCwo9ED5u91IVbxwxKb/DXjlwyZi/BnI95lYrWYLccuUHpCeTDarmQoGQ8lSm3N5Oo42JSIft2AyK5tlLfW6FPDAa1SsXZSXJ7KLa8xqljJRkqlaxVSHKEeARdKJqnqlsr7DnnpFh6T4INjXK9W+tvHUoxGlxoSM9Q6vB+kHsjL/oEUG6I7GCrHTXG9Eyb2XTYw+ueXS1kJEPK1V7aRbaVnTp+VE5NFOAQU916Fl0a0nMLkzi0LXF/FrG8uTShISnZKyt4UKFTrDH1yvP1dJZROSKeNgt6IGek7810DfbOHf3jI0x7BO6d0pzSiU6PDZD2SwSgg1O5wq1168RcmddC94+ZdHz+ZvPHQq7IMwhxz7gSaTrYWQmokTioNbwBLjk0Fyh2JVWDltss8UmOXUlBTqRLbmkJrSccUu1RQi3TealPaHF0on5KMoZiDPFKL7Xc5s8Sk1wKbbhJKMGH3KOWK7Oo7Ye52OKuvrcsTqlgGl0EAedKRM2CQ7yFJCcJpy1tSnZu07MNlh96UUOY1BLVnYy9WZ2keWLEslO2sDSKUmBirHRJofyya27IaQJB8VRQM97FJKS5btE9MMzYrUNB1U7CTn1JSbUX05lbxtCo9L8MueUp62ReFu6/Vt+OW4GlJ9LntPw9h6pj0VWYtZAioiqVgf37UT2b6G0nzNsJlIL+qyuz7mTM+ZHuaODK5RoTWzama8vE5sPDHvBF53jbv1uHGfct27DO/SvWxf/4K5tu080Tl9mTV81nubV9uJQVb5ZsKZ5rXS5pY0uylQCcdlXwIP5zrJYbj1H7F/NhHJlU1fwxQTjy8l3yJjdU47LRyvCGMjrZ/YRsHB9z+q2e/PQAWrN4FLE1ee8IXssnIgiuhSiIajFBjhvtKXZ+9PPVMyLQKBFZ1HzxZ1ryFNq+sOkxNIP8HnQuXjG0GC4gCn4Kj6sJMtBHx7Mdfh5/JbMLy4IAZEJDoPC1fYeQLBu5CEkubstLR2diMT18yawk5P7x1tD208/TjRha1r6rfrAScoVL35wk8WbuwHuqRRo3anYp6bVOpsXChmHI718/wsFTswHBjq728ucmFm7OvD3Qj0xU7DaIyizExeZSJjFZzFE2YaMZppWN/AG+UXP1asg72fDycuJfWRlhLhrSP8a5EPZZEaFlubCZRAltORPUJ4tSNux+t468kAuRi9gtoiqUmoLJGWyxpJN4a0KXLmLZqSpkoHOj1FtOIN3EIlJ0P33KYpSgFWDnj/KJUSpRD/oI4JTZ0lddUSdOFGYI6UUVoXJnBIlkG9XvyvF7SXUFVRizdnkNKoXUhfeBoTp1kDDRgaro0W3T1uOZR1JjBmT50qFXMgtWIMsZF8gYnPGMfk/S/zVEhI4KxA3pOqw9HftaCubzgY/d8HjU/3/Ldo72kTSY5bOJWrF5ql1FB55nRSGNJ5mGgMahmth/RqIK7AEEPS3fCIxJn8bkp5X73uunWPbcAGDeLsBOUNGHmM2bPoNqbdlRFqCjU8TD40JDkzN9JYXsDMo8/eG/pBtdNts2flMQoYIGY3lrLYsoz3nzO4fcvBLpSgkHD5rwmXMSRDOF2fUB/+DyczUM+KMsSwZns0NhYG73hhEimiKFm/BxABFCRRsjK7LiY3RM+JMr1zVHZ3V+aoRJExjq2GSRP1Wx0xa0SqHMww/cRJhkJARaaPrzl3sC3Dz3DnV2xw2GZjSLTEFtkV0Db/cKXRhpCDYcHaN2f99YqunS4/s4+Ar7OaXAFToDZ9911l1BZF1AtdN8w2BkZBoPUCnQAk7dBp97xRlJ16EFOQpI9n3nvzFMxYa4pXuneVZhekbXv7rVq+a/y/29/rWSX6UKiqPWZWOlqJsrAVZJ1A6Fn/Dite3nI7e6sXz2befOQdB4FALTpla9ERARjW9pCcOUGoh+YzE3XNi/Y/mT5GSPeFhe77kT3Am2Le7uHxz76vk9tN/HG776LNaTyeSpYLq0tKrVyx705I02CVlODzgtdHbWcAoSUm0j8zWSVR2ugFjIqxQ47Y9ITM0qxofaTWLI5s6dZaXCevjQ2MquHEBjgK+sxRluhJdbjXUa9FpsiUwEpcSuScYH8+4uEUE1cx2JOSW2BiGGnZbb3Rr/4ZaSaGjdTkXRGHL95BnXS42m8jyq/bP/BOyJ0z/i9uTED/AgCKHL5FujmpV9r3ndgn7ZVslm4Zcbic1dXOXq1t4SXoxXdI9Zw6x16UvmDceGQYJvTm9oQdDQ0P7EiDb14EjPS/AScS4SPdfWOY4DGcA5MnwQZgR3/8AAlWXqTuhZ0sBx6hsTgsemQIl5K3hLvyBWNPr5Btkq2o37jBM60qDcg+tjHeMbIgm2BaYhfPQ3AIcinnamsJDfENhLraXRPiJxDq6wmuz2h9HYH/5aM6gHpw7sniKfIaJEm28YKvP0gvezw2UKSYHLwAcj2xf4PP1a+2kwrypbUdSC8pFdvHV9ZnB8tp2vsPsmMl5iRb+l9UMwuFDZgZuhTiPImhTE/Zdn/+/E/Do0f7FwPhIrmN7TE+NvZ6YH3s/neV4J9be17WCyi+SM/gUAg0csG4djO3ISITh1MHuShK505QvF0EyLDJJXLibi3UxUxNZbqgWhwJfhpOwkG1TFdqqouphe4myk/HuvHEfRPxxRXnF9OOra53EDBDz4NxKNpJGgoX/HwIQ6h1rj6G0P9uZ+0mz0LcIc/cjvqY08hd2VL7U8DuLMLZoWvQaBrmGSUwD+WH8Mb4DFIGf2LCIoRCMDJMv7fo5CrNWQNGer8b35z3RqJooZORIKa+7bkzWVFk8M//glQ4rWntxzu4J7twFOyIK4obo7yxRxRBDf7ZO9Tb1IeXXg90iaz87By+VXTFKOhBp3ZFlPvqEViFeLccQ765QPrBeODACLUqLcsxKblK4nJJqpK/GyWY5Dql7wwllX8XMNmkDVGHbD080InH4hKwntViu8hqFeWL76BunkhojbXfRiF5qLDbdrFVJLKK7SBxF9zPz86qldqiU6NTjFGpnH7WTYmKSuGk7kckKShvm3Rc1kk/v4bQD8FCxcdUhoIml9MUcS1mNllfyluzYoo2+tKaPcsnNaJ9GXDquvOEje/h+4P+KuYQQN/tpyxAH+k3JwDIE+gioI+ygfsD+ljfDbTJaFLe2bLTDzVw5T9Gj/fNgNGDAquj+601Dxq912EusoWqYPQrw+ib3QMLuTAA8AE6qv+Mq/qmc8qdBEfrHXOGtBjpkeROm1uMcT4VRm/zS1niJOXUuSAJ0njQ23M3lj5KW+4FALSaBtk4rU/QrDKK72QET8ftrZFvvMkecXp3dmdRW8BW0Acz5akPNsdumR9xlTymL+SBehv3E+zQElN8hMgPGh19Af2NPxRa+q/N1egfu57uEs79+KHyAJa8PDUhBFmiEXOqF5wL4L97w5u8p6pbFmTmBqzIf7XrjmLlPiIiGpL90PFvio4fxvfVx9mRJ3GBIMqW9c3lOnnLERpxsSxosbFWpMFI13WQ/oLbAKSaNIwEo/OARtgzdZWRFwFEUfooKL+g3XrWZk79vZOucPtz8V+FXnlfjOb/izJbM2f0s3G70Pv9BHEljCAYugB+y0SrLy+J4T4d0ecMoLrExGHMM5CXBI9BmKj/sk9Ix50E3Tu66MQf5nEMpOeDj2uCk+tBzgt+2YmF409KGTgOsSJW7tjqojWCvb9LgZ+Pg19PmeaDeyLw+RILFjEGvE/VBAWh1Qwj7LxU+V+1AWakVMswIr/ahP9R4p7N8EVnMITkBiAGrkO1gDdWVhM8sZMwrvI4kaDyerUBAXhGZKj8U21CTeGRnxkx4gL2bUIQbFVzVGQ5dPaLfUe/oysjpKjkb0yZMFvp1ebvto8YMGVhk3fOiHSqSzypD/rq4Tiyiol7tLLyIvHNet3hHK8sT2dvE4Jgq5qjtXOyHLoTluDn7zu6MkIi5H9rKWsCuuNKrzYE/Ec5EB0hI9a8c0aQ1imTJNQ6qQ/PGo4fLawi3ujRfugrn8KIb9anE+pI5VX+vqnzy83uSI2+cRIoUGDAQYAEBfivzr9iBiw48BAARJhQxoVU2ljngzCKkzTLi7Kqm7brh3Gal3Xbj/O6n/f7FUqVWqPV6Q3GFFNqWro5w5KZlc2Ls8gUwFjrVouTJ1+0ORCw5+CyLwaHApQ9O2kaGxrJPHyyw0QtYaTQIDxkFjKh3eX+3xbywMsfgjB3EMTYf7+qjJCsn3dgsWEejPpGYcCWwuJneptv7Lj+x0VKg3Wbbjm+QLVHOlC4QdVYBDW4n+6MbLkcKWgcs4hqHcEUTJhFG9mTeKuw/MW90RSygEswGXWkrWp9IX02lxEu91zm8oPj8f4fNKfCGG1LmP8Zhid/iUkOk9MkkyoQflVHKLkpwc3u7n96UZ8laUUS2+XaLCSVsPzlJL5ySZdq6MrzhLNHDMzp+mec+WqmfTWt/lYNOYfpasROrhM5L5clatmwCE+aR4W10MdpUmIVmFdCaSopUzOma5yAxtpyELAy23uQDDFednCoJhbumuCl4FhFzwE1z8Mx4jxBWIugocl2ewVEi4nY6BWsJ8wZHM4sjBhaSJfC8bp0VcOsyxiyG2qD6AJXvix/WfGyi5cyc8mFnwl7vD+mjwAA") format("woff2"), url("../fonts/iconfont.woff?t=1776649723522") format("woff"), url("../fonts/iconfont.ttf?t=1776649723522") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sina2:before {
  content: "\e644";
}

.icon-sina1:before {
  content: "\e619";
}

.icon-zhihu1:before {
  content: "\e6a0";
}

.icon-xiaohongshu2:before {
  content: "\e69e";
}

.icon-kuaishou2:before {
  content: "\e609";
}

.icon-kuaishou1:before {
  content: "\e603";
}

.icon-bilibili1:before {
  content: "\e60a";
}

.icon-xiaohongshu1:before {
  content: "\e68a";
}

.icon-bilibili2:before {
  content: "\ea95";
}

.icon-tiktok1:before {
  content: "\e602";
}

.icon-zhihu2:before {
  content: "\e690";
}

.icon-icon_duihao-mian:before {
  content: "\e63e";
}

.icon-gantanhao:before {
  content: "\e606";
}

.icon-search:before {
  content: "\e65c";
}

.icon-facebook2:before {
  content: "\e6e5";
}

.icon-Linkedin:before {
  content: "\e684";
}

.icon-TiktokLogo:before {
  content: "\e71f";
}

.icon-Youtube:before {
  content: "\e880";
}

.icon-dianhua:before {
  content: "\e62f";
}

.icon-weixin:before {
  content: "\e64f";
}

.icon-facebook1:before {
  content: "\e621";
}

.icon-xiangxia2:before {
  content: "\e63d";
}

.icon-douyin1:before {
  content: "\e8db";
}

.icon-linkedin1:before {
  content: "\e625";
}

.icon-pinterest1:before {
  content: "\e61e";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-instagram2:before {
  content: "\e73a";
}

.icon-youtube1:before {
  content: "\e614";
}

.icon-youjiantou:before {
  content: "\e73d";
}

.icon-youjiantou-copy:before {
  content: "\eb8f";
}

.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}

.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}

.icon-pinterest2:before {
  content: "\e82e";
}

.icon-xiangxiaxialakuang:before {
  content: "\e657";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-youxiang-32:before {
  content: "\e605";
}

.icon-trun-north:before {
  content: "\e615";
}

.icon-guanbi:before {
  content: "\e601";
}

.icon-home:before {
  content: "\e624";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}