@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: Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1500px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #919699;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50%;
}
.rightMenu > *:hover {
  background: #96c841;
}
@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%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box > p {
  background: #96c841;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.rightMenu .go_top {
  margin-top: 30px;
  background: #1e1e1e;
}
.rightMenu .go_top:hover {
  background: #96c841;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #96c841;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 18px;
  }
}
#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: 100;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
}
header .container {
  padding-left: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 5.9%;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 108px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
}
header .logoBox img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .menuOne.active > a {
  color: #96c841 !important;
}
header .menuOne.menuactive > a {
  color: #96c841 !important;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  margin-right: 49px;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 30px 0px;
  position: relative;
}
header .menuOne > a:hover {
  color: #96c841 !important;
}
header .menuOne .active > a {
  background: #96c841;
  color: #fff;
}
header .menuOne .menuactive > a {
  background: #96c841;
  color: #fff;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
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: #96c841;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #96c841;
}
header .ul {
  min-width: 200px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 4px;
}
header .ul div {
  background: #fff;
}
header .ul li {
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 4px 20px;
  color: #333333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #96c841;
  color: #fff;
}
header .ul1 {
  left: -30px;
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
header .button {
  display: flex;
}
header .button a {
  width: 120px;
  line-height: 20px;
  text-align: center;
  padding: 10px 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .button a:nth-of-type(1) {
  background: #96c841;
  border: 1px solid #96c841;
}
header .button a:nth-of-type(1):hover {
  background: #fff;
  color: #96c841;
}
header .button a:nth-of-type(2) {
  background: #188668;
  border: 1px solid #188668;
}
header .button a:nth-of-type(2):hover {
  background: #fff;
  color: #188668;
}
header .lang_sousuo {
  display: flex;
  align-items: center;
  gap: 36px;
}
header .head_boxr {
  display: flex;
  flex: 1;
  gap: 36px;
}
header .xian {
  height: 31px;
  border-left: 1px solid #dcdcdc;
}
header .lang {
  position: relative;
  cursor: pointer;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  overflow: hidden;
}
header .lang .lang_box:hover span {
  color: #96c841;
}
header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
  filter: none;
  opacity: 1;
}
header .lang .lang_box .dq {
  width: 22px;
  transition: 0.2s;
  filter: brightness(0) invert(1);
  margin-right: 4px;
}
header .lang .lang_box .dq1 {
  width: 8px;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
header .lang .lang_box span {
  color: #fff;
  transition: 0.2s;
  line-height: normal;
  margin-top: 2px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #96c841;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #96c841;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #96c841;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .l_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 40px;
}
header .dif_ul {
  background: rgba(237, 237, 237, 0.9);
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}
header .imgBox {
  border: solid 3px #f5f5f5;
  max-width: 200px;
  transition: 0.3s;
}
header .sw_box {
  padding: 50px 0px 40px;
}
header .sw_box .swiper-slide:hover .imgBox {
  border: 3px solid #96c841;
}
header .name {
  color: #333333;
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
  line-height: 30px;
}
header .name a {
  color: #333;
}
header .name a:hover {
  text-align: center;
}
header .sw_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 30px;
}
header .sw_button div {
  width: 38px;
  height: 38px;
  background: #1e1e1e;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
header .sw_button div:hover {
  background: #fff;
}
header .sw_button div:hover img {
  filter: none;
}
header .sw_button img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.fyhead {
  background: #fff;
}
.fyhead .logoBox img:nth-of-type(1) {
  opacity: 0;
}
.fyhead .logoBox img:nth-of-type(2) {
  opacity: 1;
}
.fyhead .menuOne {
  color: #333;
}
.fyhead .menuOne > a {
  color: #333;
}
.fyhead .menuOne > a:hover {
  color: #96c841;
}
.fyhead .xian {
  border-left: 1px solid #cccccc;
}
.fyhead .sousuo .search {
  filter: brightness(0);
  opacity: 0.4;
}
.fyhead .sousuo .search:hover {
  filter: none;
  opacity: 1;
}
.fyhead .lang .lang_box:hover span {
  color: #96c841;
}
.fyhead .lang .lang_box:hover .dq,
.fyhead .lang .lang_box:hover .dq1 {
  filter: none;
  opacity: 1;
}
.fyhead .lang .lang_box .dq {
  filter: brightness(0);
  opacity: 0.6;
}
.fyhead .lang .lang_box .dq1 {
  filter: brightness(0);
  opacity: 0.6;
}
.fyhead .lang .lang_box span {
  color: #333;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 182px;
  min-height: 50px;
  background: #1e1e1e;
  font-size: 18px;
  font-weight: bold;
  color: #96c841;
  padding: 5px 20px;
}
.buttonBox a:hover {
  background: #96c841;
  color: #fff;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  width: 36px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #a7a7a7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #1e1e1e;
  color: #96c841;
  border: 1px solid #1e1e1e;
}
.PageNumber .active {
  background: #1e1e1e;
  color: #96c841;
  border: 1px solid #1e1e1e;
}
.PageNumber .big {
  width: 79px;
}
.PageNumber .p_l {
  width: 61px;
}
.PageNumber input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #96c841;
  cursor: pointer;
  transition: 0.3s;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  min-width: 144px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10px;
}
.PageNumber input:hover {
  background: #96c841;
  border: 1px solid #96c841;
  color: #fff;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.PageNumber .submit img {
  margin-bottom: 2px;
}
.padding_top {
  padding-top: 94px;
}
.big_title {
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #96c841;
}
.title_logo {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 342px;
  gap: 10px;
  margin-top: 10px;
}
.title_logo::after {
  content: "";
  flex: 1;
  border-top: 1px solid #b3b8b8;
  display: block;
}
.pub_links {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_links a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 19px;
}
.pub_links a:hover span {
  text-decoration: underline;
}
.pub_links .links_logo {
  width: 31px;
  height: 31px;
  background: #96c841;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pub_links .links_logo img {
  width: auto;
  height: auto;
}
.pub_links span {
  transition: 0s;
  text-underline-offset: 4px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .sw_button div {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
}
.index_banner .sw_button div:hover {
  background: #fff;
}
.index_banner .sw_button div:hover img {
  filter: none;
}
.index_banner .sw_button img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.index_banner .sw_button div:nth-of-type(1) {
  left: 4.6875%;
}
.index_banner .sw_button div:nth-of-type(2) {
  right: 4.6875%;
}
.index_banner .swiperbanner-pagination {
  width: calc(100% - 40px);
  max-width: 1400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: none;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
}
.index_banner .swiper-pagination-bullet-active {
  background: #96c841;
}
.index_banner .mouse {
  width: 29px;
  position: absolute;
  left: 50%;
  bottom: 41px;
  transform: translateX(-50%);
  z-index: 1;
}
.index1 {
  background: url("../images/index1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 84px 0px 90px;
  overflow: hidden;
}
.index1 .pub_links {
  margin-top: 11px;
}
.index1 .pub_links a {
  gap: 14px;
}
.index1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 5%;
}
.index1 .l_box {
  flex: 1;
}
.index1 .buttonBox {
  margin-top: 70px;
}
.index1 .sw_box {
  margin-top: 30px;
}
.index1 .sw_box1 {
  margin-top: 85px;
}
.mySwiperindex1_1 {
  overflow: initial;
}
.mySwiperindex1_1 .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 3%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.mySwiperindex1_1 .swiper-slide-active {
  opacity: 1;
  pointer-events: all;
}
.mySwiperindex1_2 {
  padding-bottom: 2px;
  position: relative;
}
.mySwiperindex1_2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 2px;
  background: #dfe4e1;
}
.mySwiperindex1_2 .name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.mySwiperindex1_2 .swiper-slide {
  position: relative;
  cursor: pointer;
  height: auto;
  padding: 21px 12px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiperindex1_2 .swiper-slide::before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: 0.3s;
  background: #96c841;
}
.mySwiperindex1_2 .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/index1_back1.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.mySwiperindex1_2 .swiper-slide:hover .name {
  color: #7cb024;
}
.mySwiperindex1_2 .active::before {
  width: 100%;
}
.mySwiperindex1_2 .active::after {
  opacity: 1;
}
.mySwiperindex1_2 .active .name {
  color: #7cb024;
}
.index1_l {
  flex: 1;
  padding-top: 1.1%;
}
.index1_l .title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.index1_l .title a {
  color: #333;
}
.index1_l .title a:hover {
  color: #96c841;
}
.index1_l .describe {
  color: #666;
  margin-top: 40px;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index1_r {
  width: 61.2%;
  transform: translateX(4.8%);
}
.index2 {
  position: relative;
  padding: 73px 0px 99px;
}
.index2 .back_img {
  width: 40%;
  max-width: 740px;
  position: absolute;
  right: 0;
  top: 62.5%;
  transform: translateY(-50%);
  z-index: -1;
}
.index2 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #3e9a32;
  margin-top: 13px;
}
.index2 .l_box {
  max-width: 570px;
  flex: 1;
}
.index2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 5%;
}
.index2 .pub_links {
  margin-bottom: 3.2%;
}
.index2_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px 5%;
  margin-top: -14px;
}
.index2_container .title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.index2_container .title a {
  color: #333;
}
.index2_container .title a:hover {
  color: #96c841;
}
.index2_container .describe {
  color: #666;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 33px;
}
.index2_container .describe em {
  font-size: 18px;
  font-style: normal;
  color: #333;
}
.index2_container .buttonBox {
  margin-top: 72px;
}
.index2_container .buttonBox a {
  min-width: 232px;
}
.index2_l {
  width: 39%;
  margin-bottom: 1px;
}
.index2_r {
  flex: 1;
  max-width: 751px;
}
.index2_num {
  display: flex;
  justify-content: flex-start;
  gap: 0px 8%;
  margin-top: 66px;
}
.index2_num .big_num {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #96c841;
}
.index2_num .num_text {
  color: #333;
  margin-top: 4px;
}
.index2_num > span {
  width: 2px;
  height: 42px;
  max-height: 100%;
  background-color: #c1c1c4;
  display: block;
  margin-top: 17px;
}
.index2_num .j-hdata1 {
  position: relative;
}
.index2_num .j-hdata1::before {
  display: block;
  content: attr(title);
  height: 0;
  overflow: hidden;
}
.index3 {
  background: url("../images/index3_back.png") no-repeat center;
  background-size: cover;
  padding: 84px 0px 118px;
  position: relative;
}
.index3 .big_title {
  color: #fff;
}
.index3 .big_title a {
  color: #fff;
  text-underline-offset: 4px;
}
.index3 .big_title a:hover {
  text-decoration: underline;
}
.index3 .describe {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-top: 40px;
}
.index3 .l_box {
  width: 46%;
}
.index3 .r_box {
  position: relative;
  z-index: 2;
  margin-top: 2.3%;
}
.index3 .text_img {
  width: 50%;
  max-width: 911px;
  position: absolute;
  right: 0;
  top: 47.9%;
  transform: translateY(-50%);
}
.index3 .buttonBox a {
  min-width: 192px;
  min-height: 56px;
}
.index3 .buttonBox a:hover {
  background: #fff;
  color: #96c841;
}
.index3 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index3 .hide_box {
  position: absolute;
  width: 11.71875%;
  max-width: 225px;
  height: 100%;
  right: 0;
  top: 0;
}
.index3 .hide_box img {
  width: 100%;
  height: 100%;
}
.index4 {
  padding: 73px 0px 0px;
}
.index4 .big_title {
  text-align: center;
}
.index4 .sw_box .swiper-slide {
  min-height: 820px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: auto;
}
.index4 .sw_box .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url("../images/index4_back1.png") no-repeat center;
  background-size: cover;
}
.index4 .container {
  width: calc(100% - 100px);
  max-width: 1700px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  padding: 87px 0px;
}
.index4 .box {
  width: 60%;
  max-width: 980px;
}
.index4 .title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index4 .title a {
  color: #fff;
}
.index4 .title a:hover {
  color: #96c841;
}
.index4 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 20px;
}
.index4 .buttonBox {
  margin-top: 37px;
}
.index4 .buttonBox a {
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}
.index4 .buttonBox a:hover {
  color: #96c841;
  background: #fff;
}
.index4_container {
  overflow: hidden;
  position: relative;
  margin-top: 47px;
}
.index4_container .sw_box1 {
  width: 512px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.index4_container .sw_box1 .swiper-slide {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 10px 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.index4_container .sw_box1 .swiper-slide::before {
  content: "";
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: url("../images/index4_back2.png") no-repeat center;
  background-size: cover;
  position: absolute;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
.index4_container .sw_box1 .active::before {
  opacity: 1;
}
.index4_container .logo {
  width: 54px;
}
.index4_container .logo img {
  height: auto;
}
.index4_container .name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  flex: 1;
}
.index5 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 91px 20px 68px;
  display: flex;
  justify-content: flex-end;
}
.index5 .container {
  width: calc(100% - 60px);
  max-width: 1690px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 4%;
}
.index5 .title_logo {
  margin-top: 28px;
}
.index5 .title_logo::after {
  border-top: 1px solid #c1c1c4;
}
.index5 .r_box {
  width: 68.048%;
}
.index5 .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  padding: 13px 10px 0px;
}
.index5 .l_box {
  padding-top: 3px;
  flex: 1;
  max-width: 425px;
}
.index5 .box {
  position: relative;
}
.index5 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 50px;
}
.index5 .links {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.index5 .links a {
  color: #666;
}
.index5 .links a:hover {
  color: #96c841;
}
.index5 .swiper_button {
  margin-top: 45px;
}
.index6 {
  background: #edf5f2;
  padding: 71px 0px 64px;
}
.index6 .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 4%;
}
.index6 .big_title {
  max-width: 366px;
}
.index6 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  flex: 1;
  max-width: 958px;
  margin-top: 6px;
}
.index6 .sw_box {
  margin-top: 34px;
}
.index6 .l_box {
  width: 40%;
  max-width: 466px;
  display: flex;
  align-items: center;
}
.index6 .r_box {
  flex: 1;
  margin-left: 4.7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.2% 0px 1.467%;
}
.index6 figure {
  padding: 29px 0px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 993px) {
  .index6 figure:hover .time p {
    background: #96c841;
    color: #fff;
  }
}
.index6 figure:nth-of-type(1) {
  border-bottom: 1px solid #d2d8d6;
}
.index6 .title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.index6 .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;
}
.index6 .title a:hover {
  color: #96c841;
}
.index6 .time {
  display: flex;
  justify-content: flex-start;
  line-height: 29px;
  margin-top: 22px;
}
.index6 .time p {
  color: #666;
  min-width: 118px;
  background-color: #dfe5e3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 15px;
  transition: 0.3s;
}
.index6 .describe {
  color: #666;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 33px;
}
.index6 .pub_links {
  margin-top: 25px;
}
.index6 .swiperindex6-pagination {
  width: 100%;
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.index6 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #707070;
  opacity: 0.6;
  border-radius: 50%;
  display: block;
  margin: 0px !important;
  position: relative;
}
.index6 .swiper-pagination-bullet::before {
  content: "";
  width: 0px;
  height: 0px;
  border: solid 1px #96c841;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
}
.index6 .swiper-pagination-bullet-active {
  background-color: #96c841;
  opacity: 1;
}
.index6 .swiper-pagination-bullet-active::before {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.index7 {
  padding: 73px 0px 90px;
}
.index7 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index7 .l_box {
  width: 44%;
  max-width: 640px;
}
.index7 .text {
  color: #666;
  margin-top: 20px;
}
.index7 .img_box {
  width: 100%;
  max-width: 500px;
  margin-top: 54px;
}
.index7 .logo {
  width: 26px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.index7 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.index7 .list {
  display: flex;
  flex-direction: column;
  gap: 19px 0px;
  margin-top: 48px;
}
.index7 .list li {
  display: flex;
  align-items: flex-start;
}
.index7 .box {
  flex: 1;
  color: #333;
  line-height: 30px;
  margin-left: 19px;
}
.index7 .box a:hover {
  color: #96c841;
}
.index7 .bold_text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.index7 .bold_text + * {
  display: inline;
  margin-left: 13px;
}
.index7_r {
  width: 55.067%;
  background-color: #ffffff;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  overflow: hidden;
  margin-right: -40px;
  margin-top: 9px;
}
.index7_r .big_title {
  background: #96c841;
  color: #fff;
  text-align: center;
  padding: 37px 40px 33px;
}
.index7_r form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px 0px;
  padding: 65px 38px 70px;
}
.index7_r form input {
  height: 57px;
}
.index7_r form input,
.index7_r form textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  resize: none;
  outline: none;
  padding: 0px 22px;
}
.index7_r form input:focus,
.index7_r form textarea:focus {
  border: 1px solid #96c841;
}
.index7_r form input:focus::placeholder,
.index7_r form textarea:focus::placeholder {
  color: #333;
}
.index7_r form input:focus + i,
.index7_r form textarea:focus + i {
  color: #333 !important;
  opacity: 1;
}
.index7_r form input::placeholder,
.index7_r form input::-webkit-input-placeholder,
.index7_r form textarea::placeholder {
  color: #666;
}
.index7_r form .int1 {
  width: 48.9%;
}
.index7_r form input + i {
  color: #666 !important;
  opacity: 0.4;
}
.index7_r form .yz {
  position: relative;
}
.index7_r form .yz::before {
  content: "*";
  top: 53%;
  transform: translateY(-50%);
  left: 8px;
  position: absolute;
  color: #db0f1a;
  font-size: 16px;
  z-index: 1;
}
.index7_r form .int2 {
  width: 100%;
}
.index7_r form .int2::before {
  top: 32px;
}
.index7_r form .tijiao {
  position: relative;
}
.index7_r form .tijiao input {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #96c841;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
.index7_r form .tijiao input:hover {
  color: #fff;
  background: #96c841;
  border: 1px solid #96c841;
}
.index7_r form .yzm {
  position: relative;
}
.index7_r form .yzm input {
  flex: 1;
  padding-right: 100px;
}
.index7_r form .yzm a,
.index7_r form .yzm span {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  height: 39px;
  cursor: pointer;
  width: 90px;
}
.index7_r form .yzm a img,
.index7_r form .yzm span img {
  height: 100%;
}
.index7_r form textarea {
  height: 135px;
  padding-top: 15px !important;
}
.bannerBox {
  min-height: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 51px 0px 10px;
}
.bannerBox .content {
  margin: 0px auto;
}
.bannerBox .big_title {
  text-align: center;
  color: #ffffff;
}
.mbx {
  font-size: 18px;
  line-height: 26px;
  margin-top: 14px;
  color: #fff;
}
.mbx a {
  display: inline;
  color: #fff;
}
.mbx a:hover {
  color: #96c841;
}
.mbx .active {
  color: #96c841;
}
.mbx img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 4px;
}
.mySwiperoo_menu {
  padding-bottom: 2px;
  position: relative;
}
.mySwiperoo_menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 2px;
  background: #dfe4e1;
}
.mySwiperoo_menu .name {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.mySwiperoo_menu .swiper-slide {
  position: relative;
  cursor: pointer;
  height: auto;
  padding: 16px 12px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mySwiperoo_menu .swiper-slide::before {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: 0.3s;
  background: #96c841;
}
.mySwiperoo_menu .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/oomenu_back.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.mySwiperoo_menu .swiper-slide:hover .name {
  color: #7cb024;
}
.mySwiperoo_menu .active::before {
  width: 100%;
}
.mySwiperoo_menu .active::after {
  opacity: 1;
}
.mySwiperoo_menu .active .name {
  color: #7cb024;
}
.small_title {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.small_bt {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.oo1 {
  padding: 59px 0px 74px;
}
.oo1 .describe {
  color: #666;
  margin-top: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.oo1 .buttonBox {
  margin-top: 44px;
}
.oo1 .buttonBox a {
  min-width: 232px;
}
.oo1 .show.describe {
  -webkit-line-clamp: initial !important;
}
.oo1 .read {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.oo1 .read span {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 232px;
  min-height: 50px;
  background: #1e1e1e;
  font-size: 18px;
  font-weight: bold;
  color: #96c841;
  padding: 5px 20px;
  cursor: pointer;
}
.oo1 .read span:hover {
  background: #96c841;
  color: #fff;
}
.oo2 {
  padding-bottom: 44px;
}
.oo2 .small_bt {
  text-align: center;
}
.oo2 form {
  margin-top: 48px;
}
.oo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.066%;
}
.oo2_list li {
  width: 24.2%;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  .oo2_list li:hover .box {
    background: #96c841;
  }
  .oo2_list li:hover .name {
    color: #fff;
  }
  .oo2_list li:hover .name a {
    color: #fff;
  }
  .oo2_list li:hover .describe {
    color: #fff;
  }
  .oo2_list li:hover .input_box span {
    background: #fff;
  }
  .oo2_list li:hover .links {
    background: #1e1e1e;
    padding: 0px 15.5px;
    color: #96c841;
  }
  .oo2_list li:hover .links:hover {
    background: #fff;
  }
}
.oo2_list .box {
  border-top: 1px solid #e5e5e5;
  flex: 1;
  background: #f5f5f5;
  transition: 0.3s;
  padding: 12px 19px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oo2_list .name {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.oo2_list .name a {
  color: #333;
  text-underline-offset: 2px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo2_list .name a:hover {
  text-decoration: underline;
}
.oo2_list .describe {
  font-size: 14px;
  line-height: 19px;
  color: #666;
  margin-top: 9px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.oo2_list .input_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.oo2_list .input_box {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.oo2_list .input_box span {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #d6d6d6;
  pointer-events: none;
}
.oo2_list .input_box input {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
}
.oo2_list .input_box input:checked + span {
  display: none;
}
.oo2_list .links {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.oo3 {
  padding-bottom: 80px;
}
.oo3 .top {
  display: flex;
  align-items: center;
  gap: 2.1%;
}
.oo3 .top::after {
  content: "";
  flex: 1;
  display: block;
  border-bottom: 1px solid #dedede;
  margin-top: 4px;
}
.oo3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 14px;
  margin-top: 28px;
}
.oo3_list a {
  display: block;
  text-align: center;
  padding: 8px 16px;
  border: solid 1px #dedede;
}
.oo3_list a::before {
  content: attr(title);
  font-weight: bold;
  display: block;
  height: 0px;
  overflow: hidden;
}
.oo3_list a:hover {
  background: #96c841;
  color: #fff;
  font-weight: bold;
}
.oo4 {
  background: url("../images/oo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 70px 0px 80px;
}
.oo4 .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5%;
}
.oo4 .small_title {
  flex: 1;
}
.oo4 .swiper-slide {
  padding: 25px 30px 30px;
  background: #fff;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .oo4 .swiper-slide:hover {
    background: #96c841;
  }
  .oo4 .swiper-slide:hover .title {
    color: #fff;
  }
  .oo4 .swiper-slide:hover .title a {
    color: #fff;
  }
  .oo4 .swiper-slide:hover .describe {
    color: #fff;
  }
  .oo4 .swiper-slide:hover .describe em {
    color: #fff;
  }
  .oo4 .swiper-slide:hover .links {
    color: #fff;
  }
  .oo4 .swiper-slide:hover .links img {
    filter: brightness(0) invert(1);
  }
}
.oo4 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 25px;
}
.oo4 .box > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.oo4 .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.oo4 .title a {
  color: #333;
  text-underline-offset: 2px;
}
.oo4 .title a:hover {
  text-decoration: underline;
}
.oo4 .sw_box {
  margin-top: 40px;
}
.oo4 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666;
  transition: 0.3s;
  margin-top: 11px;
}
.oo4 .describe em {
  display: inline;
  color: #333;
  transition: 0.3s;
  font-style: normal;
}
.oo4 .links {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}
.oo4 .links:hover span {
  text-decoration: underline;
}
.oo4 .links span {
  transition: 0s;
}
.oo4 .links img {
  width: auto;
  height: auto;
  transition: 0.2s;
}
.slide-carousel .indicator-list {
  width: 100%;
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.slide-carousel .indicator-list a {
  width: 20px;
  height: 5px;
  background-color: #c8c8c8;
  opacity: 1;
  border-radius: 0px;
  display: block;
  margin: 0px !important;
  transition: 0.3s;
}
.slide-carousel .indicator-list a.selected {
  background-color: #96c841;
  width: 30px;
}
.slide-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide-carousel .item-list {
  position: relative;
  padding-bottom: 42.801%;
  width: 100%;
  overflow: hidden;
}
.slide-carousel .item-list li .item-content {
  width: 100%;
  height: 100%;
}
.slide-carousel .item-list li .item-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-carousel .item-list li .item-content a .cover-img {
  width: 100%;
  height: 100%;
}
.slide-carousel .controls a {
  width: 48px;
  height: 47px;
  background: #1e1e1e;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 41.6%;
  transform: translateY(-50%);
  z-index: 1;
}
.slide-carousel .controls a img {
  transition: 0.2s !important;
}
.slide-carousel .controls a:hover {
  background: #96c841;
  box-shadow: 0px 1px 8px 0px rgba(150, 200, 65, 0.36);
}
.slide-carousel .controls a:hover img {
  filter: brightness(0) invert(1);
}
.slide-carousel .controls .item-prev {
  left: -77px;
}
.slide-carousel .controls .item-next {
  right: -77px;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #d7d7d7;
}
.oo5 {
  padding: 71px 0px 11px;
}
.oo5 .small_title {
  text-align: center;
}
.oo5 .slide-carousel {
  margin: 40px auto 0px;
  width: calc(100% - 100px);
  max-width: 1264px;
}
.oo5 .slide-3d .item-list li {
  width: 25.95%;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 100%;
}
.oo5 .slide-3d .item-list li.item0 {
  transform: translate3d(-100%, 0, 0) scale(0.8);
}
.oo5 .slide-3d .item-list li.item1 {
  transform: translate3d(0, 0, 0) scale(0.854);
  opacity: 1;
  z-index: 3;
  transform-origin: 0% 100%;
}
.oo5 .slide-3d .item-list li.item2 {
  transform: translate3d(67.683%, 0, 0) scale(0.924);
  opacity: 1;
  z-index: 4;
}
.oo5 .slide-3d .item-list li.item3 {
  transform: translate3d(142.683%, 0, 0) scale(1);
  opacity: 1;
  z-index: 5;
}
.oo5 .slide-3d .item-list li.item4 {
  transform: translate3d(217.683%, 0, 0) scale(0.924);
  opacity: 1;
  z-index: 4;
  transform-origin: 100% 100%;
}
.oo5 .slide-3d .item-list li.item5 {
  transform: translate3d(285.366%, 0, 0) scale(0.854);
  opacity: 1;
  z-index: 3;
  transform-origin: 100% 100%;
}
.oo5 .slide-3d .item-list li.item6 {
  transform: translate3d(385.366%, 0, 0) scale(0.8);
}
.oo6 {
  padding-bottom: 90px;
}
.oo6 .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5%;
}
.oo6 .small_title {
  flex: 1;
}
.oo6 .swiper-slide {
  padding-left: 44px;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.oo6 .l_box {
  width: 54%;
  max-width: 360px;
}
.oo6 .swiper-slide-active {
  padding-left: 0px;
  padding-right: 44px;
  border-right: 1px solid #e3e3e3;
}
.oo6 .title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.oo6 .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;
}
.oo6 .title a:hover {
  color: #96c841;
}
.oo6 .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.oo6 .r_box {
  flex: 1;
  padding-bottom: 4px;
}
.oo6 .time {
  color: #96c841;
  margin-top: 10px;
}
.oo6 .pub_links {
  margin-top: 25px;
}
.oo6 .sw_box {
  margin-top: 40px;
}
.ot .table {
  background: #fff;
}
.ot table {
  text-align: center;
}
.ot table tr:nth-of-type(1) {
  font-size: 18px;
  color: #333333;
}
.ot table tr:nth-of-type(1) td {
  padding: 7px 10px 9px;
}
.ot1 {
  padding: 62px 0px 80px;
}
.ot1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 30px;
}
.ot1 .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.ot1 .r_box {
  width: 56%;
  margin-top: 6px;
  display: flex;
  align-items: flex-start;
}
.ot1 .r_box img {
  transition: 0s;
}
.ot1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot1 .zoomPad > img {
  border-radius: 24px;
  overflow: hidden;
}
.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 .ft_box {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}
.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: 83.334%;
  border: solid 1px #e5e5e5;
}
.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%;
  flex: 1;
  margin-left: 2.381%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.ot1 .pic-btn {
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ot1 .pic-btn img {
  max-width: auto;
  filter: brightness(0) opacity(0.6);
  transition: 0.2s;
}
.ot1 .pic-btn.prev {
  top: 0;
}
.ot1 .pic-btn.next {
  bottom: 0;
}
.ot1 .pic-btn:hover img {
  filter: none;
}
.ot1 .pic-list {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 35px);
}
.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: 8.25%;
}
.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: solid 1px #e5e5e5;
  overflow: hidden;
}
.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: solid 1px #96c841;
}
.ot1_l {
  flex: 1;
  max-width: 582px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px 0px;
}
.ot1_l .describe {
  color: #666;
  line-height: 30px;
  margin-top: 24px;
}
.ot1_l .describe em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  font-style: normal;
}
.ot1_l .share_box {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ot1_l .button {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.ot1_l .button a {
  font-size: 18px;
  color: #96c841;
  min-width: 170px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px #96c841;
  padding: 6px 17px;
}
.ot1_l .button a:hover {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #96c841;
}
.ot_menu {
  background: #edf5f2;
  display: flex;
  white-space: nowrap;
  color: #333;
  gap: 2px;
  padding: 50px 0px 50px 20px;
  overflow: auto;
}
.ot_menu a {
  color: #333;
  display: block;
  text-align: center;
  padding: 9px 23px;
}
.ot_menu a::before {
  content: attr(title);
  font-weight: bold;
  display: block;
  height: 0px;
  overflow: hidden;
}
.ot_menu a:hover {
  background: #96c841;
  color: #fff;
  font-weight: bold;
}
.ot_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot2 {
  padding: 110px 0px 75px;
}
.ot2 .top {
  display: flex;
  align-items: center;
  gap: 2.1%;
}
.ot2 .top::after {
  content: "";
  flex: 1;
  display: block;
  border-bottom: 1px solid #dedede;
  margin-top: 4px;
}
.ot2_container {
  overflow: hidden;
  margin-top: 45px;
}
.ot2_container .l_box {
  width: 46%;
  max-width: 689px;
  float: right;
  padding-top: 7px;
  margin-bottom: 5px;
  margin-left: 3%;
}
.ot2_container .title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.ot2_container .describe {
  line-height: 30px;
  color: #666;
  margin-top: 14px;
}
.ot2_container .buttonBox {
  margin-top: 57px;
}
.ot2_container .buttonBox a {
  min-width: 169px;
  min-height: 48px;
}
.ot3 {
  background: #edf5f2;
  padding: 54px 0px 80px;
}
.ot3 .small_bt {
  text-align: center;
}
.ot3 .describe {
  margin-top: 19px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.ot4 {
  padding: 64px 0px 79px;
}
.ot4 .small_bt {
  text-align: center;
}
.ot4_container {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}
.ot4_container .title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.ot4_container .describe {
  color: #666;
  margin-top: 12px;
}
.ot4_container figure:nth-of-type(1),
.ot4_container figure:nth-of-type(2) {
  width: 48.667%;
}
.ot4_container figure {
  width: 100%;
  background: #f3f8f6;
  padding: 30px 30px 30px;
}
.ot4_container .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ot4_container .logo {
  height: 39px;
}
.ot4_container .logo img {
  max-height: 100%;
}
.ot4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
  justify-content: space-between;
  margin-top: 50px;
}
.ot4_list li {
  width: 48.667%;
}
.ot5 {
  padding: 50px 0px 0px;
}
.ot5 .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5%;
}
.ot5 .small_title {
  flex: 1;
}
.ot5 .sw_box {
  margin-top: 45px;
}
.ot5 .sw_box .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ot5 .sw_box a {
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px 30px;
  gap: 0px 20px;
}
.ot5 .title {
  font-size: 18px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
}
.ot5 .logo {
  width: 28px;
}
.ot5 .logo img {
  width: 100%;
}
.ot5 .l_box {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
}
.ot5 .links {
  font-size: 18px;
  color: #96c841;
}
.ot_back {
  background: url("../images/ot_back.jpg") no-repeat center;
  background-size: cover;
}
.ot_back .oo4 {
  padding-bottom: 0px !important;
  background: transparent;
}
.oo6_pub {
  padding: 70px 0px 90px;
}
.oo6_pub .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 5%;
}
.oo6_pub .small_title {
  flex: 1;
}
.oo6_pub .swiper-slide {
  padding-left: 44px;
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.oo6_pub .l_box {
  width: 54%;
  max-width: 360px;
}
.oo6_pub .swiper-slide-active {
  padding-left: 0px;
  padding-right: 44px;
  border-right: 1px solid #e3e3e3;
}
.oo6_pub .title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.oo6_pub .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;
}
.oo6_pub .title a:hover {
  color: #96c841;
}
.oo6_pub .describe {
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.oo6_pub .r_box {
  flex: 1;
  padding-bottom: 4px;
}
.oo6_pub .time {
  color: #96c841;
  margin-top: 10px;
}
.oo6_pub .pub_links {
  margin-top: 25px;
}
.oo6_pub .sw_box {
  margin-top: 40px;
}
.to1 {
  padding: 62px 0px 50px;
}
.to1 .small_title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
}
.to1 .small_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 6px;
  background-color: #96c841;
}
.to1 .describe {
  color: #666;
  flex: 1;
}
.to1 .describe em {
  color: #188668;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}
.to1_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 3.5%;
}
.to1_video {
  position: relative;
  margin-top: 44px;
}
.to1_video .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.to2 {
  padding-bottom: 41px;
}
.to2 .content {
  overflow: hidden;
}
.to2 .l_box {
  width: 37.734%;
  float: left;
  margin-bottom: 5px;
  margin-right: 2.65%;
}
.to2 .r_box {
  padding-top: 56px;
}
.to2 .describe {
  color: #666;
}
.to2 .describe em {
  font-style: normal;
  color: #188668;
}
.to2 .index2_num {
  gap: 0px 10.8%;
  margin-top: 36px;
}
.to3 {
  background: #f7f7f7;
  padding: 60px 0px;
}
.to3 .content {
  overflow: hidden;
}
.to3 .l_box {
  width: 45.934%;
  float: right;
  margin-left: 6%;
}
.to3 .describe {
  color: #666;
}
.to3 .describe em {
  font-style: normal;
  color: #188668;
}
.to3 .r_box {
  padding-top: 32px;
}
.to3 .logo {
  width: 68px;
  height: 68px;
}
.to3 .name {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 24px;
}
.to3 .text {
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 13px;
}
.to3 figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.to3_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 16%;
  padding-right: 5%;
  margin-top: 51px;
}
.to3_container figure {
  text-align: center;
}
.to_back {
  padding: 80px 0px 0px;
  background: url("../images/to_back.jpg") no-repeat center;
  background-size: cover;
}
.to4 {
  overflow: hidden;
  padding-bottom: 75px;
}
.to4 .content {
  position: relative;
}
.to4 .back_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.to4 .swiper {
  overflow: initial;
}
.to4 .swiper-slide {
  width: 470px;
  border: solid 1px #d9d9d9;
  background: rgba(255, 255, 255, 0.3);
  padding: 19px 20px;
  height: auto;
}
.to4 .logo {
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.to4 .logo img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.to4 .name {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}
.to4 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 8px;
}
.to4 .swiperto4-pagination {
  width: 100%;
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 54px;
}
.to4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #707070;
  opacity: 0.6;
  border-radius: 50%;
  display: block;
  margin: 0px !important;
  position: relative;
}
.to4 .swiper-pagination-bullet::before {
  content: "";
  width: 0px;
  height: 0px;
  border: solid 1px #96c841;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
}
.to4 .swiper-pagination-bullet-active {
  background-color: #96c841;
  opacity: 1;
}
.to4 .swiper-pagination-bullet-active::before {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.to5 .small_title {
  text-align: center;
}
.to5_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 40px;
}
.to5_list li {
  width: 32%;
  z-index: 1;
  position: relative;
  padding: 25px 29px 35px;
}
.to5_list li::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.to5_list .name {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.to5_list .describe {
  line-height: 20px;
  color: #fff;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}
.to5_list .describe p {
  position: relative;
  padding-left: 19px;
}
.to5_list .describe p::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #96c841;
  border-radius: 50%;
}
.to6 {
  padding: 71px 0px 61px;
}
.to6 .content {
  overflow: hidden;
}
.to6 .l_box {
  width: 50%;
}
.to6 .big_year {
  font-size: 300px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 300px;
  letter-spacing: 0px;
  color: #fafafa;
  position: absolute;
  right: 0;
  top: -98px;
  z-index: -1;
}
.to6 .year {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.to6 .name {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 18px;
}
.to6 .describe {
  line-height: 30px;
  color: #666666;
  margin-top: 14px;
}
.to6 .sw_box {
  position: relative;
  margin-top: 48px;
}
.to6 .sw_box .swiper {
  overflow: initial;
}
.to6 .sw_box .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.to6 .r_box {
  width: 46%;
  max-width: 692px;
  padding: 29px 0px 100px;
}
.to6 .swiper_button {
  position: absolute;
  width: 46%;
  max-width: 692px;
  right: 0;
  bottom: 10.2%;
  z-index: 1;
}
.to6 .sw_box1 {
  position: relative;
  padding: 0px 43px;
  margin-top: 40px;
}
.to6 .sw_box1::before {
  content: "";
  border-bottom: 2px solid #e5e5e5;
  position: absolute;
  width: 100%;
  left: 0;
  top: 2px;
}
.to6 .mySwiperto6_2 .swiper-slide {
  color: #666;
  cursor: pointer;
  text-align: center;
  padding-top: 17px;
  position: relative;
}
.to6 .mySwiperto6_2 .swiper-slide::before {
  content: "";
  width: 0px;
  transition: 0.3s;
  height: 4px;
  background: #999;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.to6 .mySwiperto6_2 .swiper-slide-thumb-active {
  font-weight: bold;
  color: #333;
}
.to6 .mySwiperto6_2 .swiper-slide-thumb-active::before {
  width: 100%;
}
.to7 {
  background: #fafafa;
  padding: 81px 0px 70px;
}
.to7 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 4%;
}
.to7_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0px;
  margin-top: 2px;
}
.to7_menu li {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  min-width: 152px;
  min-height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 20px;
  transition: 0.3s;
  position: relative;
}
.to7_menu li::before {
  content: "";
  border-left: 1px solid #e0e0e0;
  height: 100%;
  max-height: 19px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.to7_menu li:hover {
  background: #1e1e1e;
  color: #96c841;
}
.to7_menu li:nth-of-type(1)::before {
  display: none;
}
.to7_menu .active {
  background: #1e1e1e;
  color: #96c841;
}
.to7_container {
  margin-top: 51px;
}
.to7_container .mySwiperto7_1 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 30px 0px;
}
.to7_container .swiperto7_1-pagination {
  width: 100%;
  position: relative;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.to7_container .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background-color: #c8c8c8;
  opacity: 1;
  border-radius: 0px;
  display: block;
  margin: 0px !important;
  transition: 0.3s;
}
.to7_container .swiper-pagination-bullet-active {
  background-color: #96c841;
  width: 30px;
}
.to7_box .slide-carousel .item-list {
  padding-bottom: 40.5%;
}
.to7_box .slide-carousel {
  margin: 40px auto 0px;
  width: calc(100% - 100px);
  max-width: 1264px;
}
.to7_box .slide-3d .item-list li {
  width: 25.95%;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 100%;
}
.to7_box .slide-3d .item-list li.item0 {
  transform: translate3d(-100%, 0, 0) scale(0.8);
}
.to7_box .slide-3d .item-list li.item1 {
  transform: translate3d(0, 0, 0) scale(0.854);
  opacity: 1;
  z-index: 3;
  transform-origin: 0% 100%;
}
.to7_box .slide-3d .item-list li.item2 {
  transform: translate3d(67.683%, 0, 0) scale(0.924);
  opacity: 1;
  z-index: 4;
}
.to7_box .slide-3d .item-list li.item3 {
  transform: translate3d(142.683%, 0, 0) scale(1);
  opacity: 1;
  z-index: 5;
}
.to7_box .slide-3d .item-list li.item4 {
  transform: translate3d(217.683%, 0, 0) scale(0.924);
  opacity: 1;
  z-index: 4;
  transform-origin: 100% 100%;
}
.to7_box .slide-3d .item-list li.item5 {
  transform: translate3d(285.366%, 0, 0) scale(0.854);
  opacity: 1;
  z-index: 3;
  transform-origin: 100% 100%;
}
.to7_box .slide-3d .item-list li.item6 {
  transform: translate3d(385.366%, 0, 0) scale(0.8);
}
.to7 + .index7 {
  padding: 81px 0px 90px;
}
.tho1 {
  padding: 61px 0px 42px;
}
.tho1 .text {
  margin-top: 21px;
  color: #666;
}
.tho1 .PageNumber {
  margin-top: 56px;
}
.tho1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 41px 2%;
  margin-top: 44px;
}
.tho1_list li {
  width: 32%;
}
.tho1_list .box {
  position: relative;
}
.tho1_list .title_box {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
}
.tho1_list .title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}
.tho1_list .title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #96c841;
  left: 0;
  top: 0;
}
.tho1_list .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tho1_list .title a:hover {
  color: #96c841;
}
.tho1_list .describe {
  line-height: 26px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: calc(100% - 40px);
  margin: 14px auto 0px;
}
.tht1 {
  padding: 62px 0px 73px;
}
.tht1 h1 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tht1 .share_box {
  color: #666666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.tht1 .detail {
  line-height: 30px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  margin-top: 18px;
  padding-top: 22px;
}
.tht1 .detail img {
  display: inline-block;
}
.tht1 .describe {
  line-height: 30px;
  color: #666;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 36px;
}
.tht1 .describe p {
  position: relative;
  padding-left: 39px;
  width: 48.7%;
}
.tht1 .describe p::before {
  content: "";
  width: 27px;
  height: 27px;
  background: url("../images/duigou.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1.5px;
}
.tht2 {
  background: #f9fcf4;
  padding: 56px 0px 81px;
}
.tht2 .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px 4%;
}
.tht2 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
@media screen and (min-width: 993px) {
  .tht2 .swiper-slide:hover .box {
    background: #96c841;
  }
  .tht2 .swiper-slide:hover .name {
    color: #fff;
  }
  .tht2 .swiper-slide:hover .name a {
    color: #fff;
  }
  .tht2 .swiper-slide:hover .describe {
    color: #fff;
  }
  .tht2 .swiper-slide:hover .input_box span {
    background: #fff;
  }
  .tht2 .swiper-slide:hover .links {
    background: #1e1e1e;
    padding: 0px 9.5px;
    color: #96c841;
  }
  .tht2 .swiper-slide:hover .links:hover {
    background: #fff;
  }
}
.tht2 .box {
  flex: 1;
  background: #f5f5f5;
  transition: 0.3s;
  padding: 14px 20px 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tht2 .name {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.tht2 .name a {
  color: #333;
  text-underline-offset: 2px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tht2 .name a:hover {
  text-decoration: underline;
}
.tht2 .describe {
  font-size: 14px;
  line-height: 19px;
  color: #666;
  margin-top: 8px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.tht2 .input_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.tht2 .links {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.tht2 .sw_box {
  margin-top: 32px;
}
.tht2 + .index7 {
  padding: 70px 0px 90px;
}
.fuo1 {
  padding: 61px 0px 90px;
}
.fuo1 .fuo1_text {
  color: #666;
  margin-top: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fuo1 .PageNumber {
  margin-top: 54px;
}
.fuo1 .show.fuo1_text {
  -webkit-line-clamp: initial !important;
}
.fuo1 .read {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.fuo1 .read span {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 232px;
  min-height: 50px;
  background: #1e1e1e;
  font-size: 18px;
  font-weight: bold;
  color: #96c841;
  padding: 5px 20px;
  cursor: pointer;
}
.fuo1 .read span:hover {
  background: #96c841;
  color: #fff;
}
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  gap: 24px 0px;
}
.fuo1_list .box {
  position: relative;
}
.fuo1_list li {
  width: 48.667%;
}
.fuo1_list .name {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 14px;
}
.fuo1_list .describe {
  color: #666;
  margin-top: 7px;
}
.fo1 {
  padding: 61px 0px 90px;
}
.fo1 .fo1_text {
  color: #666;
  margin-top: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fo1 .PageNumber {
  margin-top: 30px;
}
.fo1 .show.fo1_text {
  -webkit-line-clamp: initial !important;
}
.fo1 .read {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.fo1 .read span {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 232px;
  min-height: 50px;
  background: #1e1e1e;
  font-size: 18px;
  font-weight: bold;
  color: #96c841;
  padding: 5px 20px;
  cursor: pointer;
}
.fo1 .read span:hover {
  background: #96c841;
  color: #fff;
}
.fo1_list {
  margin-top: 51px;
}
.fo1_list .l_box {
  width: 40%;
  max-width: 466px;
  display: flex;
  align-items: center;
}
.fo1_list .r_box {
  flex: 1;
  margin-left: 4.7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.2% 0px 1.467%;
}
.fo1_list figure {
  padding: 29px 0px 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 993px) {
  .fo1_list figure:hover .time p {
    background: #96c841;
    color: #fff;
  }
}
.fo1_list figure:nth-of-type(1) {
  border-top: none;
}
.fo1_list .title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.fo1_list .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;
}
.fo1_list .title a:hover {
  color: #96c841;
}
.fo1_list .time {
  display: flex;
  justify-content: flex-start;
  line-height: 29px;
  margin-top: 22px;
}
.fo1_list .time p {
  color: #666;
  min-width: 118px;
  background-color: #dfe5e3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 15px;
  transition: 0.3s;
}
.fo1_list .describe {
  color: #666;
  line-height: 30px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 33px;
}
.fo1_list .pub_links {
  margin-top: 25px;
}
.ft .oo6_pub {
  padding: 80px 0px 90px;
}
.ft1 {
  padding: 65px 0px 77px;
}
.ft1 h1 {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.ft1 .share_box {
  color: #666666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
}
.ft1 .detail {
  line-height: 30px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  margin-top: 18px;
  padding-top: 22px;
}
.ft1 .detail img {
  display: inline-block;
}
.ft1 .page_change {
  margin-top: 20px;
}
.ft1 .page_change .logo {
  width: 49px;
  height: 49px;
}
.so1 {
  background: #fafafa;
  padding: 66px 0px 70px;
}
.so1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 36px;
}
.so1_l {
  width: 35.383%;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}
.so1_l li {
  background: #fff;
  padding: 11px 12px 11px 20px;
  min-height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.so1_l .logo {
  background: #f4f9ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.so1_l .box {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.so1_l .title {
  font-weight: bold;
}
.so1_l .title + p {
  color: #666;
  margin-top: 2px;
}
.so1_l .title + p a {
  color: #666;
}
.so1_l .title + p a:hover {
  color: #96c841;
}
.so1_l .l_box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}
.so1_l li:nth-last-of-type(1) {
  min-height: 115px;
}
.so1_r {
  background-color: #ffffff;
  border-radius: 16px;
  width: 59.837%;
  margin-top: 4px;
  padding: 27px 60px 32px;
}
.so1_r .title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.so1_r form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px 0px;
  margin-top: 26px;
}
.so1_r form input {
  height: 57px;
}
.so1_r form input,
.so1_r form textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  resize: none;
  outline: none;
  padding: 0px 22px;
}
.so1_r form input:focus,
.so1_r form textarea:focus {
  border: 1px solid #000;
}
.so1_r form input:focus::placeholder,
.so1_r form textarea:focus::placeholder {
  color: #333;
}
.so1_r form input:focus + i,
.so1_r form textarea:focus + i {
  color: #333 !important;
  opacity: 1;
}
.so1_r form input::placeholder,
.so1_r form input::-webkit-input-placeholder,
.so1_r form textarea::placeholder {
  color: #666666;
}
.so1_r form .int1 {
  width: 48.9%;
}
.so1_r form input + i {
  color: #666 !important;
  opacity: 0.6;
}
.so1_r form .yz {
  position: relative;
}
.so1_r form .yz::before {
  content: "*";
  top: 53%;
  transform: translateY(-50%);
  left: 8px;
  position: absolute;
  color: #db0f1a;
  font-size: 16px;
  z-index: 1;
}
.so1_r form .int2 {
  width: 100%;
}
.so1_r form .int2::before {
  top: 32px;
}
.so1_r form .tijiao {
  position: relative;
}
.so1_r form .tijiao input {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #96c841;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
}
.so1_r form .tijiao input:hover {
  color: #fff;
  background: #96c841;
  border: 1px solid #96c841;
}
.so1_r form .yzm {
  position: relative;
}
.so1_r form .yzm input {
  flex: 1;
  padding-right: 100px;
}
.so1_r form .yzm a,
.so1_r form .yzm span {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  height: 39px;
  cursor: pointer;
}
.so1_r form .yzm a img,
.so1_r form .yzm span img {
  height: 100%;
}
.so1_r form textarea {
  height: 135px;
  padding-top: 15px !important;
}
.so2 {
  padding: 71px 0px 90px;
}
.so2 .small_title {
  text-align: center;
}
.so2 .text {
  color: #666666;
  text-align: center;
  margin-top: 21px;
}
.so2 .box {
  margin-top: 44px;
}
.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 45px;
  border-top: 1px solid #e5e5e5;
}
.page_change .logo {
  width: 56px;
  height: 56px;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.page_change .logo img {
  width: 18px;
  transition: 0.2s;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change > *:hover .logo {
  background: #96c841;
  border: 1px solid #96c841;
}
.page_change > *:hover .logo img {
  filter: brightness(0) invert(1);
}
.page_change .box {
  line-height: 26px;
}
.page_change .title {
  color: #333;
  font-weight: bold;
}
.page_change .title + * {
  color: #666;
}
.page_change .title + * a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .title + * a:hover {
  color: #96c841;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
}
.page_change > *:nth-of-type(2) .box {
  text-align: right;
}
#pop {
  display: none;
  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: 918px;
  background: #ffffff;
  padding: 51px 80px 66px;
  max-height: 90%;
  border-radius: 10px;
  overflow: auto;
}
#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 .pop_title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
#pop .pop_text {
  color: #7cb024;
  text-align: center;
  margin-top: 6px;
}
#pop form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 42px;
}
#pop form > div {
  width: 100%;
  display: block;
}
#pop form input {
  height: 50px;
}
#pop form input,
#pop form textarea {
  width: 100%;
  background-color: #f5f7f6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: none;
  resize: none;
  outline: none;
  padding: 0px 14px;
}
#pop form input::placeholder,
#pop form input::-webkit-input-placeholder,
#pop form textarea::placeholder {
  color: #666666;
}
#pop form .yz {
  position: relative;
}
#pop form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -12px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
#pop form .int1 {
  width: 100%;
}
#pop form .int1::before {
  top: 24px;
}
#pop form .int2 {
  width: 48.417%;
}
#pop form .tijiao input {
  background-color: #96c841;
  border: 1px solid #96c841;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
#pop form .tijiao input:hover {
  background-color: #fff;
  color: #96c841;
}
#pop form .yzm {
  position: relative;
}
#pop form .yzm::before {
  content: "";
  height: 100%;
  max-height: 25px;
  width: 0px;
  position: absolute;
  border-left: 1px solid #cccccc;
  right: 98px;
  top: 50%;
  transform: translateY(-50%);
}
#pop form .yzm input {
  flex: 1;
  padding-right: 120px;
}
#pop form .yzm a,
#pop form .yzm span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 27px;
  cursor: pointer;
}
#pop form .yzm a img,
#pop form .yzm span img {
  height: 100%;
}
#pop form textarea {
  height: 169px;
  padding-top: 11px !important;
}
.close {
  width: 38px;
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 20px;
  transition: 0.3s;
}
.close img {
  width: 100%;
}
.close:hover {
  transform: rotate(30deg);
}
.swiper_button1 {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
}
.swiper_button1 div {
  width: 48px;
  height: 47px;
  background: #1e1e1e;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.swiper_button1 div:hover {
  background: #96c841;
  box-shadow: 0px 1px 8px 0px rgba(150, 200, 65, 0.36);
}
.swiper_button1 div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button1 img {
  transition: 0.2s;
  filter: none;
}
.swiper_button {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.swiper_button div {
  width: 60px;
  height: 60px;
  background: #1e1e1e;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.swiper_button div:hover {
  background: #96c841;
  box-shadow: 0px 1px 8px 0px rgba(150, 200, 65, 0.36);
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
  filter: none;
}
footer {
  background: #1b1a1a;
  padding: 50px 0px 15px;
}
footer .logoBox {
  width: 108px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .logo_text {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .l_box {
  display: flex;
  align-items: center;
  gap: 28px;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 26px;
  margin-bottom: 4px;
  flex: 1;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 18px;
  border: solid 1px #ffffff;
  color: #fff;
  opacity: 0.6;
}
footer .icBox a:hover {
  opacity: 1;
}
footer .footer_a {
  display: flex;
  align-items: center;
  gap: 5%;
}
footer .footer_b {
  border-top: 1px solid rgba(229, 229, 229, 0.2);
  margin-top: 40px;
}
footer .dif_footer {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #96c841;
}
footer .dif_up {
  width: 8px;
  filter: brightness(0) invert(1);
  display: none;
}
footer .list {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 36px;
}
footer .list a {
  color: rgba(255, 255, 255, 0.5);
}
footer .list a:hover {
  color: #96c841;
}
footer .list span {
  display: inline;
}
footer .ul2 {
  width: 29.9%;
  margin-left: 2.1%;
}
footer .ul2 .list {
  display: flex;
  justify-content: space-between;
  gap: 0px 20px;
}
footer .ul3 {
  max-width: 280px;
}
footer .footer_b {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 72px 0px 0px;
  gap: 0px 4%;
}
footer .box4 {
  width: 28%;
  max-width: 400px;
}
footer form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 8px 0px;
  margin-top: 34px;
}
footer form input {
  height: 45px;
}
footer form input,
footer form textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  border: none;
  border-radius: 0px;
  resize: none;
  outline: none;
  padding: 0px 12px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #fff;
}
footer form .int1 {
  width: 48%;
}
footer form .yz {
  position: relative;
}
footer form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -12px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
footer form .int2 {
  width: 100%;
}
footer form .int2::before {
  top: 24px;
}
footer form .tijiao {
  width: 100%;
}
footer form .tijiao input {
  background-color: #96c841;
  border: 1px solid #96c841;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
footer form .tijiao input:hover {
  background-color: #fff;
  color: #96c841;
}
footer form .yzm {
  width: 100%;
  position: relative;
}
footer form .yzm input {
  flex: 1;
  padding-right: 120px;
}
footer form .yzm a,
footer form .yzm span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  cursor: pointer;
}
footer form .yzm a img,
footer form .yzm span img {
  height: 100%;
}
footer form textarea {
  height: 93px;
  padding-top: 8px !important;
}
footer .footer_c {
  border-top: 1px solid rgba(229, 229, 229, 0.2);
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 67px;
  padding-top: 28px;
}
footer .footer_c a {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer_c a:hover {
  color: #96c841;
}
footer .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
footer .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #96c841;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1580px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 25px;
  }
  header .logoBox {
    width: 92px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .container {
    padding-left: 20px;
    gap: 0px 20px;
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 20px;
  }
  header .menuOne > a {
    padding: 22px 0px;
  }
  header .button a {
    width: 90px;
    line-height: 20px;
    padding: 10px 10px;
  }
  header .head_boxr {
    max-width: 1030px;
    gap: 20px;
  }
  header .l_box {
    gap: 20px;
  }
  header .lang .lang_box .dq {
    width: 20px;
    margin-right: 2px;
  }
  header .lang .lang_box span {
    margin-top: 0px;
  }
  header .lang_sousuo {
    gap: 15px;
  }
  header .sw_box {
    padding: 30px 0px 40px;
  }
  .index_banner .sw_button div {
    width: 52px;
    height: 52px;
  }
  .index_banner .sw_button div:nth-of-type(1) {
    left: 2%;
  }
  .index_banner .sw_button div:nth-of-type(2) {
    right: 2%;
  }
  .index_banner .mouse {
    bottom: 20px;
    width: 24px;
  }
  footer {
    padding: 40px 0px 15px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .logoBox {
    width: 90px;
  }
  footer .logo_text {
    font-size: 24px;
    line-height: 32px;
  }
  footer .l_box {
    gap: 15px;
  }
  footer .icBox {
    gap: 8px 12px;
  }
  footer .icBox a {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }
  footer .footer_b {
    padding-top: 40px;
    margin-top: 30px;
    gap: 0px 30px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 30px;
  }
  footer .list {
    line-height: 32px;
    margin-top: 15px;
  }
  footer .footer_c {
    margin-top: 30px;
    padding-top: 10px;
    line-height: 26px;
  }
  footer .ul2 {
    margin-left: 0px;
    max-width: 400px;
    width: 36%;
  }
  footer form .yz::before {
    left: -10px;
  }
  .big_title {
    font-size: 32px;
    line-height: 38px;
  }
  .small_title {
    font-size: 28px;
    line-height: 36px;
  }
  .small_bt {
    font-size: 26px;
    line-height: 32px;
  }
  .pub_links {
    font-size: 18px;
    line-height: 26px;
  }
  .pub_links a {
    gap: 14px !important;
  }
  .title_logo {
    max-width: 240px;
  }
  .index1 {
    padding: 80px 0px;
  }
  .index1 .sw_box1 {
    margin-top: 50px;
  }
  .index1_l .title {
    font-size: 22px;
    line-height: 28px;
  }
  .index1_l .describe {
    margin-top: 20px;
    line-height: 28px;
  }
  .index1_l .buttonBox {
    margin-top: 40px;
  }
  .buttonBox a {
    min-width: 160px !important;
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 5px 25px;
  }
  .mySwiperindex1_2 .name {
    font-size: 16px;
    line-height: 22px;
  }
  .mySwiperindex1_2 .swiper-slide {
    padding: 16px 12px;
  }
  .index2 {
    padding: 60px 0px 80px;
  }
  .index2 .l_box {
    max-width: 414px;
  }
  .index2 .text {
    margin-top: 5px;
  }
  .index2_container {
    margin-top: 10px;
    gap: 15px 4%;
  }
  .index2_container .title {
    font-size: 26px;
    line-height: 32px;
  }
  .index2_container .describe {
    line-height: 26px;
    margin-top: 15px;
  }
  .index2_container .describe em {
    font-size: 16px;
  }
  .index2_container .buttonBox {
    margin-top: 25px;
  }
  .index2_num {
    margin-top: 30px !important;
    gap: 0px 20px !important;
    justify-content: space-between;
  }
  .index2_num .big_num {
    font-size: 30px;
    line-height: 32px;
  }
  .index2_num .num_text {
    line-height: 22px;
  }
  .index2_num figure {
    flex: 1;
  }
  .index2_num figure:nth-of-type(1) {
    max-width: 92px;
  }
  .index2_num > span {
    margin-top: 8px;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3 .describe {
    line-height: 28px;
    margin-top: 20px;
  }
  .index3 .r_box {
    margin-right: 4%;
    margin-top: 0px;
  }
  .index4 {
    padding: 60px 0px 0px;
  }
  .index4 .title {
    font-size: 24px;
    line-height: 32px;
  }
  .index4 .describe {
    line-height: 28px;
    margin-top: 15px;
  }
  .index4 .buttonBox {
    margin-top: 30px;
  }
  .index4 .sw_box .swiper-slide {
    min-height: 640px;
  }
  .index4_container {
    margin-top: 30px;
  }
  .index4_container .sw_box1 {
    width: 380px;
  }
  .index4_container .sw_box1 .swiper-slide {
    gap: 25px;
    padding: 10px 30px;
  }
  .index4_container .logo {
    width: 46px;
  }
  .index5 {
    padding: 60px 20px;
  }
  .index5 .l_box {
    padding-top: 0px;
  }
  .index5 .title_logo {
    margin-top: 8px;
  }
  .index5 .describe {
    line-height: 28px;
    margin-top: 25px;
  }
  .index5 .links {
    line-height: 28px;
  }
  .index5 .swiper_button {
    margin-top: 25px;
  }
  .index5 .container {
    align-items: center;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .text {
    line-height: 28px;
  }
  .index6 .big_title {
    max-width: 320px;
  }
  .index6 .sw_box {
    margin-top: 10px;
  }
  .index6 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .index6 .time {
    margin-top: 12px;
  }
  .index6 .describe {
    line-height: 26px;
    margin-top: 16px;
  }
  .index6 .r_box {
    padding: 0px;
  }
  .index6 .swiperindex6-pagination {
    gap: 25px;
  }
  .index7 {
    padding: 60px 0px 80px !important;
  }
  .index7 .text {
    margin-top: 15px;
  }
  .index7 .img_box {
    margin-top: 25px;
  }
  .index7 .list {
    margin-top: 25px;
    gap: 10px 0px;
  }
  .index7 .box {
    margin-left: 12px;
  }
  .index7 .bold_text {
    font-size: 18px;
  }
  .index7 .bold_text + * {
    margin-left: 10px;
  }
  .index7 .l_box {
    width: 40%;
  }
  .index7_r {
    margin-right: -25px;
    width: 58%;
  }
  .index7_r .big_title {
    padding: 25px;
  }
  .index7_r form {
    padding: 40px 25px 40px;
  }
  .index7_r form input {
    height: 44px;
  }
  .index7_r form input,
  .index7_r form textarea {
    font-size: 15px !important;
  }
  .swiper_button div {
    width: 52px;
    height: 52px;
  }
  .swiper_button1 div {
    width: 40px;
    height: 40px;
  }
  .mySwiperoo_menu .name {
    font-size: 16px;
    line-height: 22px;
  }
  .mySwiperoo_menu .swiper-slide {
    padding: 16px 12px;
  }
  .oo1 {
    padding: 40px 0px 60px;
  }
  .oo1 .describe {
    margin-top: 15px;
  }
  .oo1 .read span {
    min-width: 160px !important;
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 5px 25px;
  }
  .oo2 form {
    margin-top: 30px;
  }
  .oo2_list .box {
    padding: 10px 15px 20px;
  }
  .oo2_list .name {
    font-size: 18px;
    line-height: 26px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .oo3 {
    padding-bottom: 60px;
  }
  .oo3_list {
    gap: 15px 10px;
    margin-top: 20px;
  }
  .oo3_list a {
    padding: 6px 12px;
  }
  .oo4 {
    padding: 60px 0px;
  }
  .oo4 .sw_box {
    margin-top: 30px;
  }
  .oo4 .swiper-slide {
    padding: 20px 24px 30px;
  }
  .oo4 .links {
    font-size: 18px;
    margin-top: 10px;
  }
  .oo5 {
    padding: 60px 0px 10px;
  }
  .oo5 .slide-carousel {
    margin: 30px auto 0px;
  }
  .slide-carousel .controls a {
    width: 40px;
    height: 40px;
  }
  .oo6 {
    padding-bottom: 60px;
  }
  .oo6 .sw_box {
    margin-top: 30px;
  }
  .oo6 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .oo6 .time {
    margin-top: 5px;
  }
  .oo6 .pub_links {
    margin-top: 15px;
  }
  .oo6 .swiper-slide {
    padding-left: 20px;
  }
  .oo6 .swiper-slide-active {
    padding-right: 20px;
    padding-left: 0px !important;
  }
  .bannerBox {
    min-height: 420px;
  }
  .ot1 {
    padding: 40px 0px 60px;
  }
  .ot1 .pic-list {
    height: 92%;
  }
  .ot1 .list-item {
    margin-bottom: 6.5%;
  }
  .ot1_l {
    gap: 20px 0px;
  }
  .ot1_l .describe {
    line-height: 26px;
    margin-top: 12px;
  }
  .ot1_l .describe em {
    font-size: 16px;
  }
  .ot1_l .button a {
    min-width: 160px !important;
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 5px 20px;
  }
  .ot_menu {
    padding: 30px 0px;
  }
  .ot2 {
    padding: 60px 0px;
  }
  .ot2_container {
    margin-top: 30px;
  }
  .ot2_container .title {
    font-size: 20px;
    line-height: 26px;
  }
  .ot2_container .l_box {
    padding-top: 0px;
  }
  .ot2_container .describe {
    line-height: 26px;
    margin-top: 10px;
  }
  .ot2_container .buttonBox {
    margin-top: 30px;
  }
  .ot3 {
    padding: 40px 0px 60px;
  }
  .ot table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .ot4 {
    padding: 60px 0px;
  }
  .ot4_container figure {
    padding: 20px;
  }
  .ot4_container .title {
    font-size: 20px;
    line-height: 26px;
  }
  .ot4_container .describe {
    margin-top: 10px;
  }
  .ot4_list {
    margin-top: 30px;
  }
  .ot5 {
    padding: 40px 0px 0px;
  }
  .ot5 .sw_box {
    margin-top: 30px;
  }
  .ot5 .sw_box a {
    padding: 15px 20px;
  }
  .ot5 .l_box {
    gap: 12px;
  }
  .ot5 .title {
    font-size: 16px;
  }
  .ot5 .links {
    font-size: 16px;
  }
  .oo6_pub {
    padding: 60px 0px !important;
  }
  .oo6_pub .sw_box {
    margin-top: 30px;
  }
  .oo6_pub .title {
    font-size: 20px;
    line-height: 28px;
  }
  .oo6_pub .time {
    margin-top: 5px;
  }
  .oo6_pub .pub_links {
    margin-top: 15px;
  }
  .oo6_pub .swiper-slide {
    padding-left: 20px;
  }
  .oo6_pub .swiper-slide-active {
    padding-right: 20px;
    padding-left: 0px !important;
  }
  #pop .pop_title {
    font-size: 28px;
    line-height: 36px;
  }
  #pop form {
    margin-top: 25px;
  }
  .close {
    width: 28px;
  }
  .to1 {
    padding: 40px 0px 50px;
  }
  .to1 .small_title {
    margin-bottom: 0px;
  }
  .to1 .describe em {
    font-size: 18px;
  }
  .to2 .r_box {
    padding-top: 20px;
  }
  .to3 .r_box {
    padding-top: 10px;
  }
  .to3 .logo {
    width: 60px;
    height: 60px;
  }
  .to3 .name {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .to3 .text {
    margin-top: 8px;
  }
  .to3_container {
    padding-right: 0px;
    gap: 20px 10%;
    margin-top: 30px;
  }
  .to_back {
    padding: 60px 0px 0px;
  }
  .to4 {
    padding-bottom: 60px;
  }
  .to4 .name {
    font-size: 18px;
    margin-top: 10px;
  }
  .to4 .describe {
    line-height: 24px;
  }
  .to4 .swiper-slide {
    width: 400px;
  }
  .to4 .swiperto4-pagination {
    gap: 25px;
    margin-top: 30px;
  }
  .to5_list {
    margin-top: 30px;
  }
  .to5_list li {
    padding: 20px 25px 30px;
  }
  .to5_list .name {
    font-size: 18px;
  }
  .to5_list .describe {
    margin-top: 10px;
    gap: 8px 0px;
  }
  .to6 {
    padding: 60px 0px;
  }
  .to6 .sw_box {
    margin-top: 30px;
  }
  .to6 .r_box {
    padding: 0px 0px 60px;
  }
  .to6 .swiper_button {
    bottom: 0;
  }
  .to6 .year {
    font-size: 16px;
    line-height: 22px;
  }
  .to6 .name {
    font-size: 24px;
    line-height: 28px;
    margin-top: 6px;
  }
  .to6 .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .to6 .sw_box1 {
    padding: 0px 30px;
    margin-top: 30px;
  }
  .to6 .mySwiperindex1_2 .swiper-slide-thumb-active {
    padding-top: 12px;
  }
  .to6 .big_year {
    font-size: 170px;
    line-height: 210px;
    top: -80px;
  }
  .to7 {
    padding: 60px 0px;
  }
  .to7_menu li {
    font-size: 16px;
    line-height: 24px;
    min-width: 140px;
    min-height: 42px;
    padding: 6px 15px;
  }
  .to7_container {
    margin-top: 30px;
  }
  .to7_container .mySwiperto7_1 .swiper-slide {
    gap: 20px 0px;
  }
  .to7_container .swiperto7_1-pagination {
    margin-top: 30px;
  }
  .tho1 {
    padding: 40px 0px;
  }
  .tho1 .text {
    margin-top: 15px;
  }
  .tho1_list {
    gap: 30px 2%;
    margin-top: 30px;
  }
  .tho1_list .describe {
    width: calc(100% - 20px);
    margin: 10px auto 0px;
  }
  .tho1_list .title_box {
    padding: 8px 10px;
  }
  .tho1_list .title {
    line-height: 26px;
  }
  .page_change {
    margin-top: 25px !important;
    padding-top: 25px !important;
  }
  .page_change .logo {
    width: 44px !important;
    height: 44px !important;
  }
  .tht1 {
    padding: 40px 0px 60px;
  }
  .tht1 .detail {
    line-height: 26px;
    margin-top: 12px;
    padding-top: 15px;
  }
  .tht1 .describe {
    line-height: 26px;
    margin-top: 30px;
  }
  .tht1 .describe p::before {
    top: -1px;
  }
  .tht2 {
    padding: 60px 0px;
  }
  .tht2 .box {
    padding: 10px 15px 20px;
  }
  .tht2 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .tht2 .sw_box {
    margin-top: 30px;
  }
  .fuo1 {
    padding: 40px 0px 60px;
  }
  .fuo1 .fuo1_text {
    margin-top: 12px;
  }
  .fuo1 .read span {
    min-width: 160px !important;
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 5px 25px;
  }
  .fuo1_list {
    margin-top: 40px;
    gap: 20px 0px;
  }
  .fuo1_list .name {
    font-size: 18px;
    margin-top: 8px;
  }
  .fuo1_list .describe {
    margin-top: 4px;
  }
  .fo1 {
    padding: 40px 0px 60px;
  }
  .fo1 .fo1_text {
    margin-top: 12px;
  }
  .fo1 .read span {
    min-width: 160px !important;
    min-height: 44px !important;
    font-size: 16px !important;
    padding: 5px 25px;
  }
  .fo1_list {
    margin-top: 10px;
  }
  .fo1_list .title {
    font-size: 22px;
    line-height: 30px;
  }
  .fo1_list .time {
    margin-top: 12px;
  }
  .fo1_list .describe {
    line-height: 26px;
    margin-top: 16px;
  }
  .fo1_list .r_box {
    padding: 0px;
  }
  .ft1 {
    padding: 40px 0px 60px;
  }
  .ft1 .detail {
    line-height: 26px;
    margin-top: 12px;
    padding-top: 15px;
  }
  .so1 {
    padding: 60px 0px;
  }
  .so1 .content {
    padding-left: 0px;
  }
  .so1_l {
    width: 38%;
  }
  .so1_l li {
    padding: 10px 12px;
    min-height: 84px;
  }
  .so1_l .l_box {
    gap: 12px;
  }
  .so1_r {
    padding: 20px 25px 30px;
  }
  .so1_r .title {
    font-size: 26px;
    line-height: 32px;
  }
  .so1_r form {
    margin-top: 20px;
  }
  .so1_r form input {
    height: 44px;
  }
  .so1_r form input,
  .so1_r form textarea {
    font-size: 15px !important;
  }
  .so2 {
    padding: 60px 0px;
  }
  .so2 .text {
    margin-top: 12px;
  }
  .so2 .box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1300px) {
  footer .footer_b {
    flex-wrap: wrap;
  }
  footer .ul2 {
    flex: 1;
  }
  footer .box4 {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0px;
  }
  footer .box4 .dif_footer {
    justify-content: center;
    text-align: center;
  }
  footer form {
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    background: #919699 !important;
  }
  .rightMenu > *:hover {
    background: #96c841 !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  header {
    padding: 7px 0px;
  }
  header .container {
    padding: 0px 20px;
  }
  header .lang > ul {
    width: 108px;
  }
  header .lang > ul li a {
    line-height: 24px;
  }
  header .logoBox {
    width: 76px;
  }
  header .head_boxr {
    flex: none;
    padding-right: 50px;
  }
  header .center {
    display: none;
  }
  header .button {
    display: none;
  }
  header .xian {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  .index_banner .sw_button div {
    width: 38px;
    height: 38px;
    top: 50%;
  }
  .index_banner .sw_button img {
    width: 16px;
  }
  .index_banner .mouse {
    display: none;
  }
  html body {
    font-size: 14px;
    line-height: 22px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  footer {
    padding: 30px 0px 45px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  footer .footer_a {
    flex-wrap: wrap;
  }
  footer .icBox {
    margin-top: 20px;
    flex: none;
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
    gap: 5px 8px;
  }
  footer .icBox .iconfont {
    font-size: 15px;
  }
  footer .icBox a {
    width: 32px;
    height: 32px;
    border-radius: 12px;
  }
  footer .logoBox {
    width: 72px;
  }
  footer .logo_text {
    font-size: 18px;
    line-height: 24px;
  }
  footer .l_box {
    gap: 12px;
    width: 100%;
    justify-content: center;
  }
  footer .footer_b {
    margin-top: 20px;
    padding-top: 20px;
    gap: 8px;
  }
  footer .ul1,
  footer .ul2,
  footer .ul3 {
    width: 100%;
    max-width: 100%;
  }
  footer .dif_footer {
    font-size: 16px;
    line-height: 28px;
  }
  footer .dif_up {
    display: block;
  }
  footer .list {
    line-height: 24px;
    margin-top: 4px;
  }
  footer .box4 {
    margin: 0px auto;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
  }
  footer form input {
    height: 40px;
  }
  footer form .tijiao input {
    font-size: 16px;
  }
  footer form .yzm a,
  footer form .yzm span {
    height: 40px;
  }
  footer .footer_c {
    margin-top: 20px;
    line-height: 24px;
  }
  .big_title {
    font-size: 22px;
    line-height: 28px;
  }
  .pub_links {
    font-size: 16px;
    line-height: 22px;
  }
  .pub_links a {
    gap: 10px !important;
  }
  .title_logo {
    max-width: 180px;
    margin-top: 8px !important;
  }
  .title_logo img {
    width: 26px;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .sw_box {
    margin-top: 20px;
  }
  .index1 .sw_box1 {
    margin-top: 20px;
  }
  .buttonBox a {
    min-width: 120px !important;
    min-height: 38px !important;
    font-size: 14px !important;
    padding: 5px 15px;
  }
  .index1_l .title {
    font-size: 20px;
    line-height: 28px;
  }
  .index1_l .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .index1_l .buttonBox {
    margin-top: 20px;
  }
  .mySwiperindex1_2 .swiper-slide {
    padding: 8px 12px;
  }
  .index2 {
    padding: 40px 0px;
  }
  .index2 .text {
    font-size: 16px;
    line-height: 26px;
  }
  .index2_container {
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
  }
  .index2_container .title {
    font-size: 20px;
    line-height: 26px;
  }
  .index2_container .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .index2_container .describe em {
    font-size: 15px;
  }
  .index2_container .buttonBox {
    margin-top: 20px;
  }
  .index2_l {
    width: 100%;
    max-width: 585px;
  }
  .index2_r {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index2_num figure:nth-of-type(1) {
    max-width: none;
  }
  .index3 {
    padding: 35px 0px;
  }
  .index3 .content {
    align-items: center;
    justify-content: center;
    gap: 20px 0px;
    position: relative;
    z-index: 1;
  }
  .index3 .l_box {
    width: 100%;
    text-align: center;
  }
  .index3 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index4 {
    padding: 40px 0px 0px;
  }
  .index4 .container {
    padding: 40px 0px 120px;
  }
  .index4 .box {
    width: 100%;
    max-width: 100%;
  }
  .index4 .sw_box .swiper-slide {
    align-items: flex-start;
    min-height: 300px;
  }
  .index4 .sw_box .swiper-slide::before {
    background: rgba(0, 0, 0, 0.4);
  }
  .index4 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .index4 .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index4 .buttonBox {
    margin-top: 15px;
  }
  .index4_container {
    margin-top: 15px;
  }
  .index4_container .sw_box1 {
    bottom: 20px;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
  }
  .index4_container .sw_box1 .swiper-slide {
    gap: 12px;
    padding: 10px 15px;
    height: auto;
    align-items: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .index4_container .logo {
    width: 36px;
  }
  .index4_container .name {
    font-size: 16px;
    line-height: 24px;
  }
  .index5 {
    padding: 40px 50px;
  }
  .index5 .container {
    width: 100%;
    gap: 20px 0px;
  }
  .index5 .l_box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .index5 .r_box {
    width: 100%;
  }
  .index5 .describe {
    line-height: 24px;
    margin-top: 12px;
    font-size: 16px;
  }
  .index5 .links {
    line-height: 24px;
    font-size: 16px;
  }
  .index5 .swiper_button {
    margin-top: 15px;
    justify-content: center;
  }
  .index5 .name {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 8px 0px;
  }
  .index5 .bofangBox img {
    width: 60px;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6 .top {
    gap: 4px 0px;
  }
  .index6 .text {
    line-height: 24px;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .index6 .big_title {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .index6 figure {
    padding: 20px 0px;
  }
  .index6 .sw_box {
    margin-top: 0px;
  }
  .index6 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index6 .time {
    margin-top: 8px;
  }
  .index6 .describe {
    line-height: 24px;
    margin-top: 10px;
  }
  .index6 .l_box {
    width: 42%;
  }
  .index6 .pub_links {
    margin-top: 15px;
  }
  .index6 .r_box {
    margin-left: 3%;
  }
  .index6 .swiperindex6-pagination {
    margin-top: 5px;
    gap: 20px;
  }
  .index7 {
    padding: 40px 0px !important;
  }
  .index7 .content {
    align-items: center;
    justify-content: center;
  }
  .index7 .l_box {
    width: 500px;
    max-width: 100%;
  }
  .index7 .text {
    margin-top: 6px;
  }
  .index7 .img_box {
    margin-top: 15px;
  }
  .index7 .list {
    margin-top: 15px;
    gap: 6px 0px;
  }
  .index7 .box {
    line-height: 24px;
  }
  .index7 .bold_text {
    font-size: 16px;
  }
  .index7 .logo {
    width: 24px;
    height: 24px;
    margin: 0px;
  }
  .index7_r {
    width: 100%;
    margin-top: 25px;
    margin-right: 0px;
  }
  .index7_r .big_title {
    padding: 12px 25px;
  }
  .index7_r form {
    padding: 20px 25px 30px;
  }
  .index7_r form input,
  .index7_r form textarea {
    font-size: 14px !important;
  }
  .swiper_button div {
    width: 38px;
    height: 38px;
    top: 50%;
  }
  .swiper_button img {
    width: 16px;
  }
  .swiper_button1 div {
    width: 32px;
    height: 32px;
    top: 50%;
  }
  .swiper_button1 img {
    width: 12px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 20px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 80px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber input {
    font-size: 15px;
  }
  .mySwiperoo_menu .swiper-slide {
    padding: 8px 12px;
  }
  .bannerBox {
    min-height: 260px;
  }
  .mbx {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
  }
  .small_title {
    font-size: 20px;
    line-height: 26px;
  }
  .small_bt {
    font-size: 20px;
    line-height: 26px;
  }
  .oo1 {
    padding: 20px 0px 40px;
  }
  .oo1 .describe {
    margin-top: 8px;
  }
  .oo1 .read span {
    min-width: 120px !important;
    min-height: 38px !important;
    font-size: 14px !important;
    padding: 5px 15px;
  }
  .oo2 form {
    margin-top: 20px;
  }
  .oo2_list {
    gap: 20px 2%;
  }
  .oo2_list .input_links {
    margin-top: 10px;
  }
  .oo2_list li {
    width: 32%;
  }
  .oo3 {
    padding-bottom: 40px;
  }
  .oo3_list {
    margin-top: 15px;
    gap: 10px;
  }
  .oo4 {
    padding: 40px 0px;
  }
  .oo4 .title {
    font-size: 18px;
  }
  .oo4 .describe {
    margin-top: 5px;
    line-height: 22px;
  }
  .oo4 .links {
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
  }
  .oo4 .box {
    padding-bottom: 15px;
  }
  .oo4 .sw_box {
    margin-top: 20px;
  }
  .slide-carousel .controls .item-prev {
    left: -40px;
  }
  .slide-carousel .controls .item-next {
    right: -40px;
  }
  .slide-carousel .controls a {
    width: 32px;
    height: 32px;
    top: 45%;
  }
  .slide-carousel .controls a img {
    width: 12px;
  }
  .oo5 {
    padding: 40px 0px 0px;
  }
  .oo5 .slide-carousel {
    margin: 20px auto 0px;
    width: calc(100% - 40px);
  }
  .oo6 {
    padding-bottom: 40px;
  }
  .oo6 .swiper-slide {
    padding: 0px !important;
    border-right: none;
  }
  .oo6 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .oo6 .sw_box {
    margin-top: 20px;
  }
  .oo6_pub {
    padding: 40px 0px !important;
  }
  .oo6_pub .swiper-slide {
    padding: 0px !important;
    border-right: none;
  }
  .oo6_pub .sw_box {
    margin-top: 20px;
  }
  .oo6_pub .title {
    font-size: 18px;
    line-height: 26px;
  }
  .ot1 {
    padding: 20px 0px 40px;
  }
  .ot1 .content {
    max-width: 800px;
  }
  .ot1 .r_box {
    width: 100%;
    max-width: 800px;
  }
  .ot1_l {
    flex: none;
    width: 100%;
    padding-top: 20px;
    gap: 12px 0px;
    max-width: 100%;
  }
  .ot1_l .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .ot1_l .button {
    margin-top: 15px;
    gap: 8px;
  }
  .ot1_l .button a {
    min-width: 120px !important;
    min-height: 38px !important;
    font-size: 14px !important;
    padding: 5px 15px;
  }
  .ot_menu {
    padding: 12px 0px;
  }
  .ot_menu a {
    padding: 6px 15px;
  }
  .ot2 {
    padding: 40px 0px;
  }
  .ot2_container {
    margin-top: 20px;
  }
  .ot2_container .title {
    font-size: 18px;
    line-height: 24px;
  }
  .ot2_container .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .ot2_container .buttonBox {
    margin-top: 12px;
  }
  .ot3 {
    padding: 40px 0px;
  }
  .ot table tr:nth-of-type(1) {
    font-size: 15px;
  }
  .ot4 {
    padding: 40px 0px;
  }
  .ot4_container {
    margin-top: 20px;
  }
  .ot4_container .title {
    font-size: 18px;
  }
  .ot4_container .logo {
    height: 34px;
  }
  .ot4_list {
    margin-top: 20px;
  }
  .ot5 .sw_box {
    margin-top: 20px;
  }
  #pop .pop_title {
    font-size: 20px;
    line-height: 26px;
  }
  #pop .container {
    padding: 30px 40px 40px;
  }
  #pop .pop_text {
    margin-top: 2px;
  }
  #pop form {
    gap: 12px 0px;
    margin-top: 15px;
  }
  #pop form input,
  #pop form textarea {
    font-size: 15px !important;
  }
  #pop form input {
    height: 42px;
  }
  .close {
    width: 20px;
  }
  .to1 {
    padding: 30px 0px 40px;
  }
  .to1 .small_title {
    padding-bottom: 0px;
  }
  .to1 .small_title::before {
    display: none;
  }
  .to1 .describe {
    flex: none;
    width: 100%;
  }
  .to1 .describe em {
    font-size: 16px;
  }
  .to1_container {
    gap: 6px 0px;
  }
  .to1_video {
    margin-top: 15px;
  }
  .to2 .r_box {
    padding-top: 0px;
  }
  .to3 {
    padding: 40px 0px;
  }
  .to3 .r_box {
    padding-top: 0px;
  }
  .to3 .logo {
    width: 50px;
    height: 50px;
  }
  .to3 .name {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }
  .to3 .text {
    margin-top: 4px;
  }
  .to3_container {
    gap: 20px 4%;
    margin-top: 15px;
  }
  .to_back {
    padding: 40px 0px 0px;
  }
  .to4 {
    padding-bottom: 40px;
  }
  .to4 .swiper-slide {
    padding: 15px;
    width: 320px;
  }
  .to4 .name {
    font-size: 16px;
    margin-top: 6px;
    line-height: 22px;
  }
  .to4 .describe {
    line-height: 22px;
    margin-top: 6px;
  }
  .to4 .swiperto4-pagination {
    margin-top: 20px;
    gap: 20px;
  }
  .to5_list {
    margin-top: 15px;
  }
  .to5_list li {
    padding: 15px 15px 20px;
  }
  .to5_list .name {
    font-size: 16px;
    line-height: 22px;
  }
  .to5_list .describe {
    margin-top: 8px;
    gap: 5px 0px;
  }
  .to6 {
    padding: 40px 0px;
  }
  .to6 .small_title {
    text-align: center;
  }
  .to6 .sw_box {
    margin-top: 20px;
  }
  .to6 .sw_box1 {
    padding: 0px;
    margin-top: 20px;
  }
  .to6 .year {
    font-size: 15px;
  }
  .to6 .name {
    font-size: 18px;
    line-height: 22px;
  }
  .to6 .describe {
    line-height: 22px;
    margin-top: 6px;
  }
  .to6 .r_box {
    padding: 0px;
  }
  .to6 .swiper_button {
    position: relative;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .to6 .mySwiperto6_2 .swiper-slide {
    padding-top: 12px;
  }
  .to6 .big_year {
    font-size: 120px;
    line-height: 130px;
    top: -15px;
  }
  .to7 {
    padding: 40px 0px;
  }
  .to7 .top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .to7_menu {
    margin-top: 0px;
  }
  .to7_menu li {
    font-size: 15px;
    line-height: 22px;
    min-width: 110px;
    min-height: 34px;
    padding: 4px 12px;
  }
  .to7_container {
    margin-top: 20px;
  }
  .to7_container .mySwiperto7_1 .swiper-slide {
    gap: 15px 0px;
  }
  .to7_container .swiperto7_1-pagination {
    margin-top: 20px;
  }
  .to7_box .slide-carousel {
    margin: 20px auto 0px;
    width: calc(100% - 40px);
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1 .text {
    margin-top: 10px;
  }
  .tho1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .tho1_list .title_box {
    padding: 5px 6px;
  }
  .tho1_list .describe {
    line-height: 22px;
    width: calc(100% - 6px);
  }
  .tho1_list .title {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0px;
  }
  .tho1_list .title::before {
    display: none;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
  .page_change .logo {
    width: 36px !important;
    height: 36px !important;
  }
  .page_change .logo img {
    width: 16px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change > * {
    gap: 10px;
  }
  .tht1 {
    padding: 20px 0px 40px;
  }
  .tht1 h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .tht1 .describe {
    line-height: 24px;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px 0px;
  }
  .tht1 .describe p {
    width: 100%;
    padding-left: 35px;
  }
  .tht1 .describe p::before {
    width: 24px;
    height: 24px;
  }
  .tht1 .detail {
    line-height: 24px;
  }
  .tht2 {
    padding: 40px 0px;
  }
  .tht2 .sw_box {
    margin-top: 20px;
  }
  .tht2 .top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fuo1 {
    padding: 20px 0px 40px;
  }
  .fuo1 .fuo1_text {
    margin-top: 6px;
  }
  .fuo1 .read span {
    min-width: 120px !important;
    min-height: 38px !important;
    font-size: 14px !important;
    padding: 5px 15px;
  }
  .fuo1_list {
    margin-top: 20px;
  }
  .fuo1_list .bofangBox img {
    width: 60px;
  }
  .fuo1_list .name {
    font-size: 16px;
    margin-top: 8px;
    line-height: 22px;
  }
  .fo1 {
    padding: 20px 0px 40px;
  }
  .fo1 .fo1_text {
    margin-top: 6px;
  }
  .fo1 .read span {
    min-width: 120px !important;
    min-height: 38px !important;
    font-size: 14px !important;
    padding: 5px 15px;
  }
  .fo1_list {
    margin-top: 0px;
  }
  .fo1_list figure {
    padding: 20px 0px;
  }
  .fo1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fo1_list .time {
    margin-top: 8px;
  }
  .fo1_list .describe {
    line-height: 24px;
    margin-top: 10px;
  }
  .fo1_list .l_box {
    width: 42%;
  }
  .fo1_list .pub_links {
    margin-top: 15px;
  }
  .fo1_list .r_box {
    margin-left: 3%;
  }
  .ft1 {
    padding: 20px 0px 40px;
  }
  .ft1 h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .ft1 .detail {
    line-height: 24px;
  }
  .so1 {
    padding: 20px 0px 40px;
  }
  .so1_l {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .so1_l li {
    width: 48%;
    min-height: 80px;
  }
  .so1_r {
    width: 100%;
    margin-top: 25px;
  }
  .so1_r .title {
    font-size: 22px;
    line-height: 26px;
  }
  .so1_r form {
    margin-top: 15px;
  }
  .so1_r form input,
  .so1_r form textarea {
    font-size: 14px !important;
  }
  .so2 {
    padding: 40px 0px;
  }
  .so2 .text {
    margin-top: 6px;
  }
  .so2 .box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 70px;
  }
  .title_logo {
    display: none;
  }
  .pub_links {
    margin-top: 0px !important;
  }
  .index1 .top {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .index1 .l_box {
    flex: none;
    width: 100%;
  }
  .index1 .sw_box {
    margin-top: 12px;
  }
  .index1_r {
    width: 100%;
    transform: none;
    margin-top: 20px;
  }
  .index1_l {
    width: 100%;
    text-align: center;
  }
  .index1_l .buttonBox {
    justify-content: center;
  }
  .index2 .top {
    align-items: center;
    justify-content: center;
  }
  .index2 .pub_links {
    margin-bottom: 0px;
  }
  .index2 .l_box {
    max-width: 100%;
    flex: none;
    text-align: center;
  }
  .index2_container {
    gap: 15px;
  }
  .index2_num > span {
    display: none;
  }
  .index2_num figure {
    flex: none;
  }
  .index2_num .big_num {
    font-size: 26px;
    line-height: 28px;
  }
  .index4 .container {
    width: calc(100% - 40px);
  }
  .index5 {
    padding: 40px 20px;
  }
  .index6 .describe {
    -webkit-line-clamp: 2;
  }
  .index6 .swiperindex6-pagination {
    gap: 12px;
  }
  .index6 .pub_links {
    margin-top: 15px !important;
  }
  .index7_r form .yzm input {
    padding-right: 86px;
  }
  .index7_r form .yzm input,
  .index7_r form .yzm textarea {
    padding: 0px 18px;
  }
  .index7_r form .yzm a,
  .index7_r form .yzm span {
    right: 10px;
    height: 32px;
  }
  .oo2_list .box {
    padding: 6px 10px 15px;
  }
  .oo2_list .name {
    font-size: 16px;
    line-height: 24px;
  }
  .oo4 .swiper-slide {
    padding: 15px 18px 20px;
  }
  .oo4 .top {
    flex-direction: column;
    justify-content: center;
  }
  .slide-carousel .item-list {
    padding-bottom: 39%;
  }
  .slide-carousel .controls {
    display: flex;
    justify-content: center;
    gap: 7px;
  }
  .slide-carousel .controls a {
    position: relative;
    left: auto !important;
    top: 0px;
    transform: none;
    right: auto !important;
  }
  .oo5 {
    padding: 40px 0px;
  }
  .oo5 .slide-carousel {
    width: 100%;
  }
  .oo6 .top {
    flex-direction: column;
    justify-content: center;
  }
  .oo6 .pub_links {
    margin-top: 10px !important;
  }
  .ot4_container figure {
    width: 100% !important;
  }
  .oo6_pub .top {
    flex-direction: column;
    justify-content: center;
  }
  .oo6_pub .pub_links {
    margin-top: 10px !important;
  }
  .ot5 .top {
    flex-direction: column;
    justify-content: center;
  }
  .to5_list li {
    width: 49%;
  }
  .to6 .l_box {
    width: 100%;
  }
  .to6 .r_box {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .to6 .big_year {
    display: none;
  }
  .to7_box .slide-carousel {
    width: 100%;
  }
  .to7_menu li::before {
    display: none;
  }
  .tho1_list li {
    width: 49%;
  }
  .page_change {
    flex-wrap: wrap;
    gap: 8px;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .fo1_list .describe {
    -webkit-line-clamp: 2;
  }
  .fo1_list .pub_links {
    margin-top: 15px !important;
  }
  .so1_r form .yzm input {
    padding-right: 86px;
  }
  .so1_r form .yzm input,
  .so1_r form .yzm textarea {
    padding: 0px 18px;
  }
  .so1_r form .yzm a,
  .so1_r form .yzm span {
    right: 10px;
    height: 32px;
  }
}
@media screen and (max-width: 700px) {
  .so1_l li {
    width: 100%;
  }
  .so1_r form .yzm input {
    padding-right: 86px;
  }
  .so1_r form .yzm input,
  .so1_r form .yzm textarea {
    padding: 0px 18px;
  }
  .so1_r form .yzm a,
  .so1_r form .yzm span {
    right: 10px;
    height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .oo2_list li {
    width: 49%;
  }
  #pop .container {
    padding: 25px 25px 30px;
    width: calc(100% - 40px);
  }
  #pop form .int2 {
    width: 100%;
  }
  #pop form textarea {
    height: 110px;
  }
  #pop form .yzm::before {
    right: 76px;
  }
  #pop form .yzm input {
    padding-right: 90px;
  }
  #pop form .yzm a,
  #pop form .yzm span {
    right: 10px;
  }
  .to3 .l_box {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .to3 .r_box {
    padding-top: 15px;
    width: 100%;
  }
  .to7_menu li {
    width: 50%;
  }
  .fuo1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .head_boxr {
    padding-right: 36px;
  }
  .index2_num {
    flex-wrap: wrap;
    gap: 20px 0px !important;
  }
  .index2_num figure {
    width: 48%;
  }
  .index4 .container {
    padding: 40px 0px 160px;
  }
  .index4_container .sw_box1 .swiper-slide {
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px 6px;
    justify-content: center;
  }
  .index4_container .name {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index6 .l_box {
    width: 100%;
    max-width: 100%;
  }
  .index6 .r_box {
    flex: none;
    width: 100%;
    margin: 0px;
    padding-top: 15px;
  }
  .index7_r form .int1 {
    width: 100%;
  }
  .slide-carousel .item-list {
    padding-bottom: 74% !important;
  }
  .oo5 .slide-3d .item-list li {
    width: 50%;
  }
  .oo5 .slide-3d .item-list li.item0 {
    transform: translate3d(-100%, 0, 0) scale(0.8);
  }
  .oo5 .slide-3d .item-list li.item1 {
    transform: translate3d(0, 0, 0) scale(0.854);
    opacity: 1;
    z-index: 4;
    transform-origin: 0% 100%;
  }
  .oo5 .slide-3d .item-list li.item2 {
    transform: translate3d(50%, 0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
  .oo5 .slide-3d .item-list li.item3 {
    transform: translate3d(100%, 0, 0) scale(0.854);
    opacity: 1;
    z-index: 4;
    transform-origin: 100% 100%;
  }
  .oo5 .slide-3d .item-list li.item4 {
    transform: translate3d(285.366%, 0, 0) scale(0.854);
    opacity: 0;
    z-index: 3;
    transform-origin: 100% 100%;
  }
  .oo5 .slide-3d .item-list li.item5 {
    transform: translate3d(285.366%, 0, 0) scale(0.854);
    opacity: 0;
    z-index: 2;
    transform-origin: 100% 100%;
  }
  .oo5 .slide-3d .item-list li.item6 {
    transform: translate3d(385.366%, 0, 0) scale(0.8);
  }
  .oo6 .describe {
    line-height: 22px;
    margin-top: 5px;
  }
  .oo6_pub .describe {
    line-height: 22px;
    margin-top: 5px;
  }
  .ot2_container .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
    padding: 0px;
  }
  .ot2_container .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .ot1 .pic-btn {
    width: 8px;
  }
  .ot5 .l_box {
    width: 100%;
    flex: none;
  }
  .ot5 .sw_box a {
    padding: 8px 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .ot5 .logo {
    width: 22px;
  }
  .ot5 .title {
    font-size: 15px;
  }
  .ot5 .links {
    font-size: 15px;
  }
  .to2 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .to2 .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .to4 .swiper-slide {
    width: 280px;
  }
  .to5_list li {
    width: 100%;
  }
  .to7_box .slide-3d .item-list li {
    width: 50%;
  }
  .to7_box .slide-3d .item-list li.item0 {
    transform: translate3d(-100%, 0, 0) scale(0.8);
  }
  .to7_box .slide-3d .item-list li.item1 {
    transform: translate3d(0, 0, 0) scale(0.854);
    opacity: 1;
    z-index: 4;
    transform-origin: 0% 100%;
  }
  .to7_box .slide-3d .item-list li.item2 {
    transform: translate3d(50%, 0, 0) scale(1);
    opacity: 1;
    z-index: 5;
  }
  .to7_box .slide-3d .item-list li.item3 {
    transform: translate3d(100%, 0, 0) scale(0.854);
    opacity: 1;
    z-index: 4;
    transform-origin: 100% 100%;
  }
  .to7_box .slide-3d .item-list li.item4 {
    transform: translate3d(285.366%, 0, 0) scale(0.854);
    opacity: 0;
    z-index: 3;
    transform-origin: 100% 100%;
  }
  .to7_box .slide-3d .item-list li.item5 {
    transform: translate3d(285.366%, 0, 0) scale(0.854);
    opacity: 0;
    z-index: 2;
    transform-origin: 100% 100%;
  }
  .to7_box .slide-3d .item-list li.item6 {
    transform: translate3d(385.366%, 0, 0) scale(0.8);
  }
  .tho1_list li {
    width: 100%;
  }
  .fo1_list .l_box {
    width: 100%;
    max-width: 100%;
  }
  .fo1_list .r_box {
    flex: none;
    width: 100%;
    margin: 0px;
    padding-top: 15px;
  }
  .so1_l .logo {
    width: 46px;
    height: 46px;
  }
  .so1_l .l_box {
    gap: 8px;
  }
  .so1_l li {
    gap: 10px 12px;
  }
  .so1_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  footer form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .oo2_list li {
    width: 100%;
  }
  .oo6 .sw_box {
    margin-top: 20px;
  }
  .oo6 .l_box {
    width: 100%;
  }
  .oo6 .swiper-slide {
    gap: 10px;
  }
  .oo6 .r_box {
    flex: none;
    width: 100%;
    padding-bottom: 0px;
  }
  .oo6_pub .sw_box {
    margin-top: 20px;
  }
  .oo6_pub .l_box {
    width: 100%;
  }
  .oo6_pub .swiper-slide {
    gap: 10px;
  }
  .oo6_pub .r_box {
    flex: none;
    width: 100%;
    padding-bottom: 0px;
  }
}
@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";
}
