@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: GothamMedium, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 120px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 10;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 1px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border-radius: 10px;
  position: relative;
}
.rightMenu > *:hover {
  background: #164732;
}
.rightMenu > *:nth-last-of-type(1):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.3s;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 15px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box > p {
  background: #164732;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #164732;
  right: 2.5%;
  top: 25px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .nav {
    top: 20px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
}
header .content {
  position: relative;
}
header .l_box {
  display: flex;
  align-items: center;
  padding-top: 2px;
}
header .center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 14px;
}
header .logoBox {
  width: 106px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding-bottom: 2px;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #164732 !important;
}
header .menuOne.menuactive > a {
  color: #164732 !important;
}
header .menuOne {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
header .menuOne > a {
  color: #333;
  padding: 21px 0px;
  position: relative;
  text-transform: uppercase;
}
header .menuOne > a:hover {
  color: #164732 !important;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-left: 35px;
}
header .sousuo .search {
  cursor: pointer;
  filter: brightness(0);
  transition: 0s;
  opacity: 0.9;
}
header .sousuo .search:hover {
  filter: none;
  opacity: 1;
}
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: #f6ab1a;
}
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%;
  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: #f6ab1a;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: GothamMedium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 5px 20px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #164732;
  color: #fff;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-left: 25px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
header .lang .lang_box:hover .dq {
  filter: brightness(1);
  opacity: 1;
}
header .lang .lang_box:hover .dd {
  filter: brightness(1);
  opacity: 1;
}
header .lang .lang_box:hover span {
  color: #164732;
}
header .lang .lang_box .dq {
  width: 18px;
  filter: brightness(0);
  opacity: 0.9;
  transition: 0s;
  margin-right: 7px;
}
header .lang .lang_box .dd {
  filter: brightness(0);
  opacity: 0.9;
  transition: 0s;
}
header .lang .lang_box span {
  font-family: GothamMedium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 140px;
  background-color: #fff;
  border: 1px solid #164732;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #164732;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #164732;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .head_a {
  padding-top: 2px;
  padding-left: 120px;
}
header .head_b {
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 4px 80px 8px;
  position: relative;
}
header .head_b::before {
  content: "";
  background: #f6ab1a;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
header .head_b > * {
  position: relative;
  z-index: 1;
}
header .dif_ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #164732;
  color: #fff;
  font-family: GothamMedium;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
}
header .dif_ul div {
  padding: 16px 0px 20px;
  display: flex;
}
header .dif_ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 161px;
  text-align: center;
  padding: 0px 25px;
}
header .dif_ul li:nth-last-of-type(1) {
  border-right: none;
}
header .dif_ul a {
  padding: 2px 6px;
  color: #fff;
}
header .dif_ul a:hover {
  color: #f6ab1a;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  min-width: 176px;
  min-height: 44px;
  padding: 5px 20px;
  background: #ebebeb;
  border-radius: 6px;
}
.buttonBox a:hover {
  background: #164732;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.padding_top {
  padding-top: 110px;
}
.big_title {
  font-family: Kapra-Bold;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #164732;
}
.big_title a {
  color: #164732;
}
.big_title a:hover {
  color: #f6ab1a;
}
.big_bt {
  font-family: Kapra-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #333;
}
.big_bt a {
  color: #164732;
}
.big_bt a:hover {
  color: #f6ab1a;
}
.title_box {
  position: relative;
  padding-bottom: 24px;
}
.title_box::before {
  content: "";
  position: absolute;
  width: 91px;
  height: 5px;
  background: #f6ab1a;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.index_banner .swiper-slide-active img,
.index_banner .swiper-slide-duplicate-active img {
  transform: scale(1);
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  display: block;
  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 \9;
  display: block \9\0;
}
@media screen and (max-width: 991px) {
  .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: calc(100% - 100px);
  max-width: 1400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  bottom: 33px;
  gap: 6px 32px;
}
.index_banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0px !important;
  display: block;
  position: relative;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_bt {
  color: #333;
  text-align: center;
  margin-top: 12px;
}
.index1 {
  padding-top: 60px;
}
.index1 .big_title {
  text-align: center;
}
.index1 .swiper-slide {
  position: relative;
}
.index1 .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 0px 10px 2px;
  color: #333;
  display: flex;
  justify-content: center;
}
.index1 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.index1 .title a:hover {
  color: #164732;
  text-decoration: underline;
}
.index1 .sw_box {
  margin-top: 82px;
  position: relative;
}
.index2 {
  padding-top: 99px;
}
.index2 .big_title {
  text-align: center;
}
.index2 .title {
  font-family: GothamBold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.index2 .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;
}
.index2 .title a:hover {
  color: #164732;
  text-decoration: underline;
}
.index2 .title_box {
  padding-bottom: 16px;
}
.index2 .index_bt {
  margin-top: 22px;
}
.index2 .sw_box {
  margin-top: 15px;
  position: relative;
}
.index3 {
  background: url("../img/index3_back.jpg") no-repeat center;
  background-size: cover;
  margin-top: 114px;
  padding: 95px 0px 128px;
}
.index3 .big_title {
  text-align: center;
  color: #fff;
}
.index3 .big_title a {
  color: #fff;
}
.index3 .big_title a:hover {
  color: #f6ab1a;
}
.index3 .describe {
  color: #fff;
  text-align: center;
  width: 1325px;
  max-width: 100%;
  margin: 41px auto 0px;
}
.index3 .button_icon {
  margin-top: 62px;
}
.index4 {
  padding: 111px 0px 121px;
}
.index4 .big_title {
  text-align: center;
}
.index4 .title_box {
  padding-bottom: 22px;
}
.index4 .sw_box {
  width: 47.1875%;
  position: relative;
  float: left;
  margin-right: 5.3%;
}
.index4 .index_bt {
  margin-top: 9px;
}
.index4 .button_icon {
  margin-top: 37px;
  justify-content: flex-start;
}
.index4_container {
  margin-top: 108px;
}
.index4_container .describe {
  color: #666;
}
.index4_container .r_box {
  padding-top: 3px;
}
.index5 {
  background: #164732;
  padding: 79px 0px 82px;
}
.index5 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 5%;
}
.index5 .l_box {
  flex: 1;
}
.index5 .title {
  font-family: GothamBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index5 .title a {
  color: #fff;
}
.index5 .title a:hover {
  color: #f6ab1a;
}
.index5 .bt {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 19px;
}
.index5 .button {
  margin-top: 2px;
}
.index5 .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 275px;
  min-height: 75px;
  background-color: #f6ab1a;
  border-radius: 10px;
  font-family: GothamMedium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: underline;
  padding: 10px 20px;
}
.index5 .button a:hover {
  background: #fff;
  color: #f6ab1a;
}
.index6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 137px 0px 85px;
  gap: 30px 0px;
}
.index6 li {
  width: 48.4375%;
}
@media screen and (min-width: 993px) {
  .index6 li:hover .title {
    opacity: 1;
    pointer-events: initial;
  }
}
.index6 .link {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 26px;
}
.index6 .link a {
  color: #333;
}
.index6 .link a:hover {
  color: #f6ab1a;
}
.index6 .top {
  position: relative;
}
.index6 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(21, 21, 21, 0.5);
  padding: 10px 20px 19px;
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.index6 .title a {
  color: #fff;
}
.index6 .title a:hover {
  color: #f6ab1a;
}
.index7 {
  padding-bottom: 124px;
}
.index7 .big_title {
  text-align: center;
}
.index7 .time {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f6ab1a;
  margin-top: 42px;
}
.index7 .title {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 12px;
}
.index7 .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;
}
.index7 .title a:hover {
  color: #f6ab1a;
}
.index7 .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: 12px;
}
.index7 .sw_box {
  position: relative;
}
.index7_container {
  margin-top: 73px;
}
.index7_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 79px;
  margin-top: 41px;
}
.index7_menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 215px;
  padding: 7px 20px;
  cursor: pointer;
  border: solid 2px #849e92;
  color: #164732;
}
.index7_menu span:hover {
  background: #164732;
  color: #fff;
}
.index7_menu .active {
  background: #164732;
  color: #fff;
}
.oo1 {
  background: #164732;
  display: flex;
  flex-wrap: wrap;
}
.oo1 .r_box {
  flex: 1;
  margin-left: 5.3%;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
.oo1 .container {
  width: calc(100% - 30px);
  max-width: 704px;
}
.oo1 .l_box {
  width: 50.105%;
}
.oo1 .big_title {
  color: #fff;
}
.oo1 .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 5%;
}
.oo1 .button_icon {
  margin-top: 11.3%;
  justify-content: flex-start;
}
.oo1 .button_icon span {
  min-width: 132px;
}
.oo1 .button_icon a {
  border: 1px solid #f6ab1a;
}
.oo1 .button_icon a:hover {
  border: 1px solid #fff;
}
.mbx {
  color: #999;
  padding-top: 10px;
}
.mbx a {
  color: #999;
  display: inline;
}
.mbx a:hover {
  color: #164732;
}
.mbx .active {
  color: #164732;
}
.pub_menu {
  width: 25%;
  max-width: 379px;
  margin-top: 9px;
}
.pub_menu .menu_all {
  font-family: GothamMedium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
}
.pub_menu .menu_all a {
  background: #f6ab1a;
  color: #fff;
  display: block;
  padding: 15px 25px;
}
.pub_menu .menu_all a:hover {
  background: #f6ab1a;
}
.pub_menu .menu_all1 {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.pub_menu ul {
  margin-top: 23px;
}
.pub_menu ul li {
  padding: 14px 25px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.29);
}
.pub_menu ul .active a {
  color: #164732;
}
.oo_top .bt_title {
  font-family: GothamMedium;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #164732;
}
.oo_top .top_text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 25px;
  color: #666;
}
.oo_top .show.top_text {
  -webkit-line-clamp: initial !important;
}
.oo_top .read {
  color: #164732;
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}
.oo_top .read span {
  text-decoration: underline;
  display: none;
  align-items: center;
  gap: 14px;
  color: #164732;
  cursor: pointer;
}
.oo_top .read span:hover {
  color: #f6ab1a;
}
.oo2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 49px 0px 4px;
}
.oo2_container {
  flex: 1;
  margin-left: 4.875%;
}
.oo2_container form {
  margin-top: 40px;
}
.oo2_container .PageNumber {
  margin-top: 68px;
}
.oo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 69px 5.6866%;
}
.oo2_list li {
  width: 20.735%;
}
.oo2_list .title {
  color: #333;
  margin-top: 10px;
  text-align: center;
}
.oo2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oo2_list .title a:hover {
  color: #f6ab1a;
}
.oo2_list input {
  width: 17px;
  height: 17px;
  position: relative;
  cursor: pointer;
}
.oo2_list input::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d8d8d8;
}
.oo2_list input:checked::before {
  display: none;
}
.oo2_list .link_box {
  font-size: 14px;
  color: #164732;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 11px;
}
.oo2_list .link_box a {
  color: #164732;
}
.oo2_list .link_box a:hover {
  color: #f6ab1a;
}
.oo {
  padding-bottom: 48px;
}
.ot_color {
  background: #f6f6f6;
  padding: 17px 0px 0px;
}
.ot1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 56px 0px 98px;
}
.ot1 .r_box {
  width: 43.55%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ot1 .r_box img {
  transition: 0s;
}
.ot1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot1 .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ot1 .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair;
}
.ot1 .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.ot1 .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.ot1 .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.ot1 .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ot1 .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.ot1 .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.ot1 .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.ot1 .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.ot1 .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  width: 84.244%;
}
.ot1 .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.ot1 .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.ot1 .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.ot1 .pic-small {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: 3.7%;
  flex: 1;
}
.ot1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 35px;
}
.ot1 .pic-btn img {
  filter: brightness(0);
  transition: 0s;
  width: 100%;
}
.ot1 .pic-btn.prev {
  top: 0;
}
.ot1 .pic-btn.next {
  bottom: 0;
}
.ot1 .pic-btn:hover img {
  filter: brightness(1);
}
.ot1 .pic-list {
  margin: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: 93%;
  overflow: hidden;
}
.ot1 .pic-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ot1 .list-item {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 36.9%;
}
.ot1 .list-item a {
  display: block;
}
.ot1 .item-pics img,
.ot1 .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.ot1 .item-pics,
.ot1 .item-video {
  position: relative;
  border: 2px solid transparent;
}
.ot1 .item-pics.zoomThumbActive:before,
.ot1 .item-video.active:before {
  left: -8px;
}
.ot1 .m-propic2 {
  display: none;
}
.ot1 .provideo-box {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.ot1 .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.ot1 .provideo-box .provideo iframe,
.ot1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ot1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.ot1 .item-pics:hover,
.ot1 .item-pics.active,
.ot1 .item-video:hover,
.ot1 .item-video.active {
  border-color: #eeeeee;
}
.ot1_l {
  width: 50%;
}
.ot1_l h1 {
  font-family: Kapra-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #164732;
}
.ot1_l .table {
  width: 100%;
  overflow: auto;
}
.ot1_l .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot1_l .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot1_l .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot1_l table {
  width: 100%;
}
.ot1_l table td {
  padding: 7px 0px;
  padding-right: 20px !important;
}
.ot1_l table td:nth-of-type(1) {
  color: #333;
  font-size: 20px;
}
.ot1_l .describe {
  line-height: 30px;
  color: #666;
  border-top: 1px solid #164732;
  margin-top: 22px;
  padding-top: 40px;
}
.ot1_l .buttonBox {
  gap: 12px 20px;
  flex-wrap: wrap;
}
.ot1_l .buttonBox a {
  color: #333;
}
.ot1_l .buttonBox a:hover {
  color: #fff;
}
.ot1_l .share_box {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.ot1_l .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 8.2%;
}
.ot2 {
  padding-top: 73px;
}
.ot2 .big_bt {
  text-align: center;
  color: #164732;
}
.ot2 .title {
  font-family: Kapra-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 42px;
  color: #333333;
}
.ot2 .describe {
  color: #666;
}
.ot2 .describe em {
  display: block;
  font-style: normal;
  position: relative;
  padding-left: 38px;
}
.ot2 .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #164732;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 15px;
}
.ot2 .title_box {
  padding-bottom: 22px;
}
.ot2_container {
  margin-top: 63px;
}
.ot2c_1 .describe {
  margin-top: 37px;
}
.ot2c_2 {
  margin-top: 48px;
}
.ot2c_2 .describe {
  line-height: 41px;
  margin-top: 32px;
}
.ot2c_3 {
  margin-top: 40px;
}
.ot2_list {
  margin-top: 35px;
  gap: 30px 5%;
  display: flex;
  flex-wrap: wrap;
}
.ot2_list li {
  width: 8.125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 22px;
}
.ot2_list li p {
  margin-top: 23px;
}
.ot {
  padding-bottom: 123px;
}
.ot .index4 {
  padding: 71px 0px 106px;
}
.ot3_pub {
  padding-bottom: 114px;
}
.ot3_pub .big_title {
  text-align: center;
}
.ot3_pub .title {
  font-family: GothamBold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.ot3_pub .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;
}
.ot3_pub .title a:hover {
  color: #164732;
  text-decoration: underline;
}
.ot3_pub .title_box {
  padding-bottom: 21px;
}
.ot3_pub .index_bt {
  margin-top: 16px;
}
.ot3_pub .sw_box {
  margin-top: 15px;
  position: relative;
}
.ot4 {
  background: #f3f3f3;
  padding: 60px 84px 81px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 5%;
}
.ot4 .title {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 37px;
  letter-spacing: 0px;
  color: #333333;
}
.ot4 .bt {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 36px;
}
.ot4 .button {
  margin-top: 5px;
}
.ot4 .button a {
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 241px;
  min-height: 60px;
  background-color: #f6ab1a;
  font-size: 24px;
  color: #fff;
}
.ot4 .button a:hover {
  background: #164732;
}
.ot4 .l_box {
  flex: 1;
  max-width: 600px;
}
.tho1 {
  padding: 49px 0px 0px;
}
.tho1 .title_box {
  padding-bottom: 22px;
}
.tho1 .big_bt {
  text-align: center;
}
.tho1_container {
  display: flex;
  flex-direction: column;
  gap: 82px 0px;
  margin-top: 54px;
}
.tho1_container .sw_box {
  width: 50%;
  position: relative;
}
.tho1_container .swiper-pagination-clickable {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  position: absolute;
  left: auto;
  top: auto;
  bottom: 23px;
  right: 33px;
  z-index: 1;
  width: auto;
}
.tho1_container .swiper-pagination-bullet {
  display: block;
  margin: 0px !important;
  width: 13px;
  height: 13px;
  background: #999;
  border-radius: 50%;
  opacity: 1;
}
.tho1_container .swiper-pagination-bullet-active {
  background: #f6ab1a !important;
}
.tho1_container .describe {
  text-align: center;
}
.tho1_container .r_box {
  width: 45.65%;
}
.tho1_container figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.tho1_container .button_icon {
  margin-top: 34px;
}
.tho1_container figure:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 17px;
}
.tho2 {
  padding: 127px 0px 122px;
}
.tho2 .big_bt {
  text-align: center;
}
.tho2 .name {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 11px;
}
.tho2 .sw_box {
  position: relative;
  margin-top: 67px;
}
.tho2 .swiper_button > *:nth-of-type(1) {
  left: -58px;
}
.tho2 .swiper_button > *:nth-of-type(2) {
  right: -58px;
}
.tho2 .title_box {
  padding-bottom: 22px;
}
.tho3 {
  background: url("../img/tho3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 83px 0px 134.5px;
}
.tho3 .title_box {
  padding-bottom: 22px;
}
.tho3 .big_bt {
  color: #fff;
  text-align: center;
}
.tho3_menu {
  color: #fff;
  width: 23.25%;
  display: flex;
  flex-direction: column;
  gap: 21.5px 0px;
}
.tho3_menu li {
  border-radius: 6px;
  cursor: pointer;
  padding: 7px 16px 10px;
  border: 1px solid transparent;
}
.tho3_menu li:hover {
  border: solid 1px #ffffff;
}
.tho3_menu .active {
  border: solid 1px #ffffff;
}
.tho3_container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 47px;
}
.tho3_container .r_box {
  width: 65.4375%;
  margin-right: 45px;
  margin-top: 5px;
}
.tho3_container .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.tho3_container .sw_box {
  position: relative;
}
.tho3_container .swiper_button img {
  filter: brightness(0) invert(1);
}
.tho3_container .swiper_button > *:hover img {
  filter: none;
}
.tho4 {
  padding: 123px 0px 148px;
}
.tho4 .big_bt {
  text-align: center;
}
.tho4 .title_box {
  padding-bottom: 22px;
}
.tho4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 0px;
  margin-top: 42px;
}
.tho4_list li {
  width: calc(calc(100% - calc(98.6px * 3)) / 4);
  position: relative;
  order: var(--i);
  margin-left: 98.6px;
}
.tho4_list li::before {
  content: "";
  width: 35px;
  height: 17px;
  background: url("../img/tho4_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: calc(100% + 50px);
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.tho4_list li:nth-child(8n + 5)::before,
.tho4_list li:nth-child(8n + 6)::before,
.tho4_list li:nth-child(8n + 7)::before {
  left: calc(0% - 50px);
  transform: translate(-50%, -50%) rotate(180deg);
}
.tho4_list li:nth-child(8n + 4)::before,
.tho4_list li:nth-child(8n)::before {
  top: calc(100% + 30px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.tho4_list li:nth-child(8n + 1),
.tho4_list li:nth-child(8n) {
  margin-left: 0;
}
.tho4_list li:last-child:is(:nth-child(8n + 5)),
.tho4_list li:last-child:is(:nth-child(8n + 6)),
.tho4_list li:last-child:is(:nth-child(8n + 7)) {
  margin-left: auto;
}
.tho4_list li:last-child::before {
  display: none;
}
.tho4_list li:nth-child(8n + 5) {
  order: calc(var(--i) + 3);
}
.tho4_list li:nth-child(8n + 6) {
  order: calc(var(--i) + 1);
}
.tho4_list li:nth-child(8n + 7) {
  order: calc(var(--i) - 1);
}
.tho4_list li:nth-child(8n) {
  order: calc(var(--i) - 3);
}
.tho4_list .name {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.tht_menu {
  display: flex;
  justify-content: center;
}
.tht_menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 216px;
  padding: 7px 20px;
  cursor: pointer;
  border: solid 2px #849e92;
  color: #164732;
}
.tht1 {
  padding: 60px 0px 0px;
}
.tht1 .read {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  display: none;
  margin-top: 24px;
}
.tht1 .read span {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
}
.tht1 .read span:hover {
  color: #f6ab1a;
}
.tht1_list {
  margin-top: 73px;
  display: flex;
  flex-wrap: wrap;
  gap: 53px 1.625%;
}
.tht1_list li {
  width: 32.25%;
}
.tht1_list .time {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f6ab1a;
  margin-top: 42px;
}
.tht1_list .title {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 12px;
}
.tht1_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;
}
.tht1_list .title a:hover {
  color: #f6ab1a;
}
.tht1_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: 12px;
}
.tht1_list li:nth-of-type(n + 7) {
  display: none;
}
.tht1_list.active li:nth-of-type(n + 7) {
  display: block;
}
.tht2 {
  padding: 44px 0px 104px;
}
.tht2_list {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  gap: 46px 0px;
}
.tht2_list .l_box {
  width: 40.5625%;
}
.tht2_list .time {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #f6ab1a;
}
.tht2_list .title {
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 29px;
}
.tht2_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;
}
.tht2_list .title a:hover {
  color: #f6ab1a;
}
.tht2_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 17px;
}
.tht2_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tht2_list .r_box {
  width: 49.85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px 0px;
  padding: 6px 0px 2.55%;
}
.tht2_list .button_icon {
  justify-content: flex-start;
}
.tht .ot3_pub {
  padding-bottom: 150px;
}
.tht .ot3_pub .title_box {
  padding-bottom: 16px;
}
.tht .ot3_pub .index_bt {
  margin-top: 21px;
}
.thth1 {
  padding: 51px 0px 0px;
}
.thth1 h1 {
  font-family: GothamMedium;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.thth1 .share_time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 21px;
}
.thth1 .time {
  color: #3071b5;
}
.thth1 .share_box {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #999;
}
.thth1 .describe {
  color: #666;
  border: 1px solid #d6d6d6;
  border-left: none;
  border-right: none;
  margin-top: 44px;
  padding: 62px 0px 65px;
}
.thth1 .describe img {
  display: inline-block;
  max-width: 100%;
}
.page_change {
  margin-top: 27px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  gap: 28px 0px;
  padding-bottom: 44px;
}
.page_change > * {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 19px;
  color: #333;
  font-size: 20px;
}
.page_change > * p {
  flex: 1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a:hover {
  color: #f6ab1a;
}
.page_change a:hover .logo img {
  filter: brightness(1);
}
.page_change .logo {
  width: 16px;
}
.page_change .logo img {
  transition: 0s;
  opacity: 0.8;
  width: 100%;
  filter: brightness(0);
}
.thth2 {
  padding: 77px 0px 145px;
}
.thth2 .big_bt {
  text-align: center;
  color: #333;
}
.thth2 .big_bt a {
  color: #333;
}
.thth2 .big_bt a:hover {
  color: #f6ab1a;
}
.thth2 .big_title {
  text-align: center;
}
.thth2 .title_box {
  padding-bottom: 23px;
}
.thth2 .swiper-slide {
  position: relative;
}
.thth2 .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 0px 10px 2px;
  color: #333;
  display: flex;
  justify-content: center;
}
.thth2 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.thth2 .title a:hover {
  color: #164732;
  text-decoration: underline;
}
.thth2 .sw_box {
  margin-top: 82px;
  position: relative;
}
.thfu1 {
  padding: 49px 0px 0px;
}
.thfu1 .title_box {
  padding-bottom: 23px;
}
.thfu1 .big_bt {
  text-align: center;
}
.thfu1 .index_bt {
  margin-top: 27px;
}
.thfu1 .PageNumber {
  margin-top: 67px;
}
.thfu1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 6.03125%;
  margin-top: 53px;
}
.thfu1_list li {
  width: 29.3125%;
  background: #f7f7f7;
  padding: 27px 14px 34px;
  gap: 15px 28px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.thfu1_list .box {
  flex: 1;
  padding-top: 10px;
}
.thfu1_list .logo {
  width: 63px;
}
.thfu1_list .logo img {
  width: 100%;
}
.thfu1_list .title {
  font-size: 20px;
  color: #333;
}
.thfu1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thfu1_list .title a:hover {
  color: #f6ab1a;
}
.thfu1_list .describe {
  color: #666;
  margin-top: 11px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.thfu1_list .link {
  color: #164732;
  margin-top: 25px;
}
.thfu1_list .link:hover {
  color: #f6ab1a;
}
.thfu .index4 {
  padding: 86px 0px 92px;
}
.thfu2 {
  background: #f9f9f9;
  padding: 59px 0px 136px;
}
.thfu2 .l_box {
  width: 42%;
  padding-top: 18px;
}
.thfu2 .r_box {
  width: 40.25%;
}
.thfu2 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thfu2 .title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333333;
}
.thfu2 .title span {
  display: inline;
  color: #164732;
}
.thfu2 .describe {
  margin-top: 48px;
  color: #666;
}
.thfu2 form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px 0px;
  padding-top: 11px;
}
.thfu2 form input {
  height: 60px;
}
.thfu2 form input,
.thfu2 form textarea {
  width: 100%;
  background: #fff;
  font-family: GothamMedium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  display: block;
  border: none;
  border-radius: 6px;
  resize: none;
  outline: none;
  padding: 0px 31px;
}
.thfu2 form input::placeholder,
.thfu2 form input::-webkit-input-placeholder,
.thfu2 form textarea::placeholder {
  color: #999;
}
.thfu2 form .int1 {
  width: 100%;
}
.thfu2 form .yz {
  position: relative;
}
.thfu2 form .yz::before {
  content: "*";
  top: 53%;
  transform: translateY(-50%);
  left: 22px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.thfu2 form .tijiao input {
  background-color: #f6ab1a;
  border: 1px solid #f6ab1a;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.thfu2 form .tijiao input:hover {
  background-color: #fff;
  color: #f6ab1a;
}
.thfu2 form .yzm {
  position: relative;
  width: 100%;
  margin-top: 4px;
}
.thfu2 form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.thfu2 form .yzm a,
.thfu2 form .yzm span {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  cursor: pointer;
}
.thfu2 form .yzm a img,
.thfu2 form .yzm span img {
  height: 100%;
}
.fuo1 {
  padding: 72px 0px 0px;
}
.fuo1 .title_box {
  padding-bottom: 22px;
}
.fuo1 .big_bt {
  text-align: center;
}
.fuo1 .container {
  margin-top: 43px;
}
.fuo2 {
  padding: 102px 0px 0px;
}
.fuo2 .big_bt {
  text-align: center;
}
.fuo2 .title_box {
  padding-bottom: 22px;
}
.fuo2_list {
  border-left: 1px solid #d8d8d8;
  margin-top: 83px;
  display: flex;
  flex-direction: column;
  gap: 48px 0px;
}
.fuo2_list li {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fuo2_list .l_box {
  width: 288px;
  float: left;
  margin-right: 4.7%;
}
.fuo2_list .l_box img {
  width: 100%;
}
.fuo2_list .name {
  font-family: Kapra-Bold;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 38px;
  color: #333333;
  max-width: 10%;
  position: relative;
  padding-left: 19px;
  margin-top: 15px;
}
.fuo2_list .name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  transform: translate(-50%);
  width: 15px;
  height: 15px;
  background-color: #164732;
  border-radius: 50%;
}
.fuo2_list .box {
  width: 86.75%;
  padding: 22px 17px 18px;
  background: #f1f1f1;
  overflow: hidden;
}
.fuo2_list .describe {
  font-size: 20px;
  color: #333;
  padding-top: 30px;
}
.fuo .thth2 {
  padding: 77px 0px 138px;
}
.fuo3 {
  padding: 135px 0px 28px;
}
.fuo3 .title_box {
  padding-bottom: 22px;
}
.fuo3 .big_bt {
  text-align: center;
}
.fuo3_container {
  display: flex;
  flex-direction: column;
  gap: 98px 0px;
  margin-top: 57px;
}
.fuo3_container .sw_box {
  width: 50%;
  position: relative;
  float: right;
  margin-left: 3%;
  margin-top: 7px;
}
.fuo3_container .swiper-pagination-clickable {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  position: absolute;
  left: auto;
  top: auto;
  bottom: 11px;
  right: 22px;
  z-index: 1;
  width: auto;
}
.fuo3_container .swiper-pagination-bullet {
  display: block;
  margin: 0px !important;
  width: 13px;
  height: 13px;
  background: #f1f1f1;
  border-radius: 50%;
  opacity: 1;
}
.fuo3_container .swiper-pagination-bullet-active {
  background: #f6ab1a !important;
}
.fuo3_container .describe {
  color: #666;
}
.fuo3_container .describe em {
  font-style: normal;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.fuo3_container figure {
  overflow: hidden;
}
.fuo3_container figure:nth-of-type(even) .sw_box {
  float: left;
  margin-right: 3%;
  margin-left: 0px;
}
.fuo3_container figure:nth-of-type(even) .swiper-pagination-clickable {
  right: 30px;
  bottom: 29px;
}
.fo1 {
  background: url("../img/fo1_back.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 92px;
}
.fo3 {
  padding: 150px 0px 148px;
  overflow: hidden;
}
.fo3 .describe {
  font-size: 20px;
}
.fo3 .r_box {
  width: 50%;
  margin-top: 1px;
  margin-left: 2%;
  float: right;
}
.fo3 .logo {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fo3 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.fo3 .logo + div {
  flex: 1;
  margin-left: 38px;
}
.fo3 li {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 20px;
  color: #666;
}
.fo3 li a {
  color: #666;
}
.fo3 li a:hover {
  color: #f6ab1a;
}
.fo3 .name {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin-bottom: 7px;
}
.fo1_container {
  padding: 72px 0px 0px;
  max-width: 1240px !important;
}
.fo1_container .container {
  margin-top: 58px;
}
.fo1_container .title_box {
  padding-bottom: 21px;
}
.fo1_container .big_bt {
  text-align: center;
  color: #164732;
}
.fo1_container .bt {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-top: 18px;
}
.fo1_container form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px 0px;
  padding-top: 11px;
}
.fo1_container form > * {
  position: relative;
}
.fo1_container form .logo {
  width: 38px;
  height: 37px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fo1_container form .logo img {
  max-width: 100%;
  max-height: 100%;
}
.fo1_container form input {
  height: 72px;
}
.fo1_container form input,
.fo1_container form textarea {
  width: 100%;
  background: #fff;
  font-family: GothamMedium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  display: block;
  border: none;
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  resize: none;
  outline: none;
  padding-left: 37px;
  padding-right: 120px;
}
.fo1_container form input:focus,
.fo1_container form textarea:focus {
  border: 1px solid #0a74b8;
}
.fo1_container form input::placeholder,
.fo1_container form input::-webkit-input-placeholder,
.fo1_container form textarea::placeholder {
  color: #b1b1b1;
}
.fo1_container form .int1 {
  width: 48.56%;
}
.fo1_container form .yz {
  position: relative;
}
.fo1_container form .yz::before {
  content: "*";
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.fo1_container form .int2 {
  width: 100%;
  margin-top: 8px;
}
.fo1_container form .int2::before {
  top: 28px;
}
.fo1_container form .int2 .logo {
  top: 35px;
}
.fo1_container form .tijiao input {
  background-color: #164732;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px 20px !important;
  font-size: 26px;
  font-family: GothamMedium;
  min-width: 254px;
  border-radius: 5px;
}
.fo1_container form .tijiao input:hover {
  background-color: #f6ab1a;
}
.fo1_container form .yzm {
  position: relative;
  flex: 1;
  margin-right: 16px;
}
.fo1_container form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.fo1_container form .yzm a,
.fo1_container form .yzm span {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  cursor: pointer;
}
.fo1_container form .yzm a img,
.fo1_container form .yzm span img {
  height: 100%;
}
.fo1_container form textarea {
  height: 289px;
  padding-top: 22px !important;
}
.fo3_list {
  margin-top: 48px;
}
.fo3_list li {
  margin-top: 35px;
}
.fo3_list li:nth-of-type(1) {
  margin-top: 0px !important;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: GothamMedium;
  width: 100%;
  gap: 11px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #164732;
  color: #fff;
  border: 1px solid #164732;
}
.PageNumber .no:hover {
  background-color: #fff;
  border: solid 1px #999999;
  color: #666666;
}
.PageNumber .active {
  background: #164732;
  color: #fff;
  border: 1px solid #164732;
}
.PageNumber .p_f {
  width: 100px;
}
.PageNumber .p_l {
  width: 69px;
}
.PageNumber input {
  font-family: GothamMedium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #164732;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.PageNumber input:hover {
  color: #f6ab1a;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 9px;
}
.PageNumber .submit img {
  margin-bottom: 2px;
}
.button_icon {
  display: flex;
  justify-content: center;
}
.button_icon a {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
  background: #f6ab1a;
  min-width: 134px;
}
.button_icon a:hover {
  background: #164732;
}
.button_icon a:hover .logo {
  background: #164732;
}
.button_icon span {
  display: block;
  padding: 11.5px 18px;
}
.button_icon .logo {
  width: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e29c13;
  transition: 0.3s;
}
.button_icon .logo img {
  max-width: 50%;
  max-height: 80%;
}
.swiper_button img {
  width: 100%;
  transition: 0s;
  filter: brightness(0);
  opacity: 0.8;
}
.swiper_button > * {
  width: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
}
.swiper_button > *:hover img {
  filter: none;
  opacity: 1;
}
.swiper_button > *:nth-of-type(1) {
  left: -29px;
  transform: translate(-100%, -50%);
}
.swiper_button > *:nth-of-type(2) {
  right: -29px;
  transform: translate(100%, -50%);
}
footer {
  background: #072c1c;
  padding: 96px 0px 0px;
}
footer .footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer_r {
  width: 38.857%;
}
footer .footer_l {
  flex: 1;
  margin-right: 5.2%;
}
footer .ul2 {
  margin-right: 2%;
}
footer .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px 30px;
}
footer form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 23px 0px;
  padding-top: 11px;
}
footer form input {
  height: 59px;
}
footer form input,
footer form textarea {
  width: 100%;
  background: transparent;
  font-family: GothamMedium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  border: none;
  border-bottom: 1px solid #565e5a;
  border-radius: 0px;
  resize: none;
  outline: none;
  padding: 0px 17px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #fff;
}
footer form .int1 {
  width: 48.56%;
}
footer form .yz {
  position: relative;
}
footer form .yz::before {
  content: "*";
  top: 53%;
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
footer form .int2 {
  width: 100%;
}
footer form .int2::before {
  top: 28px;
}
footer form .tijiao input {
  background-color: #f6ab1a;
  border: 1px solid #f6ab1a;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px !important;
  font-size: 20px;
  font-family: GothamMedium;
  border-radius: 10px;
}
footer form .tijiao input:hover {
  background-color: #fff;
  color: #f6ab1a;
}
footer form .yzm {
  position: relative;
}
footer form .yzm input {
  flex: 1;
  padding-right: 120px;
}
footer form .yzm a,
footer form .yzm span {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  cursor: pointer;
}
footer form .yzm a img,
footer form .yzm span img {
  height: 100%;
}
footer form textarea {
  height: 119px;
  padding-top: 11px !important;
}
footer .bt {
  font-family: GothamMedium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
footer .bt img {
  display: none;
  width: 8px;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
footer .bt a {
  color: #fff;
}
footer .bt a:hover {
  color: #f6ab1a;
}
footer .bt + ul {
  line-height: 36px;
  color: #b9b9b9;
  margin-top: 17px;
}
footer .bt + ul a {
  color: #b9b9b9;
}
footer .bt + ul a:hover {
  color: #f6ab1a;
}
footer .ul3 {
  max-width: 315px;
}
footer .ul3 ul a,
footer .ul3 ul span {
  display: inline;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 42px;
  margin-top: 9px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 24px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
}
footer .icBox a:hover {
  color: #f6ab1a;
  border: 1px solid #f6ab1a;
}
footer .footer_b {
  background: #e29c14;
  padding: 22px 0px 14px;
  margin-top: 89px;
  color: #fff;
}
footer .footer_b a {
  color: #fff;
}
footer .footer_b a:hover {
  color: #164732;
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1800px) {
  .tho2 .swiper_button > *:nth-of-type(1) {
    left: -20px;
  }
  .tho2 .swiper_button > *:nth-of-type(2) {
    right: -20px;
  }
}
@media screen and (max-width: 1650px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 45px;
    height: 45px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .sousuo {
    margin-left: 20px;
  }
  header .center {
    margin-right: 0px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
    margin-right: 25px;
  }
  header .menuOne > a {
    padding: 16px 0px;
  }
  header .logoBox {
    width: 90px;
  }
  header .dif_ul {
    font-size: 17px;
    line-height: 26px;
  }
  header .dif_ul li {
    padding: 0px 20px;
  }
  header .dif_ul div {
    padding: 12px 0px;
  }
  header .ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .padding_top {
    padding-top: 96px;
  }
  html body {
    font-size: 17px;
    line-height: 28px;
  }
  .big_title {
    font-size: 38px;
    line-height: 42px;
  }
  .big_bt {
    font-size: 36px;
    line-height: 42px;
  }
  .title_box {
    padding-bottom: 15px !important;
  }
  .index_bt {
    font-size: 18px;
    margin-top: 8px !important;
  }
  .swiper_button > * {
    width: 12px;
  }
  .swiper_button > *:nth-of-type(1) {
    left: -10px !important;
  }
  .swiper_button > *:nth-of-type(2) {
    right: -10px !important;
  }
  .index1 {
    padding-top: 80px;
  }
  .index1 .sw_box {
    margin-top: 40px;
  }
  .index1 .title {
    font-size: 17px;
    line-height: 26px;
  }
  .index2 {
    padding-top: 80px;
  }
  .index3 {
    margin-top: 80px;
    padding: 80px 0px 100px;
  }
  .index3 .button_icon {
    margin-top: 40px;
  }
  .index3 .describe {
    margin: 30px auto 0px;
  }
  .index4 {
    padding: 80px 0px 100px;
  }
  .index4_container {
    margin-top: 40px;
  }
  .index5 {
    padding: 50px 0px 60px;
  }
  .index5 .title {
    font-size: 26px;
    line-height: 32px;
  }
  .index5 .bt {
    margin-top: 10px;
  }
  .index5 .button a {
    min-width: 220px;
    min-height: 66px;
    font-size: 20px;
  }
  .index6 {
    padding: 80px 0px;
  }
  .index6 .link {
    font-size: 18px;
    margin-top: 15px;
  }
  .button_icon span {
    padding: 8px 18px;
  }
  .button_icon .logo {
    width: 48px;
  }
  .index7_menu {
    margin-top: 30px;
    gap: 15px 50px;
  }
  .index7_container {
    margin-top: 40px;
  }
  .index7 {
    padding-bottom: 100px;
  }
  .index7 .time {
    margin-top: 20px;
    font-size: 18px;
  }
  .index7 .title {
    font-size: 18px;
    margin-top: 8px;
  }
  footer {
    padding: 80px 0px 0px;
  }
  footer .footer_r {
    width: 40%;
  }
  footer .bt {
    font-size: 22px;
  }
  footer .bt + ul {
    line-height: 30px;
    margin-top: 15px;
  }
  footer .icBox {
    gap: 20px;
  }
  footer .icBox .iconfont {
    font-size: 20px;
  }
  footer .icBox a {
    width: 46px;
    height: 46px;
  }
  footer form {
    padding-top: 10px;
    gap: 15px 0px;
  }
  footer form .yzm input {
    padding-right: 108px;
  }
  footer .footer_b {
    margin-top: 50px;
  }
  .oo1 .describe {
    margin-top: 3%;
  }
  .oo1 .button_icon {
    margin-top: 8%;
  }
  .pub_menu .menu_all {
    font-size: 20px;
    line-height: 28px;
  }
  .pub_menu .menu_all a {
    padding: 15px;
  }
  .pub_menu ul {
    margin-top: 15px;
  }
  .pub_menu ul li {
    padding: 10px 15px;
  }
  .oo_top .bt_title {
    font-size: 32px;
    line-height: 38px;
  }
  .oo_top .top_text {
    margin-top: 12px;
  }
  .PageNumber .page_box {
    gap: 6px;
  }
  .PageNumber a {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
  .ot1 {
    padding: 30px 0px 40px;
    align-items: center;
  }
  .ot1 .r_box {
    width: 52%;
  }
  .ot1 .pic-btn {
    width: 26px;
  }
  .ot1 .pic-small {
    margin-right: 2%;
  }
  .ot1 .list-item {
    margin-bottom: 17%;
  }
  .buttonBox a {
    min-width: 156px;
  }
  .ot1_l {
    width: 45%;
  }
  .ot1_l h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .ot1_l .describe {
    line-height: 28px;
    margin-top: 12px;
    padding-top: 15px;
  }
  .ot1_l table td:nth-of-type(1) {
    font-size: 18px;
  }
  .ot1_l table td {
    padding: 4px 0px;
  }
  .ot1_l .box {
    margin-top: 20px;
  }
  .ot2_container {
    margin-top: 30px;
  }
  .ot2 .title {
    font-size: 32px;
    line-height: 36px;
  }
  .ot2 .describe {
    margin-top: 20px !important;
  }
  .ot2 .describe em::before {
    top: 10px;
  }
  .ot2c_2 .describe {
    line-height: 32px;
  }
  .ot2_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .ot2_list li {
    width: calc(90% / 6);
  }
  .ot2_list li p {
    margin-top: 16px;
  }
  .ot {
    padding-bottom: 80px;
  }
  .ot .index4 {
    padding: 60px 0px;
  }
  .ot3_pub {
    padding-bottom: 60px !important;
  }
  .ot4 {
    padding: 40px 40px 60px;
  }
  .ot4 .title {
    font-size: 24px;
    line-height: 28px;
  }
  .ot4 .bt {
    margin-top: 10px;
  }
  .ot4 .button a {
    min-width: 220px;
    min-height: 66px;
    font-size: 20px;
  }
  .tho1_container {
    gap: 40px 0px;
  }
  .tho1_container figure {
    overflow: hidden;
    display: block;
  }
  .tho1_container .r_box {
    width: 100%;
  }
  .tho1_container .describe {
    text-align: left;
  }
  .tho1_container .sw_box {
    margin-bottom: 5px;
  }
  .tho1_container figure:nth-of-type(odd) .sw_box {
    float: left;
    margin-right: 5%;
  }
  .tho1_container figure:nth-of-type(even) .sw_box {
    float: right;
    margin-left: 5%;
  }
  .tho2 {
    padding: 80px 0px;
  }
  .tho2 .sw_box {
    margin-top: 40px;
  }
  .tho3 {
    padding: 80px 0px;
  }
  .tho3_container {
    margin-top: 40px;
    align-items: center;
  }
  .tho3_menu {
    gap: 12px 0px;
  }
  .tho3_menu li {
    line-height: 26px;
    padding: 5px 10px;
  }
  .tho4 {
    padding: 80px 0px;
  }
  .tht1 .read {
    font-size: 20px;
  }
  .tht1_list {
    margin-top: 40px;
  }
  .tht1_list .time {
    margin-top: 20px;
    font-size: 18px;
  }
  .tht1_list .title {
    font-size: 18px;
    margin-top: 8px;
  }
  .tht2 {
    padding: 40px 0px 80px;
  }
  .tht2_list {
    margin-top: 40px;
  }
  .tht2_list .time {
    font-size: 18px;
  }
  .tht2_list .title {
    font-size: 18px;
    margin-top: 8px;
  }
  .tht2_list .l_box {
    width: 46%;
    max-width: 649px;
  }
  .thth1 .share_time {
    margin-top: 15px;
  }
  .thth1 .describe {
    margin-top: 25px;
    padding: 30px 0px;
  }
  .page_change {
    margin-top: 20px;
    gap: 20px 0px;
    padding-bottom: 20px;
  }
  .page_change > * {
    font-size: 18px;
  }
  .page_change .logo {
    width: 10px;
  }
  .thth2 {
    padding: 80px 0px;
  }
  .thth2 .sw_box {
    margin-top: 40px;
  }
  .thth2 .title {
    font-size: 17px;
    line-height: 26px;
  }
  .thfu1_list {
    margin-top: 30px;
    gap: 40px 2%;
  }
  .thfu1_list li {
    width: 32%;
    gap: 15px;
  }
  .thfu1_list .logo {
    width: 52px;
  }
  .thfu1_list .title {
    font-size: 18px;
  }
  .thfu2 {
    padding: 60px 0px 80px;
  }
  .thfu2 .content {
    align-items: center;
  }
  .thfu2 .r_box {
    width: 46%;
  }
  .thfu2 .title {
    font-size: 30px;
    line-height: 42px;
  }
  .thfu2 .describe {
    margin-top: 20px;
  }
  .fuo1 .container {
    margin-top: 30px;
  }
  .fuo2 {
    padding: 80px 0px 0px;
  }
  .fuo2_list {
    margin-top: 40px;
    gap: 40px 0px;
  }
  .fuo2_list .name {
    font-size: 28px;
    line-height: 32px;
  }
  .fuo2_list .name::before {
    top: 9px;
  }
  .fuo2_list .describe {
    font-size: 18px;
    padding-top: 15px;
  }
  .fuo2_list .l_box {
    width: 260px;
  }
  .fuo3 {
    padding: 80px 0px 28px;
  }
  .fuo3_container {
    gap: 40px 0px;
    margin-top: 30px;
  }
  .fuo3_container .describe em {
    font-size: 20px;
  }
  .fuo .thth2 {
    padding: 70px 0px 80px;
  }
  .fo1_container .bt {
    font-size: 18px;
  }
  .fo1_container .container {
    margin-top: 30px;
  }
  .fo1_container form input,
  .fo1_container form textarea {
    font-size: 18px;
  }
  .fo1_container form input {
    height: 60px;
  }
  .fo1_container form .yzm a,
  .fo1_container form .yzm span {
    height: 58px;
  }
  .fo1_container form .tijiao input {
    font-size: 22px;
  }
  .fo3 {
    padding: 80px 0px;
  }
  .fo3 .describe {
    font-size: 18px;
  }
  .fo3_list {
    margin-top: 20px;
  }
  .fo3_list li {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .tho4_list li {
    width: calc(calc(100% - calc(40px * 3)) / 4);
    margin-left: 40px;
  }
  .tho4_list li::before {
    width: 30px;
    height: 14px;
    left: calc(100% + 22px);
  }
  .tho4_list .name {
    font-size: 18px;
  }
  .tho4_list li:nth-child(8n + 5)::before,
  .tho4_list li:nth-child(8n + 6)::before,
  .tho4_list li:nth-child(8n + 7)::before {
    left: calc(0% - 22px);
  }
}
@media screen and (max-width: 1200px) {
  footer .footer_a {
    flex-wrap: wrap;
    gap: 40px 0px;
  }
  footer .footer_l {
    flex: none;
    width: 100%;
  }
  footer .footer_r {
    width: 100%;
  }
  footer .ul3 {
    max-width: 400px;
  }
  .oo2_list {
    gap: 50px 15px;
  }
  .oo2_list li {
    width: calc(calc(100% - 45px) / 4);
  }
  .oo2_container {
    margin-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 80%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  header .logoBox {
    width: 72px;
  }
  header .menuOne {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .head_a {
    padding: 6px 50px;
  }
  header .lang > ul {
    width: 120px;
  }
  header .lang > ul li {
    padding: 4px 0px;
  }
  html body {
    font-size: 17px;
    line-height: 22px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .padding_top {
    padding-top: 74px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 10px;
    gap: 6px 10px;
  }
  .index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .big_title {
    font-size: 26px;
    line-height: 32px;
  }
  .big_bt {
    font-size: 28px;
    line-height: 32px;
  }
  .title_box {
    padding-bottom: 8px !important;
  }
  .index_bt {
    font-size: 17px;
    margin-top: 10px !important;
  }
  .index1 {
    padding-top: 30px;
  }
  .index1 .sw_box {
    margin-top: 20px;
  }
  .index1 .title {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 6px 2px;
  }
  .index2 {
    padding-top: 30px;
  }
  .index2 .title {
    font-size: 15px;
    line-height: 22px;
    margin-top: 8px;
  }
  .index3 {
    margin-top: 40px;
    padding: 30px 0px 40px;
  }
  .index3 .describe {
    margin: 10px auto 0px;
  }
  .index3 .button_icon {
    margin-top: 20px;
  }
  .index4 {
    padding: 30px 0px 40px !important;
  }
  .index4 .sw_box {
    margin-bottom: 5px;
  }
  .index4 .button_icon {
    margin-top: 20px;
  }
  .index4_container {
    margin-top: 20px;
  }
  .index5 {
    padding: 30px 0px 40px;
  }
  .index5 .title {
    font-size: 22px;
    line-height: 28px;
  }
  .index5 .l_box {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index5 .bt {
    font-size: 17px;
    line-height: 26px;
  }
  .index5 .button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .index5 .button a {
    min-width: 140px;
    min-height: 42px;
    font-size: 16px;
    padding: 5px 20px;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6 .link {
    font-size: 17px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index6 .title {
    position: relative;
    background: transparent;
    opacity: 1;
    pointer-events: all;
    font-size: 17px;
    line-height: 26px;
    padding: 5px 10px 0px;
    color: #333;
    text-align: center;
  }
  .index6 .title a {
    color: #333;
  }
  .index6 .title a:hover {
    color: #f6ab1a;
  }
  .index7_menu {
    margin-top: 12px;
    gap: 10px 20px;
  }
  .index7_menu span {
    min-width: 190px;
  }
  .index7_container {
    margin-top: 20px;
  }
  .index7 {
    padding-bottom: 40px;
  }
  .index7 .time {
    font-size: 16px;
    margin-top: 10px;
  }
  .index7 .title {
    font-size: 17px;
    margin-top: 4px;
  }
  .index7 .describe {
    margin-top: 5px;
  }
  .swiper_button > * {
    width: 8px;
  }
  .button_icon span {
    padding: 8px 12px;
  }
  .button_icon .logo {
    width: 40px;
  }
  .button_icon .logo img {
    width: 15px;
  }
  footer {
    padding: 30px 0px 35px;
  }
  footer .bt {
    font-size: 18px;
    line-height: 26px;
  }
  footer .bt img {
    display: block;
  }
  footer .box {
    gap: 15px;
    flex-wrap: wrap;
  }
  footer .ul1,
  footer .ul2,
  footer .ul3 {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }
  footer .bt + ul {
    line-height: 28px;
    margin-top: 6px;
    font-size: 16px;
  }
  footer .icBox {
    margin-top: 15px;
    justify-content: center;
    gap: 10px 12px;
  }
  footer .icBox a {
    width: 36px;
    height: 36px;
  }
  footer .icBox .iconfont {
    font-size: 18px;
  }
  footer form {
    gap: 8px 0px;
  }
  footer form input {
    height: 42px;
  }
  footer form .tijiao input {
    font-size: 17px;
  }
  footer form .yzm a,
  footer form .yzm span {
    height: 30px;
  }
  footer .footer_b {
    margin-top: 25px;
  }
  footer .footer_a {
    gap: 30px 0px;
  }
  .pub_menu {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .pub_menu .rotate {
    transform: rotate(90deg);
    filter: brightness(1);
    opacity: 1;
  }
  .pub_menu .menu_all {
    display: none;
    font-size: 18px;
    line-height: 26px;
  }
  .pub_menu .ma_icon {
    filter: brightness(0) invert(1);
  }
  .pub_menu .menu_all1 {
    display: flex !important;
    background: #f6ab1a;
    padding: 8px 15px;
  }
  .pub_menu ul {
    margin-top: 8px;
    display: none;
  }
  .pub_menu li {
    padding: 8px 15px;
  }
  .oo1 .r_box {
    margin-left: 25px;
  }
  .oo2 {
    padding: 30px 0px 10px;
    flex-direction: column-reverse;
  }
  .oo2_container {
    flex: none;
    width: 100%;
    margin-left: 0px;
  }
  .oo2_container form {
    margin-top: 20px;
  }
  .oo_top .bt_title {
    font-size: 26px;
    line-height: 36px;
  }
  .oo_top .top_text {
    margin-top: 8px;
  }
  .oo_top .read {
    margin-top: 20px;
  }
  .oo2_list {
    gap: 20px 15px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 80px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber input {
    font-size: 15px;
  }
  .oo {
    padding-bottom: 0px;
  }
  .buttonBox a {
    font-size: 16px;
    min-width: 140px;
    padding: 5px 15px;
  }
  .ot {
    padding-bottom: 40px;
  }
  .ot .index4 {
    padding: 30px 0px 40px;
  }
  .ot1 {
    padding: 20px 0px 30px;
    max-width: 800px !important;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .ot1 .r_box {
    width: 90%;
  }
  .ot1 .zoomPad {
    cursor: default !important;
  }
  .ot1 .zoomPup {
    display: none !important;
  }
  .ot1 .zoomWindow {
    display: none !important;
  }
  .ot1 .zoomPreload {
    display: none !important;
  }
  .ot1_l {
    width: 100%;
    margin-top: 20px;
  }
  .ot1_l h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .ot1_l .describe {
    line-height: 24px;
    margin-top: 8px;
    padding-top: 10px;
  }
  .ot2 {
    padding-top: 30px;
  }
  .ot2 .title {
    font-size: 26px;
    line-height: 28px;
  }
  .ot2 .describe {
    margin-top: 12px !important;
  }
  .ot2 .describe em {
    padding-left: 20px;
  }
  .ot2 .describe em::before {
    top: 8px;
  }
  .ot2_container {
    margin-top: 20px;
  }
  .ot2_container > * {
    margin-top: 20px !important;
  }
  .ot2c_2 .describe {
    line-height: 28px;
  }
  .ot2_list li {
    width: calc(94% / 4);
  }
  .ot3_pub {
    padding-bottom: 40px !important;
  }
  .ot3_pub .title {
    font-size: 15px;
    line-height: 22px;
    margin-top: 8px;
  }
  .ot4 {
    padding: 30px 20px 40px;
  }
  .ot4 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .ot4 .l_box {
    flex: none;
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .ot4 .bt {
    font-size: 17px;
    line-height: 26px;
  }
  .ot4 .button {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 0px;
  }
  .ot4 .button a {
    min-width: 140px;
    min-height: 42px;
    font-size: 16px;
    padding: 5px 20px;
  }
  .tho1 {
    padding: 30px 0px 0px;
  }
  .tho1_container {
    margin-top: 20px;
    gap: 30px 0px;
  }
  .tho1_container .button_icon {
    margin-top: 20px;
  }
  .tho2 {
    padding: 30px 0px 40px;
  }
  .tho2 .sw_box {
    margin-top: 20px;
  }
  .tho2 .name {
    font-size: 15px;
    margin-top: 6px;
  }
  .tho3 {
    padding: 30px 0px 40px;
  }
  .tho3_menu {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tho3_menu li {
    text-align: center;
    width: 48%;
  }
  .tho3_container {
    margin-top: 20px;
  }
  .tho3_container .r_box {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  .tho4 {
    padding: 30px 0px 40px;
  }
  .tho4_list {
    margin-top: 20px;
    gap: 20px;
  }
  .tho4_list li {
    width: calc(calc(100% - calc(20px * 3)) / 4);
    margin-left: 0px !important;
    order: var(--i) !important;
  }
  .tho4_list li::before {
    display: none !important;
  }
  .tho4_list .name {
    font-size: 16px;
    margin-top: 8px;
  }
  .tht_menu span {
    min-width: 190px;
  }
  .tht1 {
    padding: 30px 0px 0px;
  }
  .tht1 .read {
    font-size: 18px;
    margin-top: 18px;
  }
  .tht1_list {
    margin-top: 20px;
    gap: 25px 1.625%;
  }
  .tht1_list .time {
    font-size: 16px;
    margin-top: 10px;
  }
  .tht1_list .title {
    font-size: 17px;
    margin-top: 4px;
  }
  .tht1_list .describe {
    margin-top: 5px;
  }
  .tht2 {
    padding: 40px 0px;
  }
  .tht2_list {
    margin-top: 20px;
    gap: 25px 0px;
  }
  .tht2_list .time {
    font-size: 16px;
  }
  .tht2_list .title {
    font-size: 17px;
    margin-top: 4px;
  }
  .tht2_list .describe {
    margin-top: 5px;
  }
  .thth1 {
    padding-top: 30px;
  }
  .thth1 .share_time {
    margin-top: 10px;
  }
  .thth1 h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .thth1 .describe {
    margin-top: 12px;
    padding: 15px 0px;
  }
  .page_change {
    gap: 8px 0px;
  }
  .page_change > * {
    font-size: 17px;
  }
  .page_change .logo {
    width: 8px;
  }
  .thth2 {
    padding: 40px 0px;
  }
  .thth2 .sw_box {
    margin-top: 20px;
  }
  .thth2 .title {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 6px 2px;
  }
  .thfu1 {
    padding: 30px 0px 20px;
  }
  .thfu1_list {
    gap: 20px 4%;
  }
  .thfu1_list li {
    width: 48%;
    padding: 25px 15px;
  }
  .thfu1_list .link {
    margin-top: 15px;
  }
  .thfu2 {
    padding: 40px 0px;
  }
  .thfu2 .content {
    gap: 25px 0px;
  }
  .thfu2 .l_box {
    padding-top: 0px;
    width: 100%;
    text-align: center;
  }
  .thfu2 .r_box {
    width: 100%;
  }
  .thfu2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .thfu2 .describe {
    margin-top: 8px;
  }
  .thfu2 form input {
    height: 40px;
  }
  .fuo1 {
    padding: 30px 0px 0px;
  }
  .fuo1 .container {
    margin-top: 15px;
  }
  .fuo2 {
    padding: 30px 0px 0px;
  }
  .fuo2_list {
    margin-top: 20px;
    gap: 15px 0px;
    border-left: none;
  }
  .fuo2_list .name {
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .fuo2_list .name::before {
    display: none;
  }
  .fuo2_list li {
    gap: 10px 0px;
    align-items: center;
    justify-content: center;
  }
  .fuo2_list .box {
    width: 100%;
  }
  .fuo2_list .describe {
    font-size: 17px;
    padding-top: 10px;
  }
  .fuo2_list .l_box {
    width: 250px;
  }
  .fuo3 {
    padding: 30px 0px 0px;
  }
  .fuo3_container {
    gap: 25px 0px;
  }
  .fuo3_container .describe em {
    font-size: 17px;
  }
  .fuo .thth2 {
    padding: 40px 0px;
  }
  .fo1 {
    padding-bottom: 40px;
  }
  .fo1_container {
    padding: 30px 0px 0px;
  }
  .fo1_container .bt {
    font-size: 17px;
    margin-top: 8px;
  }
  .fo1_container .container {
    margin-top: 5px;
  }
  .fo1_container form {
    gap: 20px 0px;
  }
  .fo1_container form .int2 {
    margin-top: 0px;
  }
  .fo1_container form .int2 .logo {
    top: 25px;
  }
  .fo1_container form input {
    height: 42px;
  }
  .fo1_container form textarea {
    height: 180px;
    padding-top: 10px !important;
  }
  .fo1_container form input,
  .fo1_container form textarea {
    padding-left: 15px;
    padding-right: 50px;
    font-size: 17px;
  }
  .fo1_container form .logo {
    width: 26px;
    height: 26px;
    right: 16px;
  }
  .fo1_container form .yz::before {
    left: 8px;
  }
  .fo1_container form .yzm input {
    padding-right: 86px;
  }
  .fo1_container form .yzm a,
  .fo1_container form .yzm span {
    height: 40px;
  }
  .fo1_container form .tijiao input {
    min-width: 180px;
    font-size: 18px;
  }
  .fo3 {
    padding: 30px 0px 40px;
  }
  .fo3 .describe {
    font-size: 17px;
  }
  .fo3 .name {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .fo3 .logo + div {
    margin-left: 16px;
  }
  .fo3 li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .swiper_button {
    margin-top: 15px !important;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
  }
  .swiper_button > * {
    position: relative;
    left: 0 !important;
    top: 0px !important;
    transform: none !important;
  }
  .index4 .sw_box {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .index4 .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .index6 li {
    width: 100%;
  }
  footer .footer_a {
    gap: 20px 0px;
  }
  .oo1 .l_box {
    width: 100%;
  }
  .oo1 .describe {
    margin-top: 8px;
  }
  .oo1 .button_icon {
    margin-top: 20px;
  }
  .oo1 .r_box {
    margin-left: 0px;
    width: 100%;
    padding: 30px 20px 40px;
  }
  .oo1 .container {
    width: 100%;
  }
  .oo2_list {
    gap: 25px 2%;
  }
  .oo2_list li {
    width: 31%;
  }
  .ot1 .r_box {
    width: 100%;
  }
  .ot2_list li {
    width: calc(96% / 3);
  }
  .tho1_container .sw_box {
    width: 100%;
    margin: 0px !important;
    float: none !important;
  }
  .tho1_container .r_box {
    width: 100%;
    margin-top: 15px !important;
  }
  .tho4_list li {
    width: calc(calc(100% - calc(20px * 2)) / 3);
  }
  .bannerBox .bofangBox img {
    width: 50px;
  }
  .tht1_list {
    gap: 25px 4%;
  }
  .tht1_list li {
    width: 48%;
  }
  .tht2_list {
    gap: 25px 4%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tht2_list .l_box {
    width: 100%;
    max-width: 100%;
  }
  .tht2_list .r_box {
    width: 100%;
    padding: 0px;
    margin-top: 15px;
    gap: 15px 0px;
  }
  .tht2_list li {
    width: 48%;
  }
  .thfu1_list {
    margin-top: 20px;
  }
  .thfu1_list li {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .thfu1_list .box {
    flex: none;
    width: 100%;
  }
  .fuo2_list .l_box {
    width: 182px;
  }
  .fuo3_container .sw_box {
    width: 100%;
    float: none !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .fuo3_container .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .fo3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .fo3 .r_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .fo3 .l_box {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .oo2_list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 5px 0px;
  }
  header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .head_a {
    padding: 0px;
    padding-right: 36px;
  }
  header .logoBox {
    width: 64px;
    position: relative;
    margin-bottom: 0px;
    top: 0;
    transform: none;
  }
  header .head_b {
    display: none;
  }
  .padding_top {
    padding-top: 62.7px;
  }
  .index7_menu span {
    width: 100%;
    min-width: 100%;
  }
  footer form .int1 {
    width: 100%;
  }
  .ot1 .pic-big {
    width: 80%;
  }
  .ot1 .pic-list {
    height: 80%;
  }
  .ot1 .list-item {
    margin-bottom: 28%;
  }
  .ot2_list li {
    width: calc(98% / 2);
  }
  .tho3_menu li {
    width: 100%;
  }
  .tho4_list li {
    width: calc(calc(100% - 20px) / 2);
  }
  .tht1_list li {
    width: 100%;
  }
  .tht2_list li {
    width: 100%;
  }
  .thfu1_list li {
    width: 100%;
  }
  .fuo2_list .box {
    padding: 20px 15px;
    text-align: center;
  }
  .fuo2_list .l_box {
    width: 250px;
    margin: 0px auto;
    max-width: 100%;
    float: none;
  }
  .fo1_container form .int1 {
    width: 100%;
  }
  .fo1_container form .yzm {
    flex: none;
    width: 100%;
  }
  .fo1_container form .tijiao {
    width: 100%;
  }
  .fo1_container form .tijiao input {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .oo2_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.eot") format("embedded-opentype"), url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg#GothamBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Kapra-Bold";
  src: url("../fonts/Kapra-Bold.eot");
  src: url("../fonts/Kapra-Bold.eot") format("embedded-opentype"), url("../fonts/Kapra-Bold.woff2") format("woff2"), url("../fonts/Kapra-Bold.woff") format("woff"), url("../fonts/Kapra-Bold.ttf") format("truetype"), url("../fonts/Kapra-Bold.svg#Kapra-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=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.listcart {
  margin-top: 90px;
}
.listcart a.l {
  float: left;
}
.listcart a.r {
  float: right;
}
.listcart a {
  background: #164732;
  display: inline-block;
  height: 34px;
  width: 200px;
  line-height: 34px;
  border: none;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border: 1px solid #164732;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
}
.listcart a:hover {
  border: #164732 solid 1px;
  background: #164732;
  color: #fff !important;
}
@media screen and (max-width: 999px) {
  .listcart a {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }
  .listcart {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 472px) {
  .listcart a {
    width: 95% !important ;
    float: none;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.seo .thth2 {
  padding: 77px 0px 79px;
}
.seo1 {
  padding: 45px 0px 86px;
}
.seo1 .big_bt {
  text-align: center;
  font-weight: bold;
}
.seo1_container {
  overflow: hidden;
  margin-top: 53px;
}
.seo1_container .l_box {
  width: 57.5%;
  position: relative;
  float: left;
  margin-right: 4.875%;
}
.seo1_container .describe {
  color: #666666;
  margin-top: 28px;
}
.seo1_container .title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.seo1_container .r_box {
  padding-top: 5.8125%;
}
.seo2 .big_bt,
.seo3 .big_bt {
  text-align: center;
  font-weight: bold;
}
.seo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 63px 5%;
  margin-top: 49px;
}
.seo2_list .box {
  position: relative;
}
.seo2_list li {
  width: 30%;
}
.seo2_list .title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 45px;
}
.seo2_list .describe {
  color: #666;
  margin-top: 10px;
}
.seo2_list li:nth-of-type(n + 7) {
  display: none;
}
.seo2_list.show li:nth-of-type(n + 7) {
  display: block;
}
.seo2 .read {
  color: #164732;
  display: none;
  justify-content: center;
  margin-top: 45px;
  font-size: 24px;
}
.seo2 .read span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  display: none;
  align-items: center;
  gap: 14px;
  color: #164732;
  cursor: pointer;
}
.seo2 .read span:hover {
  color: #f6ab1a;
}
.seo3 {
  padding: 52px 0px 23px;
}
.seo3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 63px 5%;
  margin-top: 44px;
}
.seo3_list .box {
  position: relative;
}
.seo3_list li {
  width: 30%;
}
.seo3_list .title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 45px;
}
#pop {
  display: block;
  position: fixed;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#pop .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 1048px;
  background: url('../img/pop_back.png') no-repeat center;
  background-size: cover;
  max-height: 90%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
#pop .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#pop .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
#pop .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#pop .l_box {
  flex: 1;
  position: relative;
  padding: 0px 28px 3.4%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#pop .logo {
  width: 106px;
  position: absolute;
  left: 41px;
  top: 20px;
}
#pop .logo img {
  width: 100%;
}
#pop .r_box {
  width: 50.478%;
}
#pop .pop_name {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  margin-top: 14px;
}
#pop .box {
  width: 100%;
  max-width: 420px;
}
#pop form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 27px 0px;
}
#pop form input,
#pop form textarea {
  height: 67px;
  width: 100%;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: solid 2px #dbdbdb;
  resize: none;
  outline: none;
  padding: 0px 10px;
  box-sizing: border-box;
}
#pop form input::placeholder,
#pop form input::-webkit-input-placeholder,
#pop form textarea::placeholder {
  color: #999;
}
#pop form .tijiao input {
  height: 65px;
  background: #164732;
  border: 2px solid #164732;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
#pop form .tijiao input:hover {
  background: #fff;
  color: #164732;
}
.close {
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 9px;
  transition: 0.3s;
  z-index: 1;
}
.close img {
  width: 100%;
}
.close:hover {
  transform: rotate(30deg);
}
@media screen and (max-width: 1650px) {
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1_container {
    margin-top: 40px;
  }
  .seo1_container .r_box {
    padding-top: 3%;
  }
  .seo1_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .seo2 .read {
    font-size: 20px;
    margin-top: 40px;
  }
  .seo2_list {
    margin-top: 40px;
    gap: 30px 5%;
  }
  .seo2_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
  .seo3 {
    padding: 40px 0px 0px;
  }
  .seo3_list {
    margin-top: 40px;
    gap: 30px 5%;
  }
  .seo3_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
  #pop .logo {
    width: 92px;
    left: 38px;
    top: 20px;
  }
  #pop .pop_name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  #pop form {
    gap: 15px 0px;
  }
  #pop form input,
  #pop form textarea {
    height: 56px !important;
  }
}
@media screen and (max-width: 992px) {
  .seo1 {
    padding: 30px 0px;
  }
  .seo1_container {
    margin-top: 20px;
  }
  .seo1_container .describe {
    margin-top: 8px;
  }
  .seo1_container .r_box {
    padding-top: 0px;
  }
  .seo1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .seo2_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .seo2_list li {
    width: 32%;
  }
  .seo2_list .describe {
    margin-top: 8px;
  }
  .seo2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .seo2 .read {
    font-size: 18px;
    margin-top: 20px;
  }
  .seo3 {
    padding: 30px 0px 0px;
  }
  .seo3_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .seo3_list li {
    width: 32%;
  }
  .seo3_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .seo .thth2 {
    padding: 30px 0px;
  }
  #pop .logo {
    width: 76px;
    left: 26px;
    top: 15px;
  }
  #pop .pop_name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  #pop form {
    margin-top: 12px;
    gap: 8px;
  }
  #pop form input,
  #pop form textarea {
    height: 52px !important;
    font-size: 14px !important;
  }
  .close {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  .seo1_container .l_box {
    width: 100%;
    margin: 0px;
    float: none;
  }
  .seo1_container .r_box {
    padding-top: 20px;
    width: 100%;
  }
  .seo2_list,
  .seo3_list {
    gap: 20px 4%;
  }
  .seo2_list li,
  .seo3_list li {
    width: 48%;
  }
  #pop .container {
    background: #fff;
  }
  #pop .logo {
    width: 66px;
    left: 12px;
    top: 12px;
  }
  #pop form input,
  #pop form textarea {
    height: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  #pop .r_box {
    display: none;
  }
  #pop .l_box {
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 25px 50px;
  }
}
@media screen and (max-width: 480px) {
  .seo2_list li,
  .seo3_list li {
    width: 100%;
  }
}
.bold a {
  font-weight: bold;
}
header .sousuo {
  position: relative;
}
header .sousuo form {
  display: none;
  overflow: hidden;
  width: 682px;
  background-color: #ffffff;
  border-radius: 28px;
  border: solid 1px #dddddd;
  position: absolute;
  padding-left: 24px;
  top: calc(100% + 26px);
  right: -13px;
  z-index: 2;
  max-width: none;
}
header .sousuo form input:nth-of-type(1) {
  width: 100%;
  height: 53px;
  line-height: 33px;
  font-family: GothamMedium;
  font-size: 16px;
  color: #999;
  background: none;
}
header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
  color: #999;
}
header .sousuo form input:nth-of-type(2) {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f6ab1a;
  border: 1px solid #f6ab1a;
  line-height: 25px;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #f6ab1a;
  background: #fff;
}
.index_banner .banner_text {
  background: linear-gradient(to right, #f6ab1a 60%, rgba(0, 0, 0, 0.8));
  position: absolute;
  right: 50px;
  bottom: 30px;
  padding: 5px 20px;
  border-radius: 20px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.index1 .title {
  position: relative;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .index_banner .banner_text {
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    padding: 2px 12px;
  }
}

/*//xiugai*/
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 94px 0px;
  margin-top: 54px;
}
.fuo1_list li {
  width: calc(calc(100% - calc(161px * 2)) / 3);
  position: relative;
  order: var(--i);
  margin-left: 161px;
}
.fuo1_list li::before {
  content: "";
  width: 130px;
  aspect-ratio: 130/44;
  background: url("../img/fuo1_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: calc(100% + 80px);
  top: 41%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fuo1_list li:nth-child(6n + 4)::before,
.fuo1_list li:nth-child(6n + 5)::before {
  left: calc(0% - 80px);
  transform: translate(-50%, -50%) rotate(180deg);
}
.fuo1_list li:nth-child(6n + 3)::before,
.fuo1_list li:nth-child(6n)::before {
  top: calc(100% + 45px);
  left: 50%;
  width: 72px;
  aspect-ratio: 87/36;
  transform: translate(-50%, -50%) rotate(90deg);
}
.fuo1_list li:nth-child(6n + 1),
.fuo1_list li:nth-child(6n) {
  margin-left: 0;
}
.fuo1_list li:last-child:is(:nth-child(6n + 4)),
.fuo1_list li:last-child:is(:nth-child(6n + 5)) {
  margin-left: auto;
}
.fuo1_list li:last-child::before {
  display: none;
}
.fuo1_list li:nth-child(6n + 4) {
  order: calc(var(--i) + 2);
}
.fuo1_list li:nth-child(6n) {
  order: calc(var(--i) - 2);
}
.fuo1_list .name {
  font-family: GothamMedium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 39px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .fuo1_list li {
    width: calc(calc(100% - calc(100px * 2)) / 3);
    margin-left: 100px;
  }
  .fuo1_list li::before {
    width: 80px;
    left: calc(100% + 50px);
  }
  .fuo1_list .name {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo1_list li:nth-child(6n+4)::before,
  .fuo1_list li:nth-child(6n+5)::before {
    left: calc(0% - 50px);
  }
}
@media screen and (max-width: 992px) {
  .fuo1_list {
    margin-top: 20px;
    gap: 20px 40px;
  }
  .fuo1_list li {
    width: calc(calc(100% - calc(40px * 2)) / 3);
    margin-left: 0px !important;
    order: var(--i) !important;
  }
  .fuo1_list li::before {
    display: none !important;
  }
  .fuo1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .fuo1_list {
    gap: 20px 2%;
  }
  .fuo1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 440px) {
  .fuo1_list li {
    width: 100%;
  }
}
.fo4 {
  padding: 69px 0px 11px;
}
.fo4 .title_box {
  padding-bottom: 21px;
}
.fo4 .big_bt {
  text-align: center;
  color: #164732;
}
.fo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5.91666%;
  margin-top: 86px;
}
.fo4_list li {
  width: 20.5625%;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 41px 44px 52px 32px;
}
.fo4_list .name {
  font-family: GothamMedium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
  color: #333333;
  padding-bottom: 18px;
}
.fo4_list .logo {
  width: 22px;
  /*height: 18px;*/
  margin-top: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fo4_list .logo img {
  max-width: 100%;
  max-height: 100%;
}
.fo4_list figure {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.fo4_list .box {
  flex: 1;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333333;
}
.fo4_list .box a {
  display: inline;
  color: #333;
}
.fo4_list .box a:hover {
  color: #f6ab1a;
}
.fo4_list .container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 28.5px 0px;
}
@media screen and (max-width: 1600px) {
  .fo4 {
    padding: 50px 0px 10px;
  }
  .fo4_list {
    margin-top: 30px;
  }
  .fo4_list li {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .fo4_list {
    gap: 20px 4%;
  }
  .fo4_list li {
    width: 22%;
  }
  .fo4_list .name {
    font-size: 17px;
    line-height: 24px;
  }
  .fo4_list .box {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .fo4_list li {
    padding: 20px 16px 30px;
  }
  .fo4_list .name {
    padding-bottom: 10px;
  }
  .fo4_list .container {
    gap: 15px 0px;
  }
}
@media screen and (max-width: 992px) {
  .fo4 {
    padding: 30px 0px 0px;
  }
  .fo4_list {
    justify-content: space-around;
    gap: 20px 0%;
  }
  .fo4_list li {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .fo4_list li {
    width: 100%;
  }
}

.fuo1_list .box {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.fuo1_list .number_box {
	background: #0047a9;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 10px;
	gap: 10px;
}

.fuo1_list .number {
	font-family: GothamMedium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: normal;
	color: #ffffff;
	width: 26px;
	aspect-ratio: 1/1;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
}

.fuo1_list .title {
	font-family: GothamMedium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 24px;
	color: #ffffff;
}