@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: "Microsoft YaHei", "微软雅黑";
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #666;
  letter-spacing: 0px;
}
html body input {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 9;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span,
.rightMenu > div {
  border-radius: 5px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-color: #a0a0a0;
}
.rightMenu > a a,
.rightMenu > span a,
.rightMenu > div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightMenu > a i,
.rightMenu > span i,
.rightMenu > div i {
  font-size: 20px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover,
.rightMenu > div:hover {
  background-color: #c81e1e;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i,
.rightMenu > div:hover i {
  color: #fff;
}
.rightMenu .goTop {
  margin-top: 10px;
  background: #c81e1e;
}
.rightMenu .goTop > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .goTop:hover {
  background: #c81e1e;
}
.rightMenu .goTop i {
  font-size: 22px;
}
.rightMenu .wx,
.rightMenu .ws {
  cursor: pointer;
  position: relative;
}
.rightMenu .wx::before,
.rightMenu .ws::before {
  content: "";
  width: 4px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  position: absolute;
  background: url("../img/sj.png") no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
}
.rightMenu .wx > .hide_box,
.rightMenu .ws > .hide_box {
  display: none;
  position: absolute;
  right: calc(100% + 11px);
  top: 0px;
}
@media screen and (min-width: 992px) {
  .rightMenu .wx:hover > .hide_box,
  .rightMenu .ws:hover > .hide_box {
    display: block;
  }
  .rightMenu .wx:hover::before,
  .rightMenu .ws:hover::before {
    opacity: 1;
  }
  .rightMenu .wx:hover .imgBox,
  .rightMenu .ws:hover .imgBox {
    opacity: 1;
  }
}
.rightMenu .imgBox {
  position: absolute;
  width: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  opacity: 0;
  transition: 0.3s;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #c81e1e;
  right: 2.5%;
  top: 24px;
  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: 1150px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .nav {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 20px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Microsoft YaHei", "微软雅黑";
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #fff;
  padding-top: 5px;
}
header::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  top: 0;
  background: #c81e1e;
}
header .container {
  width: calc(100% - 40px);
  max-width: 1744px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 38px 0px 37px;
  transition: 0.3s;
}
header .center {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .logoBox {
  width: 180px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #fff !important;
}
header .menuOne.active > a::before {
  opacity: 1;
}
header .menuOne.menuactive > a {
  color: #fff !important;
}
header .menuOne.menuactive > a::before {
  opacity: 1;
}
header .menuOne {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 35px;
  color: #333333;
  margin-right: 21px;
  position: relative;
}
header .menuOne > a {
  color: #333333;
  position: relative;
  padding: 0px 16px;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
  background: #c81e1e;
  border-radius: 18px;
  z-index: -1;
  opacity: 0;
}
header .menuOne > a:hover {
  color: #fff !important;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne .active > a {
  color: #fff;
  background: #c81e1e;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #c81e1e;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  position: relative;
  margin-right: 44px;
  margin-left: 11px;
}
header .sousuo i {
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: #c81e1e;
  border: 1px solid #c81e1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sousuo i:hover {
  background: #fff;
  color: #c81e1e;
}
header .sousuo form {
  display: none;
  overflow: hidden;
  width: 682px;
  background-color: #ffffff;
  border-radius: 28px;
  border: solid 1px #dddddd;
  position: absolute;
  padding-left: 24px;
  top: calc(100% + 26px);
  right: -13px;
  z-index: 2;
}
header .sousuo form input:nth-of-type(1) {
  width: 100%;
  height: 53px;
  line-height: 33px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  color: #999;
  background: none;
}
header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
  color: #999;
}
header .sousuo form input:nth-of-type(2) {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #c81e1e;
  border: 1px solid #c81e1e;
  line-height: 25px;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #c81e1e;
  background: #fff;
}
header .ul {
  min-width: 300px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #f7f7f7;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 10px 22px;
  color: #333;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
header .ul li a:hover {
  background: #c81e1e;
  color: #fff;
}
header .ul1 {
  left: 0px;
  top: 100%;
  padding-left: 0px;
  padding-top: 12px !important;
}
header .lang {
  position: relative;
  cursor: pointer;
}
header .lang img {
  margin-right: 6px;
}
header .lang li {
  font-size: 16px;
}
header .lang li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 28px;
  padding: 0px 16px;
  white-space: nowrap;
}
header .lang li a:hover {
  color: #c81e1e;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
header .lang .lang_box:hover span {
  color: #c81e1e;
}
header .lang .lang_box:hover .xiangxia {
  color: #c81e1e;
}
header .lang .lang_box .xiangxia {
  font-size: 20px;
  color: #333;
  transition: 0.3s;
  line-height: 20px;
}
header .lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333;
  margin: 0px 2px;
}
header .lang ul {
  display: none;
  position: absolute;
  min-width: 130px;
  top: calc(100% + 10px);
  right: 0%;
  z-index: 1;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
header .lang ul > div {
  background-color: #fff;
  padding: 5px 0px;
  display: flex;
  flex-direction: column;
  gap: 13px 0px;
}
header .lang ul li {
  border-bottom: 1px dashed #c81e1e;
}
header .lang ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .lang ul img {
  margin-right: 10px;
}
header .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .dif_ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 37px);
  padding-top: 37px;
  background: #fff;
  display: none;
}
header .dif_box {
  display: flex;
  justify-content: center;
  padding-left: 13.5%;
}
header .dif_box > div {
  width: 100%;
  max-width: 1122px;
  padding: 16px 0px 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header .dif_menu {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  line-height: 30px;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19.5px 0px;
  flex: 1;
  margin-right: 10%;
}
header .dif_menu a {
  display: block;
  color: #999;
}
header .dif_menu a:hover {
  color: #c81e1e;
}
header .dif_menu .active {
  color: #c81e1e;
}
header .img_box {
  margin-top: 17px;
}
header .img_box .imgBox:nth-of-type(1) {
  display: block;
}
header .img_box .imgBox {
  display: none;
}
.fyhead .container {
  padding: 20px 0px;
}
.fyhead .dif_ul {
  top: calc(100% - 20px);
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 186px;
  min-height: 60px;
  background-color: #c81e1e;
  border: 1px solid #c81e1e;
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px;
}
.buttonBox a:hover {
  color: #c81e1e;
  background: #fff;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.padding_top {
  padding-top: 115px;
}
.big_title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #c81e1e;
}
.index_banner .swiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all 6s ease-out;
  transform: scale(1.1);
}
.index_banner .swiper-slide-active img,
.index_banner .swiper-slide-duplicate-active img {
  transform: scale(1);
}
.index_banner .swiper-slide {
  transition: opacity 900ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swbanner_button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 96px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
  color: #fff;
}
.index_banner .swbanner_button div:hover {
  background: #c81e1e;
}
.index_banner .swbanner_button div:hover img {
  filter: brightness(0) invert(1);
}
.index_banner .swbanner_button div:nth-of-type(1) {
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.index_banner .swbanner_button div:nth-of-type(2) {
  right: 0;
  border-radius: 10px 0px 0px 10px;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0 ;
}
.index_banner .swbanner-pagination {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: 35px;
}
.index_banner .swiper-pagination-bullet {
  margin: 0px !important;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
  background: #fff;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index1 {
  padding: 72px 0px 77px;
}
.index1 .describe {
  color: #666;
  line-height: 26px;
  margin-top: 35px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index1 .img_box a {
  display: block;
}
.index1 .img_box img {
  width: 100%;
}
.index1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.index1 .swiper-slide .img_box {
  opacity: 0.5;
  transition: 0.3s;
  transform: scale(0.81508);
}
.index1 .swiper-slide .title {
  width: 81.508%;
  transform: translateY(-66px);
}
.index1 .swiper-slide-prev {
  align-items: flex-start;
}
.index1 .swiper-slide-prev .img_box {
  transform-origin: left center;
}
.index1 .swiper-slide-next {
  align-items: flex-end;
}
.index1 .swiper-slide-next .img_box {
  transform-origin: right center;
}
.index1 .swiper-slide-active .img_box {
  transform: scale(1);
  opacity: 1;
}
.index1 .swiper-slide-active .title {
  width: 100%;
  transform: none;
}
.index1 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 62px;
  color: #333333;
  text-align: center;
  transition: 0.3s;
}
.index1 .title a {
  color: #333;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index1 .title a:hover {
  color: #c81e1e;
}
.index1 .sw_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: 59px;
}
.index1 .sw_button img {
  width: 100%;
  filter: brightness(0) invert(0);
  opacity: 0.65;
}
.index1 .sw_button div {
  width: 33px;
  cursor: pointer;
  box-shadow: none;
}
.index1 .sw_button div:hover {
  background: transparent;
}
.index1 .sw_button div:hover img {
  filter: brightness(1) invert(0);
}
.index1 .sw_box {
  margin-top: 93px;
}
.index1_menu {
  margin-top: 1px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 42px;
}
.index1_menu .active {
  color: #c81e1e;
}
.index1_menu .active::before {
  background: #c81e1e;
}
.index1_menu a,
.index1_menu span {
  min-width: 173px;
  cursor: pointer;
  color: #333;
  position: relative;
  padding-bottom: 7px;
}
.index1_menu a::before,
.index1_menu span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ccc;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.index1_menu a:hover,
.index1_menu span:hover {
  color: #c81e1e;
}
.index1_menu a:hover::before,
.index1_menu span:hover::before {
  background: #c81e1e;
}
.index2_top {
  background: url("../img/index2_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 88px 0px 15.1045%;
}
.index2_top .content {
  max-width: 1182px;
}
.index2_top .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  margin-top: 3px;
  padding-bottom: 12px;
}
.index2_top .bt::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #c81e1e;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.index2_top .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 26px;
}
.index2_top .j-hdata1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
}
.index2_top .j-hdata1::before {
  content: attr(title);
  display: block;
  height: 0px;
  visibility: hidden;
}
.index2_top .top {
  color: #c81e1e;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0px 3px;
}
.index2_top .big_num {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 29px;
  line-height: 32px;
  display: flex;
  align-items: flex-start;
  gap: 0px 3px;
}
.index2_top .text {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
}
.index2_top .num_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 5%;
  padding: 0px 2.5%;
  margin-top: 63px;
}
.index2_bottom {
  margin-top: -12.1%;
  padding-bottom: 133px;
}
.index3 {
  background: #1a1407;
  padding: 85px 0px 72px;
}
.index3 .turn_page {
  margin-top: 51px;
  padding: 0px 77px 70px;
}
.index3 .turn_page .title {
  position: absolute;
  bottom: -72px;
  display: none;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.index3 .turn_page #box {
  position: relative;
}
.index3 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 36.07%;
}
.index3 .turn_page #box .list-item:nth-child(4) .title {
  display: block;
}
.index3 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0;
  background: #000000;
  border-radius: 10px;
}
.index3 .turn_page #box .box-list .list-item img {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.5s;
}
.index3 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.index3 .turn_page #box .prev,
.index3 .turn_page #box .next {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  color: #c81e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1;
}
.index3 .turn_page #box .prev:hover,
.index3 .turn_page #box .next:hover {
  background: #c81e1e;
  color: #fff;
}
.index3 .turn_page #box .prev {
  left: -77px;
}
.index3 .turn_page #box .next {
  right: -77px;
}
.index3 .turn_page #box li {
  transition: 0s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.index3 .big_title {
  text-align: center;
  color: #fff;
}
.index3 .big_title a {
  color: #fff;
}
.index3 .big_title a:hover {
  color: #c81e1e;
}
.index4 .l_box {
  width: 50%;
  background: var(--i) no-repeat center;
  background-size: cover;
}
.index4 .l_box .imgBox {
  display: none;
}
.index4 .r_box {
  width: 50%;
  padding: 8% 5.24% 9.605%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.index4 .sw_box {
  background: #f5f5f5;
  position: relative;
}
.index4 .big_title {
  position: absolute;
  top: 9.5%;
  width: 50%;
  right: 0;
  padding: 0px 5.24% 0px;
  z-index: 4;
}
.index4 .sw_button {
  position: absolute;
  bottom: 9.4%;
  width: 50%;
  right: 0;
  padding: 0px 5.24% 0px;
  z-index: 4;
}
.index4 .container {
  width: 100%;
  max-width: 555px;
}
.index4 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.index4 .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;
}
.index4 .title a:hover {
  color: #c81e1e;
}
.index4 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.index4 .time {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #999;
  margin-top: 14px;
}
.index4 .time img {
  width: 20px;
}
.index4 .describe {
  line-height: 26px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  margin-top: 15px;
  -webkit-box-orient: vertical;
}
.index4 .buttonBox a{ text-transform:uppercase;} 
.index4 .buttonBox {
  margin-top: 49px;
}
.index4 .swiper {
  overflow: initial;
}
.index4 .dif_img {
  width: 43.75%;
  position: absolute;
  bottom: 0;
  right: 26px;
  z-index: 1;
  transform: translateY(28.4%);
}
.index5 {
  padding: 118px 0px 0px;
  overflow: hidden;
}
.index5 .big_title {
  text-align: center;
}
.index5 .describe {
  margin: 25px auto 0px;
  width: 100%;
  text-align: center;
  max-width: 1170px;
  color: #333;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index5 .sw_box {
  width: 100%;
  margin-top: 53px;
}
.index5 .swiper {
  overflow: hidden;
}
.index5 .swiper-slide .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.index5 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.index5 .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;
}
.index5 .title a:hover {
  color: #c81e1e;
}
.index5 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  padding: 26px 30px 0px;
}
.index5 .link {
  display: flex;
  align-items: center;
  color: #c81e1e;
  gap: 9px;
}
.index5 .link img {
  width: 19px;
}
.index5 .link:hover {
  color: #000;
}
.index5 .link:hover img {
  filter: brightness(0) invert(0);
}
.index5 .container {
  position: relative;
}
.index5 .sw_button div {
  position: absolute;
  top: 44%;
  z-index: 3;
}
.index5 .sw_button div:nth-of-type(1) {
  left: -30px;
  transform: translateX(-100%);
}
.index5 .sw_button div:nth-of-type(2) {
  right: -30px;
  transform: translateX(100%);
}
.index6 {
  background: url("../img/index6_back.jpg") no-repeat center;
  background-size: cover;
  padding: 88px 0px 73px; margin-top: 30px;
}
.index6 .l_box {
  flex: 1;
  max-width: 500px;
  margin-right: 5%;
  margin-top: 6%;
}
.index6 .big_title {
  padding-right: 5%;
}
.index6 .describe {
  color: #333;
  line-height: 26px;
  margin-top: 34px;
}
.index6 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index6 .sw_box {
  width: 60%;
  max-width: 740px;
  transform: translateX(20px);
}
.index6 .swiper {
  padding: 20px;
}
.index6 figure {
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  padding: 19px 52px 53px;
}
.index6 .logo {
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.index6 .name {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.index6 .from {
  line-height: 26px;
  color: #333;
  margin-top: 4px;
}
.index6 .box {
  flex: 1;
}
.index6 .top {
  display: flex;
  align-items: center;
  gap: 0px 40px;
}
.index6 .text {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.index6 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
.index6 .sw_button {
  margin-top: 12.8%;
}
.sw_button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sw_button i {
  transition: 0s;
}
.sw_button div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  color: #c81e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.sw_button div:hover {
  box-shadow: none;
  background: #c81e1e;
  color: #fff;
}
.title_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 5%;
}
.mbx {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding: 27px 0px 0px;
}
.mbx a {
  display: inline;
  color: #999;
}
.mbx a:hover {
  color: #c81e1e;
}
.mbx .active {
  color: #c81e1e;
}
.oo1_container {
  background: url("../img/oo1_back.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.oo1 {
  padding: 79px 0px 0px;
}
.oo1 .r_box {
  width: 42.072%;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-right: 4%;
}
.oo1 .describe {
  color: #666;
}
.oo1 figure {
  overflow: hidden;
}
.oo1 .container {
  margin-top: 38px;
}
.oo1 figure:nth-of-type(odd) .r_box {
  float: right;
  margin-left: 5%;
  margin-right: 0px;
}
.oo1 figure:nth-of-type(odd) .l_box {
  padding-top: 2px;
}
.oo1 figure:nth-of-type(even) {
  margin-top: 80px;
}
.oo1 figure:nth-of-type(even) .l_box {
  padding-top: 26px;
}
.oo1_bottom {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.oo1_bottom .list {
  width: 100%;
  max-width: 861px;
  background: #c81e1e;
  padding: 57px 0px 92px 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 80px 0px 0px 0px;
  position: relative;
}
.oo1_bottom .list::before {
  content: "";
  position: absolute;
  width: 1000%;
  height: 100%;
  background: #c81e1e;
  left: 100%;
  top: 0;
}
.oo1_bottom li {
  width: 46%;
}
.oo1_bottom .logo {
  width: 77px;
  height: 77px;
}
.oo1_bottom .logo img {
  max-width: 100%;
  max-height: 100%;
}
.oo1_bottom .text {
  color: #fff;
  margin-top: 29px;
}
.oo2 {
  background: #f4f4f4;
  padding-top: 94px;
  overflow: hidden;
}
.oo2 .big_title {
  text-align: center;
}
.oo2 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.oo2 .box {
  flex: 1;
  background: #fff;
  padding: 33px 24px 22px;
}
.oo2 .name {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oo2 .job {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 4px;
}
.oo2 .link {
  display: flex;
  align-items: center;
  gap: 5px 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.oo2 .link a {
  display: block;
  width: 20px;
}
.oo2 .link a img {
  width: 100%;
  filter: brightness(0) invert(0);
}
.oo2 .link a:hover img {
  filter: brightness(1);
}
.oo2 .swiperoo2-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 59px;
}
.oo2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background: #d1d1d1;
  margin: 0px !important;
}
.oo2 .swiper-pagination-bullet-active {
  background: #c81e1e;
}
.oo2 .sw_box {
  position: relative;
}
.oo2 .sw_button div {
  position: absolute;
  top: 41.8%;
  z-index: 3;
  width: 50px;
  height: 50px;
}
.oo2 .sw_button div:nth-of-type(1) {
  left: -70px;
  transform: translateX(-100%);
}
.oo2 .sw_button div:nth-of-type(2) {
  right: -70px;
  transform: translateX(100%);
}
.oo2 .container {
  margin-top: 60px;
}
.oo2 .box1 {
  padding-bottom: 103px;
}
.oo2 .box2 {
  padding-top: 80px;
  padding-bottom: 140px;
  display: none;
}
.oo2 .l_box {
  width: 39.643%;
  float: left;
  margin-right: 10.4%;
  margin-bottom: 10px;
  position: relative;
}
.oo2 .l_box .imgBox {
  position: relative;
  z-index: 2;
}
.oo2 .l_box img {
  border-radius: 10px;
}
.oo2 .l_box::before {
  content: "";
  position: absolute;
  background-color: #ffeceb;
  border-radius: 0px 80px 0px 0px;
  width: 100%;
  height: 100%;
  top: -40px;
  right: -41px;
  z-index: 0;
}
.oo2 .l_box::after {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #c81e1e;
  border-radius: 0px 80px 0px 0px;
  top: -80px;
  right: 32.435%;
}
.oo2 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.oo2 .describe {
  color: #666;
  margin-top: 39px;
}
.oo2 .r_box {
  padding-top: 21px;
}
.oo2_menu {
  margin-top: 26px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 41px;
}
.oo2_menu span {
  color: #333;
  display: block;
  position: relative;
  cursor: pointer;
}
.oo2_menu span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  transition: 0.4s;
  height: 0%;
  border-bottom: 1px solid #c81e1e;
}
.oo2_menu span::after {
  content: "";
  height: 100%;
  max-height: 14px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-right: 1px solid #333;
}
.oo2_menu span:hover {
  color: #c81e1e;
}
.oo2_menu span:hover::before {
  width: 100%;
}
.oo2_menu .active {
  color: #c81e1e;
}
.oo2_menu .active::before {
  width: 100%;
}
.oo2_menu span:nth-last-of-type(1)::after {
  display: none;
}
.oo3 {
  padding: 98px 0px 100px;
  overflow: hidden;
}
.oo3 .sw_box {
  background-color: #f4f4f4;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px 18px;
  margin-top: 46px;
}
.oo3 .box {
  width: calc(100% - 130px);
}
.oo3 .mySwiperoo3 {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.oo3 .mySwiperoo3 .swiper-slide {
  transition: 0.3s;
  cursor: pointer;
}
.oo3 .mySwiperoo3 .swiper-slide-thumb-active {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e;
}
.oo3 .mySwiperoo3 .swiper-slide-thumb-active p::after {
  opacity: 1;
}
.oo3 .mySwiperoo3 p {
  position: relative;
  padding: 6px 0px;
  min-height: 36px;
}
.oo3 .mySwiperoo3 p::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c81e1e;
  opacity: 0;
  transition: 0.3s;
}
.oo3 .logo_box {
  cursor: pointer;
  transition: 0.3s;
}
.oo3 .logo_box img {
  width: 23px;
  filter: brightness(0);
  opacity: 0.4;
}
.oo3 .logo_box:hover img {
  filter: brightness(1);
  opacity: 1;
}
.oo3 .year {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #c81e1e;
}
.oo3 .r_box {
  margin-left: 33px;
  flex: 1;
  width: 60%;
  overflow: hidden;
  position: relative;
}
.oo3 .r_box::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to right, transparent 45%, #ffffff);
  z-index: 4;
}
.oo3 .mySwiperoo3_1 .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.oo3 .describe {
  color: #666;
  line-height: 30px;
  margin-top: 4px;
}
.oo3 .title1 {
  padding-top: 3px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e;
  display: none;
}
.oo3 .img_box {
  width: 330px;
  max-width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.oo3 .mySwiperoo31 {
  overflow: initial;
}
.oo3 .mySwiperoo31 .swiper-slide {
  padding-right: 89px;
}
.oo3 .mySwiperoo31 .active .title1 {
  display: block;
}
.oo3 .mySwiperoo31 .active .top::after {
  background: #265d53;
}
.oo3 .mySwiperoo31 .active .month {
  opacity: 0;
}
.oo3 .mySwiperoo31 .active .img_box {
  opacity: 1;
}
.oo3 .sw_box2 {
  width: 80.56%;
}
.oo3 .sw_box1 {
  margin-top: 68px;
  position: relative;
}
.oo3 .sw_box1::before{
  content: '';
  position: absolute;
  width: 5px;
	height: 5px;
	background-color: #a3a3a3;
  border-radius: 50%;
  left: -55px;
  top: 45%;
  transform: translateY(-50%);
}
.oo3 .sw_box1::after{
  content: '';
  position: absolute;
  width: 50%;
  height: 0px;
  border-bottom: 1px solid #a3a3a3;
  left: -65px;
  top: 45%;
  transform: translate(-100%,-50%);
}
.oo3 .top {
  position: relative;
  padding-bottom: 23px;
  width: 100%;
}
.oo3 .top::before {
  content: "";
  position: absolute;
  width: calc(100% + 89px);
  height: 0;
  border-bottom: 1px solid #a3a3a3;
  left: 0;
  bottom: 0;
}
.oo3 .top::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  bottom: 1px;
  left: 0;
  transform: translateY(50%);
  z-index: 1;
  background: #a3a3a3;
  transition: 0.3s;
}
.oo3 .month {
  position: absolute;
  width: 100%;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  bottom: 13px;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.oo3 .bottom {
  padding-top: 25px;
  width: 100%;
}
.oo3 .bottom_box {
  position: relative;
  height: 157px;
  overflow: auto;
}
.oo3 .bottom_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.oo3 .bottom_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.oo3 .bottom_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.oo3 .bottom_hide {
  position: absolute;
  max-height: 100%;
  width: 100%;
  left: 0;
  top: 0%;
}
.oo4 {
  padding-bottom: 100px;
  position: relative;
}
.oo4 .img_back {
  width: 40%;
  max-width: 582px;
  position: absolute;
  bottom: -5px;
  right: 6.2%;
}
.oo4 .l_box {
  width: 50%;
  background: var(--i) no-repeat center;
  background-size: cover;
  border-radius: 0px 90px 10px 0px;
  overflow: hidden;
}
.oo4 .l_box .imgBox {
  display: none;
}
.oo4 .r_box {
  width: 50%;
  padding: 9.4% 3.82% 8.619%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.oo4 .sw_box {
  position: relative;
}
.oo4 .big_title {
  position: absolute;
  top: 12.2%;
  width: 50%;
  right: 0;
  padding: 0px 3.82% 0px;
  z-index: 4;
}
.oo4 .sw_button {
  justify-content: flex-end;
  position: absolute;
  bottom: 9.4%;
  width: calc(50% - 30px);
  max-width: 700px;
  left: 50%;
  z-index: 4;
  gap: 0px 30px;
}
.oo4 .sw_button div {
  width: 50px;
  height: 50px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  border: solid 2px #c81e1e;
}
.oo4 .container {
  width: 100%;
  max-width: 555px;
}
.oo4 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oo4 .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;
}
.oo4 .title a:hover {
  color: #c81e1e;
}
.oo4 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.oo4 .time {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #666;
  margin-top: 24px;
}
.oo4 .time img {
  width: 20px;
}
.oo4 .describe {
  line-height: 26px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  margin-top: 25px;
  -webkit-box-orient: vertical;
}
.oo4 .swiper {
  overflow: initial;
}
.oo4 .link {
  margin-top: 9.2%;
  color: #c81e1e;
}
.oo4 .link img {
  width: 22px;
  transition: 0s;
}
.oo4 .link a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #c81e1e; text-transform:uppercase;
}
.oo4 .link a:hover {
  color: #333;
}
.oo4 .link a:hover img {
  filter: brightness(0);
}
.oo5 .index3 {
  padding: 85px 0px 83px;
  background: #f4f4f4;
}
.oo5 .index3 .big_title {
  color: #333;
}
.oo5 .index3 .big_title a {
  color: #333;
}
.oo5 .index3 .big_title a:hover {
  color: #c81e1e;
}
.oo5 .index3 .turn_page .title {
  color: #333;
}
.oo5 .index3 .turn_page #box .prev {
  left: -12%;
  transform: translate(-100%, -50%);
}
.oo5 .index3 .turn_page #box .next {
  right: -12%;
  transform: translate(100%, -50%);
}
.oo5 .index3 .turn_page #box .prev,
.oo5 .index3 .turn_page #box .next {
  width: 50px;
  height: 50px;
  border: 2px solid #c81e1e;
  top: 41%;
}
.oto_container {
  background: url("../img/oto_back.jpg") no-repeat center;
  background-size: cover;
}
.oto1 {
  overflow: hidden;
  padding: 83px 0px 65px;
}
.oto1 .r_box {
  width: 46.5%;
  position: relative;
  float: right;
  margin-bottom: 35px;
  margin-left: 8%;
}
.oto1 .r_box .imgBox {
  position: relative;
  z-index: 1;
}
.oto1 .r_box img {
  border-radius: 50px 10px 10px 10px;
  overflow: hidden;
}
.oto1 .r_box::before {
  content: "";
  position: absolute;
  width: 152px;
  height: 152px;
  background: url("../img/oto1_ib.png") no-repeat center;
  background-size: cover;
  left: -42px;
  bottom: -32px;
  z-index: 0;
}
.oto1 .describe {
  margin-top: 27px;
  line-height: 36px;
  color: #666;
}
.oto1 .describe em {
  font-style: normal;
  color: #c81e1e;
  font-size: 18px;
}
.oto1 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e !important;
  position: relative;
  padding-left: 22px;
}
.oto1 .bt::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c81e1e;
  left: 0;
  top: 9px;
}
.oto1 .big_title {
  margin-top: 14px;
}
.oto1 .l_box {
  padding-top: 5.65%;
}
.oto2 {
  padding: 98px 0px 64px;
  background: #f6f6f6;
}
.oto2 .img_box {
  width: 40.286%;
  position: relative;
}
.oto2 .img_box .imgBox {
  border-radius: 50px 10px 10px 10px;
  overflow: hidden;
}
.oto2 .link {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 13px;
  bottom: 0;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.oto2 .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 1;
  border-radius: 50%;
  background: #c81e1e;
  position: relative;
  border: 1px solid #c81e1e;
}
.oto2 .link a img {
  width: 11px;
  height: auto;
  transition: 0s;
  filter: brightness(0) invert(1);
}
.oto2 .link a:hover {
  background: #fff;
}
.oto2 .link a:hover img {
  filter: brightness(1) invert(0);
}
.oto2 .describe {
  color: #666;
  line-height: 30px;
}
.oto2 .r_box {
  width: 55.4%;
  padding-bottom: 5px;
  padding-right: 4%;
}
.oto2 .sw_box {
  margin-top: 60px;
}
.oto2 .sw_box .swiper {
  padding-bottom: 35px;
}
.oto2 .sw_box .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.oto2 .swiperoto2-pagination {
  width: auto;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
}
.oto2 .swiperoto2-pagination .active {
  font-size: 24px;
  color: #c81e1e;
}
.oto2 .sw_box1 {
  display: flex;
  align-items: center;
  margin-top: 49px;
}
.oto2 .l_box {
  flex: 1;
  width: 60%;
  margin-right: 20px;
}
.oto2 .l_box .swiper-slide {
  height: auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 30px;
  width: auto;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  transition: 0.3s;
}
.oto2 .l_box .swiper-slide p::before {
  content: attr(title);
  font-family: "Microsoft YaHei", "微软雅黑";
  height: 0px;
  display: block;
  visibility: hidden;
}
.oto2 .l_box .swiper-slide:hover {
  background: #fff;
  border-right: 1px solid #fff;
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #c81e1e;
}
.oto2 .l_box .active {
  background: #fff;
  border-right: 1px solid #fff;
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #c81e1e;
}
.ott1 {
  border-radius: 200px 10px 10px 10px;
  overflow: hidden;
  background: #f6f6f6;
  padding: 31px 37px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 83px !important;
}
.ott1 .l_box {
  flex: 1;
  text-align: center;
  padding: 0px 5%;
}
.ott1 .r_box {
  border-radius: 10px;
  overflow: hidden;
  width: 52.489%;
}
.ott1 .describe {
  line-height: 30px;
  color: #666;
  margin-top: 8px;
}
.ott2 {
  padding: 99px 0px 0px;
}
.ott2 .container {
  display: flex;
  flex-direction: column;
  gap: 80px 0px;
  margin-top: 30px;
}
.ott2 figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ott2 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ott2 .r_box {
  width: 43.072%;
  border-radius: 10px;
  overflow: hidden;
}
.ott2 .num {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 66px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 86px;
  letter-spacing: 0px;
  color: #c81e1e;
  opacity: 0.3;
  position: relative;
}
.ott2 .num::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 4px;
  max-width: 100%;
  background-color: #c81e1e;
  left: 0;
  bottom: 0;
}
.ott2 .l_box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 4px;
}
.ott2 .describe {
  margin-top: 6px;
  line-height: 30px;
  color: #666;
  flex: 1;
  margin-left: 10.3%;
  position: relative;
  overflow: auto;
  height: calc(100% - 6px);
}
.ott2 .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ott2 .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ott2 .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ott2 .describe1 {
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
}
.ott3 {
  padding: 98px 0px 99px;
}
.ott3 .big_title {
  text-align: center;
}
.ott3 .text {
  line-height: 30px;
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 920px;
  margin: 22px auto 0px;
}
.ott3 .container {
  display: flex;
  justify-content: flex-end;
  margin-top: 54px;
  position: relative;
}
.ott3 .r_box {
  width: 49.572%;
  border-radius: 10px;
  overflow: hidden;
}
.ott3 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.ott3 .describe {
  line-height: 30px;
  color: #666;
  margin-top: 15px;
}
.ott3 .l_box {
  position: absolute;
  width: 53.643%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 32px 38px 32px 34px;
  max-height: 95%;
  overflow: auto;
}
.ott3 .l_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ott3 .l_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.ott3 .l_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ott4 {
  background: url("../img/ott4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 98px 0px 88px;
}
.ott4 .big_title {
  color: #fff;
  text-align: center;
}
.ott4 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  text-align: center;
  padding: 36px 0px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .ott4 .swiper-slide:hover {
    background: #c81e1e;
    transform: translateY(-9px);
  }
  .ott4 .swiper-slide:hover .number::before {
    width: 40px;
  }
  .ott4 .swiper-slide:hover .describe {
    border-right: none;
  }
}
.ott4 .swiper {
  padding-top: 9px;
}
.ott4 .number {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
}
.ott4 .number::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0px;
  max-width: 100%;
  height: 4px;
  background-color: #ffffff;
  transition: 0.3s;
}
.ott4 .describe {
  line-height: 30px;
  color: #fff;
  margin-top: 25px;
  padding: 0px 15px 0px;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ott4 .sw_box {
  position: relative;
  margin-top: 29px;
}
.ott4 .swiper_button div {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.ott4 .swiper_button div:hover {
  border: 1px solid #c81e1e;
  background: #c81e1e;
}
.ott4 .swiper_button div:nth-of-type(1) {
  left: -80px;
  transform: translate(-100%, -50%);
}
.ott4 .swiper_button div:nth-of-type(2) {
  right: -80px;
  transform: translate(100%, -50%);
}
.ott5 {
  padding: 98px 0px 90px;
}
.ott5 .big_title {
  text-align: center;
}
.ott5 .text {
  line-height: 30px;
  color: #666;
  width: 100%;
  max-width: 1200px;
  margin: 52px auto 0px;
  text-align: center;
}
.ott5 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 1.7855%;
  margin-top: 54px;
}
.ott5 li {
  width: 32.143%;
}
.ott5 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.ott5 .describe {
  color: #666;
  padding: 22px 9px 0px;
}
.otth1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 82px 0px 70px;
}
.otth1 .l_box {
  flex: 1;
  padding-top: 2px;
  text-align: center;
}
.otth1 .describe {
  line-height: 30px;
  color: #666;
  margin-top: 32px;
}
.otth1 .big_title {
  position: relative;
  padding-top: 44px;
}
.otth1 .big_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 6px;
  background-color: #c81e1e;
}
.otth1 .r_box {
  width: 56.858%;
  position: relative;
  margin-left: 12.7%;
}
.otth1 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.otth1 .img1 {
  width: 73.995%;
  position: relative;
}
.otth1 .img1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 10px 60px;
  border: solid 1px #c81e1e;
  left: -50px;
  bottom: -40px;
  z-index: -1;
}
.otth1 .img2 {
  position: absolute;
  right: 0;
  bottom: -62px;
  width: 47.362%;
}
.otth2 {
  margin-top: 75px;
  overflow: hidden;
  padding-bottom: 100px;
  background: url('../img/otth2_back.jpg') no-repeat center;
  background-size: cover;
}
.otth2 .content {
  display: flex;
  flex-direction: column;
  gap: 88px 0px;
}
.otth2 figure {
  overflow: hidden;
}
.otth2 .l_box {
  width: 42.072%;
  position: relative;
  margin-bottom: 40px;
}
.otth2 .l_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 60px 10px;
  border: solid 1px #c81e1e;
  left: -40px;
  bottom: -39px;
  /* z-index: -1; */
}
.otth2 .l_box .imgBox{
  position: relative;
  z-index: 1;
}
.otth2 figure:nth-of-type(odd) .l_box {
  float: left;
  margin-left: 40px;
  margin-right: 5.8%;
}
.otth2 figure:nth-of-type(odd) .r_box {
  padding-top: 15px;
}
.otth2 figure:nth-of-type(odd) .describe {
  margin-top: 52px;
}
.otth2 figure:nth-of-type(even) .l_box {
  float: right;
  margin-right: 40px;
  margin-left: 5.8%;
}
.otth2 figure:nth-of-type(even) .l_box::before {
  left: auto;
  right: -40px;
}
.otth2 figure:nth-of-type(even) .r_box {
  padding-top: 5.85%;
}
.otth2 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.otth2 .describe {
  line-height: 30px;
  color: #666;
}
.otth3 {
  background: #f5f5f5;
  padding: 98px 0px 100px;
}
.otth3 .big_title {
  text-align: center;
}
.otth3 .bt {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.otth3 .bt span {
  margin: 0px 30px;
}
.otth3 .bt::before {
  content: "";
  width: 216px;
  height: 1px;
  background-color: #c3c3c3;
  display: block;
}
.otth3 .bt::after {
  content: "";
  width: 216px;
  height: 1px;
  background-color: #c3c3c3;
  display: block;
}
.otth3 .logo {
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.otth3 .logo img {
  width: 100%;
}
.otth3 .describe {
  line-height: 30px;
  color: #666;
  margin-top: 22px;
}
.otth3 .list {
  margin-top: 59px;
  display: flex;
  align-items: flex-start;
  gap: 20px 5.35625%;
  flex-wrap: wrap;
}
.otth3 .list li {
  width: 15.715%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.otth3 .container1 {
  margin-top: 58px;
}
.otth3 .container2 {
  margin-top: 90px;
}
.otth3 .container2 .bt::before{
  background: #666;
}
.otth3 .container2 .bt::after{
  background: #666;
}
.otth3 .num {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e;
  position: relative;
  transition: 0.3s;
}
.otth3 .num::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #c81e1e;
  left: 0;
  bottom: -1px;
  transition: 0.3s;
}
.otth3 .text {
  line-height: 30px;
  color: #666;
  transition: 0.3s;
  margin-top: 15px;
}
.otth3 .number {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #c81e1e;
  transition: 0.3s;
  opacity: 0.1;
  position: absolute;
  right: 32px;
  bottom: 28px;
  padding-bottom: 8px;
}
.otth3 .number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #c81e1e;
  left: 0;
  bottom: 0;
}
.otth3 .list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 1.7855%;
  margin-top: 59px;
}
.otth3 .list1 li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 33px 39px 15px;
  width: 32.143%;
  border-radius: 10px;
  border: solid 1px #c81e1e;
  background: transparent;
  transition: 0.3s;
  min-height: 236px;
}
@media screen and (min-width: 992px) {
  .otth3 .list1 li:hover {
    background: #c81e1e;
  }
  .otth3 .list1 li:hover .num {
    color: #fff;
  }
  .otth3 .list1 li:hover .num::before {
    border-bottom: 1px solid #fff;
  }
  .otth3 .list1 li:hover .text {
    color: #fff;
  }
  .otth3 .list1 li:hover .number {
    color: #fff;
  }
  .otth3 .list1 li:hover .number::before {
    background: #fff;
  }
}
.otth4 {
  padding: 98px 0px 94px;
}
.otth4 .big_title {
  text-align: center;
}
.otth4 .bt {
  width: 100%;
  max-width: 1255px;
  line-height: 30px;
  color: #666;
  text-align: center;
  margin: 52px auto 0px;
}
.otth4 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 1.7855%;
  margin-top: 54px;
}
.otth4 li {
  width: 32.143%;
}
.otth4 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.otth4 .describe {
  color: #666;
  padding: 22px 9px 0px;
}
.otth5 {
  background: url("../img/otth5_back.jpg") no-repeat center;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 140px;
}
.otth5 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.otth5 .r_box {
  width: 49.643%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2.732%;
  margin-bottom: -178px;
}
.otth5 figure {
  width: 48.634%;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.otth5 figure .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.otth5 figure:nth-of-type(odd) {
  flex-direction: column-reverse;
}
.otth5 .l_box {
  flex: 1;
  text-align: center;
  margin-right: 10.1%;
  padding-bottom: 6.8%;
}
.otth5 .describe {
  color: #f1f1f1;
  margin-top: 32px;
}
.otth5 .big_title {
  position: relative;
  padding-top: 44px;
  color: #fff;
  text-align: center;
}
.otth5 .big_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 6px;
  background-color: #fff;
}
.otth6 {
  padding: 99px 0px 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.otth6 .l_box {
  width: 61.858%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.otth6 .img_l {
  width: 55.89%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.otth6 .img_r {
  width: 41.802%;
}
.otth6 .big_title {
  position: relative;
  padding-top: 71px;
  line-height: 56px;
}
.otth6 .big_title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: #c81e1e;
  left: 0;
  top: 0;
}
.otth6 .describe {
  margin-top: 38px;
  color: #666;
}
.otth6 .r_box {
  flex: 1;
  margin-left: 5.4%;
  padding-bottom: 5.1%;
}
.otfu1 {
  overflow: hidden;
  padding: 79px 0px 95px;
}
.otfu1 .r_box {
  width: 35.286%;
  float: right;
  margin-top: 4px;
  margin-left: 7.1%;
  margin-bottom: 5px;
}
.otfu1 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  color: #333;
  margin-top: 59px;
}
.otfu1 .describe {
  color: #666;
  margin-top: 12px;
}
.otfu2 {
  background: #f5f5f5;
  padding: 108px 0px 100px;
}
.otfu2 .big_title {
  font-family: "Microsoft YaHei", "微软雅黑";
  text-align: center;
}
.otfu2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.225%;
  margin: 60px auto 0px;
  width: 100%;
  max-width: 1278px;
}
.otfu2 li {
  position: relative;
  width: 31.85%;
  background: #fff;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 36px 30px 20px 39px;
  min-height: 235px;
  gap: 10px 0px;
}
@media screen and (min-width: 992px) {
  .otfu2 li:hover {
    background: #c81e1e;
  }
  .otfu2 li:hover .describe {
    color: #fff;
  }
  .otfu2 li:hover .logo {
    opacity: 1;
  }
  .otfu2 li:hover .num {
    opacity: 0;
  }
}
.otfu2 .num {
  right: 34px;
  bottom: 20px;
  position: absolute;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #c81e1e;
}
.otfu2 .describe {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  transition: 0.3s;
  color: #666;
  width: 100%;
}
.otfu2 .logo {
  width: 88px;
  opacity: 0;
  transition: 0.3s;
}
.otfu2 .logo img {
  max-width: 100%;
}
.otfu3 {
  padding: 98px 0px 100px;
}
.otfu3 .big_title {
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  position: relative;
  padding-bottom: 68px;
}
.otfu3 .big_title::before {
  content: "";
  width: 120px;
  height: 8px;
  background-color: #c81e1e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.otfu3 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0.8925%;
  margin-top: 60px;
}
.otfu3 li {
  width: 19.286%;
  border-radius: 10px;
  border: solid 1px #d0d0d0;
  padding: 37px 21px 29px;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .otfu3 li:hover {
    border: 1px solid transparent;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
}
.otfu3 .describe {
  color: #666;
  margin-top: 29px;
}
.otfu3 .logo {
  width: 83px;
}
.otfu3 .logo img {
  width: 100%;
}
.otho1 {
  overflow: hidden;
  padding: 76px 0px 95px;
}
.otho1 .r_box {
  width: 51.072%;
  float: right;
  margin-top: 7px;
  margin-left: 6%;
}
.otho1 .big_title {
  line-height: 60px;
}
.otho1 .describe {
  margin-top: 46px;
}
.otho2 {
  position: relative;
  padding: 93px 0px 0px;
}
.otho2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  max-height: 882px;
  left: 0;
  top: 0;
  background: url("../img/otho2_back.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.otho2 .big_title {
  line-height: 60px;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.otho2 .r_box1 {
  width: 36.929%;
  float: right;
  margin-left: 6.3%;
  margin-bottom: 5px;
  margin-top: 7px;
  border-radius: 10px;
  overflow: hidden;
}
.otho2 .box1 {
  overflow: hidden;
}
.otho2 .box2 {
  overflow: hidden;
  margin-top: 94px;
}
.otho2 .describe {
  margin-top: 36px;
}
.otho2 .l_box2 {
  width: 48.358%;
  float: left;
  margin-right: 4.15%;
  margin-bottom: 5px;
}
.otho2 .r_box2 {
  padding-top: 14.15%;
}
.otho2 .describe1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  margin-top: 35px;
}
.otho3 {
  display: flex;
  flex-direction: column;
  gap: 60px 0px;
  padding: 55px 0px 105px;
}
.otho3 .big_title {
  font-family: "Microsoft YaHei", "微软雅黑";
}
.otho3 figure {
  padding-top: 40px;
  overflow: hidden;
}
.otho3 .l_box {
  padding-top: 5%;
}
.otho3 figure:nth-of-type(odd) .r_box {
  width: 44.286%;
  float: right;
  margin-left: 8.8%;
  margin-bottom: 5px;
}
.otho3 .describe {
  font-family: "Microsoft YaHei", "微软雅黑";
  margin-top: 40px;
}
.otho3 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.otho3 figure:nth-of-type(even) .r_box {
  float: left;
  width: 47.786%;
  margin-bottom: 5px;
  margin-right: 4.8%;
}
.otho3 figure:nth-of-type(even) .l_box {
  padding-top: 5.6%;
}
.otho3 figure:nth-of-type(1) .r_box {
  position: relative;
}
.otho3 figure:nth-of-type(1) .r_box::before {
  content: "";
  position: absolute;
  left: -38px;
  top: -38px;
  width: 228px;
  height: 228px;
  background: #c81e1e;
  border-radius: 30px 0px 0px 0px;
  z-index: -1;
}
.otho3 figure:nth-of-type(3) .r_box {
  position: relative;
}
.otho3 figure:nth-of-type(3) .r_box::before {
  content: "";
  position: absolute;
  left: -42px;
  top: -35px;
  width: 208px;
  height: 208px;
  background: url("../img/otho3_la.png") no-repeat center;
  z-index: -1;
}
.otht1 {
  overflow: hidden;
  padding: 81px 0px 100px;
}
.otht1 .big_title{
  line-height: 60px;
}
.otht1 .r_box {
  margin-top: 2px;
  width: 39%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10%;
}
.otht1 .describe {
  margin-top: 41px;
}
.otht2 {
  padding: 94px 0px 0px;
  position: relative;
}
.otht2::before{
  content: '';
  position: absolute;
  background: url("../img/otht2_back.jpg") no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 55px);
  z-index: -1;
}
.otht2 .container {
  display: flex;
  justify-content: space-between;
}
.otht2 figure {
  width: 47%;
}
.otht2 .describe {
  color: #fff;
}
.otht2 .container1 {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 29px 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 92px;
  margin-bottom: -55px;
  position: relative;
  z-index: 1;
}
.otht2 .container1 li {
  width: 33.3333%;
  display: flex;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.otht2 .container1 li:nth-of-type(3n) {
  border-right: none;
}
.otht2 .container1 span {
  display: inline;
  color: #c81e1e;
  margin: 0px 2px;
}
.otht2 .container1 b {
  margin: 0px 2px;
  display: inline;
  vertical-align: bottom;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-weight: normal;
  color: #c81e1e;
  font-size: 40px;
  line-height: 42px;
}
.otht3 {
  background: url("../img/otht3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 215px 0px 157px;
}
.otht3 .sw_box {
  position: relative;
}
.otht3 .l_box {
  width: 43.929%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.otht3 .swiper-slide {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  position: relative;
}
.otht3 .r_box {
  width: 49.15%;
  position: absolute;
  top: 50.6%;
  transform: translateY(-50%);
  right: 0;
  max-height: calc(100% - 60px);
  overflow: auto;
}
.otht3 .r_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.otht3 .r_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.otht3 .r_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.otht3 .describe {
  margin-top: 42px;
}
.otht3 .swbutton_box {
  width: 43.929%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.otht3 .sw_button {
  width: 150px;
  height: 100px;
  background: #e8f0f5;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0px 0px 0px;
}
.otht3 .sw_button div {
  width: 50px;
  height: 50px;
}
.otht3 .swiperotht3-pagination {
  position: absolute;
  z-index: 1;
  right: 0;
  left: auto;
  bottom: 0;
  width: auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666;
}
.otht3 .swiperotht3-pagination .active {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 22px;
  color: #c81e1e;
}
.otht4 {
  display: flex;
  flex-direction: column;
  gap: 69px 0px;
}
.otht4 .big_title {
  line-height: 60px;
}
.otht4 .r_box1 {
  float: right;
  width: 39%;
  margin-left: 11%;
  margin-bottom: 30px;
}
.otht4 .r_box1::before {
  right: -30px;
  bottom: -30px;
  border-radius: 0px 0px 50px 0px;
}
.otht4 .r_box2 {
  float: left;
  width: 44.072%;
  margin-right: 5.7%;
  margin-bottom: 20px;
}
.otht4 .r_box2::before {
  left: -20px;
  bottom: -20px;
  border-radius: 10px;
}
.otht4 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.otht4 .r_box {
  position: relative;
}
.otht4 .r_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #c81e1e;
  z-index: -1;
}
.otht4 .describe {
  margin-top: 36px;
}
.otht4 .l_box1 {
  padding-top: 5.8%;
}
.otht4 .l_box2 {
  padding-top: 5.8%;
}
.otht5 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 100px auto !important;
}
.otht5 .r_box {
  width: 57.143%;
  border-radius: 10px;
  overflow: hidden;
}
.otht5 .describe {
  color: #666;
}
.otht5 .l_box {
  width: 46.215%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: auto;
  position: absolute;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90%;
  z-index: 1;
  padding: 44px 26px 46px;
}
.otht5 .l_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.otht5 .l_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.otht5 .l_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.othth1 {
  overflow: hidden;
  padding: 86px 0px 95px;
}
.othth1 .l_box {
  width: 48.855%;
  float: left;
  margin-right: 1.9%;
  margin-bottom: 5px;
}
.othth1 .content {
  padding-right: 38px;
}
.othth1 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 31px;
}
.othth1 .describe {
  text-align: center;
  color: #333;
  margin-top: 48px;
}
.othth1 .buttonBox {
  margin-top: 52px;
  justify-content: center;
}
.othth1 .buttonBox a {
  min-width: 280px;
  min-height: 60px;
  border-radius: 6px;
}
.othth2 {
  padding-bottom: 95px;
}
.othth2 .container1 {
  background: url("../img/othth2_back.png") no-repeat center;
  background-size: cover;
  padding: 94px 0px 236px;
}
.othth2 .box {
  width: 100%;
  max-width: 910px;
}
.othth2 .describe {
  margin-top: 51px;
}
.othth2 .container2 {
  margin-top: -7.2%;
}
.othth2 .container2 .content {
  overflow: hidden;
}
.othth2 .l_box {
  width: 49%;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
  margin-right: 7.1%;
}
.othth2 .r_box {
  padding-top: 15.5%;
}
.othth3 {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.othth3 .r_box {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  width: 53.698%;
}
.othth3 .content {
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
.othth3 .l_box {
  width: 52.929%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: auto;
  position: absolute;
  max-height: 95%;
  padding: 48px 50px 43px;
  top: 50%;
  transform: translateY(-50%);
}
.othth3 .l_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.othth3 .l_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.othth3 .l_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.othth3 .big_title {
  font-family: "Microsoft YaHei", "微软雅黑";
  line-height: 60px;
}
.othth3 .describe {
  margin-top: 20px;
}
.othth4 {
  padding: 100px 0px 81px;
}
.othth4 .container1 {
  background: url("../img/othth4_back.png") no-repeat center;
  background-size: cover;
}
.othth4 .container1 .content {
  display: flex;
  justify-content: flex-end;
}
.othth4 .box {
  width: 100%;
  max-width: 650px;
  padding: 93px 0px 212px;
}
.othth4 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.othth4 .describe {
  margin-top: 47px;
}
.othth4 .container2 {
  margin-top: -6.15%;
}
.othth4 .container2 .content {
  overflow: hidden;
}
.othth4 .r_box {
  width: 47.072%;
  overflow: hidden;
  float: right;
  margin-bottom: 5px;
  margin-left: 6%;
}
.othth4 .l_box {
  padding-top: 10.15%;
}
.ofuo1 {
  padding: 81px 0px 100px;
  overflow: hidden;
}
.ofuo1 .container {
  margin-top: 45px;
}
.ofuo1 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.ofuo1 .img1 {
  width: 48.215%;
  float: right;
  margin-left: 2.856%;
  margin-bottom: 5px;
}
.ofuo1 .img2 {
  margin-bottom: 5px;
  float: left;
  width: 48.929%;
  margin-top: 54px;
}
.ofuo1 .describe {
  color: #333;
  padding-top: 7px;
}
.ofuo1 .describe1 {
  width: 48.215%;
  float: right;
  color: #fff;
  margin-top: 55px;
  padding: 54px 0px 65px;
  position: relative;
}
.ofuo1 .describe1::before {
  content: "";
  position: absolute;
  background: url("../img/ofuo1_back.png") no-repeat right;
  background-size: cover;
  width: 52.553vw;
  min-width: 1009px;
  height: 100%;
  left: -10.8%;
  top: 0;
  z-index: -1;
  border-radius: 0px 0px 0px 50px;
}
.ofuo2 {
  background: url("../img/ofuo2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 98px 0px 99px;
}
.ofuo2 .big_title {
  text-align: center;
}
.ofuo2 .swiper {
  padding: 8px 0px;
  margin-top: 34px;
}
.ofuo2 .sw_box {
  padding-top: 6px;
}
.ofuo2 .swiper-slide {
  width: 260px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.ofuo2 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0px;
  margin-top: 135px;
}
.ofuo2 li {
  border-radius: 20px;
  overflow: hidden;
  width: 48.572%;
}
.ofo1 {
  padding: 81px 0px 94px;
}
.ofo1 .describe {
  color: #666;
  margin-top: 32px;
}
.ofo1 .list {
  margin-top: 29px;
}
.ofo1 li {
  overflow: hidden;
  padding-top: 5px;
}
.ofo1 .r_box {
  width: 266px;
  float: right;
  margin-bottom: 5px;
  margin-left: 3%;
  border-radius: 10px;
  overflow: hidden;
}
.ofo1 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  color: #333;
}
.ofo1 .describe1 {
  color: #666;
}
.ofo1 .box {
  padding-top: 14px;
}
.ofo1 .describe2 {
  color: #333;
  margin-top: 17px;
}
.ofo2 {
  background: #f5f5f5;
  padding: 98px 0px 102px;
}
.ofo2 .describe {
  color: #666;
  margin-top: 28px;
}
.ofo2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 49px 2.8565%;
  margin-top: 36px;
}
.ofo2 li {
  width: 31.429%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 51px 27px 37px;
  position: relative;
}
.ofo2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: #c81e1e;
}
.ofo2 .add {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e;
}
.ofo2 .box {
  line-height: 34px;
  color: #666;
  margin-top: 25px;
}
.ofo2 .box a {
  display: inline;
  color: #666;
}
.ofo2 .box a:hover {
  color: #c81e1e;
}
.ofo2 figure {
  display: flex;
  flex-wrap: wrap;
}
.ofo2 .logo + * {
  flex: 1;
}
.ofo2 .logo {
  margin-right: 10px;
  width: 18px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.ofo2 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.ofo3 {
  padding: 65px 0px 90px;
}
.ofo3 .sw_button{
  gap: 30px;
}
.ofo3 .sw_box {
  margin-top: 60px;
}
.ofo3 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.ofo3 .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;
}
.ofo3 .title a:hover {
  color: #c81e1e;
}
.ofo3 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.ofo3 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  padding: 13px 10px 0px;
}
.ofo3 .link {
  display: flex;
  align-items: center;
  color: #c81e1e;
  gap: 9px; text-transform:uppercase;
}
.ofo3 .link img {
  width: 21px;
}
.ofo3 .link:hover {
  color: #000;
}
.ofo3 .link:hover img {
  filter: brightness(0) invert(0);
}
.ofo3 .sw_button div {
  width: 50px;
  height: 50px;
}
.to1 {
  padding: 77px 0px 90px;
}
.to1 .describe {
  color: #666;
  margin-top: 10px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 30px 2.8565%;
}
.to1_list li {
  width: 31.429%;
}
.to1_list .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.to1_list .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.to1_list .bt a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.to1_list .bt a:hover {
  color: #c81e1e;
}
.to1_list .box {
  padding: 18px 2px 0px 12px;
}
.to1_list .describe1 {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.to2 {
  padding-bottom: 94px;
}
.to2 li {
  width: 23.572%;
}
.to2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.904%;
  margin-top: 38px;
}
.to2 .imgBox {
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #cacaca;
}
.to2 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e;
}
.to2 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #c81e1e;
}
.to2 .title a:hover {
  color: #333;
}
.to2 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 15px;
}
.to2 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 6px;
}
.to2 .box {
  padding: 17px 10px 0px;
}
.to3 {
  background: url("../img/to3_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 60px 0px 64px;
}
.to3 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}
.to3 .title a {
  color: #fff;
}
.to3 .title a:hover {
  color: #333;
}
.to3 .describe {
  margin: 26px auto 0px;
  width: 100%;
  max-width: 830px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.to3 .buttonBox {
  justify-content: center;
  margin-top: 30px;
}
.to3 .buttonBox a {
  background: #fff;
  color: #c81e1e;
  min-width: 170px;
  min-height: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.to3 .buttonBox a:hover {
  background: #c81e1e;
  color: #fff;
}
.tt1 {
  padding: 77px 0px 0px;
}
.tt1 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333;
  margin-top: 10px;
}
.tt1 .show {
  -webkit-line-clamp: initial !important;
  -webkit-mask-image: none !important;
}
.tt1 .read {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.tt1 .read span {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  background: #c81e1e;
  border-radius: 23px;
  border: 1px solid #c81e1e;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  padding: 5px 15px;
}
.tt1 .read span:hover {
  background: #fff;
  color: #c81e1e;
}
.tt2 {
  padding: 22px 0px 90px;
}
.tt2 li {
  width: 23.572%;
}
.tt2 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 49px 1.904%;
  margin-top: 38px;
}
.tt2 .imgBox {
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #cacaca;
}
.tt2 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e;
}
.tt2 .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #c81e1e;
}
.tt2 .title a:hover {
  color: #333;
}
.tt2 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 15px;
}
.tt2 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 6px;
}
.tt2 .box {
  padding: 17px 10px 0px;
}
.tth1 {
  padding-top: 83px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tth1 .r_box {
  width: 37.143%;
  position: relative;
}
.tth1 .r_box img {
  transition: 0s;
}
.tth1 .r_box .zoomPad {
  position: relative;
  float: left;
  z-index: 5;
  cursor: crosshair;
}
.tth1 .r_box .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tth1 .r_box .zoomPup {
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 8px;
  z-index: 101;
  cursor: crosshair;
}
.tth1 .r_box .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.tth1 .r_box .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.tth1 .r_box .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.tth1 .r_box .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tth1 .r_box .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.tth1 .r_box .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.tth1 .r_box .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.tth1 .r_box .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.tth1 .r_box .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 4;
}
.tth1 .r_box .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.tth1 .r_box .big-img img {
  border-radius: 5px;
}
.tth1 .r_box .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.tth1 .r_box .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.tth1 .r_box .pic-small {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 19px;
}
.tth1 .r_box .pic-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 26px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 22px;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.1);
  border-radius: 10px 0px 0px 10px;
}
.tth1 .r_box .pic-btn.prev {
  left: 0;
  border-radius: 10px 0px 0px 10px;
}
.tth1 .r_box .pic-btn.next {
  right: 0;
  border-radius: 0px 10px 10px 0px;
}
.tth1 .r_box .pic-btn:hover {
  color: #c81e1e;
}
.tth1 .r_box .pic-list {
  overflow: hidden;
  width: 87.8%;
  margin: 0 auto;
}
.tth1 .r_box .pic-list ul {
  width: 1000%;
  display: flex;
}
.tth1 .r_box .list-item {
  position: relative;
  width: 1.865%;
  flex-shrink: 0;
  margin-right: 0.17%;
}
.tth1 .r_box .item-pics,
.tth1 .r_box .pic-list .item-video {
  display: block;
  position: relative;
  border-radius: 5px;
  border: solid 1px #e9e9e9;
  overflow: hidden;
}
.tth1 .r_box .item-pics:before,
.tth1 .r_box .pic-list .item-video:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url() no-repeat center left;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  z-index: -1;
}
.tth1 .r_box .item-pics img,
.tth1 .r_box .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.tth1 .r_box .item-pics.zoomThumbActive:before,
.tth1 .r_box .item-video.active:before {
  left: -8px;
}
.tth1 .r_box .m-propic2 {
  display: none;
}
.tth1 .r_box .provideo-box {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.tth1 .r_box .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 78.75%;
  height: 0;
}
.tth1 .r_box .provideo-box .provideo iframe,
.tth1 .r_box .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tth1 .r_box .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.tth1 .r_box .item-pics:hover,
.tth1 .r_box .item-pics.active,
.tth1 .r_box .item-video:hover,
.tth1 .r_box .item-video.active {
  opacity: 1;
}
.tth1_l {
  flex: 1;
  margin-left: 3.9%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 0px 0px;
  gap: 20px 0px;
}
.tth1_l .describe {
  color: #666;
}
.tth1_l h1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tth1_l .describe {
  color: #333;
  margin-top: 31px;
}
.tth1_l .describe1 {
  line-height: 40px;
  color: #333;
  margin-top: 22px;
}
.tth1_l .describe1 p {
  position: relative;
  padding-left: 19px;
}
.tth1_l .describe1 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 9px;
  background: url("../img/star.png") no-repeat center;
  background-size: cover;
}
.tth1_l .share_box {
  color: #999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tth1_l .button {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 23px;
}
.tth1_l .button a {
  min-width: 180px;
  min-height: 46px;
  background-color: #ffedec;
  border-radius: 23px;
  font-size: 18px;
  color: #c81e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px; text-transform:uppercase;
}
.tth1_l .button a:hover {
  background: #c81e1e;
  color: #fff;
}
.tth2 {
  padding: 100px 0px 0px;
}
.tth2 .big_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
.tth2 .describe {
  color: #666;
  margin-top: 22px;
}


.tth2 .describe table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;

}
.tth2 .describe table tr td {
  padding: 10px;
  border: 1px solid #666;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.tth3 {
  padding: 86px 0px 94px;
}
.tth3 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 44px 1.904%;
  margin-top: 48px;
}
.tth3 li {
  width: 23.572%;
}
.tth3 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.tth3 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tth3 .bt a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tth3 .bt a:hover {
  color: #c81e1e;
}
.tth3 .describe1 {
 
  overflow: hidden;

  color: #666;
  margin-top: 21px;
}
.tth3 .box {
  padding: 38px 0px 0px;
}
.tth4 {
  background: #f6f6f6;
  padding: 76px 0px 100px;
}
.tth4 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cacaca;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tth4 .r_box {
  flex: 1;
  padding: 2px 29px 0px;
}
.tth4 .imgBox {
  width: 44.203%;
  border-right: 1px solid #cacaca;
}
.tth4 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tth4 .bt a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tth4 .bt a:hover {
  color: #c81e1e;
}
.tth4 .describe {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-right: 10px;
  margin-top: 20px;
}
.tth4 .link {
  display: flex;
  align-items: center;
  color: #c81e1e;
  gap: 9px;
  margin-top: 26px;
}
.tth4 .link img {
  width: 21px;
}
.tth4 .link:hover {
  color: #000;
}
.tth4 .link:hover img {
  filter: brightness(0) invert(0);
}
.tth4 .sw_button div {
  width: 50px;
  height: 50px;
}
.tth4 .sw_box {
  margin-top: 38px;
}
.tth5 {
  padding: 96px 0px 90px;
}
.tth5 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.7855%;
  margin-top: 48px;
}
.tth5 li {
  width: 32.143%;
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  padding: 24px 30px;
  min-height: 190px;
}
.tth5 .name {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tth5 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  margin-right: 20px;
}
.tth5 .title a {
  color: #c81e1e;
  display: inline;
  margin-left: 3px;
}
.tth5 .title a:hover {
  color: #333;
}
.tth5 .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 10px;
  margin-top: 25px;
}
.tth5 .link {
  width: 27px;
  display: block;
  margin-top: 7px;
}
.tth5 .link img {
  width: 100%;
  filter: brightness(1);
}
.tth5 .link:hover img {
  filter: brightness(0);
}
.tho_container {
  padding: 77px 0px 94px;
}
.tho_container .describe {
  color: #666;
  margin-top: 40px;
}
.tho_container .list {
  display: flex;
  gap: 56px 1.7855%;
  flex-wrap: wrap;
  margin-top: 54px;
}
.tho_container li {
  width: 32.143%;
}
.tho_container li .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.tho_container .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tho_container .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;
}
.tho_container .title a:hover {
  color: #c81e1e;
}
.tho_container .describe1 {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 2px;
}
.tho_container .box {
  padding-top: 24px;
}
.tht1 {
  padding: 77px 0px 0px;
}
.tht1 .describe {
  color: #666;
  margin-top: 20px;
}
.tht1 .img_box {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
.tht1 .img_box .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.tht1 .l_box {
  width: 33.572%;
}
.tht1 .r_box {
  width: 64.286%;
}
.tht2 {
  overflow: hidden;
  padding: 99px 0px 95px;
}
.tht2 .l_box {
  width: 39.271%;
  float: right;
  margin-left: 4%;
  margin-bottom: 5px;
}
.tht2 .content {
  padding: 36px 0px 0px;
}
.tht2 .describe {
  margin-top: 40px;
}
.thth1 {
  padding: 81px 0px 100px;
  overflow: hidden;
}
.thth1 .l_box {
  width: 41.929%;
  border-radius: 10px;
  overflow: hidden;
}
.thth1 .container {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.thth1 .r_box {
  padding-top: 51px;
  width: 54.9%;
}
.thth1 .describe {
  color: #fff;
  padding: 41px 0px;
  position: relative;
}
.thth1 .describe::before {
  content: "";
  position: absolute;
  width: 1000%;
  height: 100%;
  left: -11.8%;
  top: 0;
  background: #c81e1e;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  z-index: -1;
}
.thth2 {
  background: url("../img/thth2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 54px 0px 68px;
}
.thth2 .big_title {
  text-align: center;
}
.thth2 .num {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.thth2 .dian {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(231, 31, 25, 0.16);
  position: relative;
}
.thth2 .dian::before {
  content: "";
  border-radius: 50%;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-color: #c81e1e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.thth2 .list {
  position: relative;
  margin-top: 60px;
}
.thth2 .list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 3px;
  background: #c81e1e;
  z-index: 1;
}
.thth2 .list::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 3px;
  right: 0;
  top: 0;
  background: #ffedec;
}
.thth2 li {
  position: relative;
  padding: 21px 0px 53px;
}
.thth2 li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #c81e1e;
  transition: 0.5s;
  z-index: 1;
}
.thth2 li::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 3px;
  right: 0;
  bottom: 0;
  background: #ffedec;
}
.thth2 li:hover .dian::before {
  width: 18px;
  height: 18px;
}
.thth2 li:hover::before {
  width: 100%;
}
.thth2 .describe {
  padding-left: 35px;
  margin-right: 6%;
  flex: 1;
}
.thth2 .box {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.thth3 {
  padding: 94px 0px 100px;
}
.thth3 .describe {
  color: #666;
}
.thth3 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
  margin-top: 48px;
}
.thth3 li {
  width: 33.333333%;
  position: relative;
  padding: 5px 20px 5px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thth3 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #ffedec;
}
.thth3 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 50px;
  background-color: #c81e1e;
}
.thth3 .number {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 150px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 150px;
  letter-spacing: 0px;
  color: #666666;
  opacity: 0.1;
  position: absolute;
  right: 15px;
  bottom: 0;
}
.thth4 {
  overflow: hidden;
  background: #ededed;
}
.thth4 .l_box {
  width: 44.115%;
  float: left;
  border-radius: 0px 80px 0px 0px;
  overflow: hidden;
  margin-right: 2.65%;
}
.thth4 .describe {
  color: #666;
  margin-top: 30px;
}
.thth4 .buttonBox {
  margin-top: 33px;
}
.thth4 .buttonBox a {
  min-width: 178px;
  min-height: 50px; text-transform:uppercase;
}
.thth4 .content {
  padding: 66px 0px 50px;
}
.thth5 {
  padding: 98px 0px 100px;
}
.thth5 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.thth5 figure {
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  padding: 24px 30px;
  min-height: 190px;
}
.thth5 .name {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.thth5 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  margin-right: 20px;
}
.thth5 .title a {
  color: #c81e1e;
  display: inline;
  margin-left: 3px;
}
.thth5 .title a:hover {
  color: #333;
}
.thth5 .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 10px;
  margin-top: 25px;
}
.thth5 .link {
  width: 27px;
  display: block;
  margin-top: 7px;
}
.thth5 .link img {
  width: 100%;
  filter: brightness(1);
}
.thth5 .link:hover img {
  filter: brightness(0);
}
.thth5 .sw_button div {
  width: 50px;
  height: 50px;
}
.thth5 .sw_box {
  margin-top: 47px;
}
.thfu1 {
  padding: 77px 0px 57px;
  overflow: hidden;
}
.thfu1 .r_box {
  width: 39.786%;
  border-radius: 10px;
  overflow: hidden;
  float: right;
  margin-left: 6%;
  margin-top: 2px;
  margin-bottom: 5px;
}
.thfu1 .describe {
  margin-top: 31px;
}
.thfu1 .describe strong {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-weight: normal;
  font-size: 24px;
  color: #333;
}
.thfu1 .describe em{
  font-style: normal;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.thfu2 {
  display: flex;
  flex-direction: column;
  gap: 51px 0px;
  padding-bottom: 100px;
}
.thfu2 .bt {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.thfu2 .table {
  line-height: 30px;
  max-height: 720px;
  width: 100%;
  text-align: center;
  color: #333;
  overflow: auto;
}
.thfu2 .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.thfu2 .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dcdcdc;
}
.thfu2 .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: f3f3f3;
}
.thfu2 table {
  width: 100%;
  border-collapse: collapse;
}
.thfu2 table tr:nth-of-type(1) {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.thfu2 table tr:nth-of-type(1) td {
  background: #e8e8e8;
  box-shadow: none;
  padding: 25px 20px;
}
.thfu2 table td {
  background-color: #fafafa;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
}
.thfu2 .describe {
  margin-top: 37px;
  text-align: center;
}
.thf_container {
  background: url("../img/thf1_back.jpg") no-repeat center;
  background-size: cover;
}
.thf1 {
  padding: 77px 0px 100px;
}
.thf1 .logo {
  transition: 0.3s;
  width: 10px;
  margin-left: 5%;
}
.thf1 .logo img {
  width: 100%;
}
.thf1 .title_1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px 30px;
  min-height: 80px;
  cursor: pointer;
  transition: 0.3s;
}
.thf1 .title_1 p {
  flex: 1;
}
.thf1 .title_1:hover {
  background: #c81e1e;
  color: #fff;
}
.thf1 .title_1:hover .logo img {
  filter: brightness(0) invert(1);
}
.thf1 .title_1 + ul > div {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}
.thf1 .title_2 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px 30px;
  padding-left: 40px;
  min-height: 80px;
  cursor: pointer;
}
.thf1 .title_2 p {
  flex: 1;
  padding-left: 30px;
}
.thf1 .title_2:hover {
  background: #c81e1e;
  color: #fff;
}
.thf1 .title_2:hover .logo img {
  filter: brightness(0) invert(1);
}
.thf1 .active {
  background: #c81e1e;
  color: #fff;
}
.thf1 .active .logo {
  transform: rotate(90deg);
}
.thf1 .active .logo img {
  filter: brightness(0) invert(1);
}
.thf1 .title_2 + ul > div {
  background: #f3f3f3;
  padding: 0px 40px 9px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  border-radius: 0px 0px 10px 10px;
}
.thf1 .title_2 + ul > div .describe {
  padding-left: 30px;
}
.thf1 .title_2 + ul > div li {
  border-bottom: 1px solid #e3e3e3;
  padding: 23px 0px 20px;
}
.thf1 .title_2 + ul > div li:nth-last-of-type(1) {
  border-bottom: none;
}
.thf1 .title_1 + ul,
.thf1 .title_2 + ul {
  display: none;
}
.thf1 .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 48px;
}
.thf1 .PageNumber {
  margin-top: 60px;
}
.ths_container {
  padding: 78px 0px 95px;
}
.ths_container .big_title {
  line-height: 56px;
}
.ths_container .container {
  padding: 107px 0px 0px;
}
.ths_container .container .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.ths_box1 .l_box {
  width: 32.072%;
  float: left;
  margin-left: 73px;
  position: relative;
  margin-right: 42px;
  margin-bottom: 65px;
}
.ths_box1 .l_box::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 396px;
  height: calc(100% + 120px);
  left: -73px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background: #c81e1e;
}
.ths_box1 .describe {
  color: #333;
}
.ths_box1 .r_box {
  padding-top: 40px;
}
.ths_box2 {
  padding-top: 87px;
}
.ths_box2 .l_box {
  width: 39.715%;
  float: right;
  margin-left: 4%;
  margin-top: 8px;
  margin-bottom: 5px;
}
.ths_box2 .describe {
  color: #333;
}
.ths_box3 {
  padding-top: 87px;
}
.ths_box3 .l_box {
  width: 40.643%;
  float: left;
  position: relative;
  margin-right: 7.8%;
  margin-bottom: 5px;
  margin-top: 8px;
}
.ths_box3 .l_box::before {
  content: "";
  position: absolute;
  width: 1000%;
  height: 90%;
  max-height: 441px;
  background: #fde8e8;
  right: -29px;
  top: 79px;
  z-index: -1;
}
.ths_box3 .describe {
  color: #333;
}
/* .ths_box3 .r_box {
  padding-top: 8px;
} */
.thse_container {
  padding: 77px 0px 100px;
}
.thse_container .text {
  line-height: 26px;
  color: #333;
  margin-top: 17px;
}
.thse_container .container {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
  margin-top: 56px;
}
.thse_container .logo {
  transition: 0.3s;
  width: 10px;
  margin-left: 5%;
}
.thse_container .logo img {
  width: 100%;
}
.thse_container li {
  background-color: #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  padding-bottom: 8px;
}
.thse_container li:hover {
  background: #c81e1e;
  color: #fff;
}
.thse_container li:hover .title_1 {
  color: #fff;
}
.thse_container li:hover .logo img {
  filter: brightness(0) invert(1);
}
.thse_container .active {
  background: #c81e1e;
  color: #fff;
}
.thse_container .active .title_1 {
  color: #fff;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.thse_container .active .logo {
  transform: rotate(90deg);
}
.thse_container .active .logo img {
  filter: brightness(0) invert(1);
}
.thse_container .describe {
  padding: 0px 100px 12px 30px;
}
.thse_container .title_1 {
  gap: 5px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px 18px;
  transition: 0.3s;
}
.thse_container .title_1 p {
  flex: 1;
}
.thse_container .PageNumber {
  margin-top: 60px;
}
.the_container {
  padding: 77px 0px 100px;
}
.the_container .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 56px;
}
.the_container .text {
  color: #333;
  line-height: 26px;
  margin-top: 17px;
}
.the_container .r_box {
  width: 31.286%;
  border-radius: 10px;
  overflow: hidden;
}
.the_container .logo {
  transition: 0.3s;
  width: 10px;
  margin-left: 5%;
}
.the_container .logo img {
  width: 100%;
}
.the_container .title_1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px 30px;
  min-height: 80px;
  cursor: pointer;
  transition: 0.3s;
}
.the_container .title_1 p {
  flex: 1;
}
.the_container .title_1:hover {
  background: #c81e1e;
  color: #fff;
}
.the_container .title_1:hover .logo img {
  filter: brightness(0) invert(1);
}
.the_container .title_1 + ul > div {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
  margin-bottom: 10px;
}
.the_container .title_1 + ul > div > li {
  border-radius: 6px;
  overflow: hidden;
}
.the_container .title_2 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  padding-left: 40px;
  min-height: 80px;
  cursor: pointer;
  background-color: #f3f3f3;
}
.the_container .title_2:hover {
  background: #c81e1e;
  color: #fff;
}
.the_container .title_2:hover .logo img {
  filter: brightness(0) invert(1);
}
.the_container .title_2 p {
  flex: 1;
  padding-left: 30px;
}
.the_container .title_2.active + ul > div {
  background: #c81e1e;
  color: #fff;
}
.the_container .active {
  background: #c81e1e;
  color: #fff;
}
.the_container .active .logo {
  transform: rotate(90deg);
}
.the_container .active .logo img {
  filter: brightness(0) invert(1);
}
.the_container .title_2 + ul > div {
  background: #f3f3f3;
  padding: 0px 70px 9px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.the_container .title_2 + ul > div .describe {
  padding-left: 20px;
}
.the_container .title_2 + ul > div li {
  border-bottom: 1px solid #e3e3e3;
  padding: 23px 0px 20px;
}
.the_container .title_2 + ul > div li:nth-last-of-type(1) {
  border-bottom: none;
}
.the_container .title_1 + ul,
.the_container .title_2 + ul {
  display: none;
}
.the_container .l_box {
  flex: 1;
  margin-right: 50px;
}
.the_container .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.the_container .PageNumber {
  margin-top: 50px;
}
.thn_container {
  padding: 81px 0px 94px;
}
.thn_container .list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 1.7855%;
  margin-top: 60px;
}
.thn_container li {
  width: 32.143%;
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  padding: 24px 30px;
  min-height: 190px;
}
.thn_container .name {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.thn_container .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  margin-right: 20px;
}
.thn_container .title a {
  color: #c81e1e;
  display: inline;
  margin-left: 3px;
}
.thn_container .title a:hover {
  color: #333;
}
.thn_container .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 10px;
  margin-top: 25px;
}
.thn_container .link {
  width: 27px;
  display: block;
  margin-top: 7px;
}
.thn_container .link img {
  width: 100%;
  filter: brightness(1);
}
.thn_container .link:hover img {
  filter: brightness(0);
}
.pub_menu {
  width: 300px;
  margin-right: 39px;
  margin-top: 7px;
}
.pub_menu .logo {
  width: 10px;
  display: none;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.pub_menu .logo img {
  width: 100%;
}
.pub_menu .logo.active {
  transform: rotate(90deg);
}
.pub_menu .menu_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_menu .menu_all a {
  flex: 1;
  color: #333;
}
.pub_menu .menu_all a:hover {
  color: #c81e1e;
}
.pub_menu .menu1 {
  margin-top: 33px;
  padding: 15px 15px 43px;
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
}
.pub_menu .menu1 > div {
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}
.pub_menu .menu1 a {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding: 10px 15px;
  display: block;
  border-radius: 25px;
  overflow: hidden;
}
.pub_menu .menu1 a:hover {
  background: #c81e1e;
  color: #fff;
}
.pub_menu .menu1 .active a {
  background: #c81e1e;
  color: #fff;
}
.pub_menu .title_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pub_menu .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 15px;
  flex: 1;
}
.pub_menu .title a {
  color: #333;
}
.pub_menu .title a:hover {
  color: #c81e1e;
}
.pub_menu .link {
  line-height: 22px;
  color: #666;
}
.pub_menu .link:hover {
  color: #c81e1e;
}
.pub_menu .l_box {
  width: 114px;
  margin-right: 18px;
}
.pub_menu .bt {
  font-size: 18px;
  color: #333;
  flex: 1;
}
.pub_menu .bt a {
  color: #333;
}
.pub_menu .bt a:hover {
  color: #c81e1e;
}
.pub_menu .list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
}
.pub_menu .list li {
  display: flex;
  align-items: center;
}
.pub_menu .box2 {
  margin-top: 66px;
}
.pub_menu .box3 {
  margin-top: 67px;
  overflow: hidden;
  border-radius: 10px;
}
.pub_menu .box3 .title1 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.pub_menu .box3 .top {
  padding: 23px 10px 16px 20px;
}
.pub_menu .top {
  background: url('../img/pub_back.jpg') no-repeat center;
  background-size: cover !important;
}
.pub_menu .list1 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-left: 1px solid #fff;
  margin-left: 5px;
  padding-left: 9px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 22px;
  padding-top: 14px;
  min-height: 107px;
}
.pub_menu .list1 li {
  display: flex;
  align-items: flex-start;
}
.pub_menu .list1 .logo1 + * {
  flex: 1;
}
.pub_menu .list1 a {
  color: #fff;
}
.pub_menu .list1 a:hover {
  color: #c81e1e;
}
.pub_menu .list1 .logo1 {
  width: 20px;
  height: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 18px;
}
.pub_menu .list1 .logo1 img {
  max-width: 100%;
  max-height: 100%;
}
.pub_menu .bottom {
  background: #c81e1e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  gap: 10px 18px;
}
.pub_menu .bottom a {
  color: #fff;
}
.pub_menu .bottom a:hover {
  color: #333;
}
.fuo1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 83px 0px 65px;
}
.fuo1_r {
  flex: 1;
}
.fuo1_r .l_box {
  width: 360px;
  overflow: hidden;
  border-radius: 10px;
}
.fuo1_r .list {
  display: flex;
  flex-direction: column;
  gap: 32px 0px;
}
.fuo1_r li {
  gap: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fuo1_r .r_box {
  padding-top: 1px;
  flex: 1;
}
.fuo1_r .time {
  color: #666;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
}
.fuo1_r .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.fuo1_r .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.fuo1_r .title a:hover {
  color: #c81e1e;
}
.fuo1_r .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: 9px;
}
.fuo1_r .buttonBox {
  margin-top: 40px;
}
.fuo1_r .buttonBox a {
  min-width: 160px;
  min-height: 45px;
  background: #fff;
  color: #c81e1e;
  border: 1px solid #c81e1e; text-transform:uppercase;
}
.fuo1_r .buttonBox a:hover {
  background: #c81e1e;
  color: #fff;
}
.fuo1_r .PageNumber {
  margin-top: 78px;
}
.fuo2 {
  text-align: center;
  background: #c81e1e;
  padding: 60px 0px 65px;
}
.fuo2 .bt {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #f5f5f5;
}
.fuo2 .big_title {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 3px;
}
.fuo2 .buttonBox {
  margin-top: 20px;
  justify-content: center;
}
.fuo2 .buttonBox a {
  background: #fff;
  font-size: 18px;
  min-width: 321px;
  min-height: 60px;
  border-radius: 30px;
  color: #c81e1e;
  border: 1px solid #fff;
}
.fuo2 .buttonBox a:hover {
  background: #c81e1e;
  color: #fff;
}
.fut1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 80px 0px 104px;
}
.fut1 .pub_menu {
  margin-top: 11px;
}
.fut1_r {
  flex: 1;
}
.fut1_r .time {
  display: flex;
  align-items: center;
  gap: 11px;
}
.fut1_r .share_box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fut1_r .share_time {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 14px;
}
.fut1_r h1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.fut1_r .describe {
  line-height: 26px;
  color: #666;
  margin-top: 33px;
}
.fut1_r .describe img {
  max-width: 100%;
  display: inline-block;
}
.so1 {
  padding: 81px 0px 60px;
}
.so1 .big_title {
  text-align: center;
}
.so1 .l_box {
  width: 42.858%;
}
.so1 .r_box {
  flex: 1;
  position: relative;
  padding: 56px 5% 60px 5.2%;
  margin: 40px auto;
}
.so1 .r_box::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 74px);
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 10px;
  z-index: -1;
}
.so1 .sw_box {
  position: relative;
  margin-top: 48px;
}
.so1 .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.so1 .fuhao {
  width: 62px;
}
.so1 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c81e1e;
  margin-top: 38px;
}
.so1 .describe {
  color: #666;
  margin-top: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.so1 .link {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}
.so1 .link img {
  width: 22px;
  height: auto;
}
.so1 .link a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c81e1e; text-transform:uppercase;
}
.so1 .link a:hover {
  color: #333;
}
.so1 .link a:hover img {
  filter: brightness(0);
}
.so1 .swiperso1-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  width: 57.142%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  bottom: 110px;
  padding: 0px 5.2%;
}
.so1 .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 3px;
  background-color: #c81e1e;
  opacity: 0.3;
  transition: 0.3s;
  border-radius: 0px !important;
  margin: 0px !important;
}
.so1 .swiper-pagination-bullet-active {
  width: 22px;
  opacity: 1;
}
.so2 {
  background: url('../img/so2_back.jpg') no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}
.so2 .swiperso2-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-top: 46px;
}
.so2 .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 3px;
  background-color: #c81e1e;
  opacity: 0.3;
  transition: 0.3s;
  border-radius: 0px !important;
  margin: 0px !important;
}
.so2 .swiper-pagination-bullet-active {
  width: 22px;
  opacity: 1;
}
.so2 .logo {
  width: 92px;
  height: 69px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.so2 .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(1) invert(0);
  transition: 0.1s;
}
.so2 figure {
  background: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 18px 10px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .so2 figure:hover {
    background: #c81e1e;
  }
  .so2 figure:hover .logo img {
    filter: brightness(0) invert(1);
  }
  .so2 figure:hover .title {
    color: #fff;
  }
  .so2 figure:hover .describe {
    color: #efefef;
  }
  .so2 figure:hover .link {
    color: #fff;
  }
  .so2 figure:hover .link img {
    filter: brightness(0) invert(1);
  }
}
.so2 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 14px 0px;
}
.so2 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  height: 60px;
  letter-spacing: 0px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 34px;
  transition: 0.3s;
}
.so2 .describe {
  line-height: 30px;
  height: 90px;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
  transition: 0.3s;
}
.so2 .link {
  color: #c81e1e;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;text-transform:uppercase;
}
.so2 .link img {
  width: 22px;
  height: auto;
  filter: brightness(1) invert(0);
}
.so2 .link:hover {
  text-decoration: underline;
}
.so3 {
  background: var(--i) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 98px 0px 100px;
}
.so3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 0;
}
.so3 .content {
  position: relative;
  z-index: 1;
}
.so3 .big_title {
  text-align: center;
  color: #fff;
}
.so3 .l_box {
  width: 40.286%;
  position: relative;
}
.so3 .sw_box {
  margin-top: 60px;
  position: relative;
}
.so3 .swiper_button div {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ffffff;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.so3 .swiper_button div:hover {
  background: #c81e1e;
}
.so3 .swiper_button div img {
  width: 25px;
}
.so3 .swiper_button div:nth-of-type(1) {
  left: -160px;
}
.so3 .swiper_button div:nth-of-type(2) {
  right: -160px;
}
.so3 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.so3 .r_box {
  flex: 1;
  padding: 68px 5% 50px 5.3%;
  display: flex;
  flex-direction: column;
}
.so3 .text {
  writing-mode: vertical-lr;
  position: absolute;
  height: 100%;
  min-width: 50px;
  padding: 20px 10px;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  background: rgba(200, 30, 30, 0.9);
}
.so3 .title {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #c81e1e;
}
.so3 .describe {
  margin-top: 22px;
  position: relative;
  flex: 1;
  overflow: auto;
}
.so3 .describe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.so3 .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.so3 .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.so3 .describe1 {
  color: #666;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
}
.st_container {
  padding: 80px 0px 90px;
}
.st_container h1 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #dadada;
  padding-bottom: 39px;
}
.st_container .describe {
  margin-top: 22px;
}
.st_container .describe strong {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.st_container .describe img {
  display: inline-block;
  max-width: 100%;
}
.sth1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 81px 0px 79px;
  align-items: flex-start;
}
.sth1 .l_box {
  width: 62.429%;
}
.sth1 .describe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 26px;
}
.sth1 .bt {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 50px;
}
.sth1 .big_title {
  line-height: 60px;
}
.sth1 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  padding: 42px 89px 51px 58px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.08);
}
.sth1 form > * {
  width: 100%;
}
.sth1 form input,
.sth1 form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #cccccc;
  outline: none;
  resize: none;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  height: 40px;
  padding: 0px 27px;
}
.sth1 form input {
  height: 50px;
}
.sth1 form textarea {
  height: 94px;
  padding-top: 13px;
}
.sth1 form input::placeholder,
.sth1 form input::-webkit-input-placeholder,
.sth1 form textarea::placeholder {
  color: #666;
}
.sth1 form .int1 {
  width: 100%;
}
.sth1 form .int1::before {
  top: 32px;
}
.sth1 form .yzm {
  flex: 1;
  position: relative;
  margin-right: 12px;
}
.sth1 form .yzm input {
  padding-right: 120px;
}
.sth1 form .yzm span {
  height: 38px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sth1 form .yzm span img {
  height: 100%;
}
.sth1 form .yzm_submit {
  display: flex;
  align-items: center;
}
.sth1 form .submit {
  min-width: 313px;
}
.sth1 form .submit input {
  font-family: "Microsoft YaHei", "微软雅黑";
  width: 100%;
  background-color: #c81e1e;
  color: #fff;
  border: 1px solid #c81e1e;
  transition: 0.3s;
  cursor: pointer;text-transform:uppercase;
}
.sth1 form .submit input:hover {
  color: #c81e1e;
  background: #fff;
}
.sth1 .hd {
  position: relative;
}
.sth1 .hd::before {
  content: "*";
  position: absolute;
  color: #ff0000;
  top: 55%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
}
.sth1 .form_box {
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.08);
  padding: 0px 23px 19px;
  margin-top: 49px;
}
.sth1 .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  flex-shrink: 0;
  margin-top: 27px;
}
.sth1 .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  flex-shrink: 0;
  background: var(--i);
  color: #fff;
}
.sth1 .icBox a i {
  font-size: 18px;
}
.sth1 .icBox a:hover {
  color: #fff !important;
  transform: translateY(-3px);
}
.sth1 .title {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.sth1 .text {
  color: #999;
  margin-top: 5px;
}
.sth1 .text a {
  color: #999;
}
.sth1 .text a:hover {
  color: #c81e1e;
}
.sth1 .r_box {
  width: 28.7%;
  padding-top: 5px;
}
.sth1 .r_box .list {
  display: flex;
  flex-direction: column;
  gap: 65px 0px;
}
.sth2 {
  padding-bottom: 101px;
}
.page_change {
  color: #333;
  border-top: 1px solid #cccccc;
  padding-top: 24px;
  margin-top: 56px;
}
.page_change a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a:hover {
  color: #c81e1e;
}
.page_change a,.page_change span{ margin-left:5px; }
.page_change p {
  display: flex;
  align-items: center;
}
.domain2 {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 9999999999999999999999;
}
.domain2 .guanbi {
  position: absolute;
  right: 20px;
  top: 15px;
  transform: rotate(45deg);
}
.domain2 .guanbi i {
  color: #666;
  cursor: pointer;
}
.domain2 .guanbi i:hover {
  color: #c81e1e;
}
.domain2 .do2n {
  width: 95%;
  max-width: 1348px;
  max-height: 90%;
  overflow: auto;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 79px 6.02% 74px;
  position: relative;
  text-align: center;
}
.domain2 .do2n::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.domain2 .do2n::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.domain2 .do2n::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.domain2 .describe {
  font-size: 18px;
  color: #333;
  margin-top: 22px;
}
.domain2 .afterBox {
  position: relative;
}
.domain2 .afterBox input {
  padding-left: 38px;
}
.domain2 .afterBox::before {
  left: 14px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 57%;
  transform: translateY(-50%);
}
.domain2 form {
  width: 100%;
  max-width: 655px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 33px auto 0px;
}
.domain2 form input,
.domain2 form textarea {
  display: block;
  background-color: #fff;
  border: solid 1px #dddddd;
  border-radius: 28px;
  width: 100%;
  resize: none;
  outline: none;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 15px;
  transition: 0.3s;
}
.domain2 form input::placeholder,
.domain2 form input::-webkit-input-placeholder,
.domain2 form textarea::placeholder {
  color: #999;
}
.domain2 form input {
  height: 57px;
}
.domain2 .int1 {
  flex: 1;
  margin-right: 13px;
}
.domain2 .submit {
  min-width: 230px;
}
.domain2 .submit input {
  background: #c81e1e;
  color: #fff;
  padding: 0px 15px !important;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #c81e1e;
}
.domain2 .submit input:hover {
  background: #fff;
  color: #c81e1e;
}
.domain2 .describe1 {
  color: #333;
  margin-top: 35px;
}
.domain2 .describe1 a {
  display: inline;
  color: #c81e1e;
}
.domain2 .describe1 a:hover {
  color: #333;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666;
  width: 100%;
}
.PageNumber a {
  width: 40px;
  line-height: 28px;
  background-color: #fff;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #e5e5e5;
  background: #ffffff;
}
.PageNumber a:hover {
  border: 1px solid #c81e1e;
  color: #fff;
  background-color: #c81e1e;
}
.PageNumber .active {
  border: 1px solid #c81e1e;
  color: #fff;
  background-color: #c81e1e;
}
.PageNumber .p_f ,.PageNumber .big{
  width: 93px;
}
.PageNumber a.no:hover {
  border: 1px solid #e5e5e5;
  color: #666;
  background-color: #fff;
}
.PageNumber .p_l {
  width: 61px;
}
footer {
  background: #190101;
  padding: 60px 0px 64px;
}
footer .bt {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bt img {
  display: none;
  width: 8px;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
footer .bt a {
  color: #fff;
}
footer .bt a:hover {
  color: #c81e1e;
}
footer .dif_up.active {
  transform: rotate(90deg);
}
footer form {
  width: 100%;
  padding-left: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 11px;
}
footer form .hd {
  position: relative;
}
footer form .hd::before {
  content: "*";
  position: absolute;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
}
footer form p {
  width: 100%;
  margin-top: 13px;
}
footer form .ttBox {
  margin-top: 14px;
}
footer form .ttBox::before {
  top: 33%;
}
footer form .half {
  width: 46.8%;
}
footer form .yzm_submit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer form .yzm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex: 1;
  margin-top: 14px;
}
footer form .yzm span {
  height: 34px;
  flex-shrink: 0;
  margin-left: 27px;
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
}
footer form .yzm input {
  width: 100%;
  flex: 1;
}
footer form .buttonBox {
  width: 83px;
  flex-shrink: 0;
  margin-top: 14px;
  margin-left: 19px;
}
footer form .buttonBox input {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  padding: 0px !important;
  border: none;
  background: #c81e1e;
  border: 1px solid #c81e1e;
  transition: 0.3s;
   text-transform:uppercase;
}
footer form .buttonBox input:hover {
  background: #fff;
  color: #c81e1e;
}
footer form input {
  height: 34px;
  padding-right: 5px;
}
footer form input,
footer form textarea {
  display: block;
  background-color: transparent;
  border: solid 1px #cccccc;
  width: 100%;
  resize: none;
  outline: none;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 0px 8px;
}
footer form textarea {
  height: 67px;
  padding-top: 7px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  font-family: "Microsoft YaHei", "微软雅黑";
  color: #fff;
}
footer .footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 52px;
}
footer .l_box {
  width: 62.7%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px 5%;
}
footer .r_box {
  width: 31.35%;
}
footer .bt + ul {
  line-height: 32px;
  color: #fff;
  margin-top: 14px;
}
footer .bt + ul a {
  color: #ddd;
}
footer .bt + ul a:hover {
  color: #c81e1e;
}
footer .ul2 {
  margin-right: 9%;
}
footer .ul3 {
  width: 38.279%;
}
footer .ul3 ul {
  line-height: 34px;
  margin-top: 13px;
}
footer .ul3 ul span,
footer .ul3 ul a {
  display: inline;
}
footer .icBox {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 13px;
}
footer .icBox i {
  transition: 0s;
}
footer .icBox a {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  border: solid 2px #877b7b;
  color: #877b7b;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .icBox a:hover {
  border: 2px solid #fff;
  color: #fff;
  transform: translateY(-10px);
}
footer .footer_b {
  border-top: 1px solid #363636;
  color: #fff;
  padding: 18px 0px 0px;
}
footer .footer_b a {
  color: #fff;
}
footer .footer_b a:hover {
  color: #c81e1e;
}
footer .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 12px;
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1850px) {
  .ott4 .swiper_button div:nth-of-type(1) {
    left: -20px;
  }
  .ott4 .swiper_button div:nth-of-type(2) {
    right: -20px;
  }
  .so3 .swiper_button div:nth-of-type(1) {
    left: -100px;
  }
  .so3 .swiper_button div:nth-of-type(2) {
    right: -100px;
  }
  .oo3 .sw_box1::before{
    left: -20px;
    top: 50%;
  }
  .oo3 .sw_box1::after{
    left: -30px;
    top: 50%;
  }
}
@media screen and (max-width: 1650px) {
  header .logoBox {
    width: 160px;
  }
  header .menuOne {
    margin-right: 10px;
  }
  header .menuOne > a {
    padding: 0px 12px;
  }
  .index5 .sw_button div:nth-of-type(1) {
    left: 0px;
    transform: translateX(-50%);
  }
  .index5 .sw_button div:nth-of-type(2) {
    right: 0px;
    transform: translateX(50%);
  }
  .index3 #box .prev {
    left: -77px !important;
  }
  .index3 #box .next {
    right: -77px !important;
  }
  .index3 #box .prev,
  .index3 #box .next {
    top: 65% !important;
    transform: translateY(-50%) !important;
  }
  .oo2 .sw_button div:nth-of-type(1) {
    left: 0px;
    transform: translateX(-50%);
  }
  .oo2 .sw_button div:nth-of-type(2) {
    right: 0px;
    transform: translateX(50%);
  }
  .ott4 .swiper_button div {
    width: 50px;
    height: 50px;
  }
  .ott4 .swiper_button div:nth-of-type(1) {
    left: 30px;
  }
  .ott4 .swiper_button div:nth-of-type(2) {
    right: 30px;
  }
  .so3 .swiper_button div {
    width: 50px;
    height: 50px;
  }
  .so3 .swiper_button div img {
    width: 22px;
  }
  .so3 .swiper_button div:nth-of-type(1) {
    left: -60px;
  }
  .so3 .swiper_button div:nth-of-type(2) {
    right: -60px;
  }
}
@media screen and (max-width: 1450px) {
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu > div,
  .rightMenu .wx {
    width: 36px;
    height: 36px;
  }
  .padding_top {
    padding-top: 80px;
  }
  header .logoBox {
    width: 130px;
  }
  header .menuOne {
    font-size: 14px;
    line-height: 30px;
    margin-right: 6px;
  }
  header .menuOne > a {
    padding: 0px 6px;
  }
  header .sousuo {
    margin-right: 15px;
  }
  header .container {
    padding: 20px 0px;
  }
  header .dif_menu {
    font-size: 15px;
    gap: 10px;
  }
  header .dif_ul {
    top: calc(100% - 20px);
  }
  header .dif_box {
    padding-left: 0px;
  }
  header .dif_box > div {
    width: calc(100% - 80px);
  }
  header .img_box {
    margin-top: 0px;
    max-width: 40%;
  }
  header .ul {
    min-width: 240px;
  }
  header .ul li {
    font-size: 15px;
  }
  header .ul li a {
    padding: 6px 15px;
  }
  .index_banner .swbanner_button div {
    width: 36px;
    height: 60px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  footer .bt {
    font-size: 20px;
  }
  footer .bt + ul {
    line-height: 28px !important;
    margin-top: 10px !important;
  }
  footer form {
    padding-left: 10px;
    margin-top: 4px;
  }
  footer form .yzm span {
    margin-left: 10px;
  }
  footer form .buttonBox {
    margin-left: 12px;
  }
  footer .ul2 {
    margin-right: 0px;
  }
  footer .l_box {
    width: 60%;
    gap: 0px 20px;
  }
  footer .ul3 {
    width: 43%;
  }
  footer .r_box {
    width: 35%;
  }
  footer .hd::before {
    left: -11px;
  }
  footer .footer_a {
    padding-bottom: 30px;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .index1_menu {
    font-size: 18px;
    line-height: 26px;
    gap: 10px 25px;
  }
  .index1_menu .menu_list {
    gap: 10px 25px;
  }
  .index1_menu a,
  .index1_menu span {
    min-width: 136px;
    padding-bottom: 5px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .describe {
    margin-top: 30px;
  }
  .index1 .sw_box {
    margin-top: 40px;
  }
  .index1 .swiper-slide .title {
    transform: translateY(-20px);
  }
  .index1 .swiper-slide-active .title {
    transform: none !important;
  }
  .index1 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .index1 .sw_button {
    margin-top: 40px;
  }
  .index2_bottom {
    padding-bottom: 60px;
  }
  .index2_top {
    padding: 60px 0px 16%;
  }
  .index2_top .bt {
    font-size: 16px;
  }
  .index2_top .describe {
    margin-top: 20px;
  }
  .index2_top .num_box {
    margin-top: 50px;
  }
  .index2_top .j-hdata1 {
    font-size: 38px;
    line-height: 40px;
  }
  .index2_top .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .index3 {
    padding: 60px 0px 70px !important;
  }
  .index3 .turn_page {
    margin-top: 30px;
    padding: 0px 50px 40px;
  }
  .index3 .turn_page #box .prev {
    left: -50px !important;
  }
  .index3 .turn_page #box .next {
    right: -50px !important;
  }
  .index3 .turn_page #box .prev,
  .index3 .turn_page #box .next {
    width: 36px !important;
    height: 36px !important;
  }
  .index3 .turn_page .title {
    font-size: 16px;
    line-height: 26px;
    bottom: -35px;
  }
  .buttonBox a {
    min-width: 140px !important;
    min-height: 44px !important;
  }
  .index4 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index4 .time {
    margin-top: 10px;
  }
  .index4 .describe {
    margin-top: 10px;
  }
  .index4 .buttonBox {
    margin-top: 20px;
  }
  .index4 .dif_img {
    transform: translateY(32%);
  }
  .index5 .title {
    font-size: 16px;
  }
  .index5 .box {
    padding: 20px 25px 0px;
  }
  .index5 .link img {
    width: 15px;
    margin-bottom: 2px;
  }
  .index5 .sw_box {
    margin-top: 40px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .logo {
    width: 90px;
  }
  .index6 .name {
    font-size: 18px;
  }
  .index6 .top {
    gap: 0px 20px;
  }
  .index6 figure {
    padding: 15px 40px 40px;
  }
  .sw_button div {
    width: 36px !important;
    height: 36px !important;
  }
  .mbx {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0px 0px;
  }
  .oo1 {
    padding: 50px 0px 0px;
  }
  .oo1 .container {
    margin-top: 20px;
  }
  .oo1 figure:nth-of-type(even) {
    margin-top: 50px;
  }
  .oo1 figure:nth-of-type(even) .l_box {
    padding-top: 15px;
  }
  .oo1_bottom {
    margin-top: 40px;
  }
  .oo1_bottom .logo {
    width: 66px;
    height: 66px;
  }
  .oo1_bottom .text {
    margin-top: 20px;
  }
  .oo1_bottom .list {
    padding: 40px 0px 60px 60px;
  }
  .oo2 {
    padding-top: 60px;
  }
  .oo2 .container {
    margin-top: 40px;
  }
  .oo2 .name {
    font-size: 20px;
  }
  .oo2 .job {
    font-size: 16px;
  }
  .oo2 .box {
    padding: 20px;
  }
  .oo2 .title {
    font-size: 30px;
    line-height: 40px;
  }
  .oo2 .describe {
    margin-top: 30px;
  }
  .oo2 .box2 {
    padding-bottom: 80px;
  }
  .oo2 .swiperoo2-pagination {
    margin-top: 30px;
  }
  .oo2 .box1 {
    padding-bottom: 80px;
  }
  .oo2_menu {
    margin-top: 20px;
    font-size: 16px;
  }
  .oo3 {
    padding: 60px 0px 80px;
  }
  .oo3 .year {
    font-size: 52px;
    line-height: 60px;
  }
  .oo3 .month {
    font-size: 16px;
  }
  .oo3 .title1 {
    font-size: 18px;
    line-height: 26px;
  }
  .oo3 .describe {
    line-height: 26px;
  }
  .oo3 .mySwiperoo31 .swiper-slide {
    padding-right: 50px;
  }
  .oo3 .top::before {
    width: calc(100% + 50px);
  }
  .oo3 .sw_box1 {
    margin-top: 40px;
  }
  .oo4 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .oo4 .time {
    margin-top: 10px;
  }
  .oo4 .describe {
    margin-top: 10px;
  }
  .oo4 .link {
    margin-top: 20px;
  }
  .oto1 {
    padding: 60px 0px;
  }
  .oto1 .l_box {
    padding-top: 2%;
  }
  .oto1 .describe {
    margin-top: 15px;
    line-height: 30px;
  }
  .oto2 {
    padding: 60px 0px;
  }
  .oto2 .swiperoto2-pagination {
    font-size: 18px;
  }
  .oto2 .swiperoto2-pagination .active {
    font-size: 20px;
  }
  .oto2 .sw_box1 {
    margin-top: 30px;
  }
  .oto2 .l_box .swiper-slide {
    font-size: 18px;
    min-height: 60px;
  }
  .oto2 .sw_box {
    margin-top: 40px;
  }
  .oto2 .img_box {
    width: 46%;
  }
  .oto2 .r_box {
    padding-right: 0px;
    width: 50%;
  }
  .ott1 {
    margin-top: 40px !important;
  }
  .ott1 .describe {
    line-height: 26px;
  }
  .ott2 {
    padding: 60px 0px 0px;
  }
  .ott2 .num {
    font-size: 52px;
    line-height: 72px;
  }
  .ott2 .describe {
    margin-left: 8%;
    line-height: 26px;
  }
  .ott2 .container {
    gap: 60px 0px;
  }
  .ott3 {
    padding: 60px 0px 80px;
  }
  .ott3 .text {
    margin: 15px auto 0px;
    line-height: 26px;
  }
  .ott3 .container {
    margin-top: 30px;
  }
  .ott3 .bt {
    font-size: 22px;
  }
  .ott3 .describe {
    line-height: 26px;
    margin-top: 10px;
  }
  .ott4 {
    padding: 60px 0px 80px;
  }
  .ott4 .number {
    font-size: 48px;
    line-height: 56px;
  }
  .ott4 .describe {
    line-height: 26px;
    margin-top: 15px;
  }
  .ott4 .swiper-slide {
    padding: 30px 0px 6px;
  }
  .ott5 {
    padding: 60px 0px 80px;
  }
  .ott5 .text {
    line-height: 26px;
    margin: 20px auto 0px;
  }
  .ott5 .list {
    margin-top: 30px;
  }
  .otth1 {
    padding: 50px 0px 60px;
  }
  .otth1 .describe {
    line-height: 26px;
    margin-top: 20px;
  }
  .otth1 .big_title {
    padding-top: 30px;
  }
  .otth2 {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .otth2 .describe {
    line-height: 26px;
  }
  .otth2 figure:nth-of-type(odd) .describe {
    margin-top: 20px;
  }
  .otth2 figure:nth-of-type(even) .r_box {
    padding-top: 2%;
  }
  .otth3 {
    padding: 60px 0px 80px;
  }
  .otth3 .bt {
    font-size: 20px;
  }
  .otth3 .bt::before {
    width: 140px;
  }
  .otth3 .bt::after {
    width: 140px;
  }
  .otth3 .describe {
    line-height: 26px;
    margin-top: 15px;
  }
  .otth3 .container1 {
    margin-top: 40px;
  }
  .otth3 .list {
    margin-top: 40px;
    gap: 20px 2.5%;
  }
  .otth3 .list li {
    width: 18%;
  }
  .otth3 .container2 {
    margin-top: 40px;
  }
  .otth3 .text {
    line-height: 26px;
  }
  .otth3 .list1 {
    margin-top: 40px;
  }
  .otth3 .number {
    font-size: 46px;
    line-height: 48px;
  }
  .otth4 {
    padding: 60px 0px 80px;
  }
  .otth4 .bt {
    line-height: 26px;
    margin: 25px auto 0px;
  }
  .otth4 .describe {
    padding: 20px 9px 0px;
  }
  .otth4 .list {
    margin-top: 30px;
  }
  .otth5 {
    margin-bottom: 80px;
  }
  .otth5 .big_title {
    padding-top: 25px;
  }
  .otth5 .describe {
    margin-top: 15px;
  }
  .otth5 .l_box {
    padding-bottom: 7%;
  }
  .otth5 .r_box {
    margin-bottom: -60px;
  }
  .otth6 {
    padding: 60px 0px 80px;
  }
  .otth6 .big_title {
    padding-top: 30px;
  }
  .otth6 .describe {
    margin-top: 25px;
  }
  .otfu1 {
    padding: 60px 0px 80px;
  }
  .otfu1 .bt {
    font-size: 20px;
    margin-top: 25px;
  }
  .otfu2 {
    padding: 60px 0px 80px;
  }
  .otfu2 .list {
    margin-top: 40px;
  }
  .otfu2 li {
    padding: 30px 30px 20px;
  }
  .otfu2 .describe {
    font-size: 18px;
  }
  .otfu3 {
    padding: 60px 0px 80px;
  }
  .otfu3 .big_title {
    padding-bottom: 30px;
  }
  .otfu3 .list {
    margin-top: 40px;
  }
  .otfu3 .describe {
    margin-top: 20px;
  }
  .otho1 {
    padding: 50px 0px 80px;
  }
  .otho1 .describe {
    margin-top: 25px;
  }
  .otho2 {
    padding: 60px 0px 0px;
  }
  .otho2 .describe {
    margin-top: 30px;
  }
  .otho2 .box2 {
    margin-top: 60px;
  }
  .otho2 .describe1 {
    margin-top: 20px;
  }
  .otho2 .r_box2 {
    padding-top: 5%;
  }
  .otho3 {
    gap: 20px 0px;
    padding: 55px 0px 80px;
  }
  .otho3 .describe {
    margin-top: 20px;
  }
  .otht1 {
    padding: 60px 0px 80px;
  }
  .otht1 .describe {
    margin-top: 30px;
  }
  .otht2 {
    padding: 60px 0px 0px;
  }
  .otht2 .container1 {
    margin-top: 40px;
  }
  .otht2 .container1 li {
    align-items: center;
  }
  .otht2 .container1 b {
    font-size: 32px;
    line-height: 34px;
  }
  .otht3 {
    padding: 100px 0px 80px;
  }
  .otht3 .sw_button {
    width: 130px;
    height: 76px;
  }
  .otht3 .describe {
    margin-top: 20px;
  }
  .otht3 .swiperotht3-pagination {
    font-size: 16px;
  }
  .otht3 .swiperotht3-pagination .active {
    font-size: 20px;
  }
  .otht4 .l_box1,
  .otht4 .l_box2 {
    padding-top: 3%;
  }
  .otht4 .describe {
    margin-top: 15px;
  }
  .otht5 {
    margin: 60px auto 80px !important;
  }
  .othth1 {
    padding: 60px 0px 80px;
  }
  .othth1 .bt {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
  }
  .othth1 .describe {
    margin-top: 20px;
  }
  .othth1 .buttonBox {
    margin-top: 30px;
  }
  .othth2 {
    padding-bottom: 80px;
  }
  .othth2 .container1 {
    padding: 60px 0px 100px;
  }
  .othth2 .describe {
    margin-top: 20px;
  }
  .othth2 .r_box {
    padding-top: 12%;
  }
  .othth3 .describe {
    margin-top: 15px;
  }
  .othth3 .l_box {
    padding: 30px 40px;
  }
  .othth4 {
    padding: 60px 0px 80px;
  }
  .othth4 .box {
    padding: 60px 0px 120px;
  }
  .othth4 .bt {
    font-size: 20px;
    line-height: 32px;
  }
  .othth4 .describe {
    margin-top: 20px;
  }
  .ofuo1 {
    padding: 60px 0px 80px;
  }
  .ofuo1 .container {
    margin-top: 30px;
  }
  .ofuo1 .img2 {
    margin-top: 30px;
  }
  .ofuo1 .describe1 {
    margin-top: 25px;
    padding: 30px 0px 40px;
  }
  .ofuo2 {
    padding: 60px 0px 80px;
  }
  .ofuo2 .swiper {
    margin-top: 20px;
  }
  .ofuo2 .swiper-slide {
    width: 210px;
  }
  .ofuo2 .list {
    margin-top: 50px;
  }
  .ofo1 {
    padding: 40px 0px 60px;
  }
  .ofo1 .describe {
    margin-top: 20px;
  }
  .ofo1 .list {
    margin-top: 20px;
  }
  .ofo2 {
    padding: 60px 0px 80px;
  }
  .ofo2 .describe {
    margin-top: 20px;
  }
  .ofo2 li {
    padding: 40px 20px 30px;
  }
  .ofo2 .add {
    font-size: 20px;
  }
  .ofo2 .logo {
    margin-top: 2px;
  }
  .ofo2 .box {
    line-height: 28px;
    margin-top: 15px;
  }
  .ofo3 {
    padding: 60px 0px 80px;
  }
  .ofo3 .title {
    font-size: 16px;
  }
  .ofo3 .link img {
    width: 15px;
    margin-bottom: 2px;
  }
  .ofo3 .sw_box {
    margin-top: 40px;
  }
  .to1 {
    padding: 50px 0px 80px;
  }
  .to1_list .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .to1_list .describe1 {
    margin-top: 8px;
  }
  .to2 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .to2 .describe {
    margin-top: 10px;
  }
  .to3 .title {
    font-size: 28px;
    line-height: 34px;
  }
  .to3 .buttonBox a {
    font-size: 16px;
  }
  .tt1 {
    padding: 50px 0px 0px;
  }
  .tt1 .read {
    margin-top: 20px;
  }
  .tt1 .read span {
    min-width: 140px !important;
    min-height: 44px !important;
  }
  .tt2 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .tt2 .describe {
    margin-top: 10px;
  }
  .tho_container {
    padding: 50px 0px 80px;
  }
  .tho_container .describe {
    margin-top: 20px;
  }
  .tho_container .list {
    margin-top: 30px;
  }
  .tho_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tho_container .box {
    padding-top: 15px;
  }
  .tho_container .list {
    gap: 30px 1.7855%;
  }
  .domain2 .describe {
    font-size: 16px;
  }
  .tth1 {
    padding-top: 50px;
  }
  .tth1 .r_box .pic-btn {
    width: 18px;
  }
  .tth1 .r_box .list-item {
    margin-right: 0.165%;
  }
  .tth1_l .describe {
    margin-top: 15px;
  }
  .tth1_l .describe1 {
    line-height: 30px;
    margin-top: 10px;
  }
  .tth1_l .describe1 p::before {
    top: 9px;
  }
  .tth1_l .button a {
    min-width: 140px !important;
    min-height: 44px !important;
    font-size: 16px;
  }
  .tth2 {
    padding: 60px 0px 0px;
  }
  .tth3 {
    padding: 60px 0px 80px;
  }
  .tth3 .box {
    padding: 15px 0px 0px;
  }
  .tth3 .bt {
    font-size: 20px;
  }
  .tth3 .describe1 {
    margin-top: 10px;
  }
  .tth3 .list {
    margin-top: 30px;
    gap: 30px 1.904%;
  }
  .tth4 {
    padding: 60px 0px 80px;
  }
  .tth4 .describe {
    margin-top: 8px;
    padding-right: 0px;
  }
  .tth4 .link {
    margin-top: 15px;
  }
  .tth5 {
    padding: 60px 0px 80px;
  }
  .tth5 .list {
    margin-top: 30px;
  }
  .tht1 {
    padding: 40px 0px 0px;
  }
  .tht1 .img_box {
    margin-top: 30px;
  }
  .tht2 {
    padding: 60px 0px 80px;
  }
  .tht2 .describe {
    margin-top: 20px;
  }
  .thth1 {
    padding: 60px 0px 80px;
  }
  .thth1 .container {
    margin-top: 25px;
  }
  .thth2 .list {
    margin-top: 40px;
  }
  .thth3 {
    padding: 60px 0px 80px;
  }
  .thth3 .number {
    font-size: 100px;
    line-height: 100px;
  }
  .thth5 {
    padding: 60px 0px 80px;
  }
  .thth5 .sw_box {
    margin-top: 30px;
  }
  .thfu1 {
    padding: 40px 0px 50px;
  }
  .thfu1 .describe {
    margin-top: 20px;
  }
  .thfu1 .describe strong {
    font-size: 20px;
  }
  .thfu2 {
    padding-bottom: 80px;
    gap: 40px 0px;
  }
  .thfu2 .bt {
    font-size: 20px;
  }
  .thfu2 table tr:nth-of-type(1) {
    font-size: 18px;
  }
  .thfu2 .describe {
    margin-top: 20px;
  }
  .thf1 {
    padding: 50px 0px 80px;
  }
  .thf1 .container {
    margin-top: 30px;
  }
  .thf1 .title_1 {
    font-size: 18px;
    min-height: 70px;
  }
  .thf1 .title_2 {
    font-size: 18px;
    min-height: 70px;
  }
  .thf1 .title_2 + ul > div {
    font-size: 16px;
  }
  .thf1 .title_2 + ul > div li {
    padding: 15px 0px;
  }
  .ths_container {
    padding: 50px 0px 80px;
  }
  .ths_box2 {
    padding-top: 60px;
  }
  .ths_box3 {
    padding-top: 60px;
  }
  .ths_box3 .l_box::before {
    top: 30px;
    height: 80%;
  }
  .thse_container {
    padding: 50px 0px 80px;
  }
  .thse_container .container {
    margin-top: 30px;
  }
  .thse_container .title_1 {
    font-size: 16px;
    line-height: 26px;
  }
  .thse_container .describe {
    padding: 0px 80px 12px 30px;
  }
  .the_container {
    padding: 50px 0px 80px;
  }
  .the_container .title_1 {
    font-size: 18px;
    min-height: 70px;
  }
  .the_container .title_2 {
    font-size: 18px;
    min-height: 70px;
  }
  .the_container .title_2 + ul > div {
    font-size: 16px;
  }
  .the_container .title_2 + ul > div li {
    padding: 15px 0px;
  }
  .the_container .box {
    margin-top: 30px;
  }
  .thn_container {
    padding: 60px 0px 80px;
  }
  .thn_container .list {
    margin-top: 30px;
  }
  .pub_menu {
    width: 272px;
    margin-right: 25px;
  }
  .pub_menu .menu_all {
    font-size: 22px;
  }
  .pub_menu .menu1 {
    padding: 15px 15px 20px;
  }
  .pub_menu .menu1 a {
    font-size: 16px;
    line-height: 26px;
  }
  .pub_menu .box2 {
    margin-top: 40px;
  }
  .pub_menu .bt {
    font-size: 16px;
  }
  .pub_menu .box3 .title1 {
    font-size: 24px;
    line-height: 30px;
  }
  .pub_menu .title {
    font-size: 22px;
    line-height: 28px;
  }
  .fuo1 {
    padding: 60px 0px;
  }
  .fuo1_r .l_box {
    width: 300px;
  }
  .fuo1_r li {
    gap: 15px;
  }
  .fuo1_r .title {
    font-size: 20px;
  }
  .fuo1_r .time {
    margin-top: 10px;
  }
  .fuo1_r .buttonBox {
    margin-top: 20px;
  }
  .fuo2 .buttonBox a {
    font-size: 16px;
  }
  .fut1 {
    padding: 60px 0px 80px;
  }
  .fut1_r h1 {
    font-size: 26px;
  }
  .so1 {
    padding: 60px 0px;
  }
  .so1 .sw_box {
    margin-top: 20px;
  }
  .so1 .swiper-slide {
    align-items: center;
  }
  .so1 .r_box {
    padding: 20px 5% 30px 5.2%;
  }
  .so1 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
  .so1 .describe {
    margin-top: 10px;
  }
  .so1 .link {
    margin-top: 25px;
  }
  .so1 .swiperso1-pagination {
    bottom: 83px;
  }
  .so2 {
    padding-bottom: 80px;
  }
  .so2 .logo {
    width: 76px;
    height: 60px;
  }
  .so2 .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-top: 15px;
  }
  .so2 .describe {
    line-height: 26px;
    height: 78px;
  }
  .so3 {
    padding: 60px 0px 80px;
  }
  .so3 .sw_box {
    margin-top: 40px;
  }
  .so3 .r_box {
    padding: 40px 5% 40px 5.3%;
  }
  .so3 .title {
    font-size: 18px;
  }
  .so3 .describe {
    margin-top: 15px;
  }
  .st_container {
    padding: 60px 0px 80px;
  }
  .st_container h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
  }
  .st_container .describe strong {
    font-size: 16px;
  }
  .sth1 {
    padding: 60px 0px;
  }
  .sth1 .describe {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .sth1 .bt {
    font-size: 24px;
    margin-top: 25px;
  }
  .sth1 form {
    padding: 30px 40px 40px;
  }
  .sth1 form .yzm_submit {
    flex-wrap: wrap;
  }
  .sth1 form .yzm {
    flex: none;
    margin-right: 0px;
    width: 100%;
  }
  .sth1 form .submit {
    min-width: auto;
    width: 100%;
    margin-top: 20px;
  }
  .sth1 .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1150px) {
  header .center {
    padding-right: 50px;
  }
  header .sousuo {
    display: none;
  }
  header .menu {
    display: none;
  }
  .padding_top {
    padding-top: 67px;
  }
}
@media screen and (max-width: 992px) {
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
  }
  .rightMenu > a,
  .rightMenu > span,
  .rightMenu > div,
  .rightMenu .wx {
    flex: 1;
    border-radius: 0px;
    margin-top: 0px;
  }
  .rightMenu > a i,
  .rightMenu > span i,
  .rightMenu > div i,
  .rightMenu .wx i {
    font-size: 18px;
  }
  .rightMenu .imgBox {
    display: none;
  }
  .rightMenu .wx,
  .rightMenu .ws {
    position: relative;
  }
  .rightMenu .wx > .hide_box,
  .rightMenu .ws > .hide_box {
    top: auto;
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  .rightMenu .goTop {
    margin-top: 0px;
  }
  .rightMenu .goTop > a {
    width: 100%;
    height: 100%;
  }
  .rightMenu .goTop > a:hover i {
    color: #fff;
  }
  .rightMenu .goTop:hover {
    background: #c81e1e;
  }
  header .container {
    padding: 15px 0px !important;
  }
  .padding_top {
    padding-top: 58px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .index_banner .swbanner-pagination {
    display: none;
    bottom: 15px;
  }
  .index_banner .swbanner_button i {
    font-size: 14px;
  }
  .index_banner .swbanner_button div {
    width: 28px;
    height: 48px;
  }
  .big_title {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .index1 {
    padding: 30px 0px 40px;
  }
  .index1 .big_title {
    width: 100%;
    text-align: center;
  }
  .index1 .describe {
    margin-top: 15px;
  }
  .index1 .swiper-slide .title {
    transform: none;
  }
  .index1 .swiper-slide .img_box {
    transform: none;
    opacity: 1;
  }
  .index1 .sw_box {
    margin-top: 20px;
  }
  .index1 .title {
    margin-top: 10px;
    width: 100% !important;
  }
  .index1 .sw_button {
    margin-top: 20px;
    gap: 15px;
  }
  .index1 .sw_button div {
    width: 28px;
  }
  .index1_menu {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
  }
  .index1_menu span,
  .index1_menu a {
    text-align: center;
  }
  .index2_top {
    padding: 5% 0px 16%;
  }
  .index2_top .bt {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 6px;
  }
  .index2_top .num_box {
    margin-top: 25px;
  }
  .index2_top .describe {
    line-height: 24px;
    margin-top: 15px;
  }
  .index2_top .j-hdata1 {
    font-size: 32px;
    line-height: 30px;
  }
  .index2_top .big_num {
    font-size: 24px;
    line-height: 24px;
  }
  .index2_top .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index2_bottom {
    padding-bottom: 40px;
  }
  footer {
    padding: 30px 0px 50px !important;
  }
  footer .bt {
    font-size: 18px;
    line-height: 26px;
  }
  footer .bt img {
    display: block;
  }
  footer .bt + ul {
    line-height: 26px !important;
    margin-top: 5px !important;
    display: none;
  }
  footer .l_box {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px 0px;
  }
  footer .l_box > * {
    width: 100% !important;
  }
  footer .r_box {
    width: 100%;
  }
  footer .footer_a {
    gap: 20px 0px;
  }
  footer .icBox {
    margin-top: 15px;
    gap: 5px 6px;
    justify-content: center;
  }
  footer .icBox a {
    width: 28px;
    height: 28px;
  }
  footer .icBox a i {
    font-size: 14px;
  }
  footer .icBox a:hover {
    transform: none;
  }
  .index3 {
    padding: 30px 0px 40px !important;
  }
  .index3 .box2 {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .index3 .turn_page {
    margin-top: 20px;
    padding: 0px 30px;
  }
  .index3 .turn_page .title {
    position: relative;
    bottom: 0;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  .index3 .turn_page #box .box-list {
    padding-bottom: 0%;
    display: flex;
    width: 1000%;
  }
  .index3 .turn_page #box .box-list .list-item {
    background: transparent;
    position: relative;
    width: 2.2%;
    margin-right: 0.392%;
  }
  .index3 .turn_page #box .prev,
  .index3 .turn_page #box .next {
    top: 45% !important;
    font-size: 14px;
    width: 30px !important;
    height: 30px !important;
  }
  .index3 .turn_page #box .prev {
    left: -30px !important;
  }
  .index3 .turn_page #box .next {
    right: -30px !important;
  }
  .buttonBox a {
    min-width: 124px !important;
    min-height: 38px !important;
  }
  .index4 .big_title {
    top: 7%;
  }
  .index4 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index4 .sw_button {
    bottom: 5%;
  }
  .index5 {
    padding: 60px 0px 0px;
  }
  .index5 .describe {
    margin: 10px auto 0px;
  }
  .index5 .sw_box {
    margin-top: 20px;
  }
  .index5 .box {
    padding: 10px 15px 0px;
  }
  .index5 .title {
    font-size: 15px;
  }
  .index6 {
    padding: 30px 0px 40px;
  }
  .index6 .l_box {
    margin-right: 3%;
  }
  .index6 .logo {
    width: 80px;
  }
  .index6 figure {
    padding: 8px 30px 20px;
  }
  .index6 .describe {
    line-height: 24px;
    margin-top: 10px;
  }
  .index6 .name {
    font-size: 16px;
  }
  .index6 .from {
    margin-top: 2px;
    line-height: 24px;
  }
  .index6 .text {
    line-height: 24px;
    margin-top: 10px;
  }
  .mbx {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0px 0px;
  }
  .oo1 {
    padding: 20px 0px 0px;
  }
  .oo1 .container {
    margin-top: 10px;
  }
  .oo1 figure:nth-of-type(even) {
    margin-top: 20px;
  }
  .oo1 figure:nth-of-type(even) .l_box {
    padding-top: 0px;
  }
  .oo1_bottom {
    margin-top: 20px;
  }
  .oo1_bottom .logo {
    width: 52px;
    height: 52px;
  }
  .oo1_bottom .text {
    margin-top: 10px;
  }
  .oo1_bottom .list {
    padding: 30px 0px 40px 40px;
  }
  .oo2 {
    padding-top: 30px;
  }
  .oo2 .box1 {
    padding-bottom: 40px;
  }
  .oo2 .container {
    margin-top: 20px;
  }
  .oo2 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .oo2 .job {
    font-size: 15px;
    line-height: 24px;
  }
  .oo2 .link {
    margin-top: 6px;
  }
  .oo2 .l_box {
    margin-right: 8%;
  }
  .oo2 .l_box::after {
    display: none;
  }
  .oo2 .l_box::before {
    top: -20px;
    right: -20px;
    border-radius: 0px 30px 0px 0px;
  }
  .oo2 .box2 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .oo2 .title {
    font-size: 22px;
    line-height: 30px;
  }
  .oo2 .r_box {
    padding-top: 0px;
  }
  .oo2 .describe {
    margin-top: 10px;
  }
  .oo2_menu {
    margin-top: 15px;
    font-size: 15px;
  }
  .oo3 {
    padding: 30px 0px 40px;
  }
  .oo3 .box {
    width: calc(100% - 80px);
  }
  .oo3 .sw_box1 {
    margin-top: 20px;
  }
  .oo3 .sw_box2 {
    width: 88%;
  }
  .oo3 .year {
    font-size: 32px;
    line-height: 38px;
  }
  .oo3 .img_box {
    opacity: 1;
  }
  .oo3 .month {
    opacity: 0;
  }
  .oo3 .top {
    padding-bottom: 15px;
  }
  .oo3 .title1 {
    font-size: 16px;
  }
  .oo3 .describe {
    line-height: 24px;
  }
  .oo3 .bottom {
    padding-top: 15px;
  }
  .oo3 .mySwiperoo31 .swiper-slide {
    padding-right: 25px;
  }
  .oo3 .top::before {
    width: calc(100% + 25px);
  }
  .oo3 .sw_box {
    margin-top: 20px;
    padding: 15px 30px;
  }
  .oo3 .mySwiperoo3 {
    line-height: 26px;
  }
  .oo3 .mySwiperoo3 .swiper-slide-thumb-active {
    font-size: 18px;
    line-height: 26px;
  }
  .oo3 .r_box::before {
    background: linear-gradient(to right, transparent 20%, #ffffff);
  }
  .oo4 {
    padding-bottom: 40px;
  }
  .oo4 .big_title {
    top: 7%;
  }
  .oo4 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .oo4 .sw_button {
    bottom: 5%;
  }
  .sw_button {
    gap: 0px 15px !important;
  }
  .oto1 {
    padding: 30px 0px 40px;
  }
  .oto1 .bt {
    font-size: 16px;
  }
  .oto1 .r_box {
    margin-left: 5%;
    margin-bottom: 10px;
  }
  .oto1 .r_box::before {
    display: none;
  }
  .oto1 .l_box {
    padding-top: 0px;
  }
  .oto1 .big_title {
    margin-top: 8px;
  }
  .oto1 .describe {
    margin-top: 8px;
    line-height: 26px;
  }
  .oto1 .describe em {
    font-size: 16px;
  }
  .oto2 {
    padding: 30px 0px 20px;
  }
  .oto2 .sw_box1 {
    margin-top: 15px;
  }
  .oto2 .l_box .swiper-slide {
    font-size: 15px;
    line-height: 24px;
    min-height: 46px;
    padding: 5px 20px;
  }
  .oto2 .describe {
    line-height: 24px;
  }
  .ott1 {
    border-radius: 60px 10px 10px 10px;
    margin-top: 20px !important;
  }
  .ott1 .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .ott2 {
    padding: 30px 0px 0px;
  }
  .ott2 .num {
    font-size: 28px;
    line-height: 46px;
  }
  .ott2 .l_box {
    width: 52%;
  }
  .ott2 .describe {
    margin-left: 5%;
    line-height: 24px;
  }
  .ott2 .container {
    margin-top: 20px;
    gap: 30px 0px;
  }
  .ott3 {
    padding: 40px 0px 40px;
  }
  .ott3 .text {
    margin: 8px auto 0px;
    line-height: 24px;
  }
  .ott3 .container {
    margin-top: 20px;
  }
  .ott3 .l_box {
    padding: 20px 25px;
  }
  .ott3 .describe {
    margin-top: 5px;
  }
  .ott3 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .ott4 {
    padding: 30px 0px 40px;
  }
  .ott4 .swiper-slide {
    padding: 10px 0px 12px;
  }
  .ott4 .number {
    font-size: 32px;
    line-height: 42px;
  }
  .ott4 .describe {
    line-height: 24px;
    margin-top: 5px;
    padding: 0px 8px 0px;
  }
  .ott4 .swiper_button div {
    width: 36px;
    height: 36px;
  }
  .ott4 .swiper_button div:nth-of-type(1) {
    left: 20px;
  }
  .ott4 .swiper_button div:nth-of-type(2) {
    right: 20px;
  }
  .ott4 .swiper_button img {
    width: 15px;
  }
  .ott4 .sw_box {
    margin-top: 15px;
  }
  .ott5 {
    padding: 30px 0px 40px;
  }
  .ott5 .text {
    line-height: 24px;
    margin: 8px auto 0px;
  }
  .ott5 .list {
    margin-top: 02px;
    gap: 20px 1.7855%;
  }
  .ott5 .describe {
    padding: 15px 5px 0px;
  }
  .otth1 {
    padding: 30px 0px 40px;
  }
  .otth1 .img2 {
    bottom: -40px;
  }
  .otth1 .img1::before {
    left: -20px;
    bottom: -20px;
    border-radius: 10px 10px 10px 20px;
  }
  .otth1 .r_box {
    margin-left: 8%;
  }
  .otth1 .big_title {
    padding-top: 15px;
  }
  .otth1 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .otth2 {
    padding-bottom: 40px;
  }
  .otth2 .l_box::before {
    left: -20px;
    bottom: -20px;
    border-radius: 10px 10px 20px 10px;
  }
  .otth2 .content {
    gap: 20px 0px;
  }
  .otth2 figure:nth-of-type(odd) .l_box {
    margin-left: 20px;
  }
  .otth2 figure:nth-of-type(odd) .describe {
    margin-top: 8px;
  }
  .otth2 figure:nth-of-type(even) .l_box {
    margin-right: 20px;
  }
  .otth2 figure:nth-of-type(even) .l_box::before {
    right: -20px;
  }
  .otth2 figure:nth-of-type(even) .r_box {
    padding-top: 0px;
  }
  .otth2 .describe {
    line-height: 24px;
  }
  .otth3 {
    padding: 30px 0px 40px;
  }
  .otth3 .bt {
    font-size: 18px;
  }
  .otth3 .bt span {
    margin: 0px 20px;
  }
  .otth3 .container1 {
    margin-top: 20px;
  }
  .otth3 .container2 {
    margin-top: 30px;
  }
  .otth3 .list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .otth3 .list li {
    width: 32%;
  }
  .otth3 .logo {
    width: 66px;
  }
  .otth3 .list1 {
    margin-top: 15px;
  }
  .otth3 .list1 li {
    padding: 20px 22px;
  }
  .otth3 .text {
    line-height: 24px;
    margin-top: 8px;
  }
  .otth3 .number {
    font-size: 32px;
    line-height: 36px;
    right: 20px;
    bottom: 15px;
    padding-bottom: 5px;
  }
  .otth4 {
    padding: 30px 0px 40px;
  }
  .otth4 .bt {
    line-height: 24px;
    margin: 10px auto 0px;
  }
  .otth5 {
    padding: 30px 0px 40px;
    margin-bottom: 0px;
  }
  .otth5 .r_box {
    margin-bottom: 0px;
  }
  .otth5 .l_box {
    margin-right: 8%;
    padding-bottom: 0px;
  }
  .otth5 .describe {
    margin-top: 8px;
  }
  .otth6 {
    padding: 30px 0px 40px;
  }
  .otth6 .big_title {
    padding-top: 20px;
  }
  .otth6 .describe {
    margin-top: 10px;
  }
  .otfu1 {
    padding: 30px 0px 40px;
  }
  .otfu1 .bt {
    font-size: 16px;
    margin-top: 6px;
  }
  .otfu1 .describe {
    margin-top: 8px;
  }
  .otfu2 {
    padding: 30px 0px 40px;
  }
  .otfu2 .list {
    gap: 20px 2%;
    margin-top: 20px;
  }
  .otfu2 .describe {
    font-size: 14px;
  }
  .otfu2 li {
    min-height: 180px;
    width: 32%;
    padding: 20px 25px 50px;
  }
  .otfu2 .logo {
    display: none;
  }
  .otfu3 {
    padding: 30px 0px 40px;
  }
  .otfu3 .big_title {
    padding-bottom: 20px;
  }
  .otfu3 .list {
    gap: 20px 2%;
    margin-top: 20px;
  }
  .otfu3 .describe {
    margin-top: 8px;
  }
  .otfu3 .logo {
    width: 62px;
  }
  .otfu3 li {
    padding: 25px 20px;
    width: 32%;
  }
  .otho1 {
    padding: 30px 0px 40px;
  }
  .otho1 .describe {
    margin-top: 8px;
  }
  .otho2 {
    padding: 50px 0px 0px;
  }
  .otho2 .describe {
    margin-top: 8px;
  }
  .otho2 .box2 {
    margin-top: 30px;
  }
  .otho2 .r_box2 {
    padding-top: 0px;
  }
  .otho2 .describe1 {
    margin-top: 8px;
  }
  .otho3 {
    padding: 40px 0px;
  }
  .otho3 .r_box::before {
    display: none !important;
  }
  .otho3 figure {
    padding-top: 0px;
  }
  .otho3 .l_box {
    padding-top: 0px !important;
  }
  .otho3 .describe {
    margin-top: 8px;
  }
  .otht1 {
    padding: 20px 0px 40px;
  }
  .otht1 .r_box {
    margin-left: 5%;
  }
  .otht1 .describe {
    margin-top: 10px;
  }
  .otht2 {
    padding: 30px 0px 0px;
  }
  .otht2 .container1 {
    margin-top: 20px;
    padding: 20px 0px;
  }
  .otht2 .container1 li {
    padding: 5px 15px;
  }
  .otht2 .container1 b {
    font-size: 24px;
    line-height: 30px;
  }
  .otht3 {
    padding: 100px 0px 40px;
  }
  .otht3 .describe {
    margin-top: 8px;
  }
  .otht4 {
    gap: 30px 0px;
  }
  .otht4 .describe {
    margin-top: 5px;
  }
  .otht4 .r_box1 {
    margin-left: 5%;
  }
  .otht4 .l_box1,
  .otht4 .l_box2 {
    padding-top: 2%;
  }
  .otht5 {
    margin: 40px auto !important;
  }
  .otht5 .l_box {
    padding: 20px;
  }
  .othth1 {
    padding: 20px 0px 40px;
  }
  .othth1 .bt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .othth1 .describe {
    margin-top: 8px;
  }
  .othth1 .buttonBox {
    margin-top: 20px;
  }
  .othth2 {
    padding-bottom: 40px;
  }
  .othth2 .container1 {
    padding: 30px 0px 40px;
  }
  .othth2 .container2 {
    margin-top: 20px;
  }
  .othth2 .describe {
    margin-top: 8px;
  }
  .othth2 .r_box {
    padding-top: 0px;
  }
  .othth3 .l_box {
    padding: 20px 25px;
  }
  .othth3 .describe {
    margin-top: 8px;
  }
  .othth4 {
    padding: 40px 0px;
  }
  .othth4 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .othth4 .box {
    width: 60%;
    padding: 30px 0px 40px;
  }
  .othth4 .describe {
    margin-top: 8px;
  }
  .othth4 .container2 {
    margin-top: 20px;
  }
  .othth4 .l_box {
    padding-top: 0px;
  }
  .ofuo1 {
    padding: 20px 0px 40px;
  }
  .ofuo1 .container {
    margin-top: 15px;
  }
  .ofuo1 .img2 {
    margin-right: 2.856%;
  }
  .ofuo1 .describe1 {
    width: 100%;
    color: #333;
    padding: 0px;
    float: none;
  }
  .ofuo1 .describe1::before {
    display: none;
  }
  .ofuo2 {
    padding: 30px 0px 40px;
  }
  .ofuo2 .swiper {
    margin-top: 2px;
  }
  .ofuo2 .swiper-slide {
    width: 180px;
  }
  .ofuo2 .list {
    margin-top: 20px;
  }
  .ofo1 {
    padding: 20px 0px 40px;
  }
  .ofo1 .describe {
    margin-top: 8px;
  }
  .ofo1 .list {
    margin-top: 0px;
  }
  .ofo1 .bt {
    font-size: 16px;
  }
  .ofo1 li {
    padding-top: 20px;
  }
  .ofo1 .box {
    padding-top: 0px;
  }
  .ofo2 {
    padding: 30px 0px 40px;
  }
  .ofo2 .describe {
    margin-top: 8px;
  }
  .ofo2 li {
    width: 48%;
    padding: 30px 20px;
  }
  .ofo2 .add {
    font-size: 18px;
    line-height: 26px;
  }
  .ofo2 .box {
    line-height: 24px;
    margin-top: 10px;
  }
  .ofo2 .list {
    gap: 20px 4%;
    margin-top: 15px;
  }
  .ofo3 {
    padding: 30px 0px 40px;
  }
  .ofo3 .title {
    font-size: 15px;
  }
  .ofo3 .sw_box {
    margin-top: 10px;
  }
  .to1 {
    padding: 20px 0px 40px;
  }
  .to1_list {
    margin-top: 20px;
  }
  .to1_list .box {
    padding: 10px 4px 0px;
  }
  .to1_list .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .to1_list .describe1 {
    margin-top: 2px;
  }
  .to2 {
    padding-bottom: 40px;
  }
  .to2 .list {
    gap: 30px 2%;
    margin-top: 25px;
  }
  .to2 .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .to2 .bt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
  }
  .to2 li {
    width: 32%;
  }
  .to2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .to2 .box {
    padding: 10px 5px 0px;
  }
  .to3 {
    padding: 30px 0px 40px;
  }
  .to3 .title {
    font-size: 20px;
    line-height: 26px;
  }
  .to3 .describe {
    margin: 10px auto 0px;
  }
  .to3 .buttonBox {
    margin-top: 20px;
  }
  .tt1 {
    padding: 20px 0px 0px;
  }
  .tt1 .read span {
    min-width: 124px !important;
    min-height: 38px !important;
  }
  .tt1 .describe {
    margin-top: 4px;
  }
  .tt2 {
    padding: 30px 0px 40px;
  }
  .tt2 .list {
    gap: 30px 2%;
    margin-top: 0px;
  }
  .tt2 .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  .tt2 .bt {
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
  }
  .tt2 li {
    width: 32%;
  }
  .tt2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .tt2 .box {
    padding: 10px 5px 0px;
  }
  .tho_container {
    padding: 20px 0px 40px;
  }
  .tho_container .describe {
    margin-top: 8px;
  }
  .tho_container .list {
    margin-top: 20px;
  }
  .tho_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho_container .box {
    padding-top: 10px;
  }
  .domain2 .do2n {
    padding: 40px 6%;
  }
  .domain2 .describe {
    font-size: 14px;
    margin-top: 15px;
    margin-top: 10px;
  }
  .domain2 form {
    margin: 20px auto 0px;
  }
  .domain2 form input {
    height: 44px;
  }
  .domain2 .describe1 {
    margin-top: 25px;
  }
  .tth1 {
    padding-top: 20px;
    align-items: flex-start;
    justify-content: center;
  }
  .tth1 .r_box {
    width: 70%;
  }
  .tth1 .r_box .pic-btn {
    font-size: 16px;
    line-height: 26px;
  }
  .tth1 .r_box .pic-btn.prev {
    left: 0;
  }
  .tth1 .r_box .pic-btn.next {
    right: 0px;
  }
  .tth1 .zoomPad {
    cursor: default !important;
  }
  .tth1 .zoomPup {
    display: none !important;
  }
  .tth1 .zoomWindow {
    display: none !important;
  }
  .tth1 .zoomPreload {
    display: none !important;
  }
  .tth1_l {
    width: 100%;
    flex: none;
    margin-left: 0px;
    margin-top: 15px;
  }
  .tth1_l .button {
    margin-top: 20px;
  }
  .tth1_l .button a {
    min-width: 124px !important;
    min-height: 38px !important;
    font-size: 14px;
  }
  .tth2 {
    padding: 30px 0px 0px;
  }
  .tth2 .big_title {
    padding-bottom: 6px;
  }
  .tth3 {
    padding: 40px 0px;
  }
  .tth3 .list {
    margin-top: 20px;
  }
  .tth3 .bt {
    font-size: 16px;
    line-height: 26px;
  }
  .tth3 .box {
    padding: 10px 0px 0px;
  }
  .tth3 .describe1 {
    margin-top: 6px;
  }
  .tth4 {
    padding: 30px 0px 40px;
  }
  .tth4 .bt {
    font-size: 16px;
    line-height: 24px;
  }
  .tth4 .describe {
    margin-top: 3px;
  }
  .tth4 .link {
    margin-top: 6px;
  }
  .tth4 .sw_box {
    margin-top: 20px;
  }
  .tth5 {
    padding: 40px 0px;
  }
  .tth5 .list {
    margin-top: 20px;
  }
  .tth5 li {
    padding: 20px;
    min-height: 120px;
  }
  .tth5 .box {
    padding-right: 0px;
    margin-top: 15px;
  }
  .tth5 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tht1 {
    padding: 20px 0px 0px;
  }
  .tht1 .describe {
    margin-top: 8px;
  }
  .tht1 .img_box {
    margin-top: 20px;
  }
  .tht2 {
    padding: 40px 0px;
  }
  .tht2 .content {
    padding: 0px;
  }
  .tht2 .describe {
    margin-top: 10px;
  }
  .thth1 {
    padding: 20px 0px 40px;
  }
  .thth1 .container {
    margin-top: 20px;
    align-items: center;
    justify-content: center;
  }
  .thth1 .l_box {
    width: 100%;
    max-width: 587px;
  }
  .thth1 .r_box {
    width: 100%;
    padding-top: 20px;
  }
  .thth1 .describe {
    padding: 20px 0px;
  }
  .thth2 {
    padding: 30px 0px 40px;
  }
  .thth2 .list {
    margin-top: 20px;
  }
  .thth2 li {
    padding: 15px 0px 30px;
  }
  .thth3 {
    padding: 30px 0px 40px;
  }
  .thth3 .list {
    margin-top: 20px;
  }
  .thth3 li {
    width: 50%;
  }
  .thth3 .number {
    font-size: 70px;
    line-height: 70px;
  }
  .thth4 .content {
    padding: 30px 0px 40px;
  }
  .thth4 .describe {
    margin-top: 12px;
  }
  .thth4 .buttonBox {
    margin-top: 25px;
  }
  .thth5 {
    padding: 30px 0px 40px;
  }
  .thth5 figure {
    padding: 20px;
    min-height: 120px;
  }
  .thth5 .box {
    padding-right: 0px;
    margin-top: 15px;
  }
  .thth5 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .thfu1 {
    padding: 20px 0px 40px;
  }
  .thfu1 .describe {
    margin-top: 8px;
  }
  .thfu1 .describe strong {
    font-size: 16px;
  }
  .thfu2 .bt {
    font-size: 18px;
    line-height: 28px;
  }
  .thfu2 .table {
    line-height: 24px;
  }
  .thfu2 .table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .thfu2 table {
    min-width: 760px;
    padding: 10px 12px;
  }
  .thfu2 table td {
    padding: 10px 12px !important;
  }
  .thf1 {
    padding: 20px 0px 40px;
  }
  .thf1 .container {
    margin-top: 15px;
  }
  .thf1 .title_1,
  .thf1 .title_2 {
    font-size: 16px;
    line-height: 26px;
    min-height: auto;
    padding: 10px 20px;
  }
  .thf1 .logo {
    width: 8px;
  }
  .thf1 .title_2 p {
    padding-left: 10px;
  }
  .thf1 .title_2 + ul > div {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 20px 6px;
  }
  .thf1 .title_2 + ul > div li {
    padding: 10px 0px;
  }
  .thf1 .title_2 + ul > div .describe {
    padding-left: 10px;
  }
  .PageNumber {
    margin-top: 30px !important;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 4px;
  }
  .PageNumber a {
    width: 30px;
    line-height: 24px;
  }
  .PageNumber .p_f {
    width: 68px;
  }
  .PageNumber .p_l {
    width: 58px;
  }
  .ths_container {
    padding: 20px 0px 40px;
  }
  .ths_container .container {
    padding: 20px 0px 0px;
  }
  .ths_box1 .l_box {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-right: 4%;
  }
  .ths_box1 .l_box::before {
    display: none;
  }
  .ths_box1 .r_box {
    padding-top: 0px;
  }
  .ths_box2 {
    padding-top: 30px;
  }
  .ths_box3 {
    padding-top: 30px;
  }
  .ths_box3 .l_box::before {
    right: -15px;
  }
  .thse_container {
    padding: 20px 0px 40px;
  }
  .thse_container .logo {
    width: 8px;
  }
  .thse_container .text {
    margin-top: 8px;
    line-height: 24px;
  }
  .thse_container .container {
    margin-top: 20px;
  }
  .thse_container .title_1 {
    font-size: 14px;
    padding: 15px 20px 10px;
  }
  .thse_container .describe {
    padding: 0px 60px 10px 20px;
  }
  .the_container {
    padding: 20px 0px 40px;
  }
  .the_container .text {
    line-height: 24px;
    margin-top: 8px;
  }
  .the_container .title_1,
  .the_container .title_2 {
    font-size: 16px;
    line-height: 26px;
    min-height: auto;
    padding: 10px 20px;
  }
  .the_container .logo {
    width: 8px;
  }
  .the_container .title_2 p {
    padding-left: 10px;
  }
  .the_container .title_2 + ul > div {
    font-size: 14px;
    line-height: 24px;
    padding: 0px 20px 6px;
  }
  .the_container .title_2 + ul > div li {
    padding: 10px 0px;
  }
  .the_container .title_2 + ul > div .describe {
    padding-left: 10px;
  }
  .the_container .box {
    margin-top: 20px;
  }
  .the_container .l_box {
    margin-right: 20px;
  }
  .thn_container {
    padding: 40px 0px;
  }
  .thn_container .list {
    margin-top: 20px;
  }
  .thn_container li {
    padding: 20px;
    min-height: 120px;
  }
  .thn_container .box {
    padding-right: 0px;
    margin-top: 15px;
  }
  .thn_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .pub_menu {
    width: 100%;
    margin: 40px 0px 0px !important;
  }
  .pub_menu .menu1 {
    margin-top: 15px;
    display: none;
  }
  .pub_menu .menu1 > div {
    gap: 5px 0px;
  }
  .pub_menu .menu1 a {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
  }
  .pub_menu .menu_all {
    font-size: 18px;
    line-height: 26px;
  }
  .pub_menu .box3 {
    margin-top: 20px;
  }
  .pub_menu .title {
    font-size: 18px;
    line-height: 26px;
  }
  .pub_menu .logo {
    display: block;
    width: 8px;
  }
  .pub_menu .box2 {
    margin-top: 20px;
  }
  .pub_menu .list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
  }
  .pub_menu li {
    width: 48%;
  }
  .pub_menu .box3 .title1 {
    font-size: 20px;
    line-height: 26px;
  }
  .pub_menu .list1 {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 72px;
    gap: 10px;
  }
  .fuo1_r {
    flex: none;
  }
  .fuo1_r .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo1_r li {
    align-items: center;
  }
  .fuo1 {
    padding: 20px 0px 40px;
    flex-direction: column-reverse;
  }
  .fuo2 {
    padding: 30px 0px 40px;
  }
  .fuo2 .buttonBox a {
    font-size: 14px;
  }
  .fuo2 .bt {
    font-size: 16px;
    line-height: 26px;
  }
  .fut1_r {
    flex: none;
  }
  .fut1_r h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .fut1_r .describe {
    margin-top: 20px;
    line-height: 24px;
  }
  .fut1 {
    padding: 20px 0px 40px;
    flex-direction: column-reverse;
  }
  .page_change {
    margin-top: 20px;
    padding-top: 10px;
  }
  .so1 {
    padding: 20px 0px 40px;
  }
  .so1 .r_box {
    margin: 0px auto;
  }
  .so1 .fuhao {
    width: 32px;
  }
  .so1 .title {
    margin-top: 15px;
  }
  .so1 .link {
    margin-top: 20px;
  }
  .so1 .swiperso1-pagination {
    bottom: 40px;
  }
  .so2 {
    padding-bottom: 40px;
  }
  .so2 figure {
    padding: 20px 15px 10px;
  }
  .so2 .title {
    line-height: 24px;
    height: 48px;
  }
  .so2 .describe {
    margin-top: 8px;
    line-height: 24px;
    height: 72px;
  }
  .so2 .swiperso2-pagination {
    margin-top: 20px;
  }
  .so3 {
    padding: 30px 0px 40px;
  }
  .so3 .sw_box {
    margin-top: 20px;
  }
  .so3 .swiper_button div {
    width: 40px;
    height: 40px;
  }
  .so3 .swiper_button div:nth-of-type(1) {
    left: -45px;
  }
  .so3 .swiper_button div:nth-of-type(2) {
    right: -45px;
  }
  .st_container {
    padding: 20px 0px 40px;
  }
  .st_container h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .sth1 {
    padding: 20px 0px 40px;
  }
  .sth1 .l_box {
    width: 100%;
  }
  .sth1 .r_box {
    width: 100%;
    padding-top: 30px;
  }
  .sth1 .r_box .list {
    gap: 20px 0px;
  }
  .sth1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .sth1 .describe {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .sth1 .bt {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .sth1 .icBox {
    margin-top: 10px;
    gap: 5px 8px;
  }
  .sth1 .icBox a {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  .sth1 .form_box {
    margin-top: 20px;
  }
  .sth1 form {
    gap: 15px 0px;
  }
  .sth2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .wx > .hide_box,
  .rightMenu .ws > .hide_box {
    bottom: 100%;
    transform: none;
    left: 0%;
  }
  .rightMenu .wx img, .rightMenu .ws img{ max-width:100px}
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header {
    border-bottom: 1px solid #ccc;
  }
  header .logoBox {
    width: 124px;
  }
  header .lang img {
    margin-right: 3px;
  }
  header .lang .lang_box span {
    margin: 0px;
  }
  header .lang .lang_box .xiangxia {
    font-size: 16px;
  }
  .padding_top {
    padding-top: 57px;
  }
  .PageNumber {
    font-size: 14px;
  }
  .PageNumber a {
    margin-right: 5px;
  }
  .PageNumber span {
    margin-left: 5px;
  }
  .PageNumber input {
    font-size: 14px;
  }
  .bannerBox {
    display: none;
  }
  .index1_menu span,
  .index1_menu a {
    width: calc((100% - 50px) / 2);
    min-width: auto;
  }
  .index2_top .num_box {
    padding: 0px;
  }
  footer .ul1 {
    width: 45%;
  }
  footer .ul2 {
    width: 45%;
  }
  footer .l_box {
    flex-wrap: wrap;
    gap: 20px 0%;
  }
  footer .ul3 {
    width: 100%;
  }
  footer form p {
    margin-top: 10px;
  }
  .index3 .turn_page {
    padding: 0px 20px;
  }
  .index3 .turn_page #box .box-list .list-item {
    width: 3%;
    margin-right: 0.48%;
  }
  .index3 .turn_page #box .prev {
    left: -30px !important;
  }
  .index3 .turn_page #box .next {
    right: -30px !important;
  }
  .index4 {
    padding: 30px 0px 40px;
    background: #f5f5f5;
  }
  .index4 .l_box {
    width: 100%;
    background: none;
  }
  .index4 .l_box .imgBox {
    display: block;
  }
  .index4 .r_box {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .index4 .big_title {
    position: relative;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    top: 0;
    margin-bottom: 15px;
  }
  .index4 .dif_img {
    display: none;
  }
  .index4 .sw_button {
    position: relative;
    width: 100%;
    padding: 0px 20px;
    justify-content: center;
  }
  .index5 {
    padding: 30px 0px 0px;
  }
  .index5 .describe {
    margin: 5px auto 0px;
    line-height: 24px;
  }
  .index5 .box {
    flex-wrap: wrap;
    gap: 4px 20px;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .index5 .title {
    flex: none;
    width: 100%;
  }
  .index5 .sw_button div {
    top: 35%;
  }
  .sw_button div {
    gap: 10px;
    width: 32px !important;
    height: 32px !important;
    font-size: 14px;
  }
  .index6 .l_box {
    flex: none;
    width: 100%;
    margin-top: 0px;
    margin-right: 0%;
    max-width: none;
  }
  .index6 .describe {
    margin-top: 5px;
  }
  .index6 .sw_button {
    margin-top: 15px;
    justify-content: center;
  }
  .index6 .sw_box {
    width: 100%;
    transform: none;
  }
  .index6 .swiper {
    padding: 15px 5px;
  }
  .oo3 .sw_box2 {
    width: 100%;
  }
  .oo3 .year {
    font-size: 26px;
    line-height: 32px;
  }
  .oo3 .r_box {
    margin-left: 20px;
  }
  .oo3 .r_box::before {
    display: none;
  }
  .oo3 .mySwiperoo31 .swiper-slide {
    padding-right: 20px;
  }
  .oo4 {
    padding: 0px 0px 40px;
  }
  .oo4 .l_box {
    width: 100%;
    background: none;
  }
  .oo4 .l_box .imgBox {
    display: block;
  }
  .oo4 .r_box {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .oo4 .big_title {
    position: relative;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    top: 0;
    margin-bottom: 15px;
  }
  .oo4 .sw_button {
    position: relative;
    width: 100%;
    left: 0px;
    padding: 0px 20px;
    justify-content: center;
  }
  .oto2 .img_box {
    width: 100%;
  }
  .oto2 .r_box {
    width: 100%;
    padding-top: 40px;
  }
  .ott1 .r_box {
    width: 100%;
    margin-top: 20px;
  }
  .ott2 {
    max-width: 600px !important;
  }
  .ott2 .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .ott2 .l_box {
    width: 100%;
  }
  .ott2 .describe1 {
    position: relative;
  }
  .ott3 {
    max-width: 600px !important;
  }
  .ott3 .container {
    flex-wrap: wrap;
  }
  .ott3 .r_box {
    width: 100%;
  }
  .ott3 .l_box {
    margin-top: 20px;
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
  }
  .ott4 .swiper {
    padding-top: 0px;
  }
  .ott5 li {
    width: 49%;
  }
  .ott5 .list {
    gap: 20px 2%;
  }
  .otth1 .l_box {
    flex: none;
    width: 100%;
  }
  .otth1 .r_box {
    width: 100%;
    margin-left: 0px;
    padding-left: 20px;
    margin-top: 20px;
  }
  .otth3 .bt {
    font-size: 16px;
  }
  .otth3 .bt span {
    margin: 0px 10px;
  }
  .otth3 .bt::before {
    width: 50px;
  }
  .otth3 .bt::after {
    width: 50px;
  }
  .otth3 .list1 {
    gap: 20px 2%;
  }
  .otth3 .list1 li {
    width: 49%;
  }
  .otth4 li {
    width: 49%;
  }
  .otth4 .list {
    gap: 20px 2%;
  }
  .otth5 .content {
    max-width: 690px !important;
  }
  .otth5 .l_box {
    margin-right: 0px;
    flex: none;
    width: 100%;
  }
  .otth5 .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .otth6 {
    flex-direction: column-reverse;
  }
  .otth6 .l_box {
    width: 100%;
    margin-top: 20px;
  }
  .otth6 .r_box {
    flex: none;
    width: 100%;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  .otfu2 li {
    padding: 15px 12px 50px;
    min-height: 140px;
  }
  .otfu2 .num {
    font-size: 18px;
    right: 12px;
    bottom: 10px;
  }
  .otht2 .container {
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .otht2 figure {
    width: 100%;
  }
  .otht2 .container1 {
    gap: 5px 0px;
  }
  .otht2 .container1 b {
    font-size: 20px;
    line-height: 26px;
  }
  .otht2 .container1 li {
    width: 50%;
  }
  .otht2 .container1 li:nth-of-type(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .otht2 .container1 li:nth-of-type(2n) {
    border-right: none;
  }
  .otht3 .content {
    max-width: 615px !important;
  }
  .otht3 .l_box {
    width: 100%;
  }
  .otht3 .r_box {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 20px;
  }
  .otht3 .swbutton_box {
    width: 100%;
    position: relative;
    justify-content: center;
  }
  .otht3 .sw_button {
    background: transparent;
  }
  .otht4 .r_box::before {
    display: none;
  }
  .otht5 {
    flex-wrap: wrap;
  }
  .otht5 .r_box {
    width: 100%;
    margin-top: 20px;
  }
  .otht5 .l_box {
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }
  .othth1 .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .othth1 .content {
    padding-top: 10px;
    padding-right: 0px;
  }
  .othth3 {
    flex-wrap: wrap;
  }
  .othth3 .r_box {
    width: 100%;
  }
  .othth3 .content {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 15px;
    transform: none;
  }
  .othth3 .l_box {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
  }
  .othth4 .box {
    width: 70%;
  }
  .ofuo2 .swiper-slide {
    width: 150px;
  }
  .ofo1 .r_box {
    width: 210px;
  }
  .ofo3 .big_title {
    text-align: center;
  }
  .ofo3 .title_top {
    flex-direction: column;
    align-items: center;
  }
  .to1_list {
    gap: 20px 2%;
  }
  .to1_list li {
    width: 49%;
  }
  .to2 .container {
    width: 100%;
    max-width: 660px;
    margin: auto;
  }
  .to2 li {
    width: 49%;
  }
  .tt2 {
    max-width: 660px !important;
  }
  .tt2 li {
    width: 49%;
  }
  .tho_container .list {
    gap: 20px 4%;
  }
  .tho_container li {
    width: 48%;
  }
  .domain2 form {
    gap: 15px 0px;
    align-items: center;
    justify-content: center;
  }
  .domain2 .int1 {
    width: 100%;
    flex: none;
  }
  .tth1 .r_box {
    width: 90%;
  }
  .tth1_l .button {
    gap: 10px;
  }
  .tth3 .list {
    gap: 20px 2%;
  }
  .tth3 li {
    width: 32%;
  }
  .tth4 .title_top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tth4 .describe {
    margin-top: 10px;
  }
  .tth4 .link {
    margin-top: 15px;
  }
  .tth5 .name {
    font-size: 18px;
    line-height: 28px;
  }
  .tth5 .list {
    gap: 20px 4%;
  }
  .tth5 li {
    width: 48%;
  }
  .thth3 li {
    width: 100%;
  }
  .thth5 .title_top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .thth5 .name {
    font-size: 18px;
    line-height: 28px;
  }
  .thth5 .sw_box {
    margin-top: 20px;
  }
  .thth5 .swiper-slide {
    gap: 20px 4%;
  }
  .the_container .r_box {
    display: none;
  }
  .the_container .l_box {
    flex: none;
    width: 100%;
    margin-right: 0px;
  }
  .thn_container .name {
    font-size: 18px;
    line-height: 28px;
  }
  .thn_container .list {
    gap: 20px 4%;
  }
  .thn_container li {
    width: 48%;
  }
  .fuo1_r .l_box {
    width: 240px;
  }
  .so1 {
    max-width: 600px !important;
  }
  .so1 .swiper-slide {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .so1 .l_box {
    width: 100%;
    max-width: 600px;
  }
  .so1 .r_box {
    width: 100%;
    flex: none;
  }
  .so1 .swiperso1-pagination {
    width: 100%;
  }
  .so3 .swiper_button div {
    background: rgba(200, 30, 30, 0.4);
  }
  .so3 .swiper_button div:hover {
    background: #c81e1e;
  }
  .so3 .swiper_button div:nth-of-type(1) {
    left: -20px;
  }
  .so3 .swiper_button div:nth-of-type(2) {
    right: -20px;
  }
  .so3 .content {
    max-width: 563px !important;
  }
  .so3 .l_box {
    width: 100%;
  }
  .so3 .r_box {
    width: 100%;
  }
  .so3 .describe1 {
    position: relative;
  }
  .sth1 .bt {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .otfu3 li {
    width: 49%;
  }
  .fuo1_r .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .fuo1_r li {
    width: 48%;
  }
  .fuo1_r .l_box {
    width: 100%;
    max-width: 359px;
  }
  .fuo1_r .r_box {
    flex: none;
    width: 100%;
  }
  .fuo1_r .title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .index1_menu a,
  .index1_menu span {
    width: calc(100% - 40px);
    margin: auto;
  }
  .index2_top .num_box {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .index2_top figure {
    width: 48%;
  }
  footer form {
    padding-left: 5px;
  }
  footer form .hd::before {
    left: -10px;
  }
  footer form .buttonBox {
    width: 100%;
    margin-left: 0px;
  }
  header .center {
    padding-right: 40px;
  }
  .index3 .turn_page #box .box-list .list-item {
    width: 4.6%;
    margin-right: 0.8%;
  }
  .index6 .top {
    gap: 5px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .index6 figure {
    padding: 10px 20px 20px;
  }
  .oo1 .r_box {
    width: 100%;
    float: none !important;
    margin: 0px 0px 15px !important;
  }
  .oo1_bottom .list {
    gap: 20px;
  }
  .oo1_bottom li {
    width: 100%;
  }
  .oo2_menu {
    gap: 10px 15px;
  }
  .oo2_menu span::after {
    display: none;
  }
  .oo2 .l_box {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .oo2 .l_box::before {
    display: none;
  }
  .oo2 .box2 {
    padding-top: 0px;
  }
  .oo3 .year {
    width: 100%;
  }
  .oo3 .r_box {
    width: 100%;
    flex: none;
    margin-left: 0px;
    margin-top: 10px;
  }
  .oto1 .r_box {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0px;
  }
  .oto1 .l_box {
    margin-top: 20px;
  }
  .ott1 {
    padding: 30px 20px;
  }
  .ott1 .l_box {
    padding: 0px;
  }
  .ott4 .describe {
    border-right: none;
  }
  .ott4 .swiper_button {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .ott4 .swiper_button div {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0;
    transform: none !important;
  }
  .ott5 li {
    width: 100%;
  }
  .otth1 .r_box {
    padding-left: 0px;
  }
  .otth1 .img1::before {
    display: none;
  }
  .otth1 .img2 {
    bottom: -20px;
  }
  .otth2 .l_box {
    width: 100%;
    margin: 0px !important;
    float: none !important;
    margin-bottom: 0px !important;
  }
  .otth2 .l_box::before {
    display: none !important;
  }
  .otth2 .r_box {
    margin-top: 10px;
  }
  .otth3 .list li {
    width: 48%;
  }
  .otth3 .describe {
    margin-top: 8px;
  }
  .otth3 .bt::before {
    display: none;
  }
  .otth3 .bt::after {
    display: none;
  }
  .otth3 .list1 li {
    width: 100%;
    min-height: auto;
  }
  .otth4 li {
    width: 100%;
  }
  .otth4 .describe {
    padding: 15px 6px 0px;
  }
  .otfu1 .r_box {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .otfu1 .l_box {
    margin-top: 20px;
  }
  .otfu2 li {
    width: 49%;
  }
  .otfu3 li {
    width: 100%;
  }
  .otho1 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .otho1 .l_box {
    margin-top: 20px;
  }
  .otho2 .r_box1,
  .otho2 .l_box2 {
    float: none !important;
    width: 100%;
    margin: 0px !important;
  }
  .otho2 .l_box1,
  .otho2 .r_box2 {
    width: 100%;
    margin-top: 15px;
  }
  .otho3 .r_box {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
  }
  .otho3 .l_box {
    margin-top: 15px !important;
  }
  .otht1 .r_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .otht1 .l_box {
    margin-top: 20px;
  }
  .otht2 .container1 li {
    width: 100%;
    border-right: none;
  }
  .otht4 .r_box1,
  .otht4 .r_box2 {
    width: 100% !important;
    float: none !important;
    margin: 0px !important;
  }
  .otht4 .l_box1,
  .otht4 .l_box2 {
    margin-top: 15px !important;
  }
  .othth2 .l_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .othth2 .r_box {
    margin-top: 15px;
  }
  .othth4 .box {
    width: 100%;
  }
  .othth4 .r_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .othth4 .l_box {
    margin-top: 15px;
  }
  .ofuo1 .img1 {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .ofuo1 .describe {
    margin-top: 8px;
  }
  .ofuo1 .describe1 {
    margin-top: 8px;
  }
  .ofuo1 .img2 {
    margin: 15px auto 0px !important;
    width: 100%;
    float: none;
  }
  .ofuo2 .list {
    gap: 20px;
  }
  .ofuo2 li {
    width: 100%;
  }
  .ofo1 .r_box {
    width: 100%;
    max-width: 266px;
    float: none;
    margin: auto !important;
  }
  .ofo1 .box {
    margin-top: 15px;
  }
  .ofo2 li {
    width: 100%;
  }
  .to1_list li {
    width: 100%;
  }
  .to2 li {
    width: 100%;
  }
  .to2 .container {
    max-width: 330px;
  }
  .tt2 {
    max-width: 330px !important;
  }
  .tt2 li {
    width: 100%;
  }
  .tho_container li {
    width: 100%;
  }
  .tth1 .r_box {
    width: 100%;
  }
  .tth1 .r_box .pic-btn {
    font-size: 12px;
    width: 14px;
  }
  .tth3 li {
    width: 49%;
  }
  .tth4 .imgBox {
    width: 100%;
    border-right: none;
  }
  .tth4 .r_box {
    flex: none;
    width: 100%;
    padding: 20px;
  }
  .tth5 li {
    width: 100%;
  }
  .tht2 .l_box {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .tht2 .content {
    padding: 15px 0px 0px;
  }
  .thth2 .describe {
    padding-left: 20px;
  }
  .thth4 .l_box {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
  .thfu1 .r_box {
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0px !important;
  }
  .thfu1 .l_box {
    margin-top: 15px;
  }
  .ths_box1 .l_box {
    float: none;
    width: 100%;
    margin: 0px !important;
  }
  .ths_box1 .r_box {
    margin-top: 15px;
  }
  .ths_box2 .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .ths_box2 .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .ths_box3 .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .ths_box3 .r_box {
    margin-top: 15px;
  }
  .thn_container li {
    width: 100%;
  }
  .pub_menu li {
    width: 100%;
  }
  .so3 .swiper_button div:nth-of-type(1) {
    left: -16px;
  }
  .so3 .swiper_button div:nth-of-type(2) {
    right: -16px;
  }
  .sth1 .form_box {
    padding: 0px;
  }
  .sth1 form {
    padding: 20px 20px 30px;
  }
  .sth1 form input,
  .sth1 form textarea {
    font-size: 14px;
  }
  .sth1 form input {
    height: 38px;
  }
  .sth1 form .yzm span {
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .fuo1_r .list {
    gap: 20px 0px;
  }
  .fuo1_r li {
    width: 100%;
  }
}


@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}

header .erji{
	padding-top: 10px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	width: 100%;
}
header .dif_menu .active>a{
	background: transparent;
	color: #c81e1e;
}
header .erji>div{
	background: #fff;
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px 0px;
}
header .dif_box .dif_menu figure{
	position: relative;
	width: 100%;
}
@media screen and (max-width: 1450px) {
	header .erji>div{
		padding: 0px 12px;
		gap: 5px 0px;
	}
}