@import url("swiper-bundle.min.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%;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Poppins-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::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1500px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 92;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 9px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #ff5f15;
}
@media screen and (min-width: 993px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #0070b8;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #ff5f15;
  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%;
}
.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: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
  gap: 56px;
}
header .logoBox {
  width: 97px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #fff;
}
header .menuOne.active > a::before {
  transform: translateX(-50%) scaleX(1);
}
header .menuOne.menuactive > a {
  color: #fff;
}
header .menuOne.menuactive > a::before {
  transform: translateX(-50%) scaleX(1);
}
header .menuOne {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 33px 0px 36px;
  position: relative;
  z-index: 1;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  bottom: 17px;
  transition: 0.3s;
  z-index: -1;
  background: #fff;
  border-radius: 16px;
}
header .menuOne > a:hover {
  color: #fff;
}
header .menuOne > a:hover::before {
  transform: translateX(-50%) scaleX(1);
}
header .menuOne .active > a {
  color: #0070b8;
  background: #f4f4f4;
}
header .menuOne .menuactive > a {
  color: #0070b8;
  background: #f4f4f4;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 44px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 8px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #0070b8;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #0070b8;
  }
}
header .lang .lang_box .lang2 {
  width: 20px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box .lang1 {
  width: 9px;
  aspect-ratio: 9/5;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box span {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  transition: 0.3s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #0070b8;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #0070b8;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #0070b8;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .sousuo {
  margin-left: 36px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: #ff5f15;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
header .sousuo .search:hover {
  background: #0070b8;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #0070b8;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #0070b8;
}
header .ul {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 7px;
}
header .ul div {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li:nth-of-type(1) a {
  border-radius: 12px 12px 0px 0px;
}
header .ul li:nth-last-of-type(1) a {
  border-radius: 0px 0px 12px 12px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 6px 24px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #0070b8;
  background: #f4f4f4;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 7px !important;
}
.header_box {
  display: flex;
  align-items: center;
}
.header {
  background: #fff;
}
.header .menuOne > a {
  color: #333;
}
.header .menuOne > a::before {
  background: #0070b8;
}
.header .menuOne > a:hover {
  color: #0070b8;
}
.header .menuOne.active > a,
.header .menuOne.menuactive > a {
  color: #0070b8;
}
.header .menuOne.active > a::before,
.header .menuOne.menuactive > a::before {
  background: #0070b8;
}
.header .lang .lang_box .lang2,
.header .lang .lang_box .lang1 {
  background: #333;
}
.header .lang .lang_box span {
  color: #333;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 21px;
  gap: 13px;
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  background: #0070b8;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover {
    background: #ff5f15;
  }
  .buttonBox a:hover .button_logo .mask_box {
    background: #ff5f15;
  }
}
.buttonBox .button_logo {
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonBox .button_logo .mask_box {
  width: 13px;
  aspect-ratio: 13/8;
  mask-image: url("../images/button_la.png");
  -webkit-mask-image: url("../images/button_la.png");
  background: #0070b8;
  margin-top: 2px;
  transition: 0.3s;
}
.buttonBox span {
  transition: 0s;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.big_title {
  font-family: Poppins-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 62px;
  color: #333;
}
.big_title a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    color: #0070b8;
  }
}
.big_title span {
  transition: 0s;
  color: #0070b8;
}
.index1 {
  padding: 103px 0px 100px;
}
.index1 .big_title {
  text-align: center;
}
.index1 .text {
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 1234px;
  margin: 14px auto 0px;
  font-family: Poppins-Medium;
}
.index1_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.4%;
}
.index1_list li {
  width: 32.4%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index1_list li:hover .imgBox::before {
    background: rgba(0, 0, 0, 0.8);
  }
  .index1_list li:hover .logo {
    opacity: 0;
  }
}
.index1_list .imgBox {
  position: relative;
}
.index1_list .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.3s;
}
.index1_list .maskBox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0px 30px 31px;
}
.index1_list .title {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  margin-top: 5px;
}
.index1_list .title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index1_list .title a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.index1_list .logo {
  width: 52px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
  transition: 0.3s;
}
.index1_list .hide_box {
  margin-top: 14px;
  display: none;
}
.index1_list .describe {
  line-height: 28px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index1_list .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.index1_list .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding: 8px 9px;
}
@media screen and (min-width: 993px) {
  .index1_list .button a:hover {
    background: #0070b8;
  }
}
.index2 {
  padding: 68px 0px 66px;
  z-index: 1;
  position: relative;
}
.index2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 63.59375%;
  background: url("../images/index2_back.jpg") no-repeat left bottom;
  background-size: cover;
  z-index: -1;
}
.index2 .describe {
  font-family: Poppins-Regular;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.index2 .buttonBox {
  margin-top: 44px;
}
.index2_l {
  width: 46.667%;
}
.index2_r {
  width: 50.2%;
  position: relative;
  overflow: hidden;
}
.index2_r .maskBox {
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.index3 {
  padding: 80px 0px;
}
.index3 .content {
  display: flex;
  flex-wrap: wrap;
}
.index3 figure {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  padding: 28px 20px 21px;
}
@media screen and (min-width: 993px) {
  .index3 figure:hover {
    background: #0070b8;
  }
  .index3 figure:hover .describe {
    color: #fff;
  }
  .index3 figure:hover .big_num {
    color: #fff;
  }
  .index3 figure:hover .big_num_after {
    color: #fff;
  }
}
.index3 .big_num {
  font-family: Poppins-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  color: #0070b8;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.index3 .big_num_after {
  font-family: Poppins-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #0070b8;
  transition: 0.3s;
}
.index3 .number_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}
.index3 .describe {
  color: #666;
  transition: 0.3s;
  text-align: center;
  margin-top: 14px;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 101px 0px 161px;
}
.index4 .big_title {
  text-align: center;
}
.index4 .text {
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 1125px;
  margin: 20px auto 0px;
  font-family: Poppins-Medium;
}
.index4 .turn_page {
  margin-top: 60px;
}
.index4 .turn_page #box {
  position: relative;
}
.index4 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 32.6%;
}
.index4 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0%;
}
.index4 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index4 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.index4 .turn_page #box .list-item:nth-of-type(2) .title,
.index4 .turn_page #box .list-item:nth-of-type(3) .title,
.index4 .turn_page #box .list-item:nth-of-type(4) .title,
.index4 .turn_page #box .list-item:nth-of-type(5) .title,
.index4 .turn_page #box .list-item:nth-of-type(6) .title {
  display: block;
}
.index4 .turn_page #box .list-item:nth-of-type(4) .title {
  color: #0070b8;
}
.index4 .title {
  display: none;
  position: absolute;
  text-align: center;
  font-family: Poppins-Medium;
  color: #666;
  width: 100%;
  bottom: -31px;
  transform: translateY(100%);
}
.index4 .controls {
  width: 45px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #999;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  margin-bottom: 9%;
}
@media screen and (min-width: 993px) {
  .index4 .controls:hover {
    background: #0070b8;
    border: 1px solid #0070b8;
  }
  .index4 .controls:hover .mask_box {
    background: #fff;
  }
}
.index4 .mask_box {
  width: 22px;
  aspect-ratio: 1/1;
  background: #999;
  transition: 0.3s;
}
.index4 .controls.prev {
  left: -36px;
  transform: translateX(-100%);
}
.index4 .controls.prev .mask_box {
  mask-image: url("../images/index4_la.png");
  -webkit-mask-image: url("../images/index4_la.png");
}
.index4 .controls.next {
  right: -36px;
  transform: translateX(100%);
}
.index4 .controls.next .mask_box {
  mask-image: url("../images/index4_lb.png");
  -webkit-mask-image: url("../images/index4_lb.png");
}
.index5 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0px;
}
.index5 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index5 .title {
  font-family: Poppins-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #333;
}
.index5 .big_title {
  color: #fff;
}
.index5 .big_title a {
  color: #fff;
}
.index5 .big_title a:hover {
  color: #0070b8;
}
.index5 .describe {
  font-family: Poppins-Medium;
  color: #fff;
  margin-top: 31px;
}
.index5_l {
  width: 49.734%;
  padding-top: 6px;
}
.index5_r {
  width: 40.734%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  padding: 25px 31px 27px 38px;
}
.index5_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 0px;
  width: 100%;
  margin-top: 17px;
}
.index5_r form > * {
  width: 100%;
}
.index5_r form input,
.index5_r form textarea {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  font-family: Poppins-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 11px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.index5_r form input::placeholder,
.index5_r form input::-webkit-input-placeholder,
.index5_r form textarea::placeholder {
  color: #999;
}
.index5_r form .int1 {
  width: 48.3%;
}
.index5_r form input {
  height: 39px;
}
.index5_r form textarea {
  height: 39px;
  padding-top: 6px !important;
}
.index5_r form .ttBox {
  width: 100%;
}
.index5_r form .yzm {
  position: relative;
  display: flex;
}
.index5_r form .yzm input {
  flex: 1;
  padding-right: 76px;
}
.index5_r form .yzm span {
  height: 34px;
  aspect-ratio: 71/34;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.index5_r form .yzm span img {
  height: 100%;
}
.index5_r form .afterBox {
  position: relative;
}
.index5_r form .afterBox::before {
  left: 12px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.index5_r form .afterBox input,
.index5_r form .afterBox textarea {
  padding-left: 24px;
}
.index5_r form .ttBox::before {
  top: 28px;
}
.index5_r form .tj input {
  cursor: pointer;
  background: #ff5f15;
  border: 1px solid #ff5f15;
  color: #fff;
  transition: 0.3s;
}
.index5_r form .tj input:hover {
  background: #fff;
  color: #ff5f15;
}
.index6 {
  padding: 101px 0px 82px;
}
.index6 .top_r {
  padding-top: 5px;
}
.index6 .sw_box {
  margin-top: 48px;
}
.index6 .sw_box .swiper {
  padding-bottom: 1px;
}
.index6 .imgBox {
  border-radius: 8px;
  overflow: hidden;
}
.index6 .swiper-slide {
  border-radius: 8px;
  border: 1px solid #f6f6f7;
  background: #fff;
  overflow: hidden;
  height: auto;
}
.index6 .time {
  color: #666;
}
.index6 .box {
  padding: 20px 16px 12px;
}
.index6 .title {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 5px;
  min-height: 60px;
}
.index6 .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;
}
.index6 .title a:hover {
  color: #0070b8;
}
.index6 .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  min-height: 60px;
  margin-top: 7px;
}
.index6 .links {
  margin-top: 20px;
}
.index6 .links a {
  color: #0070b8;
}
.index6 .links a:hover {
  color: #ff5f15;
}
.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  padding: 102px 0px 73px;
  overflow: hidden;
}
.index7 .big_title {
  text-align: center;
}
.index7 .text {
  font-family: Poppins-Medium;
  width: 100%;
  max-width: 1092px;
  margin: 14px auto 0px;
  text-align: center;
  color: #666;
}
.index7_container {
  margin-top: 61px;
  position: relative;
}
.index7_container::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 199px;
  aspect-ratio: 159/199;
  background: url("../images/index7_back1.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  position: absolute;
}
.index7_container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 199px;
  aspect-ratio: 158/199;
  background: url("../images/index7_back2.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.index7_container figure {
  height: 120px;
}
.index7_list {
  display: flex;
  flex-wrap: nowrap;
}
.index7_list li {
  width: 160px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.1);
  overflow: hidden;
  margin-right: 30px;
}
.public_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.public_top .top_l {
  flex: 1;
}
.margin_top {
  margin-top: 100px;
}
.bannerBox {
  padding-top: 28.64583333%;
  position: relative;
}
.bannerBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 49.6%;
  transform: translate(-50%, -50%);
}
.bannerBox .container {
  width: 100%;
  max-width: 1200px;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .banner_title {
  font-family: Poppins-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  color: #fff;
}
.bannerBox .banner_describe {
  font-family: Poppins-Medium;
  color: #fff;
  margin-top: 14px;
}
.mbx {
  font-family: Poppins-Medium;
  color: #333;
  padding-top: 10px;
}
.mbx a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .mbx a:hover {
    color: #0070b8;
  }
}
.mbx a.active {
  color: #0070b8;
}
.public_menu {
  width: 22.667%;
}
.public_menu .menu_box {
  background: #f4f4f4;
  transition: 0.3s;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 11px 20px 9px;
}
.public_menu .menu_box a {
  color: #333;
  flex: 1;
}
.public_menu .menu_box a::before {
  content: attr(title);
  font-family: Poppins-Bold;
  font-size: 20px;
  display: block;
  height: 0px;
  overflow: hidden;
}
.public_menu .menu_box .menu_controls {
  width: 20px;
  cursor: pointer;
}
.public_menu .menu_box .menu_controls img:nth-of-type(1) {
  display: block;
}
.public_menu .menu_box .menu_controls img:nth-of-type(2) {
  display: none;
}
.public_menu .menu_box.active {
  background: #0070b8;
  font-family: Poppins-Bold;
  font-size: 20px;
}
.public_menu .menu_box.active a {
  color: #fff;
}
.public_menu .menu_box.active .menu_controls img:nth-of-type(1) {
  display: none;
}
.public_menu .menu_box.active .menu_controls img:nth-of-type(2) {
  display: block;
}
.public_menu .menu_all {
  display: none;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.public_menu .menu_all span {
  flex: 1;
  display: block;
}
.public_menu .menu_all .down {
  width: 8px;
}
.public_menu li:not(:nth-of-type(1)) {
  margin-top: 20px;
}
.public_menu_list1 {
  font-family: Poppins-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #666;
  display: none;
  padding-top: 18px;
}
.public_menu_list1 a {
  padding: 0px 30px;
  display: block;
  color: #666;
  position: relative;
}
.public_menu_list1 a::before {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0070b8;
  transition: 0.3s;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 993px) {
  .public_menu_list1 a:hover {
    color: #0070b8;
  }
}
.public_menu_list1 a.active {
  color: #0070b8;
}
.public_menu_list1 li:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.to1 {
  padding: 40px 0px 88px;
}
.to1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to1_title {
  font-family: Poppins-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  color: #333;
}
.to1_title span {
  display: inline;
  color: #0070b8;
}
.to1_r {
  width: 74.267%;
  padding-top: 1px;
}
.to1_r form {
  margin-top: 29px;
}
.to1_r_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 1.7945%;
}
.to1_r_list .imgBox {
  border: 1px solid #ccc;
}
.to1_r_list li {
  width: 32.137%;
}
.to1_r_list .title {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.to1_r_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;
}
@media screen and (min-width: 993px) {
  .to1_r_list .title a:hover {
    color: #0070b8;
  }
}
.to1_r_list .describe {
  font-family: Poppins-Medium;
  color: #4d4d4d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 7px;
}
.to1_r_list .box {
  padding-top: 16px;
}
.to1_r_list .input_box input {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 1px solid #999;
}
.to1_r_list .links {
  color: #666;
  font-family: Poppins-Medium;
}
@media screen and (min-width: 993px) {
  .to1_r_list .links:hover {
    color: #0070b8;
  }
}
.to1_r_list .input_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
}
.tt1 {
  padding: 40px 0px 60px;
}
.tt1 .content {
  display: flex;
  justify-content: space-between;
}
.tt1 .sw_box1 {
  width: 82.237%;
  position: relative;
  z-index: 2;
  border: 1px solid #ccc;
}
.tt1 .r_box {
  width: 40.534%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tt1 .box {
  width: 100%;
  position: relative;
}
.tt1 .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tt1 .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt1 .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) {
  .tt1 .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.tt1 .mySwipertt1_2 {
  width: 100%;
  height: 83.2%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.tt1 .mySwipertt1_2 .swiper-slide {
  cursor: pointer;
  position: relative;
  border: 1px solid #ccc;
}
.tt1 .sw_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.625%;
  height: 100%;
}
.tt1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 25px;
  aspect-ratio: 1/1;
  background: #000;
  opacity: 0.5;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .tt1 .pic-btn:hover {
    background: #0070b8;
    opacity: 1;
  }
}
.tt1 .pic-btn.prev {
  top: 0px;
  mask-image: url("../images/tt1_la.png");
  -webkit-mask-image: url("../images/tt1_la.png");
}
.tt1 .pic-btn.next {
  bottom: 0px;
  mask-image: url("../images/tt1_lb.png");
  -webkit-mask-image: url("../images/tt1_lb.png");
}
.tt_title {
  font-family: Poppins-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  color: #333;
}
.tt_title span {
  color: #0070b8;
  display: inline;
}
.tt1_l {
  width: 56.067%;
  padding: 26px 0px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.tt1_l .describe {
  font-family: Poppins-Medium;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 13px;
  padding-top: 19px;
}
.tt1_l .share_box {
  font-family: Poppins-Medium;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.tt1_l .buttonBox {
  margin-top: 39px;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.tt1_l .buttonBox a {
  padding: 15px 21px;
}
.tt2 {
  padding-bottom: 46px;
}
.tt2 .content {
  overflow: hidden;
}
.tt2 .describe {
  font-family: Poppins-Medium;
  color: #333;
  margin-top: 38px;
}
.tt2 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 26px;
}
.tt2 .describe em::before {
  content: "";
  position: absolute;
  width: 16px;
  border-radius: 50%;
  overflow: hidden;
  left: 2px;
  top: 6px;
  aspect-ratio: 1/1;
  background: url("../images/tt2_la.png") no-repeat center;
  background-size: cover;
}
.tt2_l {
  padding-top: 3px;
}
.tt2_r {
  width: 36%;
  float: right;
  margin-bottom: 5px;
  margin-left: 2.667%;
}
.tt3 {
  padding-bottom: 50px;
}
.tt3 .tt_title {
  text-align: center;
}
.tt3_menu {
  display: flex;
  justify-content: center;
  gap: 12px 30px;
  flex-wrap: wrap;
  margin-top: 29px;
}
.tt3_menu span {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  display: block;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #666;
  cursor: pointer;
  transition: 0.3s;
  padding: 9px 24px;
}
.tt3_menu span::before {
  content: attr(title);
  font-family: Poppins-Bold;
  font-size: 20px;
  height: 0px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 993px) {
  .tt3_menu span:hover {
    background: #0070b8;
    color: #fff;
    border: 1px solid #0070b8;
  }
}
.tt3_menu span.active {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #fff;
  background: #0070b8;
  border: 1px solid #0070b8;
}
.tt3_container {
  margin-top: 42px;
}
.tt3_container .tt3_box {
  display: none;
}
.tt3_container .describe {
  color: #666;
}
.tt3_container .describe em {
  font-style: normal;
  font-size: 20px;
  font-family: Poppins-Bold;
  color: #333;
}
.tt3_container .table table {
  min-width: 800px;
  text-align: center;
  table-layout: fixed;
}
.tt3_container .table table td {
  padding: 5px 10px;
}
.tt3_container .table table tr:nth-of-type(1) td {
  color: #333;
}
.tt3_container .table table td:nth-of-type(1) {
  background: #0070b8;
  color: #fff !important;
}
.tt4 {
  padding-bottom: 81px;
}
.tt4 .text {
  font-size: 18px;
  color: #333;
  margin-top: 9px;
}
.tt4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.3%;
  margin-top: 30px;
}
.tt4_list li {
  width: 31.8%;
}
.tt5 {
  padding-bottom: 72px;
}
.tt5 .sw_box {
  margin-top: 29px;
}
.tt5 .top_r {
  padding-top: 16px;
}
.tt5 .imgBox {
  border: 1px solid #ccc;
}
.tt5 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.tt5 .title {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.tt5 .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;
}
@media screen and (min-width: 993px) {
  .tt5 .title a:hover {
    color: #0070b8;
  }
}
.tt5 .describe {
  font-family: Poppins-Medium;
  color: #4d4d4d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 7px;
}
.tt5 .box {
  padding-top: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tt5 .links {
  margin-top: 30px;
}
.tt5 .links a {
  color: #0070b8;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 112, 184, 0.5);
}
@media screen and (min-width: 993px) {
  .tt5 .links a:hover {
    color: #ff5f15;
    text-decoration-color: rgba(255, 95, 21, 0.5);
  }
}
.tho1 {
  margin-top: 40px;
}
.tho1 .describe {
  display: block;
}
.tho2 {
  padding: 60px 0px 80px;
}
.tho3 {
  padding-bottom: 81px;
}
.tho3 .box {
  display: flex;
  align-items: flex-end;
  gap: 28px;
}
.tho3 .to1_title {
  flex: 1;
}
.tho3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
}
.tho3 .logo {
  width: 72px;
  margin-bottom: 3px;
}
.tho3 figure {
  width: 48.4%;
  background: #f2f7fd;
  padding: 42px 43px 45px;
  border-radius: 0px 56px 0px 56px;
  overflow: hidden;
}
.tho3 figure:nth-of-type(even) {
  background: rgba(66, 201, 238, 0.1);
}
.tho3 .describe {
  margin-top: 14px;
  color: #666;
}
.tho3 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 24px;
}
.tho3 .describe em::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 13px;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #666;
}
.tho4 {
  padding-bottom: 80px;
}
.tho4 .text {
  color: #666;
  margin-top: 19px;
}
.tho4_container {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.tho4_l {
  position: sticky;
  min-width: 216px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  margin: 112px 0px;
}
.tho4_l::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 15px;
  aspect-ratio: 15/499;
  background: url("../images/tho4_lc.png") no-repeat center;
  background-size: cover;
}
.tho4_l .year {
  font-family: Poppins-Bold;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  color: #0070b8;
  text-align: center;
  transition: 0.3s;
}
.tho4_l .sw_box {
  padding: 224px 15px 224px 0px;
  transform: translateY(-224px);
  overflow: hidden;
  box-sizing: border-box;
  height: 498px;
}
.tho4_l .swiper {
  height: 50px;
  overflow: initial;
  width: auto;
  margin-left: 0px;
}
.tho4_l .swiper-slide.prev .year {
  background: linear-gradient(180deg, rgba(0, 112, 184, 0.16) 0%, rgba(0, 112, 184, 0.8) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho4_l .swiper-slide.prev_before .year {
  background: linear-gradient(180deg, rgba(0, 112, 184, 0.05) 0%, rgba(0, 112, 184, 0.5) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.tho4_l .swiper-slide {
  margin-bottom: 62px;
  cursor: pointer;
}
.tho4_l .swiper-slide-active .year {
  color: #0070b8;
}
.tho4_l .swiper-slide:nth-last-of-type(1) {
  margin-bottom: 0px !important;
}
.tho4_r {
  width: 76.8%;
}
.tho4_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  gap: 5.035%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px 35px;
  align-items: center;
}
.tho4_list .r_box {
  flex: 1;
  padding-top: 4px;
  padding-right: 40px;
}
.tho4_list .year {
  font-family: Poppins-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  transition: 0.3s;
}
.tho4_list .l_box {
  width: 40%;
  max-width: 370px;
}
.tho4_list .describe {
  color: #666;
  margin-top: 19px;
}
@media screen and (min-width: 993px) {
  .tho4_list li.active .year {
    color: #0070b8;
  }
}
.tho5 {
  background: #f4f4f4;
  padding: 101px 0px 139px;
}
.tho5 .text {
  font-family: Poppins-Regular;
}
.tho5 .turn_page {
  margin-top: 50px;
}
.tho5 .turn_page .title {
  bottom: -10px;
}
.tho6 {
  background: url("../images/tho6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 54px 0px 122px;
}
.tht1 {
  padding: 40px 0px 80px;
}
.tht1 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tht1_l {
  width: 46.067%;
}
.tht1_r {
  width: 49.934%;
}
.tht1_r .describe {
  color: #666;
  margin-top: 29px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tht1_r .show.describe {
  -webkit-line-clamp: initial !important;
}
.tht1_r .read {
  margin-top: 23px;
}
.tht1_r .read span {
  display: none;
  color: #0070b8;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .tht1_r .read span:hover {
    color: #ff5f15;
  }
}
.tht2 {
  background: #f4f4f4;
  padding: 61px 0px 70px;
}
.tht2 .sw_box {
  margin-top: 39px;
  position: relative;
}
.tht2 .title {
  font-family: Poppins-Medium;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.tht2 .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.tht2 .controls.prev {
  left: -34px;
  transform: translate(-100%, -50%);
}
.tht2 .controls.next {
  right: -34px;
  transform: translate(100%, -50%);
}
.tht3 {
  padding: 81px 0px 80px;
}
.tht3 .big_title {
  text-align: center;
}
.tht3_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 41px;
  margin-top: 29px;
}
.tht3_menu span {
  font-family: Poppins-Medium;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #666;
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 9px 20px;
}
.tht3_menu span::before {
  content: attr(title);
  font-family: Poppins-Bold;
  display: block;
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .tht3_menu span:hover {
    background: #0070b8;
    border: 1px solid #0070b8;
    color: #fff;
  }
}
.tht3_menu span.active {
  font-family: Poppins-Bold;
  color: #fff;
  background: #0070b8;
  border: 1px solid #0070b8;
}
.tht3_container {
  margin-top: 50px;
}
.tht3_container .tht3_box {
  display: none;
}
.fuo1 {
  padding: 40px 0px 80px;
}
.fuo1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fuo1 .big_title {
  line-height: 62px;
  padding-right: 30px;
}
.fuo1_l {
  width: 57.8%;
  padding-top: 1px;
}
.fuo1_l .describe {
  color: #666;
  margin-top: 19px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fuo1_l .show.describe {
  -webkit-line-clamp: initial !important;
}
.fuo1_l .read {
  margin-top: 41px;
}
.fuo1_l .read span {
  display: none;
  color: #0070b8;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .fuo1_l .read span:hover {
    color: #ff5f15;
  }
}
.fuo1_r {
  width: 38.734%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.fuo2 {
  background: #f4f4f4;
  padding: 51px 0px 58px;
}
.fuo2 .describe {
  color: #666;
  margin-top: 14px;
}
.fuo2 .describe strong {
  font-family: Poppins-Bold;
  font-size: 20px;
  color: #333;
}
.fuo2 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 26px;
  color: #333;
  margin-top: 8px;
}
.fuo2 .describe em::before {
  content: "";
  position: absolute;
  width: 16px;
  border-radius: 50%;
  overflow: hidden;
  left: 2px;
  top: 6px;
  aspect-ratio: 1/1;
  background: url("../images/tt2_la.png") no-repeat center;
  background-size: cover;
}
.fuo3 {
  padding: 80px 0px 93px;
}
.fuo3 .content {
  overflow: hidden;
}
.fuo3_l {
  float: left;
  margin-right: 3.332%;
  margin-bottom: 5px;
  width: 42.934%;
}
.fuo3_l .imgBox {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.fuo3_r {
  padding-top: 38px;
}
.fuo3_r .describe {
  color: #666;
  margin-top: 45px;
}
.fuo4 {
  background: #f4f4f4;
  padding: 73px 0px 75px;
}
.fuo4 .text {
  color: #666;
  margin-top: 8px;
}
.fuo4_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin-top: 23px;
}
.fuo4_list li {
  width: 49.267%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fuo4_list .flex_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fuo4_list .logo {
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fuo4_list .title {
  flex: 1;
  color: #333;
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
.fuo4_list .text1 {
  color: #666;
  margin-top: 10px;
}
.fuo4_list .box {
  border: 1px solid #666;
  padding: 13px 19px 15px;
  margin-top: 16px;
}
.fuo4_list .box1 {
  padding: 17px 19px 9px;
}
.fuo4_list .describe1 {
  color: #666;
}
.fuo4_list .describe1 p:not(:nth-of-type(1)) {
  margin-top: 11px;
}
.fuo4_list .describe1 em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 11px;
}
.fuo4_list .describe1 em::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 13px;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #666;
}
.fuo4_list .describe2 {
  color: #666;
}
.fuo4_list .describe2 em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 30px;
}
.fuo4_list .describe2 em::before {
  content: "";
  position: absolute;
  width: 16px;
  border-radius: 50%;
  overflow: hidden;
  left: 2px;
  top: 6px;
  aspect-ratio: 1/1;
  background: url("../images/tt2_la.png") no-repeat center;
  background-size: cover;
}
.fuo4_list .describe2 p:not(:nth-of-type(1)) {
  margin-top: 5px;
}
.fo1 {
  padding: 41px 0px 49px;
}
.fo1_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 29px;
}
.fo1_l {
  width: 53.134%;
  padding-top: 1px;
}
.fo1_l .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fo1_l .show.describe {
  -webkit-line-clamp: initial !important;
}
.fo1_l .read {
  margin-top: 37px;
}
.fo1_l .read span {
  display: none;
  color: #0070b8;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .fo1_l .read span:hover {
    color: #ff5f15;
  }
}
.fo1_r {
  width: 43.4%;
}
.fo2 {
  padding-bottom: 51px;
}
.fo2_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.fo2_menu span {
  display: block;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #666;
  cursor: pointer;
  padding: 10px 28px 8px;
}
.fo2_menu span::before {
  content: attr(title);
  font-family: Poppins-Bold;
  font-size: 20px;
  display: block;
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .fo2_menu span:hover {
    background: #0070b8;
    border: 1px solid #0070b8;
    color: #fff;
  }
}
.fo2_menu span.active {
  font-family: Poppins-Bold;
  font-size: 20px;
  background: #0070b8;
  border: 1px solid #0070b8;
  color: #fff;
}
.fo2_container {
  margin-top: 29px;
}
.fo2_container .box {
  display: none;
}
.fo2_container .describe {
  color: #666;
}
.fo2_container .table table td {
  border: 1px solid #e1e2e4;
  padding: 4px 26px;
}
.fo2_container .table table tr:nth-of-type(1) td {
  padding: 10px 26px;
  font-size: 18px;
  color: #fff;
  background: #0070b8;
}
.fo3 {
  padding-bottom: 81px;
}
.fo3 .text {
  color: #666;
  margin-top: 20px;
}
.fo3 .describe {
  color: #666;
  margin-top: 40px;
}
.fo3 .sw_box {
  position: relative;
  margin-top: 28px;
}
.fo3 .controls {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.fo3 .controls.prev {
  left: -34px;
  transform: translate(-100%, -50%);
}
.fo3 .controls.next {
  right: -34px;
  transform: translate(100%, -50%);
}
.fo3_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 27px;
}
.fo3_list li {
  border-radius: 16px;
  background: #f4f4f4;
  padding: 5px 28px;
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 21px;
}
.fo3_list .number {
  width: 52px;
  aspect-ratio: 1/1;
  background: #0070b8;
  font-family: Poppins-Bold;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fo3_list .describe1 {
  flex: 1;
  color: #666;
}
.fo4 .sw_box {
  margin-top: 49px;
}
.ft1 {
  padding: 41px 0px 81px;
}
.ft1 .big_title {
  text-align: center;
}
.ft1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 82px 1.799%;
  margin-top: 93px;
}
.ft1_list .logo {
  width: 94px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translate(-50%, -50%);
}
.ft1_list li {
  display: flex;
  flex-direction: column;
  width: 32.134%;
  border-radius: 10px;
  border: 1px solid #666;
  position: relative;
  padding: 72px 16px 4px;
}
.ft1_list .name {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  text-align: center;
}
.ft1_list .describe {
  line-height: 28px;
  color: #4d4d4d;
  min-height: 84px;
  margin-top: 10px;
  flex: 1;
}
.ft1_list .number {
  -webkit-text-stroke: 1px #0070b8;
  color: transparent;
  font-family: Poppins-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  text-align: right;
  margin-top: 6px;
}
.ffu1 {
  padding: 41px 0px 89px;
}
.ffu1 .big_title {
  text-align: center;
}
.ffu1_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 49px;
}
.ffu1_list li {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 17px 11px 11px;
}
.ffu1_list .logo_controls {
  width: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin-right: 13px;
}
.ffu1_list .logo_controls img:nth-of-type(1) {
  display: block;
}
.ffu1_list .logo_controls img:nth-of-type(2) {
  display: none;
}
.ffu1_list .flex_l {
  font-size: 20px;
  font-family: Poppins-Bold;
  color: #333;
  min-width: 52px;
}
.ffu1_list .title {
  flex: 1;
  font-size: 20px;
  font-family: Poppins-Medium;
  color: #333;
}
.ffu1_list .flex_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.ffu1_list .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.ffu1_list .faq_q.active .title {
  font-family: Poppins-Bold;
}
.ffu1_list .faq_q.active .logo_controls img:nth-of-type(1) {
  display: none;
}
.ffu1_list .faq_q.active .logo_controls img:nth-of-type(2) {
  display: block;
}
.ffu1_list .faq_a {
  display: none;
  margin-top: 9px;
}
.ffu1_list .faq_a .flex_l {
  color: #0070b8;
}
.ffu1_list .describe {
  color: #666;
  padding-right: 30px;
}
.so1 {
  padding: 41px 0px 89px;
}
.so1 .top_r {
  padding-top: 5px;
}
.so1 .PageNumber {
  margin-top: 65px;
}
.so1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
}
.so1_menu a {
  display: block;
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #666;
  cursor: pointer;
  padding: 10px 8px 8px;
  min-width: 230px;
}
.so1_menu a::before {
  content: attr(title);
  font-family: Poppins-Bold;
  font-size: 20px;
  display: block;
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .so1_menu a:hover {
    background: #0070b8;
    border: 1px solid #0070b8;
    color: #fff;
  }
}
.so1_menu a.active {
  font-family: Poppins-Bold;
  font-size: 20px;
  background: #0070b8;
  border: 1px solid #0070b8;
  color: #fff;
}
.so1_list {
  margin-top: 16px;
}
.so1_list li {
  display: flex;
  flex-wrap: wrap;
  gap: 5.8%;
  border-bottom: 1px solid #d9d9d9;
  padding: 33px 0px 25px;
}
.so1_list .l_box {
  width: 40%;
  max-width: 371px;
  border-radius: 8px;
  overflow: hidden;
}
.so1_list .r_box {
  flex: 1;
  padding-top: 8px;
}
.so1_list .time {
  color: #666;
}
.so1_list .title {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  margin-top: 5px;
}
.so1_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;
}
@media screen and (min-width: 993px) {
  .so1_list .title a:hover {
    color: #0070b8;
  }
}
.so1_list .describe {
  margin-top: 19px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.so1_list .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 47px;
}
.so1_list .links a {
  color: #0070b8;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 993px) {
  .so1_list .links a:hover .logo {
    background: #ff5f15;
  }
}
.so1_list .links .logo {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #0070b8;
}
.so1_list .links span {
  transition: 0s;
}
.st1 {
  padding: 41px 0px 82px;
}
.st1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.st1_l {
  width: 67.667%;
}
.st1_l .share_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.st1_l .share_time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 37px;
}
.st1_l .describe {
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 22px;
  padding: 40px 0px 62px;
  text-align: justify;
}
.st1_l .describe img {
  display: inline-block;
}
.st1_r {
  width: 28.734%;
}
.st1_r_1 {
  background: url('../images/st1_r_ia.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 431/512;
  position: relative;
  padding: 0px 16px 32px;
  display: flex;
  align-items: flex-end;
}
.st1_r_1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 345px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 84.49%);
}
.st1_r_1 .container {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.st1_r_1 .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #fff;
}
.st1_r_1 .describe {
  color: #fff;
  margin-top: 4px;
}
.st1_r_1 .button {
  margin-top: 17px;
  display: flex;
  justify-content: flex-start;
}
.st1_r_1 .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0070b8;
  padding: 6px 19px;
}
.st1_r_2 {
  background: #0070b8;
  padding: 27px 34px 18px;
  margin-top: 54px;
}
.st1_r_2 .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #fff;
}
.st1_r_2 .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 32px;
  margin-top: 32px;
}
.st1_r_2 .icBox .iconfont {
  transition: 0s;
  font-size: 20px;
}
.st1_r_2 .icBox a {
  color: #fff;
  display: block;
}
.st1_r_2 .icBox a:hover {
  color: #0070b8;
}
.st1_r_3 {
  margin-top: 56px;
  background: #F6F6F6;
  padding: 29px 25px 35px;
}
.st1_r_3 .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #333;
}
.st1_r_3_list {
  border-top: 1px solid #D9D9D9;
  margin-top: 19px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.st1_r_3_list a {
  color: #666;
}
.st1_r_3_list a:hover {
  color: #0070b8;
}
.seo1 {
  padding: 41px 0px 42px;
}
.seo1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.667%;
}
.seo1_l {
  flex: 1;
}
.seo1_list {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.seo1_list .logo {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.seo1_list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.seo1_list .flex_box {
  flex: 1;
  padding-top: 4px;
}
.seo1_list .name {
  color: #666;
}
.seo1_list .text {
  font-family: Poppins-Medium;
  font-size: 20px;
  line-height: 35px;
  color: #333;
  margin-top: -3px;
  position: relative;
  z-index: 1;
}
.seo1_list .text a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .seo1_list .text a:hover {
    color: #0070b8;
  }
}
.seo1_r {
  width: 58.534%;
  padding-top: 1px;
}
.seo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px 0px;
  width: 100%;
  margin-top: 28px;
}
.seo1_r form > * {
  width: 100%;
}
.seo1_r form input,
.seo1_r form textarea {
  border: 1px solid #D9D9D9;
  background: #fff;
  font-family: Poppins-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;
}
.seo1_r form input::placeholder,
.seo1_r form input::-webkit-input-placeholder,
.seo1_r form textarea::placeholder {
  color: #444;
}
.seo1_r form .int1 {
  width: 48.5%;
}
.seo1_r form input {
  height: 50px;
}
.seo1_r form textarea {
  height: 118px;
  padding-top: 10px !important;
}
.seo1_r form .ttBox {
  width: 100%;
}
.seo1_r form .yzm {
  position: relative;
  display: flex;
  flex: 1;
}
.seo1_r form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.seo1_r form .yzm span {
  height: 34px;
  aspect-ratio: 102/34;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.seo1_r form .yzm span img {
  height: 100%;
}
.seo1_r form .afterBox {
  position: relative;
}
.seo1_r form .afterBox::before {
  left: 14px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #BC0E0E;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.seo1_r form .afterBox input,
.seo1_r form .afterBox textarea {
  padding-left: 26px;
}
.seo1_r form .ttBox::before {
  top: 26px;
}
.seo1_r form .tj {
  width: 40%;
  margin-left: 3%;
}
.seo1_r form .tj input {
  cursor: pointer;
  background: #0070b8;
  border: 1px solid #0070b8;
  color: #fff;
  transition: 0.3s;
}
.seo1_r form .tj input:hover {
  background: #ff5f15;
  border: 1px solid #ff5f15;
}
.seo2 {
  padding-bottom: 80px;
}
.seo2 .content {
  position: relative;
}
.seo2 .container {
  position: absolute;
  padding: 14px 10px 10px;
  left: 11px;
  bottom: 13px;
  background: rgba(255, 255, 255, 0.8);
  width: 50%;
  max-width: 468px;
}
.seo2 .box {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.seo2 .logo {
  width: 22px;
}
.seo2 .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #0070b8;
  flex: 1;
}
.seo2 .describe {
  color: #333;
  padding-left: 30px;
  margin-top: 4px;
}
.page_change {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
}
.page_change .logo {
  width: 48px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  background: #d9d9d9;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #0070b8;
}
.page_change .box {
  line-height: 28px;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change .page_name {
  color: #333;
}
.page_change .page_name + * {
  color: #666666;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #0070b8;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.swiper_controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.swiper_controls .controls {
  width: 45px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #999;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .swiper_controls .controls:hover {
    background: #0070b8;
    border: 1px solid #0070b8;
  }
  .swiper_controls .controls:hover .mask_box {
    background: #fff;
  }
}
.swiper_controls .mask_box {
  width: 22px;
  aspect-ratio: 1/1;
  background: #999;
  transition: 0.3s;
}
.swiper_controls .controls.prev .mask_box {
  mask-image: url("../images/index4_la.png");
  -webkit-mask-image: url("../images/index4_la.png");
}
.swiper_controls .controls.next .mask_box {
  mask-image: url("../images/index4_lb.png");
  -webkit-mask-image: url("../images/index4_lb.png");
}
.PageNumber {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins-Regular;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-family: Poppins-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 44px;
  height: 44px;
  background: #f4f4f4;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #0070b8;
  color: #fff;
}
.PageNumber .active {
  background: #0070b8;
  color: #fff;
}
.PageNumber .p_f {
  width: 66px;
  margin-right: 7px;
}
.PageNumber .p_l {
  width: 68px;
  margin-left: 7px;
}
.PageNumber input {
  font-family: Poppins-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10.5px;
}
.PageNumber input:hover {
  color: #0070b8;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 64px;
}
.PageNumber.center {
  justify-content: center;
}
footer {
  background: #0070b8;
  padding: 82px 0px 35px;
}
footer .dif_footer {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .dif_up {
  display: none;
}
footer .list {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: rgba(248, 249, 251, 0.9);
  margin-top: 18px;
}
footer .list a {
  color: rgba(248, 249, 251, 0.9);
}
@media screen and (min-width: 993px) {
  footer .list a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
footer .contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
footer .logo {
  width: 24px;
  aspect-ratio: 24/22;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
footer .icBox a {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
footer .icBox a:hover {
  border: 2px solid #fff;
  color: #fff;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.footer_a .ul4 {
  max-width: 270px;
}
.footer_b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 5%;
  padding-top: 23px;
  margin-top: 49px;
}
.footer_b .l_box {
  font-family: Poppins-Regular;
  color: rgba(255, 255, 255, 0.8);
  flex: 1;
  line-height: 28px;
}
.footer_b .l_box a {
  color: rgba(255, 255, 255, 0.8);
  display: inline;
}
.footer_b .l_box a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_b .l_box img {
  display: inline;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 2px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 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: #0070b8;
}
.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: #0070b8;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1780px) {
  .index4 .controls {
    width: 38px;
  }
  .index4 .controls.prev {
    left: -20px;
  }
  .index4 .controls.next {
    right: -20px;
  }
  .index4 .mask_box {
    width: 18px;
  }
  .tht2 .controls.prev,
  .fo3 .controls.prev {
    left: -20px;
  }
  .tht2 .controls.next,
  .fo3 .controls.next {
    right: -20px;
  }
}
@media screen and (max-width: 1480px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .content {
    width: calc(100% - 80px) !important;
  }
  header .logoBox {
    width: 72px;
  }
  header .center {
    gap: 42px;
  }
  header .menuOne > a {
    padding: 26px 0px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px !important;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .text {
    font-family: Poppins-Regular;
    margin: 6px auto 0px;
  }
  .index1_list {
    margin-top: 30px;
  }
  .index1_list .maskBox {
    padding: 0px 20px 20px;
  }
  .index1_list .logo {
    width: 36px;
  }
  .index1_list .title {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
  }
  .index1_list .hide_box {
    margin-top: 6px;
  }
  .index1_list .describe {
    line-height: 26px;
  }
  .index1_list .button {
    margin-top: 15px;
  }
  .index1_list .button a {
    padding: 4px 9px 2px;
  }
  .index2 {
    padding: 60px 0px;
    gap: 40px;
  }
  .index2 .content {
    align-items: center;
  }
  .index2 .describe {
    font-family: Poppins-Regular;
    margin-top: 20px;
  }
  .index2 .buttonBox {
    margin-top: 30px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .big_num {
    font-size: 32px;
    line-height: 34px;
  }
  .index3 .big_num_after {
    font-size: 16px;
    line-height: 26px;
  }
  .index3 .describe {
    margin-top: 8px;
  }
  .index4 {
    padding: 60px 0px 80px;
  }
  .index4 .text {
    font-family: Poppins-Regular;
    margin: 6px auto 0px;
  }
  .index4 .turn_page {
    margin-top: 20px;
  }
  .index4 .title {
    bottom: -6px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .describe {
    margin-top: 6px;
    font-family: Poppins-Regular;
  }
  .index5 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .index5_l {
    padding-top: 0px;
  }
  .index5_r {
    width: 48%;
  }
  .index5_r form {
    margin-top: 12px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .top_r {
    padding-top: 0px;
  }
  .index6 .sw_box {
    margin-top: 30px;
  }
  .index6 .box {
    padding: 16px 14px 10px;
  }
  .index6 .title {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 4px;
  }
  .index6 .describe {
    line-height: 26px;
    min-height: 52px;
    margin-top: 6px;
  }
  .index6 .links {
    margin-top: 10px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .text {
    font-family: Poppins-Regular;
    margin: 6px auto 0px;
  }
  .index7_container {
    margin-top: 30px;
  }
  .index7_container figure {
    height: 105px;
  }
  .index7_list li {
    width: 140px;
    margin-right: 20px;
  }
  .margin_top {
    margin-top: 83px;
  }
  .bannerBox .banner_title {
    font-size: 30px;
    line-height: 38px;
  }
  .bannerBox .banner_describe {
    margin-top: 10px;
  }
  .public_menu .menu_box {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 15px;
    gap: 8px;
  }
  .public_menu .menu_box a::before {
    font-size: 17px;
  }
  .public_menu .menu_box.active {
    font-size: 17px;
  }
  .public_menu li:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
  .public_menu_list1 {
    font-size: 15px;
    line-height: 28px;
    padding-top: 12px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 6px;
  }
  .public_menu_list1 a {
    padding: 0px 24px;
  }
  .public_menu_list1 a::before {
    left: 6px;
  }
  .to1_title {
    font-size: 24px;
    line-height: 32px;
  }
  .to1 {
    padding: 30px 0px 60px;
  }
  .to1_r_list {
    gap: 30px 1.7945%;
  }
  .to1_r_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .to1_r_list .box {
    padding-top: 12px;
  }
  .to1_r_list .describe {
    margin-top: 4px;
  }
  .to1_r_list .input_links {
    margin-top: 8px;
  }
  .tt_title {
    font-size: 26px;
    line-height: 36px;
  }
  .tt1 {
    padding: 20px 0px 60px;
  }
  .tt1_l .describe {
    margin-top: 10px;
    padding-top: 14px;
  }
  .tt1_l .share_box {
    padding-bottom: 12px;
  }
  .tt1_l .buttonBox {
    margin-top: 20px;
  }
  .tt2 .describe {
    margin-top: 15px;
  }
  .tt2 .describe em::before {
    top: 3px;
  }
  .tt3_menu {
    margin-top: 15px;
    gap: 12px 20px;
  }
  .tt3_menu span {
    font-size: 16px;
    line-height: 26px;
    padding: 6px 18px;
  }
  .tt3_menu span::before {
    font-size: 16px;
  }
  .tt3_menu span.active {
    font-size: 16px;
  }
  .tt3_container {
    margin-top: 25px;
  }
  .tt3_container .describe em {
    font-size: 16px;
  }
  .tt4 {
    padding-bottom: 60px;
  }
  .tt4 .text {
    font-size: 16px;
    margin-top: 0px;
  }
  .tt4_list {
    margin-top: 15px;
  }
  .tt5 {
    padding-bottom: 60px;
  }
  .tt5 .top_r {
    padding-top: 0px;
  }
  .tt5 .sw_box {
    margin-top: 20px;
  }
  .tt5 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tt5 .box {
    padding-top: 12px;
  }
  .tt5 .describe {
    margin-top: 4px;
  }
  .tt5 .links {
    margin-top: 12px;
  }
  .tho3 {
    padding-bottom: 60px;
  }
  .tho3 .box {
    gap: 15px;
  }
  .tho3 figure {
    padding: 30px;
  }
  .tho3 .logo {
    width: 52px;
    margin-bottom: 0px;
  }
  .tho3 .describe em::before {
    top: 10px;
  }
  .tho4 {
    padding-bottom: 60px;
  }
  .tho4 .text {
    margin-top: 8px;
  }
  .tho4_l {
    height: 42px;
    margin: 82px 0px;
    min-width: 130px;
  }
  .tho4_l::before {
    width: 12px;
  }
  .tho4_l .year {
    font-size: 32px;
    line-height: 42px;
  }
  .tho4_l .swiper-slide {
    margin-bottom: 40px;
  }
  .tho4_l .swiper {
    height: 42px;
  }
  .tho4_l .sw_box {
    height: 370px;
    padding: 160px 15px 160px 0px;
    transform: translateY(-160px);
  }
  .tho4_list li {
    padding: 20px 0px;
  }
  .tho4_list .year {
    font-size: 20px;
    line-height: 28px;
  }
  .tho4_list .describe {
    margin-top: 12px;
  }
  .tht1 {
    padding: 30px 0px 60px;
  }
  .tht1_r .describe {
    margin-top: 10px;
  }
  .tht1_r .read {
    margin-top: 16px;
  }
  .tht2 {
    padding: 60px 0px;
  }
  .tht2 .sw_box {
    margin-top: 20px;
  }
  .tht3 {
    padding: 60px 0px;
  }
  .tht3_menu {
    gap: 15px 26px;
    margin-top: 15px;
  }
  .tht3_menu span {
    padding: 6px 16px;
    font-size: 16px;
  }
  .tht3_container {
    margin-top: 30px;
  }
  .fuo1 {
    padding: 20px 0px 60px;
  }
  .fuo1_l .big_title {
    padding-right: 0px;
  }
  .fuo1_l .describe {
    margin-top: 10px;
  }
  .fuo1_l .read {
    margin-top: 20px;
  }
  .fuo2 .describe {
    margin-top: 8px;
  }
  .fuo2 .describe em::before {
    top: 3px;
  }
  .fuo2 .describe strong {
    font-size: 16px;
  }
  .fuo3 {
    padding: 60px 0px;
  }
  .fuo3_r {
    padding-top: 0px;
  }
  .fuo3_r .describe {
    margin-top: 10px;
  }
  .fuo4 {
    padding: 60px 0px;
  }
  .fuo4_list {
    margin-top: 15px;
  }
  .fuo4_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo4_list .text1 {
    margin-top: 6px;
  }
  .fuo4_list .describe1 em::before {
    top: 10px;
  }
  .fuo4_list .describe2 {
    margin-top: 8px;
  }
  .fuo4_list .describe2 em::before {
    top: 3px;
  }
  .fo1 {
    padding: 20px 0px 40px;
  }
  .fo1_container {
    margin-top: 10px;
  }
  .fo1_l .read {
    margin-top: 20px;
  }
  .fo2_menu span {
    font-size: 16px;
    padding: 6px 20px;
  }
  .fo2_menu span::before {
    font-size: 17px;
  }
  .fo2_menu span.active {
    font-size: 17px;
  }
  .fo2_container {
    margin-top: 20px;
  }
  .fo2_container .table table tr:nth-of-type(1) td {
    font-size: 16px;
  }
  .fo3 {
    padding-bottom: 60px;
  }
  .fo3 .text {
    margin-top: 10px;
  }
  .fo3 .sw_box {
    margin-top: 20px;
  }
  .fo3 .describe {
    margin-top: 15px;
  }
  .ft1 {
    padding: 30px 0px 60px;
  }
  .ft1_list {
    gap: 60px 1.799%;
    margin-top: 50px;
  }
  .ft1_list .logo {
    width: 70px;
  }
  .ft1_list li {
    padding: 50px 16px 4px;
  }
  .ft1_list .name {
    font-size: 18px;
    line-height: 26px;
  }
  .ft1_list .describe {
    margin-top: 6px;
    line-height: 26px;
    min-height: 78px;
  }
  .ft1_list .number {
    font-size: 28px;
    line-height: 32px;
  }
  .ffu1 {
    padding: 20px 0px 60px;
  }
  .ffu1_list {
    margin-top: 25px;
  }
  .ffu1_list .flex_l {
    font-size: 18px;
  }
  .ffu1_list .title {
    font-size: 18px;
  }
  .so1_menu {
    gap: 10px 15px;
  }
  .so1_menu a {
    font-size: 16px;
    padding: 6px 20px;
    min-width: 170px;
  }
  .so1_menu a::before {
    font-size: 17px;
  }
  .so1_menu a.active {
    font-size: 17px;
  }
  .so1 {
    padding: 30px 0px 60px;
  }
  .so1 .top_r {
    padding-top: 0px;
  }
  .so1 .public_top {
    align-items: center;
  }
  .so1_list li {
    align-items: center;
    padding: 26px 0px;
    gap: 5%;
  }
  .so1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .so1_list .describe {
    margin-top: 12px;
  }
  .so1_list .links {
    margin-top: 20px;
  }
  .so1_list .links .logo {
    width: 36px;
  }
  .st1 {
    padding: 30px 0px 60px;
  }
  .st1_l .share_time {
    margin-top: 10px;
  }
  .st1_l .describe {
    padding: 15px 0px;
    margin-top: 12px;
  }
  .st1_r_1 {
    padding: 0px 16px 15px;
  }
  .st1_r_1 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .st1_r_1 .container {
    padding-left: 0px;
  }
  .st1_r_1 .button {
    margin-top: 12px;
  }
  .st1_r_1 .button a {
    padding: 4px 16px;
  }
  .st1_r_2 {
    margin-top: 30px;
    padding: 16px 20px;
  }
  .st1_r_2 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .st1_r_2 .icBox {
    gap: 15px 20px;
    margin-top: 15px;
  }
  .st1_r_2 .icBox .iconfont {
    font-size: 18px;
  }
  .st1_r_3 {
    margin-top: 30px;
    padding: 20px 20px 25px;
  }
  .st1_r_3 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .st1_r_3_list {
    margin-top: 15px;
    padding-top: 15px;
    gap: 12px;
  }
  .seo1 {
    padding: 30px 0px 40px;
  }
  .seo1_list {
    margin-top: 20px;
    gap: 20px;
  }
  .seo1_list .logo {
    width: 52px;
  }
  .seo1_list .text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px;
  }
  .seo1_r form {
    gap: 20px 0px;
    margin-top: 20px;
  }
  .seo1_r form .yzm span {
    height: 30px;
    right: 10px;
  }
  .seo2 {
    padding-bottom: 50px;
  }
  .seo2 .title {
    font-size: 16px;
  }
  footer {
    padding: 60px 0px 40px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .list {
    font-size: 15px;
    line-height: 32px;
    margin-top: 10px;
  }
  footer .logo {
    margin-top: 4px;
  }
  footer .contact_list li {
    gap: 4px;
  }
  footer .icBox {
    gap: 10px;
  }
  .footer_b {
    margin-top: 30px;
    padding-top: 20px;
  }
  .buttonBox a {
    font-size: 14px;
    padding: 6px 15px !important;
    gap: 8px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .p_f,
  .PageNumber .p_l {
    margin: 0px !important;
  }
  .PageNumber a {
    font-size: 15px;
    line-height: 25px;
    width: 38px;
    height: 38px;
  }
  .PageNumber .page_box {
    gap: 10px;
  }
  .PageNumber input {
    font-size: 15px;
    line-height: 26px;
  }
  .PageNumber .submit {
    margin-left: 30px;
  }
  .swiper_controls .controls {
    width: 38px;
  }
  .swiper_controls .mask_box {
    width: 18px;
  }
  .page_change {
    padding-top: 30px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .logo img {
    max-width: 10px;
  }
  .page_change .box {
    line-height: 26px;
  }
}
@media screen and (max-width: 1300px) {
  header .content {
    width: calc(100% - 60px) !important;
  }
  header .menuOne {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 26px;
  }
  header .menuOne > a {
    padding: 22px 0px;
  }
  header .menuOne > a::before {
    width: 40px;
    bottom: 12px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .sousuo .search {
    font-size: 14px;
    width: 32px;
  }
  header .lang {
    margin-left: 30px;
  }
  header .center {
    gap: 26px;
  }
  header .logoBox {
    width: 60px;
  }
  header .ul li {
    font-size: 14px;
    line-height: 26px;
  }
  header .ul li a {
    padding: 4px 15px;
  }
  .margin_top {
    margin-top: 71px;
  }
}
@media screen and (max-width: 1200px) {
  .index3 .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index3 figure {
    width: 33.33333%;
  }
  .index5 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index5_l {
    width: 100%;
  }
  .index5_r {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    display: flex !important;
  }
  .rightMenu .logo img {
    max-height: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #0070b8 !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;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 4px 0px;
  }
  header .logoBox {
    width: 48px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
  }
  .header_box {
    padding-right: 40px;
  }
  .big_title {
    font-size: 20px;
    line-height: 32px !important;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 .text {
    margin: 0px auto;
  }
  .index1_list {
    margin-top: 15px;
    gap: 20px 1.4%;
  }
  .index1_list .logo {
    width: 28px;
  }
  .index1_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index1_list .maskBox {
    padding: 0px 15px 12px;
  }
  .index2 {
    padding: 30px 0px;
    gap: 20px;
  }
  .index2 .describe {
    margin-top: 2px;
  }
  .index2 .buttonBox {
    margin-top: 15px;
  }
  .index2_l .container {
    width: calc(100% - 50px);
  }
  .index2_r .bofangBox {
    width: 52px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .content {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .index3 figure {
    padding: 0px;
    width: auto;
  }
  .index3 .big_num {
    font-size: 24px;
    line-height: 28px;
  }
  .index3 .big_num_after {
    font-size: 14px;
    line-height: 24px;
  }
  .index3 .describe {
    margin-top: 0px;
  }
  .index4 {
    padding: 30px 0px;
  }
  .index4 .text {
    margin: 0px auto;
  }
  .index4 .sw_box {
    margin-top: 15px;
  }
  .index4 .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px !important;
    transform: none !important;
    width: 30px;
  }
  .index4 .swiper_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index5 .describe {
    margin-top: 0px;
  }
  .index5 .content {
    gap: 12px;
  }
  .index5 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index5_r {
    padding: 20px 28px 25px;
  }
  .index5_r form input,
  .index5_r form textarea {
    font-family: Poppins-Regular;
    font-size: 14px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .sw_box {
    margin-top: 15px;
  }
  .index6 .title {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    margin-top: 4px;
  }
  .index6 .box {
    padding: 8px 10px 10px;
  }
  .index6 .describe {
    line-height: 24px;
    min-height: 48px;
    margin-top: 4px;
  }
  .index6 .links {
    margin-top: 6px;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .text {
    margin: 0px auto;
  }
  .index7_container {
    margin-top: 15px;
  }
  .index7_container::before,
  .index7_container::after {
    display: none;
  }
  .index7_container figure {
    height: 82.5px;
  }
  .index7_list li {
    width: 110px;
    margin-right: 15px;
  }
  .margin_top {
    margin-top: 57.48px;
  }
  .bannerBox .banner_title {
    font-size: 22px;
    line-height: 30px;
  }
  .bannerBox .banner_describe {
    margin-top: 4px;
  }
  .mbx {
    padding-top: 5px;
  }
  .public_menu {
    width: 100%;
  }
  .public_menu .menu_box {
    font-family: Poppins-Medium;
    font-size: 16px;
    padding: 6px 15px;
  }
  .public_menu .menu_box a::before {
    font-family: Poppins-Medium;
    font-size: 16px;
  }
  .public_menu .menu_box.active {
    font-family: Poppins-Medium;
    font-size: 16px;
  }
  .public_menu li:not(:nth-of-type(1)) {
    margin-top: 6px;
  }
  .public_menu .menu_all {
    display: flex;
    padding-bottom: 4px;
  }
  .public_menu_list {
    display: none;
  }
  .public_menu_list1 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 6px;
  }
  .public_menu_list1 li:not(:nth-of-type(1)) {
    margin-top: 4px;
  }
  .to1_title {
    font-size: 20px;
    line-height: 28px;
  }
  .to1 {
    padding: 15px 0px 30px;
  }
  .to1 .content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .to1_r {
    width: 100%;
  }
  .to1_r form {
    margin-top: 10px;
  }
  .to1_r_list {
    gap: 15px 1.7945%;
  }
  .to1_r_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .to1_r_list .box {
    padding-top: 8px;
  }
  .to1_r_list .describe {
    margin-top: 2px;
  }
  .to1_r_list .input_links {
    margin-top: 5px;
  }
  .tt_title {
    font-size: 20px;
    line-height: 32px;
  }
  .tt1 {
    padding: 15px 0px 30px;
  }
  .tt1 .pic-btn {
    width: 20px;
  }
  .tt1 .mySwipertt1_2 {
    padding-bottom: 1px;
  }
  .tt1_l {
    padding: 0px;
    gap: 12px;
  }
  .tt1_l .describe {
    margin-top: 0px;
    padding-top: 5px;
  }
  .tt1_l .share_box {
    padding-bottom: 8px;
  }
  .tt1_l .buttonBox {
    margin-top: 12px;
  }
  .tt2 {
    padding-bottom: 30px;
  }
  .tt2 .describe {
    margin-top: 6px;
  }
  .tt3 {
    padding-bottom: 30px;
  }
  .tt3_menu {
    margin-top: 6px;
    gap: 10px 15px;
  }
  .tt3_menu span {
    font-family: Poppins-Regular;
    font-size: 14px;
    padding: 2px 12px;
    line-height: 24px;
  }
  .tt3_menu span::before {
    display: none;
  }
  .tt3_menu span.active {
    font-size: 14px;
    font-family: Poppins-Regular;
  }
  .tt3_container {
    margin-top: 15px;
  }
  .tt3_container .describe em {
    font-size: 15px;
    font-family: Poppins-Medium;
  }
  .tt4 {
    padding-bottom: 30px;
  }
  .tt4 .text {
    font-size: 14px;
  }
  .tt4_list {
    margin-top: 12px;
    gap: 15px 2%;
  }
  .tt4_list li {
    width: 32%;
  }
  .tt5 {
    padding-bottom: 30px;
  }
  .tt5 .sw_box {
    margin-top: 15px;
  }
  .tt5 .title {
    font-size: 15px;
    line-height: 24px;
  }
  .tt5 .box {
    padding-top: 8px;
  }
  .tt5 .describe {
    margin-top: 2px;
  }
  .tt5 .links {
    margin-top: 5px;
  }
  .tho1 {
    margin-top: 5px;
  }
  .tho3 {
    padding-bottom: 30px;
  }
  .tho3 .content {
    gap: 15px;
  }
  .tho3 figure {
    width: 100%;
  }
  .tho3 .logo {
    width: 42px;
  }
  .tho4 {
    padding-bottom: 30px;
  }
  .tho4 .text {
    margin-top: 4px;
  }
  .tho4_l {
    display: none;
  }
  .tho4_r {
    width: 100%;
  }
  .tho4_container {
    margin-top: 0px;
  }
  .tho4_list li {
    padding: 14px 0px;
    gap: 3%;
  }
  .tho4_list .r_box {
    padding-top: 0px;
  }
  .tho4_list .year {
    font-size: 16px;
    line-height: 26px;
  }
  .tho4_list .describe {
    margin-top: 2px;
  }
  .tht1 {
    padding: 15px 0px 30px;
  }
  .tht1_r .describe {
    margin-top: 2px;
  }
  .tht1_r .read {
    margin-top: 8px;
  }
  .tht2 {
    padding: 30px 0px;
  }
  .tht2 .sw_box {
    margin-top: 12px;
  }
  .tht2 .title {
    margin-top: 6px;
  }
  .tht2 .swiper_controls {
    justify-content: center;
    margin-top: 12px;
  }
  .tht3 {
    padding: 30px 0px;
  }
  .tht3_menu {
    margin-top: 12px;
    gap: 10px;
  }
  .tht3_menu span {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 12px;
  }
  .tht3_container {
    margin-top: 15px;
  }
  .fuo1 {
    padding: 15px 0px 30px;
  }
  .fuo1_l .describe {
    margin-top: 4px;
  }
  .fuo1_l .read {
    margin-top: 8px;
  }
  .fuo2 {
    padding: 30px 0px;
  }
  .fuo2 .describe {
    margin-top: 6px;
  }
  .fuo3 {
    padding: 30px 0px;
  }
  .fuo3 .describe {
    margin-top: 4px;
  }
  .fuo4 {
    padding: 30px 0px;
  }
  .fuo4 .text {
    margin-top: 0px;
  }
  .fuo4_list {
    margin-top: 10px;
    gap: 15px 0px;
  }
  .fuo4_list li {
    width: 100%;
  }
  .fuo4_list .logo {
    width: 28px;
  }
  .fuo4_list .title {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 24px;
  }
  .fuo4_list .box {
    margin-top: 10px;
    padding: 12px 15px 15px !important;
  }
  .fo1 {
    padding: 15px 0px 30px;
  }
  .fo1_container {
    margin-top: 2px;
  }
  .fo1_l .read {
    margin-top: 4px;
  }
  .fo2 {
    padding-bottom: 30px;
  }
  .fo2_menu {
    gap: 8px 15px;
  }
  .fo2_menu span {
    font-family: Poppins-Medium;
    font-size: 15px !important;
    padding: 4px 14px 2px;
  }
  .fo2_menu span::before {
    font-size: 15px;
    font-family: Poppins-Medium;
  }
  .fo2_menu span.active {
    font-family: Poppins-Medium;
    font-size: 15px;
  }
  .fo2_container {
    margin-top: 12px;
  }
  .fo2_container .table table tr:nth-of-type(1) td {
    font-size: 15px;
  }
  .fo2_container .table table td {
    padding: 6px 14px !important;
  }
  .fo3 {
    padding-bottom: 30px;
  }
  .fo3 .sw_box {
    margin-top: 15px;
  }
  .fo3 .text {
    margin-top: 2px;
  }
  .fo3 .describe {
    margin-top: 10px;
  }
  .fo3 .swiper_controls {
    justify-content: center;
    margin-top: 12px;
  }
  .fo3_list {
    margin-top: 10px;
    gap: 12px;
  }
  .fo3_list li {
    padding: 10px 14px;
    gap: 12px;
  }
  .fo3_list .number {
    font-size: 15px;
    width: 38px;
  }
  .ft1 {
    padding: 15px 0px 30px;
  }
  .ft1_list {
    margin-top: 25px;
    gap: 40px 1.799%;
  }
  .ft1_list .logo {
    width: 48px;
  }
  .ft1_list li {
    padding: 32px 14px 4px;
  }
  .ft1_list .describe {
    line-height: 24px;
    margin-top: 2px;
    min-height: auto;
  }
  .ft1_list .name {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 26px;
  }
  .ffu1 {
    padding: 15px 0px 30px;
  }
  .ffu1_list {
    margin-top: 15px;
    gap: 15px;
  }
  .ffu1_list li {
    padding: 12px 11px 8px;
  }
  .ffu1_list .logo_controls {
    width: 15px;
  }
  .ffu1_list .flex_l {
    font-family: Poppins-Medium;
    font-size: 16px;
    min-width: 34px;
  }
  .ffu1_list .title {
    font-family: Poppins-Medium !important;
    font-size: 16px;
  }
  .ffu1_list .faq_a {
    margin-top: 4px;
  }
  .ffu1_list .describe {
    padding-right: 0px;
  }
  .so1_menu {
    gap: 8px 15px;
  }
  .so1_menu a {
    font-family: Poppins-Medium;
    font-size: 15px !important;
    padding: 4px 14px 2px;
    min-width: auto;
  }
  .so1_menu a::before {
    font-size: 15px;
    font-family: Poppins-Medium;
  }
  .so1_menu a.active {
    font-family: Poppins-Medium;
    font-size: 15px;
  }
  .so1 {
    padding: 15px 0px 30px;
  }
  .so1_list {
    margin-top: 0px;
  }
  .so1_list li {
    padding: 16px 0px;
    gap: 20px;
  }
  .so1_list .title {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 24px;
    margin-top: 2px;
  }
  .so1_list .describe {
    margin-top: 2px;
  }
  .so1_list .links {
    margin-top: 12px;
  }
  .so1_list .links .logo {
    width: 28px;
  }
  .so1_list .links .logo img {
    width: 14px;
  }
  .so1_list .r_box {
    padding-top: 0px;
  }
  .st1 {
    padding: 15px 0px 30px;
  }
  .st1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .st1 .share_time {
    gap: 6px 20px;
  }
  .st1_l {
    width: 100%;
  }
  .st1_r {
    width: 100%;
  }
  .st1_r_1 {
    aspect-ratio: initial;
    padding: 20px 15px 25px;
  }
  .st1_r_1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .st1_r_2 {
    margin-top: 20px;
  }
  .st1_r_2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .st1_r_3 {
    margin-top: 20px;
  }
  .st1_r_3 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .st1_r_3_list {
    margin-top: 4px;
    padding-top: 8px;
    gap: 6px;
  }
  .seo1 {
    padding: 20px 0px 30px;
  }
  .seo1 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .seo1_l {
    width: 100%;
  }
  .seo1_list {
    margin-top: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0px;
  }
  .seo1_list .logo {
    width: 42px;
  }
  .seo1_list li {
    gap: 12px;
    width: 48%;
  }
  .seo1_list .text {
    font-size: 15px;
    line-height: 24px;
  }
  .seo1_r {
    width: 100%;
  }
  .seo1_r form {
    margin-top: 6px;
    gap: 12px 0px;
  }
  .seo1_r form input {
    height: 38px;
  }
  .seo1_r form input,
  .seo1_r form textarea {
    font-size: 14px;
    padding: 0px 12px;
  }
  .seo2 {
    padding-bottom: 30px;
  }
  .seo2 .title {
    font-size: 14px;
  }
  footer {
    padding: 30px 0px 40px;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    display: block;
    width: 8px;
    filter: brightness(0) invert(1);
  }
  footer .logo {
    width: 20px;
    margin-top: 2px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_a > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_a .list {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
  }
  .footer_b {
    gap: 6px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 10px;
    padding-top: 10px;
  }
  .footer_b .l_box {
    line-height: 24px;
  }
  .footer_b .l_box {
    flex: none;
    width: 100%;
    line-height: 24px;
  }
  .footer_b .icBox {
    width: 100%;
    gap: 5px;
    justify-content: center;
  }
  .footer_b .icBox .iconfont {
    font-size: 16px;
  }
  .footer_b .icBox a {
    width: 32px;
  }
  .buttonBox .button_logo {
    width: 20px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px;
    justify-content: center;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 32px;
    height: 32px;
  }
  .PageNumber .p_f,
  .PageNumber .p_l {
    width: 42px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 26px;
    padding: 0px 10px;
  }
  .PageNumber .submit {
    gap: 2px;
    margin-left: 2px;
  }
  .swiper_controls {
    gap: 8px;
  }
  .swiper_controls .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px !important;
    transform: none !important;
    width: 30px;
  }
  .page_change {
    padding-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  .rightMenu .wx .hide_box {
    right: auto;
    transform: none;
    left: 0;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  .header_box {
    padding-right: 60px;
  }
  .index1_list {
    gap: 20px 4%;
  }
  .index1_list li {
    width: 48%;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index2::before {
    width: 100%;
  }
  .index2_l {
    flex: none;
    width: 100%;
  }
  .index2_l .container {
    width: 100%;
    max-width: 100%;
  }
  .index2_r {
    width: 100%;
  }
  .index3 .content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 0px;
  }
  .index3 figure {
    width: 33.3333%;
    padding: 0px 20px;
  }
  .bannerBox {
    padding-top: 220px;
  }
  .tt1 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .tt1 .r_box {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
  }
  .tt1_l {
    width: 100%;
  }
  .tt5 .top_l {
    text-align: center;
  }
  .tt5 .top_r {
    display: flex;
    justify-content: center;
  }
  .seo2 .container {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 10px;
    max-width: 100%;
    padding: 0px 10px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .public_top {
    gap: 8px;
    flex-wrap: wrap;
  }
  .public_top .top_l {
    flex: none;
    width: 100%;
  }
  .public_top .top_r {
    padding: 0px !important;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .index3 figure {
    width: 50%;
  }
  .to1_r_list {
    gap: 15px 2%;
  }
  .to1_r_list li {
    width: 49%;
  }
  .tt2_r {
    width: 100%;
    float: none;
    margin: 0px auto;
  }
  .tt2_l {
    padding-top: 10px;
  }
  .tt4_list li {
    width: 49%;
  }
  .tho3 figure {
    border-radius: 0px 30px 0px 30px;
    padding: 20px 24px 30px;
  }
  .tht1 .content {
    gap: 15px;
    flex-wrap: wrap;
  }
  .tht1_l {
    width: 100%;
  }
  .tht1_r {
    width: 100%;
  }
  .fuo1 .content {
    gap: 15px;
  }
  .fuo1_r {
    width: 100%;
  }
  .fuo1_l {
    width: 100%;
  }
  .fuo3_l {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fuo3_r {
    padding-top: 10px;
  }
  .fo1_container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .fo1_l {
    width: 100%;
  }
  .fo1_r {
    width: 100%;
  }
  .ft1_list {
    gap: 40px 2%;
  }
  .ft1_list li {
    width: 49%;
  }
  .so1_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0px;
    justify-content: space-between;
    margin-top: 20px;
  }
  .so1_list li {
    padding: 0px;
    border: none;
    width: 49%;
    gap: 0px;
  }
  .so1_list .r_box {
    flex: none;
    width: 100%;
    padding-top: 12px;
  }
  .so1_list .l_box {
    width: 100%;
  }
  .so1_list .links {
    margin-top: 2px;
  }
  .so1_list .links a {
    gap: 4px;
  }
  .seo1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .index1_list li {
    width: 100%;
  }
  .index5_r form .int1 {
    width: 100%;
  }
  .tho4_list li {
    gap: 12px;
  }
  .tho4_list .l_box {
    width: 100%;
    max-width: 100%;
  }
  .tho4_list .l_box img {
    width: 100%;
  }
  .tho4_list .r_box {
    width: 100%;
    padding-right: 0px;
  }
  .fo3_list li {
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .fo3_list .describe1 {
    width: 100%;
    flex: none;
  }
  .ft1_list li {
    width: 100%;
  }
  .seo1_r form .yzm {
    flex: none;
    width: 100%;
  }
  .seo1_r form .tj {
    margin-left: 0px;
    width: 100%;
  }
  .seo1_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .header_box {
    padding-right: 40px;
  }
  .index3 figure {
    width: 100%;
  }
  .to1_r_list li {
    width: 100%;
  }
  .tho3 .box {
    flex-wrap: wrap;
    gap: 5px;
  }
  .tho3 .logo {
    width: 36px;
  }
  .tho3 .to1_title {
    flex: none;
    width: 100%;
  }
  .tho3 .describe {
    margin-top: 4px;
  }
  .tho3 .describe em {
    padding-left: 10px;
  }
  .tho3 .describe em::before {
    left: 0px;
  }
  .so1_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1767681031498") format("woff"), url("iconfont.ttf?t=1767681031498") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before {
  content: "\e672";
}
.icon-Youtube:before {
  content: "\e880";
}
.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";
}
#wowslider-container1 {
  display: table;
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1920px;
  max-height: 960px;
  margin: 0px auto 0px;
  z-index: 90;
  text-align: left;
  /* reset align=center */
  font-size: 10px;
  text-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
* html #wowslider-container1 {
  width: 1920px;
}
#wowslider-container1 .ws_images ul {
  position: relative;
  width: 10000%;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li {
  position: relative;
  width: 1%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  float: left;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
#wowslider-container1 .ws_images {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 960px;
  max-width: 1920px;
  vertical-align: top;
  border: none;
  overflow: hidden;
}
#wowslider-container1 .ws_images ul a {
  width: 100%;
  height: 100%;
  max-height: 960px;
  display: block;
  color: transparent;
}
#wowslider-container1 img {
  max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}
#wowslider-container1 .ws_images > div > img {
  max-height: 960px;
}
#wowslider-container1 .ws_images iframe {
  position: absolute;
  z-index: -1;
}
#wowslider-container1 .ws-title > div {
  display: inline-block !important;
}
#wowslider-container1 a {
  text-decoration: none;
  outline: none;
  border: none;
}
#wowslider-container1 .ws_bullets {
  position: absolute;
  width: calc(100% - 180px);
  max-width: 1500px;
  z-index: 70;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}
#wowslider-container1 .ws_bullets div {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
/* compatibility with Joomla styles */
#wowslider-container1 .ws_script {
  display: none;
}
#wowslider-container1 sound,
#wowslider-container1 object {
  position: absolute;
}
/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}
#wowslider-container1 .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
  background: #a6a5a9;
}
/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
  display: none;
}
.ws-title-wrapper {
  display: none;
}
/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
  display: block;
}
#wowslider-container1 .ws_video_btn div {
  position: absolute;
  background-image: url(playvideo.png);
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}
#wowslider-container1 .ws_playpause.ws_hide {
  display: none !important;
}
#wowslider-container1 .ws_bullets a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wowslider-container1 .ws_bullets a::after {
  content: "";
  display: block;
  width: 2px;
  height: 21px;
  background: #fff;
  transition: 0.4s;
}
#wowslider-container1 .ws_bullets a span {
  display: block;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  opacity: 0;
}
#wowslider-container1 .ws_bullets a.ws_selbull span {
  opacity: 1;
}
#wowslider-container1 .ws_bullets a.ws_selbull::after {
  height: 47px;
}
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
  background-size: 200%;
  position: absolute;
  top: 50%;
  margin-top: -2.4em;
  z-index: 60;
  height: 6.4em;
  width: 6.4em;
}
#wowslider-container1 a.ws_next {
  background-position: 100% 0;
  right: 0.5em;
}
#wowslider-container1 a.ws_prev {
  left: 0.5em;
  background-position: 0 0;
}
#wowslider-container1 a.ws_next:hover {
  background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
  background-position: 0 100%;
}
/*playpause*/
#wowslider-container1 .ws_playpause {
  width: 6.4em;
  height: 6.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
  z-index: 59;
}
#wowslider-container1 .ws_pause {
  background-size: 100%;
  background-image: url(pause.png);
}
#wowslider-container1 .ws_play {
  background-size: 100%;
  background-image: url(play.png);
}
#wowslider-container1 .ws_pause:hover,
#wowslider-container1 .ws_play:hover {
  background-position: 100% 100% !important;
}
/* bottom center */
#wowslider-container1 .ws-title {
  position: absolute;
  display: block;
  font: 2em "Arimo", sans-serif;
  bottom: -0.2em;
  left: 0;
  margin: 1.8em 0.7em;
  padding: 0.6em 0.5em;
  color: #777777;
  z-index: 50;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.05em solid #ffffff;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}
#wowslider-container1 .ws-title div {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.15em;
  font-weight: normal;
}
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause {
  display: none;
}
* html #wowslider-container1 a.ws_next,
* html #wowslider-container1 a.ws_prev {
  display: block;
}
#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev,
#wowslider-container1:hover .ws_playpause {
  display: block;
}
#wowslider-container1 .ws_images > ul {
  animation: wsBasic 16s infinite;
  -moz-animation: wsBasic 16s infinite;
  -webkit-animation: wsBasic 16s infinite;
}
@keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
@-moz-keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
@-webkit-keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
#wowslider-container1 .ws_bullets a img {
  text-indent: 0;
  display: block;
  bottom: 25px;
  left: -74px;
  visibility: hidden;
  position: absolute;
  border: 1px solid rgba(220, 220, 220, 0.6);
  border-radius: 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width: none;
}
#wowslider-container1 .ws_bullets a:hover img {
  visibility: visible;
}
#wowslider-container1 .ws_bulframe div div {
  height: 48px;
  overflow: visible;
  position: relative;
}
#wowslider-container1 .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 148px;
  background-color: #ffffff;
}
#wowslider-container1 .ws_bullets .ws_bulframe {
  display: none;
  bottom: 29px;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
#wowslider-container1 .ws_bulframe span {
  display: block;
  position: absolute;
  bottom: -8px;
  margin-left: 1px;
  left: 74px;
  background: url(triangle.png);
  width: 15px;
  height: 6px;
}
#wowslider-container1 .ws_bulframe div div {
  height: auto;
}
#wowslider-container1 .scroll_down {
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 70;
}
#wowslider-container1 .scroll_down p {
  color: #fff;
  font-family: Poppins-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
}
@media screen and (max-width: 1480px) {
  #wowslider-container1 .scroll_down p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 24px;
  }
  #wowslider-container1 .scroll_down .mouse {
    width: 28px;
  }
  #wowslider-container1 .scroll_down .mouse_down {
    width: 16px;
  }
  #wowslider-container1 .ws_bullets a.ws_selbull::after {
    height: 36px;
  }
}
@media screen and (max-width: 993px) {
  #wowslider-container1 .ws_bullets {
    width: calc(100% - 100px);
  }
  #wowslider-container1 .ws_bullets a span {
    font-size: 14px;
    line-height: 24px;
  }
  #wowslider-container1 .ws_bullets a::after {
    height: 15px;
  }
  #wowslider-container1 .ws_bullets a.ws_selbull::after {
    height: 28px;
  }
  #wowslider-container1 .scroll_down {
    bottom: 4px;
    gap: 2px;
    display: none;
  }
}
@media all and (max-width: 760px) {
  #wowslider-container1 .ws_fullscreen {
    display: block;
  }
}
@media all and (max-width: 400px) {
  #wowslider-container1 .ws_controls,
  #wowslider-container1 .ws_bullets,
  #wowslider-container1 .ws_thumbs {
    display: none;
  }
}
