@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  padding: 5px;
  gap: 18px;
  top: 50%;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #fabe00;
}
.rightMenu > *:hover .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
  transition: 0.2s;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #fabe00;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #fabe00;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    top: 16px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
}
header .container {
  width: calc(100% - 140px);
  max-width: 1920px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 145px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
}
header .logoBox img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
header .menuOne.active > a {
  color: #fabe00 !important;
}
header .menuOne.menuactive > a {
  color: #fabe00 !important;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #222;
  margin-right: 42px;
  position: relative;
}
header .menuOne > a {
  color: #222;
  padding: 51px 0px 49px;
  position: relative;
}
header .menuOne > a:hover {
  color: #fabe00 !important;
}
header .menuOne .active > a {
  color: #fabe00;
}
header .menuOne .menuactive > a {
  color: #fabe00;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .sousuo {
  margin-left: 53px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #222;
  font-size: 20px;
  font-weight: normal;
}
header .sousuo .search:hover {
  color: #fabe00;
}
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: #fabe00;
}
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: #fabe00;
}
header .lang {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 42px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 5px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover .dq,
  header .lang .lang_box:hover .dq1 {
    filter: none;
    opacity: 1;
  }
  header .lang .lang_box:hover span {
    color: #fabe00;
  }
}
header .lang .lang_box .dq {
  width: 22px;
  filter: brightness(0);
  opacity: 0.8;
  transition: 0.2s;
}
header .lang .lang_box .dq1 {
  width: 10px;
  filter: brightness(0);
  opacity: 0.8;
  transition: 0.2s;
}
header .lang .lang_box span {
  font-size: 15px;
  line-height: 28px;
  color: #222;
  transition: 0.2s;
  margin-right: 3px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #fabe00;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #fabe00;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #fabe00;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .dif_ul {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 30px 0px 63px;
  max-height: calc(100vh - 140px);
  overflow: auto;
}
header .dif_ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .dif_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fabe00;
}
header .dif_ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .dif_ul .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
}
header .dif_ul figure {
  min-width: 12.5%;
}
header .title {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #222;
  margin-top: 37px;
}
header .title a {
  color: #222;
}
header .title a:hover {
  color: #fabe00;
}
header .list {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 32px;
  margin-top: 17px;
}
header .list a {
  color: #222;
}
header .list a:hover {
  color: #fabe00;
}
header .ul {
  width: 160px;
  min-width: max-content;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
}
header .ul div {
  background: #fff;
  padding: 31px 0px 39px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 2px;
}
header .ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px 0px 42px;
  gap: 19px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #fabe00;
}
header .ul li a:hover img {
  opacity: 1;
}
header .ul li img {
  opacity: 0;
}
header .ul li span {
  transition: 0s;
}
header .ul1 {
  left: -42px;
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
.header {
  background: transparent;
}
.header .logoBox img:nth-of-type(1) {
  opacity: 0;
}
.header .logoBox img:nth-of-type(2) {
  opacity: 1;
}
.header .menuOne > a {
  color: #fff;
}
.header .sousuo .search {
  color: #fff;
}
.header .lang .lang_box .dq,
.header .lang .lang_box .dq1 {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.header .lang .lang_box span {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .header:hover {
    background: #fff;
  }
  .header:hover .logoBox img:nth-of-type(1) {
    opacity: 1;
  }
  .header:hover .logoBox img:nth-of-type(2) {
    opacity: 0;
  }
  .header:hover .menuOne > a {
    color: #222;
  }
  .header:hover .sousuo .search {
    color: #222;
  }
  .header:hover .lang .lang_box .dq,
  .header:hover .lang .lang_box .dq1 {
    filter: brightness(0);
    opacity: 0.8;
  }
  .header:hover .lang .lang_box span {
    color: #222;
  }
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-radius: 9990px;
  background: #fabe00;
  padding: 8px 29px;
  min-height: 55px;
  color: #222;
  border: 1px solid #fabe00;
}
.buttonBox a:hover {
  background: #fff;
}
.buttonBox span {
  transition: 0s;
}
.buttonBox .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 25px;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #222;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.PageNumber {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px 12px;
  position: relative;
  margin-top: 86px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 13px;
  flex-wrap: wrap;
}
.PageNumber a {
  color: #222;
  line-height: 24px;
  width: 33px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.PageNumber a:hover {
  background: #222;
  color: #fff;
}
.PageNumber .active {
  background: #222;
  color: #fff;
}
.PageNumber .page_dif {
  width: auto;
  gap: 6px;
  margin: 0px 8px;
  aspect-ratio: initial;
}
.PageNumber .page_dif span {
  transition: 0s;
}
.PageNumber .page_dif:hover {
  background: transparent;
  color: #222;
}
.PageNumber .no_page {
  opacity: 0.5;
}
.PageNumber input {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  background: transparent;
}
.PageNumber input:hover {
  color: #fabe00;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 16px;
}
.PageNumber .submit img {
  margin-bottom: 2px;
}
.padding_top {
  padding-top: 130px;
}
.mbx {
  padding-top: 78px;
  color: #666;
}
.mbx a {
  margin: 0px 7px;
  display: inline;
  color: #666;
}
.mbx a:hover {
  color: #222;
  font-family: Roboto-Bold;
}
.mbx a:nth-of-type(1) {
  margin-left: 0px;
}
.mbx .active {
  color: #222;
  font-family: Roboto-Bold;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 37px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 13px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 999px;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  border: 1px solid #fff;
}
.index_banner .swiper-pagination-bullet-active {
  background: #fff;
  width: 22px;
  opacity: 1;
  border-radius: 999px;
}
.index_banner .scroll_content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
}
.index_banner .scroll_links {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: all;
}
.index_banner .scroll_links span {
  transition: 0s;
}
.index_banner .scroll_links:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.big_title {
  font-family: TimesLTStd-Bold;
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #222;
}
.big_title a {
  color: #222;
}
.big_title a:hover {
  color: #fabe00;
}
.index1 {
  padding: 93px 0px 109px;
}
.index1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 4%;
  flex-wrap: wrap;
}
.index1 .big_title {
  flex: 1;
}
.index1_list {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.25%;
}
.index1_list li {
  width: 15.625%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index1_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.index1_list .hide_box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index1_list .title {
  font-family: Roboto-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #fff;
  text-align: center;
}
.index1_list .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index1_list .title a:hover {
  color: #fabe00;
}
.index1_list .links {
  display: none;
  margin-top: 31px;
}
.index1_list .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fabe00;
  width: 47px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.index1_list .links a:hover {
  background: #fff;
}
.index1_list .links a:hover img {
  filter: none;
  opacity: 1;
}
.index1_list .links img {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
}
.index2 {
  padding-top: 93px;
  position: relative;
  z-index: 1;
}
.index2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  max-height: 800px;
  background: #f7f7f7;
  z-index: -1;
}
.index2 .big_title {
  flex: 1;
}
.index2 .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 6%;
}
.index2 .buttonBox {
  padding-top: 7px;
}
.index2_list {
  display: flex;
  gap: 30px 1.5625%;
  flex-wrap: wrap;
  margin-top: 41px;
}
.index2_list li {
  width: 18.75%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 49px 20px 57px;
  text-align: center;
}
.index2_list .logo_box {
  width: 55px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.index2_list .logo_box::before {
  width: 32px;
  content: "";
  position: absolute;
  z-index: -1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fabe00;
  left: -5px;
  top: -4px;
}
.index2_list .text {
  color: #222;
  margin-top: 27px;
}
.index2_list .number_box {
  font-family: TimesLTStd-Bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 15px;
}
.index2_list .big_num {
  font-family: TimesLTStd-Bold;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #222;
  display: flex;
  align-items: center;
}
.index2_list .small_text {
  font-size: 20px;
  line-height: 36px;
}
.index2_container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  margin-top: 63px;
}
.index2_container .container {
  width: calc(100% - 90px);
  max-width: 1760px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.index2_container .bofangBox::before,
.index2_container .bofangBox::after {
  content: "";
  width: 90%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
}
.index2_container .bofangBox::before {
  animation: ripple-animation 3s infinite;
}
.index2_container .bofangBox::after {
  animation: ripple-animation 3s 1.5s infinite;
}
.index2_container .bofangBox img {
  border-radius: 50%;
}
@keyframes ripple-animation {
  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.index3 {
  padding-top: 100px;
}
.index3 .content {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.index3 .describe {
  font-size: 20px;
  color: #fff;
  margin-top: 19px;
}
.index3 .container {
  width: 81.25%;
  position: absolute;
  left: 50%;
  top: 63.6%;
  transform: translate(-50%, -50%);
}
.index3 .title {
  font-family: TimesLTStd-Bold;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #fff;
}
.index3 .title a {
  color: #fff;
}
.index3 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index3 .buttonBox {
  margin-top: 42px;
}
.index3 .buttonBox a {
  gap: 12px;
}
.index4 {
  padding: 93px 0px 100px;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0px auto;
}
.index4 .big_title {
  text-align: center;
}
.index4 .swiper {
  overflow: initial;
}
.index4 .index4_container {
  margin-top: 42px;
  position: relative;
}
.index4 .index4_container::before {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 160px;
  aspect-ratio: 160/503;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/index4_back1.png") no-repeat center;
  background-size: cover;
}
.index4 .index4_container::after {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 160px;
  aspect-ratio: 160/503;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/index4_back2.png") no-repeat center;
  background-size: cover;
}
.index4 .mySwiperindex4_2 {
  margin-top: 26px;
  width: calc(100% - 105px);
  margin-right: 0px;
}
.index4 .swiper-slide {
  width: 210px;
  border-radius: 10px;
  box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.1);
  overflow: hidden;
}
.index5 {
  background: #f7f7f7;
  padding: 93px 0px 78px;
}
.index5 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.index5 .big_title {
  flex: 1;
}
.index5 .buttonBox {
  margin-top: 5px;
}
.index5 .sw_box {
  margin-top: 44px;
}
.index5 .sw_box .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index5 .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  margin-top: 38px;
}
.index5 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index5 .title a:hover {
  color: #fabe00;
}
.index5 .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 27px;
}
.index5 .links a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
}
.index5 .links a:hover img {
  filter: none;
  opacity: 1;
}
.index5 .links span {
  transition: 0s;
}
.index5 .links img {
  width: 22px;
  transition: 0.3s;
  filter: brightness(0);
  opacity: 0.8;
}
.index5 .swiper_button {
  display: flex;
  gap: 21px;
}
.index5 .swiperindex5-pagination {
  position: relative;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  flex: 1;
}
.index5 .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #fabe00;
  top: -1px;
}
.index5 .controls_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 28px;
}
.index6 {
  padding: 93px 0px 100px;
}
.index6 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 5%;
}
.index6 .big_title {
  flex: 1;
}
.index6 .r_box {
  width: 51.3%;
  color: #666;
  padding-top: 7px;
}
.index6 .buttonBox {
  justify-content: center;
  margin-top: 42px;
}
.index6_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.index6_list li {
  width: 22.8%;
  text-align: center;
}
.index6_list .logo {
  width: 90%;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px auto;
}
.index6_list .title {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #222;
  margin-top: 31px;
  padding: 0px 15px;
}
.index6_list .title a {
  color: #222;
}
.index6_list .title a:hover {
  color: #fabe00;
}
.index6_list .describe {
  line-height: 30px;
  color: #666;
  margin-top: 31px;
  text-transform: capitalize;
}
.index7 .content {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
  padding: 4.45% 10.35% 5.82%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6%;
  border-radius: 20px;
  overflow: hidden;
}
.index7_l {
  flex: 1;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index7_l .logo {
  width: 96px;
}
.index7_l .big_title {
  color: #fff;
  margin-left: 9px;
}
.index7_l .big_title a {
  color: #fff;
}
.index7_l .big_title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index7_r {
  width: 41.6%;
  padding: 5.1% 0px 1.3%;
}
.index7_r .describe {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.index7_r .container {
  color: #fff;
  margin-top: 22.4%;
}
.index7_r .job_name {
  font-family: Roboto-Bold;
  font-size: 20px;
}
.index7_r .swiper_button {
  margin-top: 92px;
}
.index7_r .swiper_button div {
  border: 1px solid #fff;
}
.index7_r .swiper_button div:hover {
  background: #fff;
  border: 1px solid #fff;
}
.index7_r .swiper_button div:hover img {
  filter: none;
}
.index7_r .swiper_button img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.index8 {
  padding: 93px 0px 93px;
}
.index8 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 4%;
  flex-wrap: wrap;
}
.index8 .big_title {
  flex: 1;
}
.index8 .pub_links {
  gap: 10px;
}
.index8 .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  margin-top: 38px;
}
.index8 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index8 .title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.index8 .time_class {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  margin-top: 63px;
  flex-wrap: wrap;
  gap: 4px 20px;
}
.index8 .sw_box {
  margin-top: 41px;
}
.index8 .sw_box .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.oo1 {
  padding-top: 30px;
}
.oo1 .content {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 90px;
}
.oo1 .oo1_r {
  width: 58.25%;
  float: right;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 3%;
  margin-bottom: 10px;
}
.oo1 .describe {
  color: #666;
  margin-top: 52px;
}
.oo1 .oo1_l {
  padding-top: 6.1%;
}
.oo2 {
  padding: 92px 0px 100px;
}
.oo2_list {
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 44px 1.58333333%;
}
.oo2_list li {
  width: 23.8125%;
}
.oo2_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.oo2_list .title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
  letter-spacing: normal;
  margin-top: 26px;
}
.oo2_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo2_list .title a:hover {
  color: #fabe00;
}
.oo2_list .links {
  color: #666;
}
.oo2_list .links:hover {
  color: #fabe00;
}
.oo2_list .links_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 7px;
}
.oo2_list .input_box {
  position: relative;
}
.oo2_list .input_box input {
  width: 13px;
  height: 13px;
  display: block;
  cursor: pointer;
}
.oo2_list .input_box span {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff;
}
.oo2_list .input_box input:checked + span {
  display: none;
}
.ot1 {
  overflow: hidden;
  padding-top: 30px;
}
.ot1 .content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 80px;
}
.ot1 .describe {
  color: #666;
  margin-top: 39px;
}
.ot1 .share_box {
  margin-top: 52px;
  color: #222;
  display: flex;
  align-items: center;
  gap: 0px 12px;
  flex-wrap: wrap;
}
.ot1 .buttonBox {
  margin-top: 52px;
  flex-wrap: wrap;
  gap: 20px 49px;
}
.ot1 .buttonBox a {
  gap: 10px;
  background: #fff;
  border: 1px solid #222;
}
.ot1 .buttonBox a:hover {
  background: #fabe00;
  border: 1px solid #fabe00;
}
.ot1_l {
  padding-top: 4.7%;
}
.ot1_r {
  width: 53.5%;
  float: right;
  margin-right: 4.8%;
  margin-bottom: 20px;
  margin-left: 4%;
}
.ot1_r .swiper {
  overflow: initial;
  pointer-events: none;
}
.ot1_r .swiper_button {
  justify-content: flex-end;
  margin-top: 44px;
}
.ot1_r .swiper-slide img {
  opacity: 0;
}
.ot1_r .swiper-slide-active,
.ot1_r .swiper-slide-active ~ .swiper-slide {
  pointer-events: all;
}
.ot1_r .swiper-slide-active img,
.ot1_r .swiper-slide-active ~ .swiper-slide img {
  opacity: 1;
}
.ot2 {
  padding-top: 99px;
}
.ot2 .content {
  overflow: hidden;
}
.ot2 .describe {
  color: #666;
  margin-top: 33px;
}
.ot2 .describe em {
  font-style: normal;
  color: #222;
}
.ot2_r {
  padding-top: 4%;
}
.ot2_l {
  width: 50%;
  float: left;
  margin-bottom: 5px;
  margin-right: 5.94%;
}
.ot3 {
  padding-top: 68px;
}
.ot3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.58333333%;
  margin-top: 57px;
}
.ot3_list li {
  width: 23.8125%;
}
.ot3_list .title {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #222;
  min-height: 85px;
  margin-top: 26px;
  position: relative;
  padding-bottom: 25px;
}
.ot3_list .title::before {
  content: '';
  position: absolute;
  background: #FABE00;
  width: 32px;
  height: 3px;
  left: 0;
  bottom: 0;
}
.ot3_list .describe {
  color: #222;
  margin-top: 25px;
}
.ot4 {
  padding-top: 73px;
}
.ot4 .sw_box {
  margin-top: 57px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.ot4 .swiperot4-pagination {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 13px;
  z-index: 2;
}
.ot4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 999px;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  border: 1px solid #fff;
}
.ot4 .swiper-pagination-bullet-active {
  background: #fff;
  width: 22px;
  opacity: 1;
  border-radius: 999px;
}
.to1 {
  padding-top: 23px;
}
.to1_container {
  overflow: hidden;
  margin-top: 21px;
}
.to1_container .describe {
  color: #222;
}
.to1_l {
  padding-top: 15px;
}
.to1_r {
  width: 53.5%;
  float: right;
  margin-bottom: 10px;
  border-radius: 20px;
  margin-left: 7.5%;
}
.to1_list {
  margin-top: 74px;
}
.to1_list li {
  border: 1px solid #ccc;
  padding: 48px 20px 56px;
}
.to2 {
  padding-top: 93px;
}
.to2 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6%;
}
.to2 .swiper_button {
  padding-top: 13px;
}
.to2 .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.to2 .bofangBox {
  border-radius: 50%;
  overflow: hidden;
}
.to2 .sw_box {
  margin-top: 56px;
}
.to3 {
  padding-top: 93px;
}
.to3_container {
  overflow: hidden;
  margin-top: 12px;
}
.to3_container .text {
  color: #666;
}
.to3_container .describe {
  color: #222;
  margin-top: 57px;
}
.to3_container .describe em {
  padding-left: 57px;
  font-style: normal;
  display: block;
  position: relative;
}
.to3_container .describe em::before {
  content: '';
  position: absolute;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url('../images/to3_la.jpg') no-repeat center;
  background-size: cover;
  left: 0;
  top: 6px;
}
.to3_r {
  float: right;
  width: 43.3125%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 16px;
  margin-left: 4.6875%;
}
.to3_r .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.to3_r figure {
  width: 48.774%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.to3_r figure:nth-of-type(1) {
  margin-top: 97px;
}
.to4 {
  padding: 100px 0px 100px;
}
.to4 .content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.to4 figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to4 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.to4 .l_box {
  width: 55%;
  border-radius: 20px;
  overflow: hidden;
}
.to4 .r_box {
  width: 39.125%;
  position: relative;
}
.to4 .container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  padding-bottom: 8px;
}
.to4 .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to4 .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fabe00;
}
.to4 .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.to4 .describe {
  color: #222;
  margin-top: 36px;
}
.to5 {
  background: #F7F7F7;
  padding-top: 93px;
}
.to5 .describe {
  color: #222;
  margin-top: 20px;
}
.to5 .sw_box {
  margin-top: 71px;
}
.to5 .swiper-slide {
  width: 338px;
  border-right: 1px solid #D9D9D9;
  height: auto;
  min-height: 355px;
  margin-right: 37px;
  padding-right: 25px;
  padding-bottom: 30px;
}
.to5 .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px;
}
.to6 {
  padding-top: 93px;
  overflow: hidden;
}
.to6 .big_title {
  text-align: center;
}
.to6 .mySwiperto6 {
  width: 81.25%;
  overflow: initial;
}
.to6 .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.to6 .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  position: absolute;
  z-index: 1;
}
.to6 .swiper-slide-active::before {
  opacity: 0;
}
.to6 .sw_box {
  margin-top: 48px;
  position: relative;
}
.to6 .controls_box div {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
}
.to6 .controls_box div:nth-of-type(1) {
  left: 0;
  transform: translate(-90%, -50%);
}
.to6 .controls_box div:nth-of-type(2) {
  right: 0;
  transform: translate(90%, -50%);
}
.to7 {
  padding: 93px 0px 100px;
}
.to7 .big_title {
  text-align: center;
}
.to7 .title {
  line-height: 26px;
  color: #666;
  text-align: center;
  margin-top: 16px;
}
.to7 .sw_box {
  margin-top: 55px;
}
.to8 {
  background: #F7F7F7;
  padding: 93px 0px 99px;
}
.to8 .r_box {
  width: 55.4375%;
  float: right;
  margin-left: 10%;
  margin-bottom: 5px;
}
.to8 .swiper_button {
  display: flex;
  gap: 21px;
}
.to8 .swiperto8_add-pagination {
  position: relative;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  flex: 1;
}
.to8 .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #fabe00;
  top: -1px;
}
.to8 .controls_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 83px;
  margin-top: 48px;
}
.to8 .r_box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.to8 .r_box .swiper-pagination-clickable {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 31px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 13px;
  z-index: 2;
}
.to8 .r_box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 999px;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  border: 1px solid #fff;
}
.to8 .r_box .swiper-pagination-bullet-active {
  background: #fff;
  width: 22px;
  opacity: 1;
  border-radius: 999px;
}
.to8 .r_box .swiper-slide {
  position: relative;
}
.to8 .name {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #fff;
  border-radius: 999px;
  background: #222;
  padding: 5px 20px;
}
.to8 .swiper-slide {
  overflow: hidden;
}
.to8 .bt {
  font-size: 20px;
  line-height: 32px;
  color: #FABE00;
}
.to8 .title {
  font-size: 36px;
  line-height: 40px;
  font-family: TimesLTStd-Bold;
  color: #222;
}
.to8 .l_box {
  padding-top: 23px;
}
.to8 .text {
  color: #666;
  margin-top: 26px;
}
.to8 .title1 {
  font-family: Roboto-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  margin-top: 44px;
}
.to8 .describe {
  color: #222;
  margin-top: 18px;
}
.to8 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 26px;
  color: #222;
}
.to8 .describe em::before {
  content: '';
  width: 8px;
  aspect-ratio: 1/1;
  background: #fabe00;
  left: 0;
  top: 12px;
  position: absolute;
  border-radius: 50%;
}
.to8 .sw_box {
  margin-top: 41px;
}
.to9 {
  padding-top: 162px;
}
.to9 figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to9 .l_box {
  width: 55%;
  border-radius: 20px;
  overflow: hidden;
}
.to9 .r_box {
  width: 39.125%;
  position: relative;
}
.to9 .container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  padding-bottom: 8px;
}
.to9 .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to9 .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fabe00;
}
.to9 .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.to9 .describe {
  color: #222;
  margin-top: 36px;
}
.tt1 {
  padding: 23px 0px 100px;
}
.tt1 .PageNumber {
  margin-top: 67px;
}
.tt1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 61px 3.125%;
  margin-top: 56px;
}
.tt1_list li {
  width: 31.25%;
}
.tt1_list .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  margin-top: 38px;
}
.tt1_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tt1_list .title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.tt1_list .time_class {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  margin-top: 63px;
  flex-wrap: wrap;
  gap: 4px 20px;
}
.tt1_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tth1 {
  padding-top: 24px;
}
.tth1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tth1_container {
  width: 68.75%;
}
.tth1_container h1 {
  font-family: TimesLTStd-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #222;
}
.tth1_container .describe {
  color: #666;
  margin-top: 39px;
}
.tth1_container .describe img {
  display: inline-block;
}
.tth1_container .time_share {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 48px;
  color: #222;
  margin-top: 18px;
}
.tth1_container .share_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tho1 {
  padding: 30px 0px 100px;
}
.tho1 .text {
  margin-top: 38px;
  color: #222;
}
.tho1_container {
  overflow: hidden;
}
.tho1_container .r_box {
  width: 56.9375%;
  border-radius: 30px;
  overflow: hidden;
  float: right;
  margin-bottom: 5px;
  margin-left: 5%;
}
.tho1_container .describe {
  color: #222;
  margin-top: 36px;
}
.tho1_container .describe em {
  font-style: normal;
  font-family: Roboto-Bold;
  font-size: 22px;
}
.tho1_container .l_box {
  padding-top: 28px;
}
.tho2 {
  background: #F7F7F7;
  padding: 93px 0px 100px;
}
.tho2 .text {
  color: #222;
  margin-top: 26px;
}
.tho2_list {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px 1.25%;
}
.tho2_list li {
  width: 24.0625%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 31px 30px 32px;
  min-height: 380px;
}
.tho2_list .number {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 66px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  letter-spacing: normal;
  -webkit-text-stroke: 1px #fabe00;
  color: transparent;
}
.tho2_list .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #222;
  margin-top: 14px;
}
.tho2_list .describe {
  color: #666;
  line-height: 26px;
  margin-top: 27px;
}
.tho3 {
  padding: 93px 0px 99px;
}
.tho3 .text {
  color: #222;
  margin-top: 26px;
}
.tho3_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 3.125%;
  margin-top: 44px;
}
.tho3_list .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #222;
  margin-top: 20px;
}
.tho3_list li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 17.5%;
}
.tho3_list .describe {
  color: #666;
  line-height: 26px;
  margin-top: 27px;
}
.tho3_list .logo {
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.tho4 {
  padding: 93px 0px 100px;
  background: #F7F7F7;
}
.tho4 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6%;
}
.tho4 .swiper_button {
  padding-top: 13px;
}
.tho4 .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.tho4 .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tho4 .hide_box {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  width: calc(100% - 40px);
  left: 50%;
  bottom: 19px;
  transform: translateX(-50%);
  padding: 21px 29px 10px;
}
.tho4 .down {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.tho4 .down img {
  transition: 0.2s;
  filter: brightness(0);
}
.tho4 .down span {
  transition: 0s;
}
.tho4 .down a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tho4 .down a:hover img {
  filter: none;
}
.tho4 .sw_box {
  margin-top: 40px;
}
.tho5 {
  padding: 93px 0px 100px;
}
.tho5_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 31px;
}
.tho5_container .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  flex: 1;
}
.tho5_container .logo {
  width: 37px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tho5_container .logo img:nth-of-type(2) {
  display: none;
}
.tho5_container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
}
.tho5_container figure {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 22px;
}
.tho5_container .describe {
  color: #666;
}
.tho5_container .bottom {
  display: none;
  padding: 17px 0px 2px;
}
.tho5_container .top.active .logo img:nth-of-type(2) {
  display: block;
}
.tho5_container .top.active .logo img:nth-of-type(1) {
  display: none;
}
.tho6 {
  padding: 93px 0px 99px;
  background: #F7F7F7;
}
.tho6 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6%;
}
.tho6 .swiper_button {
  padding-top: 13px;
}
.tho6 .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tho6 .bofangBox {
  border-radius: 50%;
  overflow: hidden;
}
.tho6 .name {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  text-align: center;
  margin-top: 21px;
}
.tho6 .sw_box {
  margin-top: 40px;
}
.fuo1 {
  padding-top: 23px;
}
.fuo1 .describe {
  color: #222;
  margin-top: 28px;
}
.fuo1 .text {
  font-size: 18px;
  color: #222;
  margin-top: 11px;
}
.fuo_menu {
  padding-top: 85px;
}
.fuo_menu .content {
  background: #F5F5F5;
  border-radius: 999px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 10px 2%;
}
.fuo_menu span {
  display: block;
  font-family: TimesLTStd-Bold;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #222;
  border-radius: 999px;
  padding: 20px 30px 24px;
  cursor: pointer;
  text-align: center;
}
.fuo_menu span:hover {
  background: #fabe00;
}
.fuo_menu .active {
  background: #fabe00;
}
.fuo_list {
  display: none;
  flex-wrap: wrap;
  gap: 30px 2.1875%;
}
.fuo_list li {
  width: 31.875%;
  border-radius: 20px;
  overflow: hidden;
}
.fuo_list a {
  display: block;
}
.fuo_container {
  padding: 64px 0px 100px;
}
.fo1 {
  padding-top: 23px;
}
.fo1 .text {
  margin-top: 12px;
  color: #222;
}
.fo1_container {
  margin-top: 101px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.fo1_container figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fo1_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.fo1_container .l_box {
  width: 55%;
  border-radius: 20px;
  overflow: hidden;
}
.fo1_container .r_box {
  width: 39.125%;
  position: relative;
}
.fo1_container .container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  padding-bottom: 28px;
}
.fo1_container .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fo1_container .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fabe00;
}
.fo1_container .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.fo1_container .describe {
  color: #666;
  line-height: 26px;
  margin-top: 21px;
}
.fo1_container .describe em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 20px;
}
.fo1_container .describe em::before {
  content: '';
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fabe00;
  left: 0;
  top: 9px;
  position: absolute;
}
.fo1_container .bt {
  font-family: TimesLTStd-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #222;
}
.fo1_container .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
}
.fo1_container .box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.fo2 {
  padding: 93px 0px 100px;
}
.fo2_list {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.1875%;
}
.fo2_list li {
  width: 31.875%;
  border-radius: 20px;
  overflow: hidden;
}
.fo2_list a {
  display: block;
}
.so1 {
  padding: 23px 0px 100px;
}
.so1 .PageNumber {
  margin-top: 70px;
}
.so1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.125%;
  margin-top: 43px;
}
.so1_list li {
  width: 31.25%;
}
.so1_list .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.so1_list .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  margin-top: 38px;
}
.so1_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.so1_list .title a:hover {
  color: #fabe00;
}
.so1_list .links {
  display: flex;
  justify-content: flex-start;
  margin-top: 27px;
}
.so1_list .links a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
}
.so1_list .links a:hover img {
  filter: none;
  opacity: 1;
}
.so1_list .links span {
  transition: 0s;
}
.so1_list .links img {
  width: 22px;
  transition: 0.3s;
  filter: brightness(0);
  opacity: 0.8;
}
.st1 {
  padding-top: 71px;
}
.st1 .swiper-pagination-clickable {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
  gap: 13px;
  z-index: 2;
}
.st1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 999px;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  border: 1px solid #fff;
}
.st1 .swiper-pagination-bullet-active {
  background: #fff;
  width: 22px;
  opacity: 1;
  border-radius: 999px;
}
.st1 .page_change {
  margin-top: 72px;
}
.st1_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.st1_1l {
  width: 43%;
  position: relative;
}
.st1_1l .container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  padding-bottom: 8px;
}
.st1_1l .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.st1_1l .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fabe00;
}
.st1_1l .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.st1_1l h1 {
  font-family: TimesLTStd-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #222;
}
.st1_1l .describe {
  color: #222;
  margin-top: 38px;
}
.st1_1l .share_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
}
.st1_1r {
  border-radius: 20px;
  overflow: hidden;
  width: 52.5%;
  position: relative;
}
.st1_2 {
  position: relative;
  padding-top: 100px;
}
.st1_2 .swiper-slide,
.st1_4 .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.st1_3 {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-top: 100px;
}
.st1_3 figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.st1_3 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.st1_3 .l_box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 52.5%;
}
.st1_3 .r_box {
  width: 43.75%;
  position: relative;
}
.st1_3 .container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
}
.st1_3 .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.st1_3 .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fabe00;
}
.st1_3 .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.st1_3 .describe {
  color: #222;
}
.st1_4 {
  padding-top: 100px;
  position: relative;
}
.seo1 {
  padding-top: 30px;
}
.seo1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.seo1 .imgs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 41px;
  margin-top: 43px;
}
.seo1 .imgs figure {
  width: 148px;
}
.seo1 .name {
  margin-top: 13px;
  color: #222;
  text-align: center;
}
.seo1_l {
  width: 38%;
  padding-top: 21px;
}
.seo1_l .list {
  display: flex;
  flex-direction: column;
  gap: 31px;
  margin-top: 43px;
}
.seo1_l li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.seo1_l .logo {
  width: 34px;
}
.seo1_l .text {
  flex: 1;
  color: #222;
}
.seo1_l .text a{
	color: #222;
}
.seo1_l .text a:hover{
	color: #fabe00;
}
.seo1_r {
  width: 57.1875%;
}
.seo1_r iframe {
  display: block;
}
.seo2 {
  padding: 100px 0px 100px;
}
.seo2 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seo2_l {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
.seo2_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo2_r {
  width: 44.75%;
  padding-top: 3px;
}
.seo2_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 13px 1.3%;
  width: 100%;
  margin-top: 44px;
}
.seo2_r form > * {
  width: 100%;
}
.seo2_r form input,
.seo2_r form textarea {
  border-radius: 999px;
  border: none;
  background: #f5f5f5;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 20px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.seo2_r form input::placeholder,
.seo2_r form input::-webkit-input-placeholder,
.seo2_r form textarea::placeholder {
  color: #666;
}
.seo2_r form input {
  height: 50px;
}
.seo2_r form textarea {
  height: 131px;
  padding-top: 13px !important;
  border-radius: 20px;
}
.seo2_r form .ttBox {
  width: 100%;
}
.seo2_r form .form_box {
  width: 100%;
}
.seo2_r form .yzm {
  position: relative;
  display: flex;
}
.seo2_r form .yzm input {
  padding-right: 200px;
}
.seo2_r form .yzm span {
  position: absolute;
  height: 27px;
  aspect-ratio: 79/27;
  cursor: pointer;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  overflow: hidden;
}
.seo2_r form .yzm span img {
  height: 100%;
}
.seo2_r form .ttBox::before {
  top: 28px;
}
.seo2_r form .tj {
  position: relative;
  z-index: 1;
  width: auto;
}
.seo2_r form .tj input {
  transition: 0.3s;
  color: #222;
  cursor: pointer;
  background: #fabe00;
  border: 1px solid #fabe00;
  padding: 0px 18px;
}
.seo2_r form .tj:hover input {
  background: transparent;
  color: #fabe00;
}
.pub_new {
  width: 25%;
}
.pub_new .bt {
  font-family: TimesLTStd-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #222;
}
.pub_new .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.pub_new .title {
  font-family: Roboto-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #222;
  margin-top: 28px;
}
.pub_new .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub_new .title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.pub_new .time {
  color: #000;
  margin-top: 23px;
}
.pub_new .list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 43px;
}
.index8_to {
  padding: 93px 0px 95px;
}
.index8_to .title {
  font-size: 26px;
  margin-top: 37px;
}
.index8_to .time_class {
  margin-top: 64px;
}
.pub2 {
  padding: 93px 0px 92px;
}
.pub2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 4%;
  flex-wrap: wrap;
}
.pub2 .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.pub2 .title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #222;
  letter-spacing: normal;
  margin-top: 26px;
}
.pub2 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub2 .title a:hover {
  color: #fabe00;
}
.pub2 .links {
  color: #666;
}
.pub2 .links:hover {
  color: #fabe00;
}
.pub2 .links_input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 7px;
}
.pub2 .input_box {
  position: relative;
}
.pub2 .input_box input {
  width: 13px;
  height: 13px;
  display: block;
  cursor: pointer;
}
.pub2 .input_box span {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  left: 0;
  top: 0;
  pointer-events: none;
  background: #fff;
}
.pub2 .input_box input:checked + span {
  display: none;
}
.pub2 .sw_box {
  margin-top: 36px;
}
.pub1 {
  background: url('../images/pub1_back.jpg') no-repeat center;
  background-size: cover;
  padding: 12.55208333% 0px 13.07291667%;
}
.pub1 .describe {
  font-size: 20px;
  color: #fff;
  margin-top: 19px;
}
.pub1 .title {
  font-family: TimesLTStd-Bold;
  font-size: 54px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  letter-spacing: normal;
  color: #fff;
}
.pub1 .title a {
  color: #fff;
}
.pub1 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pub1 .buttonBox {
  margin-top: 42px;
}
.pub1 .buttonBox a {
  gap: 12px;
}
.pub_links {
  margin-top: 18px;
}
.pub_links a {
  display: flex;
  align-items: center;
  color: #000;
  gap: 8px;
}
.pub_links a img {
  filter: brightness(0);
  transition: 0.2s;
}
.pub_links a:hover {
  color: #fabe00;
}
.pub_links a:hover img {
  filter: none;
}
.pub_links span {
  transition: 0s;
}
.pub2_st {
  padding: 93px 0px 100px;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 21px;
}
.swiper_button div {
  width: 48px;
  aspect-ratio: 1/1;
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 50%;
  cursor: pointer;
}
.swiper_button div:hover {
  background: #fabe00;
  border: 1px solid #fabe00;
}
.page_change {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 62px;
  gap: 10px;
  padding: 30px 0px;
}
.page_change a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a:hover {
  color: #222;
}
footer {
  background: #222;
  padding: 47px 0px 42px;
}
footer .buttonBox {
  margin-top: 33px;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6%;
}
.footer_a .logoBox {
  width: 100%;
  max-width: 211px;
}
.footer_a .logoBox a {
  display: block;
}
.footer_a .logoBox img {
  max-width: 100%;
  display: block;
}
.footer_l {
  width: 355px;
}
.footer_l .contact_box {
  line-height: 30px;
  margin-top: 22px;
}
.footer_l .name {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.footer_l .container {
  color: #fff;
  font-family: Roboto-Bold;
  font-size: 20px;
}
.footer_l .container .tel{
    display: flex;
}
.footer_l .container .tel span:first-child{
    margin-right: 10px;
}
.footer_l .container a{
	color: #fff;
}
.footer_l .container a:hover{
	color: #fabe00;
}
.footer_r {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 800px;
  padding-top: 48px;
}
.footer_r .dif_footer {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #ffffff;
  position: relative;
}
.footer_r .dif_footer a {
  color: #fff;
}
.footer_r .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer_r .dif_up {
  display: none;
}
.footer_r .list {
  line-height: 36px;
  color: #ccc;
  margin-top: 11px;
}
.footer_r .list a {
  color: #ccc;
}
.footer_r .list a:hover {
  color: #fabe00;
}
.footer_b {
  border-top: 1px solid #555;
  margin-top: 92px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
  padding-top: 36px;
}
.footer_b .l_box {
  color: #999;
  flex: 1;
}
.footer_b .l_box a {
  color: #999;
}
.footer_b .l_box a:hover {
  color: #fabe00;
}
.footer_b .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-right: 11px;
  margin-top: 4px;
}
.footer_b .icBox .iconfont {
  transition: 0s;
  font-size: 24px;
}
.footer_b .icBox a {
  color: #fff;
}
.footer_b .icBox a:hover {
  color: #fabe00;
}
.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: #fabe00;
}
.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 {
  color: #333;
}
.describe a:hover {
  color: #fabe00;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1750px) {
  .to6 .controls_box div:nth-of-type(1) {
    transform: translate(0%, -50%);
  }
  .to6 .controls_box div:nth-of-type(2) {
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 1680px) {
  .rightMenu {
    gap: 8px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  html {
    scroll-padding-top: 90px;
  }
  html body {
    line-height: 28px;
  }
  .padding_top {
    padding-top: 90px;
  }
  header .container {
    width: calc(100% - 60px);
  }
  header .logoBox {
    width: 120px;
  }
  header .menuOne {
    margin-right: 30px;
  }
  header .menuOne > a {
    padding: 30px 0px;
  }
  header .sousuo {
    margin-left: 30px;
  }
  header .lang {
    margin-left: 30px;
  }
  header .dif_ul {
    padding: 20px 0px 30px;
  }
  header .dif_ul .content {
    width: calc(100% - 80px);
    gap: 30px;
  }
  header .logo {
    width: 48px;
  }
  header .title {
    font-size: 18px;
    margin-top: 16px;
  }
  header .list {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  header .ul div {
    padding: 20px 0px;
  }
  header .ul li a {
    padding: 0px 28px;
  }
  header .ul1 {
    left: -28px;
  }
  .big_title {
    font-size: 30px;
    line-height: 42px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1_list {
    margin-top: 30px;
  }
  .index1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index1_list .title a {
    -webkit-line-clamp: 2;
  }
  .index1_list .links {
    margin-top: 15px;
  }
  .index1_list .links a {
    width: 38px;
  }
  .index1_list .links img {
    width: 24px;
  }
  .index2 {
    padding-top: 60px;
  }
  .index2 .top {
    align-items: center;
  }
  .index2 .buttonBox {
    padding-top: 0px;
  }
  .index2_list li {
    padding: 30px 15px;
  }
  .index2_list .big_num {
    font-size: 32px;
    line-height: 42px;
  }
  .index2_list .number_box {
    gap: 0px 4px;
  }
  .index2_list .small_text {
    font-size: 18px;
    line-height: 28px;
  }
  .index2_list .text {
    margin-top: 20px;
  }
  .index2_container {
    margin-top: 40px;
  }
  .index3 {
    padding-top: 60px;
  }
  .index3 .title {
    font-size: 36px;
    line-height: 48px;
  }
  .index3 .describe {
    font-size: 18px;
    margin-top: 12px;
  }
  .index3 .buttonBox {
    margin-top: 30px;
  }
  .index3 .container {
    top: 56%;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .index4_container {
    margin-top: 30px;
  }
  .index4 .swiper-slide {
    width: 180px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5 .top {
    align-items: center;
  }
  .index5 .sw_box {
    margin-top: 30px;
  }
  .index5 .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
  .index5 .links {
    margin-top: 15px;
  }
  .index5 .controls_box {
    gap: 20px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .buttonBox {
    margin-top: 30px;
  }
  .index6_list li {
    width: 23.5%;
  }
  .index6_list .logo {
    max-width: 140px;
  }
  .index6_list .title {
    font-size: 22px;
    padding: 0px;
    margin-top: 20px;
  }
  .index6_list .describe {
    line-height: 28px;
    margin-top: 12px;
  }
  .index7 .content {
    padding: 5% 6% 6%;
  }
  .index7_l {
    max-width: 330px;
  }
  .index7_r .describe {
    font-size: 18px;
    line-height: 32px;
  }
  .index7_r .container {
    margin-top: 12%;
  }
  .index7_r .job_name {
    font-size: 18px;
  }
  .index7_r .swiper_button {
    margin-top: 40px;
  }
  .index8 {
    padding: 60px 0px;
  }
  .index8 .sw_box {
    margin-top: 30px;
  }
  .index8 .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
  .index8 .time_class {
    margin-top: 25px;
  }
  .mbx {
    padding-top: 40px;
  }
  .oo1 .content {
    padding-bottom: 60px;
  }
  .oo1 .oo1_l {
    padding-top: 4%;
  }
  .oo1 .describe {
    margin-top: 30px;
  }
  .oo2 {
    padding: 60px 0px;
  }
  .oo2_list {
    padding-top: 30px;
    gap: 30px 1.58333333%;
  }
  .oo2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
  }
  .ot1 .content {
    padding-bottom: 60px;
  }
  .ot1_l {
    padding-top: 2%;
  }
  .ot1_l .describe {
    margin-top: 15px;
  }
  .ot1_l .share_box {
    margin-top: 30px;
  }
  .ot1_l .buttonBox {
    margin-top: 30px;
  }
  .ot1_r .swiper_button {
    margin-top: 30px;
  }
  .ot2 {
    padding-top: 60px;
  }
  .ot2_r {
    padding-top: 2%;
  }
  .ot2_r .describe {
    margin-top: 20px;
  }
  .ot3 {
    padding-top: 60px;
  }
  .ot3_list {
    margin-top: 30px;
  }
  .ot3_list .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 76px;
    padding-bottom: 20px;
    margin-top: 12px;
  }
  .ot3_list .describe {
    margin-top: 15px;
  }
  .ot4 {
    padding-top: 60px;
  }
  .ot4 .sw_box {
    margin-top: 30px;
  }
  .ot4 .swiperot4-pagination {
    bottom: 30px;
  }
  .to1_l {
    padding-top: 0px;
  }
  .to1_r {
    margin-left: 4%;
  }
  .to1_list {
    margin-top: 40px;
  }
  .to2 {
    padding-top: 60px;
  }
  .to2 .top {
    align-items: center;
  }
  .to2 .swiper_button {
    padding-top: 0px;
  }
  .to2 .sw_box {
    margin-top: 30px;
  }
  .to2 .bofangBox {
    width: 48px;
  }
  .to3 {
    padding-top: 60px;
  }
  .to3_r figure:nth-of-type(1) {
    margin-top: 40px;
  }
  .to3_container .describe {
    margin-top: 30px;
  }
  .to4 {
    padding: 60px 0px;
  }
  .to4 .describe {
    margin-top: 14px;
  }
  .to4 .content {
    gap: 60px;
  }
  .to4 .r_box {
    width: 42%;
  }
  .to5 {
    padding-top: 60px;
  }
  .to5 .sw_box {
    margin-top: 40px;
  }
  .to5 .describe {
    margin-top: 12px;
  }
  .to5 .swiper-slide {
    width: 300px;
    min-height: 300px;
  }
  .to6 {
    padding-top: 60px;
  }
  .to6 .sw_box {
    margin-top: 30px;
  }
  .to7 {
    padding: 60px 0px;
  }
  .to7 .sw_box {
    margin-top: 30px;
  }
  .to7 .title {
    line-height: 24px;
    margin-top: 12px;
  }
  .to8 {
    padding: 60px 0px;
  }
  .to8 .controls_box {
    gap: 20px;
    margin-top: 30px;
  }
  .to8 .l_box {
    padding-top: 0px;
  }
  .to8 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .to8 .text {
    margin-top: 10px;
  }
  .to8 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .to8 .title1 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
  .to8 .describe {
    margin-top: 12px;
  }
  .to8 .describe em {
    padding-left: 20px;
  }
  .to8 .describe em::before {
    top: 10px;
  }
  .to9 {
    padding-top: 60px;
  }
  .to9 .describe {
    margin-top: 14px;
  }
  .to9 .r_box {
    width: 42%;
  }
  .tt1 {
    padding: 20px 0px 60px;
  }
  .tt1_list {
    margin-top: 30px;
    gap: 40px 3.125%;
  }
  .tt1_list .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
  .tt1_list .time_class {
    margin-top: 25px;
  }
  .tth1_container h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .tth1_container .describe {
    margin-top: 20px;
  }
  .tho1 {
    padding: 30px 0px 60px;
  }
  .tho1_container .l_box {
    padding-top: 0px;
  }
  .tho1_container .describe {
    margin-top: 20px;
  }
  .tho1_container .describe em {
    font-size: 20px;
  }
  .tho2 {
    padding: 60px 0px;
  }
  .tho2 .text {
    margin-top: 15px;
  }
  .tho2_list {
    margin-top: 30px;
  }
  .tho2_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .tho2_list .number {
    font-size: 42px;
    line-height: 48px;
  }
  .tho2_list .describe {
    margin-top: 18px;
  }
  .tho3 {
    padding: 60px 0px;
  }
  .tho3 .text {
    margin-top: 15px;
  }
  .tho3_list {
    margin-top: 30px;
  }
  .tho3_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .tho3_list .describe {
    margin-top: 15px;
  }
  .tho4 {
    padding: 60px 0px;
  }
  .tho4 .top {
    align-items: center;
  }
  .tho4 .swiper_button {
    padding-top: 0px;
  }
  .tho4 .sw_box {
    margin-top: 30px;
  }
  .tho4 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho4 .hide_box {
    padding: 15px 20px 10px;
  }
  .tho5 {
    padding: 60px 0px;
  }
  .tho5_container {
    margin-top: 30px;
  }
  .tho5_container .title {
    font-size: 20px;
  }
  .tho5_container .logo {
    width: 34px;
  }
  .tho5_container .logo img {
    max-width: 14px;
  }
  .tho6 {
    padding: 60px 0px;
  }
  .tho6 .top {
    align-items: center;
  }
  .tho6 .swiper_button {
    padding-top: 0px;
  }
  .tho6 .sw_box {
    margin-top: 30px;
  }
  .tho6 .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .fuo1 .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .fuo1 .describe {
    margin-top: 15px;
  }
  .fuo_menu {
    padding-top: 40px;
  }
  .fuo_menu span {
    font-size: 20px;
    line-height: 26px;
    padding: 16px 25px;
  }
  .fuo_container {
    padding: 40px 0px 60px;
  }
  .fo1_container {
    gap: 60px;
    margin-top: 60px;
  }
  .fo1_container .bt {
    font-size: 26px;
    line-height: 36px;
  }
  .fo1_container .r_box {
    width: 42%;
  }
  .fo1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .fo1_container .describe {
    margin-top: 8px;
  }
  .fo1_container .box {
    margin-top: 20px;
    gap: 20px;
  }
  .fo2 {
    padding: 60px 0px;
  }
  .fo2_list {
    margin-top: 30px;
  }
  .so1 {
    padding: 20px 0px 60px;
  }
  .so1_list {
    margin-top: 30px;
    gap: 30px 3.125%;
  }
  .so1_list .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
  }
  .so1_list .links {
    margin-top: 15px;
  }
  .st1 {
    padding-top: 40px;
  }
  .st1_1l h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .st1_1l .describe {
    margin-top: 20px;
  }
  .st1_1l .share_box {
    margin-top: 15px;
  }
  .st1_2,
  .st1_3,
  .st1_4 {
    padding-top: 60px;
  }
  .st1_3 {
    gap: 60px;
  }
  .seo1 .imgs {
    gap: 20px;
    margin-top: 20px;
  }
  .seo1 .imgs figure {
    width: 130px;
  }
  .seo1_l {
    padding-top: 0px;
  }
  .seo1_l .list {
    gap: 20px;
    margin-top: 20px;
  }
  .seo2 {
    padding: 60px 0px;
  }
  .pub_new .bt {
    font-size: 26px;
    line-height: 38px;
  }
  .pub_new .list {
    margin-top: 20px;
    gap: 20px;
  }
  .pub_new .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
  }
  .pub_new .time {
    margin-top: 12px;
  }
  .pub2 {
    padding: 60px 0px;
  }
  .pub2 .sw_box {
    margin-top: 30px;
  }
  .pub2 .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
  }
  .pub1 {
    padding: 10% 0px;
  }
  .pub1 .title {
    font-size: 36px;
    line-height: 48px;
  }
  .pub1 .describe {
    font-size: 18px;
    margin-top: 12px;
  }
  .pub1 .buttonBox {
    margin-top: 30px;
  }
  .footer_a .logoBox {
    max-width: 150px;
  }
  .footer_l .container {
    font-size: 18px;
  }
  .footer_b {
    margin-top: 30px;
  }
  .swiper_button {
    gap: 12px !important;
  }
  .swiper_button div {
    width: 40px;
  }
  .buttonBox a {
    min-height: 46px;
    gap: 10px !important;
    padding: 4px 20px;
  }
  .pub_links {
    margin-top: 10px !important;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .PageNumber .page_box {
    gap: 10px;
  }
  .page_change {
    margin-top: 30px !important;
    padding: 20px 0px;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  header .logoBox {
    width: 100px;
  }
  header .container {
    width: calc(100% - 40px);
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 20px;
  }
  header .lang {
    margin-left: 25px;
  }
  header .lang > ul {
    left: auto;
    transform: none;
    right: 0px;
  }
  header .sousuo {
    margin-left: 25px;
  }
  header .sousuo .search {
    font-size: 18px;
  }
  .index2_list {
    gap: 30px 5%;
  }
  .index2_list li {
    width: 30%;
  }
  .tho2_list {
    gap: 20px 2%;
  }
  .tho2_list li {
    width: 32%;
  }
  .tho3_list {
    gap: 30px 2%;
  }
  .tho3_list li {
    width: 32%;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  html {
    scroll-padding-top: 64.34px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .padding_top {
    padding-top: 64.34px;
  }
  .mbx {
    padding-top: 10px;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    background: #fff;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #fabe00 !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;
  }
  .index_banner .swiperbanner-pagination {
    gap: 10px;
    bottom: 16px;
  }
  header {
    padding: 7px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-right: 56px;
  }
  header .lang > ul {
    font-size: 14px;
    width: 100px;
    right: 50%;
    transform: translate(50%);
  }
  header .lang > ul li {
    padding: 2px 0px;
  }
  .big_title {
    font-size: 22px;
    line-height: 32px;
  }
  .index1 {
    padding: 30px 0px 40px;
  }
  .index1 .top {
    align-items: center;
  }
  .index1_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .index1_list li {
    width: 23.5%;
  }
  .index1_list .links {
    display: block;
    margin-top: 10px;
  }
  .index2 {
    padding-top: 30px;
  }
  .index2_list {
    margin-top: 20px;
    gap: 20px 5%;
  }
  .index2_list li {
    padding: 30px 15px 20px;
  }
  .index2_list .logo_box {
    width: 38px;
  }
  .index2_list .logo_box::before {
    left: -12px;
    top: -12px;
  }
  .index2_list .text {
    margin-top: 8px;
  }
  .index2_list .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .index2_list .small_text {
    font-size: 16px;
  }
  .index2_container {
    margin-top: 30px;
  }
  .index2_container .container {
    width: calc(100% - 50px);
  }
  .index3 {
    padding-top: 40px;
  }
  .index3 .container {
    width: calc(100% - 100px);
  }
  .index3 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .index3 .describe {
    font-size: 16px;
    margin-top: 5px;
  }
  .index3 .buttonBox {
    margin-top: 15px;
  }
  .index4 {
    padding: 30px 0px 40px;
  }
  .index4 .index4_container {
    margin-top: 20px;
  }
  .index4 .swiper-slide {
    width: 140px;
  }
  .index4 .mySwiperindex4_2 {
    margin-top: 22px;
    width: calc(100% - 70px);
  }
  .index5 {
    padding: 30px 0px 40px;
  }
  .index5 .sw_box {
    margin-top: 20px;
  }
  .index5 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index5 .links {
    margin-top: 5px;
  }
  .index5 .controls_box {
    margin-top: 15px;
    gap: 15px;
  }
  .index6 {
    padding: 30px 0px 40px;
  }
  .index6 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index6 .r_box {
    width: 100%;
    padding-top: 0px;
    text-align: center;
  }
  .index6 .top {
    gap: 4px 5%;
  }
  .index6 .buttonBox {
    margin-top: 20px;
  }
  .index6_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 4%;
    margin-top: 20px;
  }
  .index6_list li {
    width: 48%;
  }
  .index6_list .logo {
    max-width: 100px;
  }
  .index6_list .title {
    font-size: 18px;
    margin-top: 8px;
    line-height: 28px;
  }
  .index6_list .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .index7 .content {
    text-align: center;
  }
  .index7_l {
    max-width: 100%;
    flex: none;
    width: 100%;
  }
  .index7_l .logo {
    display: none;
  }
  .index7_r {
    width: 100%;
    padding: 0px;
    margin-top: 12px;
  }
  .index7_r .describe {
    line-height: 28px;
  }
  .index7_r .container {
    margin-top: 15px;
  }
  .index7_r .job_name {
    font-size: 16px;
  }
  .index7_r .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .index8 {
    padding: 30px 0px 40px;
  }
  .index8 .sw_box {
    margin-top: 20px;
  }
  .index8 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .index8 .time_class {
    margin-top: 12px;
  }
  .oo1 .oo1_l {
    padding-top: 0px;
  }
  .oo1 .describe {
    margin-top: 6px;
  }
  .oo1 .content {
    padding-bottom: 30px;
  }
  .oo2 {
    padding: 30px 0px 40px;
  }
  .oo2_list {
    padding-top: 20px;
    gap: 20px 2%;
  }
  .oo2_list li {
    width: 32%;
  }
  .oo2_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .oo2_list .links_input {
    margin-top: 2px;
  }
  .ot1 .content {
    padding-bottom: 30px;
  }
  .ot1_l {
    padding-top: 0px;
  }
  .ot1_l .describe {
    margin-top: 8px;
  }
  .ot1_l .share_box {
    margin-top: 15px;
  }
  .ot1_l .buttonBox {
    margin-top: 20px;
    gap: 8px 16px;
  }
  .ot2 {
    padding-top: 30px;
  }
  .ot2_r {
    padding-top: 0px;
  }
  .ot2_r .describe {
    margin-top: 8px;
  }
  .ot3 {
    padding-top: 30px;
  }
  .ot3_list {
    margin-top: 15px;
  }
  .ot3_list .title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
    min-height: 60px;
    margin-top: 8px;
  }
  .ot3_list .describe {
    margin-top: 10px;
  }
  .ot4 {
    padding-top: 30px;
  }
  .ot4 .swiperot4-pagination {
    gap: 10px;
    bottom: 16px;
  }
  .ot4 .sw_box {
    margin-top: 15px;
  }
  .to1_container {
    margin-top: 12px;
  }
  .to2 {
    padding-top: 30px;
  }
  .to2 .sw_box {
    margin-top: 15px;
  }
  .to3 {
    padding-top: 30px;
  }
  .to3_container {
    margin-top: 8px;
  }
  .to3_container .describe {
    margin-top: 8px;
  }
  .to3_container .describe em {
    padding-left: 35px;
  }
  .to3_container .describe em::before {
    width: 24px;
    top: 0px;
  }
  .to3_r {
    margin-left: 4%;
    padding-top: 10px;
  }
  .to3_r figure:nth-of-type(1) {
    margin-top: 20px;
  }
  .to4 {
    padding: 30px 0px 40px;
  }
  .to4 .content {
    gap: 30px;
  }
  .to4 .describe {
    margin-top: 4px;
  }
  .to5 {
    padding-top: 30px;
  }
  .to5 .sw_box {
    margin-top: 15px;
  }
  .to5 .describe {
    margin-top: 6px;
  }
  .to5 .swiper-slide {
    min-height: 180px;
    width: 240px;
  }
  .to6 {
    padding-top: 30px;
  }
  .to6 .sw_box {
    margin-top: 15px;
  }
  .to7 {
    padding: 30px 0px 40px;
  }
  .to7 .sw_box {
    margin-top: 15px;
  }
  .to7 .title {
    margin-top: 6px;
  }
  .to8 {
    padding: 30px 0px 40px;
  }
  .to8 .r_box .swiper-pagination-clickable {
    gap: 10px;
    bottom: 16px;
  }
  .to8 .sw_box {
    margin-top: 15px;
  }
  .to8 .bt {
    font-size: 16px;
    line-height: 24px;
  }
  .to8 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .to8 .text {
    margin-top: 4px;
  }
  .to8 .title1 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .to8 .describe {
    margin-top: 4px;
  }
  .to8 .describe em::before {
    top: 7px;
  }
  .to8 .name {
    top: 15px;
    left: 15px;
  }
  .to8 .controls_box {
    margin-top: 15px;
    gap: 15px;
  }
  .to9 {
    padding-top: 30px;
  }
  .to9 .describe {
    margin-top: 4px;
  }
  .tt1 {
    padding: 20px 0px 40px;
  }
  .tt1 .big_title {
    text-align: center;
  }
  .tt1_list {
    gap: 20px 2%;
    margin-top: 20px;
  }
  .tt1_list li {
    width: 32%;
  }
  .tt1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .tt1_list .time_class {
    margin-top: 12px;
  }
  .tth1 .content {
    gap: 30px;
  }
  .tth1_container {
    width: 100%;
  }
  .tth1_container h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .tth1_container .time_share {
    margin-top: 8px;
    gap: 4px 20px;
  }
  .tth1_container .describe {
    margin-top: 6px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1_container .describe {
    margin-top: 6px;
  }
  .tho1_container .describe em {
    font-size: 16px;
  }
  .tho2 {
    padding: 30px 0px 40px;
  }
  .tho2 .text {
    margin-top: 4px;
  }
  .tho2_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .tho2_list li {
    width: 49%;
    min-height: auto;
    padding: 30px;
  }
  .tho2_list .number {
    font-size: 32px;
    line-height: 36px;
  }
  .tho2_list .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .tho2_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tho3 {
    padding: 30px 0px 40px;
  }
  .tho3 .text {
    margin-top: 4px;
  }
  .tho3_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .tho3_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tho3_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tho4 {
    padding: 30px 0px 40px;
  }
  .tho4 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tho4 .sw_box {
    margin-top: 15px;
  }
  .tho5 {
    padding: 30px 0px 40px;
  }
  .tho5_container {
    margin-top: 15px;
    gap: 12px;
  }
  .tho5_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho5_container figure {
    padding-bottom: 12px;
  }
  .tho5_container .logo {
    width: 22px;
  }
  .tho5_container .logo img {
    max-width: 8px;
  }
  .tho5_container .bottom {
    padding: 5px 0px 0px;
  }
  .tho6 {
    padding: 30px 0px 40px;
  }
  .tho6 .sw_box {
    margin-top: 15px;
  }
  .tho6 .name {
    font-size: 16px;
    line-height: 26px;
  }
  .tho6 .bofangBox {
    width: 48px;
  }
  .fuo_menu {
    padding-top: 30px;
  }
  .fuo_menu span {
    font-size: 16px;
    line-height: 22px;
    padding: 14px 20px;
  }
  .fo1_container {
    margin-top: 20px;
    gap: 30px;
  }
  .fo1_container .bt {
    font-size: 20px;
    line-height: 30px;
  }
  .fo1_container .box {
    margin-top: 10px;
    gap: 10px;
  }
  .fo1_container .container {
    padding-bottom: 0px;
  }
  .fo1_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .fo1_container .describe {
    line-height: 24px;
  }
  .fo1_container .describe em {
    padding-left: 15px;
  }
  .fo1_container .describe em::before {
    top: 7px;
  }
  .fo2 {
    padding: 40px 0px;
  }
  .fo2_list {
    margin-top: 15px;
  }
  .fuo_list,
  .fo2_list {
    gap: 20px 2%;
  }
  .fuo_list li,
  .fo2_list li {
    width: 32%;
  }
  .fuo_container {
    padding: 20px 0px 40px;
  }
  .so1 {
    padding: 20px 0px 40px;
  }
  .so1 .big_title {
    text-align: center;
  }
  .so1_list {
    gap: 20px 2%;
    margin-top: 15px;
  }
  .so1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .so1_list .links {
    margin-top: 5px;
  }
  .so1_list li {
    width: 32%;
  }
  .st1 {
    padding-top: 20px;
  }
  .st1 .swiper-pagination-clickable {
    gap: 10px;
    bottom: 16px;
  }
  .st1_1l h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .st1_1l .describe {
    margin-top: 6px;
  }
  .st1_1l .share_box {
    margin-top: 4px;
  }
  .st1_3 {
    gap: 30px;
  }
  .st1_2,
  .st1_3,
  .st1_4 {
    padding-top: 30px;
  }
  .seo1 {
    padding-top: 20px;
  }
  .seo1 .content {
    gap: 20px;
  }
  .seo1 .imgs {
    margin-top: 15px;
    gap: 15px;
  }
  .seo1 .imgs figure {
    width: 100px;
  }
  .seo1 .name {
    margin-top: 8px;
  }
  .seo1_l {
    width: 100%;
  }
  .seo1_l .logo {
    width: 28px;
  }
  .seo1_l .text {
    padding-top: 2px;
  }
  .seo1_l .list {
    margin-top: 15px;
    gap: 10px;
  }
  .seo1_r {
    width: 100%;
  }
  .seo2 {
    padding: 40px 0px;
  }
  .seo2_r form {
    margin-top: 15px;
    gap: 10px;
  }
  .pub_new {
    width: 100%;
  }
  .pub_new .list {
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .pub_new .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .pub_new .time {
    margin-top: 4px;
  }
  .pub_new li {
    width: 32%;
  }
  .pub_new .bt {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .pub2 {
    padding: 30px 0px 40px;
  }
  .pub2 .top {
    align-items: center;
  }
  .pub2 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .pub2 .links_input {
    margin-top: 2px;
  }
  .pub2 .sw_box {
    margin-top: 15px;
  }
  .pub1 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .pub1 .describe {
    font-size: 16px;
    margin-top: 5px;
  }
  .pub1 .buttonBox {
    margin-top: 15px;
  }
  .swiper_button {
    gap: 8px !important;
  }
  .swiper_button div {
    width: 34px;
  }
  .swiper_button img {
    width: 22px;
  }
  .buttonBox a {
    min-height: 40px;
    padding: 4px 15px;
    gap: 8px !important;
  }
  .pub_links {
    margin-top: 0px !important;
  }
  footer {
    padding: 30px 0px 45px;
  }
  .footer_a .logoBox {
    max-width: 108px;
  }
  .footer_l {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer_l .contact_box {
    line-height: 26px;
    margin-top: 10px;
  }
  .footer_l .buttonBox {
    margin-top: 10px;
  }
  .footer_l .name {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_r {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_r > * {
    width: 100%;
  }
  .footer_r .dif_footer {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_r .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  .footer_r .list {
    line-height: 24px;
    margin-top: 4px;
  }
  .footer_b {
    margin-top: 20px;
    padding-top: 20px;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer_b .l_box {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .footer_b .icBox {
    width: 100%;
    justify-content: center;
    gap: 10px 12px;
  }
  .footer_b .icBox .iconfont {
    font-size: 18px;
  }
  .PageNumber {
    margin-top: 20px !important;
  }
  .PageNumber a {
    width: 30px;
  }
  .PageNumber .page_box {
    gap: 5px;
  }
  .page_change {
    margin-top: 20px !important;
    padding: 10px 0px;
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    right: auto;
    left: 0;
    transform: none;
  }
  .index_banner .scroll_links img {
    width: 20px;
  }
  .index_banner .scroll_content {
    bottom: 10px;
  }
  .index2_container .container {
    width: calc(100% - 20px);
  }
  .index2_container .bofangBox img {
    width: 48px;
  }
  .index3 .container {
    width: calc(100% - 40px);
  }
  .ot1_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .ot1_r .swiper_button {
    margin-top: 12px;
  }
  .ot1_l {
    padding-top: 12px;
  }
  .ot3_list {
    gap: 20px 4%;
  }
  .ot3_list li {
    width: 48%;
  }
  .to6 .mySwiperto6 {
    width: 100%;
  }
  .fuo_list li,
  .fo2_list li {
    width: 49%;
  }
  .fuo_menu .content {
    padding: 10px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 0px;
    background: transparent;
    border-radius: 0px;
  }
  .fuo_menu span {
    width: 46%;
  }
  .st1_1l {
    width: 100%;
  }
  .st1_1l .container {
    position: relative;
    max-height: none;
    padding: 0px;
  }
  .st1_1r {
    width: 100%;
    margin-top: 12px;
  }
  .st1_3 .l_box {
    width: 100%;
  }
  .st1_3 .r_box {
    width: 100%;
    padding-top: 12px;
  }
  .st1_3 .container {
    position: relative;
    max-height: none;
    padding: 0px;
  }
  .seo2_l {
    display: none;
  }
  .seo2_r {
    width: 100%;
  }
  .seo2_r form .yzm input {
    padding-right: 120px;
  }
}
@media screen and (max-width: 600px) {
  .index1 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index1 .top {
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .index1_list {
    gap: 20px 2%;
  }
  .index1_list li {
    width: 32%;
  }
  .index2 .top {
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .index2 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index2_list {
    gap: 20px 4%;
  }
  .index2_list li {
    width: 48%;
  }
  .index3 .container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 30px 20px;
    width: 100%;
  }
  .index3 .imgBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index3 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index5 .top {
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .index5 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index8 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index8 .top {
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .oo1 .oo1_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .oo1 .oo1_l {
    padding-top: 12px;
  }
  .oo2_list li {
    width: 49%;
  }
  .ot2_l {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .ot2_r {
    padding-top: 12px;
  }
  .to1_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to1_l {
    padding-top: 12px;
  }
  .to2 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .to2 .top {
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .to3_container {
    display: flex;
    flex-direction: column-reverse;
  }
  .to3_r {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to4 .content {
    gap: 20px;
  }
  .to4 figure {
    flex-wrap: wrap;
  }
  .to4 .l_box {
    width: 100%;
  }
  .to4 .r_box {
    width: 100%;
    padding-top: 12px;
  }
  .to4 .container {
    position: relative;
    max-height: none;
    padding: 0px;
  }
  .to8 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .to8 .l_box {
    padding-top: 12px;
  }
  .to9 figure {
    flex-wrap: wrap;
  }
  .to9 .l_box {
    width: 100%;
  }
  .to9 .r_box {
    width: 100%;
    padding-top: 12px;
  }
  .to9 .container {
    position: relative;
    max-height: none;
    padding: 0px;
  }
  .tt1_list li {
    width: 49%;
  }
  .tho1 .text {
    margin-top: 20px;
  }
  .tho1_container .r_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .tho1_container .l_box {
    padding-top: 12px;
  }
  .tho2 .big_title {
    text-align: center;
  }
  .tho2 .text {
    text-align: center;
  }
  .tho3 .big_title {
    text-align: center;
  }
  .tho3 .text {
    text-align: center;
  }
  .tho3_list li {
    width: 49%;
  }
  .tho4 .big_title,
  .tho6 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .tho4 .top,
  .tho6 .top {
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tho5 .big_title {
    text-align: center;
  }
  .fo1_container figure {
    flex-wrap: wrap;
  }
  .fo1_container .l_box {
    width: 100%;
  }
  .fo1_container .r_box {
    width: 100%;
    padding-top: 12px;
  }
  .fo1_container .container {
    position: relative;
    max-height: none;
    padding: 0px;
  }
  .so1_list li {
    width: 49%;
  }
  .pub_new li {
    width: 49%;
  }
  .pub2 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .pub2 .top {
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 6px 0px;
  }
  header .logoBox {
    width: 86px;
  }
  header .lang {
    margin-right: 36px;
  }
  .index_banner .scroll_content {
    display: none;
  }
  .index1_list li {
    width: 49%;
  }
  .index7 .content {
    padding: 30px;
  }
  .to5 .swiper-slide {
    margin-right: 25px;
  }
  .tho2_list li,
  .tho3_list li {
    width: 100%;
  }
  .fuo_menu span {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index2::before {
    height: calc(100% - 50px);
    max-height: 100%;
  }
  .index2_list li {
    width: 100%;
  }
  .index6_list li {
    width: 100%;
  }
  .oo2_list li {
    width: 100%;
  }
  .ot3_list li {
    width: 100%;
  }
  .tt1_list li {
    width: 100%;
  }
  .pub_new li {
    width: 100%;
  }
  .pub1 {
    padding: 30px 0px 40px;
  }
  .fuo_list li,
  .fo2_list li {
    width: 100%;
  }
  .so1_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "TimesLTStd-Bold";
  src: url("../fonts/TimesLTStd-Bold.eot");
  src: url("../fonts/TimesLTStd-Bold.eot") format("embedded-opentype"), url("../fonts/TimesLTStd-Bold.woff2") format("woff2"), url("../fonts/TimesLTStd-Bold.woff") format("woff"), url("../fonts/TimesLTStd-Bold.ttf") format("truetype"), url("../fonts/TimesLTStd-Bold.svg#TimesLTStd-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("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#fabe00;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #fabe00; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#fabe00 solid 1px;background: #fabe00; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.tho4 .down img{
	width:auto;
}