@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: ProximaNova-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #464646;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #ff6d2b;
}
@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 img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #ff6d2b;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #ff6d2b;
  right: 2.5%;
  top: 23px;
  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: 1100px) {
  .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%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header::before {
  content: "";
  width: 100vw;
  height: 84px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1px);
  background: #fff;
  transition: 0.4s ease-in-out;
}
header .content {
  position: relative;
}
header .header_top {
  display: flex;
  justify-content: center;
  padding: 28px 0px 27px;
  position: relative;
}
header .header_top::before {
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .center {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: calc(100% + 1px);
  width: max-content;
}
header .logoBox {
  width: 131px;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
  z-index: 1;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #ff6d2b !important;
}
header .menuOne.menuactive > a {
  color: #ff6d2b !important;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333;
  margin-right: 60.5px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 27px 0px;
  position: relative;
}
header .menuOne > a:hover {
  color: #ff6d2b !important;
}
header .menuOne .active > a {
  color: #ff6d2b;
}
header .menuOne .menuactive > a {
  color: #ff6d2b;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 240px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 4px 7px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .ul li a {
  display: block;
  padding: 10px 33px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #ff6d2b;
}
header .ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .ul1 {
  left: -10px;
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #5a5a68;
  font-size: 16px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #ff6d2b !important;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  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: #ff6d2b;
}
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: #ff6d2b;
}
header .search_lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-left: 45px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 134px;
  min-height: 44px;
  background: transparent;
  border-radius: 22px;
  border: solid 1px #333333;
  overflow: hidden;
  gap: 8px;
  transition: 0.2s;
  padding: 2px 15px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover {
    background: #ff6d2b;
    border: 1px solid #ff6d2b;
  }
  header .lang .lang_box:hover .dq,
  header .lang .lang_box:hover .dq1 {
    filter: brightness(0) invert(1);
  }
  header .lang .lang_box:hover span {
    color: #fff;
  }
}
header .lang .lang_box .dq {
  width: 18px;
  transition: 0.2s;
}
header .lang .lang_box .dq1 {
  width: 12px;
  transition: 0.2s;
}
header .lang .lang_box span {
  font-family: ProximaNova-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  transition: 0.2s;
  margin-right: 4px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #ff6d2b;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #ff6d2b;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #ff6d2b;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .head_boxr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 42px 0px 39px;
  transition: 0.4s ease-in-out;
}
.fyhead .logoBox {
  width: 120px;
  left: 0;
  transform: translateY(-50%);
}
.fyhead::before {
  top: 0px;
}
.fyhead .center {
  top: 0px;
  right: 220px;
  transform: none;
}
.fyhead .menuOne > a {
  padding: 37px 0px;
}
.fyhead .head_boxr {
  padding: 30px 0px;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 55px;
  background-color: #ff6d2b;
  border-radius: 28px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #ff6d2b;
  padding: 5px 20px;
 
}
.index1 .buttonBox a,.index4 .buttonBox a,.index5_container .buttonBox a,{ text-transform:uppercase;}
.buttonBox a:hover {
  background: #fff;
  color: #ff6d2b;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox .imgBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.bannerBox img {
  width: 100%;
}
.padding_top {
  padding-top: 210px;
}
.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%;
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 31px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 13px;
  z-index: 2;
}
.index_banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
}
.index_banner .swiper-pagination-bullet-active {
  background: #fff;
}
.index_banner .control_box div {
  width: 47px;
  aspect-ratio: 47/96;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.index_banner .control_box div:hover {
  background: rgba(250, 250, 250, 0.1);
}
.index_banner .control_box div:nth-of-type(1) {
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.index_banner .control_box div:nth-of-type(2) {
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
.big_title {
  font-family: ProximaNova-Bold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #ff6d2b;
}
.big_title span {
  color: #ff6d2b;
  transition: 0s;
}
.index1 {
  padding-top: 62px;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
}
.index1 .big_title a {
  display: block;
}
.index1 .l_box {
  width: 74.584%;
  float: left;
  position: relative;
  z-index: 1;
}
.index1 .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.index1 .con1 {
  position: relative;
  padding-top: 4px;
  padding-bottom: 200px;
}
.index1 .con1::before {
  content: "";
  position: absolute;
  width: 50%;
  max-width: 516px;
  aspect-ratio: 516/496;
  background: url("../images/index1_back.png") no-repeat center;
  background-size: cover;
  right: -15px;
  z-index: -1;
  top: -3px;
}
.index1 .xian {
  width: 4px;
  height: 86px;
  background-color: #ff6d2b;
  margin-right: 0px;
  margin-left: auto;
}
.index1 .big_title {
  text-align: right;
  margin-top: 4.75%;
}
.index1 .buttonBox {
  justify-content: flex-end;
  margin-top: 11.2%;
}
.index1 .con2 {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.index1_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 33px 0px;
  width: 66%;
  max-width: 729px;
  pointer-events: all;
}
.index1_list::before {
  content: "";
  width: 133%;
  height: 100%;
  left: 50%;
  transform: translateX(-49%);
  top: 0;
  background: #ff6d2b;
  z-index: -1;
  position: absolute;
}
.index1_list .big_num {
  font-family: ProximaNova-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index1_list .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.index1_list .big_num + p {
  color: #fff;
}
.index1_list .num {
  display: flex;
  align-items: flex-end;
}
.index1_list .num_text {
  color: #fff;
  margin-top: 1px;
}
.index1_list li {
  padding-bottom: 2px;
}
.big_describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #464646;
}
.index2 {
  padding: 52px 0px 120px;
}
.index2 .content {
  position: relative;
}
.index2 .back_img {
  position: absolute;
  width: 100%;
  max-width: 1281px;
  right: 0;
  top: 82%;
  transform: translateY(-50%);
}
.index2_container {
  width: 43.75%;
}
.index3 {
  background: #e4d5bf;
  text-align: center;
  padding: 44px 0px 68px;
}
.index3 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index3 .logo {
  width: 82px;
}
.index3 .big_title {
  margin-top: 25px;
}
.index3 .describe {
  width: 100%;
  max-width: 810px;
  margin-top: 15px;
}
.index4 {
  padding: 98px 0px 99px;
}
.index4 .top {
  background-color: #ff6d2b;
  border-radius: 24px 0px 24px 0px;
  padding: 42px 50px 57px;
  text-align: center;
}
.index4 .big_title {
  color: #fff;
}
.index4 .big_title a {
  color: #fff;
}
.index4 .big_title a:hover {
  text-decoration: underline;
}
.index4 .text {
  color: #fff;
  margin-top: 21px;
}
.index4 .buttonBox {
  justify-content: center;
  margin-top: 75px;
}
.index4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 105px 3.125%;
  margin-top: 81px;
}
.index4_list li {
  width: 31.25%;
}
.index4_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .index4_list .imgBox:hover {
    box-shadow: 0 21px 35px 0 rgba(0, 0, 0, 0.1);
  }
}
.index4_list .title {
  font-family: ProximaNova-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.index4_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index4_list .title a:hover {
  color: #ff6d2b;
}
.index5_container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  overflow: hidden;
}
.index5_container .r_box {
  width: 60.834%;
  float: right;
  margin-left: 3.4375%;
}
.index5_container .title_text {
  color: #ff6d2b;
}
.index5_container .big_title a {
  display: inline;
}
.index5_container .content {
  padding: 4.4% 0px 30px;
}
.index5_container .container {
  margin-top: 4px;
}
.index5_container .box {
  display: none;
}
.index5_container .describe {
  color: #464646;
  margin-top: 1px;
}
.index5_container .title {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #464646;
  margin-top: 11px;
}
.index5_container .describe1 {
  color: #464646;
  margin-top: 4px;
}
.index5_container .describe1 p {
  position: relative;
  padding-left: 18px;
}
.index5_container .describe1 p::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ff6d2b;
  position: absolute;
  left: 4px;
  top: 11px;
}
.index5_container .describe1 em {
  font-style: normal;
  font-family: ProximaNova-Bold;
}
.index5_container .buttonBox {
  margin-top: 38px;
}
.index5_container .buttonBox a {
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  background: transparent;
}
.index5_container .buttonBox a:hover {
  background: #ff6d2b;
  border: 1px solid #ff6d2b;
  color: #fff;
}
.index5_container .swiper_button {
  margin-top: 36px;
}
.index6 {
  padding-top: 99px;
}
.index6 .content {
  background: url("../images/index6_back.png") no-repeat center;
  background-size: cover;
  padding: 40px 0px 98px;
}
.index6 .big_title {
  line-height: 56px;
}
.index6 .title_text {
  font-family: ProximaNova-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.index6_container {
  margin-top: 21px;
  overflow: hidden;
}
.index6_container .l_box {
  width: 47.375%;
  float: left;
  margin-right: 6.5%;
  margin-bottom: 5px;
  border-radius: 16px;
  overflow: hidden;
}
.index6_container .describe {
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.index6_container .r_box {
  padding: 15px 60px 0px;
  text-align: right;
}
.index6_container .buttonBox {
  justify-content: flex-end;
  margin-top: 54px;
}
.index7 {
  padding: 70px 0px 67px;
}
.index7 .name {
  color: #464646;
  text-align: center;
  margin-top: 20px;
}
.index7 .sw_box {
  margin-top: 54px;
}
.index7 .swiper_button {
  justify-content: center;
  margin-top: 51px;
}
.index8 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index8 figure {
  width: 49.48%;
  position: relative;
}
.index8 .hide_box {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 18px;
}
.index8 .big_describe {
  color: #fff;
}
.index8 .title {
  font-family: ProximaNova-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index8 .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index8 .title a:hover {
  color: #ff6d2b;
}
.index8 .buttonBox {
  justify-content: center;
  margin-top: 37px;
}
.index8 .buttonBox a {
  min-width: 180px;
  min-height: 50px;
  border: 1px solid #fff;
  border-radius: 0px;
  background: transparent;
  color: #fff;
}
.index8 .buttonBox a:hover {
  background: #fff;
  color: #ff6d2b;
}
.index8 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index9 {
  padding: 103px 0px 100px;
}
.index9 .top {
  background: url("../images/index9_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  border-radius: 24px 0px 24px 0px;
  overflow: hidden;
  padding: 52px 50px 44px;
}
.index9 .big_title {
  color: #fff;
  font-size: 46px;
}
.index9 .big_title a {
  color: #fff;
}
.index9 .big_title a:hover {
  color: #ff6d2b;
}
.index9 .text {
  width: 100%;
  max-width: 852px;
  color: #fff;
  margin: 24px auto 0px;
}
.index9_container {
  margin-top: 70px;
}
.index9_container .swiper_button {
  justify-content: center;
  margin-top: 74px;
}
.index9_container .imgBox {
  border-radius: 24px 24px 0px 0px;
  overflow: hidden;
}
.index9_container .title {
  font-family: ProximaNova-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.index9_container .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index9_container .title a:hover {
  color: #ff6d2b;
}
.index9_container .describe {
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.index9_container .box {
  padding: 19px 18px 0px 30px;
}
.index9_container .time {
  color: #ff6d2b;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.index9_container .time img {
  width: auto;
}
.index10 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding-bottom: 76px;
}
.index10 .top {
  background: url("../images/index10_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 62px 0px 101px;
}
.index10 .big_title {
  color: #fff;
}
.index10 .big_title a {
  color: #fff;
}
.index10 .big_title a:hover {
  color: #ff6d2b;
}
.index10 .describe {
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 748px;
  margin: 17px auto 0px;
}
.index10_container {
  margin-top: 63px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px 1.5625%;
}
.index10_container figure {
  width: 18.75%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.index10_container figure:nth-of-type(even) {
  flex-direction: column-reverse;
}
.mbx {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 11px;
}
.mbx a {
  display: inline;
  color: #333;
}
.mbx a:hover {
  color: #ff6d2b;
}
.mbx .active {
  color: #ff6d2b;
}
.oo1 {
  padding: 104px 0px 0px;
}
.oo1  .big_title{ text-transform:uppercase;}
.oo1 .describe {
  margin-top: 13px;
}
.pub_menu {
  width: 16%;
}
.pub_menu .menu_all {
  background: #ff6d2b;
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding: 21px 5px 19px;
}
.pub_menu .down {
  display: none;
}
.pub_menu li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #e8e5e9;
  padding: 14px 0px 11px;
}
.pub_menu li a {
  color: #333;
}
.pub_menu li a:hover {
  color: #ff6d2b;
}
.pub_menu .list {
  margin-top: 13px;
}
.pub_menu .active a {
  color: #ff6d2b;
}
.oo2 {
  padding: 48px 0px 36px;
}
.oo2 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oo2_container {
  width: 80.375%;
}
.oo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.4095%;
}
.oo2_list li {
  width: 31.727%;
}
.oo2_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .oo2_list .imgBox:hover {
    box-shadow: 0 21px 35px 0 rgba(0, 0, 0, 0.15);
  }
}
.oo2_list .title {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 26px;
}
.oo2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo2_list .title a:hover {
  color: #ff6d2b;
}
.oo2_list .buttonBox a {
  min-width: 148px;
  min-height: 47px;
  border: 1px solid #ff6d2b;
  color: #ff6d2b;
  background: transparent;
}
.oo2_list .buttonBox a:hover {
  background: #ff6d2b;
  color: #fff;
}
.oo2_list .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
}
.oo2_list .input_box {
  position: relative;
}
.oo2_list .input_box input {
  width: 14px;
  aspect-ratio: 1/1;
  opacity: 0;
  display: block;
  cursor: pointer;
}
.oo2_list .input_box span {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  background: #e8e5e9;
  left: 0;
  top: 0;
  pointer-events: none;
}
.oo2_list .input_box input:checked {
  opacity: 1;
}
.oo2_list .input_box input:checked + span {
  display: none;
}
.ot1 {
  padding: 112px 0px 96px;
}
.ot1 .clear {
  display: none;
}
.ot1 .mySwiperot1_1 {
  border-radius: 16px;
  border: solid 2px #e8e5e9;
}
.ot1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
.ot1 .sw_box1 {
  width: 81.082%;
  margin-left: 0px;
  position: relative;
  z-index: 2;
}
.ot1 .r_box {
  width: 46.25%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.ot1 .mySwiperot1_2 {
  width: 100%;
  height: 90.334%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px auto;
}
.ot1 .mySwiperot1_2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.ot1 .sw_box {
  position: absolute;
  right: 0;
  top: 0;
  width: 16.487%;
  height: 100%;
}
.ot1 .pic-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
}
.ot1 .pic-btn img {
  opacity: 0.8;
  transition: 0.2s;
  filter: brightness(0);
}
.ot1 .pic-btn:hover img {
  opacity: 1;
  filter: none;
}
.ot1 .pic-btn.prev {
  top: 4px;
}
.ot1 .pic-btn.next {
  bottom: 4px;
}
.ot1 .swiper-slide-thumb-active {
  border: solid 1px #ff6d2b;
}
.ot1_l {
  flex: 1;
  max-width: 772px;
  padding-top: 28px;
}
.ot1_l h1 {
  font-family: ProximaNova-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.ot1_l .share_box {
  color: #555;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
}
.ot1_l .describe {
  border-top: 1px solid #e8e5e9;
  line-height: 24px;
  color: #333;
  margin-top: 21px;
  padding-top: 26px;
}
.ot1_l .text {
  color: #464646;
  margin-top: 28px;
}
.ot1_l .text p {
  padding-left: 38px;
}
.ot1_l .text strong {
  font-family: ProximaNova-Bold;
  font-style: normal;
  display: inline-block;
}
.ot1_l .text em {
  position: relative;
  display: block;
}
.ot1_l .text em::before {
  content: "";
  width: 16px;
  aspect-ratio: 16/13;
  position: absolute;
  left: -38px;
  top: 10px;
  background: url("../images/ot1_lc.png") no-repeat center;
  background-size: cover;
}
.ot1_l .buttonBox {
  flex-wrap: wrap;
  gap: 10px 36px;
  margin-top: 59px;
}
.ot1_l .buttonBox a {
  border-radius: 6px;
  background: #fff;
  color: #ff6d2b;
  min-width: 204px;
}
.ot1_l .buttonBox a:hover {
  background: #ff6d2b;
  color: #fff;
}
.ot_menu .content {
  background: #e8e5e9;
  display: flex;
  gap: 35px;
  overflow: auto;
}
.ot_menu .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ot_menu .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ot_menu .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ot_menu a {
  min-width: 300px;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 20px 15px;
  flex-shrink: 0;
}
.ot_menu a:hover {
  background: #ff6d2b;
  color: #fff;
}
.ot_menu .active {
  background: #ff6d2b;
  color: #fff;
}
.ot2_title {
  font-family: ProximaNova-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ff6d2b;
}
.ot2 {
  padding: 57px 0px 94px;
}
.ot2 table {
  text-align: center;
}
.ot2 table td {
  padding: 18px 10px 20px !important;
  border: 1px solid #d8d8d8 !important;
}
.ot2_figure1 .describe {
  margin-top: 17px;
}
.ot2_figure2 {
  margin-top: 33px;
}
.ot2_figure2 .describe {
  margin-top: 4px;
  color: #333;
}
.ot2_figure3 {
  margin-top: 31px;
}
.ot2_figure3 .describe {
  color: #666;
  line-height: 32px;
  margin-top: 8px;
}
.ot2_figure3 .describe em {
  font-style: normal;
  color: #333;
}
.ot2_figure4 {
  margin-top: 28px;
}
.ot2_figure4 section {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 17px;
}
.ot2_figure4 .describe {
  line-height: 32px;
  color: #555;
}
.ot2_figure4 .describe em {
  font-family: ProximaNova-Bold;
  color: #333;
  font-style: normal;
}
.ot2_figure4 .container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ot2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.25%;
  margin-top: 20px;
}
.ot2_list li {
  width: 29.9375%;
}
.ot3 {
  padding: 0px 0px 18px;
  overflow: hidden;
}
.ot3 .sw_box {
  margin-top: 91px;
}
.ot3 .top {
  background-color: #ff6d2b;
  border-radius: 24px 0px 24px 0px;
  padding: 47px 20px 43px;
}
.ot3 .big_title {
  color: #fff;
  text-align: center;
  text-transform:uppercase;
}
.ot3 .imgBox {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .ot3 .imgBox:hover {
    box-shadow: 0 21px 35px 0 rgba(0, 0, 0, 0.15);
  }
}
.ot3 .title {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 23px;
}
.ot3 .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;
}
.ot3 .title a:hover {
  color: #ff6d2b;
}
.ot3 .swiper_button {
  justify-content: center;
  margin-top: 78px;
}
.ot3 .swiper_button div {
  border: 1px solid #ff6d2b;
}
.ot3 .container {
  transition: 0.3s;
  opacity: 0;
}
.ot3 .swiper {
  pointer-events: none;
  overflow: initial;
}
.ot3 .swiper-slide-visible {
  pointer-events: all;
}
.ot3 .swiper-slide-visible .container {
  opacity: 1;
}
.to1 {
  padding: 99px 0px 89px;
}
.to1 .content {
  background-color: #f7f5f1;
  border-radius: 24px 0px 24px 0px;
  overflow: hidden;
  padding: 42px 60px 85px;
}
.to1 .big_title {
  text-align: center;
}
.to1 .text {
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.to1_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 78px;
  gap: 69px 0px;
}
.to1_list figure {
  flex: 1;
}
.to1_list li {
  width: 47.5%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.to1_list .logo {
  width: 46px;
  display: flex;
  justify-content: center;
}
.to1_list .title {
  font-family: ProximaNova-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.to1_list .describe {
  color: #333;
  margin-top: 6px;
}
.to2 {
  padding-bottom: 93px;
}
.to2 .big_title {
  text-align: center;
}
.to2_list {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3.125%;
}
.to2_list li {
  width: 14.0625%;
}
.to2_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.to2_list .name {
  font-family: ProximaNova-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.to3 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.to3 figure {
  overflow: hidden;
}
.to3 .l_box {
  width: 50%;
}
.to3 .content {
  padding: 6.05% 0px 4%;
}
.to3 figure:nth-of-type(odd) {
  background: #e8e5e9;
}
.to3 figure:nth-of-type(odd) .l_box {
  float: right;
  margin-left: 7.8125%;
}
.to3 figure:nth-of-type(even) {
  background: #f7f5f1;
}
.to3 figure:nth-of-type(even) .l_box {
  float: left;
  margin-right: 5.09%;
}
.to3 figure:nth-of-type(even) .content {
  padding: 7.45% 0px 4%;
}
.to3 figure:nth-of-type(even) .describe {
  margin-top: 23px;
}
.to3 .describe {
  color: #464646;
  margin-top: 39px;
}
.to3 .title {
  font-family: ProximaNova-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.to4 {
  padding: 100px 0px 96px;
  overflow: hidden;
}
.to4 .big_title {
  text-align: center;
  color: #fff;
}
.to4 .top {
  background-color: #ff6d2b;
  border-radius: 24px 0px 24px 0px;
  overflow: hidden;
  padding: 42px 20px 42px;
}
.to4 .text {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1270px;
  margin: 6px auto 0px;
}
.to4 .swiper_button {
  justify-content: center;
  margin-top: 55px;
}
.to4 .swiper_button div {
  border: 1px solid #ff6d2b;
}
.to4 .container {
  transition: 0.3s;
  opacity: 0;
}
.to4 .swiper {
  pointer-events: none;
  overflow: initial;
}
.to4 .swiper-slide-visible {
  pointer-events: all;
}
.to4 .swiper-slide-visible .container {
  opacity: 1;
}
.to4 .imgBox {
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .to4 .imgBox:hover {
    box-shadow: 0 21px 35px 0 rgba(0, 0, 0, 0.15);
  }
}
.to4 .title {
  font-family: ProximaNova-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.to4 .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;
}
.to4 .title a:hover {
  color: #ff6d2b;
}
.to4 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 107px;
}
.to4 .sw_box {
  margin-top: 77px;
}
.to5 {
  background: #f7f5f1;
  padding: 69px 0px 130px;
}
.to5 .describe {
  font-family: ProximaNova-Bold;
  color: #333;
  margin-top: 24px;
}
.to5 .describe .num {
  font-style: normal;
  display: block;
  line-height: 44px;
  position: relative;
  padding-left: 40px;
}
.to5 .describe em {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: ProximaNova-Regular;
  color: #fff;
  width: 21px;
  aspect-ratio: 1/1;
  font-style: normal;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6d2b;
}
.to5 .describe img {
  display: inline-block;
}
.to6 {
  padding: 83px 0px 100px;
}
.to6 .top {
  background: url("../images/to6_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  border-radius: 24px 0px 24px 0px;
  overflow: hidden;
  padding: 42px 20px 57px;
}
.to6 .big_title {
  text-align: center;
  color: #fff;
}
.to6 .text {
  color: #fff;
  width: 100%;
  max-width: 700px;
  margin: 21px auto 0px;
}
.to6_container {
  margin-top: 80px;
}
.to6_container .l_box {
  width: 40%;
  max-width: 458px;
  border-radius: 16px;
  overflow: hidden;
}
.to6_container .r_box {
  padding: 3% 0px;
}
.to6_container .title {
  font-family: ProximaNova-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.to6_container .describe {
  color: #464646;
  margin-top: 26px;
}
.to6_container figure {
  overflow: hidden;
}
.to6_container figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 3.58%;
}
.to6_container figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 9%;
}
.to7 .top {
  border-radius: 24px 0px 24px 0px;
  overflow: hidden;
  padding: 42px 20px 57px;
  text-align: center;
  background: #ff6d2b;
}
.to7 .big_title {
  color: #fff;
}
.to7 .text {
  color: #fff;
  margin-top: 21px;
}
.to7_list {
  display: flex;
  flex-wrap: wrap;
  gap: 29px 3.125%;
  margin-top: 80px;
}
.to7_list li {
  width: 31.25%;
  border-radius: 16px;
  border: solid 2px #e8e5e9;
  overflow: hidden;
  padding: 35px 40px 29px;
}
.to7_list li:nth-of-type(even) {
  background: #e8e5e9;
}
.to7_list .title_box {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.to7_list .num {
  font-family: ProximaNova-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ff6d2b;
}
.to7_list .title {
  flex: 1;
  font-family: ProximaNova-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.to7_list .describe {
  color: #333;
  margin-top: 12px;
}
.to8 {
  padding: 88px 0px 119px;
}
.to8 .content {
  max-width: 1400px;
}
.to8 .big_title {
  text-align: center;
  color: #333;
}
.to8 .describe {
  color: #464646;
  text-align: center;
  margin-top: 8px;
}
.to8 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  width: 100%;
  margin-top: 54px;
}
.to8 form input {
  height: 50px;
}
.to8 form input,
.to8 form textarea {
  width: 100%;
  background-color: #f0f0f0;
  font-family: ProximaNova-Regular;
  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 20px;
  border-radius: 0px;
}
.to8 form input::placeholder,
.to8 form input::-webkit-input-placeholder,
.to8 form textarea::placeholder {
  color: #333;
}
.to8 form .yz {
  position: relative;
}
.to8 form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: 19px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.to8 form .yz input,
.to8 form .yz textarea {
  padding-left: 29px;
}
.to8 form .int1 {
  width: 48.6%;
}
.to8 form .int2 {
  width: 100%;
}
.to8 form .int2::before {
  top: 28px;
}
.to8 form .tijiao {
  min-width: 308px;
}
.to8 form .tijiao input {
  background-color: #ff6d2b;
  border: 1px solid #ff6d2b;
  color: #e8e5e9;
  cursor: pointer;
  transition: 0.3s;
  font-family: ProximaNova-Bold;
  text-transform:uppercase;
}
.to8 form .tijiao input:hover {
  background: #fff;
  color: #ff6d2b;
}
.to8 form .yzm {
  flex: 1;
  margin-right: 31px;
  position: relative;
}
.to8 form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.to8 form .yzm a,
.to8 form .yzm span {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  aspect-ratio: 65/30;
  cursor: pointer;
}
.to8 form .yzm a img,
.to8 form .yzm span img {
  height: 100%;
}
.to8 form textarea {
  height: 160px;
  padding-top: 12px !important;
}
.tho1 {
  padding: 88px 0px 46px;
}
.tho1 .content {
  max-width: 1436px;
}
.tho1 .big_title {
  text-align: center;
}
.tho1 .text {
  color: #464646;
  text-align: center;
  margin-top: 16px;
}
.tho1_container {
  position: relative;
  margin-top: 22px;
}
.tho1_container .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.tho2 {
  background: #f7f5f1;
  padding: 55px 0px 38px;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto 0px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.tho2 .l_box {
  width: 49.011%;
}
.tho2 figure {
  overflow: hidden;
  margin-bottom: 5px;
}
.tho2 figure:nth-of-type(odd) .l_box {
  float: right;
  margin-left: 4.48%;
}
.tho2 figure:nth-of-type(even) .l_box {
  float: left;
  margin-right: 4.48%;
}
.tho2 .describe {
  color: #464646;
  margin-top: 20px;
}
.tho2 .content {
  padding-top: 6.2%;
}
.fuo1 {
  padding: 88px 0px 0px;
}
.fuo1 .big_title {
  text-align: center;
}
.fuo1 .PageNumber {
  margin-top: 51px;
}
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 3.125%;
  margin-top: 44px;
}
.fuo1_list li {
  width: 31.25%;
}
.fuo1_list .box {
  position: relative;
}
.fuo1_list .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.fuo1_list .name {
  font-family: ProximaNova-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #464646;
  text-align: center;
  margin-top: 28px;
}
.fuo2 {
  padding: 100px 0px 1px;
}
.fuo2 .top {
  background-color: #ff6d2b;
  border-radius: 24px 0px 24px 0px;
  padding: 42px 50px 57px;
  text-align: center;
}
.fuo2 .big_title {
  color: #fff;
}
.fuo2 .big_title a {
  color: #fff;
}
.fuo2 .big_title a:hover {
  text-decoration: underline;
}
.fuo2 .text {
  color: #fff;
  margin-top: 21px;
}
.fuo2 .buttonBox {
  justify-content: center;
  margin-top: 75px;
}
.fuo2 .PageNumber {
  margin-top: 57px;
}
.fuo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 105px 3.125%;
  margin-top: 81px;
}
.fuo2_list li {
  width: 31.25%;
}
.fuo2_list .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .fuo2_list .imgBox:hover {
    box-shadow: 0 21px 35px 0 rgba(0, 0, 0, 0.1);
  }
}
.fuo2_list .title {
  font-family: ProximaNova-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 32px;
}
.fuo2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fuo2_list .title a:hover {
  color: #ff6d2b;
}
.fo1 {
  background: #f5f5f5;
  padding: 116px 0px 95px;
}
.fo1 .big_title {
  text-align: center;
}
.fo1_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 70px;
}
.fo1_list li {
  width: 31.5%;
  padding: 0px 40px;
}
.fo1_list .title {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 32px;
}
.fo1_list .describe {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #464646;
  margin-top: 16px;
}
.fo1_list .logo {
  height: 64px;
  display: flex;
  align-items: center;
}
.fo1_list .logo img {
  max-height: 100%;
}
.fo1_list li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fo2 {
  padding: 82px 0px 93px;
}
.fo2 .describe {
  margin-top: 13px;
  color: #464646;
}
.fo2 .name {
  color: #464646;
  text-align: center;
  margin-top: 20px;
}
.fo2 .sw_box {
  margin-top: 37px;
}
.fo2 .swiper_button {
  justify-content: center;
  margin-top: 52px;
}
.fo2 .swiper_button div {
  border: 1px solid #ff6d2b;
}
.fo2 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.fo3 {
  padding: 42px 0px 76px;
  background: #e8e5e9;
}
.fo3 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fo3_l {
  width: 46.625%;
  padding-top: 3.45%;
}
.fo3_l .describe {
  color: #464646;
  margin-top: 13px;
}
.fo3_l .describe em {
  font-style: normal;
  color: #ff6d2b;
}
.fo3_l .describe a {
  color: #ff6d2b;
}
.fo3_l .describe a:hover {
  text-decoration: underline;
}
.fo3_r {
  width: 42.9375%;
}
.fo3_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 23px 0px;
  margin-top: 34px;
}
.fo3_r form .int1 {
  width: 48.3%;
}
.fo3_r form input {
  height: 54px;
}
.fo3_r form textarea {
  height: 114px;
  padding-top: 7px !important;
}
.fo3_r form .ttBox {
  width: 100%;
}
.fo3_r form .form_box {
  width: 100%;
}
.fo3_r form .yzm {
  flex: 1;
  position: relative;
  display: flex;
}
.fo3_r form .yzm input {
  flex: 1;
}
.fo3_r form .yzm span {
  height: 54px;
  aspect-ratio: 164/54;
  cursor: pointer;
  margin-left: 18px;
}
.fo3_r form .yzm span img {
  height: 100%;
}
.fo3_r form .afterBox {
  position: relative;
}
.fo3_r form .afterBox::before {
  left: -12px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.fo3_r form .ttBox::before {
  top: 21px;
}
.fo3_r form .tj {
  min-width: 265px;
  margin-left: 15px;
}
.fo3_r form .tj input {
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  background: #ff6d2b;
  border: 1px solid #ff6d2b;
  transition: 0.3s;
  cursor: pointer;
}
.fo3_r form .tj input:hover {
  background: #fff;
  color: #ff6d2b;
}
.fo3_r form input,
.fo3_r form textarea {
  background: #ffffff;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 12px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  display: block;
}
.fo3_r form input::placeholder,
.fo3_r form input::-webkit-input-placeholder,
.fo3_r form textarea::placeholder {
  color: #999;
}
.so1 {
  padding: 87px 0px 0px;
}
.so1_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
  position: relative;
  z-index: 1;
}
.so1_top .l_box {
  width: 238px;
}
.so1_top .xian {
  width: 4px;
  height: 86px;
  background-color: #ff6d2b;
  margin: 0px auto;
}
.so1_top .big_title {
  margin-top: 17px;
}
.so1_top .r_box {
  flex: 1;
  max-width: 1167px;
  padding-top: 11px;
}
.so1_list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 33px 10%;
  width: 100%;
  max-width: 970px;
  pointer-events: all;
  background: #ff6d2b;
  margin-left: auto;
  margin-right: 0px;
  margin-top: 16px;
  transform: translateY(34px);
}
.so1_list .big_num {
  font-family: ProximaNova-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #ffffff;
}
.so1_list .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.so1_list .big_num + p {
  color: #fff;
}
.so1_list .num {
  display: flex;
  align-items: flex-end;
}
.so1_list .num_text {
  color: #fff;
  margin-top: 1px;
}
.so1_list li {
  padding-bottom: 2px;
}
.so1_container {
  position: relative;
}
.so1_container .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.so2 {
  padding: 70px 0px 97px;
}
.so2 .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.so2 figure {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.so2 .l_box {
  width: 46.25%;
}
.so2 .title {
  font-family: ProximaNova-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.so2 .describe {
  color: #464646;
  margin-top: 25px;
}
.so2 .r_box {
  flex: 1;
  padding-bottom: 1.8%;
}
.so2 .num {
  position: absolute;
  font-family: ProximaNova-Bold;
  font-size: 295px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 178px;
  letter-spacing: 0px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  color: transparent;
  right: 0;
  bottom: 0;
}
.so2 figure:nth-of-type(odd) .r_box {
  padding-right: 48px;
}
.so2 figure:nth-of-type(odd) .l_box {
  margin-right: 3.65%;
}
.so2 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.so2 figure:nth-of-type(even) .l_box {
  margin-left: 7%;
}
.so2 figure:nth-of-type(even) .num {
  right: auto;
  left: 0;
}
.so3 .content {
  background: url("../images/so3_back.jpg") no-repeat center;
  background-size: cover;
}
.so3 .title {
  font-family: ProximaNova-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
}
.so3 .describe {
  color: #fff;
  margin-top: 14px;
}
.so3_container {
  width: 44%;
  padding: 127px 32px 163px;
}
.so4 {
  margin-top: 125px;
  background: #f6f6f6;
  padding: 69px 0px 115px;
}
.so4 .title_text {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ff6d2b;
}
.so4 .describe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.so4 .r_box {
  width: 80.5%;
  padding-top: 18px;
  padding-bottom: 20px;
}
.so4 .l_box {
  flex: 1;
  max-width: 132px;
}
.so4 .l_box .logo {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.so4 .l_box .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 8px;
}
.so4 .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 52px;
}
.so4 .sw_box {
  margin-top: 38px;
  position: relative;
  padding-bottom: 43px;
}
.so4 .sw_box::before {
  content: "";
  position: absolute;
  width: 96px;
  aspect-ratio: 96/78;
  background: url("../images/so4_la.png") no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0;
}
.so4 .swiperso4-pagination {
  width: 80.5%;
  margin-left: auto;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  margin-top: 6px;
}
.so4 .swiper-pagination-bullet {
  margin: 0px !important;
  width: 26px;
  height: 8px;
  background-color: #999999;
  opacity: 1;
  border-radius: 0px;
  display: block;
}
.so4 .swiper-pagination-bullet-active {
  background: #ff6d2b;
}
.seo1 {
  padding: 84px 0px 110px;
}
.seo1 .PageNumber {
  margin-top: 110px;
}
.seo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 61px 3.125%;
}
.seo1_list li {
  width: 31.25%;
}
.seo1_list .imgBox {
  border-radius: 24px 24px 0px 0px;
  overflow: hidden;
}
.seo1_list .title {
  font-family: ProximaNova-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.seo1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seo1_list .title a:hover {
  color: #ff6d2b;
}
.seo1_list .describe {
  color: #464646;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.seo1_list .box {
  padding: 19px 18px 0px 30px;
}
.seo1_list .time {
  color: #ff6d2b;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.seo1_list .time img {
  width: auto;
}
.set1 {
  padding: 76px 0px 106px;
}
.set1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
}
.set1_container {
  flex: 1;
  max-width: 1214px;
}
.set1_container h1 {
  font-family: ProximaNova-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.set1_container .time_share {
  color: #666;
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.set1_container .time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.set1_container .share {
  display: flex;
  align-items: center;
  gap: 7px;
}
.set1_container .describe {
  color: #464646;
  margin-top: 32px;
}
.eo1 {
  padding: 81px 0px 66px;
}
.eo1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.eo1_l {
  width: 51.875%;
}
.eo1_l .describe {
  margin-top: 14px;
  color: #464646;
}
.eo1_l .title {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 31px;
}
.eo1_l form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  width: 100%;
  max-width: 796px;
  margin-top: 45px;
}
.eo1_l form > * {
  width: 100%;
}
.eo1_l form input {
  height: 50px;
}
.eo1_l form textarea {
  height: 94px;
  padding-top: 7px !important;
}
.eo1_l form .ttBox {
  width: 100%;
}
.eo1_l form .form_box {
  width: 100%;
}
.eo1_l form .yzm {
  flex: 1;
  position: relative;
  display: flex;
}
.eo1_l form .yzm input {
  flex: 1;
}
.eo1_l form .yzm span {
  position: absolute;
  height: 32px;
  aspect-ratio: 70/32;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.eo1_l form .yzm span img {
  height: 100%;
}
.eo1_l form .afterBox {
  position: relative;
}
.eo1_l form .afterBox::before {
  left: 17px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.eo1_l form .afterBox input,
.eo1_l form .afterBox textarea {
  padding-left: 26px;
}
.eo1_l form .ttBox::before {
  top: 21px;
}
.eo1_l form .tj {
  min-width: 313px;
  margin-left: 39px;
  width: auto;
}
.eo1_l form .tj input {
  font-family: ProximaNova-Regular;
  background: #ff783c;
  border: 1px solid #ff783c;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
  text-transform:uppercase;
}
.eo1_l form .tj input:hover {
  background: #fff;
  color: #ff783c;
}
.eo1_l form input,
.eo1_l form textarea {
  background: #ffffff;
  border-radius: 8px;
  border: solid 1px #cccccc;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 12px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.eo1_l form input::placeholder,
.eo1_l form input::-webkit-input-placeholder,
.eo1_l form textarea::placeholder {
  color: #666;
}
.eo1_r {
  width: 34.35%;
  padding-top: 10px;
}
.eo1_r .name {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.eo1_r .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 7px;
}
.eo1_r .text a {
  color: #666;
}
.eo1_r .text a:hover {
  color: #ff6d2b;
}
.eo1_r .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-top: 28px;
}
.eo1_r .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
  line-height: 28px;
}
.eo1_r .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  flex-shrink: 0;
  color: #fff;
  background: var(--i);
}
.eo1_r .icBox a:hover {
  background: #ff6d2b;
  color: #fff;
}
.eo1_r .list {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.eo2 {
  padding: 0px 0px 120px;
}
.eo2 iframe {
  display: block;
}
.page_change {
  margin-top: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  padding-top: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_change img {
  margin-right: 15px;
}
.page_change p {
  color: #333;
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.page_change p + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.page_change span {
  color: #999;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #ff6d2b;
}
.pub_new {
  padding-top: 9px;
  width: 320px;
}
.pub_new .pub_title {
  background-color: #ff6d2b;
  font-family: ProximaNova-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding: 14px 0px 12px;
}
.pub_new .title {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_new .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.pub_new .title a:hover {
  color: #ff6d2b;
}
.pub_new .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.pub_new .time {
  color: #ff6d2b;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
}
.pub_new li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 23px;
}
.pub_new .list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 17px;
}
.ot3_pub {
  padding: 102px 0px 128px;
}
.index7_tho {
  padding: 46px 0px 100px;
}
.index6_oo {
  margin-bottom: 80px;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper_button div {
  width: 46px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button div:hover {
  background: #ff6d2b;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 25px;
  flex-wrap: wrap;
  margin-top: 104px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #999999;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #ff6d2b;
  color: #fff;
  border: 1px solid #ff6d2b;
}
.PageNumber a.no:hover{
	background-color: #fff;
  border: solid 1px #999999;
	 color: #666666;
	
	}
.PageNumber .active {
  background: #ff6d2b;
  color: #fff;
  border: 1px solid #ff6d2b;
}
.PageNumber .p_f,.PageNumber a.big  {
  width: 100px;
}
.PageNumber .p_l {
  width: 69px;
}
.PageNumber input {
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #ff6d2b;
  border: 1px solid #ff6d2b;
  min-width: 178px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10px;
  border-radius: 4px;
}
.PageNumber input:hover {
  background: #fff;
  color: #ff6d2b;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.PageNumber .submit img {
  margin-top: 6px;
}
footer {
  background: #f7f5f1;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  flex: 1;
  justify-content: flex-end;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 20px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
footer .icBox a:hover {
  background: #fff;
  color: #ff6d2b;
}
footer .dif_footer {
  font-family: ProximaNova-Bold;
  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;
  position: relative;
  padding-bottom: 11px;
  text-transform:uppercase;
}
footer .dif_footer::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ff6d2b;
}
footer .dif_footer a {
  color: #333333;
  
}
footer .dif_footer a:hover {
  color: #ff6d2b;
}
footer .dif_up {
  width: 8px;
  filter: brightness(0);
  display: none;
}
footer .list {
  margin-top: 26px;
  line-height: 30px;
  color: #333;
}
footer .list a {
  color: #333;
}
footer .list a:hover {
  color: #ff6d2b;
}
.footer_top {
  position: relative;
  z-index: 1;
  padding: 32px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
.footer_top::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  background: #ff6d2b;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 0;
}
.footer_top .logoBox {
  width: 177px;
  flex-shrink: 0;
}
.footer_top .logoBox a {
  display: block;
}
.footer_top .logoBox img {
  width: 100%;
}
.footer_a {
  padding: 80px 0px 58px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
.footer_a::before {
  content: "";
  width: 100vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}
.footer_a .ul3 a,
.footer_a .ul3 span {
  display: inline;
}
.footer_a .box {
  width: 436px;
}
.footer_a form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 18px;
  gap: 12px 0px;
  margin-top: 34px;
}
.footer_a form .int1 {
  width: 47.7%;
}
.footer_a form input {
  height: 34px;
}
.footer_a form textarea {
  height: 67px;
  padding-top: 7px !important;
}
.footer_a form .ttBox {
  width: 100%;
  margin-top: 3px;
}
.footer_a form .form_box {
  width: 100%;
}
.footer_a form .yzm {
  flex: 1;
  position: relative;
  display: flex;
}
.footer_a form .yzm input {
  flex: 1;
}
.footer_a form .yzm span {
  height: 34px;
  aspect-ratio: 96/34;
  cursor: pointer;
  margin-left: 18px;
}
.footer_a form .yzm span img {
  height: 100%;
}
.footer_a form .afterBox {
  position: relative;
}
.footer_a form .afterBox::before {
  left: -15px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.footer_a form .ttBox::before {
  top: 21px;
}
.footer_a form .tj {
  min-width: 105px;
  margin-left: 17px;
}
.footer_a form .tj input {
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  background: #ff6d2b;
  border: 1px solid #ff6d2b;
  transition: 0.3s;
  cursor: pointer;
  text-transform:uppercase;
}
.footer_a form .tj input:hover {
  background: #fff;
  color: #ff6d2b;
}
.footer_a form input,
.footer_a form textarea {
  background: rgba(255, 255, 255, 0.5);
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 12px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  display: block;
}
.footer_a form input::placeholder,
.footer_a form input::-webkit-input-placeholder,
.footer_a form textarea::placeholder {
  color: #666666;
}
.footer_b {
  color: #333;
  line-height: 31px;
  padding: 21px 0px 49px;
}
.footer_b a {
  color: #333;
}
.footer_b a:hover {
  color: #ff6d2b;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 1px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #ff6d2b;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1880px) {
  .index1_list::before {
    width: 120%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1680px) {
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header::before {
    height: 66px;
  }
  header .logoBox {
    width: 100px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .head_boxr {
    padding: 25px 0px;
  }
  header .lang {
    margin-left: 25px;
  }
  header .lang > ul {
    width: 100px;
  }
  header .lang .lang_box {
    min-width: 120px;
    min-height: 40px;
  }
  header .lang .lang_box span {
    font-size: 14px;
    margin-right: 0px;
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 22px;
  }
  header .menuOne > a {
    padding: 18px 0px;
  }
  header .ul1 {
    min-width: 190px;
  }
  header .ul li a {
    padding: 5px 22px;
  }
  .fyhead .logoBox {
    width: 100px;
  }
  .fyhead .center {
    right: 184px;
  }
  .fyhead .head_boxr {
    padding: 20px 0px;
  }
  .fyhead .menuOne > a {
    padding: 25px 0px;
  }
  .padding_top {
    padding-top: 157px;
  }
  .index_banner .control_box div {
    width: 36px;
  }
  .footer_top {
    padding: 20px 0px;
  }
  .footer_top .logoBox {
    width: 126px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .icBox a {
    width: 42px;
  }
  footer .dif_footer {
    font-size: 18px;
    padding-bottom: 8px;
  }
  footer .list {
    margin-top: 15px;
  }
  .footer_a {
    padding: 40px 0px;
  }
  .footer_a .box {
    margin-right: 0px;
    width: 40%;
    max-width: 438px;
  }
  .footer_a form {
    margin-top: 15px;
  }
  .footer_a form .afterBox::before {
    left: -9px;
  }
  .footer_b {
    padding: 20px 0px 30px;
    line-height: 28px;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .index1 {
    padding-top: 60px;
  }
  .index1 .buttonBox {
    margin-top: 6%;
  }
  .big_describe {
    font-size: 16px;
    line-height: 26px;
  }
  .index1_list {
    padding: 22px 0px;
  }
  .index1_list .big_num {
    font-size: 32px;
    line-height: 36px;
  }
  .index1_list > img {
    height: 90px;
  }
  .index1 .con1 {
    padding-bottom: 160px;
    padding-top: 0px;
  }
  .buttonBox a {
    min-width: 150px !important;
    min-height: 44px !important;
    font-size: 15px !important;
  }
  .index2 {
    padding: 40px 0px 60px;
  }
  .index3 .logo {
    width: 60px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .top {
    padding: 30px 40px 40px;
  }
  .index4 .text {
    margin-top: 15px;
  }
  .index4 .buttonBox {
    margin-top: 30px;
  }
  .index4_list {
    margin-top: 40px;
    gap: 40px 3.125%;
  }
  .index4_list .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
  }
  .index5_container .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 8px;
  }
  .index5_container .buttonBox {
    margin-top: 30px;
  }
  .index5_container .describe1 p::before {
    top: 8px;
  }
  .index6 {
    padding-top: 60px;
  }
  .index6 .title_text {
    font-size: 24px;
    line-height: 30px;
  }
  .index6 .content {
    padding: 40px 0px 60px;
  }
  .index6_container .describe {
    font-size: 18px;
    line-height: 30px;
  }
  .index6_container .r_box {
    padding: 0px 50px;
  }
  .index6_container .buttonBox {
    margin-top: 20px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .name {
    margin-top: 12px;
  }
  .index7 .swiper_button {
    margin-top: 20px;
  }
  .index8 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .index8 .buttonBox {
    margin-top: 15px;
  }
  .index9 {
    padding: 60px 0px;
  }
  .index9 .top {
    padding: 30px 40px 40px;
  }
  .index9 .text {
    margin: 15px auto 0px;
  }
  .index9_container {
    margin-top: 30px;
  }
  .index9_container .box {
    padding: 15px 16px 0px;
  }
  .index9_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .index9_container .time {
    margin-top: 10px;
  }
  .index9_container .swiper_button {
    margin-top: 20px;
  }
  .index10 {
    padding-bottom: 60px;
  }
  .index10 .top {
    padding: 40px 0px 60px;
  }
  .index10 .text {
    margin: 8px auto 0px;
  }
  .index10_container {
    margin-top: 30px;
    gap: 20px 1.5625%;
  }
  .mbx {
    font-size: 16px;
    line-height: 26px;
    padding-top: 8px;
  }
  .oo1 {
    padding: 60px 0px 0px;
  }
  .oo2 {
    padding: 40px 0px 20px;
  }
  .oo .content {
    width: calc(100% - 100px);
  }
  .oo2_container {
    width: 72%;
    flex: 1;
    margin-left: 4%;
  }
  .pub_menu {
    width: 24%;
    max-width: 256px;
  }
  .pub_menu .menu_all {
    font-size: 18px;
    padding: 16px 0px;
  }
  .pub_menu li {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .oo2_list {
    gap: 30px 2.4095%;
  }
  .oo2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .PageNumber a {
    font-size: 15px;
    width: 36px;
    height: 36px;
  }
  .PageNumber input {
    font-size: 15px;
    line-height: 34px;
  }
  .index6_oo {
    margin-bottom: 40px;
  }
  .ot1 {
    padding: 60px 0px;
  }
  .ot1 .content {
    display: block;
  }
  .ot1 .clear {
    display: block;
  }
  .ot1 .r_box {
    float: left;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  .ot1 .pic-btn.prev {
    top: 0;
  }
  .ot1 .pic-btn.next {
    bottom: 0;
  }
  .ot1_l {
    max-width: 100%;
    padding-top: 0px;
  }
  .ot1_l h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .ot1_l .describe {
    display: flex;
    margin-top: 10px;
    padding-top: 12px;
  }
  .ot1_l .text {
    margin-top: 15px;
  }
  .ot1_l .text em::before {
    top: 7px;
  }
  .ot1_l .text p {
    display: flex;
  }
  .ot1_l .buttonBox {
    margin-top: 30px;
    gap: 10px 20px;
  }
  .ot_menu .content {
    gap: 20px;
  }
  .ot_menu a {
    min-width: 220px;
    font-size: 16px;
    padding: 12px 20px;
  }
  .ot2 {
    padding: 40px 0px 60px;
  }
  .ot2 table td {
    padding: 12px 10px !important;
  }
  .ot3 {
    padding: 0px;
  }
  .ot3 .top {
    padding: 30px 20px;
  }
  .ot3 .sw_box {
    margin-top: 50px;
  }
  .ot3 .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .ot3 .swiper_button {
    margin-top: 30px;
  }
  .to1 {
    padding: 60px 0px;
  }
  .to1 .content {
    padding: 40px 40px 60px;
  }
  .to1_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .to1_list .title {
    font-size: 20px;
  }
  .to1_list .logo {
    width: 40px;
  }
  .to2 {
    padding-bottom: 60px;
  }
  .to2_list {
    margin-top: 30px;
  }
  .to2_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .to3 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .to3 .describe {
    margin-top: 15px !important;
  }
  .to3 .content {
    padding: 4% 0px !important;
  }
  .to4 {
    padding: 60px 0px;
  }
  .to4 .top {
    padding: 30px 20px;
  }
  .to4 .sw_box {
    margin-top: 40px;
  }
  .to4 .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
  }
  .to4 .swiper-slide {
    gap: 30px;
  }
  .to4 .swiper_button {
    margin-top: 30px;
  }
  .to5 {
    padding: 60px 0px;
  }
  .to5 .describe {
    margin-top: 16px;
  }
  .to5 .describe .num {
    line-height: 36px;
    padding-left: 34px;
  }
  .to5 .describe em {
    top: 6px;
  }
  .to6 {
    padding: 60px 0px;
  }
  .to6 .top {
    padding: 30px 20px;
  }
  .to6 .text {
    margin: 6px auto 0px;
  }
  .to6_container {
    margin-top: 40px;
  }
  .to6_container .title {
    font-size: 22px;
    line-height: 32px;
  }
  .to6_container .describe {
    margin-top: 14px;
  }
  .to7 .top {
    padding: 30px 20px;
  }
  .to7 .text {
    margin-top: 6px;
  }
  .to7_list {
    margin-top: 40px;
    gap: 20px 2%;
  }
  .to7_list li {
    width: 32%;
    padding: 25px 30px 30px;
  }
  .to7_list .num {
    font-size: 32px;
    line-height: 36px;
  }
  .to7_list .title {
    font-size: 18px;
    line-height: 24px;
  }
  .to7_list .title_box {
    gap: 15px;
  }
  .to8 {
    padding: 60px 0px;
  }
  .to8 form {
    margin-top: 30px;
  }
  .tho1 {
    padding: 40px 0px;
  }
  .tho1 .text {
    margin-top: 12px;
  }
  .tho2 .content {
    padding-top: 2%;
  }
  .tho2 .describe {
    margin-top: 8px;
  }
  .fuo1 {
    padding: 40px 0px 0px;
  }
  .fuo1_list {
    margin-top: 30px;
    gap: 30px 3.125%;
  }
  .fuo1_list .name {
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
  }
  .fuo2 {
    padding: 60px 0px 0px;
  }
  .fuo2 .top {
    padding: 30px 40px 40px;
  }
  .fuo2 .text {
    margin-top: 15px;
  }
  .fuo2_list {
    margin-top: 40px;
    gap: 40px 3.125%;
  }
  .fuo2_list .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_list {
    margin-top: 40px;
  }
  .fo1_list li {
    padding: 0px;
  }
  .fo1_list .logo {
    height: 52px;
  }
  .fo1_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 18px;
  }
  .fo1_list .describe {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .fo2 {
    padding: 60px 0px;
  }
  .fo2 .describe {
    margin-top: 8px;
  }
  .fo2 .sw_box {
    margin-top: 30px;
  }
  .fo2 .name {
    margin-top: 12px;
  }
  .fo2 .swiper_button {
    margin-top: 20px;
  }
  .fo2 .swiper-slide {
    gap: 20px;
  }
  .fo3 {
    padding: 40px 0px;
  }
  .fo3_l {
    width: 44%;
  }
  .fo3_r {
    width: 52%;
  }
  .fo3_r form {
    gap: 16px 0px;
  }
  .fo3_r form input {
    height: 46px;
  }
  .fo3_r form .tj {
    min-width: 150px;
    margin-left: 12px;
  }
  .fo3_r form .tj input {
    font-size: 16px;
  }
  .fo3_r form .yzm span {
    height: 46px;
    margin-left: 10px;
  }
  .fo3_r form .afterBox::before {
    left: -10px;
  }
  .so1 {
    padding: 40px 0px 0px;
  }
  .so1_top .l_box {
    width: 160px;
  }
  .so1_list {
    padding: 22px 4%;
  }
  .so1_list .big_num {
    font-size: 32px;
    line-height: 36px;
  }
  .so1_list > img {
    height: 90px;
  }
  .so2 {
    padding: 60px 0px;
  }
  .so2 .num {
    font-size: 120px;
    line-height: 90px;
  }
  .so2 .content {
    gap: 30px;
  }
  .so2 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .so2 .describe {
    margin-top: 15px;
  }
  .so2 figure {
    display: block;
  }
  .so2 figure:nth-of-type(odd) .l_box {
    float: left;
  }
  .so2 figure:nth-of-type(even) .l_box {
    float: right;
  }
  .so2 .r_box {
    padding-bottom: 0px;
    padding-right: 0px !important;
  }
  .so3 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .so3 .describe {
    margin-top: 6px;
  }
  .so3_container {
    width: 52%;
    padding: 60px 30px;
  }
  .so4 {
    margin-top: 60px;
    padding: 40px 0px 80px;
  }
  .so4 .title_text {
    font-size: 22px;
    line-height: 30px;
  }
  .so4 .describe {
    font-size: 18px;
    line-height: 26px;
  }
  .so4 .r_box {
    padding-top: 0px;
  }
  .so4 .sw_box {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .so4 .swiper-slide {
    gap: 40px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1 .box {
    padding: 15px 16px 0px;
  }
  .seo1 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .seo1 .time {
    margin-top: 10px;
  }
  .ot3_pub {
    padding: 60px 0px;
  }
  .set1 {
    padding: 40px 0px 60px;
  }
  .set1_container h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .set1_container .describe {
    margin-top: 20px;
  }
  .page_change {
    margin-top: 20px;
    padding-top: 20px;
  }
  .pub_new {
    width: 28%;
    max-width: 320px;
  }
  .pub_new li {
    padding-bottom: 15px;
  }
  .pub_new .pub_title {
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0px;
  }
  .pub_new .title {
    font-size: 18px;
    line-height: 26px;
  }
  .pub_new .describe {
    margin-top: 4px;
  }
  .pub_new .list {
    gap: 20px;
    margin-top: 15px;
  }
  .pub_new .time {
    margin-top: 8px;
  }
  .eo1 {
    padding: 40px 0px 60px;
  }
  .eo1_l .describe {
    margin-top: 8px;
  }
  .eo1_l .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
  }
  .eo1_l form {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .eo1_l form .tj {
    min-width: 180px;
    margin-left: 20px;
  }
  .eo1_r {
    width: 40%;
    padding-top: 0px;
  }
  .eo1_r .list {
    gap: 20px;
  }
  .eo1_r .name {
    font-size: 18px;
    line-height: 26px;
  }
  .eo1_r .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .eo2 {
    padding: 0px 0px 60px;
  }
}
@media screen and (max-width: 1400px) {
  .seo1_list {
    gap: 30px 2%;
  }
  .seo1_list li {
    width: 32%;
  }
}
@media screen and (max-width: 1100px) {
  header {
    padding: 12px 0px;
  }
  header::before {
    display: none;
  }
  header .logoBox {
    width: 80px !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
  }
  header .center {
    display: none;
  }
  header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .head_boxr {
    padding: 0px !important;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    margin-right: 60px;
  }
  .padding_top {
    padding-top: 68.34px;
  }
  .index1 .big_title {
    text-align: left;
    margin-top: 0px;
  }
  .index1 .con1 {
    padding: 15px 0px 0px;
  }
  .index1 .buttonBox {
    margin-top: 15px;
    justify-content: flex-start;
  }
  .index1 .xian {
    display: none;
  }
  .index1 .l_box {
    width: calc(100% - 180px);
    float: none;
    margin: 0px auto;
  }
  .index1 .con2 {
    position: relative;
    left: 0;
    bottom: 0;
    transform: none;
    padding-top: 20px;
  }
  .index1_list {
    width: 100%;
    max-width: 100%;
    padding: 20px 10%;
  }
  .index1_list::before {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    background: #919699 !important;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu > *:hover {
    background: #ff6d2b !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  .index_banner .control_box {
    display: none;
  }
  .index_banner .swiperbanner-pagination {
    gap: 10px;
    bottom: 16px;
  }
  footer .icBox {
    gap: 5px 6px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .icBox a {
    width: 32px;
  }
  .footer_top {
    padding: 14px 0px;
  }
  .footer_top .logoBox {
    width: 80px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 8px;
    padding: 20px 0px;
  }
  .footer_a > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_a .dif_footer {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .footer_a .dif_footer::before {
    display: none;
  }
  .footer_a .dif_up {
    display: block;
    filter: brightness(0);
  }
  .footer_a .list {
    margin-top: 4px;
    line-height: 26px;
  }
  .footer_a .box {
    margin-top: 10px;
  }
  .footer_a .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_a form {
    margin-top: 8px;
    gap: 8px 0px;
  }
  .footer_b {
    padding: 15px 0px 40px;
    line-height: 24px;
  }
  .buttonBox a {
    font-size: 14px !important;
    min-width: 116px !important;
    min-height: 36px !important;
  }
  .index1 {
    padding-top: 30px;
  }
  .index1 .l_box {
    width: calc(100% - 100px);
  }
  .index1 .bofangBox img {
    width: 80px;
  }
  .index1 .big_title {
    text-align: center;
  }
  .index1 .buttonBox {
    justify-content: center;
    margin-top: 12px;
  }
  .index1_list {
    padding: 20px 6%;
  }
  .index1_list .big_num {
    font-size: 24px;
    line-height: 28px;
  }
  .index2 {
    padding: 30px 0px 40px;
  }
  .index2 .back_img {
    top: 50%;
  }
  .index2_container {
    width: 100%;
  }
  .index3 {
    padding: 30px 0px 40px;
  }
  .index3 .logo {
    width: 48px;
  }
  .index3 .big_title {
    margin-top: 12px;
  }
  .index3 .describe {
    margin-top: 2px;
  }
  .index4 {
    padding: 40px 0px;
  }
  .index4 .text {
    margin-top: 2px;
  }
  .index4 .buttonBox {
    margin-top: 20px;
  }
  .index4_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index4_list li {
    width: 32%;
  }
  .index4_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .index5_container .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .index5_container .describe1 p::before {
    top: 7px;
  }
  .index5_container .buttonBox {
    margin-top: 15px;
  }
  .index5_container .swiper_button {
    margin-top: 20px;
  }
  .index6 {
    padding-top: 40px;
  }
  .index6 .content {
    padding: 40px 0px;
  }
  .index6 .title_text {
    font-size: 18px;
    line-height: 26px;
  }
  .index6_container .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .index7 {
    padding: 40px 0px;
  }
  .index7 .sw_box {
    margin-top: 15px;
  }
  .index7 .name {
    margin-top: 6px;
  }
  .index8 {
    padding: 0px 50px;
    gap: 30px 0px;
  }
  .index8 figure {
    width: 100%;
  }
  .index9 {
    padding: 40px 0px;
  }
  .index9 .text {
    margin: 2px auto 0px;
  }
  .index9_container .box {
    padding: 15px 0px 0px;
  }
  .index9_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index10 {
    padding-bottom: 40px;
  }
  .index10 .top {
    padding: 30px 0px 40px;
  }
  .index10 .describe {
    margin: 2px auto 0px;
  }
  .swiper_button div {
    width: 36px;
  }
  .big_title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .big_describe {
    font-size: 14px;
    line-height: 24px;
  }
  .oo1 {
    padding: 20px 0px 0px;
  }
  .oo1 .describe {
    margin-top: 2px;
  }
  .oo2 {
    padding: 20px 0px 0px;
  }
  .oo2 .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .oo2_container {
    flex: none;
    width: 100%;
    margin: 0px;
  }
  .oo2_list {
    gap: 20px 2%;
  }
  .oo2_list li {
    width: 32%;
  }
  .oo2_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .oo2_list .links {
    margin-top: 10px;
  }
  .pub_menu {
    max-width: 100%;
    width: 100%;
  }
  .pub_menu .menu_all {
    padding: 8px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pub_menu .down {
    width: 8px;
    display: block;
    filter: brightness(0) invert(1);
  }
  .pub_menu .list {
    display: none;
    margin-top: 0px;
  }
  .pub_menu li {
    padding: 8px 0px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 10px 14px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 76px;
  }
  .PageNumber .p_l {
    width: 50px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 28px;
    min-width: 120px;
  }
  .PageNumber .submit {
    gap: 6px;
  }
  .PageNumber .submit img {
    width: 16px;
    margin-top: 4px;
  }
  .index6_oo {
    margin-bottom: 30px;
  }
  .mbx {
    font-size: 14px;
    line-height: 24px;
  }
  .ot1 {
    padding: 30px 0px 40px;
  }
  .ot1 .r_box {
    width: 52%;
    margin-right: 20px;
  }
  .ot1_l .text {
    margin-top: 8px;
  }
  .ot1_l .text p {
    padding-left: 24px;
  }
  .ot1_l .text em::before {
    left: -24px;
    top: 5px;
  }
  .ot1_l .buttonBox {
    margin-top: 20px;
    gap: 10px 15px;
  }
  .ot1_l h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .ot_menu a {
    min-width: 180px;
    padding: 8px 20px;
    font-size: 15px;
  }
  .ot2 {
    padding: 20px 0px 40px;
  }
  .ot2 .ot2_title + * {
    margin-top: 8px !important;
  }
  .ot2 .describe {
    line-height: 24px !important;
  }
  .ot2 figure {
    margin-top: 20px !important;
  }
  .ot2 figure:nth-of-type(0) {
    margin-top: 0px !important;
  }
  .ot2_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ot2_figure4 .container {
    gap: 15px;
  }
  .ot3 .top {
    padding: 20px;
  }
  .ot3 .sw_box {
    margin-top: 20px;
  }
  .ot3 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .ot3 .swiper_button {
    margin-top: 20px;
  }
  .to1 {
    padding: 30px 0px 40px;
  }
  .to1 .content {
    padding: 30px 30px 40px;
  }
  .to1_list {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .to1_list li {
    width: 100%;
  }
  .to1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .to2 {
    padding-bottom: 40px;
  }
  .to2_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .to2_list li {
    width: 23.5%;
  }
  .to3 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .to3 .describe {
    margin-top: 4px !important;
  }
  .to4 {
    padding: 40px 0px;
  }
  .to4 .top {
    padding: 20px;
  }
  .to4 .sw_box {
    margin-top: 20px;
  }
  .to4 .swiper_button {
    margin-top: 20px;
  }
  .to4 .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .to4 .swiper-slide {
    gap: 16px;
  }
  .to5 {
    padding: 40px 0px;
  }
  .to5 .describe {
    margin-top: 6px;
  }
  .to6 {
    padding: 40px 0px;
  }
  .to6 .top {
    padding: 20px;
  }
  .to6_container {
    margin-top: 20px;
  }
  .to6_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .to6_container .describe {
    margin-top: 4px;
  }
  .to6_container figure:nth-of-type(even) .l_box {
    margin-left: 4%;
  }
  .to7 .top {
    padding: 20px;
  }
  .to7_list {
    margin-top: 20px;
  }
  .to7_list li {
    width: 49%;
    padding: 20px 25px 30px;
  }
  .to7_list .num {
    font-size: 24px;
    line-height: 28px;
  }
  .to7_list .title_box {
    gap: 6px;
  }
  .to7_list .title {
    font-size: 16px;
  }
  .to7_list .describe {
    margin-top: 6px;
  }
  .to8 {
    padding: 40px 0px;
  }
  .to8 form {
    margin-top: 20px;
    gap: 12px 0px;
  }
  .to8 form input {
    height: 42px;
  }
  .to8 form textarea {
    height: 120px;
  }
  .to8 form .yzm {
    margin-right: 16px;
  }
  .to8 form .tijiao {
    min-width: 220px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1 .text {
    margin-top: 4px;
  }
  .tho1_container .bofangBox img {
    width: 60px;
  }
  .tho2 {
    padding: 40px 0px;
    gap: 15px 0px;
  }
  .tho2 .content {
    padding-top: 0px;
  }
  .tho2 .describe {
    margin-top: 2px;
  }
  .fuo1 {
    padding: 30px 0px 0px;
  }
  .fuo1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .fuo1_list li {
    width: 32%;
  }
  .fuo1_list .bofangBox img {
    width: 66px;
  }
  .fuo1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fuo2 {
    padding: 40px 0px 0px;
  }
  .fuo2 .text {
    margin-top: 2px;
  }
  .fuo2_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .fuo2_list li {
    width: 32%;
  }
  .fuo2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .fo1 {
    padding: 30px 0px 40px;
  }
  .fo1_list {
    margin-top: 20px;
  }
  .fo1_list .logo {
    height: 36px;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .fo1_list .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .fo2 {
    padding: 40px 0px;
  }
  .fo2 .describe {
    margin-top: 4px;
  }
  .fo2 .sw_box {
    margin-top: 20px;
  }
  .fo2 .name {
    margin-top: 6px;
  }
  .fo3 .content {
    gap: 30px;
  }
  .fo3_l {
    width: 100%;
    padding-top: 0px;
  }
  .fo3_l .describe {
    margin-top: 4px;
  }
  .fo3_r {
    width: 100%;
  }
  .fo3_r form {
    margin-top: 0px;
  }
  .so1 {
    padding: 30px 0px 0px;
  }
  .so1 .xian {
    display: none;
  }
  .so1_top {
    flex-wrap: wrap;
  }
  .so1_top .r_box {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-top: 6px;
  }
  .so1_top .l_box {
    margin-top: 0px;
    width: 100%;
  }
  .so1_top .big_title {
    margin-top: 0px;
  }
  .so1_list {
    padding: 20px 6%;
    transform: none;
    margin-top: 15px;
  }
  .so1_list .big_num {
    font-size: 24px;
    line-height: 28px;
  }
  .so1_container {
    margin-top: 20px;
  }
  .so1_container .bofangBox img {
    width: 60px;
  }
  .so2 {
    padding: 40px 0px;
  }
  .so2 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .so2 .describe {
    margin-top: 4px;
  }
  .so2 figure:nth-of-type(even) .l_box {
    margin-left: 3.65%;
  }
  .so3_container {
    padding: 40px 30px;
    width: 60%;
  }
  .so3_container .title {
    font-size: 22px;
    line-height: 30px;
  }
  .so4 {
    margin-top: 40px;
    padding: 30px 0px 40px;
  }
  .so4 .title_text {
    font-size: 14px;
    line-height: 24px;
  }
  .so4 .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .so4 .l_box .name {
    font-size: 16px;
    line-height: 24px;
  }
  .so4 .sw_box {
    padding-bottom: 20px;
  }
  .so4 .sw_box::before {
    width: 50px;
  }
  .so4 .swiper-slide {
    gap: 20px;
  }
  .seo1 {
    padding: 30px 0px 40px;
  }
  .seo1_list {
    gap: 20px 2%;
  }
  .seo1_list .box {
    padding: 15px 0px 0px;
  }
  .seo1_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .ot3_pub {
    padding: 40px 0px;
  }
  .set1 {
    padding: 30px 0px 40px;
  }
  .set1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .set1_container {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .set1_container h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .set1_container .describe {
    margin-top: 15px;
  }
  .page_change {
    margin-top: 15px;
    padding-top: 6px;
    line-height: 24px;
  }
  .page_change img {
    margin-right: 4px;
  }
  .pub_new {
    width: 100%;
    max-width: 100%;
  }
  .pub_new .pub_title {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0px;
  }
  .pub_new .list {
    gap: 6px;
  }
  .pub_new li {
    padding-bottom: 8px;
  }
  .pub_new .title {
    font-size: 16px;
    line-height: 24px;
  }
  .eo1 {
    padding: 20px 0px 40px;
  }
  .eo1_l .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 6px;
  }
  .eo1_l form {
    margin-top: 15px;
    gap: 10px;
  }
  .eo1_l form input,
  .eo1_l form textarea {
    font-size: 14px !important;
  }
  .eo1_l form input {
    height: 42px;
  }
  .eo1_l form .yzm {
    flex: none;
    width: 100%;
  }
  .eo1_l form .yzm a,
  .eo1_l form .yzm span {
    height: 28px;
  }
  .eo1_l form .tj {
    width: 100%;
    margin-left: 0px;
  }
  .eo1_r {
    width: 44%;
  }
  .eo1_r .list {
    gap: 10px;
  }
  .eo1_r .text {
    font-size: 15px;
    margin-top: 2px;
  }
  .eo1_r .icBox {
    margin-top: 12px;
  }
  .eo1_r .icBox a {
    width: 36px;
  }
  .eo2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  header {
    padding: 10px 0px;
  }
  header .lang {
    margin-right: 48px;
  }
  header .lang .lang_box {
    min-width: auto;
    min-height: auto;
    padding: 0px;
    border: none;
  }
  header .logoBox {
    width: 70px !important;
  }
  .padding_top {
    padding-top: 58.94px;
  }
  .footer_top {
    padding: 12px 0px;
    flex-direction: column;
  }
  footer .icBox {
    flex: none;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .index1 .l_box {
    width: calc(100% - 40px);
  }
  .index1_list {
    flex-wrap: wrap;
  }
  .index1_list > img {
    display: none;
  }
  .index4 .top {
    padding: 20px 20px 30px;
  }
  .index9 .top {
    padding: 20px 20px 30px;
  }
  .index5_container .r_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .index5_container .swiper_button {
    justify-content: center;
  }
  .index6_container .l_box {
    float: none;
    width: 100%;
    margin: 0px;
  }
  .index6_container .r_box {
    padding: 15px 02px 0px;
  }
  .index8 {
    padding: 0px 20px;
  }
  .index10_container figure {
    gap: 15px;
  }
  .ot1 .r_box {
    width: calc(100% - 40px);
    float: none;
    margin: 0px auto !important;
  }
  .ot1_l {
    padding-top: 15px;
  }
  .fuo2 .top {
    padding: 20px 20px 30px;
  }
  .fo3_r form {
    gap: 12px 0px;
  }
  .fo3_r form input {
    height: 42px;
  }
  .fo3_r form input,
  .fo3_r form textarea {
    font-size: 14px !important;
  }
  .fo3_r form .yzm a,
  .fo3_r form .yzm span {
    height: 42px;
  }
  .so1_list {
    flex-wrap: wrap;
  }
  .so1_list > img {
    display: none;
  }
  .so3_container {
    width: 100%;
  }
  .seo1_list li {
    width: 49%;
  }
  .eo1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .eo1_l {
    width: 100%;
  }
  .eo1_r {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .index4_list li {
    width: 49%;
  }
  .index4_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .oo2_list {
    gap: 20px 2%;
  }
  .oo2_list li {
    width: 49%;
  }
  .to3 .l_box {
    float: none !important;
    margin: 0px !important;
    width: 100%;
  }
  .to3 .content {
    padding: 12px 0px 20px !important;
  }
  .to7_list li {
    width: 100%;
  }
  .to8 form .tijiao {
    min-width: 176px;
  }
  .tho2 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .tho2 .content {
    padding: 15px 0px 10px;
  }
  .fuo1_list li {
    width: 49%;
  }
  .fuo2_list li {
    width: 49%;
  }
  .fuo2_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .fo1_list {
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .fo1_list li {
    width: 49%;
  }
  .so4 .l_box {
    width: 132px;
    flex: none;
  }
  .so4 .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .so4 .r_box {
    width: 100%;
    text-align: center;
  }
  .so4 .swiperso4-pagination {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer_a form .int1 {
    width: 100%;
  }
  .footer_a form .yzm {
    flex: none;
    width: 100%;
  }
  .footer_a form .tj {
    min-width: 100%;
    margin-left: 0px;
  }
  .index8 .hide_box {
    position: relative;
    left: 0;
    top: 0px;
    width: 100%;
    height: auto;
    transform: none;
    padding: 12px 0px 0px;
  }
  .index8 .big_describe {
    color: #333;
  }
  .index8 .title {
    font-size: 22px;
    line-height: 30px;
    color: #333;
  }
  .index8 .title a {
    color: #333;
  }
  .index8 .title a:hover {
    color: #ff6d2b;
  }
  .index8 .buttonBox a {
    border: 1px solid #ff6d2b;
    color: #ff6d2b;
  }
  .index10_container {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .index10_container figure {
    width: 32%;
  }
  .ot1 .r_box {
    width: 100%;
  }
  .ot1 .pic-btn {
    width: 14px;
  }
  .to1_list li {
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .to1_list figure {
    flex: none;
    width: 100%;
  }
  .to2_list li {
    width: 49%;
  }
  .to6_container .l_box {
    width: 100%;
    max-width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .to6_container .content {
    padding: 12px 0px 20px !important;
  }
  .to8 form .int1 {
    width: 100%;
  }
  .to8 form .yzm {
    flex: none;
    margin: 0px;
    width: 100%;
  }
  .to8 form .tijiao {
    width: 100%;
    min-width: 100%;
  }
  .fo1_list li {
    width: 100%;
  }
  .fo3_r form .int1 {
    width: 100%;
  }
  .fo3_r form .tj {
    min-width: 100%;
    margin-left: 0px;
  }
  .so2 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .so2 .r_box {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 440px) {
  .seo1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .oo2_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#ff6d2b}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #ff6d2b;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}
