@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: Inter-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 180px);
}
html body .content_dif {
  margin: auto;
  max-width: 1500px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 4px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #919699;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #e60012;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #e60012;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.rightMenu .go_top {
  margin-top: 5px;
  background: #333;
}
.rightMenu .go_top:hover {
  background: #e60012;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #ec2128;
  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: 1200px) {
  .xnav {
    display: block;
  }
}
@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: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.mbx {
  background: #f5f5f5;
  font-size: 18px;
  color: #333;
  padding: 11px 0px;
}
.mbx a {
  color: #333;
}
.mbx a:hover {
  color: #e60012;
}
.mbx .active {
  color: #e60012;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  background-color: #fff;
  padding: 23px 0px;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7%;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 169px;
  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: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  margin-right: 30px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 4px 18.5px 6px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  background: #e60012;
  z-index: -1;
  opacity: 0;
}
header .menuOne > a:hover {
  color: #fff !important;
}
header .menuOne > a:hover::before {
  opacity: 1;
}
header .menuOne .active > a {
  color: #e60012;
}
header .menuOne .menuactive > a {
  color: #e60012;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  min-width: 241px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
}
header .ul li {
  font-family: Inter-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
header .ul li a {
  display: block;
  padding: 12px 20px;
  color: #333333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #e60012;
}
header .ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-left: 0px;
  padding-top: 31px !important;
}
header .lang {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 3px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover .dq,
  header .lang .lang_box:hover .dq1 {
    filter: none;
    opacity: 1;
  }
  header .lang .lang_box:hover span {
    color: #e60012;
  }
}
header .lang .lang_box .dq {
  width: 21px;
  filter: brightness(0);
  opacity: 0.6;
  transition: 0.2s;
}
header .lang .lang_box .dq1 {
  width: 7px;
  filter: brightness(0);
  opacity: 0.6;
  transition: 0.2s;
}
header .lang .lang_box span {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  transition: 0.2s;
  margin-left: 5px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #e60012;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #e60012;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #e60012;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7e7e7;
}
header .sousuo .search:hover {
  color: #e60012 !important;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #e60012;
}
header .sousuo form {
  overflow: hidden;
  border-bottom: 1px solid #333;
  z-index: 2;
  margin: 0px auto;
  width: 600px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
  height: 42px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 18px;
  color: #2f3135;
  background: none;
  width: 100%;
  padding-right: 10px;
  flex: 1;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
  color: #e60012;
}
header .head_boxr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
header .box {
  display: flex;
  align-items: center;
}
header .dif_ul {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 1210px;
  padding-top: 1px;
  left: 50%;
  transform: translateX(-40.85%);
  top: calc(100% - 31px);
  padding-top: 31px;
  display: none;
}
header .dif_ul > div {
  padding: 18px 15px;
  background: #fff;
}
header .list {
  padding: 0px 23px 0px 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 1.76266667%;
  max-height: 222px;
  overflow: auto;
}
header .list::-webkit-scrollbar {
  width: 6px;
}
header .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8f8f8f;
}
header .list::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ececec;
}
header .list figure {
  border: solid 1px #e9e9e9;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  width: 23.678%;
}
header .list .imgBox {
  width: 80px;
}
header .title {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000000;
  flex: 1;
}
header .title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}
header .title a:hover {
  color: #e60012;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 145px;
  min-height: 49px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 4px 20px;
}
.buttonBox a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/button_la.png") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
  transition: 0.3s;
}
.buttonBox a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/button_lb.png") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.buttonBox a:hover {
  color: #e60012;
}
.buttonBox a:hover::before {
  opacity: 0;
}
.buttonBox a:hover::after {
  opacity: 1;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .big_title {
  color: #fff;
}
.bannerBox .banner_describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 12px;
}
.bannerBox .content_dif {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0.5%;
}
.bannerBox .banner_title {
  text-align: center;
  margin-top: 12px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 36px;
  height: 30px;
  background-color: #f8f8f8;
  border: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.PageNumber .active {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
.PageNumber .no:hover{
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    color: #666;
}
.PageNumber .p_f {
  width: 93px;
}
.PageNumber .p_l {
  width: 62px;
}
.PageNumber input {
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #e60012;
  border: 1px solid #e60012;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 11px;
}
.PageNumber input:hover {
  background: #fff;
  color: #e60012;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-start;
}
.PageNumber .submit img {
  margin-top: 4px;
}
.padding_top {
  padding-top: 100px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index_banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiper_button {
  gap: 20px;
  position: absolute;
  bottom: 42px;
  right: 13.5%;
  z-index: 1;
}
.big_title {
  font-family: Inter-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #e60012;
}
.big_title_bottom {
  position: relative;
  padding-bottom: 3px;
}
.big_title_bottom::before {
  content: "";
  width: 51px;
  height: 6px;
  background: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title_center {
  text-align: center;
}
.title_center::before {
  left: 50%;
  transform: translateX(-50%);
}
.index1 {
  background: url("../images/index1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 86px 0px 67px;
}
.index1 .top_r {
  padding-top: 3px;
}
.index1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.index1 .top_l {
  flex: 1;
  max-width: 772px;
}
.index1 .text {
  color: #666;
  margin-top: 12px;
}
.index1 .button_box {
  display: none;
}
.index1_menu {
  margin-top: 35px;
}
.index1_menu .container {
  background: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 9px 20px;
  cursor: pointer;
  margin-bottom: 11px;
  position: relative;
}
.index1_menu .container::before {
  content: "";
  width: 21px;
  aspect-ratio: 21/11;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  background: url("../images/index1_lb.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.index1_menu .container:hover {
  background: #e60012;
}
.index1_menu .container:hover::before {
  opacity: 1;
}
.index1_menu .container:hover .name {
  color: #fff;
}
.index1_menu .name {
  font-family: Inter-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
}
.index1_menu .logo {
  width: 74px;
  flex-shrink: 0;
}
.index1_menu .active .container {
  background: #e60012;
}
.index1_menu .active .container::before {
  opacity: 1;
}
.index1_menu .active .name {
  color: #fff;
}
.index1_container {
  margin-top: 48px;
}
.index1_container .sw_box {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0px auto;
}
.index1_container .r_box {
  width: 42%;
}
.index1_container .l_box {
  flex: 1;
  max-width: 590px;
  padding-bottom: 0.7%;
}
.index1_container .title {
  font-family: Inter-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.index1_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;
}
.index1_container .title a:hover {
  color: #e60012;
}
.index1_container .describe {
  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: 20px;
}
.index1_container .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6%;
}
.index1_container .buttonBox {
  margin-top: 57px;
}
.index2 {
  padding: 87px 0px 100px;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.index2 .big_title_bottom {
  padding-bottom: 12px;
}
.index2 .text {
  color: #666;
  text-align: center;
  margin-top: 12px;
}
.index2_container {
  width: calc(100% - 90px);
  max-width: 1760px;
  margin-left: auto;
  margin-right: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 59px;
}
.index2_container figure {
  flex: 1;
  background: #f2f2f2;
  border-right: 1px solid #ccc;
  padding: 94px 50px 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index2_container figure:hover {
    flex: 1.735;
  }
  .index2_container figure:hover .hide_box {
    opacity: 1;
    pointer-events: all;
  }
}
.index2_container .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e60012;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.index2_container .logo1 {
  width: 48px;
  aspect-ratio: 1/1;
}
.index2_container .logo1 img {
  max-height: 100%;
  filter: brightness(0) invert(1);
}
.index2_container .back_img {
  right: 14px;
  bottom: 15px;
  position: absolute;
  max-width: 60%;
  z-index: -1;
}
.index2_container figure:nth-last-of-type(1) {
  border-right: none;
}
.index2_container .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  max-width: 220px;
  text-align: center;
  margin-top: 34px;
}
.index2_container .title a {
  color: #333;
}
.index2_container .title a:hover {
  color: #e60012;
}
.index2_container .title1 {
  max-width: 100%;
  text-align: left;
  margin-top: 14px;
  color: #fff;
}
.index2_container .title1 a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index2_container .title1 a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index2_container .describe {
  line-height: 26px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 11px;
}
.index2_container .logo {
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
}
.index2_container .logo img {
  max-height: 100%;
}
.index3 {
  background: #f3f5f7;
  position: relative;
  z-index: 1;
}
.index3::before {
  contain: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/index3_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.index3 .box {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  background: url('../images/index3_back.png') no-repeat center;
  background-size: cover;
}
.index3_l {
  flex: 1;
  padding: 5% 0px;
  max-width: 570px;
}
.index3_l .text {
  line-height: 24px;
  color: #666;
  margin-top: 14px;
}
.index3_l .big_title_bottom {
  padding-bottom: 12px;
}
.index3_list {
  margin-top: 114px;
}
.index3_list figure {
  display: none;
  position: relative;
  z-index: 1;
}
.index3_list .number {
  font-family: Inter-Bold;
  font-size: 100px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #e60012;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-73%);
  z-index: -1;
}
.index3_list .title {
  font-family: Inter-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #e60012;
}
.index3_list .title a {
  color: #e60012;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index3_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index3_list .describe {
  line-height: 24px;
  color: #333;
  margin-top: 32px;
}
.index3_list .describe em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 18px;
}
.index3_list .describe em::before {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  background: #e60012;
}
.index3_list .buttonBox {
  margin-top: 58px;
}
.index3_container {
  width: calc(100% - 90px);
  max-width: 1760px;
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
.index3_container .swiper_button {
  position: absolute;
  z-index: 1;
  left: 0;
  transform: translateX(-50%);
  bottom: 99px;
}
.index3_container .sw_box {
  width: 63.069%;
  position: relative;
}
.index4 {
  padding: 143px 0px 91px;
}
.index4 .big_title_bottom {
  padding-bottom: 12px;
}
.index4 .text {
  color: #666;
  text-align: center;
  margin-top: 14px;
}
.index4_sw_box {
  padding: 0px 93px 0px 75px;
  margin-top: 33px;
  position: relative;
}
.index4_sw_box .r_box {
  width: 45.571%;
}
.index4_sw_box .l_box {
  flex: 1;
  max-width: 625px;
  padding-bottom: 0.7%;
}
.index4_sw_box .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
.index4_sw_box .describe {
  color: #666;
  margin-top: 18px;
}
.index4_sw_box .buttonBox {
  margin-top: 55px;
}
.index4_sw_box .buttonBox a {
  color: #e60012;
}
.index4_sw_box .buttonBox a::before {
  opacity: 0;
}
.index4_sw_box .buttonBox a::after {
  opacity: 1;
}
.index4_sw_box .buttonBox a:hover {
  color: #fff;
}
.index4_sw_box .buttonBox a:hover::before {
  opacity: 1;
}
.index4_sw_box .buttonBox a:hover::after {
  opacity: 0;
}
.index4_sw_box .year {
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #e60012;
}
.index4_sw_box .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.index4_sw_box .swiper_button div:nth-of-type(1) {
  left: -51px;
}
.index4_sw_box .swiper_button div:nth-of-type(2) {
  right: -51px;
}
.index4_sw_box1 {
  overflow: hidden;
  padding: 0px 90px;
  position: relative;
  margin-top: 58px;
}
.index4_sw_box1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  border-top: 2px dashed #b2b2b2;
}
.index4_sw_box1 .swiper-slide {
  position: relative;
  cursor: pointer;
}
.index4_sw_box1 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url("../images/index4_la.png") no-repeat center;
  background-size: cover;
  width: 14px;
  aspect-ratio: 14/12;
  transition: 0.3s;
  opacity: 0;
}
.index4_sw_box1 .quan {
  width: 20px;
  aspect-ratio: 1/1;
  position: relative;
  margin: 22px auto 0px;
}
.index4_sw_box1 .quan::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #999999;
  opacity: 0.3;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s;
}
.index4_sw_box1 .quan::after {
  content: "";
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #999;
  position: absolute;
  left: 4.5px;
  top: 4.5px;
  transition: 0.3s;
}
.index4_sw_box1 .year {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
  transition: 0.3s;
  margin-top: 7px;
}
.index4_sw_box1 .sw_box {
  overflow: hidden;
}
.index4_sw_box1 .swiper {
  width: 40%;
  max-width: 177px;
  overflow: initial;
}
.index4_sw_box1 .swiper-slide-thumb-active::before {
  opacity: 1;
}
.index4_sw_box1 .swiper-slide-thumb-active .quan::before,
.index4_sw_box1 .swiper-slide-thumb-active .quan::after {
  background: #e60012;
}
.index4_sw_box1 .swiper-slide-thumb-active .year {
  color: #e60012;
}
.index5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 49px 0px 0px;
}
.index5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  max-height: 440px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.index5 .big_title_bottom {
  padding-bottom: 12px;
}
.index5 .big_title_bottom::before {
  background: #f3f5f7;
}
.index5 .big_title {
  color: #f3f5f7;
}
.index5 .big_title a {
  color: #f3f5f7;
}
.index5 .big_title a:hover {
  color: #e60012;
}
.index5 .text {
  color: #f3f5f7;
  text-align: center;
  margin-top: 14px;
}
.index5_container {
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
.index5_container .l_box {
  width: 48.66666667%;
}
.index5_container .index5_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.index5_container li {
  width: 48.66666667%;
}
.index6 {
  padding: 84px 0px 100px;
}
.index6 .big_title_bottom {
  padding-bottom: 12px;
}
.index6 .text {
  text-align: center;
  color: #666;
  margin-top: 12px;
}
.index6_sw_box {
  position: relative;
  margin-top: 36px;
}
.index6_sw_box .swiper-slide {
  padding: 40px 100px 58px 36px;
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}
.index6_sw_box .swiper-slide::before {
  content: "";
  width: 30px;
  aspect-ratio: 30/24;
  background: url("../images/index6_lb.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 67px;
  top: 68px;
}
.index6_sw_box .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
}
.index6_sw_box .top {
  display: flex;
  align-items: center;
  gap: 19px;
}
.index6_sw_box .logo {
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.index6_sw_box .title {
  font-family: Inter-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.index6_sw_box .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.index6_sw_box .swiper_button div:nth-of-type(1) {
  left: -31px;
  transform: translate(-100%, -50%);
}
.index6_sw_box .swiper_button div:nth-of-type(2) {
  right: -31px;
  transform: translate(100%, -50%);
}
.index7 {
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
}
.index7_container {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 34px 55px 19px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6.5%;
  background: rgba(0, 0, 0, 0.7);
}
.index7_l {
  width: 50%;
}
.index7_r {
  flex: 1;
  max-width: 612px;
  padding-bottom: 1.7%;
}
.index7_r .big_title {
  color: #fff;
}
.index7_r .big_title a {
  color: #fff;
}
.index7_r .big_title a:hover {
  color: #e60012;
}
.index7_r .big_title_bottom {
  padding-bottom: 13px;
}
.index7_r .big_title_bottom::before {
  background: #fff;
}
.index7_r .describe {
  color: #fff;
  margin-top: 21px;
}
.index7_r .buttonBox {
  margin-top: 56px;
}
.index7_bottom {
  background: rgba(230, 0, 18, 0.8);
  padding: 36px 0px 39px;
}
.index7_bottom .content_dif {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 7.82222222%;
}
.index7_bottom figure {
  width: 19.13333333%;
}
.index7_bottom .big_num {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 27px;
}
.index7_bottom .j-hdata1 {
  font-family: Inter-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index7_bottom .j-hdata1 + p {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index7_bottom .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 22px;
}
.index8 {
  padding: 91px 0px 100px;
}
.index8 .big_title_bottom {
  padding-bottom: 12px;
}
.index8 .text {
  color: #666;
  text-align: center;
  margin-top: 12px;
}
.index8 .buttonBox {
  justify-content: center;
  margin-top: 39px;
}
.index8_list {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 0px;
}
.index8_list li {
  width: 48.66666667%;
  background: #f2f2f2;
  padding: 20px 20px 21px;
  gap: 18px;
  display: flex;
}
.index8_list li:hover {
  background: #e60012;
}
.index8_list li:hover .title {
  color: #fff;
}
.index8_list li:hover .title a {
  color: #fff;
}
.index8_list li:hover .describe {
  color: #fff;
}
.index8_list li:hover .links img {
  filter: brightness(0) invert(1);
}
.index8_list li:hover .time {
  color: #fff;
}
.index8_list .l_box {
  width: 38%;
  max-width: 200px;
}
.index8_list .r_box {
  flex: 1;
  padding: 13px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index8_list .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  margin-top: 11px;
}
.index8_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #333333;
}
.index8_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index8_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index8_list .time {
  transition: 0.3s;
  color: #666;
}
.index8_list .links {
  display: block;
  width: 30px;
}
.index8_list .links img {
  transition: 0.2s;
  display: block;
}
.index8_list .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.index9 {
  background: #f3f5f7;
  padding: 60px 0px 60px;
}
.index9 .content_dif {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index9_l {
  width: 30.934%;
  background: url("../images/index9_ia.jpg") no-repeat center;
  background-size: cover;
}
.index9_r {
  width: 62.8%;
  padding: 3px 0px 15px;
}
.index9_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 21px 0px;
  width: 100%;
  margin-top: 43px;
}
.index9_r form > * {
  width: 100%;
}
.index9_r form .int1 {
  width: 48.4%;
}
.index9_r form input {
  height: 54px;
}
.index9_r form textarea {
  height: 118px;
  padding-top: 4px !important;
}
.index9_r form .ttBox {
  width: 100%;
}
.index9_r form .form_box {
  width: 100%;
}
.index9_r form .yzm {
  flex: 1;
  position: relative;
  display: flex;
}
.index9_r form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.index9_r form .yzm span {
  position: absolute;
  height: 52px;
  aspect-ratio: 80/52;
  cursor: pointer;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.index9_r form .yzm span img {
  height: 100%;
}
.index9_r form .afterBox {
  position: relative;
}
.index9_r form .afterBox::before {
  left: -15px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.index9_r form .ttBox::before {
  top: 18px;
}
.index9_r form .tj {
  min-width: 266px;
  margin-left: 18px;
  width: auto;
}
.index9_r form .tj input {
  font-size: 18px;
  font-family: Inter-Bold;
  background: #e60012;
  border: 1px solid #e60012;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}
.index9_r form .tj input:hover {
  background: #fff;
  color: #e60012;
}
.index9_r form input,
.index9_r form textarea {
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.index9_r form input::placeholder,
.index9_r form input::-webkit-input-placeholder,
.index9_r form textarea::placeholder {
  color: #666666;
}
.to_menu {
  background: #e60012;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.to_menu .content_dif {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 22px;
}
.to_menu a {
  color: #fff;
  display: block;
  padding: 25px 17px 24px;
}
.to_menu .active {
  background: rgba(255, 255, 255, 0.2);
}
.to1 {
  padding: 89px 0px 4px;
}
.to1 .big_title_bottom {
  padding-bottom: 4px;
}
.to1 .text {
  color: #666;
  margin-top: 14px;
}
.to1_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.to1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0px;
  justify-content: space-between;
  align-content: flex-start;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
}
.to1_menu::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.to1_menu::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #f2f2f2;
}
.to1_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.to1_menu span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  width: 49.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #f2f2f2;
  min-height: 80px;
  padding: 5px 32px;
  text-align: center;
  cursor: pointer;
}
.to1_menu span:hover {
  background: #e60012;
  color: #fff;
}
.to1_menu span.active {
  background: #e60012;
  color: #fff;
}
.to1_l {
  flex: 1;
  margin-right: 25px;
  position: relative;
}
.to1_r {
  border-radius: 10px;
  overflow: hidden;
  width: 50.66666667%;
}
.to1_r figure {
  position: relative;
  display: none;
}
@media screen and (min-width: 993px) {
  .to1_r figure:hover .hide_box {
    opacity: 1;
    pointer-events: all;
  }
}
.to1_r .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/to1_back.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 20px 30px;
  opacity: 0;
  pointer-events: none;
}
.to1_r .title {
  font-family: Inter-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.to1_r .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.to1_r .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.to1_r .links {
  text-align: center;
  margin-top: 17px;
}
.to1_r .links a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.to2 {
  padding: 95px 0px 100px;
}
.to2 .content_dif {
  display: flex;
  flex-direction: column;
  gap: 98px;
}
.to2 figure {
  background: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.to2 figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.to2 .big_title_bottom {
  padding-bottom: 12px;
}
.to2 .l_box {
  width: 49.46666667%;
}
.to2 .r_box {
  flex: 1;
  padding: 0px 54px 2px 40px;
}
.to2 .describe {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin-top: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.to2 .links {
  margin-top: 50px;
}
.to2 .links a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #e60012;
}
.to2 .links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tt_title {
  background: #f5f5f5;
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
}
.tt_title p {
  display: block;
  background: #e60012;
  padding: 18px 20px;
  min-width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tt1 {
  padding: 101px 0px 87px;
}
.tt1 .content_dif {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tt1_l {
  width: 46%;
}
.tt1_r {
  width: 49.8%;
  padding-top: 1px;
}
.tt1_r h1 {
  font-family: Inter-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.tt1_r .share_box {
  color: #999;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
}
.tt1_r .describe {
  color: #666;
  line-height: 30px;
  margin-top: 44px;
}
.tt1_r .describe em {
  display: block;
  font-style: normal;
  font-family: Inter-Bold;
  font-size: 18px;
  color: #333;
}
.tt1_r .table table td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14.5px 0px;
}
.tt1_r .table table td:not(:nth-of-type(1)) {
  padding-left: 20px;
}
.tt1_r .button a {
  font-size: 18px;
  color: #fff;
  min-width: 158px;
  min-height: 49px;
  background-color: #e60012;
  border: 1px solid #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 20px;
}
.tt1_r .button a:hover {
  background: #fff;
  color: #e60012;
}
.tt1_r .down {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #e60012;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
}
.tt1_r .down span {
  transition: 0s;
}
.tt1_r .down:hover span {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tt1_r .button_down {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 19px;
  margin-top: 10.8%;
}
.tt2_title {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.tt2_title::before {
  content: "";
  position: absolute;
  width: 4px;
  left: 0;
  height: 100%;
  max-height: 33px;
  background: #e60012;
}
.tt2_box1 {
  margin-top: 35px;
}
.tt2_box1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}
.tt2_box2 {
  margin-top: 27px;
}
.tt2_box2_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 23px;
}
.tt2_box2_container figure {
  background: #f5f5f5;
  padding: 14px 20px 18px;
}
.tt2_box2_container .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  transition: 0.3s;
}
.tt2_box2_container .logo {
  width: 10px;
  transition: 0.3s;
  margin-right: 4px;
}
.tt2_box2_container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.tt2_box2_container .top.active .title {
  color: #e60012;
}
.tt2_box2_container .top.active .logo {
  transform: rotate(90deg);
}
.tt2_box2_container .describe {
  color: #333;
}
.tt2_box2_container .bottom {
  display: none;
  padding-top: 8px;
}
.tt2_box3 {
  margin-top: 47px;
}
.tt2_box3_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.68888889%;
}
.tt2_box3_list li {
  width: 23.73333333%;
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31px 20px 22px;
}
.tt2_box3_list .logo {
  width: 82px;
  border-radius: 50%;
  overflow: hidden;
}
.tt2_box3_list .title {
  text-align: center;
  font-family: Inter-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 41px;
}
.tt2_box4 {
  margin-top: 49px;
}
.tt2_box4 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.tt2_box4 .button {
  margin-top: 5px;
  display: flex;
  justify-content: flex-start;
}
.tt2_box4 .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e60012;
  background: #e60012;
  min-width: 130px;
  min-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 4px 20px;
}
.tt2_box4 .button a:hover {
  color: #e60012;
  background: #fff;
}
.tt2_box4 .describe {
  margin-top: 27px;
}
.tt2_box4 .describe em {
  font-family: Inter-Bold;
  font-style: normal;
  color: #333;
}
.tt2_box4 .table table td {
  border: none;
  padding: 11px 30px;
}
.tt2_box4 .table table tr:nth-of-type(1) {
  font-size: 18px;
  font-family: Inter-Bold;
}
.tt2_box4 .table table tr:nth-of-type(odd) {
  background: #f1f1f1;
}
.fut_tt2_box4 {
  padding-bottom: 22px;
}
.tt2_box5 {
  margin-top: 48px;
}
.tt2_box5 .turn_page {
  margin-top: 37px;
}
.tt2_box5 .turn_page #box,.tt2_box5 .turn_page #box1 {
  position: relative;
}
.tt2_box5 .turn_page #box .box-list,
.tt2_box5 .turn_page #box1 .box-list{
  position: relative;
  padding-bottom: 24.46666667%;
}
.tt2_box5 .turn_page #box .box-list .list-item,
.tt2_box5 .turn_page #box1 .box-list .list-item{
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  top: 50%;
  transform: translateY(-50%);
}
.tt2_box5 .turn_page #box .imgBox,
.tt2_box5 .turn_page #box1 .imgBox{
  opacity: 1 !important;
}
.tt2_box5 .turn_page #box li,
.tt2_box5 .turn_page #box1 li{
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.tt2_box5 .control_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 31px;
}
.tt2_box5 .controls {
  width: 60px;
  aspect-ratio: 1/1;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.tt2_box5 .controls:hover {
  background: #e60012;
}
.tt2_box5 .controls:hover img {
  filter: brightness(0) invert(1);
}
.tt2_box5 .controls img {
  transition: 0.2s;
}
.tt2_box6 {
  margin-top: 39px;
  padding-bottom: 3px;
}
.tt2_box6 .describe {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 21px;
}
.tt2_box6 .describe em {
  font-style: normal;
  font-size: 18px;
  color: #333;
  display: block;
  position: relative;
  padding-left: 19px;
}
.tt2_box6 .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e60012;
}
.tt3 {
  margin-top: 84px;
}
.tt3_container {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}
.tt3_l {
  flex: 1;
  margin-right: 10px;
  position: relative;
}
.tt3_menu {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding-right: 11px;
}
.tt3_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tt3_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tt3_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tt3_menu span {
  background: #e6e6e6;
  color: #333333;
  transition: 0.3s;
  display: block;
  cursor: pointer;
  padding: 15px 19px 26px;
}
.tt3_menu span:hover {
  background: #e60012;
  color: #fff;
}
.tt3_menu span.active {
  background: #e60012;
  color: #fff;
}
.tt3_r {
  width: 66.66666667%;
}
.tt3_r .box {
  position: relative;
  display: none;
}
.tt3_r .links {
  position: absolute;
  min-width: 145px;
  min-height: 57px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #e60012;
  background: #e60012;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 4px 15px;
}
.tt3_r .links:hover {
  background: #fff;
  color: #e60012;
}
.tt4 {
  margin-top: 89px;
  padding-bottom: 78px;
}
.tt4 .imgBox {
  border: 1px solid #e5e5e5;
}
.tt4 .title {
  font-family: Inter-Medium;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.tt4 .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;
}
.tt4 .title a:hover {
  color: #e60012;
}
.tt4 .box {
  padding: 22px 18px 0px;
}
.tt4 .links {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
}
.tt4 .links a {
  display: block;
}
.tt4 .links a:hover img {
  filter: none;
}
.tt4 .links img {
  filter: brightness(0);
  opacity: 0.8;
}
.tt4 .sw_box {
  margin-top: 60px;
  position: relative;
}
.tt4 .swiper_button div {
  position: absolute;
  top: 49.5%;
}
.tt4 .swiper_button div:nth-of-type(1) {
  left: -40px;
  transform: translate(-100%, -50%);
}
.tt4 .swiper_button div:nth-of-type(2) {
  right: -40px;
  transform: translate(100%, -50%);
}
.tho1 {
  padding: 101px 0px 100px;
}
.tho1_list {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.tho1_list .big_title {
  line-height: 69px;
}
.tho1_list .big_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tho1_list figure {
  background: #f3f5f7;
  display: flex;
  align-items: center;
}
.tho1_list .big_title {
  line-height: 69px;
}
.tho1_list figure:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.tho1_list .l_box {
  width: 44.66666667%;
}
.tho1_list .describe {
  font-family: Inter-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.tho1_list .r_box {
  flex: 1;
  padding: 0px 80px 1.1% 88px;
}
.tho1_list .buttonBox {
  margin-top: 54px;
}
.tho1_list .buttonBox a {
  color: #e60012;
}
.tho1_list .buttonBox a::before {
  opacity: 0;
}
.tho1_list .buttonBox a::after {
  background: url("../images/button_lc.png") no-repeat center;
  background-size: 100% 100%;
  opacity: 1;
}
.tho1_list .buttonBox a:hover {
  color: #fff;
}
.tho1_list .buttonBox a:hover::before {
  opacity: 1;
}
.tho1_list .buttonBox a:hover::after {
  opacity: 0;
}
.tht .tt2_title {
  padding-left: 22px;
}
.tht .tt2_title::before {
  width: 5px;
}
.tht1 {
  padding: 89px 0px 0px;
}
.tht1 .big_title_bottom {
  padding-bottom: 38px;
}
.tht1_container {
  margin-top: 35px;
}
.tht2 {
  margin-top: 119px;
}
.tht2 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 20px;
}
.tht3 {
  margin-top: 107px;
}
.tht3 .turn_page {
  margin-top: 54px;
}
.tht3 .turn_page #box {
  position: relative;
}
.tht3 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 33.53333333%;
}
.tht3 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  overflow: hidden;
}
.tht3 .turn_page #box .list-item:nth-of-type(3) {
  opacity: 1;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.tht3 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.tht3 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.tht3 .controls {
  width: 60px;
  aspect-ratio: 1/1;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.tht3 .controls:hover {
  background: #e60012;
}
.tht3 .controls:hover img {
  filter: brightness(0) invert(1);
}
.tht3 .controls img {
  transition: 0.2s;
}
.tht3 .title {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  left: 0;
  bottom: 0;
  padding: 14px 20px 16px;
}
.tht3 .controls.prev {
  left: -40px;
  transform: translate(-100%, -50%);
}
.tht3 .controls.next {
  right: -40px;
  transform: translate(100%, -50%);
}
.tht4 {
  margin-top: 116px;
}
.tht4 .swiper-slide {
  position: relative;
}
.tht4 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 11px 19px 13px;
}
.tht4 .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tht4 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tht4 .sw_box {
  margin-top: 43px;
}
.tht5 {
  margin-top: 115px;
}
.tht5_container {
  margin-top: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tht5_l {
  background-color: #ffffff;
  box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.1);
  width: 28.53333333%;
}
.tht5_l figure {
  padding: 22px 20px 26px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.tht5_l figure::before {
  content: "";
  width: calc(100% - 20px);
  left: 50%;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (min-width: 993px) {
  .tht5_l figure:hover {
    background: #e60012;
  }
  .tht5_l figure:hover .title {
    color: #fff;
  }
  .tht5_l figure:hover .number {
    color: #fff;
    opacity: 0.25;
  }
}
.tht5_l figure:nth-last-of-type(1)::before {
  display: none;
}
.tht5_l .title {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999999;
  transition: 0.3s;
  padding-right: 56px;
}
.tht5_l .number {
  font-family: Inter-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 0.1;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.tht5_l figure.active {
  background: #e60012;
}
.tht5_l figure.active .title {
  color: #fff;
}
.tht5_l figure.active .number {
  color: #fff;
  opacity: 0.25;
}
.tht5_r {
  width: 66.66666667%;
}
.tht5_r .container {
  display: none;
}
.tht5_r .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 3px;
}
.tht5_r .title {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 48px;
}
.tht6 {
  margin-top: 120px;
}
.tht6_container {
  border: 1px solid #e5e5e5;
  padding: 86px 32px 82px 40px;
  margin-top: 49px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.tht6_container .logo {
  width: 127px;
  border-radius: 50%;
  overflow: hidden;
}
.tht6_container .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.tht6_r {
  flex: 1;
  padding-top: 28px;
  position: relative;
}
.tht6_r::before {
  content: "";
  width: 68px;
  aspect-ratio: 68/53;
  position: absolute;
  left: 0;
  top: -12%;
  transform: translateY(-100%);
  background: url("../images/tht6_lb.png") no-repeat center;
  background-size: cover;
  opacity: 0.7;
}
.tht6_r::after {
  content: "";
  width: 69px;
  aspect-ratio: 69/53;
  position: absolute;
  right: 0;
  bottom: -9%;
  transform: translateY(100%);
  background: url("../images/tht6_lc.png") no-repeat center;
  background-size: cover;
}
.tht6_r .address {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #666666;
  margin-top: 10px;
}
.tht6_r .address img {
  margin-top: 5px;
}
.tht6_r .address p {
  flex: 1;
}
.tht7 {
  margin-top: 77px;
}
.tht7_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.33333333%;
}
.tht7_list .logo {
  width: 72px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tht7_list .logo img {
  max-width: 100%;
  max-height: 100%;
}
.tht7_list li {
  width: 18.93333333%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 15px 46px;
}
.tht7_list li:hover {
  background: #e60012;
}
.tht7_list li:hover .logo img {
  filter: brightness(0) invert(1);
}
.tht7_list li:hover .name {
  color: #fff;
}
.tht7_list .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
  margin-top: 25px;
}
.tht7_container {
  background: url("../images/tht7_back.jpg") no-repeat center;
  background-size: cover;
  margin-top: 119px;
  padding: 34px 40px 39px;
}
.tht7_container .title {
  font-family: Inter-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  max-width: 950px;
  text-align: center;
  margin: 0px auto;
}
.fuo1 {
  padding-top: 100px;
}
.fuo1 .content_dif {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fuo1_menu {
  width: 18%;
  max-width: 256px;
}
.fuo1_menu .menu_title {
  background: #e60012;
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #ffffff;
  padding: 18px 11px 18px;
}
.fuo1_menu .list {
  background: #f5f5f5;
}
.fuo1_menu .list a {
  display: block;
  color: #333;
  padding: 13px 19px 14px;
}
.fuo1_menu .list a:hover {
  color: #e60012;
}
.fuo1_menu a.active {
  color: #e60012;
}
.fuo1_menu li {
  border-bottom: 1px solid #e5e5e5;
}
.fuo1_menu li:nth-last-of-type(1) {
  border-bottom: none;
}
.fuo1_container {
  width: 80.13333333%;
}
.fuo1_container .PageNumber {
  margin-top: 50px;
}
.fuo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.16472546%;
}
.fuo1_list li {
  width: 24.12645591%;
  background: #f2f2f2;
}
.fuo1_list li:hover .title {
  color: #e60012;
}
.fuo1_list li:hover .title a {
  color: #e60012;
}
.fuo1_list .title {
  font-family: Inter-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333333;
}
.fuo1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fuo1_list .title a:hover {
  color: #e60012;
}
.fuo1_list .describe {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.fuo1_list .box {
  padding: 21px 13px 29px;
}
.fut .tt1 .content_dif {
  align-items: center;
}
.fo1 {
  padding: 87px 0px 100px;
}
.fo1 .big_title_bottom {
  padding-bottom: 12px;
}
.fo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.57777778%;
  margin-top: 41px;
}
.fo1_list li {
  width: 23.06666667%;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31px 10px 23px;
}
.fo1_list .logo {
  width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fo1_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 14px;
}
.small_title {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 63px;
  letter-spacing: 0px;
  color: #ffffff;
}
.buttonBox_dif {
  display: flex;
  justify-content: flex-start;
}
.buttonBox_dif a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  min-width: 225px;
  min-height: 48px;
  color: #fff;
}
.buttonBox_dif a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e60012;
  border-radius: 6px;
  z-index: -1;
  transform: skew(-30deg);
  transition: 0.3s;
  border: 1px solid #e60012;
  box-sizing: border-box;
}
.buttonBox_dif a:hover {
  color: #e60012;
}
.buttonBox_dif a:hover::before {
  background: #fff;
}
.fo2 {
  background: url("../images/fo2_back.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding: 133px 0px 109px;
}
.fo2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  background: #e60012;
  width: 100%;
}
.fo2 .small_title {
  text-align: center;
}
.fo2 .buttonBox_dif {
  justify-content: center;
  margin-top: 29px;
}
.fo3 {
  padding: 87px 0px 99px;
}
.fo3 .big_title_bottom {
  padding-bottom: 12px;
}
.fo3 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
}
.fo3_menu {
  width: 34%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fo3_menu figure {
  background: #f2f2f2;
  transition: 0.3s;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  gap: 22px;
  cursor: pointer;
}
.fo3_menu figure:hover {
  background: #e60012;
}
.fo3_menu figure:hover .logo img {
  filter: brightness(0) invert(1);
}
.fo3_menu figure:hover .name {
  color: #fff;
}
.fo3_menu figure.active {
  background: #e60012;
}
.fo3_menu figure.active .logo img {
  filter: brightness(0) invert(1);
}
.fo3_menu figure.active .name {
  color: #fff;
}
.fo3_menu .name {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
}
.fo3_menu .logo {
  width: 30px;
}
.fo3_container {
  margin-top: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fo3_r {
  width: 65.33333333%;
  background: #f3f5f7;
}
.fo3_list {
  padding: 11px 40px 10px;
  display: none;
}
.fo3_list .logo {
  width: 22px;
}
.fo3_list .title {
  font-family: Inter-Medium;
  flex: 1;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}
.fo3_list .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fo3_list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px 20px;
}
.fo3_list li:nth-last-of-type(1) {
  border-bottom: none;
}
.fo3_list .describe {
  color: #555;
  margin-top: 9px;
}
.fo3_list .bottom {
  display: none;
}
.fo4 {
  padding-bottom: 101px;
  text-align: center;
}
.fo4 .content_dif {
  background: url("../images/fo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 46px 30px 59px;
}
.fo4 .small_title {
  line-height: 46px;
  margin-top: 10px;
}
.fo4 .big_title {
  color: #fff;
}
.fo4 .buttonBox_dif {
  justify-content: center;
  margin-top: 31px;
}
.fo4 .buttonBox_dif a {
  color: #333;
}
.fo4 .buttonBox_dif a::before {
  background: #fff;
  border: 1px solid #fff;
}
.fo4 .buttonBox_dif a:hover {
  color: #fff;
}
.fo4 .buttonBox_dif a:hover::before {
  background: #e60012;
}
.so1 {
  margin-top: 100px;
}
.so1 .content {
  background: #f3f5f7;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 50px 35px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 7.82222222%;
}
.so1 figure {
  width: 19.13333333%;
}
.so1 figure:hover .logo img {
  filter: none;
  opacity: 1;
}
.so1 figure:hover .j-hdata1 {
  color: #e60012;
}
.so1 figure:hover .j-hdata1 + p {
  color: #e60012;
}
.so1 .big_num {
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 26px;
  margin-top: 16px;
}
.so1 .j-hdata1 {
  font-family: Inter-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333;
  transition: 0.3s;
}
.so1 .j-hdata1 + p {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  transition: 0.3s;
}
.so1 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 23px;
}
.so1 .logo {
  width: 60px;
  aspect-ratio: 1/1;
}
.so1 .logo img {
  filter: brightness(0);
  opacity: 0.8;
}
.so2 {
  margin-top: 70px;
}
.so2 .content {
  display: flex;
  flex-wrap: wrap;
}
.so2_l {
  width: 62.5%;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 4.25%;
}
.so2_r {
  padding-top: 5.95%;
  flex: 1;
}
.so2_r .big_title_bottom {
  padding-bottom: 12px;
}
.so2_r .describe {
  line-height: 30px;
  color: #333;
  width: 100%;
  max-width: 415px;
  margin-top: 33px;
}
.so2_r .swiper_button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 86px;
}
.so2_r .swiper_button div {
  border-radius: 10px;
  overflow: hidden;
}
.so_index4 {
  padding: 89px 0px 84px;
}
.so_index4_sw_box .year {
  font-family: Inter-Bold;
}
.so_index4_sw_box .r_box {
  border-radius: 10px;
  overflow: hidden;
}
.so_index4_sw_box .swiper_button div {
  border-radius: 10px;
  overflow: hidden;
}
.so3 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 48px;
}
.so3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  max-height: 728px;
  background: url("../images/so3_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.so3 .big_title_bottom {
  padding-bottom: 14px;
}
.so3_container {
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.so3_container .l_box {
  width: 56.4%;
  border-radius: 10px;
  overflow: hidden;
}
.so3_container .r_box {
  width: 47.66666667%;
  position: absolute;
  height: 90%;
  max-height: 289px;
  background-color: #ffffff;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 55px 78px 50px 98px;
}
.so3_container .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  overflow: auto;
  max-height: 100%;
}
.so3_container .describe::-webkit-scrollbar {
  width: 4px;
}
.so3_container .describe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.so3_container .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.so3_container figure {
  display: flex;
  position: relative;
}
.so3_container figure:nth-of-type(even) {
  justify-content: flex-end;
}
.so3_container figure:nth-of-type(even) .r_box {
  right: auto;
  left: 0;
  padding: 55px 140px 50px 41px;
}
.so3_list {
  padding: 0px 50px;
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
  gap: 20px;
}
.so3_list li {
  display: flex;
  align-items: center;
  gap: 17px;
}
.so3_list .logo {
  width: 82px;
  border-radius: 50%;
  overflow: hidden;
}
.so3_list .name {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.so4 {
  padding: 90px 0px 0px;
  overflow: hidden;
}
.so4 .content_dif {
  padding-bottom: 227px;
  position: relative;
}
.so4 .content_dif::before {
  content: "";
  width: 112.4%;
  aspect-ratio: 1686/245;
  position: absolute;
  background: url("../images/so4_back.png") no-repeat center;
  background-size: cover;
  left: 50%;
  bottom: 2.4%;
  transform: translateX(-50%);
}
.so4 .big_title_bottom {
  padding-bottom: 6px;
}
.so4 .turn_page {
  margin-top: 51px;
  padding: 0px 42px;
}
.so4 .turn_page #box {
  position: relative;
}
.so4 .turn_page #box .box-list {
  position: relative;
  padding-bottom: 31.85028249%;
}
.so4 .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 0;
}
.so4 .turn_page #box .imgBox {
  opacity: 1 !important;
}
.so4 .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.so4 .controls {
  width: 60px;
  aspect-ratio: 1/1;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 70%;
  border-radius: 10px;
}
.so4 .controls:hover {
  background: #e60012;
}
.so4 .controls:hover img {
  filter: brightness(0) invert(1);
}
.so4 .controls img {
  transition: 0.2s;
}
.so4 .controls.prev {
  left: -30px;
  transform: translate(-100%, -50%);
}
.so4 .controls.next {
  right: -30px;
  transform: translate(100%, -50%);
}
.so5 {
  margin-bottom: 100px;
  background: url("../images/so5_back.jpg") no-repeat center;
  background-size: cover;
}
.seo1 {
  padding: 100px 0px 100px;
}
.seo1 .PageNumber {
  margin-top: 89px;
}
.seo1_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seo1_menu a {
  min-width: 178px;
  min-height: 56px;
  background-color: #e5e5e5;
  border-radius: 10px;
  color: #ffffff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 20px;
}
.seo1_menu a:hover {
  background: #e60012;
  color: #fff;
}
.seo1_menu a.active {
  background: #e60012;
  color: #fff;
}
.seo1_list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 58px 2.22222222%;
}
.seo1_list li {
  width: 23.33333333%;
}
.seo1_list .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.seo1_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 28px;
}
.seo1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.seo1_list .title a:hover {
  color: #e60012;
}
.seo1_list .time_linls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 17px;
}
.seo1_list .time {
  color: #ccc;
}
.seo1_list .links {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.seo1_list .links img {
  transition: 0.2s;
}
.seo1_list .links:hover {
  background: #e60012;
}
.seo1_list .links:hover img {
  filter: brightness(0) invert(1);
}
.set1 {
  padding: 84px 0px 1px;
}
.set1 .small_title {
  font-family: Inter-Bold;
  color: #333;
}
.set1_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 23px;
}
.set1_l {
  width: 70%;
}
.set1_l .category,
.set1_l .time {
  min-width: 160px;
  min-height: 34px;
  background-color: #f2f2f2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 15px;
  color: #666;
}
.set1_l .share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 8px;
}
.set1_l .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.set1_l .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  border-top: 1px solid #e5e5e5;
  margin-top: 26px;
  padding-top: 46px;
}
.set1_l .describe img {
  display: inline-block;
  max-width: 100%;
}
.set1_r {
  width: 26%;
  max-width: 374px;
  padding-top: 105px;
}
.set1_r .bt {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
}
.set1_r .list {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.set1_r .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
}
.set1_r .title a {
  color: #000;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.set1_r .title a:hover {
  color: #e60012;
}
.set1_r li {
  background: #f5f5f5;
  padding: 12px 17px 26px;
}
.set1_r .describe {
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.set1_r .time {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
.set1_r .time p {
  color: #666;
  min-width: 160px;
  min-height: 33px;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2px 20px;
}
.set1_r .links {
  color: #e60012;
  margin-top: 16px;
}
.set1_r .links a {
  color: #e60012;
}
.set1_r .links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.eo1 {
  padding: 100px 0px 99px;
}
.eo1 .content_dif {
  background: #f8f8f8;
  padding: 49px 25px 67px;
}
.eo1 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 21.5px 0px;
  width: 100%;
  margin-top: 27px;
  padding-left: 9px;
}
.eo1 form > * {
  width: 100%;
}
.eo1 form .int1 {
  width: 48.3%;
}
.eo1 form input {
  height: 54px;
}
.eo1 form textarea {
  height: 118px;
  padding-top: 4px !important;
}
.eo1 form .ttBox {
  width: 100%;
}
.eo1 form .form_box {
  width: 100%;
}
.eo1 form .yzm {
  flex: 1;
  position: relative;
  display: flex;
}
.eo1 form .yzm input {
  flex: 1;
  padding-right: 120px;
}
.eo1 form .yzm span {
  position: absolute;
  height: 52px;
  aspect-ratio: 80/52;
  cursor: pointer;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.eo1 form .yzm span img {
  height: 100%;
}
.eo1 form .afterBox {
  position: relative;
}
.eo1 form .afterBox::before {
  left: -15px;
  position: absolute;
  content: "*";
  font-size: 18px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.eo1 form .ttBox::before {
  top: 18px;
}
.eo1 form .tj {
  min-width: 46.7%;
  margin-left: 3.5%;
  width: auto;
}
.eo1 form .tj input {
  font-size: 18px;
  font-family: Inter-Bold;
  background: #e60012;
  border: 1px solid #e60012;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
}
.eo1 form .tj input:hover {
  background: #fff;
  color: #e60012;
}
.eo1 form input,
.eo1 form textarea {
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 9px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.eo1 form input::placeholder,
.eo1 form input::-webkit-input-placeholder,
.eo1 form textarea::placeholder {
  color: #999;
}
.eo2 .content_dif {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eo2_l {
  width: 45.93333333%;
  border: 1px solid #e5e5e5;
  padding: 0px 24px 0px;
}
.eo2_l .logo {
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.eo2_l figure {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 49px 0px 50px;
}
.eo2_l figure::before {
  content: '';
  width: calc(100% - 32px);
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.eo2_l figure:nth-last-of-type(1)::before {
  display: none;
}
.eo2_l .eo2l_r {
  flex: 1;
  color: #666;
  padding-top: 1px;
}
.eo2_l .eo2l_r .name {
  font-family: Inter-Medium;
  color: #333;
}
.eo2_l .eo2l_r a {
  color: #666;
}
.eo2_l .eo2l_r a:hover {
  color: #e60012;
}
.eo2_r {
  width: 51.46666667%;
  overflow: hidden;
}
.eo2_r iframe {
  display: block;
}
.eo3 {
  padding: 101px 0px 100px;
}
.eo3 .content_dif {
  background: url('../images/eo3_back.jpg') no-repeat center;
  background-size: cover;
  padding: 66px 51px 59px;
}
.eo3 .small_title {
  font-family: Inter-Bold;
}
.eo3 .describe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 1px;
}
.eo3 .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 43px;
}
.eo3 .button a {
  min-width: 210px;
  min-height: 54px;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
}
.eo3 .button a:hover {
  background: #e60012;
  color: #fff;
}
.eo3_container {
  width: 60%;
  max-width: 750px;
}
.no1 {
  padding: 88px 0px 92px;
}
.no1 .time {
  color: #666666;
  margin-top: 11px;
}
.no1 .text {
  color: #333;
  margin-top: 26px;
}
.no1 .title {
  font-size: 18px;
  font-family: Inter-Bold;
}
.no1 .describe {
  margin-top: 8px;
}
.no1 .describe em {
  display: block;
  line-height: 30px;
  font-style: normal;
  position: relative;
  padding-left: 26px;
}
.no1 .describe em::before {
  content: '';
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #c7c7c7;
  position: absolute;
  left: 0;
  top: 11px;
}
.no1 .describe strong {
  font-weight: normal;
  font-family: Inter-Bold;
}
.no1_container {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.no1_bottom {
  line-height: 30px;
  margin-top: 18px;
}
.no1_bottom .name {
  font-family: Inter-Bold;
  color: #e60012;
}
.no1_bottom .contact_box {
  color: #333;
}
.no1_bottom .contact_box em {
  font-family: Inter-Bold;
  font-style: normal;
}
.no1_bottom .contact_box a {
  color: #333;
}
.no1_bottom .contact_box a:hover {
  color: #e60012;
}
.page_change {
  border-top: 1px solid #e5e5e5;
  margin-top: 68px;
  padding-top: 53px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 31px;
}
.page_change .logo {
  width: 45px;
  aspect-ratio: 1/1;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_change .logo img {
  transition: 0.2s;
}
.page_change a.logo:hover {
  background: #e60012;
}
.page_change a.logo:hover img {
  filter: brightness(0) invert(1);
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.page_change .page_r {
  flex: 1;
}
.page_change .name {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.page_change .name + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  color: #666;
}
.page_change a {
  color: #666;
}
.page_change a:hover {
  color: #e60012;
}
.index7_container_so {
  background: transparent;
  padding: 58px 55px 43px;
}
.index7_r_so {
  padding-bottom: 0.7%;
}
.tt1_pub {
  padding-bottom: 70px;
}
.pub1 {
  margin-top: 107px;
  padding-bottom: 94px;
}
.pub1 .imgBox {
  border: 1px solid #e5e5e5;
}
.pub1 .title {
  font-family: Inter-Medium;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.pub1 .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;
}
.pub1 .title a:hover {
  color: #e60012;
}
.pub1 .box {
  padding: 22px 18px 0px;
}
.pub1 .links {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
}
.pub1 .links a {
  display: block;
}
.pub1 .links a:hover img {
  filter: none;
}
.pub1 .links img {
  filter: brightness(0);
  opacity: 0.8;
}
.pub1 .sw_box {
  margin-top: 40px;
  position: relative;
}
.pub1 .swiper_button div {
  position: absolute;
  top: 49.5%;
}
.pub1 .swiper_button div:nth-of-type(1) {
  left: -40px;
  transform: translate(-100%, -50%);
}
.pub1 .swiper_button div:nth-of-type(2) {
  right: -40px;
  transform: translate(100%, -50%);
}
.pub1_fuo1 {
  margin-top: 64px;
  padding-bottom: 76px;
}
.pub1_set {
  padding-bottom: 69px;
}
.pub2 {
  padding-bottom: 95px;
}
.pub2 .big_title_bottom {
  padding-bottom: 13px;
}
.pub2 .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 37px;
}
.pub2 .title a {
  color: #333;
}
.pub2 .title a:hover {
  color: #e60012;
}
.pub2 .sw_box {
  margin-top: 41px;
  position: relative;
}
.pub2 .swiper_button div {
  position: absolute;
  top: 42.5%;
}
.pub2 .swiper_button div:nth-of-type(1) {
  left: -40px;
  transform: translate(-100%, -50%);
}
.pub2 .swiper_button div:nth-of-type(2) {
  right: -40px;
  transform: translate(100%, -50%);
}
.swiper_button {
  display: flex;
}
.swiper_button div {
  width: 60px;
  aspect-ratio: 1/1;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.swiper_button div:hover {
  background: #e60012;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
}
footer {
  background: #282828;
  padding: 56px 0px 31px;
}
footer .text {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-top: 43px;
}
footer .text a {
  color: #fff;
}
footer .text a:hover {
  color: #e60012;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 56px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 20px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  line-height: normal;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  color: #fff;
}
footer .icBox a:hover {
  background: #e60012;
  color: #fff;
  border: 1px solid #e60012;
}
footer .dif_footer {
  font-family: Inter-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-transform: uppercase;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #e60012;
}
footer .dif_up {
  display: none;
  filter: brightness(0) invert(1);
}
footer .list {
  line-height: 46px;
  color: #fff;
  margin-top: 9px;
}
footer .list a {
  color: #fff;
}
footer .list a:hover {
  color: #e60012;
}
footer .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .describe {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 4px;
}
footer .describe a {
  color: #fff;
  display: inline;
  word-break: break-all;
}
footer .describe a:hover {
  color: #e60012;
}
footer .contact_list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}
footer .box {
  max-width: 428px;
  margin-right: 6.8%;
}
footer .add {
  line-height: 26px;
  color: #fff;
  padding-top: 7px;
}
.footer_a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
.footer_l {
  width: 26%;
}
.footer_l .logoBox {
  width: 100%;
  max-width: 347px;
}
.footer_l .logoBox a {
  display: block;
}
.footer_l .logoBox a img {
  display: block;
}
.footer_r {
  width: 60.1%;
  padding-top: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
.footer_b {
  line-height: 28px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 31px;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.footer_b a {
  color: #fff;
}
.footer_b a:hover {
  color: #e60012;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #e60012;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}
.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomdiv img {
  max-width: unset !important;
}
.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  transition: none;
}
.describe {
  color: #333;
}
.describe a {
  display: inline;
}
.describe a:hover {
  color: #e60012;
}
#alert_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 99999999999999;
}
#alert_box .alert_container {
  width: calc(100% - 100px);
  max-width: 900px;
  background-color: #ffffff;
  box-shadow: 4px 4px 51px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 6.35% 35px 6%;
  overflow: auto;
  max-height: 90vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#alert_box .alert_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#alert_box .alert_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
#alert_box .alert_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#alert_box .describe {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 9px;
}
#alert_box .big_title {
  margin-top: 37px;
}
#close {
  position: absolute;
  right: 34px;
  top: 22px;
  cursor: pointer;
  transition: 0.3s;
}
#close:hover {
  transform: rotate(45deg);
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1750px) {
  header .menuOne {
    font-size: 16px;
    line-height: 30px;
    margin-right: 12px;
  }
  .index6 .swiper_button div:nth-of-type(1) {
    left: -10px;
  }
  .index6 .swiper_button div:nth-of-type(2) {
    right: -10px;
  }
  .tht3 .controls.prev {
    left: -10px;
  }
  .tht3 .controls.next {
    right: -10px;
  }
  .tt4 .swiper_button div:nth-of-type(1),
  .pub1 .swiper_button div:nth-of-type(1),
  .pub2 .swiper_button div:nth-of-type(1) {
    left: -10px;
  }
  .tt4 .swiper_button div:nth-of-type(2),
  .pub1 .swiper_button div:nth-of-type(2),
  .pub2 .swiper_button div:nth-of-type(2) {
    right: -10px;
  }
  .so4 .content_dif::before {
    width: 108%;
  }
}
@media screen and (max-width: 1500px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  .rightMenu .go_top {
    margin-top: 15px;
  }
  .padding_top {
    padding-top: 82.64px;
  }
  header {
    padding: 18px 0px;
  }
  header .menuOne {
    font-size: 15px;
    line-height: 26px;
    margin-right: 10px;
  }
  header .menuOne > a {
    padding: 4px 14px;
  }
  header .content {
    width: calc(100% - 40px) !important;
    gap: 5%;
  }
  header .logoBox {
    width: 146px;
  }
  header .lang > ul {
    width: 100px;
  }
  header .ul {
    min-width: 200px;
  }
  header .ul li {
    font-size: 15px;
    line-height: 26px;
  }
  header .ul li a {
    padding: 8px 20px;
  }
  header .ul1 {
    padding-top: 26px !important;
  }
  header .dif_ul {
    transform: translateX(-50%);
  }
  header .title {
    font-size: 15px;
    line-height: 24px;
  }
  .index_banner .swiper_button {
    right: 5%;
    bottom: 30px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px !important;
  }
  .big_title_bottom {
    padding-bottom: 10px !important;
  }
  .index1 {
    padding: 50px 0px 60px;
  }
  .index1_menu {
    margin-top: 30px;
  }
  .index1_menu .container {
    padding: 5px 12px;
  }
  .index1_menu .logo {
    width: 60px;
  }
  .index1_menu .name {
    font-size: 15px;
    line-height: 22px;
  }
  .index1_container {
    margin-top: 30px;
  }
  .index1_container .sw_box {
    width: calc(100% - 40px);
  }
  .index1_container .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index1_container .describe {
    margin-top: 10px;
  }
  .index1_container .buttonBox {
    margin-top: 30px;
  }
  .index1_container .swiper-slide {
    gap: 4%;
  }
  .index2 {
    padding: 60px 0px 80px;
  }
  .index2_container {
    margin-top: 30px;
  }
  .index2_container .logo {
    width: 46px;
  }
  .index2_container figure {
    padding: 50px 30px;
  }
  .index2_container .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .index2_container .hide_box {
    padding: 20px;
  }
  .index3_list {
    margin-top: 40px;
  }
  .index3_list .describe {
    margin-top: 20px;
  }
  .index3_list .buttonBox {
    margin-top: 30px;
  }
  .index3_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index3_list .number {
    font-size: 72px;
    transform: translateY(-45%);
  }
  .index3_container {
    align-items: center;
  }
  .index3_container .swiper_button {
    bottom: 40px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4_sw_box {
    padding: 0px 50px;
  }
  .index4_sw_box .year {
    font-size: 38px;
    line-height: 48px;
  }
  .index4_sw_box .buttonBox {
    margin-top: 30px;
  }
  .index4_sw_box .swiper_button div:nth-of-type(1) {
    left: -30px;
  }
  .index4_sw_box .swiper_button div:nth-of-type(2) {
    right: -30px;
  }
  .index4_sw_box1 {
    padding: 0px 50px;
    margin-top: 30px;
  }
  .index4_sw_box1 .swiper {
    width: calc(calc(100% - 150px) / 5);
    max-width: none;
  }
  .index6 {
    padding: 60px 0px 80px;
  }
  .index6_sw_box .swiper-slide::before {
    right: 30px;
    top: 40px;
  }
  .index6_sw_box .swiper-slide {
    padding: 30px 30px 40px;
  }
  .index6_sw_box .title {
    font-size: 20px;
    line-height: 30px;
  }
  .index6_sw_box .top {
    padding-right: 40px;
  }
  .index6_sw_box .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .index7_r .describe {
    margin-top: 12px;
  }
  .index7_r .buttonBox {
    margin-top: 30px;
  }
  .index7_bottom .content_dif {
    gap: 20px 4%;
  }
  .index7_bottom figure {
    width: 22%;
  }
  .index7_bottom .j-hdata1 {
    font-size: 36px;
    line-height: 34px;
  }
  .index7_bottom .j-hdata1 + p {
    font-size: 24px;
    line-height: 24px;
  }
  .index7_bottom .big_num {
    padding-bottom: 15px;
  }
  .index7_bottom .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .index8 {
    padding: 60px 0px 80px;
  }
  .index8 .buttonBox {
    margin-top: 30px;
  }
  .index8_list {
    margin-top: 30px;
  }
  .index8_list li {
    padding: 20px;
    gap: 8px;
  }
  .index8_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index8_list .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .index8_list .r_box {
    padding: 6px 12px;
  }
  .index9_r {
    padding: 0px 0px;
  }
  .index9_r form {
    margin-top: 15px;
    gap: 12px 0px;
  }
  .index9_r form .tj {
    min-width: 200px;
  }
  .to_menu {
    font-size: 16px;
    line-height: 26px;
  }
  .to_menu a {
    padding: 16px 12px;
  }
  .to1 {
    padding: 60px 0px 0px;
  }
  .to1_menu span {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 20px;
  }
  .to1_container {
    margin-top: 30px;
  }
  .to1_r .title {
    font-size: 20px;
  }
  .to1_r .links {
    margin-top: 10px;
  }
  .to2 {
    padding: 60px 0px 80px;
  }
  .to2 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }
  .to2 .links {
    margin-top: 10px;
  }
  .to2 .links a {
    font-size: 16px;
    line-height: 28px;
  }
  .to2 .content_dif {
    gap: 60px;
  }
  .tt1 {
    padding: 60px 0px;
  }
  .tt1_r h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .tt1_r .describe {
    line-height: 28px;
    margin-top: 15px;
  }
  .tt1_r .describe em {
    font-size: 16px;
  }
  .tt1_r .table table td {
    padding: 10px 0px;
  }
  .tt1_r .button a {
    font-size: 16px;
    min-width: 140px;
    min-height: 42px;
  }
  .tt1_r .down {
    font-size: 16px;
    line-height: 28px;
  }
  .tt1_r .button_down {
    margin-top: 6%;
  }
  .tt_title {
    font-size: 24px;
    line-height: 32px;
  }
  .tt_title p {
    min-width: 220px;
    padding: 12px 20px;
  }
  .tt2_title {
    font-size: 24px;
    line-height: 32px;
    padding-left: 18px !important;
  }
  .tt2_box1 .describe {
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
  }
  .tt2_box3_list .title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
  }
  .tt2_box3_list li {
    padding: 30px 15px 20px;
  }
  .tt2_box4 .top {
    align-items: center;
  }
  .tt2_box4 .button {
    margin-top: 0px;
  }
  .tt2_box4 .button a {
    font-size: 16px;
    min-width: 118px;
    min-height: 42px;
    padding: 4px 20px;
  }
  .tt2_box4 .table table tr:nth-of-type(1) {
    font-size: 16px;
  }
  .tt2_box4 .table table td {
    padding: 10px 30px;
  }
  .tt2_box5 .turn_page {
    margin-top: 30px;
  }
  .tt2_box5 .controls {
    width: 44px;
  }
  .tt2_box5 .controls img {
    width: 26px;
  }
  .tt3 {
    margin-top: 60px;
  }
  .tt3_menu {
    font-size: 16px;
  }
  .tt3_menu span {
    padding: 14px 15px;
  }
  .tt3_container {
    margin-top: 40px;
  }
  .tt4 {
    margin-top: 0px;
    padding: 60px 0px;
  }
  .tt4 .links {
    margin-top: 15px;
  }
  .tt4 .box {
    padding: 15px 12px 0px;
  }
  .tho1 {
    padding: 40px 0px 60px;
  }
  .tho1_list .r_box {
    padding: 0px 6%;
  }
  .tho1_list .describe {
    font-size: 18px;
  }
  .tho1_list .buttonBox {
    margin-top: 30px;
  }
  .tht1 {
    padding: 40px 0px 0px;
  }
  .tht1_container {
    margin-top: 30px;
  }
  .tht2 {
    margin-top: 60px;
  }
  .tht2 .describe {
    font-size: 16px;
    line-height: 28px;
  }
  .tht3 {
    margin-top: 60px;
  }
  .tht3 .turn_page {
    margin-top: 30px;
  }
  .tht3 .controls {
    width: 44px;
  }
  .tht3 .controls img {
    width: 26px;
  }
  .tht3 .title {
    font-size: 16px;
    line-height: 28px;
    padding: 6px 15px;
  }
  .tht4 {
    margin-top: 60px;
  }
  .tht4 .sw_box {
    margin-top: 30px;
  }
  .tht4 .title {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 15px;
  }
  .tht5 {
    margin-top: 60px;
  }
  .tht5_container {
    margin-top: 30px;
  }
  .tht5_l .title {
    font-size: 18px;
    line-height: 26px;
    padding-right: 42px;
  }
  .tht5_l figure {
    padding: 16px 18px;
  }
  .tht5_l .number {
    font-size: 26px;
    line-height: 28px;
    right: 18px;
  }
  .tht5_r .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .tht5_r .describe {
    font-size: 16px;
    line-height: 28px;
  }
  .tht6 {
    margin-top: 60px;
  }
  .tht6_container {
    margin-top: 30px;
    padding: 60px 30px;
  }
  .tht6_container .describe {
    font-size: 16px;
    line-height: 28px;
  }
  .tht6_r {
    padding-top: 12px;
  }
  .tht6_r::before {
    width: 52px;
    top: -2%;
  }
  .tht6_r::after {
    width: 52px;
    bottom: -2%;
  }
  .tht7 {
    margin-top: 60px;
  }
  .tht7_list {
    margin-top: 30px;
  }
  .tht7_list .logo {
    width: 56px;
  }
  .tht7_list li {
    padding: 30px 15px;
  }
  .tht7_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .tht7_container {
    margin-top: 60px;
  }
  .tht7_container .title {
    font-size: 26px;
    line-height: 36px;
    max-width: 733px;
  }
  .fuo1 {
    padding-top: 60px;
  }
  .fuo1_menu {
    width: 20%;
  }
  .fuo1_menu .menu_title {
    font-size: 24px;
    line-height: 32px;
    padding: 12px 8px;
  }
  .fuo1_menu .list a {
    padding: 8px 12px;
  }
  .fuo1_container {
    width: 78%;
  }
  .fuo1_list .box {
    padding: 12px 10px 15px;
  }
  .fut_tt2_box4 {
    padding-bottom: 0px;
  }
  .tt2_box6 {
    padding-bottom: 0px;
  }
  .tt2_box6 .describe {
    margin-top: 20px;
  }
  .tt2_box6 .describe em {
    font-size: 16px;
    line-height: 32px;
  }
  .tt2_box6 .describe em::before {
    top: 12px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1_list {
    margin-top: 30px;
  }
  .fo1_list .logo {
    width: 48px;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .small_title {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .fo2 {
    padding: 80px 0px;
  }
  .fo3 {
    padding: 60px 0px;
  }
  .fo3 .text {
    font-size: 16px;
    margin-top: 12px;
  }
  .fo3_container {
    margin-top: 30px;
  }
  .fo3_menu figure {
    gap: 15px;
    padding: 20px;
  }
  .fo3_menu .logo {
    width: 28px;
  }
  .fo3_menu .name {
    font-size: 18px;
    line-height: 28px;
  }
  .fo3_list {
    padding: 8px 30px;
  }
  .fo3_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fo4 {
    padding-bottom: 60px;
  }
  .so1 {
    margin-top: 60px;
  }
  .so1 .logo {
    width: 46px;
  }
  .so1 .content {
    gap: 20px 4%;
  }
  .so1 figure {
    width: 22%;
  }
  .so1 .j-hdata1 {
    font-size: 36px;
    line-height: 34px;
  }
  .so1 .j-hdata1 + p {
    font-size: 24px;
    line-height: 24px;
  }
  .so1 .big_num {
    padding-bottom: 15px;
  }
  .so1 .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .so2 {
    margin-top: 40px;
  }
  .so2 .content {
    align-items: center;
  }
  .so2_r {
    padding-top: 0px;
  }
  .so2_r .describe {
    line-height: 26px;
    margin-top: 12px;
  }
  .so2_r .swiper_button {
    margin-top: 6%;
  }
  .so3_container .r_box {
    padding: 30px 40px 30px 60px;
  }
  .so3_container .describe {
    font-size: 16px;
    line-height: 26px;
  }
  .so3_container figure:nth-of-type(even) .r_box {
    padding: 30px 60px 30px 40px;
  }
  .so3_list {
    padding: 0px;
    margin-top: 30px;
  }
  .so3_list .logo {
    width: 60px;
  }
  .so3_list .name {
    font-size: 18px;
    line-height: 26px;
  }
  .so3_list li {
    gap: 12px;
  }
  .so4 {
    padding: 60px 0px 0px;
  }
  .so4 .content_dif {
    padding-bottom: 12%;
  }
  .so4 .content_dif::before {
    bottom: 0px;
  }
  .so4 .turn_page {
    margin-top: 30px;
  }
  .so4 .controls {
    width: 44px;
  }
  .so4 .controls img {
    width: 26px;
  }
  .so5 {
    margin-bottom: 60px;
  }
  .seo1 {
    padding: 60px 0px 80px;
  }
  .seo1_menu a {
    min-width: 170px;
    min-height: 50px;
  }
  .seo1_list {
    margin-top: 40px;
    gap: 30px 2.22222222%;
  }
  .seo1_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .seo1_list .time_linls {
    margin-top: 15px;
  }
  .set1 {
    padding: 60px 0px 0px;
  }
  .set1_l .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    padding-top: 20px;
  }
  .set1_r {
    padding-top: 0px;
  }
  .set1_r li {
    padding: 12px 15px 20px;
  }
  .set1_r .bt {
    font-size: 24px;
    line-height: 32px;
  }
  .set1_r .list {
    margin-top: 20px;
  }
  .set1_r .title {
    font-size: 16px;
    line-height: 24px;
  }
  .set1_r .time {
    margin-top: 12px;
  }
  .set1_r .time p {
    min-width: 140px;
    min-height: 32px;
  }
  .set1_r .links {
    margin-top: 10px;
  }
  .eo1 {
    padding: 60px 0px;
  }
  .eo1 form {
    margin-top: 15px;
    gap: 12px 0px;
  }
  .eo1 form .tj {
    min-width: 40%;
  }
  .eo2 .content_dif {
    align-items: center;
  }
  .eo2_l figure {
    padding: 25px 0px;
  }
  .eo3 {
    padding: 60px 0px;
  }
  .eo3 .content_dif {
    padding: 40px;
  }
  .eo3 .describe {
    font-size: 18px;
  }
  .eo3 .button {
    margin-top: 15px;
  }
  .no1 {
    padding: 60px 0px;
  }
  .no1 .title {
    font-size: 16px;
  }
  .no1_container {
    gap: 20px;
  }
  .pub1 {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .pub1 .sw_box {
    margin-top: 30px;
  }
  .pub1 .links {
    margin-top: 15px;
  }
  .pub1 .box {
    padding: 15px 12px 0px;
  }
  .pub2 {
    padding-bottom: 60px;
  }
  .pub2 .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }
  .pub2 .sw_box {
    margin-top: 30px;
  }
  .page_change {
    margin-top: 30px;
    padding-top: 30px;
    gap: 15px;
  }
  .page_change .name {
    font-size: 16px;
    line-height: 24px;
  }
  .mbx {
    font-size: 16px;
  }
  footer {
    padding: 50px 0px 30px;
  }
  footer .content_dif {
    width: calc(100% - 100px) !important;
  }
  footer .text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
  }
  footer .icBox {
    margin-top: 30px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  footer .icBox a {
    width: 38px;
  }
  footer .dif_footer {
    font-size: 20px;
  }
  footer .ul1 {
    min-width: 190px;
  }
  footer .list {
    line-height: 38px;
  }
  footer .describe {
    font-size: 18px;
    line-height: 32px;
  }
  footer .name {
    font-size: 16px;
    line-height: 24px;
  }
  .footer_l {
    width: 32%;
    max-width: 290px;
  }
  .footer_l .logoBox {
    max-width: 210px;
  }
  .footer_r {
    width: 65%;
    padding-top: 20px;
  }
  .footer_a {
    padding-bottom: 30px;
  }
  .footer_b {
    line-height: 26px;
    padding-top: 18px;
  }
  .buttonBox a,
  .buttonBox_dif a {
    min-width: 140px !important;
    min-height: 44px !important;
    font-size: 15px;
  }
  .swiper_button div {
    width: 44px;
  }
  .swiper_button img {
    width: 26px;
  }
  .bannerBox .banner_describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  #alert_box .logo {
    width: 180px;
  }
  #alert_box .describe {
    font-size: 18px;
    line-height: 28px;
  }
  #alert_box .big_title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 12px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .head_boxr {
    justify-content: flex-end;
    padding-right: 56px;
  }
  .padding_top {
    padding-top: 70.64px;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    margin-top: 0px !important;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu > *:hover {
    background: #e60012 !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 15px;
    line-height: 24px;
  }
  html body .content,
  html body .content_dif {
    width: calc(100% - 100px);
  }
  .index_banner .swiper_button {
    right: 20px;
    bottom: 20px;
    gap: 10px;
  }
  .big_title {
    font-size: 22px;
    line-height: 32px !important;
  }
  .index1 {
    padding: 30px 0px 40px;
  }
  .index1 .text {
    margin-top: 10px;
  }
  .index1_menu {
    margin-top: 20px;
  }
  .index1_menu .logo {
    width: 48px;
  }
  .index1_container {
    margin-top: 20px;
  }
  .index1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index1_container .describe {
    margin-top: 6px;
  }
  .index1_container .buttonBox {
    margin-top: 15px;
  }
  .index1_container .sw_box {
    width: 100%;
  }
  .index2 {
    padding: 30px 0px 40px;
  }
  .index2 .text {
    margin-top: 10px;
  }
  .index2_container {
    width: calc(100% - 100px);
    margin: 20px auto 0px;
  }
  .index2_container figure {
    flex: none;
    width: 33.33333%;
    border-right: 1px solid #ccc !important;
    border-top: 1px solid #ccc;
    padding: 30px 25px;
  }
  .index2_container figure:nth-of-type(-n + 3) {
    border-top: none;
  }
  .index2_container figure:nth-of-type(3n) {
    border-right: none !important;
  }
  .index2_container .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index3 .box {
    justify-content: center;
  }
  .index3_container {
    width: calc(100% - 100px);
    flex-wrap: wrap;
    gap: 0px;
  }
  .index3_container .sw_box {
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .index3_container .swiper_button {
    position: relative;
    left: 0;
    transform: none;
    bottom: 0px;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  .index3_list .number {
    font-size: 36px;
    line-height: 36px;
  }
  .index3_l {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 30px 0px 20px;
  }
  .index3_l .text {
    margin-top: 10px;
  }
  .index3_list {
    margin-top: 15px;
  }
  .index3_list .describe {
    margin-top: 6px;
  }
  .index3_list .describe em::before {
    top: 7px;
  }
  .index3_list .buttonBox {
    margin-top: 15px;
  }
  .index4 {
    padding: 30px 0px 40px;
  }
  .index4 .text {
    margin-top: 10px;
  }
  .index4_sw_box {
    padding: 0px;
  }
  .index4_sw_box .year {
    font-size: 22px;
    line-height: 32px;
  }
  .index4_sw_box .describe {
    margin-top: 6px;
  }
  .index4_sw_box .buttonBox {
    margin-top: 15px;
  }
  .index4_sw_box .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
  }
  .index4_sw_box .swiper_button div {
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    position: relative;
  }
  .index4_sw_box1 {
    padding: 0px;
    margin-top: 15px;
  }
  .index4_sw_box1 .swiper {
    width: calc(calc(100% - 80px) / 5);
  }
  .index4_sw_box1 .year {
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
  }
  .index5 {
    padding: 30px 0px 0px;
  }
  .index5 .text {
    margin-top: 10px;
  }
  .index5::before {
    max-height: 240px;
  }
  .index5_container {
    margin-top: 20px;
  }
  .index6 {
    padding: 30px 0px 40px;
  }
  .index6 .text {
    margin-top: 10px;
  }
  .index6_sw_box {
    margin-top: 20px;
  }
  .index6_sw_box .swiper_button {
    width: 100%;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
  }
  .index6_sw_box .swiper_button div {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
  }
  .index6_sw_box .logo {
    width: 72px;
  }
  .index6_sw_box .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index6_sw_box .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index6_sw_box .swiper-slide {
    padding: 30px 30px 30px;
  }
  .index7_container {
    padding: 30px 30px 20px;
    gap: 4%;
  }
  .index7_r {
    margin-top: 6px;
  }
  .index7_r .buttonBox {
    margin-top: 15px;
  }
  .index7_bottom {
    padding: 20px 0px;
  }
  .index7_bottom .j-hdata1 {
    font-size: 26px;
    line-height: 26px;
  }
  .index7_bottom .j-hdata1 + p {
    font-size: 20px;
    line-height: 20px;
  }
  .index7_bottom .big_num {
    padding-bottom: 6px;
  }
  .index7_bottom .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index8 {
    padding: 30px 0px 40px;
  }
  .index8 .text {
    margin-top: 10px;
  }
  .index8_list {
    margin-top: 20px;
  }
  .index8_list li {
    width: 100%;
  }
  .index8_list .describe {
    margin-top: 4%;
  }
  .index9 {
    padding: 40px 0px;
  }
  .index9_l {
    display: none;
  }
  .index9_r {
    width: 100%;
  }
  .index9_r form {
    margin-top: 12px;
    gap: 12px 0px;
  }
  .index9_r form input {
    height: 42px;
  }
  .index9_r form .yzm span {
    height: 40px;
  }
  .index9_r form input,
  .index9_r form textarea {
    font-size: 15px !important;
  }
  .index9_r form .afterBox::before {
    font-size: 16px;
    left: -10px;
  }
  .mbx {
    padding: 8px 0px;
    font-size: 15px;
  }
  .to_menu {
    font-size: 15px;
    line-height: 24px;
  }
  .to_menu a {
    padding: 8px;
  }
  .to_menu .content_dif {
    gap: 0px 10px;
  }
  .to1 {
    padding: 30px 0px 0px;
  }
  .to1 .text {
    margin-top: 10px;
  }
  .to1_container {
    width: 100%;
    max-width: 760px;
    flex-wrap: wrap;
    margin: 20px auto 0px;
    gap: 20px;
  }
  .to1_l {
    width: 100%;
    flex: none;
    margin-right: 0px;
  }
  .to1_menu {
    position: relative;
    max-height: 170px;
  }
  .to1_menu span {
    font-size: 15px;
  }
  .to1_r {
    width: 100%;
  }
  .to2 {
    padding: 30px 0px 40px;
  }
  .to2 .content_dif {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .to2 figure {
    width: 49%;
  }
  .to2 .l_box {
    width: 100%;
  }
  .to2 .r_box {
    width: 100%;
    flex: none;
    padding: 12px 15px 20px;
  }
  .to2 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .to2 .links a {
    font-size: 15px;
    line-height: 24px;
  }
  .tt1 {
    padding: 30px 0px 40px;
  }
  .tt1 .content_dif {
    justify-content: center;
    gap: 15px;
  }
  .tt1_l {
    width: 100%;
    max-width: 690px;
  }
  .tt1_r {
    width: 100%;
    max-width: 690px;
  }
  .tt1_r h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .tt1_r .share_box {
    margin-top: 8px;
  }
  .tt1_r .describe {
    line-height: 24px;
    margin-top: 12px;
  }
  .tt1_r .describe em {
    font-size: 15px;
  }
  .tt1_r .table table td {
    padding: 6px 0px;
  }
  .tt1_r .button_down {
    margin-top: 20px;
  }
  .tt1_r .button a {
    font-size: 15px;
    min-width: 120px;
    min-height: 36px;
    padding: 4px 16px;
  }
  .tt1_r .down {
    font-size: 15px;
  }
  .tt_title {
    font-size: 20px;
    line-height: 30px;
  }
  .tt_title p {
    padding: 8px 14px;
    min-width: 180px;
  }
  .tt2_title {
    font-size: 20px;
    line-height: 30px;
    padding-left: 14px !important;
  }
  .tt2_box1 {
    margin-top: 20px;
  }
  .tt2_box1 .describe {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }
  .tt2_box2 {
    margin-top: 20x;
  }
  .tt2_box2_container {
    margin-top: 20px;
  }
  .tt2_box2_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tt2_box2_container figure {
    padding: 14px 16px;
  }
  .tt2_box3 {
    margin-top: 30px;
  }
  .tt2_box3_list {
    margin-top: 20px;
  }
  .tt2_box3_list li {
    padding: 20px 14px;
  }
  .tt2_box3_list .logo {
    width: 66px;
  }
  .tt2_box3_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tt2_box4 {
    margin-top: 30px;
  }
  .tt2_box4 .button a {
    font-size: 14px;
    min-width: 106px;
    min-height: 36px;
    padding: 4px 16px;
  }
  .tt2_box4 .describe {
    margin-top: 20px;
  }
  .tt2_box4 .table table tr:nth-of-type(1) {
    font-size: 15px;
  }
  .tt2_box4 .table table td {
    padding: 8px 24px;
  }
  .tt2_box5 {
    margin-top: 30px;
  }
  .tt2_box5 .sw_box {
    margin-top: 20px;
  }
  .tt2_box5 .swiper_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
  }
  .tt2_box6 {
    margin-top: 30px;
  }
  .tt2_box6 .describe {
    margin-top: 10px;
  }
  .tt2_box6 .describe em {
    font-size: 15px;
    line-height: 26px;
    padding-left: 15px;
  }
  .tt2_box6 .describe em::before {
    top: 9px;
  }
  .tt3 {
    margin-top: 30px;
  }
  .tt3_container {
    margin-top: 20px;
  }
  .tt3_r .links {
    min-width: 130px;
    min-height: 44px;
    font-size: 15px;
    padding: 4px 15px;
  }
  .tt3_menu {
    font-size: 15px;
  }
  .tt3_menu span {
    padding: 8px 12px;
  }
  .tt4 {
    padding: 30px 0px 40px;
  }
  .tt4 .box {
    padding: 12px 6px 0px;
  }
  .tt4 .sw_box {
    margin-top: 20px;
  }
  .tt4 .links {
    margin-top: 8px;
  }
  .tt4 .swiper_button {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .tt4 .swiper_button div {
    position: relative;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1_list {
    gap: 15px;
  }
  .tho1_list .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tho1_list .buttonBox {
    margin-top: 15px;
  }
  .tht1 {
    padding: 30px 0px 0px;
  }
  .tht1_container {
    margin-top: 15px;
  }
  .tht2 {
    margin-top: 30px;
  }
  .tht2 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tht3 {
    margin-top: 30px;
  }
  .tht3 .sw_box {
    margin-top: 15px;
  }
  .tht3 .swiper_button {
    justify-content: center;
    margin-top: 15px;
    gap: 12px;
  }
  .tht3 .title {
    padding: 0px 6px;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    background: transparent;
    margin-top: 5px;
    position: relative;
  }
  .tht4 {
    margin-top: 30px;
  }
  .tht4 .sw_box {
    margin-top: 15px;
  }
  .tht4 .title {
    padding: 0px 6px;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    background: transparent;
    margin-top: 5px;
    position: relative;
  }
  .tht4 .title a {
    color: #333;
  }
  .tht5 {
    margin-top: 30px;
  }
  .tht5_container {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .tht5_r {
    width: 100%;
  }
  .tht5_r .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .tht5_r .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .tht5_l {
    width: 100%;
  }
  .tht5_l .title {
    font-size: 16px;
  }
  .tht5_l figure {
    padding: 8px 18px;
  }
  .tht6 {
    margin-top: 30px;
  }
  .tht6_container {
    margin-top: 15px;
    padding: 60px 25px;
  }
  .tht6_container .logo {
    width: 92px;
  }
  .tht6_container .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .tht6_r::before,
  .tht6_r::after {
    width: 36px;
  }
  .tht6_r .address {
    margin-top: 8px;
    gap: 6px;
  }
  .tht6_r .address img {
    margin-top: 2px;
  }
  .tht7 {
    margin-top: 30px;
  }
  .tht7_list {
    margin-top: 15px;
    gap: 20px 2%;
  }
  .tht7_list .logo {
    width: 42px;
  }
  .tht7_list li {
    width: 32%;
    padding: 24px 15px;
  }
  .tht7_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tht7_container {
    margin-top: 30px;
    padding: 30px 40px;
  }
  .tht7_container .title {
    font-size: 22px;
    line-height: 32px;
    max-width: 589px;
  }
  .fuo1 {
    padding-top: 30px;
  }
  .fuo1 .content_dif {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .fuo1_menu {
    width: 100%;
    max-width: 100%;
  }
  .fuo1_menu .menu_title {
    font-size: 18px;
    line-height: 28px;
    padding: 6px 8px;
  }
  .fuo1_menu .list a {
    padding: 6px 12px;
  }
  .fuo1_container {
    width: 100%;
  }
  .small_title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .fo1 {
    padding: 30px 0px 40px;
  }
  .fo1_list {
    margin-top: 15px;
  }
  .fo1_list li {
    padding: 20px 10px;
  }
  .fo1_list .logo {
    width: 38px;
  }
  .fo1_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fo2 {
    padding: 40px 0px;
  }
  .fo2 .buttonBox_dif {
    margin-top: 15px;
  }
  .fo3 {
    padding: 30px 0px 40px;
  }
  .fo3 .text {
    font-size: 15px;
    margin-top: 8px;
  }
  .fo3_container {
    margin-top: 20px;
  }
  .fo3_menu figure {
    gap: 10px;
    padding: 12px 15px;
  }
  .fo3_menu .logo {
    width: 22px;
  }
  .fo3_menu .name {
    font-size: 15px;
    line-height: 24px;
  }
  .fo3_list {
    padding: 8px 20px;
  }
  .fo3_list .logo {
    width: 18px;
  }
  .fo3_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fo3_list .describe {
    margin-top: 5px;
  }
  .fo3_list li {
    padding: 14px 0px;
  }
  .fo4 {
    padding-bottom: 40px;
  }
  .fo4 .content_dif {
    padding: 40px 30px;
  }
  .fo4 .small_title {
    margin-top: 8px;
  }
  .fo4 .buttonBox_dif {
    margin-top: 15px;
  }
  .so1 {
    margin-top: 30px;
  }
  .so1 .content {
    padding: 20px 30px;
  }
  .so1 .j-hdata1 {
    font-size: 26px;
    line-height: 26px;
  }
  .so1 .j-hdata1 + p {
    font-size: 20px;
    line-height: 20px;
  }
  .so1 .big_num {
    padding-bottom: 6px;
  }
  .so1 .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .so2_l {
    width: 100%;
    margin-right: 0px;
  }
  .so2_r {
    width: 100%;
    flex: none;
    margin-top: 12px;
  }
  .so2_r .describe {
    max-width: 100%;
    line-height: 24px;
    margin-top: 10px;
  }
  .so2_r .swiper_button {
    gap: 8px;
    margin-top: 15px;
  }
  .so3_container {
    margin-top: 15px;
  }
  .so3_container .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .so3_container .r_box {
    padding: 20px 20px 30px !important;
  }
  .so3 {
    padding-bottom: 40px;
  }
  .so3_list {
    margin-top: 20px;
    gap: 20px 2%;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .so3_list li {
    width: 23.5%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .so3_list .logo {
    width: 46px;
  }
  .so3_list .name {
    flex: none;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .so4 {
    padding: 30px 0px 40px;
  }
  .so4 .content_dif {
    padding-bottom: 0px;
  }
  .so4 .content_dif::before {
    display: none;
  }
  .so4 .sw_box {
    margin-top: 15px;
  }
  .so4 .swiper_button {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .so5 {
    margin-bottom: 40px;
  }
  .seo1 {
    padding: 30px 0px 40px;
  }
  .seo1_menu a {
    min-width: 140px;
    min-height: 40px;
  }
  .seo1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .seo1_list li {
    width: 32%;
  }
  .seo1_list .time_linls {
    margin-top: 8px;
  }
  .set1 {
    padding: 30px 0px 0px;
  }
  .set1_container {
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 30px;
  }
  .set1_l {
    width: 100%;
  }
  .set1_l .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 12px;
    padding-top: 12px;
  }
  .set1_r {
    width: 100%;
    max-width: 100%;
  }
  .set1_r .bt {
    font-size: 20px;
    line-height: 30px;
  }
  .set1_r .list {
    margin-top: 15px;
  }
  .eo1 {
    padding: 30px 0px 40px;
  }
  .eo1 .content_dif {
    padding: 20px 20px 30px;
  }
  .eo1 form {
    margin-top: 12px;
    gap: 12px 0px;
  }
  .eo1 form input {
    height: 42px;
  }
  .eo1 form .yzm span {
    height: 40px;
  }
  .eo1 form input,
  .eo1 form textarea {
    font-size: 15px !important;
  }
  .eo1 form .afterBox::before {
    font-size: 16px;
    left: -10px;
  }
  .eo2 .content_dif {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .eo2_r {
    width: 100%;
  }
  .eo2_l {
    width: 100%;
  }
  .eo2_l .logo {
    width: 48px;
  }
  .eo3 {
    padding: 30px 0px 40px;
  }
  .eo3 .content_dif {
    padding: 30px;
  }
  .eo3 .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .eo3 .button a {
    min-width: 170px;
    min-height: 42px;
  }
  .page_change {
    margin-top: 15px;
    padding-top: 15px;
    gap: 8px;
  }
  .page_change .logo {
    width: 34px;
  }
  .page_change section {
    gap: 12px;
  }
  .pub1 {
    margin-top: 0px !important;
    padding: 30px 0px 40px;
  }
  .pub1 .box {
    padding: 12px 6px 0px;
  }
  .pub1 .sw_box {
    margin-top: 20px;
  }
  .pub1 .links {
    margin-top: 8px;
  }
  .pub1 .swiper_button {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .pub1 .swiper_button div {
    position: relative;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .pub2 {
    padding-bottom: 40px;
  }
  .pub2 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .pub2 .sw_box {
    margin-top: 20px;
  }
  .pub2 .swiper_button {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  .pub2 .swiper_button div {
    position: relative;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  footer {
    padding: 30px 0px 50px;
  }
  footer .add {
    padding-top: 0px;
  }
  footer .name {
    font-size: 15px;
  }
  footer .describe {
    font-size: 15px;
    line-height: 26px;
    margin-top: 0px;
  }
  footer .text {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  footer .icBox {
    margin-top: 12px;
    justify-content: center;
  }
  footer .icBox a {
    width: 34px;
  }
  footer .ul1 {
    width: 100%;
  }
  footer .box {
    width: 100%;
    max-width: 100%;
    margin: 0px !important;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .list {
    line-height: 28px;
    margin-top: 4px;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  footer .contact_list {
    gap: 4px;
    margin-top: 4px;
  }
  .footer_a {
    padding-bottom: 15px;
  }
  .footer_l {
    width: 100%;
    max-width: 100%;
  }
  .footer_l .logoBox {
    margin: 0px auto;
    width: 160px;
    max-width: 160px;
  }
  .footer_r {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_b {
    display: none;
  }
  .swiper_button div {
    width: 32px;
  }
  .swiper_button img {
    width: 18px;
  }
  .buttonBox a,
  .buttonBox_dif a {
    min-width: 130px !important;
    min-height: 38px !important;
    font-size: 14px;
  }
  .bannerBox .banner_describe {
    margin-top: 4px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 10px 14px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 76px;
  }
  .PageNumber .p_l {
    width: 50px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 28px;
    min-width: 120px;
  }
  .PageNumber .submit img {
    width: 16px;
    margin-top: 4px;
  }
  #alert_box .describe {
    font-size: 15px;
    line-height: 24px;
  }
  .no1 {
    padding: 30px 0px 40px;
  }
  .no1 .text {
    margin-top: 12px;
  }
  .no1_container {
    gap: 12px;
  }
  .no1_container .describe em {
    line-height: 26px;
    padding-left: 15px;
  }
  .no1_container .describe em::before {
    top: 9px;
  }
  .no1_bottom {
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  html body .content_dif {
    width: calc(100% - 40px) !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  header {
    padding: 8px 0px;
  }
  header .lang .lang_box span {
    font-size: 15px;
    line-height: 26px;
  }
  .padding_top {
    padding-top: 62.64px;
  }
  .index1 .top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .index1 .top_l {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .index1 .top_r {
    width: 100%;
    padding-top: 0px;
  }
  .index1 .swiper_button {
    justify-content: center;
  }
  .index1_menu .name {
    font-size: 14px;
  }
  .index2_container {
    width: calc(100% - 40px);
  }
  .index3_container {
    width: calc(100% - 40px);
  }
  .index7_container {
    padding: 30px 20px 20px;
    gap: 20px;
  }
  .index7_l {
    width: 100%;
  }
  .index7_r {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0px;
  }
  .index9_r {
    padding-left: 10px;
  }
  .bannerBox {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 30px !important;
  }
  .bannerBox .content_dif {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 0px;
  }
  .tt_title {
    font-size: 18px;
  }
  .tt_title p {
    padding: 6px 14px;
    min-width: 160px;
  }
  .tt1_r h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .tt2_title {
    font-size: 18px;
  }
  .tt2_box3_list {
    gap: 20px 4%;
  }
  .tt2_box3_list li {
    width: 48%;
  }
  .tt3_container {
    gap: 20px;
  }
  .tt3_l {
    flex: none;
    width: 100%;
    margin-right: 0px;
  }
  .tt3_menu {
    position: relative;
  }
  .tt3_menu span {
    padding: 6px 8px;
  }
  .tt3_r {
    width: 100%;
  }
  .fuo1_list {
    gap: 20px 2%;
  }
  .fuo1_list li {
    width: 32%;
  }
  .fo1_list {
    gap: 20px 4%;
  }
  .fo1_list li {
    width: 48%;
  }
  .fo3_container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .fo3_menu {
    width: 100%;
    max-width: 100%;
  }
  .fo3_r {
    width: 100%;
  }
  .so3_container figure {
    flex-wrap: wrap;
  }
  .so3_container .l_box {
    width: 100%;
  }
  .so3_container .r_box {
    position: relative;
    width: 100%;
    max-height: none;
    transform: none;
    top: 0;
  }
  #alert_box .alert_container {
    width: calc(100% - 40px);
  }
  #alert_box .logo {
    width: 140px;
  }
  #alert_box .big_title {
    margin-top: 8px;
  }
  #alert_box .describe {
    margin-top: 10px;
  }
  #close {
    right: 16px;
    top: 16px;
    width: 16px;
  }
}
@media screen and (max-width: 700px) {
  .index7_bottom .content_dif {
    gap: 20px 10%;
  }
  .index7_bottom figure {
    width: 45%;
  }
  .so1 .content_dif {
    gap: 20px 10%;
  }
  .so1 figure {
    width: 45%;
  }
  .so1 .big_num {
    margin-top: 8px;
  }
  .so1 .logo {
    width: 42px;
  }
}
@media screen and (max-width: 600px) {
  .index1_container .swiper-slide {
    flex-wrap: wrap;
    gap: 15px;
  }
  .index1_container .r_box {
    width: 100%;
  }
  .index1_container .l_box {
    width: 100%;
    flex: none;
    padding-bottom: 0px;
  }
  .index4_sw_box .swiper-slide {
    flex-wrap: wrap;
    gap: 15px;
  }
  .index4_sw_box .r_box {
    width: 100%;
  }
  .index4_sw_box .l_box {
    width: 100%;
    flex: none;
  }
  .to2 figure {
    width: 100%;
  }
  .tho1_list figure {
    flex-wrap: wrap;
  }
  .tho1_list .l_box {
    width: 100%;
  }
  .tho1_list .r_box {
    flex: none;
    width: 100%;
    padding: 12px 15px 20px;
  }
  .tht7_list li {
    width: 49%;
  }
  .fuo1_list li {
    width: 49%;
  }
  .seo1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  header .content {
    gap: 0px;
  }
  header .head_boxr {
    padding-right: 36px;
    flex: none;
  }
  header .lang {
    margin-left: 0px;
  }
  .index2_container figure {
    width: 50%;
  }
  .index2_container figure:nth-of-type(-n + 3) {
    border-top: 1px solid #ccc;
  }
  .index2_container figure:nth-of-type(-n + 2) {
    border-top: none;
  }
  .index2_container figure:nth-of-type(3n) {
    border-right: 1px solid #ccc !important;
  }
  .index2_container figure:nth-of-type(2n) {
    border-right: none !important;
  }
  .index4_sw_box1 .swiper {
    width: calc(calc(100% - 40px) / 5);
  }
  .index5_container {
    flex-wrap: wrap;
    gap: 15px 0px;
  }
  .index5_container .l_box {
    width: 100%;
  }
  .index5_container .index5_list {
    width: 100%;
    gap: 15px 0px;
  }
  .index8_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
  }
  .index8_list li {
    width: 49%;
    flex-wrap: wrap;
    padding: 20px 8px;
  }
  .index8_list .l_box {
    width: 100%;
  }
  .index8_list .r_box {
    padding: 6px 0px 0px;
    gap: 8px;
  }
  .index8_list .describe {
    margin-top: 6px;
  }
  .index8_list .bottom {
    flex-wrap: wrap;
  }
  .index9_r form .int1 {
    width: 100%;
  }
  .index9_r form .tj {
    min-width: 100%;
    width: 100%;
    margin-left: 0px;
  }
  .index9_r form .yzm {
    flex: none;
    width: 100%;
  }
  .tht6_container {
    padding: 20px 18px;
    gap: 8px;
  }
  .tht6_r {
    flex: none;
    width: 100%;
    padding-top: 0px;
  }
  .tht6_r::before,
  .tht6_r::after {
    display: none;
  }
  .so3_list li {
    width: 49%;
  }
  .eo1 form .int1 {
    width: 100%;
  }
  .eo1 form .tj {
    min-width: 100%;
    width: 100%;
    margin-left: 0px;
  }
  .eo1 form .yzm {
    flex: none;
    width: 100%;
  }
  .eo2_l {
    padding: 0px 12px;
  }
  .eo2_l figure {
    gap: 12px;
  }
  .eo3_container {
    width: 100%;
    max-width: 100%;
  }
  .eo3 .content_dif {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 400px) {
  .so1 figure {
    width: 100%;
    text-align: center;
  }
  .so1 .big_num {
    justify-content: center;
  }
  .so1 .logo {
    margin: 0px auto;
  }
}
@media screen and (max-width: 360px) {
  .index8_list {
    align-items: center;
    justify-content: center;
  }
  .index8_list li {
    width: 100%;
    max-width: 216px;
  }
  .to1_menu span {
    width: 100%;
  }
  .fo1_list li {
    width: 100%;
  }
  .seo1_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}

.to1_r figure.animate .imgBox img{
	animation: showBig 0.5s  ease-in-out forwards;
}
@keyframes showBig {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.06);
	}
}
