@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: Poppins-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.5s;
  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: 0px auto;
  max-width: 1600px;
  width: calc(100% - 180px);
}
html body li {
  list-style: none;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #dc2328;
  right: 2.5%;
  top: 26px;
  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: 1175px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 993px) {
   .nav {
    top: 15px;
  } 
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 0 5px 0 transparent;
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 206px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #dc2328 !important;
}
header .menuOne.menuactive > a {
  color: #dc2328 !important;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #666666;
  margin-right: 56px;
  position: relative;
}
header .menuOne > a {
  color: #666666;
  padding: 57px 0px 51px;
  position: relative;
  text-transform: uppercase;
}
header .menuOne > a:hover {
  color: #dc2328 !important;
}
header .menuOne .active > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #ff772d;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-left: 22px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #dc2328 !important;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #dc2328;
}
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: #dc2328;
}
header .ul {
  min-width: 160px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
  border-radius: 10px;
  padding: 13px 0px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #555;
  position: relative;
  margin-top: 8px;
}
header .ul li a {
  display: block;
  padding: 3px 20px;
  color: #555;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  background: #ff772d;
  color: #fff;
}
header .ul1 {
  left: -10px;
  top: 100%;
  padding-left: 0px;
  padding-top: 1px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .lang {
  position: relative;
  cursor: pointer;
  z-index: 4;
  margin-left: 28px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: 0.2s;
  cursor: pointer;
}
header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
  filter: none;
  opacity: 1;
}
header .lang .lang_box:hover span {
  color: #dc2328;
}
header .lang .lang_box .dq {
  width: 18px;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
}
header .lang .lang_box .dq1 {
  width: 12px;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
  margin-left: 12px;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  transition: 0.2s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #dc2328;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #dc2328;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #dc2328;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
.fyhead {
  border-bottom: 1px solid #d2d5dc;
  background: #f7f7f7;
}
.tra_head {
  transform: translateY(-100%);
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  min-height: 57px;
  border-radius: 28px;
  border: solid 1px #dc2328;
  color: #dc2328;
  padding: 5px 20px;
}
.buttonBox a:hover {
  background: #dc2328;
  color: #fff;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox::before {
  content: "";
  width: 100%;
  aspect-ratio: 1920/425;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/hide_img.png") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.bannerBox .imgBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.bannerBox img {
  width: 100%;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Regular;
  width: 100%;
  gap: 8px 28px;
  flex-wrap: wrap;
  margin-top: 114px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  width: 40px;
  height: 40px;
  border: solid 1px #999999;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #dc2328;
  color: #fff;
  border: 1px solid #dc2328;
}
.PageNumber .active {
  background: #dc2328;
  color: #fff;
  border: 1px solid #dc2328;
}
.PageNumber .p_f {
  width: 100px;
}
.PageNumber .p_l {
  width: 69px;
}
.PageNumber input {
  font-family: Poppins-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #dc2328;
  border: 1px solid #dc2328;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 19.5px;
  border-radius: 4px;
}
.PageNumber input:hover {
  background: #fff;
  color: #dc2328;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 14px;
}
#slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: 100% 100%;
}
#slider section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
#slider figure {
  flex: 1;
  background: #fff;
}
#slider figure.restart:nth-of-type(1) {
  animation: slideAnimate1 0.5s;
  animation-delay: 0.1s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(2) {
  animation: slideAnimate1 0.5s;
  animation-delay: 0.2s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(3) {
  animation: slideAnimate1 0.5s;
  animation-delay: 0.4s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(4) {
  animation: slideAnimate1 0.5s;
  animation-delay: 0.6s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(5) {
  animation: slideAnimate1 0.5s;
  animation-delay: 0.8s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(6) {
  animation: slideAnimate1 0.5s;
  animation-delay: 1s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(7) {
  animation: slideAnimate1 0.5s;
  animation-delay: 1.2s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(8) {
  animation: slideAnimate1 0.5s;
  animation-delay: 1.4s !important;
  animation-fill-mode: forwards !important;
}
#slider figure.restart:nth-of-type(9) {
  animation: slideAnimate1 0.5s;
  animation-delay: 1.6s !important;
  animation-fill-mode: forwards !important;
}
@keyframes slideAnimate1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slide_show {
  background: url("../images/index_back.jpg") no-repeat center bottom !important;
  background-size: 100% 100% !important;
}
.index {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.index .section {
  overflow: hidden;
}
.mySwiperindex {
  height: 100%;
}
.swiper-slide_container:not(.index1) {
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 139px;
}
.index1 {
  position: relative;
  height: 100%;
}
.index1 .back_img {
  display: none;
}
.index1 .title_img {
  width: 43.386%;
  position: absolute;
  left: 50%;
  top: 38.65%;
  transform: translate(-50%, -50%);
  transition: 2.2s;
  opacity: 0;
}
.index1 .title_img.show {
  opacity: 1;
}
.big_title {
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 0px;
  color: #333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #dc2328;
}
.big_title span {
  display: inline;
  color: #dc2328;
}
.index2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.index2 .big_title {
  flex: 1;
}
.index2 .buttonBox {
  margin-top: 2px;
}
.index2 .content {
  padding-top: 16px;
}
.index2_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 51px;
}
.index2_l {
  width: 42.25%;
  padding-top: 7px;
}
.index2_l .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.3s;
  cursor: pointer;
}
.index2_l figure.active .title {
  color: #333;
  margin-top: 19px;
}
.index2_l figure {
  border-top: 1px solid #cfd1d5;
  padding: 37px 0px 31px;
}
.index2_l .describe {
  line-height: 28px;
  color: #666;
  padding-right: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.index2_l .bottom {
  display: none;
}
.index2_l .links {
  font-family: Poppins-SemiBold;
  line-height: 28px;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.index2_l .links a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 17px;
}
.index2_l .links a:hover {
  color: #dc2328;
}
.index2_l .links a:hover .logo {
  background: #fff;
}
.index2_l .links a:hover .logo img {
  filter: none;
}
.index2_l .links span {
  transition: 0s;
}
.index2_l .links .logo {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #dc2328;
  background: #dc2328;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2_l .links img {
  width: auto;
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.index2_r {
  width: 51.375%;
  border-radius: 20px;
  overflow: hidden;
}
.index3 {
  position: relative;
  z-index: 1;
}
.index3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.index3 .big_title {
  flex: 1;
}
.index3::before {
  content: "";
  width: 100%;
  aspect-ratio: 1917/676;
  top: 139px;
  background: url("../images/index3_back.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: -1;
}
.index3 .r_box {
  width: 58.7%;
  margin-top: 2px;
}
.index3 .text {
  line-height: 28px;
  color: #666;
}
.index3_container {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  padding: 70px 0px 60px;
}
.index3_container .imgBox {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
  transform: scale(0.904);
}
.index3_container .swiper-slide-active .imgBox {
  transform: none;
}
.index3_container .swiper-slide-active .container {
  transform: translateY(35%);
  opacity: 1;
  pointer-events: all;
}
.index3_container .swiper {
  position: relative;
  overflow: initial;
}
.index3_container .swiper-slide {
  position: relative;
}
.index3_container .container {
  width: 82%;
  max-width: 520px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dc2328;
  padding: 29px 30px 34px;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}
.index3_container .describe {
  line-height: 26px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.index3_container .title {
  font-family: Poppins-SemiBold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index3_container .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;
}
.index3_container .title a:hover {
  text-decoration: underline;
}
.index3_container .sw_box {
  margin-top: 72px;
}
.index4_container {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.index4_container .content {
  position: absolute;
  left: 50%;
  top: 49.1%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.index4_container .content .l_box {
  width: 45%;
  pointer-events: all;
}
.index4_container .content .box {
  width: 75%;
}
.index4_container .name {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 46px;
}
.index4_container .name p {
  flex: 1;
}
.index4_container .name::before {
  margin-top: 6px;
  content: "";
  width: 21px;
  aspect-ratio: 21/15;
  display: block;
  background: url("../images/index4_lb.png") no-repeat center;
  background-size: cover;
}
.index4_container .describe {
  color: #666;
  margin-top: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index4_container .buttonBox {
  margin-top: 26px;
}
.index4_container .buttonBox a {
  min-width: 157px;
}
.index4_num {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 82px;
}
.index4_num .num {
  font-family: Poppins-SemiBold;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 11px;
}
.index4_num .num::before {
  content: "";
  width: 28px;
  border-bottom: 1px solid #c6c6c6;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in-out, width 4s ease-in-out;
}
@media screen and (min-width: 993px) {
  .index4_num .num:hover::before {
    border-bottom: 1px solid #dc2328;
  }
}
.index4_num .num.show::before {
  width: 100%;
}
.index4_num .big_num {
  font-family: Poppins-SemiBold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333;
}
.index4_num .big_num + p {
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
.index4_num .j-hdata1::before,
.index4_num .j-hdata2::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.index4_num .num_text {
  color: #333;
  margin-top: 10px;
}
.index4_add {
  margin-right: 3.83%;
  position: relative;
  margin-top: 2.4%;
  width: 59.792%;
}
.index4_add .phone_img {
  display: none;
}
.index4_add .logo {
  cursor: pointer;
  width: 100%;
}
.index4_add .logo img {
  width: auto;
}
.index4_add .container {
  width: 476px;
  background-color: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(11, 11, 11, 0.13);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -100%);
  padding: 22px 26px 29px;
  display: none;
}
.index4_add .text {
  color: #333;
  margin-top: 8px;
}
.index4_add .title {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #dc2328;
}
.index4_add figure {
  width: 2.091%;
  position: absolute;
}
@media screen and (min-width: 993px) {
  .index4_add figure:hover .container {
    display: block;
  }
}
.index4_add .figure1 {
  left: 44.65%;
  top: 46.4%;
}
.index4_add .figure2 {
  left: 76.1%;
  top: 50.8%;
}
.index4_add .figure3 {
  left: 78.1%;
  top: 55%;
}
.index4_add .figure4 {
  left: 75.45%;
  top: 56.8%;
}
.index4_add .figure5 {
  left: 74%;
  top: 60%;
}
.index4_add .figure6 {
  left: 75.45%;
  top: 60.8%;
}
.index4_add .figure7 {
  left: 74.4%;
  top: 64.2%;
}
.index5 {
  background: transparent !important;
}
.index5 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.index5 .big_title {
  flex: 1;
}
.index5 .swiper-slide {
  background: #fff;
  padding: 36px 25px 36px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.index5 .swiper-slide::before {
  content: "";
  width: 0%;
  height: 2px;
  background: #dc2328;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.6s;
  transform: translateX(-50%);
}
@media screen and (min-width: 993px) {
  .index5 .swiper-slide:hover::before {
    width: 100%;
  }
}
.index5 .time {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #dc2328;
  line-height: 26px;
}
.index5 .time p {
  padding-top: 4px;
}
.index5 .time img {
  width: 19px;
}
.index5 .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 19px;
}
.index5 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index5 .title a:hover {
  color: #dc2328;
}
.index5 .describe {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 23px;
}
.index5 .imgBox {
  margin-top: 63px;
}
.index5 .box {
  flex: 1;
}
.index5 .sw_box {
  margin-top: 56px;
}
.last_section {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index6 {
  height: 45.834%;
  background: url("../images/index6_back.jpg") no-repeat center;
  background-size: cover;
}
.index6 .imgBox {
  display: none;
}
.oo_menu {
  background: #f7f7f7;
}
.oo_menu .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow: auto;
}
.oo_menu .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.oo_menu .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.oo_menu .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.oo_menu .active {
  background: #dc2328;
  color: #fff;
}
.oo_menu a {
  color: #333;
  white-space: nowrap;
  padding: 20px 23.5px 22px;
  flex-shrink: 0;
}
.oo_menu a:hover {
  background: #dc2328;
  color: #fff;
}
.oo1 {
  padding: 89px 0px 56px;
}
.oo1 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
.oo1 .big_title {
  flex: 1;
}
.oo1 .r_box {
  color: #666;
  width: 68.8%;
  padding-top: 5px;
}
.oo1_container {
  margin-top: 37px;
  position: relative;
}
.oo1_container .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.oo2 {
  padding-bottom: 94px;
}
.oo2 .content {
  display: flex;
  justify-content: space-between;
}
.oo2 .describe {
  color: #666;
}
.oo2 figure {
  width: 48.125%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.oo2 figure:nth-of-type(1) {
  padding-top: 28px;
  gap: 55px;
}
.oo3 {
  background: url("../images/oo3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 67px 0px 132px;
  overflow: hidden;
}
.oo3 .big_title {
  color: #fff;
  text-align: center;
}
.oo3 .text {
  color: #fff;
  text-align: center;
  margin: 17px auto 0px;
  width: 100%;
  max-width: 1252px;
}
.oo3_container {
  margin-top: 117px;
}
.oo3_container .sw_box {
  width: 60%;
  max-width: 364px;
  margin: 0px auto;
  position: relative;
}
.oo3_container .sw_box::before {
  content: "";
  width: calc(100vw - 40px);
  height: 1px;
  left: 50%;
  top: 80px;
  transform: translate(-50%);
  background: url("../images/oo3_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
}
.oo3_container .sw_box .swiper {
  overflow: initial;
}
.oo3_container .year {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.3s;
  text-align: center;
}
.oo3_container .swiper-slide-active .year {
  font-family: Poppins-SemiBold;
  font-size: 44px;
}
.oo3_container .swiper-slide-active .dian::before {
  width: 100%;
}
.oo3_container .swiper-slide-active .dian::after {
  background: #dc2328;
}
.oo3_container .dian {
  width: 26px;
  aspect-ratio: 1/1;
  margin: 19px auto 0px;
  position: relative;
}
.oo3_container .dian::before {
  content: "";
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: 0.3s;
}
.oo3_container .dian::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  aspect-ratio: 1/1;
  background: #666666;
  border-radius: 50%;
  transition: 0.3s;
}
.oo3_container .controls_box div:nth-of-type(1) {
  left: 0px;
  transform: translateX(-64%);
}
.oo3_container .controls_box div:nth-of-type(2) {
  right: 0;
  transform: translateX(64%);
}
.oo3_container .controls_box div {
  width: 52px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  bottom: -13px;
}
.oo3_container .controls_box div:hover {
  background: #fff;
}
.oo3_container .controls_box div:hover img {
  filter: none;
}
.oo3_container .controls_box img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
}
.oo3_container .sw_box1 {
  width: 60%;
  max-width: 683px;
  margin: 41px auto 0px;
}
.oo3_container .sw_box1 .swiper {
  padding-top: 14px;
}
.oo3_container .sw_box1 .swiper-slide {
  background: rgba(240, 242, 245, 0.9);
  position: relative;
  padding: 33px 40px 56px;
}
.oo3_container .sw_box1 .swiper-slide::before {
  content: "";
  width: 28px;
  aspect-ratio: 28/14;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  background: url("../images/oo3_ld.png") no-repeat center;
  background-size: cover;
}
.oo3_container .name {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oo3_container .describe {
  color: #333;
  text-align: center;
  margin-top: 26px;
}
.oo4 {
  background: #f7f7f7;
  padding: 72px 0px 0px;
}
.oo4_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 0px;
  color: #666666;
  gap: 10px 11.4%;
}
.oo4_menu figure {
  cursor: pointer;
  transition: 0.3s;
  color: #666666;
  position: relative;
  padding-bottom: 21px;
}
.oo4_menu figure::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 0px;
  border-bottom: 2px solid #dc2328;
  transition: 0.5s ease-in-out;
}
.oo4_menu figure:hover {
  color: #dc2328;
}
.oo4_menu figure:hover::before {
  width: 100%;
}
.oo4_menu .active {
  color: #dc2328;
}
.oo4_menu .active::before {
  width: 100%;
}
.oo4_container .container {
  display: none;
}
.oo4_container1 {
  padding: 60px 0px 74px;
  overflow: hidden;
  margin-bottom: 33px;
}
.oo4_container1 .r_box {
  width: 35%;
  float: right;
  margin-left: 5.5%;
  margin-bottom: 5px;
}
.oo4_container1 .describe {
  color: #666;
}
.oo4_container1 .describe em {
  font-family: Poppins-SemiBold;
  font-style: normal;
  color: #dc2328;
}
.oo4_container1 .l_box {
  padding-top: 31px;
}
.oo4_container1 .buttonBox {
  margin-top: 50px;
}
.oo4_container1 .buttonBox a {
  min-width: 205px;
}
.oo4_container2 {
  padding: 57px 0px 54px;
}
.oo4_container2 .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.oo4_container2 .l_box {
  width: 38.75%;
  margin-top: 61px;
  position: relative;
  z-index: 2;
}
.oo4_container2 .r_box {
  flex: 1;
  padding: 84px 30px 139px;
  position: relative;
  z-index: 1;
}
.oo4_container2 .r_box::before {
  content: "";
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  width: 133.334%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.oo4_container2 .title {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.oo4_container2 .describe {
  color: #666;
  margin-top: 19px;
}
.oo4_container2 .describe em {
  font-family: Poppins-SemiBold;
  font-style: normal;
  color: #dc2328;
}
.oo4_container3 {
  padding: 32px 0px 59px;
}
.oo4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 3.125%;
}
.oo4_list .top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.oo4_list .title {
  flex: 1;
  font-family: Poppins-SemiBold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.oo4_list li {
  width: 31.25%;
  border-radius: 10px;
  padding: 42px 40px 22px;
}
.oo4_list li:hover {
  background-color: #ffffff;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.07);
}
.oo4_list .logo {
  width: 64px;
  overflow: hidden;
  box-shadow: 0px 5px 16px 0px rgba(220, 35, 40, 0.27);
  border-radius: 16px;
}
.oo4_list .describe {
  color: #666;
  margin-top: 19px;
}
.oo5 {
  background: url("../images/oo5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 127px 0px 155px;
}
.oo5 .oo5_container {
  width: 50%;
}
.oo5 .describe {
  color: #fff;
  margin-top: 18px;
}
.oo5 .big_title {
  color: #fff;
}
.oo6 {
  padding: 104px 0px 92px;
}
.oo6 .content {
  display: flex;
  justify-content: space-between;
}
.oo6 .l_box {
  width: 45.25%;
  display: flex;
  align-items: flex-end;
}
.oo6 .container {
  position: relative;
}
.oo6 .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.oo6 .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-top: 3.1%;
}
.oo6 .describe {
  color: #333;
  margin-top: 29px;
}
.oo7 {
  padding-bottom: 135px;
}
.oo7 .big_title {
  text-align: center;
}
.oo7 .text {
  text-align: center;
  margin: 20px auto 0px;
  width: 100%;
  max-width: 1300px;
}
.oo7_container {
  position: relative;
  margin-top: 58px;
}
.oo7_container .swiper-slide-active .title {
  display: block;
}
.oo7_container .sw_box {
  width: 100%;
  max-width: 1293px;
  margin: 0px auto 0px;
}
.oo7_container .swiper_button div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.oo7_container .swiper_button div:nth-of-type(1) {
  left: 0;
}
.oo7_container .swiper_button div:nth-of-type(2) {
  right: 0;
}
.oo7_container .swiper-slide {
  position: relative;
}
.oo7_container .title {
  font-size: 20px;
  text-align: center;
  color: #333333;
  display: none;
  margin-top: 13px;
}
.ot1 {
  padding: 102px 0px 95px;
}
.ot1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4.15%;
}
.ot1 .l_box {
  width: 35.7%;
  padding-right: 4%;
  position: relative;
  margin-top: 16px;
}
.ot1 .l_box::before {
  content: "";
  border-right: 1px solid #c1c1c1;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 128px;
  position: absolute;
}
.ot1 .r_box {
  flex: 1;
}
.ot1 .title {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}
.ot1 .title1 {
  font-family: Poppins-SemiBold;
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 82px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}
.ot1 .describe {
  color: #666;
  margin-top: 11px;
}
.ot2 {
  background: url("../images/ot2_back.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
.ot2 figure {
  width: 25%;
  aspect-ratio: 480/450;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 40px 40px;
  display: flex;
  align-items: flex-end;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 993px) {
  .ot2 figure:hover {
    background: #ba2a31;
  }
  .ot2 figure:hover .title1 {
    opacity: 0;
  }
  .ot2 figure:hover .hide_box {
    opacity: 1;
  }
}
.ot2 figure:nth-of-type(4n) {
  border-right: none;
}
.ot2 figure:nth-of-type(-n + 4) {
  border-top: none;
}
.ot2 .title {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.ot2 .logo {
  width: 97px;
  aspect-ratio: 97/87;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot2 .logo img {
  max-width: 100%;
  max-height: 100%;
}
.ot2 .hide_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8% 45px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.ot2 .title2 {
  margin-top: 51px;
}
.ot2 .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.ot2 .links {
  margin-top: 11px;
}
.ot2 .open {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 4px;
}
.tho1 {
  padding: 102px 0px 106px;
}
.tho1 form {
  display: flex;
  flex: 1;
  width: 100%;
}
.tho1 .submit {
  width: 125px;
  line-height: 33px;
  font-family: Poppins-Regular;
  font-size: 16px;
  background: #dc2328;
  border: 1px solid #dc2328;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0px 30px 30px 0px;
}
.tho1 .submit:hover {
  background: #fff;
  color: #dc2328;
}
.tho1 .l_box {
  flex: 1;
  position: relative;
}
.tho1 .l_box img {
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.tho1 .l_box input {
  height: 60px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 16px;
  font-family: Poppins-Regular;
  color: #333;
  background: none;
  width: 100%;
  border-radius: 30px 0px 0px 30px;
  border: solid 1px #e5e5e5;
  border-right: none;
  padding: 0px 60px;
}
.tho1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11.5%;
}
.tho1_list {
  display: flex;
  gap: 58px 2.1875%;
  flex-wrap: wrap;
  margin-top: 78px;
}
.tho1_list li {
  width: 31.875%;
  background-color: #f7f7f7;
  padding: 36px 25px 36px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 993px) {
  .tho1_list li:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  }
}
.tho1_list .time {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #dc2328;
  line-height: 26px;
}
.tho1_list .time p {
  padding-top: 4px;
}
.tho1_list .time img {
  width: 19px;
}
.tho1_list .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 19px;
}
.tho1_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;
}
.tho1_list .title a:hover {
  color: #dc2328;
}
.tho1_list .describe {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 23px;
}
.tho1_list .imgBox {
  margin-top: 22px;
}
.tho1_list .box {
  flex: 1;
}
.tho1_list .links {
  font-size: 14px;
  line-height: 24px;
  color: #dc2328;
  margin-top: 16px;
}
.tho1_list .links:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tht1 {
  padding: 166px 0px 97px;
}
.tht1 h1 {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.tht1 .time_share {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 25px;
  margin-top: 12px;
}
.tht1 .share_box {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tht1 .describe {
  border-top: solid 1px #e5e5e5;
  color: #666;
  line-height: 30px;
  margin-top: 22px;
  padding-top: 30px;
}
.tht1 .describe img {
  display: inline-block;
}
.tht1 .buttonBox {
  justify-content: center;
  margin-top: 57px;
}
.tht1 .buttonBox a {
  background: #dc2328;
  min-width: 287px;
  color: #fff;
}
.tht1 .buttonBox a:hover {
  background: #fff;
  color: #dc2328;
}
.fuo1 {
  padding: 88px 0px 138px;
}
.fuo1 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px 20px;
}
.fuo1 .big_title {
  flex: 1;
}
.fuo1 .r_box {
  color: #666;
  width: 58.7%;
  padding-top: 4px;
}
.fuo1_container {
  margin-top: 67px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fuo1_container figure {
  transition: 0.3s;
}
.fuo1_container figure.active {
  background: #fff;
  box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.1);
}
.fuo1_container figure.active .logo {
  transform: rotate(180deg);
  background: #dc2328;
}
.fuo1_container figure.active .logo img {
  filter: brightness(0) invert(1);
}
.fuo1_container .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.fuo1_container .title_text {
  color: #666;
  margin-top: 8px;
}
.fuo1_container .q_box {
  border-bottom: 1px solid #dddddd;
  padding: 37px 25px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.fuo1_container .l_box {
  flex: 1;
}
.fuo1_container .logo {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.fuo1_container .logo img {
  transition: 0.2s;
}
.fuo1_container .describe {
  line-height: 30px;
  color: #333;
}
.fuo1_container .describe em {
  font-family: Poppins-SemiBold;
  font-style: normal;
}
.fuo1_container .buttonBox {
  margin-top: 33px;
}
.fuo1_container .bottom {
  display: none;
  padding: 16px 25px 52px;
}
.fo1 {
  background-color: #f7f7f7;
  padding: 86px 0px 75px;
}
.fo1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.fo1 .l_box {
  flex: 1;
  max-width: 510px;
}
.fo1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 14px;
}
.fo1 .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 47px;
}
.fo1 .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
  line-height: 28px;
}
.fo1 .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 11px;
  flex-shrink: 0;
  color: #fff;
  background: var(--i);
}
.fo1 .icBox a:hover {
  background: #fff;
  color: var(--i);
}
.fo1_r {
  width: 53.875%;
  padding-top: 12px;
}
.fo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}
.fo1_r form input {
  height: 54px;
}
.fo1_r form input,
.fo1_r form textarea {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  resize: none;
  outline: none;
  padding: 0px 11px;
  border: none;
}
.fo1_r form input::placeholder,
.fo1_r form input::-webkit-input-placeholder,
.fo1_r form textarea::placeholder {
  color: #999999;
}
.fo1_r form .yz {
  position: relative;
}
.fo1_r form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -12px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.fo1_r form .int1 {
  width: 48.3%;
}
.fo1_r form .int2 {
  width: 100%;
}
.fo1_r form .int2::before {
  top: 30px;
}
.fo1_r form .tijiao {
  min-width: 353px;
  margin-left: 35px;
}
.fo1_r form .tijiao input {
  background-color: #dc2328;
  border: 1px solid #dc2328;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
.fo1_r form .tijiao input:hover {
  background: #fff;
  color: #dc2328;
}
.fo1_r form .yzm {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.fo1_r form .yzm input {
  flex: 1;
}
.fo1_r form .yzm a,
.fo1_r form .yzm span {
  height: 55px;
  aspect-ratio: 160/55;
  cursor: pointer;
  margin-left: 34px;
}
.fo1_r form .yzm a img,
.fo1_r form .yzm span img {
  height: 100%;
}
.fo1_r form textarea {
  height: 125px;
  padding-top: 10px !important;
}
.fo2 {
  padding: 53px 0px 0px;
}
.fo2 .big_title {
  text-align: center;
}
.fo2 .text {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 4px;
}
.fo2_list {
  padding: 0px 98px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 43px;
}
.fo2_list li {
  border-radius: 38px;
  border: solid 1px #cdcdcd;
  padding: 8px 7px;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 24.929%;
}
.fo2_list .logo {
  width: 60px;
}
.fo2_list figure {
  flex: 1;
  line-height: 20px;
  color: #333;
  padding-right: 20px;
}
.fo2_list figure a {
  color: #333;
}
.fo2_list figure a:hover {
  color: #dc2328;
}
.fo2_list li:nth-last-of-type(1) {
  width: 40.599%;
}
.fo3 {
  padding: 107px 0px 49px;
}
.fo3_container {
  position: relative;
  width: 100%;
  max-width: 1586px;
  margin: 0px auto;
}
.fo3_container .phone_img {
  display: none;
}
.fo3_container .logo {
  cursor: pointer;
  width: 100%;
}
.fo3_container .logo img {
  width: auto;
}
.fo3_container .container {
  width: 568px;
  background-color: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(11, 11, 11, 0.13);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -20px;
  transform: translate(-59%, -100%);
  padding: 28px 36px 33px;
  display: none;
}
.fo3_container .text {
  color: #333;
  margin-top: 15px;
  line-height: 30px;
}
.fo3_container .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #dc2328;
}
.fo3_container figure {
  width: 1.64%;
  position: absolute;
}
@media screen and (min-width: 993px) {
  .fo3_container figure:hover .container {
    display: block;
  }
}
.fo3_container .figure1 {
  left: 44.93%;
  top: 47.5%;
}
.fo3_container .figure2 {
  left: 76.4%;
  top: 51.9%;
}
.fo3_container .figure3 {
  left: 78.1%;
  top: 55.9%;
}
.fo3_container .figure4 {
  left: 75.6%;
  top: 57.5%;
}
.fo3_container .figure5 {
  left: 74.5%;
  top: 60.8%;
}
.fo3_container .figure6 {
  left: 75.85%;
  top: 61.9%;
}
.fo3_container .figure7 {
  left: 74.8%;
  top: 65.4%;
}
.page_change {
  margin-top: 17px;
  border-top: 1px solid #e5e5e5;
  margin-top: 53px;
  padding-top: 29px;
  line-height: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page_change p {
  font-family: Poppins-SemiBold;
  color: #333;
  font-size: 18px;
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.page_change p + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.page_change span {
  color: #666;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #dc2328;
}
#alert_box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999999;
}
#alert_box .alert_container {
  width: calc(100% - 100px);
  max-width: 1400px;
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 75px 35px 86px;
  overflow: auto;
  max-height: 90vh;
}
#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 .r_box {
  width: 51.954%;
  float: right;
  position: relative;
  margin-left: 40px;
  margin-bottom: 5px;
  margin-top: 13px;
}
#alert_box .swiper-pagination-bullets {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 23px;
  gap: 9px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#alert_box .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #dc2328;
  background: #fff;
  margin: 0px !important;
  display: block;
  opacity: 1;
}
#alert_box .swiper-pagination-bullet-active {
  background: #dc2328;
}
#alert_box .big_title {
  line-height: 50px;
}
#alert_box .describe {
  color: #666;
  margin-top: 21px;
}
#alert_box .describe em {
  color: #dc2328;
  font-family: Poppins-Bold;
  font-style: normal;
}
#close {
  position: absolute;
  right: 54px;
  top: 40px;
  cursor: pointer;
  transition: 0.3s;
}
#close:hover {
  transform: rotate(45deg);
}
footer {
  background: #3d3d3d;
  padding: 54px 0px 80px;
}
.footer_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #4c4c4d;
  padding-bottom: 24px;
}
.footer_a .logoBox {
  width: 206px;
  flex-shrink: 0;
}
.footer_a .logoBox a {
  display: block;
}
.footer_a .logoBox img {
  width: 100%;
}
.footer_a .center {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #cacaca;
  display: flex;
  gap: 57px;
  margin-top: 2px;
}
.footer_a .center a {
  color: #cacaca;
  text-transform: uppercase;
}
.footer_a .center a:hover {
  color: #dc2328;
}
.footer_b {
  margin-top: 5.85%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5%;
}
.footer_b .l_box {
  flex: 1;
  padding-bottom: 21px;
}
.footer_b .title {
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer_b .logo {
  width: 18px;
  aspect-ratio: 18/20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.footer_b .logo img {
  width: auto;
}
.footer_b .list {
  color: #afafaf;
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer_b .list a {
  color: #afafaf;
}
.footer_b .list a:hover {
  color: #dc2328;
}
.footer_b .list li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.footer_b .list figure {
  flex: 1;
}
.footer_b .r_box {
  width: 48%;
  max-width: 439px;
  font-size: 14px;
  line-height: 36px;
  color: #afafaf;
}
.footer_b .r_box a {
  color: #afafaf;
}
.footer_b .r_box a:hover {
  color: #dc2328;
}
.footer_b .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  flex: 1;
  margin-top: 13px;
}
.footer_b .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
.footer_b .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  line-height: normal;
  border-radius: 5px;
  aspect-ratio: 1/1;
  border: 1px solid #ffffff;
  color: #fff;
}
.footer_b .icBox a:hover {
  background: #dc2328;
  color: #fff;
  border: 1px solid #dc2328;
}
.index_footer {
  flex: 1;
  position: relative;
  padding: 0px;
}
.index_footer .content {
  position: absolute;
  left: 50%;
  top: 47.3%;
  transform: translate(-50%, -50%);
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 11px;
}
.swiper_button img {
  width: auto;
  transition: 0.2s;
}
.swiper_button div {
  aspect-ratio: 1/1;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dc2328;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button div:hover {
  background: #dc2328;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #dc2328;
}
.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;
}
@media screen and (max-width: 1680px) {
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 160px;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 28px;
    margin-right: 30px;
  }
  header .menuOne > a {
    padding: 30px 0px;
  }
  .swiper-slide_container:not(.index1) {
    padding-top: 89px;
  }
  .big_title {
    font-size: 30px;
    line-height: 38px;
  }
  .swiper_button div {
    width: 40px;
  }
  .buttonBox a {
    min-width: 150px !important;
    min-height: 42px !important;
  }
  .index2_l {
    padding-top: 0px;
  }
  .index2_l .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0px !important;
  }
  .index2_l figure {
    padding: 16px 0px;
  }
  .index2_l .describe {
    line-height: 26px;
    margin-top: 6px;
  }
  .index2_l .links {
    margin-top: 15px;
  }
  .index2_l .links .logo {
    width: 38px;
  }
  .index2_container {
    margin-top: 30px;
  }
  .index3::before {
    top: 89px;
  }
  .index3 .text {
    line-height: 26px;
  }
  .index3_container {
    padding: 0px 0px 50px;
  }
  .index3_container .sw_box {
    margin-top: 4%;
  }
  .index3_container .container {
    padding: 20px 20px 24px;
  }
  .index3_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index4_num {
    margin-top: 30px;
  }
  .index4_num .big_num {
    font-size: 32px;
    line-height: 32px;
  }
  .index4_num .big_num + p {
    font-size: 20px;
    line-height: 26px;
  }
  .index4_num .num {
    padding-bottom: 5px;
  }
  .index4_container .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index4_container .buttonBox {
    margin-top: 20px;
  }
  .index4_add .container {
    width: 360px;
    transform: translate(-60%, -100%);
    padding: 20px 20px 25px;
  }
  .index4_add .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index5 .sw_box {
    margin-top: 4%;
  }
  .index5 .swiper-slide {
    padding: 20px 25px;
  }
  .index5 .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .index5 .describe {
    margin-top: 15px;
  }
  .index5 .imgBox {
    margin-top: 25px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  .footer_a .logoBox {
    width: 160px;
  }
  .footer_a .center {
    font-size: 16px;
    gap: 42px;
  }
  .footer_b {
    margin-top: 3%;
  }
  .footer_b .title {
    font-size: 20px;
  }
  .footer_b .list {
    margin-top: 10px;
    gap: 5px;
  }
  .footer_b .r_box {
    line-height: 28px;
  }
  .footer_b .l_box {
    padding-bottom: 0px;
  }
  .oo_menu a {
    padding: 12px 20px;
  }
  .oo1 {
    padding: 40px 0px 60px;
  }
  .oo2 {
    padding-bottom: 60px;
  }
  .oo3 {
    padding: 60px 0px 80px;
  }
  .oo3_container {
    margin-top: 40px;
  }
  .oo3_container .swiper-slide-active .year {
    font-size: 34px;
  }
  .oo3_container .year {
    font-size: 22px;
  }
  .oo3_container .name {
    font-size: 20px;
  }
  .oo3_container .describe {
    margin-top: 14px;
  }
  .oo4 {
    padding: 60px 0px 0px;
  }
  .oo4_menu {
    font-size: 24px;
    line-height: 42px;
    gap: 10px 6%;
  }
  .oo4_menu figure {
    padding-bottom: 0px;
  }
  .oo4_list .logo {
    width: 52px;
  }
  .oo4_list li {
    padding: 20px 20px 30px;
  }
  .oo4_list .top {
    gap: 12px;
  }
  .oo4_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .oo4_list .describe {
    margin-top: 15px;
  }
  .oo4_container1 {
    padding: 40px 0px 60px;
    margin-bottom: 0px;
  }
  .oo4_container1 .l_box {
    padding-top: 10px;
  }
  .oo4_container1 .buttonBox {
    margin-top: 20px;
  }
  .oo4_container2 {
    padding: 40px 0px;
  }
  .oo4_container2 .r_box {
    padding: 40px 26px 60px;
  }
  .oo4_container2 .box {
    gap: 0px;
  }
  .oo4_container2 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .oo4_container2 .describe {
    margin-top: 12px;
  }
  .oo5 {
    padding: 80px 0px;
  }
  .oo6 {
    padding: 60px 0px;
  }
  .oo7 {
    padding-bottom: 60px;
  }
  .oo7 .text {
    margin: 12px auto 0px;
  }
  .oo7_container {
    margin-top: 30px;
  }
  .oo7_container .title {
    font-size: 18px;
  }
  .ot1 {
    padding: 60px 0px;
  }
  .ot1 .l_box {
    width: 32%;
  }
  .ot1 .title {
    font-size: 26px;
    line-height: 36px;
  }
  .ot1 .title1 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 6px;
  }
  .ot2 .title2 {
    margin-top: 10px;
  }
  .ot2 .links {
    margin-top: 2px;
  }
  .ot2 .logo {
    width: 68px;
  }
  .ot2 .hide_box {
    padding: 0px 20px;
  }
  .ot2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .ot2 figure {
    padding: 20px;
  }
  #alert_box .big_title {
    line-height: 42px;
  }
  #alert_box .alert_container {
    padding: 40px 35px;
  }
  #close {
    right: 35px;
    top: 20px;
  }
  .PageNumber {
    margin-top: 40px !important;
    gap: 8px 12px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber .p_f {
    width: 82px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 28px;
  }
  .tho1 {
    padding: 60px 0px 80px;
  }
  .tho1 .l_box input {
    height: 48px;
  }
  .tho1_list {
    gap: 20px 2.1875%;
    margin-top: 30px;
  }
  .tho1_list li {
    padding: 20px 25px;
  }
  .tho1_list .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .tho1_list .describe {
    margin-top: 15px;
  }
  .tho1_list .links {
    margin-top: 12px;
  }
  .tho1_list .imgBox {
    margin-top: 15px;
  }
  .tht1 {
    padding: 100px 0px 60px;
  }
  .tht1 h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .tht1 .describe {
    padding-top: 12px;
    line-height: 30px;
  }
  .tht1 .buttonBox {
    margin-top: 30px;
  }
  .page_change {
    margin-top: 30px;
    padding-top: 20px;
  }
  .fuo1 {
    padding: 60px 0px 80px;
  }
  .fuo1 .r_box {
    padding-top: 0px;
  }
  .fuo1_container {
    margin-top: 30px;
  }
  .fuo1_container .title {
    font-size: 20px;
  }
  .fo1 {
    padding: 60px 0px;
  }
  .fo1 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .fo1 .icBox {
    gap: 10px;
    margin-top: 20px;
  }
  .fo1 .icBox a {
    width: 32px;
  }
  .fo1_r {
    padding-top: 0px;
  }
  .fo1_r form {
    gap: 10px 0px;
  }
  .fo1_r form input {
    height: 46px;
  }
  .fo1_r form .yz::before {
    font-size: 16px;
    left: -10px;
  }
  .fo1_r form .yzm a,
  .fo1_r form .yzm span {
    height: 46px;
    margin-left: 15px;
  }
  .fo1_r form .tijiao {
    min-width: 150px;
    margin-left: 15px;
  }
  .fo2 {
    padding: 30px 0px 0px;
  }
  .fo2 .text {
    font-size: 16px;
    line-height: 24px;
  }
  .fo2_list {
    margin-top: 30px;
    padding: 0px;
  }
  .fo2_list li {
    gap: 15px;
  }
  .fo2_list figure {
    padding-right: 15px;
    font-size: 16px;
  }
  .fo3_container .title {
    font-size: 20px;
    line-height: 32px;
  }
  .fo3_container .text {
    margin-top: 6px;
    line-height: 26px;
  }
  .fo3_container .container {
    width: 500px;
    padding: 20px 30px 30px;
  }
  .fo3 {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 1474px) {
  .oo7_container .sw_box {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1300px) {
  .fo2_list {
    gap: 15px 0px;
  }
  .fo2_list li {
    width: 46%;
  }
  .fo2_list li:nth-last-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 1175px) {
  .oo7_container .sw_box {
    max-width: 812px;
  }
  header{
      padding: 5px 0px;
  }
   header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .index {
    height: auto !important;
  }
  .index .section {
    height: auto !important;
  }
  .mySwiperindex {
    height: auto !important;
  }
  #slider {
    height: auto;
    padding-top: 50%;
    z-index: 2;
    background: transparent;
  }
  header {
    padding: 5px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .logoBox {
    width: 110px;
  }
  header .lang {
    margin-left: 0px;
    margin-right: 50px;
  }
  header .lang .lang_box span {
    font-size: 14px;
  }
  header .lang .lang_box .dq1 {
    margin-left: 0px;
  }
  .swiper-slide_container:not(.index1) {
    padding: 30px 0px 10px;
  }
  .index1 .back_img {
    display: block;
  }
  .big_title {
    font-size: 22px;
    line-height: 30px;
  }
  .index2 .content {
    padding-top: 0px;
  }
  .index2 .top {
    gap: 0px;
    flex-wrap: wrap;
  }
  .index2 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index2 .buttonBox {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
  }
  .index2_container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .index2_l {
    width: 100%;
  }
  .index2_l .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .index2_l .links a {
    gap: 12px;
  }
  .index2_l .links .logo {
    width: 30px;
  }
  .index2_r {
    width: 100%;
    max-width: 822px;
  }
  .index3::before {
    display: none;
  }
  .index3 .top {
    flex-wrap: wrap;
    gap: 0px;
  }
  .index3 .text {
    line-height: 24px;
  }
  .index3 .big_title {
    width: 100%;
    flex: none;
  }
  .index3 .r_box {
    width: 100%;
    margin-top: 4px;
  }
  .index3_container {
    padding-bottom: 0px;
  }
  .index3_container .imgBox {
    transform: none !important;
  }
  .index3_container .sw_box {
    margin-top: 20px;
  }
  .index3_container .container {
    width: 100%;
    max-width: 100%;
    position: relative;
    transform: none !important;
    padding: 10px 15px 16px;
    opacity: 1;
    pointer-events: all;
  }
  .index3_container .describe {
    line-height: 24px;
  }
  .index4_add {
    margin: 0px !important;
    width: 100%;
  }
  .index4_container {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .index4_container .content {
    padding-top: 20px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  .index4_container .content .l_box {
    width: 100%;
  }
  .index4_container .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index4_container .box {
    width: 100% !important;
  }
  .index4_container .buttonBox {
    margin-top: 15px;
  }
  .index4_num {
    flex-wrap: nowrap;
  }
  .index4_num .big_num {
    font-size: 24px;
    line-height: 26px;
  }
  .index4_num .big_num + p {
    font-size: 16px;
    line-height: 22px;
  }
  .index5 {
    background: url("../images/index_back.jpg") no-repeat center bottom !important;
    background-size: cover !important;
    padding-bottom: 40px !important;
  }
  .index5 .sw_box {
    margin-top: 20px;
  }
  .index5 .swiper-slide {
    padding: 15px 20px;
  }
  .index5 .title {
    font-size: 16px;
    line-height: 25px;
    margin-top: 6px;
  }
  .index5 .describe {
    margin-top: 6px;
  }
  .index5 .imgBox {
    margin-top: 10px;
  }
  .swiper_button div {
    width: 32px;
  }
  .index6 .imgBox {
    display: block;
  }
  .index_footer .content {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  footer {
    padding: 30px 0px 40px;
  }
  footer .content {
    width: calc(100% - 40px) !important;
  }
  .footer_a {
    padding-bottom: 15px;
  }
  .footer_a .logoBox {
    width: 120px;
  }
  .footer_a .center {
    font-size: 14px;
    line-height: 24px;
    gap: 30px;
  }
  .footer_b .icBox {
    gap: 10px;
    margin-top: 10px;
  }
  .oo_menu a {
    padding: 8px 12px;
  }
  .oo1 {
    padding: 30px 0px 40px;
  }
  .oo1 .top {
    gap: 0px;
  }
  .oo1 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .oo1 .r_box {
    width: 100%;
    text-align: center;
  }
  .oo1_container {
    margin-top: 15px;
  }
  .oo2 {
    padding-bottom: 40px;
  }
  .oo2 figure {
    padding-top: 0px !important;
    gap: 20px !important;
  }
  .oo3 {
    padding: 40px 0px;
  }
  .oo3 .text {
    margin: 5px auto 0px;
  }
  .oo3_container .sw_box1 {
    margin: 20px auto 0px;
  }
  .oo3_container .year {
    font-size: 18px;
    line-height: 36px;
  }
  .oo3_container .swiper-slide-active .year {
    font-size: 22px;
  }
  .oo3_container .dian {
    margin: 8px auto 0px;
  }
  .oo3_container .sw_box::before {
    top: 57px;
  }
  .oo3_container .controls_box div {
    width: 40px;
    bottom: -7px;
  }
  .oo3_container .name {
    font-size: 18px;
  }
  .oo3_container .describe {
    margin-top: 8px;
  }
  .oo3_container .sw_box1 .swiper-slide {
    padding: 20px 30px 30px;
  }
  .oo4 {
    padding: 40px 0px 0px;
  }
  .oo4_menu {
    font-size: 18px;
    line-height: 36px;
    gap: 10px 5%;
  }
  .oo4_container .container {
    padding: 20px 0px 30px !important;
  }
  .oo4_container2 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .oo4_list {
    gap: 15px 4%;
  }
  .oo4_list li {
    width: 48%;
    background-color: #ffffff;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.07);
  }
  .oo5 {
    padding: 40px 0px;
  }
  .oo5 .oo5_container {
    width: 100%;
  }
  .oo5 .describe {
    margin-top: 8px;
  }
  .oo6 {
    padding: 40px 0px;
  }
  .oo6 .describe {
    margin-top: 12px;
  }
  .oo7 {
    padding-bottom: 40px;
  }
  .oo7 .text {
    margin: 8px auto 0px;
  }
  .oo7_container {
    margin-top: 20px;
  }
  .oo7_container .title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .oo7_container .swiper_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
  }
  .oo7_container .swiper_button div{
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  /* .oo7_container .swiper_button div:nth-of-type(1) {
    transform: translate(-50%, -50%);
  }
  .oo7_container .swiper_button div:nth-of-type(2) {
    transform: translate(50%, -50%);
  } */
  .ot1 {
    padding: 30px 0px 40px;
  }
  .ot1 .content {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ot1 .l_box {
    width: 100%;
    padding-right: 0px;
    margin-top: 0px;
  }
  .ot1 .l_box::before {
    display: none;
  }
  .ot1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .ot1 .title1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 2px;
  }
  .ot1 .describe {
    margin-top: 2px;
  }
  .ot2 .logo {
    width: 42px;
  }
  .ot2 .title {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 28px;
  }
  .ot2 figure {
    width: 33.333%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-top: none !important;
  }
  .ot2 figure:nth-of-type(4n) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .ot2 figure:nth-of-type(7),
  .ot2 figure:nth-of-type(8) {
    border-bottom: none;
  }
  .ot2 .title1 {
    display: none;
  }
  .ot2 .hide_box {
    opacity: 1;
  }
  #alert_box .big_title {
    line-height: 30px;
  }
  #alert_box .r_box {
    margin-left: 20px;
  }
  #alert_box .describe {
    margin-top: 8px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber input {
    padding: 0px 12px;
  }
  .PageNumber .submit {
    gap: 8px;
  }
  .PageNumber .submit img {
    width: 16px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1 .top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .tho1 .big_title {
    width: 100%;
    text-align: center;
  }
  .tho1 .l_box img {
    width: 20px;
    left: 18px;
  }
  .tho1 .l_box input {
    padding: 0px 50px;
  }
  .tho1 form {
    flex: none;
    width: 100%;
  }
  .tho1_list {
    gap: 20px 2%;
    margin-top: 20px;
  }
  .tho1_list li {
    width: 32%;
    padding: 15px 20px;
  }
  .tho1_list .title {
    font-size: 16px;
    line-height: 25px;
    margin-top: 6px;
  }
  .tho1_list .describe {
    margin-top: 6px;
  }
  .tho1_list .imgBox {
    margin-top: 10px;
  }
  .tht1 {
    padding: 30px 0px 40px;
  }
  .tht1 h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .tht1 .describe {
    line-height: 24px;
  }
  .tht1 .buttonBox {
    margin-top: 15px;
  }
  .page_change {
    margin-top: 15px;
    padding-top: 10px;
    font-size: 14px !important;
    line-height: 24px;
  }
  .page_change p {
    font-size: 14px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .top {
    flex-wrap: wrap;
  }
  .fuo1 .r_box {
    width: 100%;
  }
  .fuo1_container {
    margin-top: 20px;
  }
  .fuo1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .fuo1_container .q_box {
    padding: 20px 25px;
  }
  .fuo1_container .title_text {
    margin-top: 4px;
  }
  .fuo1_container .logo {
    width: 32px;
  }
  .fuo1_container .describe {
    line-height: 24px;
  }
  .fuo1_container .buttonBox {
    margin-top: 15px;
  }
  .fuo1_container .bottom {
    padding: 16px 25px 30px;
  }
  .fo2_list {
    margin-top: 20px;
  }
  .fo2_list .logo {
    width: 48px;
  }
  .fo1 {
    padding: 40px 0px;
  }
  .fo1 .icBox {
    margin-top: 8px;
  }
  .fo1 .content {
    gap: 20px;
  }
  .fo1 .l_box {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .fo1 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
  .fo1_r {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .padding_top {
    padding-top: 57.45px;
  }
  header {
    background: #fff;
  }
  #slider {
    top: 57.45px;
  }
  .index5 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index5 .top {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }
  .footer_a {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .footer_a .logoBox {
    width: 100px;
  }
  .footer_a .center {
    width: 100%;
    gap: 2px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_b .title {
    font-size: 18px;
    line-height: 26px;
  }
  .oo3_container .sw_box {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .oo3_container .sw_box1 {
    width: 100%;
    max-width: 100%;
  }
  #alert_box .alert_container {
    width: calc(100% - 40px);
  }
  .tho1 form input {
    font-size: 14px !important;
    height: 42px !important;
  }
  .tho1 .l_box input {
    padding-right: 20px;
  }
  .tho1 .submit {
    width: 100px;
  }
  .tho1_list {
    gap: 20px 2%;
  }
  .tho1_list li {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .ot2 figure {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .footer_b {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer_b .logo {
    margin-top: 2px;
  }
  .footer_b .l_box {
    width: 100%;
    flex: none;
  }
  .footer_b .r_box {
    width: 100%;
    max-width: 100%;
    line-height: 24px;
  }
  .oo2 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .oo2 figure {
    width: 100%;
  }
  .oo4_container1 .r_box {
    float: none;
    margin: 0px !important;
    width: 100%;
  }
  .oo4_container1 .l_box {
    margin-top: 15px;
  }
  .oo4_container2 .l_box {
    width: 100%;
    margin-top: 0px;
  }
  .oo4_container2 .r_box {
    margin-top: 15px;
    flex: none;
    width: 100%;
    padding: 30px 22px 40px;
  }
  .oo4_container2 .r_box::before {
    width: 100%;
    border-radius: 20px;
  }
  .oo4_list li {
    width: 100%;
  }
  .oo6 .content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .oo6 .r_box {
    width: 100%;
  }
  .oo6 .l_box {
    width: 100%;
  }
  #alert_box .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  #alert_box .l_box {
    margin-top: 12px;
  }
  .fo2_list li {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  header .lang {
    margin-right: 38px;
  }
  .index2_l .title {
    font-size: 15px;
    line-height: 24px;
  }
  .index4_num {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ot2 figure {
    width: 100%;
    aspect-ratio: initial;
    padding: 20px 20px 30px;
  }
  .ot2 .hide_box {
    position: relative;
    padding: 0px;
  }
  #alert_box .alert_container {
    padding: 40px 20px;
  }
  #close {
    right: 20px;
    top: 20px;
  }
  .fuo1_container .q_box {
    padding: 20px 16px;
    gap: 16px;
  }
  .fuo1_container .bottom {
    padding: 15px 16px 20px;
  }
  .fo1_r form .int1 {
    width: 100%;
  }
  .fo1_r form .yzm {
    flex: none;
    width: 100%;
  }
  .fo1_r form .tijiao {
    width: 100%;
    min-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 440px) {
  .tho1_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") 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";
}

.none{
  margin-top: 100px;
}

header .btn{
    display: flex;
    align-items: center;
    margin-left: 20px;
    gap: 6px;
    color: #333;
}
header .btn span{
    transition: 0s;
}
header .btn img{
    transition: .2s;
    filter: brightness(0);
    opacity: 0.6;
}
header .btn:hover{
    color: #dc2328;
}
header .btn:hover img{
    filter: none;
    opacity: 1;
}
@media screen and (max-width: 1175px){
    header .btn{
        display:none;
    }
}