@import url("swiper-bundle.min.css");
@import url("animate.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  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: 1700px;
  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%);
  padding: 5px;
  gap: 18px;
  top: 50%;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(5, 37, 69, 0.12);
}
.rightMenu > * {
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *::before {
  content: "";
  position: absolute;
  width: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.rightMenu > *:hover {
  background: #f18d00;
}
.rightMenu > *:hover .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .go_top::before {
  display: none;
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
  transition: 0.2s;
}
.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: #f18d00;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #f18d00;
  right: 2.5%;
  top: 17px;
  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: 992px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -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%;
  position: relative;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.1);
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #0054a7;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.4%;
  width: calc(100% - 100px) !important;
}
header .center {
  display: flex;
  align-items: center;
  gap: 41px;
}
header .logoBox {
  width: 212px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #f18d00;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a {
  color: #f18d00;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-family: Montserrat-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 27px 0px 25px;
  position: relative;
}
header .menuOne > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 7px;
  width: 0%;
  transition: 0.3s;
  background: #f18d00;
}
header .menuOne > a:hover {
  color: #f18d00;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 47px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 5px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #f18d00;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #f18d00;
  }
}
header .lang .lang_box .lang2 {
  width: 22px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #333;
}
header .lang .lang_box .lang1 {
  width: 10px;
  aspect-ratio: 10/6;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #333;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  transition: 0.3s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #f18d00;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #f18d00;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #f18d00;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .sousuo {
  position: relative;
}
header .sousuo i {
  cursor: pointer;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  display: none;
}
header .sousuo i:hover {
  color: #f18d00;
}
header .sousuo form {
  width: 281px;
  border-radius: 10px;
  background: #f7f8f9;
  overflow: hidden;
  position: relative;
}
header .sousuo form input:nth-of-type(1) {
  width: 100%;
  height: 40px;
  font-family: Montserrat-Regular;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  background: #f7f8f9;
  padding-right: 48px;
  padding-left: 16px;
  display: block;
}
header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
  color: #666;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  background: transparent;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #f18d00;
}
header .header_boxr {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search_lang {
  display: flex;
  align-items: center;
}
header .dif_ul {
  position: absolute;
  top: calc(100% + 7px);
  width: max-content;
  left: -135px;
  display: none;
}
header .dif_ul > div {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.1);
  padding: 23px 63px 36px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 69px;
}
header .dif_ul li {
  width: 260px;
}
header .dif_ul figure:not(:nth-of-type(1)) {
  margin-top: 29px;
}
header .title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
header .title a {
  color: #333;
}
header .title a:hover {
  color: #f18d00;
}
.header_links {
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #666;
  margin-top: 14px;
}
.header_links a {
  color: #666;
}
.header_links a:hover {
  color: #f18d00;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat-Medium;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding: 11px 20px 8px;
  border-radius: 99px;
  background: #fff;
}
.buttonBox a:hover {
  background: #f18d00;
  color: #fff;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  padding-top: 23.4375%;
  position: relative;
  z-index: 1;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
.bannerBox .banner_title {
  font-family: Montserrat-SemiBold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.bannerBox .mbx {
  position: absolute;
  color: #fff;
  background: rgba(241, 141, 0, 0.5);
  left: 0;
  top: 30px;
}
.bannerBox .mbx a {
  color: #fff;
}
.mbx {
  color: #333;
  border-radius: 999px;
  padding: 6px 34.5px 4px;
  background: #fff;
}
.mbx a {
  color: #333;
  display: inline;
}
.mbx .active {
  font-family: Montserrat-Medium;
}
.mbx_box {
  padding-top: 30px;
}
.mbx_box .content {
  display: flex;
  justify-content: flex-start;
}
.margin_top {
  margin-top: 80px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  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 .controls {
  transition: 0.3s;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.index_banner .controls:hover {
  background: #f18d00;
}
.index_banner .controls.prev {
  left: 2.553%;
}
.index_banner .controls.next {
  right: 2.553%;
}
.index_banner .container {
  position: absolute;
  top: 20.1%;
  left: 7.865%;
  z-index: 1;
  width: 37.8125%;
}
.index_banner .buttonBox {
  flex-wrap: wrap;
  gap: 8px 21px;
  margin-top: 49px;
}
.index_banner .buttonBox a {
  display: flex;
}
.index_banner .right-curtain {
  z-index: 2;
}
.index_banner_title {
  font-family: Montserrat-SemiBold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #333;
}
.index_banner_title a {
  color: #333;
}
.index_banner_title a:hover {
  color: #f18d00;
}
.index_banner_describe {
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 12px;
}
.big_title {
  font-family: Montserrat-SemiBold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #f18d00;
}
.index_big_title {
  position: relative;
  padding-left: 49px;
}
.index_big_title::before {
  content: "";
  width: 31px;
  aspect-ratio: 31/24;
  position: absolute;
  left: 0;
  top: 11px;
  background: url("../images/title_la.png") no-repeat center;
  background-size: cover;
}
.index1 {
  padding: 80px 0px 80px;
  overflow: hidden;
}
.index1 .buttonBox a {
  color: #fff;
  background: #f18d00;
}
.index1 .buttonBox a:hover {
  background: #0054a7;
}
.index1_list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3.482%;
  margin-top: 45px;
}
.index1_list li {
  width: 13.765%;
}
@media screen and (min-width: 993px) {
  .index1_list li:hover .hide_box {
    opacity: 1;
    pointer-events: all;
  }
}
.index1_list .box {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.index1_list .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.index1_list .hide_box .imgBox {
  position: relative;
}
.index1_list .hide_box .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.index1_list .title {
  text-align: center;
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 15px;
}
.index1_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;
}
.index1_list .title a:hover {
  color: #f18d00;
}
.index1_list .links {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index1_list .links .mask_box {
  width: 30px;
  aspect-ratio: 30/25;
  mask-image: url("../images/index1_la.png");
  -webkit-mask-image: url("../images/index1_la.png");
  background: #f18d00;
  transition: 0.3s;
}
.index1_list .links:hover {
  background: #f18d00;
}
.index1_list .links:hover .mask_box {
  background: #fff;
}
.index2 {
  background: #f7f8f9;
  padding: 80px 0px 80px;
  overflow: hidden;
}
.index2 .top_r {
  padding-top: 20px;
}
.index2 .text {
  color: #666;
  margin-top: 13px;
}
.index2 .swiper {
  overflow: initial;
  pointer-events: none;
}
.index2 .swiper-slide {
  height: auto;
  display: flex;
}
.index2 .container {
  opacity: 0;
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  background: #fff;
}
.index2 .swiper-slide-visible {
  pointer-events: all;
}
.index2 .swiper-slide-visible .container {
  opacity: 1;
}
@media screen and (min-width: 993px) {
  .index2 .swiper-slide-visible .container:hover {
    box-shadow: 0 4px 30px 0 rgba(7, 44, 80, 0.12);
  }
}
.index2 .sw_box {
  margin-top: 39px;
}
.index2 .title {
  text-align: center;
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.index2 .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;
}
.index2 .title a:hover {
  color: #f18d00;
}
.index2 .box {
  flex: 1;
  padding: 13px 10% 25px;
}
.index2 .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  margin-top: 8px;
}
.index2 .links {
  display: flex;
  justify-content: center;
  margin-top: 11px;
}
.index2 .links a {
  color: #0054a7;
  font-family: Montserrat-Medium;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 993px) {
  .index2 .links a:hover {
    color: #f18d00;
  }
  .index2 .links a:hover .mask_box {
    background: #f18d00;
  }
}
.index2 .links .mask_box {
  width: 18px;
  aspect-ratio: 18/15;
  mask-image: url("../images/index2_la.png");
  -webkit-mask-image: url("../images/index2_la.png");
  background: #0054a7;
  transition: 0.3s;
}
.index2 .links span {
  transition: 0s;
}
.index3 {
  padding: 80px 0px 217px;
}
.index3_l {
  width: 48.412%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 37px 0px;
  padding-top: 45px;
}
.index3_l .logo {
  width: 37px;
}
.index3_l .describe {
  font-family: Montserrat-Medium;
  line-height: 26px;
  color: #666;
  margin-top: 23px;
}
.index3_l .describe em {
  font-family: Montserrat-SemiBold;
  font-style: normal;
  color: #333;
}
.index3_l figure {
  width: 46%;
}
.index3_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index3_r {
  width: 45.295%;
  position: relative;
}
.index3_r .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index3_r .text_box {
  color: #fff;
  border-radius: 20px;
  background: #f18d00;
  position: absolute;
  left: -8.4%;
  bottom: -9%;
  line-height: 26px;
  width: 80%;
  max-width: 311px;
  text-align: center;
  padding: 35px 26px 38px;
}
.index3_r .text_box em {
  font-family: Montserrat-SemiBold;
  font-style: normal;
}
.index4 .content {
  border-radius: 20px;
  background: #f7f8f9;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index4 .container {
  width: 53.647%;
}
.index4 .logo {
  width: 128px;
  margin: 0px auto;
}
.index4 .title {
  text-align: center;
  font-family: Montserrat-ExtraBold;
  font-size: 56px;
  font-style: normal;
  font-weight: bolder;
  line-height: 70px;
  color: #0054a7;
  margin-top: 49px;
}
.index4 .title a {
  color: #0054a7;
}
.index4 .title a:hover {
  color: #f18d00;
}
.index4 .describe {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
  margin-top: 28px;
}
.index4_l {
  margin-top: -7.942%;
  margin-left: 4.6%;
  width: 41.706%;
}
.index4_r {
  flex: 1;
  padding: 61px 9% 68px 6%;
  text-align: center;
}
.index4_r .links {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}
.index4_r .links a {
  color: #f18d00;
  font-family: Montserrat-Medium;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (min-width: 993px) {
  .index4_r .links a:hover {
    color: #0054a7;
  }
  .index4_r .links a:hover .mask_box {
    background: #0054a7;
  }
}
.index4_r .links .mask_box {
  width: 18px;
  aspect-ratio: 18/15;
  mask-image: url("../images/index2_la.png");
  -webkit-mask-image: url("../images/index2_la.png");
  background: #f18d00;
  transition: 0.3s;
}
.index4_r .links span {
  transition: 0s;
}
.big_describe {
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.index5 {
  padding: 68px 0px 80px;
}
.index5 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index5 .big_describe {
  margin-top: 18px;
}
.index5 .describe {
  margin-top: 12px;
  color: #666;
}
.index5 .buttonBox {
  margin-top: 33px;
}
.index5_l {
  width: 49.118%;
}
.index5_l .number_box {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.index5_l .big_num {
  font-family: Montserrat-SemiBold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #0054a7;
}
.index5_l .big_num_after {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #0054a7;
}
.index5_l .text {
  color: #666;
}
.index5_l figure {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  min-height: 107px;
  padding: 20px 0px;
  overflow: hidden;
}
.index5_l .l_box {
  width: 38.55%;
}
.index5_l .r_box {
  flex: 1;
  padding-top: 2px;
}
.index5_r {
  width: 45.177%;
  padding-top: 12px;
}
.index5_r .imgBox {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 32px;
}
.index6 {
  background: url("../images/index6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0px 85px;
  overflow: hidden;
}
.index6 .content {
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index6 .big_title {
  color: #fff;
}
.index6 .big_title a {
  color: #fff;
}
.index6 .big_title a:hover {
  color: #f18d00;
}
.index6_menu {
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 37px;
}
.index6_menu span {
  color: #fff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  padding: 10px 25px;
  cursor: pointer;
}
.index6_menu span:hover {
  background: #f18d00;
}
.index6_menu .active {
  background: #f18d00;
}
.index6_container {
  background: rgba(0, 84, 167, 0.7);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding: 55px 83px 61px;
  margin-top: 33px;
}
.index6_container .describe {
  color: #fff;
  margin-top: 27px;
}
.index6_container .describe p:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.index6_container .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 34px;
}
.index6_container .describe em::before {
  content: "";
  position: absolute;
  width: 23px;
  aspect-ratio: 1/1;
  background: url("../images/index6_la.png") no-repeat center;
  background-size: cover;
  left: 0;
  top: 3px;
}
.index6_container figure {
  display: none;
}
.index7 {
  padding: 80px 0px 80px;
  overflow: hidden;
}
.index7 .public_top {
  align-items: flex-start;
}
.index7 .top_r {
  padding-top: 11px;
}
.index7 .time {
  color: #666;
  margin-top: 26px;
}
.index7 .title {
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 9px;
}
.index7 .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;
}
.index7 .title a:hover {
  color: #0054a7;
}
.index7 .sw_box {
  margin-top: 35px;
  overflow: hidden;
}
.index7 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.oo {
  overflow: hidden;
  padding-bottom: 205px;
}
.oo .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 83px;
}
.oo_r {
  flex: 1;
  padding-left: 83px;
  padding-top: 80px;
  padding-bottom: 101px;
  position: relative;
  z-index: 1;
}
.oo_r::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background: #f7f8f9;
  z-index: -1;
}
.oo1 .describe {
  line-height: 30px;
  color: #666;
  margin-top: 13px;
}
.oo2 {
  margin-top: 23px;
}
.oo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.492%;
}
.oo2_list li {
  width: 31.672%;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oo2_list .title {
  text-align: center;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #333;
}
.oo2_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;
}
.oo2_list .title a:hover {
  color: #f18d00;
}
.oo2_list .box {
  padding: 20px 28px 39px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.oo2_list .input_links {
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: #f18d00;
  gap: 10px;
  padding: 11px 18px 8px;
  margin-top: 20px;
}
.oo2_list .links {
  font-family: Montserrat-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
}
.oo2_list .links:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oo2_list .input_box {
  position: relative;
}
.oo2_list .input_box input {
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.oo2_list .input_box input:checked {
  opacity: 1;
}
.oo2_list .input_box input:checked:checked + span {
  display: none;
}
.oo2_list .input_box span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  pointer-events: none;
}
.ot_color {
  background: #f7f8f9;
}
.ot1 {
  padding: 70px 0px 100px;
}
.ot1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ot1_l {
  width: 41.177%;
  position: relative;
}
.ot1_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ot1_l .mySwiperot1_2 {
  width: 84.286%;
  margin: 0px auto;
}
.ot1_l .mySwiperot1_2 .swiper-slide {
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.ot1_l .mySwiperot1_2 .swiper-slide-thumb-active {
  border: 1px solid #f18d00;
}
.ot1_l .mySwiperot1_1 {
  overflow: hidden;
  border-radius: 20px;
}
.ot1_l .sw_box {
  position: relative;
  margin-top: 17px;
}
.ot1_l .pic-btn {
  width: 48px;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.ot1_l .pic-btn:hover {
  opacity: 1;
}
.ot1_l .pic-btn.prev {
  left: 0;
}
.ot1_l .pic-btn.next {
  right: 0;
}
.ot1_l .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ot1_l .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) {
  .ot1_l .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.ot1_r {
  width: 53%;
  padding-top: 30px;
}
.ot1_r .share_box {
  color: #555;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
}
.ot1_r .buttonBox {
  margin-top: 52px;
  gap: 8px 17px;
  flex-wrap: wrap;
}
.ot1_r .buttonBox a {
  background: #0054a7;
  color: #fff;
}
.ot1_r .buttonBox a:hover {
  background: #f18d00;
}
.ot1_container {
  margin-top: 46px;
  border-bottom: 1px solid #666;
}
.ot1_container figure {
  border-top: 1px solid #666;
  padding: 24px 0px;
}
.ot1_container .faq_q {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.ot1_container .title {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  flex: 1;
}
.ot1_container .faq_a {
  display: none;
  margin-top: 10px;
}
.ot1_container .faq_q_logo {
  width: 30px;
  transition: 0.3s;
}
.ot1_container .faq_q_logo.active {
  transform: rotate(-180deg);
}
.ot1_container .describe {
  color: #666;
}
.ot2 {
  padding: 87px 0px 63px;
}
.ot2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.ot2 .table table {
  line-height: 45px;
  color: #333;
}
.ot2 .table table td {
  border: none;
  border-bottom: 1px solid #666;
  padding: 0px 0px;
  padding-left: 10px !important;
}
.ot2 .table table td:nth-of-type(1) {
  padding-left: 0px !important;
}
.ot2 .table table tr:nth-of-type(1) td {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  color: #0054a7;
}
.ot2 .l_box {
  max-width: 547px;
  flex: 1;
  padding-top: 3px;
}
.ot2 .r_box {
  width: 59.353%;
}
.ot3 {
  padding: 0px 0px 105px;
}
.ot4 {
  padding-bottom: 205px;
}
.ot4 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ot4_l {
  width: 42.412%;
  border-radius: 20px;
  overflow: hidden;
}
.ot4_r {
  width: 53.295%;
  padding-bottom: 24px;
}
.ot4_r .describe {
  color: #666;
}
.ot4_r .describe em {
  padding: 24px 0px 10px;
  display: block;
  font-style: normal;
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  color: #333;
}
.to1 {
  padding: 80px 0px 79px;
}
.to1 .content {
  max-width: 1276px;
}
.to1 .title_box {
  display: flex;
  justify-content: center;
}
.to1 .describe {
  color: #666;
  text-align: center;
  margin-top: 19px;
}
.to2 {
  padding: 80px 0px 100px;
  background: #f7f8f9;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4.0625%;
}
.to2_l {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.to2_l .container {
  width: calc(100% - 80px);
  max-width: 691px;
}
.to2_l .describe {
  color: #333;
  margin-top: 29px;
}
.to2_r {
  width: 54.21875%;
  overflow: hidden;
}
.to2_list {
  display: flex;
}
.to2_list li {
  flex-shrink: 0;
  width: 286px;
  white-space: initial;
  margin-right: 24px;
}
.to2_list .name {
  color: #666;
  text-align: center;
  margin-top: 20px;
}
.to3 {
  padding: 100px 0px 99px;
}
.to3 .describe {
  color: #333;
}
.to3_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 49px;
}
.to3_r {
  width: 38.412%;
  padding-top: 1.6%;
}
.to3_l {
  width: 57%;
  display: flex;
  justify-content: space-between;
}
.to3_l .l_box {
  width: 67.08%;
}
.to3_l .r_box {
  width: 30.444%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.to3_l .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.to3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px 3.60666667%;
  margin-top: 80px;
}
.to3_list .number {
  width: 37px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  color: #fff;
  background: #f18d00;
}
.to3_list li {
  width: 22.295%;
}
.to3_list .text {
  line-height: 26px;
  color: #666;
  margin-top: 23px;
}
.to4 {
  background: #f7f8f9;
  padding: 100px 0px 95px;
}
.to4 .content {
  overflow: hidden;
}
.to4 .describe {
  color: #333;
  margin-top: 36px;
}
.to4 .describe p:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.to4 .describe em {
  font-style: normal;
  font-family: Montserrat-SemiBold;
  color: #333;
}
.to4_r {
  width: 49.883%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  float: right;
  margin-bottom: 5px;
  margin-left: 2.589%;
}
.to4_r .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.to4_l {
  padding-top: 4.059%;
}
.to5 {
  padding: 100px 0px 205px;
}
.to5 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.to5_l {
  width: 49.883%;
}
.to5_l .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.to5_r {
  width: 45.412%;
}
.to5_r .describe {
  color: #333;
  margin-top: 36px;
}
.tho1 {
  padding: 80px 0px;
}
.tho1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tho1 .text {
  font-family: Montserrat-Medium;
  font-size: 18px;
  color: #333;
  margin-top: 18px;
}
.tho1 .describe {
  color: #666;
  margin-top: 17px;
}
.tho1 .describe p:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.tho1_l {
  width: 45.177%;
}
.tho1_r {
  width: 50.824%;
  border-radius: 20px;
  overflow: hidden;
}
.tho2 {
  padding-bottom: 99px;
}
.tho2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 41px 1.96%;
}
.tho2 figure {
  width: 23.53%;
}
.tho2 .number_box {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding-bottom: 23px;
}
.tho2 .number_box::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 70px;
  height: 3px;
  left: 0;
  bottom: -2px;
  border-radius: 99px;
  background: #f18d00;
}
.tho2 .big_num {
  font-family: Montserrat-SemiBold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #0054a7;
}
.tho2 .big_num_after {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #0054a7;
}
.tho2 .text {
  color: #666;
  line-height: 24px;
  margin-top: 26px;
}
.tho3 {
  padding-bottom: 100px;
}
.tho3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.tho3_r {
  width: 42.353%;
  display: flex;
  flex-direction: column;
  gap: 41px;
  padding-bottom: 3.4%;
}
.tho3_r .describe {
  margin-top: 14px;
  font-family: Montserrat-Medium;
  font-size: 18px;
  color: #333;
}
.tho4 {
  display: flex;
  flex-wrap: wrap;
}
.tho4_l {
  flex: 1;
  width: 80.833%;
  padding: 0px 5.9375% 0px 7.553%;
  background: url("../images/tho4_back.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.tho4_l .title {
  font-family: Montserrat-SemiBold;
  font-size: 194.724px;
  font-style: normal;
  font-weight: normal;
  line-height: 248.814px;
  color: #f18d00;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
}
.tho4_l .swiper-slide {
  padding: 94px 100px 131px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
.tho4_l .year {
  font-family: Montserrat-SemiBold;
  font-size: 72px;
  font-style: normal;
  font-weight: normal;
  line-height: 87px;
  color: #0054a7;
}
.tho4_l .describe {
  font-family: Montserrat-Medium;
  font-size: 18px;
  color: #333;
}
.tho4_l .describe p:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.tho4_l .sw_box {
  padding: 213px 0px 137px;
}
.tho4_l .l_box {
  flex: 1;
}
.tho4_l .r_box {
  width: 75.664%;
}
.tho4_r {
  width: 19.167%;
  background: #f18d00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0px;
}
.tho4_r .sw_box {
  padding-left: 26px;
  position: relative;
}
.tho4_r .swiper {
  height: 650px;
}
.tho4_r .swiper-slide {
  height: auto;
  cursor: pointer;
}
.tho4_r .swiper-slide p {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  transition: 0.3s;
}
.tho4_r .swiper-slide p::before {
  content: attr(title);
  font-size: 30px;
  display: block;
  height: 0px;
  visibility: hidden;
}
.tho4_r .swiper-slide-thumb-active p {
  font-size: 30px;
}
.tho4_r .pic_btn {
  width: 35px;
  position: absolute;
  left: 50%;
  transition: 0.3s;
  opacity: 0.5;
  cursor: pointer;
}
.tho4_r .pic_btn:hover {
  opacity: 1;
}
.tho4_r .pic_btn.prev {
  top: -4px;
  transform: translate(-50%, -100%);
}
.tho4_r .pic_btn.next {
  bottom: -4px;
  transform: translate(-50%, 100%);
}
.tho5 {
  padding: 100px 0px 89px;
  background: #fff;
}
.tho5 .describe {
  margin-top: 26px;
}
.tho5_r {
  margin-left: 4.824%;
}
.tho5_l {
  padding-top: 3.589%;
}
.tho6 {
  background: #f7f8f9;
  padding: 106px 0px 100px;
}
.tho6 .text {
  color: #333;
}
.tho6 .public_top {
  align-items: flex-start;
}
.tho6 .top_r {
  width: 57.471%;
  padding-top: 1px;
}
.tho6_container {
  display: flex;
  flex-wrap: wrap;
  gap: 29px 1.7345%;
  margin-top: 49px;
}
.tho6_container figure {
  width: 32.177%;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 31px 31px 29px;
  gap: 20px;
}
.tho6_container .l_box {
  flex: 1;
  font-family: Montserrat-SemiBold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #0054a7;
}
.tho6_container .r_box {
  width: 81.65%;
}
.tho6_container .describe {
  font-family: Montserrat-Medium;
  line-height: 24px;
  color: #333;
}
.tho7 {
  padding: 100px 0px 133px;
}
.tho7 .title_top {
  display: flex;
  justify-content: center;
}
.tho7_container {
  display: flex;
  flex-direction: column;
  gap: 27px;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
.tho7_container::before,
.tho7_container::after {
  content: "";
  position: absolute;
  width: 227px;
  aspect-ratio: 227/399;
  top: -10px;
  z-index: 2;
}
.tho7_container::before {
  left: 0;
  background: url("../images/tho7_back1.png") no-repeat center;
  background-size: cover;
}
.tho7_container::after {
  right: 0;
  background: url("../images/tho7_back2.png") no-repeat center;
  background-size: cover;
}
.tho7_container figure {
  height: 165px;
}
.tho7_list {
  display: flex;
}
.tho7_list li {
  flex-shrink: 0;
  width: 165px;
  margin-right: 27px;
}
.tho8 {
  background: #f7f8f9;
  padding: 106px 0px 100px;
}
.tho8_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 44px;
}
.tho8_container figure {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding: 20px 31px 21px;
}
.tho8_container .faq_q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.tho8_container .title {
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  flex: 1;
}
.tho8_container .faq_a {
  display: none;
  margin-top: 17px;
  padding-bottom: 11px;
  padding-right: 50px;
}
.tho8_container .faq_q_logo {
  width: 30px;
  transition: 0.3s;
  margin-right: -10px;
}
.tho8_container .faq_q_logo.active {
  transform: rotate(-180deg);
}
.tho8_container .describe {
  color: #333;
}
.tho9 {
  padding: 101px 0px 204px;
}
.tho9 .sw_box {
  margin-top: 34px;
}
.tho9 .box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.tho9 .name {
  color: #333;
  text-align: center;
  margin-top: 17px;
}
.fuo1 {
  padding: 80px 0px 235px;
}
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 1.726%;
}
.fuo1_list li {
  width: 23.7055%;
}
.fuo1_list .time {
  color: #666;
  margin-top: 26px;
}
.fuo1_list .title {
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 9px;
}
.fuo1_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;
}
.fuo1_list .title a:hover {
  color: #0054a7;
}
.fuo1_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.fut_color .mbx {
  background: #f7f8f9;
}
.fut1 {
  padding: 70px 0px 99px;
}
.fut1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fut1_container {
  width: 66.059%;
}
.fut1_container .time_share {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 45px;
  margin-top: 21px;
}
.fut1_container .share_box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.fut1_container .describe {
  color: #666;
  border-top: 1px solid #d9d9d9;
  margin-top: 27px;
  padding-top: 51px;
}
.fut1_container .describe img {
  display: inline-block;
}
.fo1 {
  padding: 70px 0px 100px;
}
.fo1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.fo1_l {
  flex: 1;
  max-width: 530px;
  padding-top: 51px;
}
.fo1_list {
  padding-left: 49px;
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-top: 31px;
}
.fo1_list .logo {
  width: 24px;
}
.fo1_list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.fo1_list .text {
  font-family: Montserrat-Medium;
  line-height: 24px;
  color: #333;
  flex: 1;
}
.fo1_list .text a {
  color: #333;
}
.fo1_list .text a:hover {
  color: #f18d00;
}
.fo1_r {
  width: 61.177%;
  border-radius: 20px;
  overflow: hidden;
}
.fo1_r iframe {
  display: block;
}
.fo2 {
  padding-bottom: 100px;
}
.fo2 .content {
  border-radius: 20px;
  background: #F7F8F9;
  padding: 80px 80px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
.fo2_l {
  flex: 1;
}
.fo2_l .describe {
  color: #333;
  padding-left: 49px;
  margin-top: 24px;
}
.fo2_r {
  width: 55.845%;
  margin-right: 10px;
}
.fo2_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
}
.fo2_r form > * {
  width: 100%;
}
.fo2_r form input,
.fo2_r form textarea {
  border-radius: 5px;
  border: none;
  background: #fff;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.fo2_r form input::placeholder,
.fo2_r form input::-webkit-input-placeholder,
.fo2_r form textarea::placeholder {
  color: #333;
}
.fo2_r form .int1 {
  width: 49%;
}
.fo2_r form input {
  height: 40px;
}
.fo2_r form textarea {
  height: 150px;
  padding-top: 7px !important;
}
.fo2_r form .ttBox {
  width: 100%;
}
.fo2_r form .yzm {
  position: relative;
  display: flex;
}
.fo2_r form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.fo2_r form .yzm span {
  height: 29px;
  aspect-ratio: 86/29;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.fo2_r form .yzm span img {
  height: 100%;
}
.fo2_r form .tj {
  width: auto;
}
.fo2_r form .tj input {
  cursor: pointer;
  background: #f18d00;
  border: 1px solid #f18d00;
  color: #fff;
  transition: 0.3s;
  min-width: 102px;
}
.fo2_r form .tj input:hover {
  background: #fff;
  color: #f18d00;
}
.new_box {
  width: 30%;
  max-width: 491px;
}
.new_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.new_list li {
  padding: 19px 44px 29px;
  border-radius: 20px;
  background: #f7f8f9;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .new_list li:hover {
    background: #0054a7;
  }
  .new_list li:hover .time {
    color: #fff;
  }
  .new_list li:hover .title {
    color: #fff;
  }
  .new_list li:hover .title a {
    color: #fff;
  }
}
.new_list .title {
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 9px;
}
.new_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;
}
@media screen and (min-width: 993px) {
  .new_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.new_list .time {
  color: #666;
}
.fut_index2 {
  background: #fff;
  padding: 0px 0px 205px;
}
.public_menu {
  width: 24%;
  max-width: 350px;
  padding-top: 80px;
}
.public_menu .menu_all {
  font-family: Montserrat-SemiBold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #333;
}
.public_menu .down {
  display: none;
}
.menu_list {
  margin-top: 12px;
}
.menu_list > li {
  border-top: 1px solid #666;
  padding: 16px 0px 19px;
}
.menu_list .menu_box {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_list .menu_box a {
  color: #333;
}
.menu_list .menu_box a:hover {
  color: #f18d00;
}
.menu_list .menu_logo {
  width: 20px;
  cursor: pointer;
  flex-shrink: 0;
}
.menu_list .menu_logo.rotate {
  transform: rotate(180deg);
}
.menu_list1 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #666;
  margin-top: 7px;
}
.menu_list1 a {
  color: #666;
}
.menu_list1 a:hover {
  color: #f18d00;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 10px;
  flex-wrap: wrap;
  margin-top: 69px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.PageNumber .mask_box {
  width: 16px;
  aspect-ratio: 1/1;
  background: #333;
  transition: 0.3s;
}
.PageNumber .PageNumber_left {
  mask-image: url("../images/pageNumber_la.png");
  -webkit-mask-image: url("../images/pageNumber_la.png");
}
.PageNumber .PageNumber_right {
  mask-image: url("../images/pageNumber_lb.png");
  -webkit-mask-image: url("../images/pageNumber_lb.png");
}
.PageNumber .dif_style {
  color: #666;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0px 10px;
}
.PageNumber .dif_style span {
  transition: 0s;
}
.PageNumber a:not(.dif_style) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:not(.dif_style):hover {
  background: #f18d00;
  color: #fff;
}
.PageNumber .active {
  background: #f18d00 !important;
  color: #fff !important;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.PageNumber input {
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.PageNumber input:hover {
  color: #f18d00;
}
.page_change {
  border-radius: 20px;
  background: #f7f8f9;
  padding: 15px 35px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.page_change p {
  display: flex;
  justify-content: flex-start;
  color: #666;
}
.page_change p a {
  color: #666;
}
.page_change p a:hover {
  color: #333;
}
.page_change a,
.page_change span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.public_index4 {
  padding-bottom: 100px;
}
.buttonBox_public a {
  background: #f18d00;
  color: #fff;
}
.buttonBox_public a:hover {
  background: #0054a7;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 21px;
}
.swiper_button .controls {
  width: 48px;
  transition: 0.3s;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .swiper_button .controls:hover {
    opacity: 1;
  }
}
.public_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.public_top .top_l {
  flex: 1;
}
footer {
  background: #0054a7;
  padding: 76px 0px 0px;
}
footer .logoBox {
  width: 278px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .dif_footer {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  position: relative;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #f18d00;
}
footer .dif_up {
  display: none;
}
footer .list {
  line-height: 36px;
  color: #fff;
  margin-top: 17px;
}
footer .list a {
  color: #fff;
}
footer .list a:hover {
  color: #f18d00;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 0px;
  width: 100%;
  margin-top: 16px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  border-radius: 5px;
  border: none;
  background: #fff;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
  height: 40px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #333;
}
footer form .int1 {
  width: 48.5%;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
}
footer form .yzm input {
  flex: 1;
  padding-right: 120px;
}
footer form .yzm span {
  height: 31px;
  aspect-ratio: 92/31;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
}
footer form .tj input {
  width: auto;
  min-width: 102px;
  cursor: pointer;
  background: #f18d00;
  border: 1px solid #f18d00;
  color: #fff;
  transition: 0.3s;
}
footer form .tj input:hover {
  background: #fff;
  color: #f18d00;
}
footer .contact_box {
  margin-top: 49px;
}
footer .contact_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}
footer .contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
footer .contact_list .logo {
  width: 19px;
  margin-top: 5px;
}
footer .contact_list .box {
  flex: 1;
  color: #fff;
}
footer .contact_list .box a {
  color: #fff;
}
footer .contact_list .box a:hover {
  color: #f18d00;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 27px;
  margin-top: 39px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 22px;
}
footer .icBox a {
  color: #fff;
}
footer .icBox a:hover {
  color: #f18d00;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 75px;
  gap: 30px;
}
.footer_al {
  padding-top: 8px;
}
.footer_ar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex: 1;
  max-width: 931px;
}
.footer_ar .box {
  flex: 1;
  max-width: 420px;
}
.footer_b {
  color: #fff;
  padding: 31px 0px 44px;
}
.footer_b img {
  display: inline;
}
.footer_b a {
  display: inline;
  color: #fff;
}
.footer_b a:hover {
  color: #f18d00;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn input {
  padding-right: 100px;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 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: #f18d00;
}
.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;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #f18d00;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1500px) {
  .rightMenu {
    gap: 8px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  .rightMenu > *::before {
    bottom: -4px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .content {
    width: calc(100% - 60px) !important;
  }
  header .sousuo {
    position: relative;
  }
  header .sousuo i {
    font-size: 18px;
    display: block;
    color: #333;
  }
  header .sousuo form {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  header .sousuo form input:nth-of-type(1) {
    height: 40px;
  }
  header .lang > ul {
    width: 106px;
  }
  header .title {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 6px;
  }
  header .dif_ul > div {
    padding: 24px 36px 30px;
    gap: 30px;
  }
  header .dif_ul li {
    width: 230px;
  }
  .header_links {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index_banner_title {
    font-size: 32px;
    line-height: 38px;
  }
  .index_banner_describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .index_banner .container {
    top: 14%;
  }
  .index_banner .buttonBox {
    gap: 6px 15px;
    margin-top: 20px;
  }
  .index_banner .controls {
    width: 38px;
  }
  .index_banner .controls img {
    width: 8px;
  }
  .big_title {
    font-size: 28px;
    line-height: 38px;
  }
  .index_big_title {
    padding-left: 36px;
  }
  .index_big_title::before {
    width: 26px;
    top: 9px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1_list {
    gap: 20px 2%;
    margin-top: 30px;
  }
  .index1_list li {
    width: 15%;
  }
  .index1_list .title {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index1_list .links {
    width: 42px;
  }
  .index1_list .links .mask_box {
    width: 20px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2 .text {
    margin-top: 6px;
  }
  .index2 .sw_box {
    margin-top: 30px;
  }
  .index2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .big_describe {
    font-size: 16px;
    line-height: 26px;
  }
  .index3 {
    padding: 60px 0px 100px;
  }
  .index3 .text_box {
    padding: 26px 20px;
  }
  .index3_l {
    padding-top: 30px;
    gap: 20px 0px;
  }
  .index3_l .describe {
    margin-top: 10px;
  }
  .index4 .title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 25px;
  }
  .index4 .describe {
    font-size: 16px;
    margin-top: 20px;
  }
  .index4 .logo {
    width: 110px;
  }
  .index4_r .links {
    margin-top: 30px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .big_describe {
    margin-top: 10px;
  }
  .index5 .describe {
    margin-top: 5px;
  }
  .index5 .buttonBox {
    margin-top: 25px;
  }
  .index5_l .big_num {
    font-size: 26px;
    line-height: 36px;
  }
  .index5_l .big_num_after {
    font-size: 18px;
    line-height: 30px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6_menu {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    gap: 15px;
  }
  .index6_container {
    margin-top: 30px;
    padding: 40px 60px;
  }
  .index6_container .describe em::before {
    top: -2px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .top_r {
    padding-top: 0px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .time {
    margin-top: 15px;
  }
  .index7 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .bannerBox .banner_title {
    font-size: 32px;
    line-height: 36px;
  }
  .bannerBox .mbx {
    top: 24px;
  }
  .mbx_box {
    padding-top: 20px;
  }
  .mbx {
    padding: 4px 20px;
  }
  .oo {
    padding-bottom: 100px;
  }
  .oo .content {
    gap: 40px;
  }
  .oo_r {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .oo1 .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .oo2 {
    margin-top: 20px;
  }
  .oo2_list .box {
    padding: 12px 15px 20px;
  }
  .oo2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .oo2_list .input_links {
    gap: 6px;
    padding: 6px 14px;
  }
  .oo2_list .links {
    font-size: 15px;
    line-height: 24px;
  }
  .ot1 {
    padding: 60px 0px;
  }
  .ot1_l .pic-btn {
    width: 30px;
  }
  .ot1_r {
    padding-top: 0px;
  }
  .ot1_r .share_box {
    gap: 10px;
    margin-top: 20px;
  }
  .ot1_r .buttonBox {
    margin-top: 25px;
  }
  .ot1_container {
    margin-top: 20px;
  }
  .ot1_container figure {
    padding: 18px 0px;
  }
  .ot1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .ot1_container .faq_q_logo {
    width: 26px;
  }
  .ot2 {
    padding: 60px 0px;
  }
  .ot2 .table table {
    line-height: 38px;
  }
  .ot2 .table table tr:nth-of-type(1) td {
    font-size: 18px;
  }
  .ot3 {
    padding: 0px 0px 60px;
  }
  .ot4 {
    padding-bottom: 100px;
  }
  .ot4_r {
    padding-bottom: 12px;
  }
  .ot4_r .describe em {
    font-size: 18px;
    padding: 12px 0px 8px;
  }
  .to1 {
    padding: 60px 0px;
  }
  .to1 .describe {
    margin-top: 12px;
  }
  .to2 {
    padding: 60px 0px;
  }
  .to2 .describe {
    margin-top: 12px;
  }
  .to2_list li {
    width: 250px;
    margin-right: 18px;
  }
  .to2_list .name {
    margin-top: 10px;
  }
  .to3 {
    padding: 60px 0px;
  }
  .to3_container {
    margin-top: 25px;
  }
  .to3_list {
    gap: 30px 2%;
  }
  .to3_list li {
    width: 23%;
  }
  .to3_list .text {
    margin-top: 14px;
  }
  .to4 {
    padding: 60px 0px;
  }
  .to4 .describe {
    margin-top: 16px;
  }
  .to5 {
    padding: 60px 0px 100px;
  }
  .to5 .describe {
    margin-top: 12px;
  }
  .tho1 {
    padding: 60px 0px;
  }
  .tho1 .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .tho1 .describe {
    margin-top: 12px;
  }
  .tho2 {
    padding-bottom: 60px;
  }
  .tho2 .content {
    gap: 30px 1.96%;
  }
  .tho2 .big_num {
    font-size: 26px;
    line-height: 36px;
  }
  .tho2 .big_num_after {
    font-size: 18px;
    line-height: 30px;
  }
  .tho2 .number_box {
    padding-bottom: 12px;
  }
  .tho2 .text {
    margin-top: 15px;
  }
  .tho3 {
    padding-bottom: 60px;
  }
  .tho3_r {
    padding-bottom: 0px;
    gap: 20px;
  }
  .tho3_r .describe {
    margin-top: 10px;
    font-size: 16px;
  }
  .tho4_l {
    padding: 0px 80px;
  }
  .tho4_l .swiper-slide {
    padding: 50px 60px 60px;
  }
  .tho4_l .sw_box {
    padding: 150px 0px 100px;
  }
  .tho4_l .year {
    font-size: 42px;
    line-height: 56px;
  }
  .tho4_l .describe {
    font-size: 16px;
  }
  .tho4_l .title {
    font-size: 130px;
    line-height: 176px;
  }
  .tho4_r .swiper-slide p {
    font-size: 18px;
    line-height: 42px;
  }
  .tho4_r .swiper-slide p::before {
    font-size: 24px;
  }
  .tho4_r .swiper-slide-thumb-active p {
    font-size: 24px;
  }
  .tho4_r .swiper {
    height: 546px;
  }
  .tho6 {
    padding: 60px 0px;
  }
  .tho6_container {
    margin-top: 30px;
  }
  .tho7 {
    padding: 60px 0px;
  }
  .tho7_container {
    margin-top: 30px;
  }
  .tho8 {
    padding: 60px 0px;
  }
  .tho8_container {
    margin-top: 30px;
  }
  .tho8_container .title {
    font-size: 16px;
    line-height: 28px;
  }
  .tho8_container .faq_a {
    margin-top: 8px;
    padding-bottom: 0px;
  }
  .tho9 {
    padding: 60px 0px 100px;
  }
  .tho9 .bofangBox {
    width: 52px;
  }
  .fuo1 {
    padding: 60px 0px 100px;
  }
  .fuo1 .time {
    margin-top: 15px;
  }
  .fuo1 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .fuo1_list {
    gap: 30px 1.726%;
  }
  .fut1 {
    padding: 60px 0px;
  }
  .fut1_container .time_share {
    gap: 5px 30px;
    margin-top: 15px;
  }
  .fut1_container .describe {
    margin-top: 10px;
    padding-top: 15px;
  }
  .fut_index2 {
    padding: 0px 0px 60px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_l {
    padding-top: 0px;
  }
  .fo1_list {
    padding-left: 36px;
    gap: 20px;
    margin-top: 20px;
  }
  .fo2 {
    padding-bottom: 60px;
  }
  .fo2 .content {
    padding: 56px;
  }
  .fo2_l .describe {
    padding-left: 36px;
    margin-top: 16px;
  }
  .fo2_r {
    margin-right: 0px;
  }
  .fo2_r form {
    gap: 12px 0px;
  }
  .fo2_r form input,
  .fo2_r form textarea {
    font-size: 15px;
  }
  .new_list li {
    padding: 20px 26px;
  }
  .new_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .page_change {
    margin-top: 20px;
    gap: 10px;
    padding: 15px 20px;
  }
  .public_menu {
    padding-top: 40px;
  }
  .public_menu .menu_all {
    font-size: 20px;
    line-height: 32px;
  }
  .menu_list .menu_box {
    font-size: 16px;
  }
  .menu_list > li {
    padding: 12px 0px;
  }
  .menu_list1 {
    font-size: 15px;
    line-height: 26px;
    margin-top: 2px;
  }
  .public_index4 {
    padding-bottom: 60px;
  }
  footer {
    padding: 60px 0px 0px;
  }
  footer .logoBox {
    width: 200px;
  }
  footer .contact_box {
    margin-top: 30px;
  }
  footer .icBox {
    gap: 10px 20px;
    margin-top: 30px;
  }
  footer .list {
    margin-top: 10px;
  }
  footer form input,
  footer form textarea {
    font-size: 15px;
    padding: 0px 14px;
  }
  footer form .yzm span {
    height: 28px;
    right: 6px;
  }
  footer form .yzm input {
    padding-right: 100px;
  }
  .footer_a {
    padding-bottom: 30px;
  }
  .footer_al {
    width: 28%;
    max-width: 265px;
  }
  .footer_b {
    padding: 20px 0px 30px;
  }
  .swiper_button {
    gap: 14px;
  }
  .swiper_button .controls {
    width: 38px;
  }
  .buttonBox a {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 18px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .dif_style {
    margin: 0px 10px;
  }
  .PageNumber .submit {
    gap: 12px;
  }
}
@media screen and (max-width: 1200px) {
  header .logoBox {
    width: 160px;
  }
  header .lang {
    margin-left: 26px;
  }
  header .search_lang {
    margin-left: 26px;
  }
  header .center {
    gap: 30px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  .margin_top {
    margin-top: 68px;
  }
  .tho6_container figure {
    display: block;
  }
  .tho6_container .l_box {
    font-size: 24px;
    line-height: 32px;
    flex: none;
    width: 100%;
  }
  .tho6_container .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
    line-height: 22px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .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;
    background: #fff;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    display: none;
  }
  .rightMenu > *:hover {
    background: #f18d00 !important;
  }
  .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;
  }
  header {
    padding: 5px 0px;
  }
  header .sousuo {
    display: none;
  }
  header .center {
    display: none;
  }
  header .header_boxr {
    flex: none;
    padding-right: 46px;
  }
  header .lang {
    margin-left: 0px;
  }
  header .search_lang {
    margin-left: 0px;
  }
  .margin_top {
    margin-top: 57.55px;
  }
  .index_banner_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index_banner_describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index_banner .buttonBox {
    display: none;
  }
  .index_banner .controls {
    width: 32px;
  }
  .index_banner .controls img {
    width: 6px;
  }
  .index_banner .controls.prev {
    left: 15px;
  }
  .index_banner .controls.next {
    right: 15px;
  }
  .big_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index_big_title {
    padding-left: 26px;
  }
  .index_big_title::before {
    width: 20px;
    top: 7px;
  }
  .big_describe {
    font-size: 15px;
    line-height: 24px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1_list {
    margin-top: 20px;
  }
  .index1_list li {
    width: 23.5%;
  }
  .index1_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .top_r {
    padding-top: 10px;
  }
  .index2 .sw_box {
    margin-top: 15px;
  }
  .index2 .box {
    padding: 10px 8% 20px;
  }
  .index2 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index2 .describe {
    margin-top: 4px;
  }
  .index2 .links {
    margin-top: 8px;
  }
  .index2 .links .mask_box {
    width: 14px;
  }
  .index2 .text {
    margin-top: 2px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3_l {
    width: 100%;
    padding-top: 0px;
    gap: 15px 0px;
  }
  .index3_l .logo {
    width: 32px;
  }
  .index3_l .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .index3_container {
    margin-top: 15px;
    gap: 20px;
  }
  .index3_r {
    width: 100%;
    max-width: 770px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: 0px;
  }
  .index3_r .text_box {
    bottom: 0;
    left: 0px;
    line-height: 24px;
    padding: 15px 15px 20px;
  }
  .index4 .logo {
    width: 88px;
  }
  .index4 .title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 8px;
  }
  .index4 .describe {
    margin-top: 4px;
  }
  .index4_l {
    display: none;
  }
  .index4_r {
    flex: none;
    width: 100%;
    padding: 30px;
  }
  .index4_r .links {
    margin-top: 15px;
  }
  .index4_r .links .mask_box {
    width: 14px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .big_describe {
    margin-top: 4px;
  }
  .index5 .content {
    flex-direction: column-reverse;
  }
  .index5 .buttonBox {
    margin-top: 15px;
  }
  .index5_r {
    width: 100%;
    padding-top: 0px;
  }
  .index5_r .imgBox {
    margin-top: 15px;
  }
  .index5_l {
    width: 100%;
  }
  .index5_l figure {
    min-height: 92px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6_menu {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    gap: 8px;
  }
  .index6_menu span {
    padding: 5px 16px;
  }
  .index6_container {
    margin-top: 20px;
    padding: 20px 30px 30px;
  }
  .index6_container .describe {
    margin-top: 12px;
  }
  .index6_container .describe em {
    padding-left: 28px;
  }
  .index6_container .describe em::before {
    width: 18px;
    top: 0px;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .sw_box {
    margin-top: 20px;
  }
  .index7 .time {
    margin-top: 8px;
  }
  .index7 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .bannerBox .banner_title {
    font-size: 22px;
    line-height: 28px;
    top: 56%;
  }
  .bannerBox .mbx {
    top: 20px;
  }
  .oo {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .oo .content {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .oo_r {
    flex: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .oo_r::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .oo1 .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .oo2_list {
    gap: 20px 2%;
  }
  .oo2_list li {
    width: 32%;
  }
  .oo2_list .box {
    padding: 6px 12px 15px;
  }
  .oo2_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .oo2_list .input_links {
    margin-top: 8px;
  }
  .oo2_list .links {
    font-size: 14px;
    line-height: 24px;
  }
  .ot1 {
    padding: 30px 0px;
  }
  .ot1 .content {
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .ot1_l {
    width: 100%;
    max-width: 700px;
  }
  .ot1_r {
    width: 100%;
  }
  .ot1_r .share_box {
    margin-top: 12px;
  }
  .ot1_r .buttonBox {
    margin-top: 15px;
  }
  .ot1_container {
    margin-top: 12px;
  }
  .ot1_container figure {
    padding: 10px 0px;
  }
  .ot1_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .ot1_container .faq_q_logo {
    width: 24px;
  }
  .ot1_container .faq_a {
    margin-top: 6px;
  }
  .ot2 {
    padding: 30px 0px;
  }
  .ot2 .content {
    gap: 12px;
    flex-wrap: wrap;
  }
  .ot2 .l_box {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .ot2 .r_box {
    width: 100%;
  }
  .ot2 .table table {
    line-height: 24px;
  }
  .ot2 .table table td {
    padding: 6px 0px;
  }
  .ot2 .table table tr:nth-of-type(1) td {
    font-size: 15px;
  }
  .ot3 {
    padding: 0px 0px 30px;
  }
  .ot4 {
    padding-bottom: 30px;
  }
  .ot4 .describe em {
    font-size: 15px;
    padding: 0px 0px 6px;
  }
  .ot4_r {
    padding-bottom: 0px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1 .describe {
    margin-top: 4px;
  }
  .to2 {
    padding: 30px 0px;
    gap: 20px;
  }
  .to2_l {
    flex: none;
    width: 100%;
    padding: 0px 50px;
  }
  .to2_l .container {
    width: 100%;
    max-width: 100%;
  }
  .to2_l .describe {
    margin-top: 4px;
  }
  .to2_r {
    padding-top: 0px;
  }
  .to2_r {
    width: 100%;
  }
  .to2_list li {
    width: 200px;
  }
  .to2_list .name {
    margin-top: 8px;
  }
  .to3 {
    padding: 30px 0px;
  }
  .to3_container {
    gap: 12px;
    margin-top: 15px;
  }
  .to3_l {
    width: 100%;
    max-width: 840px;
    margin: 0px auto;
  }
  .to3_r {
    width: 100%;
    padding-top: 0px;
  }
  .to3_list {
    margin-top: 15px;
    gap: 15px 2%;
  }
  .to3_list li {
    width: 32%;
  }
  .to3_list .number {
    font-size: 15px;
    width: 34px;
  }
  .to3_list .text {
    line-height: 24px;
    margin-top: 6px;
  }
  .to4 {
    padding: 30px 0px;
  }
  .to4_l {
    padding-top: 0px;
  }
  .to4_l .describe {
    margin-top: 4px;
  }
  .to4_l .describe p {
    margin-top: 0px !important;
  }
  .to4_r {
    gap: 15px;
  }
  .to5 {
    padding: 30px 0px;
  }
  .to5 .content {
    flex-wrap: wrap;
    gap: 12px;
  }
  .to5 .describe {
    margin-top: 4px;
  }
  .to5_l {
    width: 100%;
    max-width: 840px;
    margin: 0px auto;
  }
  .to5_r {
    width: 100%;
  }
  .tho1 {
    padding: 30px 0px;
  }
  .tho1 .content {
    gap: 20px;
  }
  .tho1_l {
    width: 100%;
  }
  .tho1_l .text {
    font-size: 15px;
    margin-top: 2px;
  }
  .tho1_l .describe {
    margin-top: 4px;
  }
  .tho1_l .describe p {
    margin-top: 0px !important;
  }
  .tho1_r {
    width: 100%;
    max-width: 864px;
    margin: 0px auto;
  }
  .tho2 {
    padding-bottom: 30px;
  }
  .tho2 .text {
    margin-top: 8px;
  }
  .tho2 .content {
    gap: 15px 5%;
  }
  .tho2 figure {
    width: 30%;
  }
  .tho2 .number_box {
    padding-bottom: 6px;
  }
  .tho3 {
    padding-bottom: 30px;
  }
  .tho3 .content {
    gap: 20px;
  }
  .tho3_r {
    width: 100%;
    gap: 6px;
  }
  .tho3_r .describe {
    margin-top: 2px;
  }
  .tho4_l {
    padding: 0px 50px;
    flex: none;
    width: 100%;
  }
  .tho4_l .describe {
    font-size: 14px;
  }
  .tho4_l .swiper-slide {
    gap: 4px;
  }
  .tho4_l .l_box {
    flex: none;
    width: 100%;
  }
  .tho4_l .r_box {
    width: 100%;
  }
  .tho4_l .year {
    font-size: 24px;
    line-height: 32px;
  }
  .tho4_l .title {
    display: none;
  }
  .tho4_l .sw_box {
    padding: 30px 0px;
  }
  .tho4_l .swiper-slide {
    padding: 20px 30px;
  }
  .tho4_r {
    width: 100%;
    padding: 0px 50px;
  }
  .tho4_r .swiper {
    height: auto;
  }
  .tho4_r .swiper-slide {
    text-align: center;
  }
  .tho4_r .swiper-slide p {
    font-size: 16px;
    line-height: 28px;
  }
  .tho4_r .sw_box {
    width: 100%;
    padding-left: 0px;
    padding: 15px 0px;
  }
  .tho4_r .pic_btn {
    top: 50% !important;
    width: 24px;
    aspect-ratio: 1/1;
  }
  .tho4_r .pic_btn.prev {
    left: 0;
    transform: translate(-100%, -50%) rotate(-90deg);
  }
  .tho4_r .pic_btn.next {
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate(100%, -50%) rotate(-90deg);
  }
  .tho6 {
    padding: 30px 0px;
  }
  .tho6_container {
    margin-top: 15px;
    gap: 20px 1.7345%;
  }
  .tho6_container figure {
    padding: 25px;
  }
  .tho7 {
    padding: 30px 0px;
  }
  .tho7_container {
    margin-top: 15px;
    gap: 20px;
  }
  .tho7_container figure {
    height: 120px;
  }
  .tho7_list li {
    width: 120px;
  }
  .tho8 {
    padding: 30px 0px;
  }
  .tho8_container {
    margin-top: 15px;
    gap: 15px;
  }
  .tho8_container figure {
    padding: 15px 24px 20px;
  }
  .tho8_container .title {
    font-size: 15px;
    line-height: 24px;
  }
  .tho8_container .faq_a {
    padding-right: 0px;
  }
  .tho9 {
    padding: 30px 0px;
  }
  .tho9 .sw_box {
    margin-top: 15px;
  }
  .tho9 .bofangBox {
    width: 36px;
  }
  .tho9 .name {
    margin-top: 10px;
  }
  .fuo1 {
    padding: 30px 0px;
  }
  .fuo1_list {
    gap: 20px 2%;
  }
  .fuo1_list li {
    width: 32%;
  }
  .fuo1_list .time {
    margin-top: 8px;
  }
  .fuo1_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .fut1 {
    padding: 30px 0px;
  }
  .fut1 .content {
    gap: 30px;
  }
  .fut1_container {
    width: 100%;
  }
  .fut1_container .time_share {
    margin-top: 10px;
  }
  .fut1_container .describe {
    margin-top: 8px;
    padding-top: 10px;
  }
  .fo1 {
    padding: 30px 0px;
  }
  .fo1_l {
    max-width: 100%;
    width: 100%;
    flex: none;
  }
  .fo1_list {
    gap: 6px;
    padding-left: 26px;
    margin-top: 8px;
  }
  .fo1_list .logo {
    width: 20px;
    margin-top: 2px;
  }
  .fo1_r {
    width: 100%;
  }
  .fo2 {
    padding-bottom: 30px;
  }
  .fo2 .content {
    padding: 20px;
    gap: 20px;
  }
  .fo2_l {
    flex: none;
    width: 100%;
  }
  .fo2_l .describe {
    padding-left: 26px;
    margin-top: 2px;
  }
  .fo2_r {
    width: 100%;
  }
  .fo2_r form {
    gap: 8px 0px;
  }
  .fo2_r form input,
  .fo2_r form textarea {
    font-size: 14px;
    line-height: 24px;
  }
  .page_change {
    gap: 2px;
  }
  .new_box {
    width: 100%;
    max-width: 100%;
  }
  .new_list {
    margin-top: 15px;
    gap: 12px;
  }
  .new_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fut_index2 {
    padding: 0px 0px 30px;
  }
  .public_menu {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }
  .public_menu .menu_all {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .public_menu .down {
    display: block;
    flex-shrink: 0;
    width: 8px;
  }
  .menu_list {
    display: none;
    margin-top: 6px;
  }
  .menu_list > li {
    padding: 6px 0px;
  }
  .menu_list .menu_box {
    font-size: 15px;
    line-height: 24px;
  }
  .menu_list1 {
    font-size: 14px;
    line-height: 24px;
  }
  .public_index4 {
    padding-bottom: 30px;
  }
  footer {
    padding: 30px 0px 0px;
  }
  footer .logoBox {
    width: 160px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  footer .contact_list {
    gap: 0px;
    margin-top: 2px;
  }
  footer .contact_list .logo {
    width: 18px;
    margin-top: 2px;
  }
  footer .icBox {
    margin-top: 15px;
    gap: 10px;
  }
  footer .icBox .iconfont {
    font-size: 18px;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
    width: 8px;
  }
  footer .list {
    line-height: 24px;
    margin-top: 2px;
  }
  footer form {
    margin-top: 10px;
  }
  .footer_a {
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .footer_a .contact_box {
    margin-top: 12px;
  }
  .footer_al {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }
  .footer_ar {
    width: 100%;
    flex: none;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_ar > * {
    width: 100%;
  }
  .footer_ar .box {
    flex: none;
    max-width: 100%;
  }
  .footer_b {
    padding: 15px 0px 45px;
  }
  .swiper_button {
    gap: 8px;
  }
  .swiper_button .controls {
    width: 32px;
  }
  .buttonBox a {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 15px;
  }
  .PageNumber {
    margin-top: 20px !important;
  }
  .PageNumber .page_box {
    gap: 6px;
  }
  .PageNumber a:not(.dif_style) {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .PageNumber .dif_style {
    margin: 0px 4px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber input {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    right: auto;
    left: 0;
    transform: none;
  }
  .public_top {
    flex-wrap: wrap;
    gap: 6px;
  }
  .public_top .top_l {
    width: 100%;
    flex: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .public_top .top_r {
    flex: none !important;
    width: 100%;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  .bannerBox {
    padding-top: 180px !important;
  }
  .to2_l {
    padding: 0px 20px;
  }
  .tho4_l {
    padding: 0px 20px;
  }
  .tho6_container {
    gap: 20px 2%;
  }
  .tho6_container figure {
    width: 49%;
  }
  .tho7_container {
    gap: 15px;
  }
  .tho7_container::before,
  .tho7_container::after {
    width: 156px;
  }
  .tho7_container figure {
    height: 100px;
  }
  .tho7_list li {
    width: 100px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
  }
  .index_banner .container {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .index1_list {
    gap: 20px 5%;
  }
  .index1_list li {
    width: 30%;
  }
  .oo2_list li {
    width: 49%;
  }
  .ot4 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ot4_l {
    width: 100%;
  }
  .ot4_r {
    width: 100%;
  }
  .to2_list li {
    width: 180px;
  }
  .to3_list li {
    width: 49%;
  }
  .to4_r {
    float: none;
    margin: 0px !important;
    width: 100%;
  }
  .to4_l {
    padding: 12px;
  }
  .tho2 .content {
    gap: 15px 2%;
  }
  .tho2 figure {
    width: 49%;
  }
  .fuo1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  header .logoBox {
    width: 136px;
  }
  header .header_boxr {
    padding-right: 38px;
  }
  .nav {
    top: 14px;
  }
  .margin_top {
    margin-top: 50.41px;
  }
  .ot1_l .pic-btn {
    width: 22px;
  }
  .to3_list li {
    width: 100%;
  }
  .tho6_container figure {
    width: 100%;
  }
  .fo2_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index1_list {
    gap: 20px 4%;
  }
  .index1_list li {
    width: 48%;
  }
  .index3_l figure {
    width: 100%;
  }
  .index5_l figure {
    min-height: auto;
    gap: 4px;
  }
  .index5_l .l_box {
    width: 100%;
  }
  .index5_l .r_box {
    flex: none;
    padding-top: 0px;
    width: 100%;
  }
  .oo2_list li {
    width: 100%;
  }
  .tho2 figure {
    width: 100%;
  }
  .fuo1_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACisAAsAAAAARQAAAChaAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACMYArrMNZIATYCJAOCGAuBDgAEIAWEZweFcRtFOXWGHGwcANxsnhtRMQrL/v+PCeqI0aIGXF9/Adg0OKiUFoMazbYpM0IpSmixR/tQXpqf2vRLKM3b6DnjToTIRnq8WTevrsAHDgGIFpe1WoAIgwsep8qtTJubSpEmNdEjPDJvhFft/v3vRuvtfYdSQjz+5veTnNByYcXU6bp8mvtzKeseomC/37yPuvRELMRyi4Q527bTEGyzIwSjCGlBoqSkLEAqBEVFQUUUnfZCV+qKpf4iP6Zr162rcFHx2/5/6erbAJjvm6uqYM+qZueYdy2EAGF2QyDJLKwBIyYtY4Ksek6q77z79q8lCiOJo5YEG/OWk1/rc3Tz/4iDG50owzTAIumYzYqu3d2/9xRNBP691V57lh0kAYbAELt+7Td7vu/EPX0zGpHQKYWGRUt3l0sC3KZ0rb7QShu7Y5OnFgWuCIunC0UEEBSHyd/HC+DbfgN8xVLvz76kYahpa5gJWMxjicZCEg5LiD3/p7NsrUP5Qt5UhItVoGiIu/5/aWFGkmHsI1lLoFkfWA5JIaQKXy9pyXLI8pEd9F4AuWhS5aXoUnTpy702VYqyjeqK0U19GtpBzyOL0WtNy6KmVB1PSbpECRDEjsF2ed3cd1CARzFV6Fp1GrUiyaDuo4aQgcF9q+ByWQ3q37c77mKNibmscFFEaD81rlqCA3quvgksxr+vHlGicUHjCO6XmvWp3Yuz8UdLxCw55DeminsG72vAAQQopNhGUsUf6yTI6awQwSP9BKP+AVpQDYcUBYk7cTfuxZPhqHS2RKOr17Rtx34/aG2YCpuUUiat5cqWwivhtfBO+Ev4d/hv+CT8WuI29+9HS/4C4kptAdtMGmvQWmcQ9mssU7QYXqrdqH0pLv5L7kmjRSuv1KbQodmpy2C3ep9h/aPGTJgUq82pzft3eLiTVmqZVaLVTCSNWgnSc6TjEhFVZJGRkULtpDJRqqpWvUZW2WSXQ065VOZLLLc88sonvwIKKq6QEgoroqSiiimtlDLKKqe8ClJKxZNcBlFJJEMTuNgP2to6/6CAjzsUBFOoMEygkFhAheMeFYkWKh5vFBb9qISWSRTeKSp6UEmYQdHRgWJhGsVGN0qCNpQGnSgdHlHWICNtgDlULtpRXoyiSsflkXWAIdRtzCNYNAgDTwgTz4SFF8LGKxFiCRFhGRFjBZEEsZkCAVIKAVIJeEAy0YdoMIBkYQPRYhNZhi1kObaRw9hBjmAXOYo95HhQI08A9pHTOEXOhLzlWQiQ5wBnyAUcIRdDPvMSBCsvA86RK7hE7uMKeYZr5AVukHe4Rf7DGPI/xvED0IsfMUbwsxmz+HmALvzPOzBouJnAHcPAJ3zwhW9GjslxG61yt2FoUco7MxT9UFGj05Ehg9GMdCT84DXljRiXDhwI1zrSItQjf6l3qyhx5d+M0EtH/NArp46btMUeN92YgIegIKR3xxgZ/TcRkzmo17RtK4r1LZYlMbZql1TIKduOws75MXqgCxYnjYJpxOSYR/ay6O6nDdGSA223WIHlahk0aMqhLFfF/MqANQaReWaLtzxTltt1h1PCCkS5ZTd4c30FEk8UAdE0UZJ1hkmIz8zsPCNL8b80Qzbl4ONW2qmdWH/f2exDJpdsT0fZWDDWWmALrUaUSR/06RTlNzkq16xSlsikXBpFMTrDmAIgmkpNU2qkcWJfZl+HuTuJ1Dc56nm1yqAj3t0wMbIuXK02h5ub1bDGsk7HlNgRkgTb1g4yZ5oDgPCWZ01hso7oQKDQW28wCVAlebRUhtVoOAUgroQr16ZcKnJpuMVmMDUqTPw5vz/umvQKKv65rlPsLXesXCPlvSqjRzOip5h8IQShxKsihXiNkRiIW3JSRgzMaBQFRoEkwhpYA4LRIdh3htiYPulVaaJSyck8a8xIppzumCdV6PWl2xUFvcM6Ok1n4y6zIb4l94aqZdiC2zRDCq+5IvF1/eunkZaYvkAeqck948y1CX8OS8uvRarD67Lrsykp8OmMLToeRK/MmYDFkNYaF6Ezm8rblj23tuZ9OqrJjO60Lp96eewhLoAXRyiVjmwpKsfKu8ruvpZowEYzLEh5eZrMCKE5Ufhcsmd6LywWFYmeGBCL51Ra01ixcWI1kcGOWBZmU6aJL45ijPDU4VSVrjuoyxSVZBBS25YcR7EskDA/MZTdAWLXMsUPdO163ATEhSrbV/f5ZIq7JmdJDiuRxKfZD1XJ8+CnpIjzzluxOPUSsy1FAyQ3hwHAnE/lWYZtKH1qsKIhMYH3Mk748W9WCc1rqZBsH634Vp3JQjYUqbDCYDaCNNJHJrEeK08dmJHDvcOEkEVNtKbAa1sXBgBVisFDm+YwN8ysTYAv5BfSS+U5eXYhMrGSIq0s9ypoRw+9LN5+XdSZKMQYm80fAaQ6XBuvEgMzmI4DYdtID98rSWwBp29QVSbdkrehSutg8RYg5uFHSO0a7jpnYTbndl0PgXZkdGpV9yiaGH+1qw+v+x15XPV6V7XHcL2+ptJDx42mplfbUrBGc7kqvqkz1eIi20BvMTl/o6iUb5bek+0XUpnjxHmAuPnMDPWW2u/IkBhKvTs+X2sSPlFsm+AtnmcM7Jgqexzps8qhnc+yKw8C+VwrQ9kL/jw3cr1aPfdl4e59fw78lPRr7mYMfJEfveU2Pr2qS+w1I6WBCqImP7yiEeqymtahg5EJrVbTBK8Uu1IsFZpxtO/yTNuLT2Ocw1Ce5z93uJdrPat3uFvQbJH3RyJaD99DBX0wugFjD/kzp3Ec4u4YBRGHxzzLzUaK951KJYxx0IWiAPV0d+HxnTXKzICrszv/etBJ0lVRWZkbgm60yXR/WhmeTBWgRUAL15HLAkByU6xYkdNn5DnO82UIxvUgV45svOT1RS7rp6JEKOTZCURBNKS8Rj/fbJjmOZXkFFbkNaUg8RJ0YHvYLg1UIItSOeXucdOsjfOgu8vRv2R5wmtwymbYu22aBjhC86lE/7jvC4bqpNTxfA0DQwbJ8x+R5tuXt4O55xJ5a+SAlmE9ptvMj7pvOnNwj3LgfrE+9eZ5dD872OuOvdPn7oNn0Xw7Kg3ib5w2eU1jHTEmwmerQ2uXQXQc3sefccM8ykh0Pzk7WFpBU42Z+4tk4Z7ve+TQMvjyQG3YVfE0Y8ZkTPiWBT5UgjFoUZNv5RbiyomSggNlGCbQiiG0hhmEOMsTPiE9AxCE8s3o2xWEV7N1+Xnvk3ZbuCPvNrnxR7XxhjggdTfqEo/bLP62ss8Rp556+l7v2/bU3/wo17SLz1K5RvACsEN4SIXVgCEoUcB0aYBHhmC6jQS+lEpl5UAUWrgLGrpvIACClIGGV+je7sKy5xE3aJvuyjpbYOHwWmJtuLOxLU7XNt4+YvGPTKS+dgkRDME83RWieS0SVpNpRnj27ByaAgXOX6sboqDkAMBKjmSRNyQr56H1mpcKuKcpKZI9eI5QlLEnhB74kIZEA3SXtteZ7jXBUB6VejTLrVOliEqokMRCrTQYiU+JwDCSDhvdupwldFeVOc6UOzWP9xisZDQ6a1dOKUuB7vqxdmZJUQl+edbniT9qj2BPQSppPSHGaH467cslIi2AQlz52WjU08V1/3QnOxF2dotdPzP37NGCsz6Lj3FZeboM27D0pFOxLGKaQ8lPep+oqKA6dOE5yClWY1qE5SEtcfn2CHMgVCEGVRzWJehI4wxmx9QmkH036V1BejDt0wPpGr0makPn7fu28jsxTwzKbX1vGFSQkfsBD8egw+iD77ouV6JrS3548ErVlz3t7MQXR1WZ6Q6ZVpSumsdeTTE6oK6iT57v/6YkpomGkqQaoS2Lbp1s4WNZ0L3jnLl797ah1iG3wSwZsfbabv/40bnZVYXuvDtNev+OyLowvaunOu52ZK7FvUlf2heDUx871MeCBcwtOUzQ7Iq4BvwDR3KNYxAy1d2uEZpWFA3nyZJBw5VGLQGMjHJKUSogtErzzxdpC/FSRreBIqG9vtXTyFuUUOFlUqaAoXjdsqCC+LUUFkOKuMigEYNWQtPhB4lNxipRVg2A1V/7Qy4aqsFUQ9Jg5S/Dw8bHASXLqkhF3rk9a8CYjEoZpNoghuU9qIbU5ZmSAWkQaylNK9F6oF7FjHAYpIGxifmUsRhEQE/zauvgSg5oap/Dw+CnJDK3FGAb8pe5VblV0Ygq65LxvVySykqRzIurMvk5PTh71BYC8llqGZXeGWotBMsF+rHdUXxjBJD16rtJKrJj0TryuNFwwz52CPPAzJbH/iIgm7PN0+vvdVv8YwvT2TQXjLF6IL+RmfX5dNQMV8MwpWaRT3yTR+2T8EOw66UCa6iK9VOL3jLYUgrkGdWbXddvAlI38pbFh+S9dwK6pvrBqM5M2rL5rqoKALLs7oacDuhdcXDQEZ0feYvPuSLD81cVa8MYO+OCo99K2iYw2Zg7FrDtv5tc1hXxax+CPC19ZhhjY01zzvurdbY0eMvj7OJRapFP3Oifn+6WuYWGcHW4Oml5bHS3mzvt0/o8IMjT/QMfzo8nDc6G+qB2PhVS7xOk3CPOBCaP17ZQrAz0Jxafio7DZU2kRxnv6LASwRYlt5sZhXBeOpgb6KaMLZk63+pq12IDMbsFG2IU4ND8OaUAcVSs3+FHgPD8BCDN2byHackjzQKy5bFyrAx/hVC4OfspqJNTJuQqfQiuKZfLojVKbVYpIKdKL26Z2ZBqpHu4n2a0srFG7cB9rTr8AZzE3cMOTnw8+XpHv+xm19AXuns08AqhvpNgAjNgYddSlcygnlBTWLELNUPSaOnBHZ+gp/UoBOZELpfCLA/L4l4Z+ZYceXy/jb9Np8gjpA/y+dneVyFaAjPNkw4fq5PYoUO87u/hYPJ3iYUAQBqsc/3mjVS51TqRTK4UnawHJ0IUHa7keykOFDO37JZR29fXEqux7aN2BYQzubCrvw4kzTcvGWyMLTRlGme2CMJCiEBrtjruL/K8hpippkywXIW3N1hrLe5eFeYLT45uZfIBRgdbXOpvevquyEgZffi5jbm7jRMbrB0W3xkAdCZdn1MKu1JrIN8+K8oowQATdccWqdtH0AmCb9J6Rq/JB0obH4TwT0PpNKE6J6am9YMpLKfTPuk7ThrgxuVZae7yjzzcDX0vCUvTCWaS5ulvYd7t4IWnu5avyvkOX3p+EXyeDm3oPCkqZamEjrX1rFYTVBALi7mG6UAH+zyZR7nA5rR0oOVG3lsEXNKXcMX+n+D8X7T+y5v/ER3RtgXT5CyLd872v7hUXbfCv0QGA/+0H3p7lE7SYHWoI/lZU9nzOS4rL9mL7+mF0lCmDKv6qPZhoMAWDUlljKWeA6c5UOgLnCDEK7l6ipLKOxkfXwOqQsoqJUOFPFnxB7/zlodWOZR0Sa9Y9Zj6LM6ncpCG7hdS/mkplOC2Z6dTi9AbNNp6ix5nhEqioDnJMOmlwVmKUtVw3EXUo8WLxm37SRebytvpJ+gSyxo4bmn0d27dRmg6MZJLKaxhxPpu1Ud7GSbarhfYDD/RqGmRCKFqwwCEI8Ck9kxhuXVZNAwW+WImRYfkd0lNyOPiIE7qQC3I4yfwq9IB6kCe2AevpHpQG/5mwiR64xT80Ha7beJ5XWJtwkUICNder40/e3d897hXltFj+532yRf1va/11kgSPPPc8vS97JjaN9WkXDBQYc7KpkksS3EcybavkWxSTjcu7OTdP+w63t158lr3qa6eE+dEOnskFOlh31/9jXpJcHruwDz08JhGXzEX9xQ0oj9M0eWR2q1+L7xkMUTn2FT9PNBfe3f5PWu3dWlKbE0f29GFw1+BJzvtjsWtx4LfHmzY/eo/D/8ulpnnL8pPf7Mn9MHEh4Cuunqy88/s964SQljErvV1LrxFMm4NDopF1wEYND+9ghIdH2Ot8g7+PiFNY56CZ9uZ308mkAuTr0+ZqHm1Zf7yF/FVp0ZdIFO+zym/Y3vjzP6J146ZEMj6bNIHoIOE6rgBTumc2SWcAPeawHCgV8MN1IVUIzIaqy011vGxHmrEiBpQxi3hzprNXv/NBGzlCSNjIpdKhopndX3ta2LY88o4I0rKt95AAj3tbPfjkZxw3QlsBCKC4kjexv5tUUxufGsNak27uERSRs8K/7aE21W5uQWKvg0NKRhStPLjhtHvLnzLn1J5Jnp+0YuwcESykQKDQqBT4pAsjBSjPDb6c8UqWbyXNe9t27XqMcKwaCoymnMiqWQKZ0SCFAFP0HlaMQ3KkfqT7FH3UBJRpXeaKBfmBwUcN6t1WqLHhFj89sS+GQVaO3/UL1dy/3o7qB+lDdvQA4oapZVaXdfk3pm775BWMEiPhnYu2SqWz8zR6R5xdCInMvJgATXy9sYP84wrni9D/oqpCEdnnKnOdka3RdbY2rMavN6moQOThmS5S5keWpEqL81qzclVlWZVUPy06ihPTJle/6hxMHvSE6+uDJCrtLaL7/3fY46Fyd+hHR8woPvEJBa6k4EM0wZ+MHbW1D4rEA//QfgIlV8wHgzkTOjkd/GJPOJOUcJiPoFfhfk/3BDLBIFcR61wGizO1jjGRc+lFw8pTM7npViltiKLud0gpZZmdsp2SEdlMBDQHkL41U/5nuL8sUIDfg/je7HEAEMaOwQ4xxxNw4pxMj78vN+ABNlePf8Ra2tTWWvaBY7NbVN/uOqYtNIn7QmZhom+8Y7DS21MO8vr7Ewvq3rrhpiYRmbOGDO1AUqPwi8a+JUZFszlnjwaW0OpjcX+nPjzltMpQKWpofl4gPdf0B9zZnTPaAnWGEvZecefzcwXwa+yqxaju6fPhhNivUDuG8HCZ886yZ01MNLbu2/fueznz1qDIHPBXe0YLrsC+JKzeTazwCrYIDAEdLpzFbObk4t6iFP72ojs7yx9LsvwLfvVeou4h7YaNMMbdNq9oEwI/8t7LrP8GYuVavk3c2Dxg4VGKEjVKXcsL3110T6VymbYmXa5XcYV/A5YPHVSXVIvrYnWm1RHO4+hPEESJlQf4JZy5szhNP9vV10jv4LnXzQnwIr0n1L9l6ZupzA7txNp2IEk9FDdvgtmX0QrQWzLTG4wqVMDFQqtxS1Kq85IStAPFOF/Q7S0PJo8jOjmFHBMXKudlyts8M1z8fV8U4HXtGDj79lcPb2f1nZT5nbgXHXlEk12CS9wTWA4H9lSTjm3DsjkjqUFU+fFZXzR4rVLG5ZP/KJ/yDqHKhI89gPtyrFRvsZ2T8KLm7v7zd6o9gacR6tL7/dElbaM92Gun2T0m0ujxrdgfGI1vR8wvPZkazI/JrV7tZLRxcWjJVqv46HfsU1gz5SV/y7+RrfSDDcqC2GFPjvPQW2l7vqnK0v9ymGgVKn0pyET7R12KsjqGRt6H564G14MzSsEVcABqw3jh7+fn9D+V0Lb/L92fi3cDhsCKQSEwCcCvKYQru2vmgR55GJQip4SOdethIVlMGjkrefJjDXXT05K1dc2cPhK5B8yNJ3xugM3g/GqRvo28mrkWymY2HZwURaENklcIpFLYlg3d4kkN8PYkSxOWW8mqVsQEdit+j9dLZIlMDvmk2jwzx5Mk3TvQ7OXVEcU2VTJ9SZNXe6QZalInDYzCauDWvD3hLfeNduizRYRtJ3v5Bn4Rk8598HgSaQsHkTBxoqcQqFTtFK0mFMYnu0mf4VkZdLwb0nR92140unPzFv3MONxmPrI4yWPjw74Tr1Srz4642ilxJH3xMHrEehz3t+l22zo7UTBq4+qT70a8B1d8vjIY/XjsFDEK6CPEEAsihaQf9sS8fev/kaTt9yjDDkPXrkP3acIKPcPkV+/Dzuz710Y+O53eTbrx9DJhELGD31HB/n2Sv9iZh7uYehDsDCsiImyoJibdz9InT+73D43p1eklpWlVqQ/DzCcW06veP7gumIgmJ+SKxbnpuSfSMhUrrhf8gnLzfZsUmjSxA4ihNgZMM1WIgTZiZaTJnQSUIROc1Kokwi4BeudlJjhRZrWDzNsaO+IWjao7iyWyfI84vjjOSJxdjQNlOsOXFMt8Z3X/bnh08OIcDjqyy9//bz5y5LkoCdyzPKZNM3n57Sw09Uzvh848dYwELQngJRFrT0VymzhqD34vUuvHbq2dN/SGS2TxjeU4EAbyn3uv/0reKQjacZqayY1Qlifn9PIW5gzpzSjWlconru4N809Yke3pwTxru/9ysdvr/sXlZRGNQni1NlZ2GHo4fCFLEshq76eMQOMdHFWBewKq8y9r8UX6MoX+STDqj30bGqHjGxYDv6+3B/qr8sNHqHxJcmSy80Ds1LrEmYNpOdfeZFtXHs2g9XbY7eXvA49rT7dlHHaPnH7/3RjBfhM3uwv4krRF6fL+UV0Ob5mx5znpnDH+G/ZAp0r8ZH8MgaQI+OQt+VEOe0ahdSrJclIHBlbiMWouIvYizKNT7rSu9qa8isocBOiCCK9Kl0bYULAopu7OBitIZ7bVUGBmZCRMSQsaoCL1gGn0pxYtS5dp1Ju/2WUjHpNWeUiP5RfREMlhbgpO3KcnzOXRp5Llo2WjZtIoZm3Oe6wboiUS0Ir4InycDI8drkrt/SLKCh86Xf6vwgzP5rGcnAxhzb2xeCA9vnhxXc+/3PgW2vMJ55eCssXptnRJVtDYc2Zw9JzKo4hU6WlW5IOwKTJRU7VX3+8yW10G0DjdJGVOMUqWiMpnDVa2SDNLbZ7eI2c2gY08uF2UAqMje/pqdEbLrKwNWvWvuxKy5/UpK3TaOq1jf9rmzR1B7r6/4rUodgkL82d6NpP6IxVUBWxnY4ZE02sI24txnUUNSUaYzeV1xcrvDKZV1F8XS1lRV55sfx6tEjOiq+vi3mLZMUKEPEzBKBRfF6JcOibCCAoSFEgcCm5j/s2NoqB7eX1YRkx0Y9457mXAn45BoKCAqoG66HxLxx3CMTt6/Og1aTuUpl2bfKv6dm5yaPaqDYBkISw89yJrZPETbtamTftNKu6j3FEyHHxd5pp0yzW/13YcD+SBjDloYdIegDIuYrIAiziKiZgrYoAl4hVPanpZYq00iaByQiQ1BRSbft4qPeoY/H/F8+NPy/y9DKtTFaenb+VcfmDuN0jOu+KD8WgY2MrRsyXJBYdA3J+DvF57WdQUJbk7JyHEfDmbFOtPKG5f0elsUh/Sf5LGrtz+cgg0sSqmLjyZnDNwvXSdDHIgL5NolKuJ/6feJ1CPVWfCspjouNfv0Ya0+WDHexX8/coPhUVz0F+KEBbzJuom9bsA9qLCW4TV8/hGHgmt1diFVmymaWkBRN4hTzfkIhLmEcRQ1P9iuJihV/Z5DbxDIlMrnEl12RqGABsuVRjs8HQ3KFYs76D6G9AcLPBFFsymnGEOcSRkbc2EPGIvZ71pQfztYAdaK1TBt3Njmhd5NJxwlObLm0uD0tnTTIF2T6WZ/q0ImYx6zTAcB7C8rB9JwnFCyoIayukw1prVFUZmUF19buEhISe+Vi72lKpqsdk0UfBbgkOLT75bSx7Y7709qbjs+1rDJGdmrxytZVc+EgLq4cwChMZOsvFW3Tv+Pu4ZV+evJ63vvc08aP8zF/ALILSqyHwKkg/kgmrBigOOhWKGGrMgyEvRDK6ZFEIuUwGHQ6lDwHwSuhZJANeBIEoMWwosunkQng/4jQwhkFjZVDok+aLm9DWCfTBLEUsMOTRls3ktjBPMcZeiJrXLjK5BmqCFdXzOFM2fwOCCUWZITAF8lJkW5HvIQzBZGCgMoQCBnQNDMLILv6pDQFHDQZlqFZHqHUBHnkGosDCEJEwVB8ECkechhjwMQy4rAaGYCzICavSF0UeRzKgDA+thFVB/Qg5NJ6OhM0VYzN+rFHs0UfTxx44NnPqWPmVyBjDw+u6GHIUxojC5YAUYxsm+iPeH/VxFSYKYE9Q2jCVMfUToiu2K8bfT9jUmeSi9KLUObp/ff/yfvD2C+H9FxVt2aOaO5pHOdoTspaV7IctmPTLuqTE7g/0uIYFhCTEPfHFIV7Fsqqqe/JRhZfAsx+DSUTS2k/o/zdkSapv+07UjzuhHtE00hr0sxLJeiIf6RvgO2QHP/zdyP9wFipbtQHcCq04GQvZ4RNB9MIhELPIIHPAYzW/9T+cerZqGjMMrTgfM0uxqIc2bcQioo5C+we8qlozuhVk6A+Iyo6Y+oJ8OZD6K8WBuFp9BRMry1IAMzPYJ1/ul8hk7/EZVe2FOTmT+a1cUjtvCj83t2u4n9B65nlmLXpE2z6/DYgSCKaNF/7hkUZ+ZKtbzabXLtQrp9FUSCKgRpF4/5zvNvKxicDu39teUYuasaebdAMbi56GMjsUBQWS+kzOqNojkRc4UOZp6FjsjZqLn+rWwD7Mg1OX0LppS6jwSYPyZftYnWzm8S0FACc9p1PzBzM92pa27Y/04M0AKpRNz5iobsqor9LUaFtpN45bsnXcWywDy5gLrIMl1CQyJy00iPKc2G2WfjbAigkfnrjoAr3yb0YLwTVTUzuMYk10ADdNS5+0MENEyz/qtEr/9w10N6WhbhjZmkfLYcxHxsLbmDnNh7WjWKQQS7ho1DIo7yw2ZdcIowt1wFXXQm1NusAl543iSvYXnMbjsTOxkhcNfcK/LGBEeyIY/D8+rS93ffvxwBknTUdaOFVsk7s1DIKuYDqNiAz2UR0JE4fbIF1mSC0Wb1fdTWRm/iBdRK/pbrZe9+0qOVQCTRBtB33KOMWcWTN/kX+U/LV5BCfB/jir97j67JxkR00Zt5g9axa7mFt2ietnl8yaWcwp4wBI+e224MpmWr3L4IrChWXA4Np4KASKgWWEcYArqjW4EprHPHN7pSfOs+DzzwjNAyk70fSf85dKvgVxkzcdnB8tK6dc/mnMZRTNnsi2ZTQnPhUVYG08gT2FNwvR2lqO2/bGqdAL6J7/DjkYOpKqXlE4IsWLt4kEzveB+kWL6ouMiuSUwGb7+HG2zYGUHoWxiLCLbdx4ezWgLi0q1u09GsqLs9/5NxVH3OjAC9UlyfMxofiXqxHa8QeJOMvb/nibfv722jh3lExq9TlrMVOgJbZFdw2CTXrBG+siWEkLjB4WY5NZZUC1zWrZ9VZfffpRSpnKls69//YlWLzVmW54vWNIYVnOlnd/Nup2jP669ZmNV2UjQI2TU2bmxhii8/n6JKtMHt78Hq1cNvF24eYISYl74+H3orCw6B9Pl0y0UgGY1dCr446R26Cl3Exr+497X0xvkbNjYYQ9fxcekkxxb0Ugnu75PmGyUzpq590Yd45EYtR6YSNUrvrle+7g2442aChRbyTdjMkcIM9PSY4vyDKqDSXsMk7dyOOB1NyMgiEeoS3Z4lYmT1xkya89dW0kVtAkSsUEyrrdgnzh+BGkPwR/KJzJ2dh6UnbybNx1Ocpn2U6x/ujibG+Zk+NgFYa6hI/n52A5OSW0tsi6NHLlNsb4vsa49dFxi+Kxd/B3zsYvoyjM88OA6KTETZqNqi5N91/Ubk2XeqNm02BgerCxMdhlrVl4CXrxPWLhU8fleewFo0YjiRe5WTHiEULm0DYWfNkG7Pif4FQqfJG7T4Sui0fw0ITxsEOwI3//DQSW7YidEs9x4EkMmoSOGRz0SVYR0u4Hhbb459NY/GX+kS1llpiJE2Ms4pCXcQu5ry3NhAvAVBOmFwOlRD2SnlmYPkyZJfIi9mIkbXToULxfefBA2bQMdu5U9uaNMPbafyP0UAsuF8y5sFy7Qbu8ef268JyGHKD9FMrznuMp1Rn0Zc6XXAAhgYp+btgwytj0sZQRw3aMSR9DaW6m1O5WNo+gxP95QQeoNcV7qnKKrglJ066/EBsPch0nUrEK/QTcAsj1zH3roq5+LzmlT7q0ugMZoWGgu6WG5kKcjmV5+KgwVe1WleT+xHDzotGYHwhLIMFTKPr07C0P580beDZreHwlkP+oK+EjRqemXsc2p+59Xw+eWrt+a5bRY5HhOAIEmrxg1GS3eCyzgEQyJdTSDcHtoMd+BUiCTajSUXdaoLVcl4tbC7WQaPAzcBoJauHWuly1XAt0J1V3JjZKph6VSq6tsrSSdWxVc4CCOv4KR4pmnWJFk3CvjqMow4KrjiH4Hw0O2+ZXfBT/azTQnA06xF/din+e9J9som3WsWbz2LkCJ+ei8sIiUVFH6Uf/QRGZcjkYnPH7PadWcqwH2NYNfx/cHxzQyU4lg5Tm0GIibUUy7p9v6Ywki/O7VAhEXhwoUHUgrSKtxXBjl4LJwP3Tda6rrZusuY6tVfikhUVSn+KKwHCg61cU3lVM5pMTeSKU6wWaj44DBwYZLViewPisBnVtrboh6y9BpFS1nfwVaVXNoYoJTgvehN/cd6iTjCZloMMblX6Fz6coVd5By2KF3Jfqvw2mxai6236lT6HwKf0gcwc8Ls7PG6YpEbqE2Q6BS7QvWmYLBNki114Imo3KLtGM8pyKixtL+IiT6z+5OHqWTsfSc5aE11fn5G6OofyrgdN9Rcpf/aUlCCzR3fozNckkXR9sbEhgP9mYd4aB/W1KcifJBUOmOg1ZdSIe2CExkkRLY2j8sE8aIEQIrcAoHd9zrkEy8qctNEDGAugdeipG1rgS2eCq9w+d471xKPdOPkoclx4lMvlf1ko2MKbxwJhmJc6tmZbmMvrXyRQ76Z8iT5ET7AovIfpBBE2Jck98ERVlfPpVoHzBrex0mWWiMDM+uQwuGgMjmBGRDXS8Rcv4+k/y1nBSpuTWzpfOqqhfrdw82WQ8qO+BxkFNBfN/7iDJsoXf6CzVhAnGIkdhz+k+CHJ7tkraq6BmATpddVm1IdYMEQu3GrYfbpVPeXgUMG30LFpEN0HPwciquXmTkFy3cX2rPpCx+pYDUvLfIb540Wlluyat9Mb1zWEN/35VMepJNtivaozgov9Sq/LPD72T+Tsm8uqcdkNQxyjR6S+zn/AlWdJlsJfziy71b3RBsAvpL+rBFZFYnqCEzZclc9xlqQ8X0SrJpbR3HSw+14DnXQX+T9KXwh9lGU9JLQXUvWmfN2qiZGwUXHIIZmGBRgefEo0RXCo3ehRU+5l9UhqGoEwCkMf0WaMimW2NmiQco0JaeIUaWPhjo0MaIY3Awi+NHm1U4vJ88jQ7qJoZJMHExhtzCqNWgvDj/Q2mepmjzP+Qi8Mo49v9/ZpfECHzCChnI4g00xkD++lsGHiPLGU8gKKtJUpfdztNCr1VGGbfMkiCiY234IBOYdSXTLe/v99gqpeZUviv52JJ6PEzvt1TCL/USHWOijjL2QhCumY+zWh1YD8XOvhtDlki8wOorbG1DDx93XmXpGnVrfx4aMUqze5c3QrqUIYCDQywwAEPAiD8jXCukUAGBVTQUGgMNgGHJxBJZEoilZZEZzBZbA6Xx08WCEViSYpUJlcoU9PSMzJVak2WVpc+Q8ZMmbNkvaSiKCujuWE0Hg2KT+vJnVxtd2gZbZXNBdzVxV5LBSPikffXSGp+3EQ7Yb25yHs/9CNMJ3FIngQZCvFHujha1LCJcBGDi4WkyTKI7oaV6gh8ONIDn7sQ1udnz43CdHtBcrxXJOgnB/KvMb69k5OcRdJy8SpFuBrw8liv4t3bE++O7P0Dq0wTuHknBso1biJmso1JeobRrSwG6LKY7MUmupzFW6Xjrajn24zOGMgrD5rW2RlLy5p4OyIRBr6OyvDG2YcvamqSfSl8kA3VMPq8hiCdbxVGkoq6i5VUZEpLLa9NwNF5WBL4JlmMwNfleEvQJ8jw5kWwHMX54nRa0VFeXVidG0NtgFKkgU5JD3GSuT8W8CVhWpc2E6vgLmJxPtYO5TlY+Gn+pwWfJvnUFqyl4vsGd1xn+QwAAAA=") 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";
}
