@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: 110px;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: HostGrotesk-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
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% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  background-color: #f1f9fb;
  border-radius: 25px;
  top: 50%;
  gap: 10px;
  padding: 19px 0px;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover .logo img {
  filter: none;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  filter: brightness(0);
  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: #029ad3;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #029ad3;
  right: 2.5%;
  top: 20px;
  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 {
  -moz-box-sizing: border-box;
  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: 1200px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    top: 16px;
  }
}
#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);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  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;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  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%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  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;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    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%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
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;
  position: relative;
}
header .l_box {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 305px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #029ad3 !important;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a {
  color: #029ad3 !important;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333;
  margin-right: 28px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 42px 0px 33px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.4s;
  background: #029ad3;
}
header .menuOne > a:hover {
  color: #029ad3 !important;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-top: 6px;
  margin-left: 23px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #029ad3;
}
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: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #029ad3;
}
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: #029ad3;
}
header .ul {
  min-width: 116px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(52, 51, 50, 0.08);
  border-radius: 16px;
  padding: 21px 0px 12px;
}
header .ul li {
  font-family: HostGrotesk-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 0px 20px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #029ad3;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 13px !important;
}
header .ul1 > div {
  position: relative;
}
header .ul1 > div::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/17;
  position: absolute;
  background: url("../images/sj.png") no-repeat center;
  background-size: cover;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 4px;
}
header .head_boxr {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-left: 29px;
  margin-top: 6px;
}
header .lang li {
  font-family: HostGrotesk-Bold;
  font-size: 18px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 2px 8px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #029ad3;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
header .lang .lang_box span {
  font-family: HostGrotesk-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 4px;
}
header .lang .lang_box .lang_icon {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.7;
}
header .lang .lang_box:hover span {
  color: #029ad3;
}
header .lang .lang_box:hover .lang_icon {
  filter: none;
}
header .lang ul {
  display: none;
  position: absolute;
  min-width: 87px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
}
header .lang ul > div {
  background-color: #fff;
  padding: 3px 0px;
  display: flex;
  flex-direction: column;
  gap: 2px 0px;
}
header .lang ul img {
  margin-right: 10px;
}
header .dif_ul {
  position: absolute;
  width: 100%;
  top: 100%;
  padding-top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
header .dif_ul li {
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(52, 51, 50, 0.08);
  border-radius: 16px;
  position: relative;
  padding: 37px 36px 32px;
  font-family: HostGrotesk-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 0px;
}
header .dif_ul li::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/17;
  position: absolute;
  background: url("../images/sj.png") no-repeat center;
  background-size: cover;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 4px;
}
header .dif_ul li a {
  color: #333;
  display: block;
  width: 46.8%;
}
header .dif_ul li a:hover {
  color: #029ad3;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 150px;
  min-height: 48px;
  background-color: #029ad3;
  border-radius: 24px;
  padding: 6px 27px;
  font-size: 16px;
  border: 1px solid #029ad3;
  color: #fff;
}
.buttonBox a:hover {
  background: #fff;
  color: #029ad3;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox .imgBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .banner_bt {
  font-family: HostGrotesk-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 33.7%;
  transform: translate(-50%, -50%);
}
.banner_after {
  position: relative;
  z-index: 1;
  margin-top: -8.855%;
}
.padding_top {
  padding-top: 101px;
}
.big_title {
  font-family: HostGrotesk-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #029ad3;
}
.title_box > * {
  position: relative;
  z-index: 1;
}
.title_box > *::before {
  content: "";
  width: 107px;
  aspect-ratio: 107/121;
  background: url("../images/title_back.png") no-repeat center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate(-46%, -42%);
}
.title_box + * {
  position: relative;
  z-index: 1;
}
.title_text {
  font-family: HostGrotesk-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #029ad3;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  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 .button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_banner .button img {
  transition: 0.2s;
}
.index_banner .button:hover {
  background: #029ad3;
}
.index_banner .button:hover img {
  filter: brightness(0) invert(1);
}
.index_banner .swiperbanner-button-prev.button {
  left: 50px;
}
.index_banner .swiperbanner-button-next.button {
  right: 50px;
}
.index_banner .backimg_bottom {
  padding-bottom: 6.7709%;
  z-index: 1;
  pointer-events: none;
}
.index1 {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -6.7709%;
  border-radius: 180px 0px 0px 180px;
  padding: 109px 0px 103px;
}
.index1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index1 .l_box {
  width: 43.572%;
  aspect-ratio: 1/1;
  background: url("../images/index1_ia.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index1 .img_box {
  width: 90.656%;
  border-radius: 50%;
  overflow: hidden;
}
.index1 .content {
  position: relative;
  z-index: 1;
}
.index1 .r_box {
  width: 47.8%;
  padding-bottom: 28px;
}
.index1 .title_text {
  margin-top: 12px;
}
.index1 .describe {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 31px;
}
.index1 .buttonBox {
  margin-top: 50px;
}
.index2 {
  margin-top: -6.6667%;
  padding-top: 6.6667%;
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.index2_container {
  padding: 85px 0px 82px;
  width: calc(100% - 60px);
  max-width: 1720px;
  margin: 0px auto;
}
.index2_container .big_title {
  text-align: center;
}
.index2_container .title_text {
  text-align: center;
  margin-top: 12px;
}
.index2_container .logo {
  width: 57px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2_container .title {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #029ad3;
  margin-top: 5px;
}
.index2_container .title a {
  color: #029ad3;
}
.index2_container .title a:hover {
  color: #333;
}
.index2_container .describe {
  line-height: 26px;
  margin-top: 9px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index2_container .top {
  display: flex;
  justify-content: center;
}
.index2_container .top section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 530px;
  text-align: center;
}
.index2_container .top .x_img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.index2_container .container {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.index2_container .buttonBox {
  margin-top: 19px;
  overflow: hidden;
}
.index2_container .buttonBox a {
  gap: 7px;
  transform: translateY(100%);
}
.index2_container .buttonBox .button_logo {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005998;
}
.index2_container .buttonBox img {
  transition: 0.2;
  filter: brightness(0) invert(1);
}
.index2_container .buttonBox span {
  transition: 0s;
}
.index2_container section {
  position: relative;
}
@media screen and (min-width: 993px) {
  .index2_container section:hover .buttonBox a {
    transform: none;
  }
}
.index2_box {
  margin: 17px auto 0px;
  position: relative;
}
.index2_box .sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 71px 40%;
  padding-top: 50px;
}
.index2_box .describe {
  -webkit-line-clamp: 4;
  min-height: 104px;
  margin-top: 5px;
}
.index2_box section {
  width: 26.861%;
  order: var(--i);
  display: flex;
  flex-direction: column;
}
.index2_box section:nth-of-type(3),
.index2_box section:nth-of-type(4) {
  align-items: flex-end;
  text-align: right;
}
.index2_box section:nth-of-type(3) .x_img,
.index2_box section:nth-of-type(4) .x_img {
  right: -16px;
  transform: translateX(100%);
}
.index2_box section:nth-of-type(1) .x_img,
.index2_box section:nth-of-type(2) .x_img {
  left: -16px;
  transform: translateX(-100%);
}
.index2_box .x_img {
  top: 50%;
  position: absolute;
}
.index2_box .title {
  position: relative;
}
.index2_box section:nth-of-type(2) .x_img,
.index2_box section:nth-of-type(3) .x_img {
  top: auto;
  bottom: 50% !important;
}
.index2_img {
  width: 32.21%;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.index2_links {
  font-size: 16px;
  color: #333;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  z-index: 2;
}
.index2_links a {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid #029ad3;
  padding: 5px 0px;
}
.index2_links a:hover {
  color: #029ad3;
}
.index2_links span {
  transition: 0s;
}
.index2_links .button_logo {
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #029ad3;
}
.index2_links .button_logo img {
  filter: brightness(0) invert(1);
}
.index3 {
  padding: 80px 0px 103px;
  position: relative;
}
.index3 .content {
  position: relative;
  z-index: 1;
}
.index3 .big_title {
  font-size: 44px;
  text-align: center;
}
.index3 .title_text {
  text-align: center;
  width: 100%;
  max-width: 904px;
  margin: 5px auto 0px;
}
.index3_container {
  width: 100%;
  max-width: 1132px;
  margin: 37px auto 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.index3_container .l_box {
  width: 37.28%;
  border-radius: 50%;
  overflow: hidden;
}
.index3_container .title {
  font-family: HostGrotesk-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.index3_container .title a {
  color: #333;
}
.index3_container .title a:hover {
  color: #029ad3;
}
.index3_container .describe {
  color: #666666;
  /*text-overflow: -o-ellipsis-lastline;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  margin-top: 25px;
}
.index3_container .r_box {
  width: 58.128%;
  padding-bottom: 6px;
}
.index3_container .buttonBox {
  margin-top: 44px;
}
.index3_container figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index3_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.index4 {
  position: relative;
  padding-bottom: 93px;
}
.index4 .content {
  position: relative;
  z-index: 1;
}
.index4 .big_title {
  text-align: center;
  font-size: 44px;
}
.index4 .title_text {
  text-align: center;
  width: 100%;
  max-width: 1214px;
  margin: 13px auto 0px;
}
.index4_container {
  padding-left: 17px;
  margin-top: 42px;
}
.index4_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}
.index4_container form .yz {
  position: relative;
}
.index4_container form .yz::before {
  content: "*";
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.index4_container form .int1 {
  width: 48.3%;
}
.index4_container form input {
  height: 54px;
}
.index4_container form .yzm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index4_container form .yzm input {
  flex: 1;
}
.index4_container form .yzm span {
  height: 54px;
  aspect-ratio: 164/54;
  margin-left: 26px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.index4_container form .yzm span img {
  height: 100%;
}
.index4_container form .ttBox {
  width: 100%;
}
.index4_container form .ttBox::before {
  top: 21px;
}
.index4_container form .tijiao {
  width: 100%;
}
.index4_container form .tijiao input {
  font-family: HostGrotesk-Regular;
  font-size: 18px;
  background: #029ad3;
  border: 1px solid #029ad3 !important;
  color: #fff;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  border-radius: 8px; text-transform:uppercase;
}
.index4_container form .tijiao input:hover {
  background: #fff;
  color: #029ad3;
}
.index4_container form input,
.index4_container form textarea {
  font-family: HostGrotesk-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  display: block;
}
.index4_container form input::placeholder,
.index4_container form input::-webkit-input-placeholder,
.index4_container form textarea::placeholder {
  color: #999;
}
.index4_container form textarea {
  height: 131px;
  padding-top: 12px;
}
.index4_container .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 23px 0px;
}
.index4_container .l_box {
  width: 49.7%;
}
.index4_container .r_box {
  width: 48%;
}
.index5 {
  background: #f1f9fb;
  position: relative;
  padding: 69px 0px 112px;
}
.index5 .big_title {
  text-align: center;
}
.index5 .title_box {
  display: flex;
  justify-content: center;
}
.index5 .title_text {
  text-align: center;
  width: 100%;
  max-width: 790px;
  margin: 14px auto 0px;
}
.index5 .content {
  position: relative;
  z-index: 1;
}
.index5_list {
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 2.213%;
}
.index5_list li {
  width: 31.858%;
  background-color: #ffffff;
  border-radius: 0px 0px 16px 16px;
  padding: 34px 30px 42px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index5_list li:hover {
    padding: 34px 30px 100px;
    box-shadow: 0px 0px 14px 1px rgba(51, 51, 51, 0.1);
  }
  .index5_list li:hover .buttonBox {
    pointer-events: all;
  }
  .index5_list li:hover .buttonBox a {
    transform: none;
  }
}
.index5_list .tag {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #f2f2f2;
  border-radius: 17px;
  overflow: hidden;
  padding: 4px 17px;
}
.index5_list .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 13px;
  flex-wrap: wrap;
}
.index5_list .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #029ad3;
}
.index5_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 14px;
}
.index5_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index5_list .title a:hover {
  color: #029ad3;
}
.index5_list .describe {
  letter-spacing: 0px;
  color: #777777;
  margin-top: 10px;
}
.index5_list .describe p{  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.index5_list .buttonBox {
  position: absolute;
  left: 30px;
  bottom: 28px;
  overflow: hidden;
  pointer-events: none;
}
.index5_list .buttonBox a {
  transform: translateY(100%);
}
.mbx {
  line-height: 26px;
  color: #fff;
  padding-top: 31px;
  font-size: 16px;
}
.mbx a {
  display: inline;
  color: #333;
}
.mbx a:hover {
  color: #029ad3;
}
.mbx .active {
  color: #029ad3;
}
.mbx img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.mbx .home {
  margin-bottom: 5px;
  margin-right: 1px;
}
.to_container {
  position: relative;
  background: #fff;
  border-radius: 180px 0px 0px 0px;
}
.to1 {
  position: relative;
  z-index: 1;
  padding: 46px 0px 110px;
}
.to1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.to1_container {
  width: 66.072%;
}
.to1_container h1 {
  font-family: HostGrotesk-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin: 0px auto;
}
.to1_container .describe {
  color: #666;
  margin-top: 13px;
}
.to1_container .describe em {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  color: #333;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 18px;
}
.to1_container .describe em::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  background: #029ad3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.to1_container .title {
  font-family: HostGrotesk-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
}
.to1_container .title span {
  display: inline;
  color: #029ad3;
}
.to1_container .box {
  margin-top: 32px;
}
.to1_container .box .describe {
  margin-top: 16px;
}
.to1_container .box2 {
  margin-top: 45px;
}
.to1_container .box3 {
  margin-top: 43px;
}
.to1_container .describe1 {
  color: #333;
  margin-top: 24px;
}
.to1_container .describe1 em {
  display: block;
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  color: #333;
  font-style: normal;
  position: relative;
  padding-left: 30px;
  line-height: 30px;
}
.to1_container .describe1 em::before {
  content: "";
  width: 18px;
  aspect-ratio: 18/13;
  position: absolute;
  left: 0;
  top: 8px;
  background: url("../images/to1_la.png") no-repeat center;
  background-size: cover;
}
.to1_container .dif_describe {
  background-color: #f7f7f7;
  border-radius: 16px;
  border: dashed 1px #029ad3;
  padding: 20px 22px 18px;
  color: #666;
  margin-top: 37px;
}
.to_boxs {
  padding-top: 64px;
}
.to_boxs .to_title {
  font-family: HostGrotesk-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding: 15px 0px;
}
.to_boxs .to_title::before {
  content: "";
  width: 100%;
  max-width: 218px;
  height: 4px;
  background: url("../images/to1_lb.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.to_1 .bt {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 18px;
}
.to_1_container {
  position: relative;
  margin-top: 48px;
  padding-bottom: 20px;
}
.to_1_img {
  position: absolute;
  width: 42.055%;
  left: 49.5%;
  transform: translateX(-50%);
  top: 0;
}
.to_1_img .imgBox:nth-of-type(2) {
  display: none;
}
.to_1_list {
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 136px 30%;
  color: #333;
}
.to_1_list li {
  width: 29.9%;
}
.to_1_list li:nth-last-of-type(1) {
  width: 29%;
}
.to_1_text {
  color: #333;
  width: 100%;
  max-width: 342px;
  margin: 25px auto 0px;
}
.to_2 {
  margin-top: 49px;
}
.to_2 .describe {
  margin-top: 26px;
}
.to_2 .bottom_text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #029ad3;
  margin-top: 19px;
}
.to_2_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 41px;
}
.to_2_list li {
  width: 20%;
}
.to_2_list .list_title {
  text-align: center;
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #029ad3;
}
.to_2_list .list_describe {
  color: #333;
  text-align: center;
  margin-top: 25px;
}
.to_2_list .list_describe em {
  font-style: normal;
  color: #029ad3;
}
.to_2_list .img_box {
  border-right: 1px dashed #ddd;
  margin-top: 4px;
}
.to_2_list li:nth-last-of-type(1) .img_box {
  border-right: none;
}
.to_3 {
  margin-top: 42px;
}
.to_3 .describe {
  color: #666;
  margin-top: 17px;
}
.to_3 .to_3_describe1 {
  color: #333;
  margin-top: 39px;
}
.to_3_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}
.to_3_list li {
  width: 47.568%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.to_3_list li:nth-of-type(2) {
  padding-top: 40px;
}
.to_3_list figure {
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(52, 51, 50, 0.08);
  border-radius: 16px;
  padding: 26px 25px 30px;
}
.to_3_list .name {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #029ad3;
}
.to_3_list .to_3_describe {
  color: #666666;
  margin-top: 11px;
}
.to_3_box {
  overflow: hidden;
  margin-top: 34px;
}
.to_3_box .r_box {
  float: right;
  background: url("../images/to_3_ia.jpg") no-repeat center;
  background-size: cover;
  width: 47.568%;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(52, 51, 50, 0.08);
  border-radius: 16px;
  overflow: hidden;
  padding: 50px 60px 64px;
  margin-bottom: 5px;
  margin-left: 10%;
}
.to_3_box .bt {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.to_3_box .l_box {
  padding-top: 1px;
}
.to_3_describe2 {
  color: #666;
  line-height: 32px;
  margin-top: 10px;
}
.to_3_describe2 em {
  display: block;
  font-style: normal;
  position: relative;
  padding-left: 25px;
}
.to_3_describe2 em::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  top: 6px;
  left: 0;
}
.to_4 {
  margin-top: 47px;
}
.to_4 .describe {
  color: #666;
  margin-top: 18px;
}
.to_4 .bt {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #029ad3;
  margin-top: 40px;
}
.to_4 .dif_describe {
  margin-top: 64px;
}
.to_4_box {
  overflow: hidden;
  margin-top: 38px;
}
.to_4_box .l_box {
  width: 39%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  float: left;
  margin-right: 2.7%;
  margin-top: 7%;
  margin-bottom: 3%;
}
.to_4_box .imgBox {
  width: auto;
  max-width: 50%;
}
.to_4_box .to_4_title {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.to_4_describe {
  color: #666;
  margin-top: 12px;
}
.to_4_describe em {
  display: flex;
  font-style: normal;
  position: relative;
  padding-left: 30px;
}
.to_4_describe em::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  top: 4px;
  left: 0;
}
.to_5 {
  margin-top: 64px;
}
.to_5 .dif_describe {
  margin-top: 61px;
}
.to_5_box {
  margin-top: 16px;
  overflow: hidden;
}
.to_5_box .l_box {
  width: 35.244%;
  float: right;
  margin-bottom: 5px;
  margin-left: 10%;
}
.to_5_box .r_box {
  padding-top: 17px;
}
.to_5_box .describe {
  margin-top: 0px;
}
.to2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 84px;
}
.to2 .r_box {
  width: 57.9%;
}
.to2 .l_box {
  width: 34.703%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 321px;
}
.to2 .title {
  font-family: HostGrotesk-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.to2 .title a {
  color: #333;
}
.to2 .title a:hover {
  color: #029ad3;
}
.to2 .buttonBox {
  margin-top: 23px;
}
.to2 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.to3 {
  position: relative;
  z-index: 1;
  margin-top: 79px;
}
.to3::before {
  content: "";
  width: 100%;
  height: calc(100% - 43px);
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(52, 51, 50, 0.08);
  border-radius: 16px;
  position: absolute;
  z-index: -1;
}
.to3 .sw_box {
  width: calc(100% - 200px);
  max-width: 654px;
  margin: 0px auto;
}
.to3 .title_box {
  display: flex;
  justify-content: center;
}
.to3 .title {
  font-family: HostGrotesk-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.to3 .describe {
  color: #222;
  text-align: center;
  margin-top: 59px;
}
.to3 .name {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #029ad3;
  text-align: center;
  margin-top: 26px;
}
.to3 .logo {
  width: 100%;
  max-width: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin: 8px auto 0px;
}
.to3 .swiper {
  padding-top: 57px;
}
.to3 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.to3 .button.swiperto3-button-prev {
  left: 45px;
}
.to3 .button.swiperto3-button-next {
  right: 45px;
}
.to4 {
  margin-top: 76px;
}
.to4 .small_title {
  display: flex;
  justify-content: center;
  text-align: center;
}
.to4 .to4_text {
  text-align: center;
  color: #029ad3;
  width: 100%;
  max-width: 780px;
  margin: 24px auto 0px;
}
.to4_container {
  width: 100%;
  max-width: 692px;
  margin: 30px auto 0px;
}
.to4_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px 0px;
}
.to4_container form .yz {
  position: relative;
}
.to4_container form .yz::before {
  content: "*";
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.to4_container form .int1 {
  width: 48.3%;
}
.to4_container form input {
  height: 54px;
}
.to4_container form .yzm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.to4_container form .yzm input {
  flex: 1;
}
.to4_container form .yzm span {
  height: 54px;
  aspect-ratio: 164/54;
  margin-left: 26px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.to4_container form .yzm span img {
  height: 100%;
}
.to4_container form .ttBox {
  width: 100%;
}
.to4_container form .ttBox::before {
  top: 21px;
}
.to4_container form .tijiao {
  width: 100%;
  max-width: 240px;
  margin: 24px auto 0px;
}
.to4_container form .tijiao input {
  font-family: HostGrotesk-Regular;
  font-size: 18px;
  height: 48px;
  background-color: #029ad3;
  border: 1px solid #029ad3 !important;
  color: #fff;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  border-radius: 8px; text-transform:uppercase;
}
.to4_container form .tijiao input:hover {
  background: #fff;
  color: #029ad3;
}
.to4_container form input,
.to4_container form textarea {
  font-family: HostGrotesk-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  display: block;
}
.to4_container form input::placeholder,
.to4_container form input::-webkit-input-placeholder,
.to4_container form textarea::placeholder {
  color: #999;
}
.to4_container form textarea {
  height: 131px;
  padding-top: 12px;
}
.to5 {
  margin-top: 89px;
}
.to5 .small_title {
  padding-left: 32px;
}
.to5_list {
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 2.213%;
}
.to5_list li {
  width: 48.433%;
  background-color: #f1f9fb;
  border-radius: 0px 0px 16px 16px;
  padding: 34px 30px 42px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .to5_list li:hover {
    background: #fff;
    padding: 34px 30px 100px;
    box-shadow: 0px 0px 14px 1px rgba(51, 51, 51, 0.1);
  }
  .to5_list li:hover .buttonBox {
    pointer-events: all;
  }
  .to5_list li:hover .buttonBox a {
    transform: none;
  }
}
.to5_list .tag {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #f2f2f2;
  border-radius: 17px;
  overflow: hidden;
  padding: 4px 17px;
}
.to5_list .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 13px;
  flex-wrap: wrap;
}
.to5_list .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #029ad3;
}
.to5_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 14px;
}
.to5_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.to5_list .title a:hover {
  color: #029ad3;
}
.to5_list .describe {
  letter-spacing: 0px;
  color: #777777;
  margin-top: 10px;
}
.to5_list .describe p{
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }
.to5_list .buttonBox {
  position: absolute;
  left: 30px;
  bottom: 28px;
  overflow: hidden;
  pointer-events: none;
}
.to5_list .buttonBox a {
  transform: translateY(100%);
}
.tho_container {
  position: relative;
  background: #fff;
  border-radius: 180px 0px 0px 0px;
}
.tho_container .container {
  position: relative;
  z-index: 1;
}
.tho1 {
  padding: 39px 0px 0px;
}
.tho1 .big_bt {
  text-align: center;
}
.tho1 .tho1_text {
  color: #029ad3;
  text-align: center;
  margin-top: 4px;
}
.tho1_container {
  width: 100%;
  max-width: 1132px;
  margin: 78px auto 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tho1_container .l_box {
  width: 37.28%;
  border-radius: 50%;
  overflow: hidden;
}
.tho1_container .title {
  font-family: HostGrotesk-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tho1_container .title a {
  color: #333;
}
.tho1_container .title a:hover {
  color: #029ad3;
}
.tho1_container .describe {
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.tho1_container .r_box {
  width: 58.128%;
  padding-bottom: 6px;
}
.tho1_container .buttonBox {
  margin-top: 44px;
}
.tho1_container figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tho1_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.tho2 {
  margin-top: 126px;
  background: url("../images/tho2_back.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 77px 0px 96px;
}
.tho2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.tho2 .big_title {
  flex: 1;
  color: #fff;
  padding-top: 56px;
}
.tho2_list {
  width: 62.715%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tho2_list li {
  width: 47.609%;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.tho2_list li:nth-of-type(2) {
  padding-top: 22px;
}
.tho2_list .logo {
  width: 53px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
}
.tho2_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
}
.tho2_list figure {
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 31px 30px 20px;
  min-height: 287px;
}
.tho2_list .describe {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.tho3 {
  position: relative;
  z-index: 1;
}
.tho3::before {
  content: "";
  width: 100%;
  height: calc(100% - 43px);
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  position: absolute;
  z-index: -1;
}
.tho3 .sw_box {
  width: calc(100% - 200px);
  max-width: 654px;
  margin: 0px auto;
}
.tho3 .title_box {
  display: flex;
  justify-content: center;
}
.tho3 .title {
  font-family: HostGrotesk-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.tho3 .describe {
  color: #222;
  text-align: center;
  margin-top: 56px;
}
.tho3 .name {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #029ad3;
  text-align: center;
  margin-top: 19px;
}
.tho3 .logo {
  width: 100%;
  max-width: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin: 18px auto 0px;
}
.tho3 .swiper {
  padding-top: 88px;
}
.tho3 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tho3 .button.swipertho3-button-prev {
  left: 0px;
}
.tho3 .button.swipertho3-button-next {
  right: 0px;
}
.tho3_container {
  margin: 0px auto;
  width: 100%;
  max-width: 980px;
  position: relative;
}
.pub_form {
  position: relative;
  padding: 82px 0px 104px;
}
.pub_form .content {
  position: relative;
  z-index: 1;
}
.pub_form .big_title {
  text-align: center;
  font-size: 44px;
  display: flex;
  justify-content: center;
}
.pub_form .text {
  text-align: center;
  width: 100%;
  max-width: 1012px;
  margin: 19px auto 0px;
  color: #029ad3;
}
.pub_form_container {
  padding-left: 17px;
  margin-top: 44px;
}
.pub_form_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}
.pub_form_container form .yz {
  position: relative;
}
.pub_form_container form .yz::before {
  content: "*";
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.pub_form_container form .int1 {
  width: 48.3%;
}
.pub_form_container form input {
  height: 54px;
}
.pub_form_container form .yzm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pub_form_container form .yzm input {
  flex: 1;
}
.pub_form_container form .yzm span {
  height: 54px;
  aspect-ratio: 164/54;
  margin-left: 26px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.pub_form_container form .yzm span img {
  height: 100%;
}
.pub_form_container form .ttBox {
  width: 100%;
}
.pub_form_container form .ttBox::before {
  top: 21px;
}
.pub_form_container form .tijiao {
  width: 100%;
}
.pub_form_container form .tijiao input {
  font-family: HostGrotesk-Regular;
  font-size: 18px;
  background: #029ad3;
  border: 1px solid #029ad3 !important;
  color: #fff;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  text-transform:uppercase;
}
.pub_form_container form .tijiao input:hover {
  background: #fff;
  color: #029ad3;
}
.pub_form_container form input,
.pub_form_container form textarea {
  font-family: HostGrotesk-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  display: block;
}
.pub_form_container form input::placeholder,
.pub_form_container form input::-webkit-input-placeholder,
.pub_form_container form textarea::placeholder {
  color: #999;
}
.pub_form_container form textarea {
  height: 131px;
  padding-top: 12px;
}
.pub_form_container .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 23px 0px;
}
.pub_form_container .l_box {
  width: 49.7%;
}
.pub_form_container .r_box {
  width: 48%;
}
.th_container {
  position: relative;
  background: #fff;
  border-radius: 180px 0px 0px 0px;
}
.th1 {
  position: relative;
  z-index: 1;
  padding: 46px 0px 160px;
}
.th1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.th1 .pub_menu {
  padding: 20px 30px 22px 40px;
}
.th1 .pub_menu .title {
  padding-bottom: 12px;
}
.th1 .pub_menu .list {
  gap: 9px;
}
.th1_l {
  width: 66.072%;
  padding-top: 3px;
}
.th1_l .dif_describe {
  background-color: #f7f7f7;
  border-radius: 16px;
  border: dashed 1px #029ad3;
  padding: 20px 22px 18px;
  color: #666;
  margin-top: 39px;
}
.th1_l .describe {
  color: #666;
}
.th1_l .describe em {
  font-style: normal;
  color: #029ad3;
}
.th1_l .to3 {
  margin-top: 96px;
}
.th1_l .to4 {
  margin-top: 87px;
}
.tht1 .tht_bt {
  margin-top: 25px;
}
.tht1 .describe {
  margin-top: 9px;
}
.tht1 .describe em {
  font-style: normal;
  color: #029ad3;
}
.tht1 .describe1 {
  margin-top: 14px;
  color: #666;
}
.tht1 .describe1 em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 32px;
}
.tht1 .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px;
}
.tht1 .describe1 strong {
  color: #333;
  font-weight: normal;
  font-family: HostGrotesk-Bold;
}
.tht1 .tht_bt1 {
  margin-top: 47px;
}
.tht1 .describe2 {
  color: #333;
  margin-top: 19px;
}
.tht1 .buttonBox {
  margin-top: 31px;
}
.tht2 {
  margin-top: 59px;
}
.tht2 .buttonBox {
  justify-content: center;
  margin-top: 29px;
}
.tht2_container {
  margin-top: 34px;
}
.tht2_container .describe {
  margin-top: 7px;
}
.tht2_container .tht_bt1 {
  color: #029ad3 !important;
  margin-top: 29px;
}
.tht2_container .r_box {
  width: 28%;
  max-width: 253px;
  border-radius: 50%;
  overflow: hidden;
}
.tht2_container .describe1 {
  padding-left: 34px;
  color: #666;
}
.tht2_container .describe1 em {
  font-family: HostGrotesk-Bold;
  color: #333;
  font-style: normal;
  position: relative;
  display: block;
}
.tht2_container .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -34px;
  top: 4px;
}
.tht2_container .l_box {
  flex: 1;
}
.tht2_container figure:not(:nth-of-type(1)) {
  margin-top: 67px;
}
.tht2_container figure:nth-of-type(even) .tht2_box {
  flex-direction: row-reverse;
  margin-top: 40px;
}
.tht2_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10.811%;
  margin-top: 12px;
}
.tht3 {
  margin-top: 73px;
}
.tht3_list {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tht3_list .logo {
  width: 15px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tht3_list .logo img:nth-of-type(2) {
  display: none;
}
.tht3_list li {
  background: #f9f9f9;
  padding: 12px 15px 17px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.tht3_list .active {
  background: #fff;
}
.tht3_list .active .title {
  font-family: HostGrotesk-Bold;
}
.tht3_list .active .top {
  padding: 4px 0px 15px;
}
.tht3_list .active .logo img:nth-of-type(1) {
  display: none;
}
.tht3_list .active .logo img:nth-of-type(2) {
  display: block;
}
.tht3_list .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.tht3_list .top {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.tht3_list .describe {
  color: #333;
}
.tht3_list .bottom {
  display: none;
  border-top: 1px solid #dddddd;
  padding: 10px 0px 7px;
}
.tht4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 98px;
}
.tht4 .r_box {
  width: 57.9%;
  padding-bottom: 6px;
}
.tht4 .l_box {
  width: 34.703%;
  border-radius: 50%;
  overflow: hidden;
  max-width: 321px;
}
.tht4 .title {
  font-family: HostGrotesk-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.tht4 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.tht4 .title a:hover {
  color: #029ad3;
}
.tht4 .buttonBox {
  margin-top: 23px;
}
.tht4 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}
.tht4 .sw_box1 {
  display: none;
}
.tht4 .sw_box {
  margin-top: 28px;
}
.tht4 .swiper_button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 33px;
}
.tht5 {
  margin-top: 80px;
}
.tht5 .small_title {
  padding-left: 40px;
}
.tht5 .small_title > * {
  padding-bottom: 0px !important;
}
.tht5_list {
  margin-top: 61px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.tht5_list li {
  padding: 0px 22px 28px;
  border-bottom: 1px solid #ccc;
}
.tht5_list .tag {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #f2f2f2;
  border-radius: 17px;
  overflow: hidden;
  padding: 4px 17px;
}
.tht5_list .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px 13px;
  flex-wrap: wrap;
}
.tht5_list .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #029ad3;
}
.tht5_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 17px;
}
.tht5_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tht5_list .title a:hover {
  color: #029ad3;
}
.tht5_list .describe {
  letter-spacing: 0px;
  color: #777777;
  margin-top: 11px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tht5_list .buttonBox {
  margin-top: 21px;
}
.thth1 .tht_bt {
  margin-top: 25px;
}
.thth1 .describe {
  margin-top: 9px;
}
.thth1 .buttonBox {
  margin-top: 30px;
}
.thth2 {
  margin-top: 71px;
  padding-bottom: 11px;
  position: relative;
}
.thth2 .describe {
  margin-top: 7px;
}
.thth2 .describe1 {
  padding-left: 34px;
  color: #666;
  margin-top: 18px;
}
.thth2 .describe1 em {
  font-family: HostGrotesk-Bold;
  color: #333;
  font-style: normal;
  position: relative;
  display: block;
}
.thth2 .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -34px;
  top: 4px;
}
.thth2 .dif_describe {
  margin-top: 41px;
}
.thth2 .buttonBox {
  justify-content: center;
  margin-top: 52px;
}
.thth2_container {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  gap: 57px 0px;
}
.thth2_box {
  overflow: hidden;
}
.thth2_box .l_box {
  border-radius: 16px;
  overflow: hidden;
  width: 146px;
  float: right;
  margin-bottom: 5px;
  margin-left: 8%;
}
.thth2_box .r_box {
  padding-top: 23px;
}
.thfu1 .tht_bt {
  margin-top: 25px;
}
.thfu1 .describe {
  margin-top: 9px;
}
.thfu1 .buttonBox {
  margin-top: 30px;
}
.thfu2 {
  margin-top: 82px;
  padding-bottom: 15px;
}
.thfu2 .dif_describe {
  margin-top: 38px;
}
.thfu2_container {
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  gap: 69px;
}
.thfu2_container figure {
  padding: 0px 28px 38px;
  position: relative;
  z-index: 1;
}
.thfu2_container figure::before {
  content: "";
  background-image: linear-gradient(0deg, #006697 0%, #138dc8 100%);
  background-blend-mode: normal, normal;
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 72%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.thfu2_container figure:nth-of-type(2n)::before {
  background-image: linear-gradient(0deg, #0055cc 0%, #176de6 100%);
}
.thfu2_container figure:nth-of-type(3n)::before {
  background-image: linear-gradient(0deg, #006f7a 0%, #0fa2b1 100%);
}
.thfu2_container .container {
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  padding: 28px 30px 33px;
}
.thfu2_container .describe {
  margin-top: 8px;
}
.thfu2_container .describe1 {
  padding-left: 34px;
  color: #666;
  margin-top: 18px;
}
.thfu2_container .describe1 em {
  font-family: HostGrotesk-Bold;
  color: #333;
  font-style: normal;
  position: relative;
  display: block;
}
.thfu2_container .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -34px;
  top: 4px;
}
.thf1 .tht_bt {
  margin-top: 25px;
}
.thf1 .describe {
  margin-top: 9px;
}
.thf1 .buttonBox {
  margin-top: 26px;
}
.thf2 {
  margin-top: 80px;
  padding-bottom: 13px;
}
#thf2_container {
  margin-top: 99px;
  position: relative;
}
#thf2_container .describe1 {
  padding-left: 34px;
  color: #666;
  margin-top: 20px;
}
#thf2_container .describe1 em {
  font-family: HostGrotesk-Bold;
  color: #333;
  font-style: normal;
  position: relative;
  display: block;
}
#thf2_container .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -34px;
  top: 4px;
}
#thf2_container .item {
  background-color: #f1f9fb;
  border-radius: 16px;
  width: 47.892%;
  padding: 76px 20px 16px;
  position: relative;
  position: absolute;
  left: 0px !important;
}
#thf2_container .item:nth-of-type(4n + 2),
#thf2_container .item:nth-of-type(4n + 3) {
  background: #f0fcf8;
}
#thf2_container .item:nth-of-type(4n + 2) .logo,
#thf2_container .item:nth-of-type(4n + 3) .logo {
  border: 4px solid #99ecd0;
}
#thf2_container .item:nth-of-type(4n + 2) .dif_describe,
#thf2_container .item:nth-of-type(4n + 3) .dif_describe {
  border: 1px dashed #65d6b0;
}
#thf2_container .item:nth-of-type(even) {
  right: 0px !important;
  left: auto !important;
}
#thf2_container .additem {
  display: none;
}
#thf2_container .logo {
  width: 112px;
  border: 4px solid #a4e2f2;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#thf2_container .describe {
  margin-top: 10px;
}
#thf2_container .dif_describe {
  padding: 7px 22px 10px;
  margin-top: 21px;
}
.ths1 .tht_bt {
  margin-top: 25px;
}
.ths1 .describe {
  margin-top: 9px;
}
.ths1 .buttonBox {
  margin-top: 32px;
}
.ths2 {
  margin-top: 87px;
  padding-bottom: 7px;
}
.ths2 .buttonBox {
  justify-content: center;
  margin-top: 43px;
}
.ths2_container {
  display: flex;
  flex-direction: column;
  gap: 69px;
  margin-top: 48px;
}
.ths2_container .describe1 {
  color: #666;
  margin-top: 11px;
  display: flex;
  flex-direction: column;
}
.ths2_container .describe1 p {
  display: flex;
  padding-left: 34px;
}
.ths2_container .describe1 em {
  font-family: HostGrotesk-Bold;
  color: #333;
  font-style: normal;
  position: relative;
  display: block;
}
.ths2_container .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -34px;
  top: 4px;
}
.ths2_container .l_box {
  width: 35.028%;
  max-width: 330px;
  float: left;
  margin-bottom: 5px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 5%;
  margin-top: 15%;
}
.ths2_container .ths2_box {
  overflow: hidden;
}
.ths2_container .describe {
  margin-top: 9px;
}
.ths2_container .dif_describe {
  margin-top: 48px;
}
.thse1 .tht_bt {
  margin-top: 25px;
}
.thse1 .describe {
  margin-top: 9px;
}
.thse1 .buttonBox {
  margin-top: 32px;
}
.thse2 {
  margin-top: 85px;
  padding-bottom: 26px;
}
.thse2 .imgBox {
  width: 100%;
  max-width: 924px;
  border-radius: 16px;
  overflow: hidden;
}
.thse2 .buttonBox {
  justify-content: center;
  margin-top: 43px;
}
.thse2_box {
  margin-top: 43px; margin-bottom:43px;
}
.thse2_container {

  display: flex;
  flex-direction: column;
  gap: 23px;
}
.thse2_container .describe1 {
  color: #666;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  padding-left: 34px;
}
.thse2_container .describe1 em {
  font-family: HostGrotesk-Bold;
  color: #333;
  font-style: normal;
  position: relative;
  display: block;
}
.thse2_container .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -34px;
  top: 4px;
}
.thse2_container .describe {
  margin-top: 8px;
}
.thse2_container .img_box {
  margin-top: 56px;
}
.fuo_container {
  position: relative;
  background: #fff;
  border-radius: 180px 0px 0px 0px;
}
.fuo_container .pub_form {
  padding: 95px 0px 124px;
}
.fuo1 {
  padding: 41px 0px 74px;
}
.fuo1 .big_bt {
  text-align: center;
}
.fuo1 .text {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 0px;
  text-align: center;
  color: #029ad3;
}
.fuo_describe {
  margin-top: 39px;
}
.fuo_describe table thead tr {
  background: #029ad3;
  color: #fff;
  font-family: HostGrotesk-Bold;
  font-size: 20px;
}
.fuo_describe table thead tr td {
  padding: 19px 25px 15px !important;
}
.fuo_describe table thead tr td:nth-last-of-type(1) {
  text-align: center;
}
.fuo_describe table tbody tr:nth-of-type(4n+1) {
  background: #fff;
}
.fuo_describe table tbody tr:nth-of-type(4n+3) {
  background: #e8f4f9;
}
.fuo_describe table tbody tr:nth-of-type(4n+3) .progress::before {
  border-color: transparent #e8f4f9 transparent transparent;
}
.fuo_describe table tbody tr:nth-of-type(4n+3) .progress::after {
  border-color: transparent transparent #e8f4f9 transparent;
}
.fuo_describe table tbody tr:nth-of-type(4n+2),
.fuo_describe table tbody tr:nth-of-type(4n+4) {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.fuo_describe table td {
  border: none !important;
  padding: 9px 25px !important;
}
.fuo_describe section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fuo_describe .table_describe {
  max-width: 600px;
}
.fuo_describe .progress {
  background: #eeeeee;
  height: 20px;
  position: relative;
}
.fuo_describe .progress::before,
.fuo_describe .progress::after {
  content: '';
  position: absolute;
  right: 0;
  border-style: solid;
  z-index: 2;
}
.fuo_describe .progress::before {
  top: 0;
  border-width: 0 20px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.fuo_describe .progress::after {
  bottom: 0;
  border-width: 0 0px 10px 20px;
  border-color: transparent transparent #fff transparent;
}
.fuo_describe .bar {
  position: absolute;
  left: 0;
  top: 0;
  background: #029ad3;
  height: 100%;
  transition: width 0.5s cubic-bezier(0.47, -0.01, 0.03, 0.99);
}
.fuo_describe .progress_box {
  width: 340px;
}
.fuo_describe .close_box {
  width: 74px;
}
.fuo_describe .first_td {
  width: 324.92px;
}
.fuo_describe .close {
  cursor: pointer;
  margin: 0px auto;
}
.fuo_describe .close.active {
  transform: rotate(45deg);
}
.fuo_describe .r_box {
  width: 38%;
  max-width: 322px;
  float: right;
  margin-bottom: 5px;
  margin-left: 60px;
}
.fuo_describe .l_box {
  color: #666;
  padding-top: 11px;
}
.fuo_describe .table_box {
  overflow: hidden;
  padding: 11px 0px 25px;
  display: none;
}
.fo_container {
  position: relative;
  background: #fff;
  border-radius: 180px 0px 0px 0px;
  padding-bottom: 29px;
}
.fo1 {
  position: relative;
  z-index: 1;
  padding: 41px 0px 100px;
}
.fo1 .big_bt {
  text-align: center;
}
.fo1 .text {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 0px;
  text-align: center;
  color: #029ad3;
}
.fo_describe {
  line-height: 26px;
}
.fo_describe table {
  text-align: center;
}
.fo_describe table tr:nth-of-type(odd) {
  background: #e8f4f9;
}
.fo_describe table tr:nth-of-type(1) {
  background: #029ad3;
  color: #fff;
  font-family: HostGrotesk-Bold;
  font-size: 20px;
}
.fo_describe table tr:nth-of-type(1) td {
  padding: 14px 10px 16px !important;
}
.fo_describe table tr:nth-of-type(1) td:nth-last-of-type(2) {
  text-align: left;
}
.fo_describe table td {
  border: none !important;
  padding: 10px 10px !important;
}
.fo_describe .name {
  text-align: left;
  max-width: 264px;
}
.fo_describe figure {
  font-size: 16px;
  color: #029ad3;
  display: flex;
  align-items: center;
  gap: 7px;
}
.fo_describe figure a {
  display: block;
  width: 26px;
  flex-shrink: 0;
}
.fo1_container {
  margin-top: 52px;
}
.fo1_container .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
}
.fo1_container .buttonBox {
  margin-top: 18px;
}
.fo1_container .describe {
  margin-top: 34px;
}
.fo2 {
  background: #f1f9fb;
  padding: 69px 0px 67px;
}
.fo2 .tht_title {
  justify-content: center;
  text-align: center;
}
.fo2 .tht_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.fo2 .tht_title > *::before {
  left: 50%;
  transform: translate(-50%);
  min-width: 93px;
}
.fo2 .buttonBox1 {
  justify-content: center;
  margin-top: 50px;
}
.fo2_list {
  margin-top: 43px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.892%;
}
.fo2_list li {
  width: 32.072%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .fo2_list li:hover .box {
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
  }
}
.fo2_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fo2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fo2_list .title a:hover {
  color: #029ad3;
}
.fo2_list .box {
  flex: 1;
  padding: 29px 30px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
.fo2_list .buttonBox {
  margin-top: 28px;
}
.fo2_list .buttonBox a {
  background: #fff;
  color: #029ad3;
  border: 2px solid #89d0ea;
  min-height: 50px;
}
.fo2_list .buttonBox a:hover {
  background: #029ad3;
  border: 2px solid #029ad3;
  color: #fff;
}
.fo .pub_form {
  padding: 114px 0px 104px;
}
.ft1 {
  padding: 51px 0px 32px;
}
.ft1 .PageNumber {
  margin-top: 99px;
}
.fth1 {
  padding: 53px 0px 34px;
}
.fth1 .PageNumber {
  margin-top: 61px;
}
.fth1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 1.892%;
}
.fth1_list li {
  width: 32.072%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .fth1_list li:hover .box {
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
  }
}
.fth1_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fth1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fth1_list .title a:hover {
  color: #029ad3;
}
.fth1_list .box {
  flex: 1;
  padding: 29px 30px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
.fth1_list .buttonBox {
  margin-top: 28px;
}
.fth1_list .buttonBox a {
  background: #fff;
  color: #029ad3;
  border: 2px solid #89d0ea;
  min-height: 50px;
}
.fth1_list .buttonBox a:hover {
  background: #029ad3;
  border: 2px solid #029ad3;
  color: #fff;
}
.ffu1 {
  padding: 43px 0px 110px;
}
.ffu1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ffu1_l {
  width: 66.072%;
}
.ffu1_l .small_title {
  line-height: 42px;
}
.ffu1_l .small_title > * {
  padding-bottom: 15px;
}
.ffu1_l .describe {
  color: #666;
  margin-top: 32px;
}
.ffu2 {
  background: #f1f9fb;
  padding: 75px 0px 102px;
  margin-bottom: 19px;
}
.ffu2 .title_box {
  display: flex;
  justify-content: center;
  text-align: center;
}
.ffu2_list {
  margin-top: 61px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.892%;
}
.ffu2_list li {
  width: 32.072%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .ffu2_list li:hover .box {
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
  }
}
.ffu2_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.ffu2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ffu2_list .title a:hover {
  color: #029ad3;
}
.ffu2_list .box {
  flex: 1;
  padding: 29px 30px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
.ffu2_list .buttonBox {
  margin-top: 28px;
}
.ffu2_list .buttonBox a {
  background: #fff;
  color: #029ad3;
  border: 2px solid #89d0ea;
  min-height: 50px;
}
.ffu2_list .buttonBox a:hover {
  background: #029ad3;
  border: 2px solid #029ad3;
  color: #fff;
}
.so_container {
  position: relative;
  background: #fff;
  border-radius: 180px 0px 0px 0px;
}
.so1 {
  position: relative;
  padding: 58px 0px 90px;
}
.so1 .title_box {
  display: flex;
  justify-content: center;
  text-align: center;
}

.so1_container {
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 85px;
}
.so1_container figure {
  overflow: hidden;
}
.so1_container .describe {
  color: #666;
  margin-top: 13px;
}
.so1_container .l_box {
  width: 27.429%;
  margin-bottom: 5px;
}
.so1_container figure:nth-of-type(odd) .l_box {
  float: right;
  margin-left: 7%;
  margin-top: 1.36%;
}
.so1_container figure:nth-of-type(even) .l_box {
  float: left;
  margin-right: 7%;
}
.so1_container figure:nth-of-type(even) .r_box {
  padding-top: 4%;
}
.so2 {
  background: #f6f6f6;
  padding: 86px 0px 104px;
}
.so2 .title_box {
  display: flex;
  justify-content: center;
  text-align: center;
}
.so2 .title_text {
  font-family: HostGrotesk-Bold;
  margin-top: 69px;
}
.so2 .img_box {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 49px;
}
.so2 .buttonBox {
  justify-content: center;
  margin-top: 44px;
}
.so2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  margin-top: 38px;
}
.so2_list li {
  width: 30%;
}
.so2_list .logo {
  width: 50px;
  aspect-ratio: 1/1;
}
.so2_list .tht_bt {
  margin-top: 9px;
}
.so2_list .text {
  color: #666;
  margin-top: 8px;
}
.so2_container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.so2_container .box {
  width: 47%;
}
.so2_container .describe {
  line-height: 32px;
  color: #666;
}
.so3 {
  padding: 125px 0px 95px;
}
.so3 .title_box {
  display: flex;
  justify-content: center;
  text-align: center;
}
.so3 .text {
  color: #029ad3;
  width: 100%;
  max-width: 970px;
  margin: 27px auto 0px;
  text-align: center;
}
.so3 .box {
  border-radius: 16px;
  overflow: hidden;
}
.so3 .name {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 11px;
}
.so3 .name a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.so3 .name a:hover {
  color: #029ad3;
}
.so3 .describe {
  color: #fff;
  line-height: 30px;
/*  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;*/
}
.so3 .box {
  position: relative;
}
.so3 .hide_box {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 39px 30px 0px;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}
.so3 .buttonBox {
  margin-top: 10px;
}
@media screen and (min-width: 993px) {
  .so3 .swiper-slide:hover .hide_box {
    pointer-events: all;
    opacity: 1;
  }
}
.so3 .sw_box {
  position: relative;
  margin-top: 36px;
}
.so3 .button {
  position: absolute;
  top: 40%;
  z-index: 1;
}
.so3 .swiperso3-button-prev.button {
  left: -18px;
  transform: translate(-100%, -50%);
}
.so3 .swiperso3-button-next.button {
  right: -18px;
  transform: translate(100%, -50%);
}
.so4 {
  background: url("../images/so4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 75px 0px 155px;
  position: relative;
  z-index: 2;
}
.so4 .big_bt {
  color: #fff;
}
.so4 .title_box {
  display: flex;
  justify-content: center;
  text-align: center;
}
.so4 .title_box > *::before {
  background: url("../images/title_back2.png") no-repeat center;
  background-size: cover;
}
.so4_container {
  position: relative;
  margin-top: 111px;
}
.so4_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.so4_list li {
  width: calc(50% - 30px);
  max-width: 406px;
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 24px 30px 31px;
}
.so4_list .back_img {
  position: absolute;
  z-index: -1;
  width: 118px;
  right: 0px;
  bottom: 0;
  transform: translate(34%, 34%);
}
.so4_list .title {
  font-family: HostGrotesk-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-bottom: 9px;
}
.so4_list .title::before {
  content: "";
  width: 100%;
  max-width: 218px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/so4_ib.png") no-repeat center;
  background-size: cover;
}
.so4_list .describe {
  color: #333;
  margin-top: 14px;
}
.so5 {
  position: relative;
  padding: 264px 0px 9px;
}
.so5 .title_box {
  display: flex;
  justify-content: center;
}
.so5 .sw_box {
  width: 100%;
  max-width: 1058px;
  margin: 53px auto 0px;
  position: relative;
}
.so5 .l_box {
  width: 36.673%;
  aspect-ratio: 1/1;
  background: url("../images/so5_ia.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin-bottom: 5px;
  margin-right: 48px;
}
.so5 .img_box {
  width: 87.629%;
  border-radius: 50%;
  overflow: hidden;
}
.so5 .title {
  font-family: HostGrotesk-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.so5 .describe {
  color: #666;
  margin-top: 19px;
}
.so5 .r_box {
  padding-top: 28px;
}
.so5 .button {
  position: absolute;
  top: 48.5%;
  z-index: 1;
}
.so5 .swiperso5-button-prev.button {
  left: -46px;
  transform: translate(-100%, -50%);
}
.so5 .swiperso5-button-next.button {
  right: -46px;
  transform: translate(100%, -50%);
}
.so .pub_form {
  padding: 82px 0px 136px;
}
.so .pub_form .title_text {
  text-align: center;
  width: 100%;
  max-width: 1216px;
  margin: 13px auto 0px;
}
.so .pub_form_container {
  margin-top: 42px;
}
.so .index5 {
  padding: 88px 0px 112px;
}
.seo .ffu1 {
  padding: 43px 0px 66px;
}
.seo1_l {
  width: 67.286%;
  padding-top: 8px;
}
.seo1_l .PageNumber {
  justify-content: flex-start;
  margin-top: 76px;
}
.seo1_list {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.seo1_list li {
  padding: 43px 0px 36px;
  background-color: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .seo1_list li:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 1px rgba(36, 25, 22, 0.07);
  }
  .seo1_list li:hover .buttonBox a {
    transform: none !important;
    background: #029ad3;
    border: 1px solid #029ad3;
    color: #fff;
  }
  .seo1_list li:hover .buttonBox a:hover {
    background: #fff;
    color: #029ad3;
  }
}
.seo1_list .l_box {
  text-align: center;
  width: 155px;
  padding: 10px 10px 5.2%;
}
.seo1_list .day {
  font-family: HostGrotesk-Bold;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #333333;
}
.seo1_list .year {
  font-size: 16px;
  color: #333;
  margin-top: 4px;
}
.seo1_list .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.seo1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seo1_list .title a:hover {
  color: #029ad3;
}
.seo1_list .describe {
  font-size: 16px;
  line-height: 30px;
  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: 21px;
}
.seo1_list .r_box {
  border-left: 1px solid #ddd;
  padding: 7px 35px 0px;
  flex: 1;
}
.seo1_list .buttonBox {
  margin-top: 23px;
  overflow: hidden;
}
.seo1_list .buttonBox a {
  background: transparent;
  border: none;
  color: #333;
  transform: translate(-35px, -6px);
}
.set .tht5 {
  margin-top: 115px;
}
.set .tht5_list {
  margin-top: 43px;
}
.set .tht5_list .describe {
  margin-top: 11px;
}
.set .ffu1 {
  padding: 43px 0px 89px;
}
.set1 {
  padding-top: 4px;
}
.set1 h1 {
  font-family: HostGrotesk-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
}
.set1 .share_time {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin-top: 20px;
}
.set1 > .describe {
  border-top: 1px solid #ddd;
  margin-top: 12px;
  padding-top: 30px;
}
.set1 > .describe img {
  display: inline-block;
}

.set1 .page_change {
  padding-top: 17px;
}
.set1_box {
  margin-top: 36px;
}
.set1_box .tht_bt1 {
  color: #333;
}
.set1_box .describe {
  margin-top: 7px;
}
.set1 > .describe p strong{font-family: HostGrotesk-Bold;
font-size: 22px;
font-weight: normal;
font-stretch: norma}
.set1_box1 {
  margin-top: 29px;
}
.set1_box1 .tht_bt2 {
  color: #029ad3;
}
.set1_box1 .describe1 {
  color: #666;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  padding-left: 34px;
}
.set1_box1 .describe1 em {
  font-family: HostGrotesk-Bold;
  color: #333;
  font-style: normal;
  position: relative;
  display: block;
}
.set1_box1 .describe1 em::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/to_3_ib.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -34px;
  top: 4px;
}
.eo1 {
  padding: 63px 0px 77px;
}
.eo1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.eo1_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 29px 0px;
  margin-top: 54px;
}
.eo1_list li {
  width: 48%;
}
.eo1_list .logo {
  width: 39px;
  aspect-ratio: 39/35;
  display: flex;
  align-items: center;
}
.eo1_list .logo img {
  max-width: 100%;
  max-height: 100%;
}
.eo1_list .logo + p {
  line-height: 26px;
  color: #333;
  margin-top: 10px;
}
.eo1_list .logo + p a {
  color: #333;
}
.eo1_list .logo + p a:hover {
  color: #029ad3;
}
.eo1_l {
  width: 40.215%;
  padding-top: 38px;
}
.eo1_l .big_bt {
  line-height: 46px;
}
.eo1_r {
  background-color: #f1f9fb;
  border-radius: 16px;
  width: 56.215%;
  padding: 37px 48px 57px 52px;
}
.eo1_r .text {
  color: #666;
  margin-top: 19px;
}
.eo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px 0px;
  margin-top: 30px;
}
.eo1_r form .yz {
  position: relative;
}
.eo1_r form .yz::before {
  content: "*";
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.eo1_r form .int1 {
  width: 48.3%;
}
.eo1_r form input {
  height: 54px;
}
.eo1_r form .yzm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.eo1_r form .yzm input {
  flex: 1;
}
.eo1_r form .yzm span {
  height: 54px;
  aspect-ratio: 164/54;
  margin-left: 26px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.eo1_r form .yzm span img {
  height: 100%;
}
.eo1_r form .ttBox {
  width: 100%;
}
.eo1_r form .ttBox::before {
  top: 21px;
}
.eo1_r form .tijiao {
  width: 100%;
  max-width: 240px;
  margin: 24px auto 0px;
}
.eo1_r form .tijiao input {
  font-family: HostGrotesk-Regular;
  font-size: 18px;
  height: 48px;
  background-color: #029ad3;
  border: 1px solid #029ad3 !important;
  color: #fff;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  text-transform:uppercase;
}
.eo1_r form .tijiao input:hover {
  background: #fff;
  color: #029ad3;
}
.eo1_r form input,
.eo1_r form textarea {
  font-family: HostGrotesk-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  display: block;
}
.eo1_r form input::placeholder,
.eo1_r form input::-webkit-input-placeholder,
.eo1_r form textarea::placeholder {
  color: #999;
}
.eo1_r form textarea {
  height: 131px;
  padding-top: 12px;
}
.no1 {
  padding: 60px 0px 87px;
}
.no1_container {
  width: 100%;
  max-width: 1070px;
  margin: 0px auto 0px;
}
.no1_container .title {
  font-family: HostGrotesk-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 38px;
  color: #333333;
}
.no1_container .title_box {
  display: flex;
  justify-content: center;
}
.no1_container .describe {
  line-height: 30px;
  color: #666;
  margin-top: 45px;
}
.no1_box {
  width: 100%;
  max-width: 986px;
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.no1_box .tht_bt {
  margin-top: 0px !important;
  font-family: HostGrotesk-Regular;
}
.no1_box .describe1 {
  color: #666;
  line-height: 30px;
}
.no1_box .describe1 em {
  font-style: normal;
}
.no1_box .describe1 em::before {
  content: '';
  width: 8px;
  aspect-ratio: 1/1;
  background: #333;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 2px;
}
.page_change {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #cccccc;
  padding-top: 23px;
}
.page_change p {
  color: #333;
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.page_change p + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  flex: 1;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #029ad3;
}
.mbx + * {
  position: relative;
  z-index: 1;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: HostGrotesk-Regular;
  width: 100%;
  gap: 10px 11px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
  width: 39px;
  height: 39px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.PageNumber a:hover {
  color: #fff;
  background: #029ad3;
  border: 1px solid #029ad3;
}
.PageNumber .active {
  color: #fff;
  background: #029ad3;
  border: 1px solid #029ad3;
}
.PageNumber input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.PageNumber input:hover + .submit_box {
  background: #fff;
  color: #029ad3;
}
.PageNumber input:hover + .submit_box img {
  filter: none;
}
.PageNumber .submit_box {
  font-size: 14px;
  color: #fff;
  min-width: 193px;
  height: 39px;
  background-color: #005ca7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0px 12px;
  pointer-events: none;
  border: 1px solid #029ad3;
  transition: 0.3s;
}
.PageNumber .submit_box img {
  filter: brightness(0) invert(1);
}
.PageNumber .submit {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.tht_title {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.tht_title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #029ad3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tht_title > * {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 17px;
}
.tht_bt {
  font-family: HostGrotesk-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.big_bt {
  font-family: HostGrotesk-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #333333;
}
.small_title {
  font-family: HostGrotesk-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.swiper_button div {
  width: 44px;
  height: 44px;
  border: solid 1px rgba(34, 34, 34, 0.3);
  transition: 0.3s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper_button div:hover {
  background: #029ad3;
  border: 1px solid #029ad3;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.swiper_button img {
  transition: 0.2s;
  opacity: 0.3;
}
.pub_menu1 {
  position: sticky;
  top: 0px;
  margin-top: 7px;
  width: 26%;
  max-width: 364px;
}
.pub_menu_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(52, 51, 50, 0.08);
  border-radius: 16px;
  padding: 19px 30px 27px 40px;
}
.pub_menu_box .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
  font-family: HostGrotesk-Bold;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-bottom: 12px;
}
.pub_menu_box .title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  max-width: 40px;
  height: 2px;
  background-color: #029ad3;
}
.pub_menu_box .list {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  gap: 12px;
}
.pub_menu_box .list a {
  color: #333;
  position: relative;
  padding-left: 12px;
}
.pub_menu_box .list a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 14px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.pub_menu_box .list a:hover {
  color: #029ad3;
}
.pub_menu_box .list a:hover::before {
  background: #029ad3;
}
.pub_menu_box .list .active a {
  font-family: HostGrotesk-Bold;
  color: #029ad3;
}
.pub_menu_box .list .active a::before {
  background: #029ad3;
}
.pub_menu_box2 {
  margin-top: 37px;
}
.pub_menu {
  width: 26%;
  max-width: 364px;
  background-color: #ffffff;
  box-shadow: 0px 0px 17px 1px rgba(52, 51, 50, 0.08);
  border-radius: 16px;
  padding: 29px 30px 22px 40px;
  position: sticky;
  top: 0px;
  margin-top: 6px;
}
.pub_menu .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #333333;
  font-family: HostGrotesk-Bold;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-bottom: 14px;
}
.pub_menu .title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  max-width: 40px;
  height: 2px;
  background-color: #029ad3;
}
.pub_menu .list {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 12px;
}
.pub_menu .list a {
  color: #333;
  position: relative;
  padding-left: 12px;
}
.pub_menu .list a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 14px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.pub_menu .list a:hover {
  color: #029ad3;
}
.pub_menu .list a:hover::before {
  background: #029ad3;
}
.pub_menu .list .active a {
  font-family: HostGrotesk-Bold;
  color: #029ad3;
}
.pub_menu .list .active a::before {
  background: #029ad3;
}
.backimg_top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.backimg_top img {
  width: 100%;
}
.backimg_top + * {
  position: relative;
  z-index: 1;
}
.backimg_bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.backimg_bottom img {
  width: 100%;
}
footer {
  position: relative;
  background: #02416d;
  padding: 91px 0px 18px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 13px;
  margin-top: 32px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #029ad3;
}
footer .icBox a:hover {
  background: #fff;
  color: #029ad3;
}
footer .list {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #a1cdeb;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
footer .list a {
  color: #a1cdeb;
}
footer .list a:hover {
  color: #fff;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
.footer_a .l_box {
  width: 22.858%;
  max-width: 320px;
  padding-top: 10px;
}
.footer_a .logoBox {
  width: 80%;
  max-width: 256px;
  flex-shrink: 0;
}
.footer_a .logoBox a {
  display: block;
}
.footer_a .logoBox img {
  width: 100%;
}
.footer_a .text {
  font-size: 16px;
  color: #a1cdeb;
  margin-top: 14px;
}
.footer_r {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 955px;
}
.footer_r .dif_footer {
  font-family: HostGrotesk-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer_r .dif_footer a {
  color: #ffffff;
}
.footer_r .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_r .dif_up {
  width: 8px;
  filter: brightness(0) invert(1);
  display: none;
}
.footer_r .title {
  font-family: HostGrotesk-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #029ad3;
  margin-top: 6px;
}
.footer_r .logo {
  width: 17px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.footer_r .list1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #a1cdeb;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer_r .list1 a {
  color: #a1cdeb;
}
.footer_r .list1 a:hover {
  color: #fff;
}
.footer_r .list1 li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.footer_r figure {
  flex: 1;
}
.footer_r .box {
  max-width: 335px;
}
.footer_r .ul2 {
  margin-right: 1%;
}
.footer_b {
  border-top: 1px solid #0b588e;
  margin-top: 73px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #029ad3;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px 0px;
}
.footer_b a {
  display: inline;
  color: #029ad3;
}
.footer_b a:hover {
  color: #fff;
}
.footer_b img {
  display: inline-block;
}
.footer_b .links,
.footer_b .Keywords {
  display: flex;
  align-items: flex-start;
  gap: 0px 5px;
}
.footer_b .links figure,
.footer_b .Keywords figure {
  flex: 1;
}
.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;
  color: #999;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  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: #029ad3;
}
.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;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.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;
}
@media screen and (max-width: 1480px) {
  html {
    scroll-padding-top: 80px;
  }
  html body {
    font-size: 16px;
    line-height: 26px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 180px;
  }
  header .head_boxr {
    padding-right: 0px;
  }
  header .menuOne {
    margin-right: 20px;
  }
  header .menuOne > a {
    padding: 25px 0px;
  }
  header .sousuo {
    margin-left: 20px;
    margin-top: 0px;
  }
  header .lang {
    margin-left: 25px;
    margin-top: 0px;
  }
  header .dif_ul li {
    padding: 20px 36px 30px;
  }
  .padding_top {
    padding-top: 76px;
  }
  .index_banner .swiperbanner-button-prev.button {
    left: 30px;
  }
  .index_banner .swiperbanner-button-next.button {
    right: 30px;
  }
  .index_banner .button {
    top: 42%;
    width: 42px;
  }
  .index_banner .button img {
    width: 20px;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .title_box > *::before {
    width: 78px;
  }
  .title_text {
    font-size: 20px;
    line-height: 28px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .describe {
    margin-top: 15px;
  }
  .index1 .buttonBox {
    margin-top: 25px;
  }
  .index2_container {
    padding: 60px 0px;
  }
  .index2_container .x_img {
    display: none;
  }
  .index2_container .buttonBox {
    margin-top: 15px;
  }
  .index2_box {
    margin: 0px auto;
  }
  .index2_box .sections {
    gap: 30px 40%;
    padding-top: 0px;
  }
  .index2_box section {
    width: 30%;
  }
  .index3_container .title {
    font-size: 24px;
    line-height: 36px;
  }
  .index3_container .describe {
    margin-top: 15px;
  }
  .index3_container .buttonBox {
    margin-top: 25px;
  }
  .index3 {
    padding: 80px 0px;
  }
  .index4_container {
    margin-top: 30px;
    padding-left: 0px;
  }
  .index4_container form .yz::before {
    left: -11px;
  }
  .index4_container form .yzm span {
    margin-left: 12px;
  }
  .index4 {
    padding-bottom: 80px;
  }
  .index5 {
    padding: 60px 0px 80px !important;
  }
  .index5_list {
    margin-top: 30px;
  }
  .index5_list .title {
    line-height: 28px;
  }
  .to1 {
    padding: 40px 0px 80px;
  }
  .to1 .content {
    width: calc(100% - 100px);
  }
  .to1_container h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .to1_container .title {
    font-size: 24px;
    line-height: 32px;
  }
  .to1_container .describe em {
    font-size: 18px;
  }
  .to1_container .describe em::before {
    top: 8px;
  }
  .to1_container .describe1 em {
    font-size: 18px;
    line-height: 26px;
  }
  .to_boxs .to_title {
    font-size: 24px;
    line-height: 32px;
    padding: 12px 0px;
  }
  .to_1 .bt {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
  }
  .to_1_list {
    padding-top: 20px;
    /*gap: 120px 30%;*/
    
  }
  .to_1_img {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .to_1_container {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  .to_2_list .list_title {
    font-size: 18px;
    line-height: 26px;
  }
  .to_2_list .list_describe {
    margin-top: 15px;
  }
  .to_2 .bottom_text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
  }
  .to_3 .to_3_describe1 {
    margin-top: 30px;
  }
  .to_3_box .bt {
    font-size: 20px;
    line-height: 26px;
  }
  .to_3_box .r_box {
    font-size: 18px;
    line-height: 30px;
    padding: 30px 8% 40px;
  }
  .to_3_describe2 {
    line-height: 28px;
  }
  .to_3_describe2 em::before {
    top: 3px;
  }
  .to_4 .bt {
    font-size: 20px;
    margin-top: 20px;
  }
  .to_4 .dif_describe {
    margin-top: 30px;
  }
  .to_4_box {
    margin-top: 30px;
  }
  .to_4_box .to_4_title {
    font-size: 20px;
  }
  .to_4_describe em::before {
    top: 2px;
  }
  .to_5 .dif_describe {
    margin-top: 30px;
  }
  .to2 {
    margin-top: 60px;
  }
  .to3 {
    margin-top: 60px !important;
  }
  .to3 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .to3 .describe {
    margin-top: 20px;
  }
  .to3 .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .to3 .button.swiperto3-button-prev {
    left: 20px;
  }
  .to3 .button.swiperto3-button-next {
    right: 20px;
  }
  .to4 {
    margin-top: 60px !important;
  }
  .to4_container form .yz::before {
    left: -11px;
  }
  .to4_container form .yzm span {
    margin-left: 12px;
  }
  .to4_container form .tijiao {
    margin: 0px auto;
  }
  .to5 {
    margin-top: 60px;
  }
  .to5_list {
    margin-top: 30px;
  }
  .to5_list .title {
    line-height: 28px;
  }
  .small_title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .big_bt {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .tho1 {
    padding: 30px 0px 0px;
  }
  .tho1_container {
    margin: 30px auto 0px;
  }
  .tho1_container .title {
    font-size: 24px;
    line-height: 36px;
  }
  .tho1_container .describe {
    margin-top: 15px;
  }
  .tho1_container .buttonBox {
    margin-top: 25px;
  }
  .tho2 {
    margin-top: 80px;
    padding: 60px 0px;
  }
  .tho2_list .logo {
    width: 42px;
  }
  .tho2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .tho3 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .tho3 .describe {
    margin-top: 20px;
  }
  .tho3 .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .tho3 .swiper {
    padding-top: 50px;
  }
  .pub_form {
    padding: 60px 0px !important;
  }
  .pub_form_container {
    margin-top: 30px !important;
    padding-left: 0px;
  }
  .pub_form_container form .yz::before {
    left: -11px;
  }
  .pub_form_container form .yzm span {
    margin-left: 12px;
  }
  .th1 {
    padding: 40px 0px 80px;
  }
  .th1 .content {
    width: calc(100% - 100px);
  }
  .tht_title > * {
    padding-bottom: 10px;
  }
  .tht_bt {
    font-size: 20px;
    line-height: 28px;
  }
  .th1_l {
    padding-top: 0px;
  }
  .tht4 {
    margin-top: 60px;
  }
  .tht4 .sw_box {
    margin-top: 8px;
  }
  .tht4 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .tht5 {
    margin-top: 40px !important;
  }
  .tht5_list {
    gap: 20px !important;
    margin-top: 20px !important;
  }
  .tht5_list .title {
    line-height: 28px;
  }
  .thth1 .tht_bt {
    margin-top: 15px;
  }
  .thth2 {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .thth2 .describe1 em::before {
    top: 2px;
  }
  .thth2 .dif_describe {
    margin-top: 20px;
  }
  .thth2 .buttonBox {
    margin-top: 30px;
  }
  .thth2_box .r_box {
    padding-top: 10px;
  }
  .thth2_container {
    gap: 30px 0px;
  }
  .thfu1 .tht_bt {
    margin-top: 15px;
  }
  .thfu2 {
    margin-top: 40px;
  }
  .thfu2 .describe1 em::before {
    top: 2px;
  }
  .thfu2_container {
    margin-top: 30px;
    gap: 40px;
  }
  .thf1 .tht_bt {
    margin-top: 15px;
  }
  .thf2 {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  #thf2_container .describe1 em::before {
    top: 2px;
  }
  .ths1 .tht_bt {
    margin-top: 15px;
  }
  .ths2 {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .ths2_container {
    margin-top: 30px;
    gap: 30px;
  }
  .ths2_container .describe1 {
    display: block;
  }
  .ths2_container .describe1 em::before {
    top: 2px;
  }
  .ths2_container .l_box {
    margin-top: 20px;
    margin-right: 6%;
  }
  .ths2_container .dif_describe {
    margin-top: 20px;
  }
  .thse1 .tht_bt {
    margin-top: 15px;
  }
  .thse2 {
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .thse2_container {
    margin-top: 30px;
    gap: 30px;
  }
  .thse2_container .describe1 {
    display: block;
  }
  .thse2_container .describe1 em::before {
    top: 2px;
  }
  .thse2_container .l_box {
    margin-top: 20px;
    margin-right: 6%;
  }
  .thse2_container .dif_describe {
    margin-top: 20px;
  }
  .thse2_container .img_box {
    margin-top: 20px;
  }
  .thse2_box {
    margin-top: 30px;margin-bottom:30px;
  }
  .fuo1 {
    padding: 30px 0px 60px;
  }
  .fuo_describe table {
    min-width: 1200px;
  }
  .fuo_describe table thead tr {
    font-size: 18px;
  }
  .fuo_describe .first_td {
    width: 270px;
  }
  .fo_container {
    padding-bottom: 0px;
  }
  .fo1 {
    padding: 30px 0px 60px;
  }
  .fo_describe table {
    min-width: 1200px;
  }
  .fo_describe table tr:nth-of-type(1) {
    font-size: 18px;
  }
  .fo1_container {
    margin-top: 30px;
  }
  .fo1_container .buttonBox {
    margin-top: 0px;
  }
  .fo1_container .fo_describe {
    margin-top: 20px;
  }
  .fo2 {
    padding: 60px 0px;
  }
  .fo2 .buttonBox1 {
    margin-top: 30px;
  }
  .fo2_list {
    margin-top: 30px;
  }
  .fo2_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fo2_list .box {
    padding: 20px 25px 30px;
  }
  .fo2_list .buttonBox {
    margin-top: 20px;
  }
  .ft1 {
    padding: 30px 0px 0px;
  }
  .fth1 {
    padding: 30px 0px 0px;
  }
  .fth1_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fth1_list .box {
    padding: 20px 25px 30px;
  }
  .fth1_list .buttonBox {
    margin-top: 20px;
  }
  .ffu1 {
    padding: 30px 0px 60px !important;
  }
  .ffu1 .content {
    width: calc(100% - 100px);
  }
  .ffu1_l .describe {
    margin-top: 20px;
  }
  .ffu2 {
    margin-bottom: 0px;
    padding: 60px 0px;
  }
  .ffu2_list {
    margin-top: 30px;
  }
  .ffu2_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .ffu2_list .box {
    padding: 20px 25px 30px;
  }
  .ffu2_list .buttonBox {
    margin-top: 20px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1 .title_box {
    padding-left: 25px;
  }
  .so1_container {
    padding-top: 25px;
    gap: 40px;
  }
  .so1_container .describe {
    margin-top: 8px;
  }
  .so1_container figure:nth-of-type(even) .r_box {
    padding-top: 2%;
  }
  .so2 {
    padding: 60px 0px;
  }
  .so2 .title_text {
    margin-top: 30px;
  }
  .so2 .img_box {
    margin-top: 30px;
  }
  .so2 .buttonBox {
    margin-top: 30px;
  }
  .so2_container .describe {
    line-height: 26px;
  }
  .so2_list {
    margin-top: 30px;
  }
  .so2_list .logo {
    width: 38px;
  }
  .so3 {
    padding: 60px 0px;
  }
  .so3 .text {
    margin: 10px auto 0px;
  }
  .so3 .sw_box {
    margin-top: 30px;
  }
  .so3 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .so3 .hide_box {
    padding: 20px 20px 0px;
  }
  .so3 .describe {
    line-height: 26px;
    -webkit-line-clamp: 4;
  }
  .so3 .buttonBox a {
    min-width: 140px;
    min-height: 40px;
  }
  .so3 .swiperso3-button-next.button {
    right: -5px;
  }
  .so3 .swiperso3-button-prev.button {
    left: -5px;
  }
  .so4 {
    padding: 60px 0px 100px;
  }
  .so4_container {
    margin-top: 50px;
  }
  .so4_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .so4_list .describe {
    margin-top: 10px;
  }
  .so5 {
    padding: 200px 0px 0px;
  }
  .so5 .sw_box {
    margin: 30px auto 0px;
  }
  .so5 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .so5 .describe {
    margin-top: 12px;
  }
  .so5 .r_box {
    padding-top: 15px;
  }
  .so5 .swiperso5-button-prev.button {
    left: -5px;
  }
  .so5 .swiperso5-button-next.button {
    right: -5px;
  }
  .seo1_l {
    padding-top: 0px;
  }
  .seo1_list {
    gap: 30px;
  }
  .seo1_list .day {
    font-size: 36px;
    line-height: 40px;
  }
  .seo1_list .year {
    font-size: 15px;
  }
  .seo1_list li {
    padding: 30px 0px;
  }
  .seo1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .seo1_list .describe {
    font-size: 15px;
    line-height: 26px;
  }
  .seo1_list .buttonBox {
    margin-top: 20px;
  }
  .set1 {
    padding-top: 0px;
  }
  .set1 h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .set1 .share_time {
    margin-top: 15px;
  }
  .set1 > .describe {
    padding-top: 20px;
    margin-top: 15px;
  }
  .set_box1 .describe1 {
    display: block;
  }
  .set_box1 .describe1 em::before {
    top: 2px;
  }
  .eo1 {
    padding: 30px 0px 60px;
  }
  .eo1_r {
    padding: 30px;
  }
  .eo1_r .text {
    margin-top: 10px;
  }
  .eo1_r form .yz::before {
    left: -11px;
  }
  .eo1_r form .yzm span {
    margin-left: 12px;
  }
  .eo1_r form .tijiao {
    margin: 0px auto;
  }
  .eo1_list {
    margin-top: 30px;
    gap: 20px 0px;
  }
  .no1 {
    padding: 30px 0px 60px;
  }
  .no1_container .describe {
    line-height: 26px;
    margin-top: 15px;
  }
  .no1_box {
    margin-top: 30px;
    gap: 20px;
  }
  .no1_box .describe1 {
    line-height: 26px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 12px !important;
  }
  .pub_menu1 {
    width: 30%;
  }
  .pub_menu_box {
    padding: 20px 26px !important;
  }
  .pub_menu_box .title {
    font-size: 20px;
    line-height: 30px;
  }
  .pub_menu_box .list {
    gap: 6px !important;
  }
  .pub_menu_box .list a::before {
    top: 13px;
  }
  .pub_menu {
    width: 30%;
    padding: 20px 26px !important;
  }
  .pub_menu .title {
    font-size: 20px;
    line-height: 30px;
  }
  .pub_menu .list {
    gap: 6px !important;
  }
  .pub_menu .list a::before {
    top: 13px;
  }
  .bannerBox .banner_bt {
    font-size: 34px;
    line-height: 46px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  footer {
    padding: 80px 0px 30px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .icBox {
    margin-top: 20px;
  }
  .footer_r .box {
    width: 52%;
  }
  .footer_r .ul2 {
    margin-right: 0px;
  }
  .footer_b {
    margin-top: 40px;
    line-height: 26px;
    gap: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .to_1_container {
    padding-bottom: 0px;
  }
  .to_1_list{
      gap: 100px 30%;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 12px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .head_boxr {
    padding-right: 60px;
  }
  .padding_top {
    padding-top: 63.53px;
  }
}
@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;
  }
  .rightMenu .logo img {
    max-height: 76%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .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 body {
    font-size: 15px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header .head_boxr {
    padding-right: 50px;
  }
  .index_banner .swiperbanner-button-prev.button {
    left: 15px;
  }
  .index_banner .swiperbanner-button-next.button {
    right: 15px;
  }
  .index_banner .button {
    top: 42%;
    width: 32px;
  }
  .index_banner .button img {
    width: 14px;
  }
  .big_title,
  .big_bt {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .title_box > *::before {
    width: 50px;
  }
  .title_text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px !important;
  }
  .buttonBox a {
    min-width: 128px !important;
    min-height: 40px !important;
    font-size: 15px !important;
    padding: 5px 20px !important;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .describe {
    margin-top: 8px;
  }
  .index1 .buttonBox {
    margin-top: 20px;
  }
  .index1 .r_box {
    padding-bottom: 0px;
  }
  .index2_container {
    padding: 40px 0px;
    margin-top: 20px;
  }
  .index2_container .describe {
    line-height: 24px;
    margin-top: 6px !important;
  }
  .index2_container .buttonBox a {
    transform: none;
  }
  .index2_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index2_container .container {
    margin-top: 20px;
  }
  .index2_box {
    margin-top: 20px;
  }
  .index2_box .sections {
    gap: 20px 4%;
  }
  .index2_box section {
    width: 48%;
  }
  .index2_box .describe {
    min-height: 96px;
  }
  .index2_img {
    display: none;
  }
  .index2_links {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .index3 {
    padding: 40px 0px;
  }
  .index3_container {
    margin: 20px auto 0px;
  }
  .index3_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index3_container .describe {
    margin-top: 10px;
  }
  .index3_container .buttonBox {
    margin-top: 20px;
  }
  .index4 {
    padding-bottom: 40px;
  }
  .index4_container {
    margin-top: 16px;
  }
  .index4_container .box {
    gap: 12px 0px;
  }
  .index4_container .l_box {
    width: 100%;
  }
  .index4_container .r_box {
    width: 100%;
  }
  .index4_container form {
    gap: 12px 0px;
  }
  .index4_container form input,
  .index4_container form textarea {
    font-size: 14px;
  }
  .index4_container form input {
    height: 42px;
  }
  .index4_container form .yzm span {
    height: 42px;
  }
  .index5 {
    padding: 40px 0px !important;
  }
  .index5_list {
    margin-top: 20px;
    align-items: initial;
  }
  .index5_list li {
    padding: 20px 20px 30px;
  }
  .index5_list .title {
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px;
  }
  .index5_list .buttonBox {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 15px;
    pointer-events: all;
  }
  .index5_list .buttonBox a {
    transform: none;
  }
  .to1 {
    padding: 20px 0px 40px;
  }
  .to1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .to1_container {
    width: 100%;
  }
  .to1_container h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .to1_container .describe {
    margin-top: 10px !important;
  }
  .to1_container .describe em {
    font-size: 16px;
  }
  .to1_container .describe em::before {
    top: 7px;
  }
  .to1_container .box {
    margin-top: 20px;
  }
  .to1_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .to1_container .describe1 {
    margin-top: 10px;
  }
  .to1_container .describe1 em {
    font-size: 16px;
    line-height: 24px;
  }
  .to1_container .describe1 em::before {
    top: 5px;
  }
  .to1_container .dif_describe {
    margin-top: 20px !important;
    padding: 20px;
  }
  .to_boxs {
    padding-top: 30px;
  }
  .to_boxs .to_title {
    font-size: 20px;
    line-height: 28px;
    padding-top: 0px !important;
    padding-bottom: 12px;
  }
  .to_1 .bt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .to_1_img {
    max-width: 270px;
  }
  .to_1_list {
    gap: 78px 30%;
  }
  .to_2 {
    margin-top: 30px;
  }
  .to_2 .bottom_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .to_2_list {
    margin-top: 20px;
  }
  .to_2_list .list_describe {
    margin-top: 10px;
  }
  .to_3 {
    margin-top: 30px;
  }
  .to_3 .to_3_describe1 {
    margin-top: 20px;
  }
  .to_3_list {
    margin-top: 20px;
  }
  .to_3_list .name {
    font-size: 18px;
    line-height: 26px;
  }
  .to_3_list .to_3_describe {
    margin-top: 10px;
  }
  .to_3_list li {
    gap: 20px;
  }
  .to_3_list figure {
    padding: 20px 25px 30px;
  }
  .to_3_box {
    margin-top: 20px;
  }
  .to_3_box .bt {
    font-size: 18px;
  }
  .to_3_box .r_box {
    padding: 20px 5% 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .to_4 {
    margin-top: 30px;
  }
  .to_4 .bt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .to_4_box {
    margin-top: 20px;
  }
  .to_4_box .to_4_title {
    font-size: 18px;
    line-height: 26px;
  }
  .to_4_describe {
    margin-top: 10px;
  }
  .to_5 {
    margin-top: 30px;
  }
  .to_5_box .l_box {
    max-width: 326px;
  }
  .to_5_box .r_box {
    padding-top: 0px;
  }
  .to2 {
    margin-top: 30px;
  }
  .to3 {
    margin-top: 30px !important;
  }
  .to3 .swiper {
    padding-top: 30px;
  }
  .to3 .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .to3 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .to4 {
    margin-top: 30px !important;
  }
  .to4 .to4_text {
    margin: 10px auto 0px;
  }
  .to4_container {
    margin-top: 15px;
  }
  .to4_container form {
    gap: 12px 0px;
  }
  .to4_container form input,
  .to4_container form textarea {
    font-size: 14px !important;
  }
  .to4_container form input {
    height: 42px !important;
  }
  .to4_container form .yzm span {
    height: 42px;
  }
  .to5 {
    margin-top: 30px;
  }
  .to5 .title_box {
    display: flex;
    justify-content: center;
  }
  .to5 .small_title {
    padding-left: 0px;
  }
  .to5_list {
    margin-top: 20px;
    align-items: initial;
  }
  .to5_list li {
    padding: 20px 20px 30px;
  }
  .to5_list .title {
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px;
  }
  .to5_list .buttonBox {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 15px;
    pointer-events: all;
  }
  .to5_list .buttonBox a {
    transform: none;
  }
  .tho1 {
    padding: 20px 0px 0px;
  }
  .tho1_container {
    margin: 20px auto 0px;
  }
  .tho1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tho1_container .describe {
    margin-top: 10px;
  }
  .tho1_container .buttonBox {
    margin-top: 20px;
  }
  .small_title {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .tho2 {
    margin-top: 40px;
    padding: 40px 0px;
  }
  .tho2 .big_title {
    flex: none;
    width: 100%;
    padding-top: 0px;
    text-align: center;
  }
  .tho2_list {
    width: 100%;
  }
  .tho2_list li {
    padding-top: 0px !important;
    gap: 20px;
  }
  .tho3 .swiper {
    padding-top: 30px;
  }
  .tho3 .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tho3 .describe {
    margin-top: 10px;
  }
  .tho3 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .pub_form {
    padding: 40px 0px !important;
  }
  .pub_form .text {
    margin: 8px auto 0px;
  }
  .pub_form_container {
    margin-top: 16px !important;
  }
  .pub_form_container .box {
    gap: 12px 0px;
  }
  .pub_form_container .l_box {
    width: 100%;
  }
  .pub_form_container .r_box {
    width: 100%;
  }
  .pub_form_container form {
    gap: 12px 0px;
  }
  .pub_form_container form input,
  .pub_form_container form textarea {
    font-size: 14px;
  }
  .pub_form_container form input {
    height: 42px;
  }
  .pub_form_container form .yzm span {
    height: 42px;
  }
  .th1 {
    padding: 20px 0px 40px;
  }
  .th1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .th1_l {
    width: 100%;
  }
  .th1_l .dif_describe {
    margin-top: 20px !important;
    padding: 20px;
  }
  .th1_l .describe {
    margin-top: 10px !important;
  }
  .tht_title > * {
    padding-bottom: 6px;
  }
  .tht_bt,.set1 > .describe p strong {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px !important;
  }
  .tht1 .describe1 {
    margin-top: 10px;
  }
  .tht1 .describe1 em::before {
    top: 1px;
  }
  .tht1 .describe2 {
    margin-top: 10px;
  }
  .tht1 .buttonBox {
    margin-top: 20px;
  }
  .tht2 {
    margin-top: 30px;
  }
  .tht2 .buttonBox {
    margin-top: 20px;
  }
  .tht2_container {
    margin-top: 10px;
  }
  .tht2_container figure:not(:nth-of-type(1)) {
    margin-top: 20px !important;
  }
  .tht2_container .describe1 {
    padding-left: 28px;
  }
  .tht2_container .describe1 em::before {
    left: -28px;
    top: 1px;
  }
  .tht2_box {
    margin-top: 12px !important;
  }
  .tht3 {
    margin-top: 30px;
  }
  .tht3_list {
    margin-top: 20px;
  }
  .tht3_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tht4 {
    margin-top: 30px;
  }
  .tht4 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tht4 .buttonBox {
    margin-top: 15px;
  }
  .tht4 .swiper_button {
    gap: 12px;
    margin-top: 20px;
  }
  .tht5 .title_box {
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
  }
  .tht5_list {
    margin-top: 20px;
    gap: 12px;
  }
  .tht5_list .top {
    justify-content: center;
  }
  .tht5_list li {
    padding-bottom: 15px;
    text-align: center;
  }
  .tht5_list .title {
    line-height: 24px;
    font-size: 18px;
    margin-top: 10px;
  }
  .tht5_list .buttonBox {
    margin-top: 15px;
    justify-content: center;
  }
  .thth1 .buttonBox {
    margin-top: 20px;
  }
  .thth2 {
    margin-top: 30px;
  }
  .thth2 .describe1 {
    padding-left: 28px;
    margin-top: 10px !important;
  }
  .thth2 .describe1 em::before {
    left: -28px;
    top: 1px;
  }
  .thth2 .buttonBox {
    margin-top: 20px;
  }
  .thth2_box .r_box {
    padding-top: 0px;
  }
  .thth2_box .l_box {
    width: 120px;
    margin-left: 6%;
  }
  .thfu1 .buttonBox {
    margin-top: 20px;
  }
  .thfu2 {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .thfu2 .describe1 {
    padding-left: 28px;
    margin-top: 10px !important;
  }
  .thfu2 .describe1 em::before {
    left: -28px;
    top: 1px;
  }
  .thfu2_container {
    margin-top: 20px;
    gap: 20px;
  }
  .thfu2_container figure {
    padding: 0px 20px 30px;
  }
  .thfu2_container .container {
    padding: 20px 25px 25px;
  }
  .thf1 .buttonBox {
    margin-top: 20px;
  }
  .thf2 {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  #thf2_container .describe1 {
    padding-left: 28px;
    margin-top: 10px !important;
  }
  #thf2_container .describe1 em::before {
    left: -28px;
    top: 1px;
  }
  .ths1 .buttonBox {
    margin-top: 20px;
  }
  .ths2 {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .ths2 .buttonBox {
    margin-top: 20px;
  }
  .ths2_container {
    margin-top: 20px;
    gap: 20px;
  }
  .ths2_container .describe1 {
    margin-top: 10px !important;
  }
  .ths2_container .describe1 p {
    padding-left: 28px;
  }
  .ths2_container .describe1 em::before {
    left: -28px;
    top: 1px;
  }
  .thse1 .buttonBox {
    margin-top: 20px;
  }
  .thse2 {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .thse2 .buttonBox {
    margin-top: 20px;
  }
  .thse2_container {
    margin-top: 20px;
    gap: 10px;
  }
  .thse2_container .describe1 {
    margin-top: 10px !important;
    padding-left: 28px;
  }
  .thse2_container .describe1 em::before {
    left: -28px;
    top: 1px;
  }
  .thse2_container .img_box {
    margin-top: 15px;
  }
  .thse2_box {
    margin-top: 15px;margin-bottom:15px;
  }
  .fuo1 {
    padding: 20px 0px 40px;
  }
  .fuo_describe {
    margin-top: 12px;
  }
  .fuo_describe table thead tr {
    font-size: 16px;
  }
  .fuo_describe table thead tr td {
    padding: 8px 10px !important;
  }
  .fuo_describe table tbody td {
    padding: 10px !important;
  }
  .fo1 {
    padding: 20px 0px 40px;
  }
  .fo_describe {
    line-height: 24px;
  }
  .fo_describe table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .fo_describe table tr:nth-of-type(1) td {
    padding: 5px 10px !important;
  }
  .fo_describe table td {
    padding: 5px 10px !important;
  }
  .fo1_container {
    margin-top: 20px;
  }
  .fo1_container .fo_describe {
    margin-top: 20px;
  }
  .fo2 {
    padding: 40px 0px;
  }
  .fo2 .buttonBox1 {
    margin-top: 20px;
  }
  .fo2_list {
    margin-top: 20px;
  }
  .fo2_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fo2_list .buttonBox {
    margin-top: 15px;
  }
  .fo2_list .box {
    padding: 12px 15px 20px;
  }
  .ft1 {
    padding: 20px 0px 0px;
  }
  .fth1 {
    padding: 20px 0px 0px;
  }
  .fth1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fth1_list .buttonBox {
    margin-top: 15px;
  }
  .fth1_list .box {
    padding: 12px 15px 20px;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
  }
  .ffu1 {
    padding: 20px 0px 40px !important;
  }
  .ffu1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .ffu1_l {
    width: 100%;
  }
  .ffu1_l .small_title > * {
    padding-bottom: 6px;
  }
  .ffu1_l .describe {
    margin-top: 10px;
  }
  .ffu2 {
    padding: 40px 0px;
  }
  .ffu2 .buttonBox1 {
    margin-top: 20px;
  }
  .ffu2_list {
    margin-top: 20px;
  }
  .ffu2_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .ffu2_list .buttonBox {
    margin-top: 15px;
  }
  .ffu2_list .box {
    padding: 12px 15px 20px;
  }
  .so1 {
    padding: 20px 0px 40px;
  }
  .so1 .title_box {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .so1_container {
    padding-top: 20px;
    gap: 20px;
  }
  .so1_container figure:nth-of-type(even) .r_box {
    padding-top: 0px;
  }
  .so2 {
    padding: 40px 0px;
  }
  .so2 .img_box {
    margin-top: 15px;
  }
  .so2 .buttonBox {
    margin-top: 20px;
  }
  .so2_container {
    margin-top: 8px;
  }
  .so2_container .describe {
    line-height: 24px;
  }
  .so2_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .so2_list li {
    width: 32%;
  }
  .so3 {
    padding: 40px 0px;
  }
  .so3 .name {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
  .so3 .sw_box {
    margin-top: 20px;
  }
  .so3 .button {
    position: relative;
    top: 0;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
  }
  .so3 .swiper_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 12px;
  }
  .so4 {
    padding: 40px 0px;
  }
  .so4_container {
    margin-top: 20px;
  }
  .so4_list {
    position: relative;
  }
  .so4_list li {
    padding: 20px 30px 30px;
  }
  .so4_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .so5 {
    padding: 40px 0px 0px;
  }
  .so5 .button {
    position: relative;
    top: 0;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
  }
  .so5 .swiper_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 12px;
  }
  .so5 .sw_box {
    margin: 16px auto 0px;
  }
  .so5 .describe {
    margin-top: 8px;
  }
  .so5 .l_box {
    margin-right: 30px;
  }
  .so5 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .seo1_l {
    width: 100%;
  }
  .seo1_list {
    gap: 20px;
  }
  .seo1_list .year {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
  }
  .seo1_list li {
    padding: 20px 0px;
  }
  .seo1_list .day {
    font-size: 24px;
    line-height: 32px;
  }
  .seo1_list .l_box {
    width: 130px;
  }
  .seo1_list .describe {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
  }
  .seo1_list .buttonBox {
    margin-top: 20px;
  }
  .seo1_list .buttonBox a {
    transform: none !important;
    background: #029ad3;
    border: 1px solid #029ad3;
    color: #fff;
  }
  .seo1_list .buttonBox a:hover {
    background: #fff;
    color: #029ad3;
  }
  .set1 h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .set1 .share_time {
    margin-top: 8px;
    font-size: 15px;
  }
  .set1 > .describe {
    padding-top: 6px;
  }
  .set1_box {
    margin-top: 15px;
  }
  .set1_box1 {
    margin-top: 15px;
  }
  .set1_box1 .describe1 {
    margin-top: 10px !important;
    padding-left: 28px;
  }
  .set1_box1 .describe1 em::before {
    left: -28px;
    top: 1px;
  }
  .eo1 {
    padding: 20px 0px 40px;
  }
  .eo1 .content {
    gap: 30px;
  }
  .eo1_l {
    width: 100%;
    padding-top: 0px;
  }
  .eo1_r {
    width: 100%;
  }
  .eo1_r .text {
    margin-top: 2px;
  }
  .eo1_r form {
    margin-top: 10px;
    gap: 12px 0px;
  }
  .eo1_r form input,
  .eo1_r form textarea {
    font-size: 14px !important;
  }
  .eo1_r form input {
    height: 42px !important;
  }
  .eo1_r form .yzm span {
    height: 42px;
  }
  .eo1_list {
    margin-top: 15px;
    gap: 12px 0px;
  }
  .eo1_list .logo {
    width: 30px;
  }
  .eo1_list .logo + p {
    line-height: 24px;
  }
  .no1 {
    padding: 20px 0px 40px;
  }
  .no1 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .no1 .describe {
    margin-top: 10px;
    line-height: 24px;
  }
  .no1_box {
    margin-top: 20px;
    line-height: 24px;
  }
  .no1_box .describe1 {
    line-height: 24px;
  }
  .no1_box .describe1 em::before {
    margin-bottom: 5px;
  }
  .page_change {
    margin-top: 12px !important;
    padding-top: 12px !important;
  }
  .swiper_button div {
    width: 36px;
    height: 36px;
  }
  .swiper_button img {
    width: 16px;
  }
  .pub_menu1 {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 0px !important;
  }
  .pub_menu_box .list {
    margin-top: 12px;
  }
  .pub_menu_box .list a::before {
    top: 12px;
  }
  .pub_menu_box2 {
    margin-top: 20px;
  }
  .pub_menu {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 0px !important;
  }
  .pub_menu .list {
    margin-top: 12px;
  }
  .pub_menu .list a::before {
    top: 12px;
  }
  .bannerBox .banner_bt {
    font-size: 22px;
    line-height: 32px;
  }
  .PageNumber {
    margin-top: 25px !important;
    justify-content: center;
  }
  .PageNumber a {
    width: 30px;
    height: 30px;
  }
  .PageNumber .submit_box {
    height: 30px;
  }
  .mbx {
    line-height: 26px;
    padding-top: 18px;
  }
  footer {
    padding: 40px 0px 50px;
  }
  footer .icBox {
    margin-top: 15px;
    gap: 8px;
    justify-content: center;
  }
  footer .icBox a {
    width: 34px;
  }
  .footer_a {
    gap: 15px;
    flex-wrap: wrap;
  }
  .footer_a .l_box {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer_a .logoBox {
    max-width: 200px;
  }
  .footer_a .text {
    font-size: 15px;
    margin-top: 8px;
  }
  .footer_r {
    flex-wrap: wrap;
    gap: 4px;
  }
  .footer_r .ul1,
  .footer_r .ul2,
  .footer_r .box {
    width: 100%;
    max-width: 100%;
  }
  .footer_r .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  .footer_r .dif_up {
    display: block;
  }
  .footer_r .title {
    font-size: 16px;
    line-height: 22px;
  }
  .footer_r .list1 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    gap: 6px;
  }
  .footer_r .logo {
    margin-top: 3px;
  }
  .footer_b {
    margin-top: 15px;
    line-height: 24px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header .lang .lang_box {
    gap: 4px;
  }
  .index1 .r_box {
    width: 52%;
  }
  .index2_container {
    width: calc(100% - 40px);
  }
  .index2_container section {
    width: 100% !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    order: initial !important;
  }
  .index2_container .describe {
    min-height: auto !important;
  }
  .index3_container {
    gap: 20px;
  }
  .index3_container .buttonBox {
    margin-top: 15px;
  }
  .index5_list {
    gap: 20px 2%;
  }
  .index5_list li {
    width: 49%;
  }
  .to5_list {
    gap: 20px 2%;
  }
  .to5_list li {
    width: 49%;
  }
  .title_box > *::before {
    display: none;
  }
  .to2 .buttonBox {
    margin-top: 15px;
  }
  .to3 .sw_box {
    width: calc(100% - 120px);
  }
  .tho1_container {
    gap: 20px;
  }
  .tho1_container .buttonBox {
    margin-top: 15px;
  }
  .tho3 .sw_box {
    width: calc(100% - 120px);
  }
  .tht3_list .bottom {
    padding: 0px;
  }
  #thf2_container {
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    gap: 80px;
  }
  #thf2_container .logo {
    width: 100px;
  }
  #thf2_container .item {
    padding: 50px 20px 20px;
    width: 100%;
    position: relative !important;
  }
  .fo1_container .tht_title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .fo1_container .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fo2_list {
    gap: 20px 2%;
  }
  .fo2_list li {
    width: 49%;
  }
  .fth1_list {
    gap: 20px 2%;
  }
  .fth1_list li {
    width: 49%;
  }
  .ffu2_list {
    gap: 20px 2%;
  }
  .ffu2_list li {
    width: 49%;
  }
  .seo1_list .r_box {
    padding: 0px 20px;
  }
  .banner_after {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .to_1_img {
    top: 0;
    transform: none;
    left: 0;
    position: relative;
  }
  .to_1_img .imgBox:nth-of-type(1) {
    display: none;
  }
  .to_1_img .imgBox:nth-of-type(2) {
    display: block;
  }
  .to_1_container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .to_1_list {
    gap: 10px 0px;
    padding-top: 15px;
  }
  .to_1_list li {
    text-align: center;
    width: 100% !important;
  }
  .to_1_text {
    max-width: none;
    margin: 10px auto 0px;
    text-align: center;
  }
  .to_2_list {
    gap: 20px 0px;
    flex-wrap: wrap;
  }
  .to_2_list li {
    width: 33.3333%;
  }
  .to_2_list li:nth-of-type(3n) .img_box {
    border: none;
  }
  .tho1_container {
    gap: 30px;
  }
  .tho1_container figure {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .tho1_container .l_box {
    width: 100%;
    max-width: 400px;
  }
  .tho1_container .r_box {
    width: 100%;
    text-align: center;
  }
  .tho1_container .buttonBox {
    justify-content: center;
  }
  .tho2_list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .tho2_list li {
    width: 100%;
  }
  .tho2_list figure {
    min-height: auto;
  }
  .tht2_container .r_box {
    width: 100%;
  }
  .tht2_container .l_box {
    width: 100%;
    flex: none !important;
  }
  .tht2_box {
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .tht4 .small_title {
    text-align: center;
  }
  .tht4 .l_box {
    display: none;
  }
  .tht4 .r_box {
    width: 100%;
    text-align: center;
  }
  .tht4 .buttonBox {
    justify-content: center;
  }
  .tht4 .sw_box1 {
    display: block;
    width: 100%;
    max-width: 321px;
    margin: 10px auto 0px;
  }
  .tht4 .swiper_button {
    justify-content: center;
  }
  .so2_container {
    gap: 20px;
  }
  .so2_container .box {
    width: 100%;
  }
  .so2_list li {
    width: 49%;
  }
  .so4_list {
    gap: 20px 20px;
  }
  .so4_list li {
    width: calc(50% - 10px);
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  header .content {
    width: calc(100% - 30px) !important;
  }
  header .logoBox {
    width: 150px;
  }
  header .lang {
    margin-left: 0px;
  }
  header .head_boxr {
    padding-right: 36px;
  }
  .padding_top {
    padding-top: 56.94px;
  }
  .index1 .content {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .index1 .l_box {
    width: 100%;
    max-width: 610px;
  }
  .index1 .r_box {
    width: 100%;
  }
  .index3_container {
    gap: 30px;
  }
  .index3_container figure {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .index3_container .l_box {
    width: 100%;
    max-width: 400px;
  }
  .index3_container .r_box {
    width: 100%;
  }
  .index4_container form .int1 {
    width: 100%;
  }
  .index5_list li {
    width: 100%;
  }
  .to_1_img {
    width: 80%;
  }
  .to_2_list li {
    width: 50%;
  }
  .to_2_list li:nth-of-type(3n) .img_box {
    border-right: 1px dashed #ddd;
  }
  .to_2_list li:nth-of-type(2n) .img_box {
    border: none;
  }
  .to_3_list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .to_3_list li {
    padding-top: 0px !important;
    width: 100%;
  }
  .to_3_box .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to_3_box .l_box {
    width: 100%;
    padding-top: 15px;
  }
  .to_4_box .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
    justify-content: center;
  }
  .to_4_box .l_box .imgBox:nth-of-type(2) {
    display: none;
  }
  .to_4_box .r_box {
    padding-top: 15px;
  }
  .to_5_box .l_box {
    width: 100%;
    float: none;
    margin: 0px auto !important;
  }
  .to_5_box .r_box {
    padding-top: 15px;
  }
  .to2 {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .to2 .l_box {
    width: 100%;
    max-width: 400px;
  }
  .to2 .r_box {
    width: 100%;
  }
  .to3 {
    padding-bottom: 30px;
  }
  .to3 .swiper_button {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .to3 .swiper_button div {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    position: relative !important;
  }
  .to3::before {
    height: 100%;
  }
  .to3 .swiper {
    padding-top: 20px;
  }
  .to3 .sw_box {
    width: calc(100% - 30px);
  }
  .to4_container form .int1 {
    width: 100%;
  }
  .to5_list li {
    width: 100%;
  }
  .tht5_list li {
    padding: 0px 0px 15px !important;
  }
  .thth2_box .l_box {
    width: 80px;
    margin-left: 12px;
  }
  .thfu2_container figure {
    padding: 0px 15px 20px;
  }
  .thfu2_container .container {
    padding: 20px 15px;
  }
  .bannerBox .content {
    top: 50%;
  }
  .tho3 {
    padding-bottom: 30px;
  }
  .tho3 .swiper_button {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .tho3 .swiper_button div {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    position: relative !important;
  }
  .tho3::before {
    height: 100%;
  }
  .tho3 .swiper {
    padding-top: 20px;
  }
  .tho3 .sw_box {
    width: calc(100% - 30px);
  }
  .pub_form_container form .int1 {
    width: 100%;
  }
  .fo2_list li {
    width: 100%;
  }
  .fth1_list li {
    width: 100%;
  }
  .ffu2_list li {
    width: 100%;
  }
  .so1_container .l_box {
    width: 100%;
    max-width: 384px;
    margin: 0px auto !important;
    float: none !important;
  }
  .so2_list li {
    width: 100%;
  }
  .so4_list {
    flex-wrap: wrap;
  }
  .so4_list li {
    width: 100%;
  }
  .so5 .l_box {
    width: 100%;
    max-width: 380px;
    margin: 0px auto !important;
    float: none;
  }
  .seo1_l .PageNumber {
    justify-content: center;
  }
  .seo1_list li {
    padding: 20px;
  }
  .seo1_list .l_box {
    width: 100%;
    padding: 0px;
  }
  .seo1_list .r_box {
    margin-top: 2px;
    flex: none;
    width: 100%;
    padding: 0px;
    border-left: none;
    text-align: center;
  }
  .seo1_list .buttonBox {
    justify-content: center;
  }
  .set1 .share_time {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .eo1_list li {
    width: 100%;
  }
  .eo1_r form .int1 {
    width: 100%;
  }
}
@font-face {
  font-family: "HostGrotesk-Regular";
  src: url("../fonts/HostGrotesk-Regular.eot");
  src: url("../fonts/HostGrotesk-Regular.eot") format("embedded-opentype"), url("../fonts/HostGrotesk-Regular.woff2") format("woff2"), url("../fonts/HostGrotesk-Regular.woff") format("woff"), url("../fonts/HostGrotesk-Regular.ttf") format("truetype"), url("../fonts/HostGrotesk-Regular.svg#HostGrotesk-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "HostGrotesk-Bold";
  src: url("../fonts/HostGrotesk-Bold.eot");
  src: url("../fonts/HostGrotesk-Bold.eot") format("embedded-opentype"), url("../fonts/HostGrotesk-Bold.woff2") format("woff2"), url("../fonts/HostGrotesk-Bold.woff") format("woff"), url("../fonts/HostGrotesk-Bold.ttf") format("truetype"), url("../fonts/HostGrotesk-Bold.svg#HostGrotesk-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "HostGrotesk-Medium";
  src: url("../fonts/HostGrotesk-Medium.eot");
  src: url("../fonts/HostGrotesk-Medium.eot") format("embedded-opentype"), url("../fonts/HostGrotesk-Medium.woff2") format("woff2"), url("../fonts/HostGrotesk-Medium.woff") format("woff"), url("../fonts/HostGrotesk-Medium.ttf") format("truetype"), url("../fonts/HostGrotesk-Medium.svg#HostGrotesk-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.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-email1:before {
  content: "\e7c5";
}
.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-calendar1:before {
  content: "\e7e3";
}
.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";
}

.index_banner .swiper-slide {
	position: relative;
}

.index_banner .content {
	position: absolute;
	left: 50%;
	top: 40.1%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index_banner .banner_bt {
	font-family: HostGrotesk-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 70%;
}

.index_banner .buttonBox {
	margin-top: 36px;
}

.index_banner .buttonBox a {
	display: flex;
	background: transparent;
	border: 1px solid #fff;
}

.index_banner .buttonBox a:hover {
	background: #fff;
}

.index_banner .swiper-slide:nth-of-type(3n+1) .banner_bt {
	max-width: 660px;
	margin-top: 12px;
}

.index_banner .swiper-slide:nth-of-type(3n+2) .banner_bt {
	max-width: 790px;
}

.index_banner .swiper-slide:nth-of-type(3n+3) .banner_bt {
	max-width: 560px;
}

.index_banner .banner_bt a {
	color: #fff;
}

.index_banner .banner_bt a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

.index_banner .back_banner_bt {
	background: url('../images/index_banner_la.png') no-repeat center;
	background-size: cover;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	min-width: 219px;
	padding: 12px 25px 19px;
}

@media screen and (max-width: 1480px) {
	.index_banner .banner_bt {
		font-size: 28px;
		line-height: 36px;
		width: 50%;
	}
	.index_banner .back_banner_bt {
	    min-width: 164px;
	    padding: 8px 25px 10px;
		font-size: 20px;
	}
}
@media screen and (max-width: 993px) {
	.index_banner .banner_bt {
		font-size: 22px;
		line-height: 30px;
		width: 50%;
	}
	.index_banner .back_banner_bt {
	    padding: 10px 25px 10px;
		font-size: 18px;
	}
	.index_banner .buttonBox{
		margin-top: 15px;
	}
}
@media screen and (max-width: 769px) {
	.index_banner .banner_bt{
		width: 100%;
	}
	.index_banner .back_banner_bt{
		display: none;
	}
	.index_banner .content{
		padding: 0px 36px;
	}
}
@media screen and (max-width: 480px) {
	.index_banner .buttonBox{
		display: none;
	}
	.index_banner .banner_bt{
		font-size: 16px;
		line-height: 24px;
	}
}

.animate_box {
	position: absolute;
	bottom: 19%;
	left: 30.9%;
	z-index: 1;
}

.animate_box img {
	opacity: 0.5;
}

.animate_box img:nth-of-type(2) {
	transform: translateY(-4px);
}

.animate_box img:nth-of-type(1) {
	animation: scrollDownAnimation 2s ease-in-out infinite;
}

.animate_box img:nth-of-type(2) {
	animation: scrollDownAnimation1 2s 1s ease-in-out infinite;
}

@media screen and (max-width: 993px){
    .animate_box{
        bottom: 12%;
        width: 26px;
    }
}

@keyframes scrollDownAnimation {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}
@keyframes scrollDownAnimation1 {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}