@import url("swiper-bundle.min.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #666;
  letter-spacing: 0px;
}
html body::before {
  content: "";
  display: table;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  padding: 5px;
  gap: 18px;
  top: 50%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.rightMenu > * {
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #fea200;
}
.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: #ef8416;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: linear-gradient(90deg, #e5472d 0%, #fac400 100%);
  right: 2.5%;
  top: 17px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #fff;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px) !important;
}
header .l_box {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
header .center {
  display: flex;
  align-items: center;
  gap: 61px;
}
header .logo_text {
  color: #555555;
  line-height: 28px;
  margin-top: 3px;
}
header .logoBox {
  width: 133px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #ef8416;
}
header .menuOne.active > a::before {
  opacity: 1;
}
header .menuOne.menuactive > a {
  color: #ef8416;
}
header .menuOne.menuactive > a::before {
  opacity: 1;
}
header .menuOne {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 40px 0px 38px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 16px;
  aspect-ratio: 16/11;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
  transition: 0.3s;
  background: url("../images/header_la.png");
  background-size: cover;
  opacity: 0;
}
header .menuOne > a:hover {
  color: #ef8416;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  border-radius: 10px;
  padding: 13px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #555;
  position: relative;
  margin-top: 8px;
}
header .ul li a {
  display: block;
  padding: 3px 20px;
  color: #555;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #ff772d;
  color: #fff;
}
header .ul1 {
  left: -10px;
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .search_lang {
  display: flex;
  align-items: center;
  margin-left: 106px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #ef8416;
}
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: #ef8416;
}
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: #ef8416;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #333;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 5px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #ef8416;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #ef8416;
  }
}
header .lang .lang_box .lang2 {
  width: 17px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #333;
}
header .lang .lang_box .lang1 {
  width: 9px;
  aspect-ratio: 9/5;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #333;
}
header .lang .lang_box span {
  font-family: Poppins-Regular;
  color: #333;
  transition: 0.3s;
  line-height: 17px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #ef8416;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #ef8416;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #ef8416;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 5px 4px;
  background: linear-gradient(90deg, #e5472d 0%, #fac400 100%);
  border-radius: 80px;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}
.buttonBox a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ef8416;
  transform: scaleX(0);
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .buttonBox a:hover::before {
    transform: scaleX(1);
  }
}
.buttonBox .dif_a {
  padding: 10px 16px;
  min-width: 174px;
}
.buttonBox span {
  transition: 0s;
  margin: 0px 16px;
}
.buttonBox .button_logo {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.buttonBox .button_logo img {
  width: 13px;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.margin_top {
  margin-top: 110px;
}
.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-slide > a > img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index_banner .swiper-slide-active > a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.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: auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  bottom: auto;
}
.index_banner .swiper-pagination-bullet {
  width: 54px;
  height: 8px;
  background: #fff;
  border-radius: 10px;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
}
.index_banner .swiper-pagination-bullet-active {
  background: #ef8416;
}
.index_banner .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.index_banner .controls.prev {
  left: 4.48%;
}
.index_banner .controls.next {
  right: 4.48%;
}
.index_banner .index_banner_bottom {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}
.index_banner .index_banner_container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 47.4%;
  z-index: 1;
}
.index_banner .container {
  width: 100%;
  max-width: 960px;
}
.index_banner .banner_title {
  color: #ef8416;
  font-family: Poppins-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 72px;
  text-shadow: 2px 2px #fff, -2px -2px #fff, -2px 2px #fff, 2px -2px #fff;
}
.index_banner .banner_describe {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin-top: 14px;
}
.index_banner .buttonBox {
  margin-top: 31px;
}
.big_title {
  font-family: Poppins-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #333;
}
.big_title a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .big_title a:hover {
    color: #ef8416;
  }
}
.big_title span {
  display: inline;
  transition: 0s;
  color: #ef8416;
}
.index1 {
  padding: 90px 0px 90px;
}
.index1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.index1_menu span {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #ef8416;
  border-radius: 60px;
  border: 1px solid #ef8416;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 16px;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .index1_menu span:hover {
    background: #ef8416;
    color: #fff;
  }
}
.index1_menu span.active {
  background: #ef8416;
  color: #fff;
}
.index1_box {
  margin-top: 50px;
}
.index1_container .describe {
  color: #666;
  margin-top: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.index1_container .buttonBox {
  margin-top: 40px;
}
.index1_container .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index1_l {
  width: 31.643%;
  padding-top: 23px;
}
.index1_r {
  width: 65.429%;
}
.index1_r .imgBox {
  border-radius: 6px;
  overflow: hidden;
}
.index1_r .title {
  font-family: Poppins-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin-top: 14px;
}
.index1_r .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index1_r .title a:hover {
    color: #ef8416;
  }
}
.index1_r figure:nth-of-type(2) {
  margin-top: 24px;
}
.index1_r .swiper-pagination-bullets {
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  bottom: auto;
}
.index1_r .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
  pointer-events: all;
  transition: 0.3s;
}
.index1_r .swiper-pagination-bullet-active {
  width: 80px;
  background: #ef8416;
}
.index1_r .controls_box {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
.index2 {
  background: #f7f8fd;
  padding: 89px 0px 89px;
}
.index2_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index2_container .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.index2_container .buttonBox {
  margin-top: 52px;
}
.index2_l {
  width: 55.715%;
}
.index2_l .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.index2_r {
  width: 39.143%;
}
.index2_list {
  margin: 28px auto 0px;
  width: 100%;
  max-width: 1220px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.index2_list .logo {
  width: 70px;
  margin-top: 8px;
}
.index2_list .big_num {
  font-family: Poppins-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #ef8416;
  display: flex;
  align-items: center;
}
.index2_list .number_box {
  display: flex;
  align-items: flex-end;
  gap: 9px;
}
.index2_list .big_num_after {
  color: #666;
  margin-bottom: 5px;
}
.index2_list .j-hdata1::before {
  content: attr(title);
  display: block;
  height: 0px;
  visibility: hidden;
}
.index2_list .text {
  color: #666;
  margin-top: 2px;
}
.index2_list li {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
.index2_list .flex_box {
  flex: 1;
}
.index3 {
  padding: 84px 0px 83px;
}
.index3 .big_title {
  text-align: center;
}
.index3 .sw_box {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding: 5.572% 8.286% 5.286%;
}
.index3 .sw_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.index3 .number {
  font-family: Poppins-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 58px;
  color: #fff;
}
.index3 .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  margin-top: 3px;
}
.index3 .describe {
  color: #fff;
  margin-top: 39px;
}
.index3 .controls {
  border: 1px solid #ef8416;
  position: absolute;
  top: 50%;
}
.index3 .controls.prev {
  left: -80px;
  transform: translate(-100%, -50%);
}
.index3 .controls.next {
  right: -80px;
  transform: translate(100%, -50%);
}
.index4_title {
  font-family: Poppins-Bold;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 60px;
  color: #333;
}
.index4_title a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .index4_title a:hover {
    color: #ef8416;
  }
}
.index4 {
  position: relative;
}
.index4 .mySwiperindex4 .swiper-slide {
  position: relative;
  z-index: 1;
}
.index4 .mySwiperindex4 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.index4 .mySwiperindex4 .container {
  width: 100%;
  max-width: 634px;
}
.index4 .index4_title {
  color: #fff;
}
.index4 .index4_title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .index4 .index4_title a:hover {
    color: #ef8416;
  }
}
.index4 .swiper_container {
  padding: 13.125% 0px 22.96875%;
}
.index4 .buttonBox {
  margin-top: 11px;
}
.index4 .sw_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.index4 .mySwiperindex4_1 .describe {
  color: #fff;
  text-align: center;
}
.index4 .mySwiperindex4_1 .swiper-slide {
  padding: 20px 20px 20px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media screen and (min-width: 993px) {
  .index4 .mySwiperindex4_1 .swiper-slide:hover {
    background: #ef8416;
  }
}
.index4 .mySwiperindex4_1 .swiper-slide-thumb-active {
  background: #ef8416;
}
.index5 {
  padding: 172px 0px 75px;
}
.index5_container {
  position: relative;
  z-index: 1;
  padding: 0px 50px;
}
.index5_container::before {
  content: "";
  inset: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  background: #f2f2f2;
  z-index: -1;
}
.index5_container .buttonBox {
  margin-top: 39px;
}
.index5_container .box {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.index5_l {
  width: 29.539%;
  position: absolute;
  left: 2.231%;
  bottom: 42px;
  z-index: 1;
}
.index5_l::before {
  content: "";
  position: absolute;
  mask-image: url("../images/index5_ia.png");
  -webkit-mask-image: url("../images/index5_ia.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  background: #ef8416;
  overflow: hidden;
  left: -5px;
  bottom: -5px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.index5_l .imgBox {
  mask-image: url("../images/index5_ia.png");
  -webkit-mask-image: url("../images/index5_ia.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  overflow: hidden;
}
.index5_r {
  width: 64.924%;
  padding: 75px 0px 73px;
}
.index5_r .describe {
  font-size: 20px;
  line-height: 34px;
  margin-top: 15px;
}
.index5_r .describe p {
  padding-left: 28px;
  position: relative;
}
.index5_r .describe p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 2px;
  background: #ef8416;
}
.index6 {
  padding-bottom: 68px;
}
.index6 .big_title {
  text-align: center;
}
.index6_container {
  width: 100%;
  max-width: 1051px;
  margin: 40px auto 0px;
  position: relative;
}
.index6_container .hide_img {
  display: none;
}
.index6_container .container {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.index6_container .logo {
  position: relative;
}
.index6_container .logo::before {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: -3px;
  background: rgba(239, 132, 22, 0.5);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.index6_container .logo::after {
  content: "";
  position: absolute;
  width: 8px;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: -5px;
  background: #ef8416;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.index6_container figure {
  width: 3.997%;
  position: absolute;
}
@media screen and (min-width: 993px) {
  .index6_container figure:hover .logo::before {
    opacity: 1;
  }
  .index6_container figure:hover .logo::after {
    opacity: 1;
  }
  .index6_container figure:hover .box {
    display: block;
  }
}
.index6_container .box {
  display: none;
  width: 380px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 16px 22px 16px;
  left: 50%;
  transform: translate(-50%, -100%);
  top: -12px;
  position: absolute;
}
.index6_container .name {
  font-family: Poppins-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #ef8416;
}
.index6_container .describe {
  color: #333;
  margin-top: 7px;
}
.index7 {
  background: #f6f6f6;
  padding: 110px 0px 96px;
}
.index7 .swiper_controls .controls {
  background: transparent;
  border: 1px solid #ef8416;
}
.index7 .top_l {
  padding-top: 7px;
}
.index7 .swiper-slide {
  padding: 52px 44px 40px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.index7 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 41px;
  right: 32px;
  width: 62px;
  aspect-ratio: 1/1;
  background: url("../images/index7_lb.png") no-repeat center;
  background-size: cover;
}
.index7 .star_logo {
  width: 100%;
  max-width: 133px;
  margin-top: 22px;
}
.index7 .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 60px;
  gap: 16px;
}
.index7 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #333;
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  min-width: 110px;
  padding: 1px 10px;
}
.index7 .title_describe {
  font-family: Poppins-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #333;
  flex: 1;
  padding-top: 6px;
}
.index7 .describe {
  color: #666;
  margin-top: 11px;
}
.index7 .sw_box {
  margin-top: 47px;
}
.index8 {
  padding: 84px 0px 138px;
}
.index8 .big_title {
  text-align: center;
}
.index8 .turn_page {
  margin-top: 39px;
}
.index8 .turn_page #box {
  position: relative;
}
.index8 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 31.358%;
}
.index8 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 50%;
  transform: translateY(50%);
}
.index8 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index8 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.index8 .turn_page #box .list-item:nth-of-type(4) .title {
  display: block;
}
.index8 .title {
  display: none;
  position: absolute;
  text-align: center;
  font-family: Poppins-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #ef8416;
  width: 100%;
  bottom: -20px;
  transform: translateY(100%);
}
.index8 .controls {
  position: absolute;
  top: 47.5%;
  width: 50px;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #ef8416;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index8 .controls:hover {
    background: #ef8416;
  }
  .index8 .controls:hover .mask_box {
    background: #fff;
  }
}
.index8 .mask_box {
  width: 24px;
  aspect-ratio: 24/16;
  background: #ef8416;
  transition: 0.3s;
}
.index8 .controls.prev {
  left: -80px;
  transform: translate(-100%, -50%);
}
.index8 .controls.prev .mask_box {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.index8 .controls.next {
  right: -80px;
  transform: translate(100%, -50%);
}
.index8 .controls.next .mask_box {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}
.index9 {
  background: #f3f3f3;
  padding: 80px 0px 80px;
}
.index9 .top_r {
  padding-top: 8px;
}
.index9_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 42px;
}
.index9_container .time {
  font-size: 16px;
  line-height: 30px;
}
.index9_l {
  width: 65.715%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  gap: 12px;
}
.index9_l .l_box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.index9_l .imgBox {
  height: 100%;
}
.index9_l .imgBox a {
  height: 100%;
}
.index9_l .imgBox img {
  height: 100%;
  object-fit: cover;
}
.index9_l .r_box {
  flex: 1;
  padding: 31px 28px 27px;
}
.index9_l .time {
  color: #ef8416;
}
.index9_l .box {
  padding: 26px 0px 34px;
  position: relative;
  padding-left: 32px;
}
.index9_l .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 2px solid #d5d5d5;
}
.index9_l .box::after {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  border: 2px solid #ef8416;
  border-radius: 50%;
  left: -7px;
  top: 0;
  background: #fff;
}
.index9_l .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  margin-top: 8px;
}
.index9_l .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
@media screen and (min-width: 993px) {
  .index9_l .title a:hover {
    color: #ef8416;
  }
}
.index9_l .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 18px;
}
.index9_l .buttonBox {
  margin-top: 24px;
}
.index9_r {
  width: 32.858%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 44px 33px 43px;
}
.index9_r .time {
  color: #666;
}
.index9_r .title {
  font-family: Poppins-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #333;
  margin-top: 7px;
}
.index9_r .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .index9_r .title a:hover {
    color: #ef8416;
  }
}
.index9_r figure {
  padding-left: 34px;
  padding-bottom: 19px;
  position: relative;
}
.index9_r figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 100%;
  border-left: 2px solid #d5d5d5;
}
@media screen and (min-width: 993px) {
  .index9_r figure:hover .logo::before {
    opacity: 1;
  }
}
.index9_r figure:nth-last-of-type(1) {
  padding-bottom: 0px !important;
}
.index9_r figure:nth-last-of-type(1)::before {
  display: none;
}
.index9_r .logo {
  position: absolute;
  width: 16px;
  aspect-ratio: 1/1;
  border: 2px solid #ef8416;
  border-radius: 50%;
  left: -7px;
  top: 4px;
  background: #fff;
}
.index9_r .logo::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 4px;
  aspect-ratio: 1/1;
  background: #ef8416;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.index10 {
  padding: 80px 0px 80px;
}
.index10 .big_title {
  text-align: center;
}
.index10_list {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
}
.index10_list li {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index10_list .logo {
  width: 34px;
  overflow: hidden;
  border-radius: 50%;
}
.index10_list .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.index10_list .faq_q.active .controls_logo img:nth-of-type(1) {
  display: none;
}
.index10_list .faq_q.active .controls_logo img:nth-of-type(2) {
  display: block;
}
.index10_list .l_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 1;
}
.index10_list figure {
  background: #f3f3f5;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 30px;
}
.index10_list .title {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  flex: 1;
}
.index10_list .controls_logo {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index10_list .controls_logo img:nth-of-type(1) {
  display: block;
}
.index10_list .controls_logo img:nth-of-type(2) {
  display: none;
}
.index10_list .faq_a {
  margin-top: 15px;
  display: none;
}
.index10_list .describe {
  color: #666;
}
.bannerBox {
  padding-top: 20.83333333%;
  position: relative;
}
.mbx {
  padding-top: 30px;
  color: #666;
}
.mbx a {
  display: inline;
  color: #666;
}
@media screen and (min-width: 993px) {
  .mbx a:hover {
    color: #ef8416;
  }
}
.mbx .active {
  color: #ef8416;
}
.oo_menu {
  margin-top: 50px;
}
.oo_menu .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 40px;
}
.oo_menu a {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #ef8416;
  border-radius: 60px;
  border: 1px solid #ef8416;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 16px;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .oo_menu a:hover {
    background: #ef8416;
    color: #fff;
  }
}
.oo_menu a.active {
  background: #ef8416;
  color: #fff;
}
.oo1 {
  padding: 60px 0px 38px;
}
.oo1 .describe {
  margin-top: 28px;
  color: #666;
}
.oo1_menu .content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 110px;
}
.oo1_menu span {
  transition: 0s;
  text-underline-offset: 3px;
}
.oo1_menu a {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #999;
  display: block;
  position: relative;
  transition: 0.5s;
}
.oo1_menu a::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/oo1_la.png") no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (min-width: 993px) {
  .oo1_menu a:hover {
    color: #ef8416;
    padding-left: 32px;
  }
  .oo1_menu a:hover::before {
    opacity: 1;
  }
  .oo1_menu a:hover span {
    text-decoration: underline;
  }
}
.oo1_menu a.active {
  color: #ef8416;
  padding-left: 32px;
}
.oo1_menu a.active::before {
  opacity: 1;
}
.oo1_menu a.active span {
  text-decoration: underline;
}
.oo2 {
  padding: 50px 0px 28px;
}
.oo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 3.5%;
}
.oo2_list li {
  width: 31%;
}
@media screen and (min-width: 993px) {
  .oo2_list li:hover .input_links {
    opacity: 1;
  }
}
.oo2_list .imgBox {
  border-radius: 6px;
  overflow: hidden;
}
.oo2_list .title {
  font-family: Poppins-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin-top: 29px;
}
.oo2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .oo2_list .title a:hover {
    color: #ef8416;
  }
}
.oo2_list .box {
  position: relative;
}
.oo2_list .input_links {
  border-radius: 6px;
  background: linear-gradient(90deg, #e5472d 0%, #fac400 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 16px;
  min-width: 200px;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
.oo2_list .input_box {
  position: relative;
}
.oo2_list .input_box input {
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0;
  display: block;
}
.oo2_list .input_box span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: normal;
  left: 0;
  top: 0;
  background: transparent;
  border: 1px solid #fff;
  pointer-events: none;
}
.oo2_list .input_box input:checked {
  opacity: 1;
}
.oo2_list .input_box input:checked + span {
  display: none;
}
.oo2_list .links {
  display: block;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 993px) {
  .oo2_list .links:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.oo3 {
  padding: 172px 0px 80px;
}
.ot1 {
  padding: 47px 0px 71px;
}
.ot1 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ot1_l {
  width: 50%;
  position: relative;
  margin-top: 3px;
}
.ot1_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ot1_l .mySwiperot1_2 {
  width: 91%;
  margin: 0px auto;
}
.ot1_l .mySwiperot1_2 .swiper-slide {
  cursor: pointer;
  border-radius: 6px;
}
.ot1_l .mySwiperot1_1 {
  overflow: hidden;
  border-radius: 6px;
}
.ot1_l .sw_box {
  position: relative;
  margin-top: 14px;
}
.ot1_l .mask_box {
  width: 9px;
  aspect-ratio: 9/16;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: #ef8416;
}
.ot1_l .mask_box.prev {
  left: 0;
  mask-image: url("../images/ot1_la.png");
  -webkit-mask-image: url("../images/ot1_la.png");
}
.ot1_l .mask_box.next {
  right: 0;
  mask-image: url("../images/ot1_lb.png");
  -webkit-mask-image: url("../images/ot1_lb.png");
}
.ot1_l .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ot1_l .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .ot1_l .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.ot1_r {
  width: 47.143%;
  padding-top: 4px;
}
.ot1_r .index4_title {
  color: #333;
}
.ot1_r .share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 13px;
}
.ot1_r .describe {
  color: #666;
  margin-top: 28px;
}
.ot1_r .buttonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 25px;
}
.ot1_r .buttonBox a{
    min-height: 50px;
}
.ot2 {
  padding-bottom: 51px;
}
.ot2 .describe {
  color: #666;
  margin-top: 23px;
}
.ot3 {
  padding-bottom: 51px;
}
.ot3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  margin-top: 70px;
}
.ot3_list .logo {
  width: 66px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
}
.ot3_list li {
  width: 31%;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 66px 37px 26px;
  position: relative;
}
.ot3_list .describe {
  text-align: center;
  color: #333;
}
.ot4 {
  padding-bottom: 80px;
}
.ot4 .describe {
  margin-top: 37px;
}
.ot4 .table table {
  color: #666;
  text-align: center;
}
.ot4 .table table td {
  border: none;
  padding: 16px 20px 14px;
}
.ot4 .table table td:nth-of-type(1) {
  border-radius: 10px 0px 0px 10px;
}
.ot4 .table table td:nth-last-of-type(1) {
  border-radius: 0px 10px 10px 0px;
}
.ot4 .table table tr:nth-of-type(1) {
  font-size: 20px;
  color: #fff;
}
.ot4 .table table tr:nth-of-type(1) td {
  background: #ef8416;
}
.ot4 .table table tr:nth-of-type(even) {
  background: #f4f4f4;
}
.ot5 {
  background: #f3f3f3;
  padding: 96px 0px 93px;
}
.ot5 .describe {
  color: #333;
}
.ot5_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.ot5_l {
  width: 53.429%;
}
.ot5_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin-top: 78px;
}
.ot5_menu span {
  display: block;
  border-radius: 999px;
  background: #fff;
  padding: 10px 30px;
  overflow: hidden;
  cursor: pointer;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .ot5_menu span:hover {
    background: #ef8416;
    color: #fff;
  }
}
.ot5_menu span.active {
  background: #ef8416;
  color: #fff;
}
.ot5_r {
  width: 43.858%;
  aspect-ratio: 614/426;
  position: relative;
}
.ot5_r .imgBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.ot5_r .imgBox::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ot6 {
  padding: 80px 0px 60px;
}
.ot6 .content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.ot6 .describe {
  color: #333;
  margin-top: 27px;
}
.ot6 figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ot6 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ot6_l {
  width: 35.715%;
}
.ot6_r {
  width: 58.572%;
  border-radius: 10px;
  overflow: hidden;
}
.ot7 {
  padding-bottom: 10px;
}
.ot7 .title {
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 19px;
}
.ot7_links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
  margin-top: 26px;
}
.ot7_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  padding: 10px 20px;
  border-radius: 999px;
  background: #f6f6f6;
}
@media screen and (min-width: 993px) {
  .ot7_links a:hover {
    background: #ef8416;
    color: #fff;
  }
}
.ot8 {
  padding: 1px 0px 80px;
}
.ot8 .imgBox {
  border-radius: 6px;
  overflow: hidden;
}
.ot8 .title {
  font-family: Poppins-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  text-align: center;
  margin-top: 29px;
}
.ot8 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .ot8 .title a:hover {
    color: #ef8416;
  }
}
.ot8 .box {
  position: relative;
}
.ot8 .sw_box {
  margin-top: 39px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .ot8 figure:hover .links {
    opacity: 1;
  }
}
.ot8 figure:nth-of-type(2) {
  margin-top: 40px;
}
.ot8 .links {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 13px 20px;
  background: linear-gradient(90deg, #e5472d 0%, #fac400 100%);
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  min-width: 200px;
  z-index: 1;
  opacity: 0;
}
.ot8 .links::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ef8416;
  transform: scaleX(0);
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .ot8 .links:hover::before {
    transform: scaleX(1);
  }
}
.ot8 .controls {
  border: 1px solid #ef8416;
  position: absolute;
  top: 45.8%;
}
.ot8 .controls.prev {
  left: -80px;
  transform: translate(-100%, -50%);
}
.ot8 .controls.next {
  right: -80px;
  transform: translate(100%, -50%);
}
.to1 {
  padding: 50px 0px 10px;
}
.to1 figure {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .to1 figure:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .to1 figure:nth-of-type(even) .to1_l {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
  .to1 figure:nth-of-type(even) .logo {
    background: linear-gradient(90deg, rgba(239, 132, 22, 0) 0%, #ef8416 100%);
  }
  .to1 figure:nth-of-type(even) .logo::before {
    left: auto;
    right: 0;
  }
}
.to1 .index4_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.to1 .describe {
  margin-top: 19px;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.to1 .logo {
  width: 100%;
  max-width: 196px;
  height: 1px;
  background: linear-gradient(90deg, #ef8416 0%, rgba(239, 132, 22, 0) 100%);
  position: relative;
  margin-top: 39px;
}
.to1 .logo::before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #ef8416;
  position: absolute;
  left: 0;
  top: -6px;
}
.to1 .buttonBox {
  margin-top: 56px;
}
.to1_container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.to1_l {
  flex: 1;
  padding: 10px 34px 3.1% 45px;
}
.to1_r {
  width: 65.715%;
}
.tt1 {
  padding: 31px 0px 65px;
}
.tt1 .share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 16px;
}
.tt1_container {
  overflow: hidden;
  margin-top: 62px;
}
.tt1_l {
  width: 50%;
  float: left;
  margin-right: 35px;
  margin-bottom: 5px;
}
.tt1_r {
  padding-top: 22px;
}
.tt1_r .describe {
  color: #666;
}
.tt2 {
  padding-bottom: 10px;
}
.tt2 .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
}
.tt2 .name {
  font-family: Poppins-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #ef8416;
  margin-top: 33px;
}
.tt2 .describe {
  line-height: 36px;
  color: #666;
  margin-top: 17px;
}
.tt2 .describe em {
  font-style: normal;
  display: block;
  padding-left: 28px;
  position: relative;
}
.tt2 .describe em::before {
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 13px;
  top: 16px;
}
.tt2 .container {
  margin-top: 21px;
}
.tt2 .no_margin {
  margin-top: 0px !important;
}
.tt2 .tt2_container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.tt2_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin-top: 24px;
}
.tt2_list li {
  width: 48.572%;
  border-radius: 10px;
  overflow: hidden;
}
.tho_color_back {
  background: #f7f8fd;
}
.tho1 {
  padding: 50px 0px 73px;
}
.tho1 .describe1 {
  margin-top: 33px;
}
.tho1_container {
  display: flex;
  align-items: center;
}
.tho1_container .describe {
  color: #666;
  margin-top: 30px;
}
.tho1_l {
  width: 55.715%;
  margin-right: 5.143%;
}
.tho1_r {
  flex: 1;
}
.tho1_list {
  margin-top: 50px;
}
.tho2 {
  padding: 70px 0px 6px;
}
.tho2 .big_title {
  text-align: center;
}
.tho2 .text {
  margin-top: 16px;
  color: #666;
}
.tho2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.8565%;
  margin-top: 30px;
}
.tho2_list li {
  width: 31.429%;
  border-radius: 20px;
  padding: 30px 30px 35px;
  text-align: center;
  min-height: 320px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tho2_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #f3f3f3;
  transition: 0.3s;
  border-radius: 18px;
}
@media screen and (min-width: 993px) {
  .tho2_list li:hover::before {
    opacity: 0;
  }
  .tho2_list li:hover .logo {
    background: transparent;
  }
  .tho2_list li:hover .logo img {
    filter: brightness(0) invert(1);
  }
  .tho2_list li:hover .title {
    margin-top: -7px;
    color: #fff;
  }
  .tho2_list li:hover .describe {
    color: #fff;
  }
}
.tho2_list .logo {
  width: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin: 0px auto;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.tho2_list .logo img {
  width: 50px;
  max-width: 50%;
  transition: 0.2s;
}
.tho2_list .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  transition: 0.3s;
  margin-top: 24px;
}
.tho2_list .describe {
  color: #333;
  margin-top: 18px;
  display: none;
}
.tho4 {
  padding: 7px 0px 90px;
}
.tho4 .big_title {
  text-align: center;
}
.tho4_container {
  display: flex;
  flex-direction: column;
  gap: 47px;
  margin-top: 55px;
}
.tho4_container figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tho4_container figure:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.tho4_container .r_box {
  width: 47.143%;
}
.tho4_container .l_box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.tho4_container .describe {
  color: #333;
}
.tho5 {
  background: #f6f6f6;
  padding: 115px 0px 169px;
}
.tho6 {
  padding: 90px 0px 89px;
}
.fuo1 {
  padding: 50px 0px 10px;
}
.fuo1 .index10_list {
  margin-top: 0px !important;
}
.fuo1 .PageNumber {
  margin-top: 100px;
}
.fo1_menu {
  padding: 50px 0px 71px;
}
.fo1_menu .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 40px;
}
.fo1_menu a {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #ef8416;
  border-radius: 60px;
  border: 1px solid #ef8416;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 16px;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .fo1_menu a:hover {
    background: #ef8416;
    color: #fff;
  }
}
.fo1_menu a.active {
  background: #ef8416;
  color: #fff;
}
.fo1 .describe {
  color: #666;
  margin-top: 15px;
}
.fo2 {
  padding: 50px 0px 10px;
}
.fo2 .PageNumber {
  margin-top: 75px;
}
.fo2_list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.fo2_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.fo2_list .time_box {
  text-align: center;
  min-width: 71px;
  padding-bottom: 1.5%;
}
.fo2_list .day {
  font-family: Poppins-Regular;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  color: #ef8416;
}
.fo2_list .year {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #ef8416;
  margin-top: 9px;
}
.fo2_list .container {
  flex: 1;
  max-width: 1284px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.fo2_list .imgBox {
  width: 40%;
  max-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.fo2_list .imgBox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fo2_list .imgBox 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) {
  .fo2_list .imgBox video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.fo2_list .box {
  flex: 1;
  max-width: 935px;
}
.fo2_list .title {
  font-family: Poppins-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #242424;
}
.fo2_list .title a {
  color: #242424;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  .fo2_list .title a:hover {
    color: #ef8416;
  }
}
.fo2_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
.fo2_list .buttonBox {
  margin-top: 30px;
}
.ft1 {
  padding: 49px 0px 11px;
}
.ft1 .share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 23px;
}
.ft1 .page_change {
  padding-top: 29px;
  margin-top: 67px;
}
.ft1_container {
  border-top: 1px solid #cecece;
  margin-top: 43px;
  padding-top: 30px;
}
.ft1_container .describe {
  color: #666;
}
.ft1_container .ft1_list ~ .describe {
  margin-top: 40px;
}
.ft1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-top: 30px;
}
.ft1_list li {
  width: 46.858%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ft1_list iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ft1_list 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) {
  .ft1_list video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.seo1 {
  padding: 50px 0px 66px;
}
.seo1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.667%;
}
.seo1_l {
  flex: 1;
  padding-top: 1px;
}
.seo1_list {
  margin-top: 51px;
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.seo1_list .logo {
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 4px;
}
.seo1_list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.seo1_list .flex_box {
  flex: 1;
}
.seo1_list .name {
  font-size: 16px;
  color: #666;
}
.seo1_list .text {
  color: #333;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.seo1_list .text a {
  color: #333;
}
@media screen and (min-width: 993px) {
  .seo1_list .text a:hover {
    color: #ef8416;
  }
}
.seo1_r {
  width: 60.358%;
  border-radius: 10px;
  background: rgba(243, 243, 245, 0.6);
  overflow: hidden;
  padding: 51px 50px 49px 48px;
}
.seo1_r .index4_title {
  font-family: Poppins-Regular;
  text-align: center;
}
.seo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px 0px;
  width: 100%;
  margin-top: 39px;
}
.seo1_r form > * {
  width: 100%;
}
.seo1_r form input,
.seo1_r form textarea {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: rgba(255, 255, 255, 0.05);
  font-family: Poppins-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.seo1_r form input::placeholder,
.seo1_r form input::-webkit-input-placeholder,
.seo1_r form textarea::placeholder {
  color: #666;
}
.seo1_r form .int1 {
  width: 49.1%;
}
.seo1_r form input {
  height: 64px;
}
.seo1_r form textarea {
  height: 213px;
  padding-top: 13px !important;
}
.seo1_r form .ttBox {
  width: 100%;
}
.seo1_r form .yzm {
  position: relative;
  display: flex;
}
.seo1_r form .yzm input {
  flex: 1;
  padding-right: 98px;
}
.seo1_r form .yzm span {
  height: 39px;
  aspect-ratio: 81/39;
  overflow: hidden;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.seo1_r form .yzm span img {
  height: 100%;
}
.seo1_r form .afterBox {
  position: relative;
}
.seo1_r form .afterBox::before {
  left: 15px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.seo1_r form .afterBox input,
.seo1_r form .afterBox textarea {
  padding-left: 28px;
}
.seo1_r form .ttBox::before {
  top: 28px;
}
.seo1_r form .tj input {
  cursor: pointer;
  background: #ef8416;
  border: 1px solid #ef8416;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.seo1_r form .tj input:hover {
  background: transparent;
  color: #ef8416;
}
.seo2 {
  padding-bottom: 80px;
}
.seo2 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.seo2 iframe {
  display: block;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 30px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.PageNumber .pages-btn,
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  flex-wrap: wrap;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #f6f6f6;
  border: solid 1px #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #fff;
  border: 1px solid #ef8416;
  color: #ef8416;
}
.PageNumber .dif_style {
  background: linear-gradient(90deg, #e5472d 0%, #fac400 100%) !important;
  color: #fff !important;
  border: none !important;
}
.PageNumber .active {
  background: #fff !important;
  border: 1px solid #ef8416 !important;
  color: #ef8416;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.PageNumber input {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ef8416;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.PageNumber input:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page_change {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  display: flex;
  justify-content: space-between;
  padding-top: 31px;
  margin-top: 69px;
}
.page_change .logo {
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  border: 1px solid #ef8416;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #ef8416;
}
.page_change .box {
  line-height: 28px;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change .page_name {
  color: #333;
}
.page_change .page_name + * {
  font-size: 16px;
  color: #666666;
  margin-top: 3px;
}
.page_change .page_name + * * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .page_name + * a {
  color: #666666;
}
.page_change .page_name + * a:hover {
  color: #ef8416;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
  text-align: right;
}
.swiper_controls {
  display: flex;
  align-items: center;
  gap: 14px;
}
.swiper_controls .controls {
  width: 50px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .swiper_controls .controls:hover {
    background: #ef8416;
  }
  .swiper_controls .controls:hover .mask_box {
    background: #fff;
  }
}
.swiper_controls .mask_box {
  width: 24px;
  aspect-ratio: 24/16;
  background: #ef8416;
  transition: 0.3s;
}
.swiper_controls .controls.prev .mask_box {
  mask-image: url("../images/swiper_la.png");
  -webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_controls .controls.next .mask_box {
  mask-image: url("../images/swiper_lb.png");
  -webkit-mask-image: url("../images/swiper_lb.png");
}
.public_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.public_top .top_l {
  flex: 1;
}
footer {
  background: #2d2d2d;
  padding: 60px 0px 41px;
}
footer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .logoBox {
  width: 172px;
  flex-shrink: 0;
  margin-top: 17px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  color: #fff;
}
footer .title a {
  color: #fff;
}
@media screen and (min-width: 993px) {
  footer .title a:hover {
    color: #ef8416;
  }
}
footer .logo {
  width: 18px;
  margin-top: 4px;
}
footer .list {
  color: #fff;
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}
footer .list li {
  width: 50%;
}
footer .list li:nth-of-type(2) {
  width: 47%;
}
footer .list span {
  display: inline;
  transition: 0s;
}
footer .list a {
  display: inline;
  color: #fff;
}
@media screen and (min-width: 993px) {
  footer .list a:hover {
    color: #ef8416;
  }
}
footer .list figure {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .list .flex_box {
  flex: 1;
}
footer .list figure:not(:nth-of-type(1)) {
  margin-top: 18px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 17px;
  margin-top: 56px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 20px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: #fff;
  color: #ef8416;
}
footer .icBox a:hover {
  background: #ef8416;
  color: #fff;
}
.footer_r {
  width: 26.715%;
  padding-top: 2px;
}
.footer_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px 0px;
  width: 100%;
  margin-top: 13px;
}
.footer_r form > * {
  width: 100%;
}
.footer_r form input,
.footer_r form textarea {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.footer_r form input::placeholder,
.footer_r form input::-webkit-input-placeholder,
.footer_r form textarea::placeholder {
  color: #fff;
}
.footer_r form .int1 {
  width: 48.5%;
}
.footer_r form input {
  height: 50px;
}
.footer_r form textarea {
  height: 73px;
  padding-top: 10px !important;
}
.footer_r form .ttBox {
  width: 100%;
}
.footer_r form .yzm {
  display: flex;
}
.footer_r form .yzm input {
  flex: 1;
  padding-right: 80px;
}
.footer_r form .yzm span {
  height: 40px;
  aspect-ratio: 37/15;
  overflow: hidden;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.footer_r form .yzm span img {
  height: 100%;
}
.footer_r form .afterBox {
  position: relative;
}
.footer_r form .afterBox::before {
  left: 10px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #f51313;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.footer_r form .afterBox input,
.footer_r form .afterBox textarea {
  padding-left: 23px;
}
.footer_r form .ttBox::before {
  top: 26px;
}
.footer_r form .tj input {
  cursor: pointer;
  background: #f6ab1b;
  border: 1px solid #f6ab1b;
  color: #fff;
  transition: 0.3s;
}
.footer_r form .tj input:hover {
  background: #ef8416;
  border: 1px solid #ef8416;
}
.footer_l {
  width: 68.286%;
}
.footer_a_r {
  flex: 1;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  gap: 58px;
}
.footer_b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 43px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 28px;
  padding: 24px 0px 20px;
}
.footer_b a {
  color: rgba(255, 255, 255, 0.5);
  display: inline;
}
.footer_b a:hover {
  color: #ef8416;
}
.footer_b img {
  display: inline;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 2px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
  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: #ef8416;
}
.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: 20;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
  color: #333;
}
.describe a:hover {
  color: #ef8416;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1750px) {
  .index3 .controls.prev,
  .index8 .controls.prev,
  .ot8 .controls.prev {
    left: -20px;
  }
  .index3 .controls.next,
  .index8 .controls.next,
  .ot8 .controls.next {
    right: -20px;
  }
}
@media screen and (max-width: 1450px) {
.ot1_r .buttonBox a{
    min-height: 42px;
}
  html body {
    font-size: 16px;
    line-height: 26px;
  }
  .rightMenu {
    gap: 8px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  .margin_top {
    margin-top: 84px;
  }
  header .search_lang {
    margin-left: 50px;
  }
  header .logoBox {
    width: 98px;
  }
  header .center {
    gap: 30px;
  }
  header .menuOne {
    font-size: 18px;
    line-height: 28px;
  }
  header .menuOne > a {
    padding: 28px 0px;
  }
  header .menuOne > a::before {
    bottom: 14px;
  }
  .index_banner .controls.prev {
    left: 3%;
  }
  .index_banner .controls.next {
    right: 3%;
  }
  .index_banner .banner_title {
    font-size: 32px;
    line-height: 46px;
  }
  .index_banner .container {
    max-width: 580px;
  }
  .index_banner .banner_describe {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }
  .index_banner .buttonBox {
    margin-top: 20px;
  }
  .index_banner .index_banner_bottom {
    bottom: 36px;
  }
  .index_banner .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
  }
  .index1_menu {
    gap: 15px 30px;
  }
  .index1_menu span {
    font-size: 20px;
    line-height: 32px;
    padding: 8px 16px 6px;
    min-width: 220px;
  }
  .big_title {
    font-size: 32px;
    line-height: 40px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1_l {
    padding-top: 0px;
  }
  .index1_container .container {
    align-items: center;
  }
  .index1_container .describe {
    margin-top: 4px;
  }
  .index1_container .buttonBox {
    margin-top: 20px;
  }
  .index1_r .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index1_r figure:nth-of-type(2) {
    margin-top: 15px;
  }
  .index1_r .controls_box {
    margin-top: 30px;
  }
  .index2 {
    padding: 60px 0px;
  }
  .index2_container .describe {
    margin-top: 12px;
  }
  .index2_container .buttonBox {
    margin-top: 30px;
  }
  .index2_list .logo {
    width: 48px;
    margin-top: 5px;
  }
  .index2_list li {
    gap: 15px;
  }
  .index2_list .big_num {
    font-size: 36px;
    line-height: 40px;
  }
  .index2_list .big_num_after {
    margin-bottom: 4px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .sw_box {
    margin-top: 20px;
    padding: 5% 6%;
  }
  .index3 .number {
    font-size: 32px;
    line-height: 40px;
  }
  .index3 .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0px;
  }
  .index3 .describe {
    margin-top: 12px;
  }
  .index4_title {
    font-size: 26px;
    line-height: 36px;
  }
  .index4 .sw_box {
    bottom: 50px;
  }
  .index4 .mySwiperindex4_1 .swiper-slide {
    padding: 16px;
  }
  .index5 {
    padding: 150px 0px 60px;
  }
  .index5_container .buttonBox {
    margin-top: 25px;
  }
  .index5_l {
    left: 0;
  }
  .index5_r .describe {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
  }
  .index6 {
    padding-bottom: 60px;
  }
  .index6_container .box {
    width: 320px;
    padding: 12px 16px;
  }
  .index6_container .name {
    font-size: 18px;
    line-height: 28px;
  }
  .index6_container .describe {
    margin-top: 0px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .swiper-slide {
    padding: 32px 36px;
  }
  .index7 .swiper-slide::before {
    top: 20px;
    width: 40px;
    right: 20px;
  }
  .index7 .title {
    font-size: 20px;
    line-height: 28px;
    padding: 3px 10px 1px;
    min-width: 100px;
  }
  .index7 .title_describe {
    font-size: 18px;
    line-height: 30px;
    padding-top: 4px;
  }
  .index7 .top {
    padding-right: 36px;
  }
  .index7 .star_logo {
    margin-top: 20px;
    max-width: 110px;
  }
  .index8 {
    padding: 60px 0px 80px;
  }
  .index8 .controls {
    width: 40px;
  }
  .index8 .mask_box {
    width: 16px;
  }
  .index8 .turn_page {
    margin-top: 25px;
  }
  .index8 .title {
    font-size: 18px;
    line-height: 28px;
    bottom: -12px;
  }
  .index9 {
    padding: 60px 0px;
  }
  .index9_container {
    margin-top: 25px;
  }
  .index9_l {
    gap: 0px;
  }
  .index9_l .box {
    padding: 5px 0px 10px;
    padding-left: 28px;
  }
  .index9_l .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
  }
  .index9_l .describe {
    margin-top: 5px;
  }
  .index9_l .buttonBox {
    margin-top: 20px;
  }
  .index9_r {
    padding: 30px 26px;
  }
  .index9_r figure {
    padding-left: 26px;
    padding-bottom: 16px;
  }
  .index9_r .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
  }
  .index10 {
    padding: 60px 0px;
  }
  .index10_list {
    margin-top: 25px;
  }
  .index10_list figure {
    padding: 18px 24px;
  }
  .index10_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index10_list .logo {
    width: 30px;
  }
  .index10_list .l_box {
    gap: 12px;
  }
  .index10_list .faq_a {
    margin-top: 10px;
  }
  .index10_list .controls_logo {
    width: 28px;
  }
  .mbx {
    padding-top: 15px;
  }
  .oo_menu {
    margin-top: 30px;
  }
  .oo_menu .content {
    gap: 15px 30px;
  }
  .oo_menu a {
    font-size: 20px;
    line-height: 32px;
    padding: 8px 16px 6px;
    min-width: 220px;
  }
  .oo1 {
    padding: 30px 0px;
  }
  .oo1 .describe {
    margin-top: 8px;
  }
  .oo1_menu .content {
    gap: 8px 60px;
  }
  .oo1_menu a {
    font-size: 20px;
    line-height: 30px;
  }
  .oo2 {
    padding: 30px 0px 20px;
  }
  .oo2_list {
    gap: 30px 3.5%;
  }
  .oo2_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .oo2_list .input_links {
    min-width: 156px;
    padding: 8px 16px;
    bottom: 20px;
    gap: 8px;
  }
  .ot1 {
    padding: 30px 0px 60px;
  }
  .ot1_r {
    padding-top: 0px;
  }
  .ot1_r .share {
    margin-top: 5px;
    gap: 12px;
  }
  .ot1_r .describe {
    margin-top: 10px;
  }
  .ot1_r .buttonBox {
    gap: 10px 15px;
    margin-top: 20px;
  }
  .ot1_l {
    margin-top: 0px;
  }
  .ot2 {
    padding-bottom: 40px;
  }
  .ot2 .describe {
    margin-top: 10px;
  }
  .ot3 {
    padding-bottom: 40px;
  }
  .ot3_list {
    margin-top: 40px;
  }
  .ot3_list .logo {
    width: 48px;
  }
  .ot3_list li {
    padding: 36px 30px 26px;
  }
  .ot4 {
    padding-bottom: 60px;
  }
  .ot4 .describe {
    margin-top: 20px;
  }
  .ot4 .table table tr:nth-of-type(1) {
    font-size: 18px;
  }
  .ot4 .table table td {
    padding: 12px 20px 10px;
  }
  .ot5 {
    padding: 60px 0px;
  }
  .ot5_menu {
    margin-top: 30px;
    gap: 12px 15px;
  }
  .ot5_menu span {
    padding: 8px 24px;
  }
  .ot6 {
    padding: 60px 0px;
  }
  .ot6 .content {
    gap: 50px;
  }
  .ot6 .describe {
    margin-top: 15px;
  }
  .ot6_l {
    width: 38%;
  }
  .ot7 {
    padding-bottom: 0px;
  }
  .ot7 .title {
    padding-bottom: 10px;
  }
  .ot7_links {
    margin-top: 15px;
    gap: 12px 15px;
  }
  .ot7_links a {
    padding: 8px 24px;
  }
  .ot8 {
    padding: 0px 0px 60px;
  }
  .ot8 .sw_box {
    margin-top: 25px;
  }
  .ot8 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .ot8 figure:nth-of-type(2) {
    margin-top: 20px;
  }
  .ot8 .links {
    min-width: 156px;
    padding: 8px 16px;
    bottom: 20px;
  }
  .to1 {
    padding: 30px 0px 0px;
  }
  .to1 .describe {
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .to1 .logo {
    margin-top: 25px;
  }
  .to1 .buttonBox {
    margin-top: 25px;
  }
  .to1 .index4_title {
    font-size: 22px;
    line-height: 32px;
  }
  .to1_container {
    gap: 60px;
  }
  .to1_l {
    padding: 15px 26px;
  }
  .tt1 {
    padding: 20px 0px 60px;
  }
  .tt1_container {
    margin-top: 30px;
  }
  .tt1_r {
    padding-top: 0px;
  }
  .tt2 .container {
    margin-top: 10px;
  }
  .tt2 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tt2 .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .tt2 .describe {
    margin-top: 5px;
    line-height: 30px;
  }
  .tt2 .describe em::before {
    top: 13px;
  }
  .tt2 .tt2_container {
    gap: 40px;
  }
  .tho1 {
    padding: 30px 0px 60px;
  }
  .tho1 .describe1 {
    margin-top: 15px;
  }
  .tho1_container .describe {
    margin-top: 10px;
  }
  .tho2 {
    padding: 60px 0px 0px;
  }
  .tho2 .text {
    margin-top: 10px;
  }
  .tho2_list .logo {
    width: 70px;
  }
  .tho2_list .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 6px;
  }
  .tho2_list .describe {
    margin-top: 12px;
  }
  .tho2_list li {
    padding: 20px 24px 24px;
  }
  .tho4 {
    padding: 0px 0px 60px;
  }
  .tho4_container {
    gap: 30px;
    margin-top: 30px;
  }
  .tho6 {
    padding-top: 60px;
  }
  .fuo1 {
    padding: 30px 0px 0px;
  }
  .fo1_menu {
    padding: 30px 0px;
  }
  .fo1_menu .content {
    gap: 15px 30px;
  }
  .fo1_menu a {
    font-size: 20px;
    line-height: 32px;
    padding: 8px 16px 6px;
    min-width: 220px;
  }
  .fo2 {
    padding: 40px 0px 0px;
  }
  .fo2_list {
    gap: 40px;
  }
  .fo2_list .day {
    font-size: 32px;
    line-height: 42px;
  }
  .fo2_list .year {
    font-size: 16px;
    line-height: 26px;
  }
  .fo2_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .fo2_list .describe {
    margin-top: 12px;
  }
  .ft1 {
    padding: 30px 0px 0px;
  }
  .ft1 .share {
    margin-top: 12px;
  }
  .ft1_container {
    margin-top: 20px;
    padding-top: 20px;
  }
  .seo1 {
    padding: 30px 0px 40px;
  }
  .seo1_list {
    margin-top: 20px;
    gap: 20px;
  }
  .seo1_list .logo {
    width: 52px;
  }
  .seo1_list .text {
    margin-top: 0px;
  }
  .seo1_r {
    padding: 36px 32px;
  }
  .seo1_r form {
    margin-top: 20px;
  }
  .seo1_r form input,
  .seo1_r form textarea {
    font-size: 16px;
    line-height: 26px;
  }
  .seo1_r form input {
    height: 52px;
  }
  .seo1_r form textarea {
    height: 160px;
  }
  .seo1_r form .yzm span {
    height: 36px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  footer .logoBox {
    width: 108px;
    margin-top: 12px;
  }
  footer .list {
    margin-top: 12px;
    gap: 14px 0px;
  }
  footer .icBox {
    margin-top: 25px;
    gap: 10px;
  }
  footer .icBox a {
    width: 40px;
  }
  footer .title {
    font-size: 18px;
    line-height: 28px;
  }
  .footer_a {
    gap: 26px;
  }
  .footer_b {
    margin-top: 30px;
    padding: 20px 0px;
  }
  .footer_r form input {
    height: 45px;
  }
  .footer_r form input,
  .footer_r form textarea {
    font-size: 16px;
    line-height: 26px;
  }
  .buttonBox .button_logo {
    width: 32px;
  }
  .buttonBox span {
    margin: 0px 12px;
  }
  .buttonBox .dif_a {
    min-width: 150px;
    padding: 4px 16px;
  }
  .swiper_controls .controls {
    width: 40px;
  }
  .swiper_controls .mask_box {
    width: 16px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .pages-btn,
  .PageNumber .page_box {
    gap: 8px 10px;
  }
  .PageNumber .submit {
    gap: 6px;
  }
  .PageNumber a {
    font-size: 16px;
    line-height: 28px;
    width: 38px;
  }
  .page_change {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .page_change .logo {
    width: 36px;
  }
  .page_change .logo img {
    max-width: 16px;
  }
  .page_change .box {
    line-height: 26px;
  }
  .page_change .page_name + * {
    margin-top: 0px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .margin_top {
    margin-top: 70px;
  }
  header .content {
    width: calc(100% - 60px) !important;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
  }
  header .menuOne > a {
    padding: 22px 0px;
  }
  header .menuOne > a::before {
    bottom: 10px;
    width: 12px;
  }
  header .search_lang {
    margin-left: 30px;
  }
  header .logoBox {
    width: 80px;
  }
  .index5 {
    padding: 60px 0px;
  }
  .index5_l {
    bottom: 50%;
    transform: translateY(50%);
  }
  .index5_r {
    padding: 60px 0px;
  }
  .ot1 .content {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
    .ot1_r .buttonBox a{
    min-height: 36px;
}
  .index3 .controls.prev,
  .ot8 .controls.prev {
    left: -8px;
  }
  .index3 .controls.next,
  .ot8 .controls.next {
    right: -8px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
    background: #fff;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *::before {
    display: none;
  }
  .rightMenu > *:hover {
    background: #ef8416 !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  header {
    padding: 5px 0px;
  }
  header .logoBox {
    width: 72px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }
  header .search_lang {
    margin-left: 0px;
  }
  header .head_boxr {
    padding-right: 50px;
  }
  .margin_top {
    margin-top: 58.72px;
  }
  .index_banner .banner_title {
    font-size: 20px;
    line-height: 30px;
  }
  .index_banner .container {
    max-width: 370px;
  }
  .index_banner .banner_describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index_banner .buttonBox {
    margin-top: 15px;
  }
  .index_banner .controls {
    display: none;
  }
  .index_banner .index_banner_bottom {
    bottom: 20px;
  }
  .index_banner .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    gap: 8px;
  }
  .big_title,
  .index4_title {
    font-size: 20px;
    line-height: 28px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1_menu {
    gap: 10px;
  }
  .index1_menu span {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 14px 4px;
    min-width: 150px;
  }
  .index1_container .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index1_container .buttonBox {
    margin-top: 12px;
  }
  .index1_l {
    width: 100%;
  }
  .index1_r {
    width: 100%;
  }
  .index1_r .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index1_r figure:nth-of-type(2) {
    margin-top: 10px;
  }
  .index1_r .controls_box {
    margin-top: 15px;
  }
  .index1_r .swiper-pagination-bullet {
    gap: 8px;
  }
  .index1_r .swiper-pagination-bullet {
    width: 32px;
  }
  .index1_r .swiper-pagination-bullet-active {
    width: 42px;
  }
  .index1_box {
    margin-top: 15px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2_container .describe {
    margin-top: 2px;
  }
  .index2_container .buttonBox {
    margin-top: 15px;
  }
  .index2_list {
    gap: 15px 2%;
    justify-content: space-between;
    margin: 20px auto 0px;
  }
  .index2_list .big_num {
    font-size: 26px;
    line-height: 30px;
  }
  .index2_list .number_box {
    gap: 5px;
  }
  .index2_list .big_num_after {
    margin-bottom: 1px;
  }
  .index2_list .text {
    margin-top: 0px;
  }
  .index2_list .logo {
    width: 36px;
  }
  .index3 {
    padding: 30px 0px;
  }
  .index3 .sw_box {
    margin-top: 10px;
    padding: 15px 30px 20px;
  }
  .index3 .number {
    font-size: 20px;
    line-height: 28px;
  }
  .index3 .title {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 28px;
  }
  .index3 .describe {
    margin-top: 2px;
  }
  .index4 .swiper_container {
    padding: 12% 0px 24%;
  }
  .index4 .mySwiperindex4 .container {
    max-width: 360px;
  }
  .index4 .sw_box {
    bottom: 30px;
  }
  .index5 {
    padding: 8% 0px;
  }
  .index5_container {
    padding: 0px 30px;
  }
  .index5_r {
    padding: 30px 0px;
  }
  .index5_r .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index5_r .describe p::before {
    top: 12px;
  }
  .index5_r .buttonBox {
    margin-top: 15px;
  }
  .index6 {
    padding-bottom: 30px;
  }
  .index6_container {
    margin: 15px auto 0px;
  }
  .index6_container .logo {
    display: none;
  }
  .index6_container .show_img {
    display: none;
  }
  .index6_container .hide_img {
    display: block;
  }
  .index6_container .container {
    margin-top: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 4%;
  }
  .index6_container .box {
    width: 100%;
    display: block;
    left: 0;
    position: relative;
    transform: none;
    top: 0px;
    height: 100%;
  }
  .index6_container figure {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    width: 48%;
  }
  .index6_container .name {
    font-size: 16px;
    line-height: 26px;
  }
  .index7 {
    padding: 30px 0px;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .title {
    font-size: 16px;
    line-height: 26px;
    min-width: 90px;
  }
  .index7 .title_describe {
    font-size: 16px;
    line-height: 28px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8 .sw_box {
    margin-top: 15px;
  }
  .index8 .controls {
    transform: none !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    width: 30px;
    position: relative !important;
  }
  .index8 .mask_box {
    width: 14px;
  }
  .index8 .swiper_button {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 12px;
  }
  .index9 {
    padding: 30px 0px;
  }
  .index9 .top_r {
    padding-top: 0px;
  }
  .index9_container {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .index9_container .time {
    font-size: 15px;
    line-height: 24px;
  }
  .index9_l {
    width: 100%;
    align-items: center;
  }
  .index9_l .box {
    padding: 0px;
  }
  .index9_l .box::after,
  .index9_l .box::before {
    display: none;
  }
  .index9_l .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 2px;
  }
  .index9_l .buttonBox {
    margin-top: 15px;
  }
  .index9_r {
    width: 100%;
    padding: 20px 24px;
  }
  .index9_r .logo {
    display: none;
  }
  .index9_r figure {
    padding-left: 0px;
    padding-bottom: 12px;
  }
  .index9_r figure::before {
    display: none;
  }
  .index9_r .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
  }
  .index10 {
    padding: 30px 0px;
  }
  .index10_list {
    margin-top: 12px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .index10_list .logo {
    width: 22px;
  }
  .index10_list .l_box {
    gap: 6px;
  }
  .index10_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 1px;
  }
  .index10_list li {
    width: 100%;
    gap: 12px;
  }
  .index10_list figure {
    padding: 15px 18px;
  }
  .index10_list .faq_a {
    margin-top: 2px;
  }
  .index10_list .controls_logo {
    width: 22px;
  }
  .mbx {
    padding-top: 10px;
  }
  .oo_menu {
    margin-top: 8px;
  }
  .oo_menu .content {
    gap: 10px;
  }
  .oo_menu a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 14px 4px;
    min-width: 150px;
  }
  .oo1 {
    padding: 15px 0px;
  }
  .oo1 .describe {
    margin-top: 2px;
  }
  .oo1_menu a {
    font-size: 18px;
    line-height: 28px;
  }
  .oo1_menu a::before {
    width: 16px;
  }
  .oo1_menu a.active {
    padding-left: 20px;
  }
  .oo2 {
    padding: 10px 0px 0px;
  }
  .oo2_list {
    gap: 15px 2%;
  }
  .oo2_list li {
    width: 32%;
  }
  .oo2_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .oo2_list .box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .oo2_list .input_links {
    opacity: 1;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 8px auto 0px;
    transform: none;
    min-width: 132px;
    padding: 5px 16px;
    gap: 5px;
  }
  .ot1 {
    padding: 15px 0px 30px;
  }
  .ot1 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ot1_l {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
  }
  .ot1_r {
    width: 100%;
  }
  .ot1_r .share {
    margin-top: 4px;
  }
  .ot1_r .describe {
    margin-top: 6px;
  }
  .ot1_r .buttonBox {
    gap: 10px;
    margin-top: 15px;
  }
  .ot2 {
    padding-bottom: 30px;
  }
  .ot2 .describe {
    margin-top: 4px;
  }
  .ot3 {
    padding-bottom: 30px;
  }
  .ot3_list {
    margin-top: 26px;
  }
  .ot3_list .logo {
    width: 32px;
  }
  .ot3_list li {
    padding: 20px 16px 15px;
  }
  .ot4 {
    padding-bottom: 30px;
  }
  .ot4 .describe {
    margin-top: 10px;
  }
  .ot4 .table table tr:nth-of-type(1) {
    font-size: 15px;
  }
  .ot4 .table table td {
    padding: 8px 20px 6px;
  }
  .ot5 {
    padding: 30px 0px;
  }
  .ot5_container {
    margin-top: 12px;
  }
  .ot5_menu {
    margin-top: 10px;
    gap: 8px;
  }
  .ot5_menu span {
    padding: 5px 16px;
  }
  .ot6 {
    padding: 30px 0px;
  }
  .ot6 .describe {
    margin-top: 5px;
  }
  .ot6 .content {
    gap: 25px;
  }
  .ot7 .title {
    padding-bottom: 6px;
  }
  .ot7_links {
    margin-top: 10px;
    gap: 8px;
  }
  .ot7_links a {
    padding: 5px 16px;
  }
  .ot8 {
    padding-bottom: 30px;
  }
  .ot8 .sw_box {
    margin-top: 12px;
  }
  .ot8 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .ot8 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ot8 .links {
    opacity: 1;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 8px auto 0px;
    transform: none;
    min-width: 132px;
    padding: 5px 16px;
  }
  .ot8 figure:nth-of-type(2) {
    margin-top: 15px;
  }
  .to1 {
    padding: 15px 0px 0px;
  }
  .to1 .describe {
    margin-top: 2px;
    font-size: 14px;
  }
  .to1 .logo {
    margin-top: 10px;
  }
  .to1 .buttonBox {
    margin-top: 12px;
  }
  .to1_container {
    gap: 15px;
  }
  .to1_container .index4_title {
    font-size: 18px;
    line-height: 28px;
  }
  .to1_container figure {
    flex-direction: column-reverse !important;
  }
  .to1_l {
    width: 100%;
  }
  .to1_r {
    width: 100%;
    flex: none;
  }
  .tt1 {
    padding: 15px 0px 30px;
  }
  .tt1 .share {
    margin-top: 8px;
    gap: 12px;
  }
  .tt1_container {
    margin-top: 12px;
  }
  .tt1_l {
    margin-right: 18px;
  }
  .tt2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tt2 .container {
    margin-top: 6px;
  }
  .tt2 .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .tt2 .describe {
    margin-top: 4px;
    line-height: 26px;
  }
  .tt2 .describe em {
    padding-left: 20px;
  }
  .tt2 .describe em::before {
    left: 8px;
    top: 10px;
  }
  .tt2 .tt2_container {
    gap: 20px;
  }
  .tt2_list {
    margin-top: 15px;
  }
  .tho1 {
    padding: 15px 0px 30px;
  }
  .tho1_container {
    display: block;
  }
  .tho1_container .describe {
    margin-top: 4px;
  }
  .tho1_l {
    float: left;
    margin-bottom: 5px;
    margin-right: 4%;
  }
  .tho2 {
    padding: 30px 0px 0px;
  }
  .tho2 .text {
    margin-top: 4px;
  }
  .tho2_list {
    gap: 15px 2%;
    margin-top: 15px;
  }
  .tho2_list li {
    width: 32%;
    overflow: hidden;
    min-height: auto;
    padding: 18px 20px 20px;
  }
  .tho2_list li::before {
    display: none;
  }
  .tho2_list .logo {
    background: transparent;
    border-radius: 0px;
    width: 40px;
  }
  .tho2_list .logo img {
    width: 100%;
    max-width: 100%;
    filter: brightness(0) invert(1);
  }
  .tho2_list .title {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .tho2_list .describe {
    margin-top: 4px;
    color: #fff;
    display: block;
  }
  .tho4 {
    padding: 0px 0px 30px;
  }
  .tho4_container {
    gap: 15px;
    margin-top: 15px;
  }
  .tho4_container figure {
    display: block;
  }
  .tho4_container .r_box {
    width: 100%;
  }
  .tho4_container figure:nth-of-type(odd) .l_box {
    float: right;
    margin-left: 4%;
    margin-bottom: 5px;
  }
  .tho4_container figure:nth-of-type(even) .l_box {
    float: left;
    margin-right: 4%;
    margin-bottom: 5px;
  }
  .tho6 {
    padding-top: 30px;
  }
  .fuo1 {
    padding: 15px 0px 0px;
  }
  .fo1_menu {
    padding: 15px 0px;
  }
  .fo1_menu .content {
    gap: 10px;
  }
  .fo1_menu a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 14px 4px;
    min-width: 150px;
  }
  .fo1 .describe {
    margin-top: 4px;
  }
  .fo2 {
    padding: 15px 0px 0px;
  }
  .fo2_list {
    gap: 15px;
  }
  .fo2_list .day {
    font-size: 20px;
    line-height: 28px;
  }
  .fo2_list .year {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .fo2_list li {
    gap: 15px;
  }
  .fo2_list .container {
    gap: 20px;
  }
  .fo2_list .imgBox {
    width: 36%;
  }
  .fo2_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo2_list .describe {
    margin-top: 4px;
  }
  .fo2_list .buttonBox {
    margin-top: 15px;
  }
  .ft1 {
    padding: 15px 0px 0px;
  }
  .ft1 .share {
    margin-top: 8px;
    gap: 12px;
  }
  .ft1_container {
    margin-top: 8px;
    padding-top: 8px;
  }
  .ft1_container .ft1_list ~ .describe {
    margin-top: 8px;
  }
  .ft1_list {
    margin-top: 15px;
  }
  .seo1 {
    padding: 15px 0px 30px;
  }
  .seo1 .content {
    gap: 20px;
    flex-wrap: wrap;
  }
  .seo1_list {
    margin-top: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0px;
  }
  .seo1_list .logo {
    width: 42px;
    margin-top: 0px;
  }
  .seo1_list li {
    gap: 12px;
    width: 48%;
  }
  .seo1_r {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
  }
  .seo1_r form {
    gap: 8px 0px;
    margin-top: 12px;
  }
  .seo1_r form input,
  .seo1_r form textarea {
    font-size: 14px !important;
    padding: 0px 10px;
  }
  .seo1_r form textarea {
    height: 120px;
    padding-top: 4px !important;
  }
  .seo1_r form input {
    height: 42px !important;
  }
  .seo1_r form .afterBox input,
  .seo1_r form .afterBox textarea {
    padding-left: 14px;
  }
  .seo1_r form .afterBox::before {
    left: 5px;
    font-size: 12px;
    top: 48%;
  }
  .seo1_r form .ttBox::before {
    top: 18px;
  }
  .seo1_r form .yzm span {
    height: 26px;
  }
  .seo2 {
    padding-bottom: 30px;
  }
  footer {
    padding: 30px 0px 50px;
  }
  footer .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
  }
  footer .logoBox {
    width: 100px;
    margin-top: 12px;
  }
  footer .list {
    margin-top: 6px;
  }
  footer .list figure {
    gap: 6px;
  }
  footer .list figure:not(:nth-of-type(1)) {
    margin-top: 5px;
  }
  footer .logo {
    margin-top: 2px;
  }
  footer .icBox {
    margin-top: 16px;
    gap: 8px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .icBox a {
    width: 32px;
  }
  .footer_l {
    width: 100%;
  }
  .footer_r {
    width: 100%;
  }
  .footer_r form {
    margin-top: 8px;
    gap: 10px 0px;
  }
  .footer_r form input {
    height: 38px;
  }
  .footer_r form input,
  .footer_r form textarea {
    font-size: 14px;
    line-height: 24px;
  }
  .footer_b {
    margin-top: 15px;
    padding: 15px 0px 0px;
    line-height: 24px;
  }
  .buttonBox .button_logo {
    width: 26px;
  }
  .buttonBox span {
    margin: 0px 6px;
  }
  .buttonBox .dif_a {
    min-width: 126px;
  }
  .swiper_controls {
    gap: 8px;
  }
  .swiper_controls .controls {
    width: 30px;
  }
  .swiper_controls .mask_box {
    width: 14px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px 10px;
  }
  .PageNumber .iconfont {
    font-size: 12px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 28px;
    height: 28px;
  }
  .PageNumber .pages-btn,
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 20px !important;
    flex-wrap: wrap;
    gap: 12px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .logo {
    width: 36px !important;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
    gap: 10px;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .page_name {
    font-size: 14px;
  }
  .page_change .page_name + * {
    font-size: 14px;
  }
}
@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;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  .index1_menu span {
    font-size: 14px;
    line-height: 24px;
    min-width: 130px;
  }
  .index2_container {
    gap: 15px;
  }
  .index2_l {
    width: 100%;
  }
  .index2_r {
    width: 100%;
  }
  .index2_list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .index2_list li {
    width: 49%;
  }
  .index3 .sw_box {
    padding: 15px 20px 20px;
  }
  .index3 .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .index3 .swiper_controls {
    margin-top: 10px;
    justify-content: center;
  }
  .index5 {
    padding: 30px 0px;
  }
  .index7 .swiper-slide {
    padding: 26px 25px;
  }
  .index7 .swiper-slide::before {
    width: 28px;
  }
  .oo_menu a {
    font-size: 14px;
    line-height: 24px;
    min-width: 130px;
  }
  .oo1_menu .content {
    gap: 6px 30px;
  }
  .oo1_menu a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
  }
  .ot3_list {
    gap: 30px 2%;
  }
  .ot3_list li {
    width: 49%;
  }
  .ot6 figure {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ot6_l {
    width: 100%;
  }
  .ot6_r {
    width: 100%;
  }
  .ot8 .controls {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .ot8 .swiper_controls {
    margin-top: 10px;
    justify-content: center;
  }
  .to1_l {
    padding: 12px 20px 20px;
  }
  .tho1_l {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .tho1_r {
    padding-top: 12px;
  }
  .tho2_list li {
    width: 49%;
  }
  .fo1_menu a {
    font-size: 14px;
    line-height: 24px;
    min-width: 130px;
  }
  .PageNumber {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .index4 .sw_box {
    margin-top: 15px;
    position: relative;
    left: 0;
    transform: none;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
  }
  .index5_l {
    display: none;
  }
  .index5_r {
    width: 100%;
  }
  .index9_l .r_box {
    padding: 18px 20px;
  }
  .index9_l .describe {
    -webkit-line-clamp: 3;
  }
  .oo2_list li {
    width: 49%;
  }
  .ot5_container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ot5_l {
    width: 100%;
  }
  .ot5_r {
    width: 100%;
  }
  .tt1_l {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .tt1_r {
    padding-top: 12px;
  }
  .tho2_list li {
    width: 100%;
  }
  .tho4_container .l_box {
    float: none !important;
    margin: 0px !important;
    width: 100%;
  }
  .tho4_container .r_box {
    padding-top: 12px;
  }
  .fo2_list {
    flex-direction: row;
    gap: 15px 2%;
    flex-wrap: wrap;
  }
  .fo2_list li {
    width: 49%;
    flex-wrap: wrap;
    gap: 4px;
  }
  .fo2_list .year {
    margin-top: 0px;
  }
  .fo2_list .time_box {
    width: 100%;
    padding-bottom: 0px;
  }
  .fo2_list .container {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .fo2_list .imgBox {
    width: 100%;
  }
  .fo2_list .box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .seo1_list li {
    width: 100%;
  }
  footer .logoBox {
    width: 80px;
    margin: 0px auto;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer_a_r {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .index6_container figure {
    width: 100%;
  }
  .index7 .top_l {
    text-align: center;
  }
  .index7 .swiper_controls {
    justify-content: center;
  }
  .index9 .top_l {
    text-align: center;
  }
  .index9 .top_r {
    display: flex;
    justify-content: center;
  }
  .index9_l {
    flex-wrap: wrap;
  }
  .index9_l .l_box {
    width: 100%;
  }
  .index9_l .r_box {
    flex: none;
    width: 100%;
  }
  .ot3_list li {
    width: 100%;
  }
  .ot4 .table table {
    min-width: 440px;
  }
  footer .list {
    gap: 5px;
    flex-wrap: wrap;
  }
  footer .list li {
    width: 100% !important;
  }
  .public_top {
    gap: 8px;
  }
  .public_top .top_l {
    flex: none;
    width: 100%;
  }
  .public_top .top_r {
    padding: 0px !important;
    width: 100%;
  }
  .seo1_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index_banner .banner_describe {
    display: none;
  }
  .index2_list li {
    width: 100%;
  }
  .index5_container {
    padding: 0px 20px;
  }
  .index7 .top {
    flex-wrap: wrap;
    gap: 4px;
  }
  .index7 .title_describe {
    flex: none;
    width: 100%;
    line-height: 24px;
    padding-top: 0px;
  }
  .index7 .describe {
    margin-top: 4px;
  }
  .oo2_list .input_links {
    min-width: 120px;
    padding: 4px 12px;
    gap: 4px;
  }
  .ot8 .links {
    min-width: 120px;
    padding: 4px 12px;
  }
  .fo2_list li {
    width: 100%;
  }
  .fo2_list .imgBox {
    width: 100%;
    max-width: 100%;
  }
  .fo2_list .imgBox img {
    width: 100%;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1767681031498") format("woff"), url("iconfont.ttf?t=1767681031498") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before {
  content: "\e672";
}
.icon-Youtube:before {
  content: "\e880";
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
