@import url("swiper-bundle.min.css");
@import url("animate.css");
.mask_box {
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
}
* {
  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: PublicSans-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: 1400px;
  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: 5px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bbb;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #a10200;
}
@media screen and (min-width: 993px) {
  .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: #a10200;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #a10200;
  right: 2.5%;
  top: 18px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 16px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background: transparent;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100px;
  background: url("../images/header_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
header .content {
  width: calc(100% - 80px) !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header .center {
  display: flex;
  align-items: center;
  gap: 80px;
}
header .logoBox {
  width: 112px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  color: #a10200;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a {
  color: #a10200;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  position: relative;
}
header .menuOne > a {
  color: #fff;
  padding: 52px 0px 21px;
  position: relative;
}
header .menuOne > a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 6px;
  left: 50%;
  bottom: 2px;
  background: #a10200;
  transition: 0.3s;
  transform: translateX(-50%);
}
header .menuOne > a:hover {
  color: #a10200;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #fff;
  background: #A10200;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #A10200;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .ul {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 0px !important;
}
header .ul li a {
  display: block;
  padding: 11px 28px;
  color: #333;
  white-space: nowrap;
  position: relative;
  background: #fff;
}
header .ul li a:hover {
  background: #A10200;
  color: #fff;
}
header .ul1 {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 5px);
  padding-left: 0px;
  padding-top: 1px !important;
}
header .dif_ul{
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background: #fff;
  width: 1066px;
  opacity: 0;
  pointer-events: none;
}
header .dif_ul.show{
  opacity: 1;
  pointer-events: all;
  display: none;
}
header .dif_ul .container{
  padding: 20px 0px;
  display: flex;
}
header .dif_ul_l{
  width: 31.9%;
  border-right: 1px solid #CACACA;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
header .dif_ul_l figure:nth-of-type(1){
  margin-top: 0px !important; 
}
header .dif_ul_l figure{
  padding: 4px 34px;
  margin-top: 8px;
  position: relative;
  cursor: pointer;
  color: #333;
  transition: .3s;
}
header .dif_ul_l figure:hover::before{
  transform: translateY(-50%) scaleY(1);
}
header .dif_ul_l figure::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 6px;
  height: 100%;
  max-height: 32px; 
  background: #A10200;
  transition: .3s;
}
header .dif_ul_l figure.active::before{
  transform: translateY(-50%) scaleY(1);
}
header .dif_ul_r{
  width: calc(100% - 31.9%);
  padding: 16px 25px;
}
header .dif_ul_r .sw_box{
  overflow: hidden;
}
header .dif_ul_r .swiper-slide{
  width: 245px;
}
header .dif_ul_r .swiper-slide .box{
  position: relative; 
  border: 1px solid #DDD;
}
header .dif_ul_r .title{
  font-family: PublicSans-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
  margin-top: 12px;
}
header .dif_ul_r .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;
}
header .dif_ul_r .title a:hover{
  color: #A10200;
}
header .dif_ul_r .links {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  aspect-ratio: 38/24;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a10200;
}
header .dif_ul_r .links img{
  width: auto;
}
@media screen and (min-width: 993px) {
  header .dif_ul_r .links:hover {
    background: #feb703;
  }
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #a10200;
}
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: #a10200;
}
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: #a10200;
}
header .lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #fff;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 5px;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header .lang .lang_box:hover span {
    color: #a10200;
  }
  header .lang .lang_box:hover .lang2,
  header .lang .lang_box:hover .lang1 {
    background: #a10200;
  }
}
header .lang .lang_box .lang2 {
  width: 17px;
  aspect-ratio: 1/1;
  mask-image: url("../images/lang.png");
  -webkit-mask-image: url("../images/lang.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box .lang1 {
  width: 10px;
  aspect-ratio: 10/6;
  mask-image: url("../images/lang1.png");
  -webkit-mask-image: url("../images/lang1.png");
  transition: 0.3s;
  background: #fff;
}
header .lang .lang_box span {
  font-family: PublicSans-Regular;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  transition: 0.3s;
  margin-right: 1px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #a10200;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #a10200;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #a10200;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .search_lang {
  display: flex;
  align-items: center;
  margin-left: 117px;
  padding-top: 31px;
}
header .header_boxr {
  display: flex;
  align-items: center;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a,
.buttonBox p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  background: #a10200;
  color: #fff;
}
.buttonBox a:hover {
  background: #feb703;
}
.buttonBox span {
  transition: 0s;
}
.buttonBox img {
  width: 20px;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
  position: relative;
}
.index_banner .swiper-slide img {
  width: 100%;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: auto;
  position: absolute;
  left: 3.23%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  z-index: 2;
  bottom: auto;
}
.index_banner .swiperbanner-pagination::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid #fff;
  left: 5px;
  top: 0;
  z-index: -1;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  display: block;
  margin: 0px !important;
  position: relative;
}
.index_banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #a10200;
  left: -4px;
  top: -4px;
  transition: 0.3s;
  transform: scale(0);
}
.index_banner .swiper-pagination-bullet-active {
  background: #a10200;
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active::before {
  transform: scale(1);
}
.index_banner .index_banner_controls {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  display: flex;
}
.index_banner .swiper_button {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0px 32px 0px 38px;
}
.index_banner .controls {
  width: 20px;
  aspect-ratio: 1/1;
  background: #cfcccc;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .index_banner .controls:hover {
    background: #a10200;
  }
}
.index_banner .controls.prev {
  mask-image: url("../images/banner_la.png");
  -webkit-mask-image: url("../images/banner_la.png");
}
.index_banner .controls.next {
  mask-image: url("../images/banner_lb.png");
  -webkit-mask-image: url("../images/banner_lb.png");
}
.index_banner .banner_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 25px 68px;
  border: 1px solid #a10200;
  background: #a10200;
  color: #fff;
}
.index_banner .banner_button a > span {
  transition: 0s;
}
@media screen and (min-width: 993px) {
  .index_banner .banner_button a:hover {
    background: #fff;
    color: #a10200;
  }
  .index_banner .banner_button a:hover .style_div span {
    background: #a10200;
  }
}
.index_banner .style_div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.index_banner .style_div span {
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  display: block;
}
.index_banner .banner_pagination {
  border-left: 1px solid #cfcccc;
  font-family: PublicSans-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #cfcccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 46.5px;
}
.index_banner .banner_pagination span {
  display: inline;
}
.index_banner .banner_pagination .active {
  font-size: 22px;
  color: #a10200;
}
.index1 {
  background: url("../images/index1_back.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0px 97px;
}
.index1 .content {
  background: url("../images/index1_back1.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
.index1 figure {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 165px;
  position: relative;
  transition: 0.3s;
}
.index1 figure::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 993px) {
  .index1 figure:hover {
    background: #a10200;
  }
  .index1 figure:hover::before {
    display: none;
  }
  .index1 figure:hover .imgBox {
    opacity: 1;
  }
  .index1 figure:hover .number {
    color: #fff;
  }
}
.index1 .imgBox {
  opacity: 0;
  transition: 0.3s;
}
.index1 .number {
  color: rgba(255, 255, 255, 0.5);
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  transition: 0.3s;
}
.index1 .title {
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  margin-top: 18px;
}
.index1 .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index1 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index1 .box {
  padding: 55px 28px 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index1 .describe {
  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: 42px;
}
.big_title {
  font-family: PublicSans-Bold;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
  color: #333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #a10200;
}
.big_title span {
  display: inline;
  color: #a10200;
  transition: 0s;
}
.index2 {
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 72px 0px 72px;
  overflow: hidden;
}
.index2 .content {
  display: flex;
  align-items: center;
  gap: 18px;
}
.index2 .title_after {
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #a10200;
  margin-top: 15px;
}
.index2 .describe {
  color: #666;
  margin-top: 23px;
}
.index2 .buttonBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
  margin-top: 57px;
}
.index2_l {
  width: 56.215%;
  position: relative;
}
.index2_l .l_box {
  width: 59.975%;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 81.779% 100%, 0% 100%);
}
.index2_l .l_box .imgBox {
  position: relative;
}
.index2_l .l_box .imgBox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.index2_l .r_box {
  width: 48.412%;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(22.048% 0%, 100% 0%, 77.952% 100%, 0% 100%);
}
.index2_r {
  flex: 1;
  text-align: right;
}
.index3 {
  background: #a10200;
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
}
.index3 .content {
  display: flex;
}
.index3 figure {
  flex: 1;
}
.index3 .logo {
  margin-top: 4px;
  width: 60px;
}
@media screen and (min-width: 993px) {
  .index3 .logo img {
    opacity: 0.5;
  }
}
.index3 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 20px 25px;
  min-height: 140px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .index3 a:hover {
    background: #feb703;
  }
  .index3 a:hover .logo img {
    opacity: 1;
  }
}
.index3 .title {
  display: none;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  margin-top: 5px;
}
@media screen and (min-width: 993px) {
  .index3 .title p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.index4 {
  background: #f3f3f3;
  padding: 101px 0px 108px;
  margin-top: 84px;
  overflow: hidden;
}
.index4 figure {
  position: relative;
}
.index4 .imgBox{
	background: #fff;
}
.index4 .sw_box {
  margin-top: 50px;
}
.index4 .title_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  min-height: 84px
}
@media screen and (min-width: 993px) {
  .index4 .title_box:hover .title {
    color: #A10200;
  }
}
.index4 .mask_box {
  width: 44px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index4_la.png");
  -webkit-mask-image: url("../images/index4_la.png");
  transition: 0.3s;
  background: #a10200;
}
.index4 .title {
  flex: 1;
  color: #343434;
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index4 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.index4 .swiper_controls_box {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 34px;
}
.index4 .swiperindex4-pagination {
  position: relative;
  flex: 1;
  height: 2px;
  background: #d9d9d9;
  margin-top: 8px;
}
.index4 .swiper-pagination-progressbar-fill {
  height: 6px;
  background: #a10200;
  top: auto;
  bottom: 0;
}
.index5 {
  padding: 88px 0px 0px;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.index5 .big_title {
  text-align: center;
}
.index5_list {
  display: flex;
  margin-top: 45px;
}
.index5_list figure {
  flex: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: 0.8s;
}
.index5_list figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: 0.8s;
  opacity: 1;
}
@media screen and (min-width: 1481px) {
  .index5_list figure:hover {
    flex: 3.9;
  }
  .index5_list figure:hover::before {
    opacity: 0;
  }
  .index5_list figure:hover .top_box {
    transform: translateY(-100%);
  }
  .index5_list figure:hover .hide_box {
    opacity: 1;
    transform: translateY(0%);
    visibility: initial;
  }
}
@media (min-width: 993px) and (max-width: 1480px) {
  .index5_list figure:hover {
    flex: 3;
  }
  .index5_list figure:hover::before {
    opacity: 0;
  }
  .index5_list figure:hover .top_box {
    transform: translateY(-100%);
  }
  .index5_list figure:hover .hide_box {
    opacity: 1;
    transform: translateY(0%);
    visibility: initial;
  }
}
.index5_list .logo {
  width: 30px;
  margin-top: 8px;
}
.index5_list .index5_img {
  max-width: none;
  width: 1087px;
}
.index5_list .top_box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 39px 21px;
  transition: 0.8s;
  width: 100%;
}
.index5_list .title {
  font-family: PublicSans-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
}
.index5_list .title a {
  color: #fff;
}
.index5_list .title a:hover {
  color: #a10200;
}
.index5_list .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.48%, rgba(0, 0, 0, 0.8) 100%);
  padding: 0px 73px 79px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(50%);
  transition: 0.8s;
  visibility: hidden;
}
.index5_list .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index5_list .buttonBox {
  margin-top: 19px;
}
.index5_list .container {
  width: 100%;
  max-width: 640px;
}
.index5_list .scroll_container {
  position: absolute !important;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 36px;
}
.index5_list .scroll_list {
  display: flex;
  flex-wrap: nowrap;
}
.index5_list li {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: PublicSans-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  white-space: nowrap;
  margin-right: 46px;
}
.index6 {
  padding: 125px 0px 133px;
  overflow: hidden;
}
.index6 .big_title {
  text-align: center;
}
.index6 .text {
  color: #666;
  text-align: center;
  margin-top: 24px;
}
.index6_list {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.61867%;
}
.index6_list li {
  width: 23.786%;
  background: #f4f4f4;
  padding: 74px 28px 36px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index6_list li::before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  background: #a10200;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}
.index6_list li::after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  background: #a10200;
  bottom: 0;
  transition: 0.5s;
  z-index: -2;
}
@media screen and (min-width: 993px) {
  .index6_list li:hover::after {
    height: 100%;
  }
  .index6_list li:hover::before {
    background: #feb703;
  }
  .index6_list li:hover .title {
    color: #fff;
  }
  .index6_list li:hover .title a {
    color: #fff;
  }
  .index6_list li:hover .describe {
    color: #fff;
  }
  .index6_list li:hover .logo {
    background: #feb703;
  }
  .index6_list li:hover .logo img {
    filter: brightness(0) invert(1);
  }
}
.index6_list .title {
  font-family: PublicSans-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  min-height: 72px;
  color: #343434;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index6_list .title a {
  color: #343434;
}
.index6_list .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index6_list .describe {
  color: #666;
  transition: 0.3s;
  margin-top: 27px;
}
.index6_list .logo {
  width: 92px;
  aspect-ratio: 1/1;
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.index6_list .logo img {
  transition: 0.2s;
  width: 54.348%;
}
.index7_title {
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
}
.index7_title a {
  color: #fff;
}
.index7_title a:hover {
  color: #feb703;
}
.index7 {
  position: relative;
 /* width: 100%;
  max-width: 1920px; */
  padding: 105px 0px 102px;
  overflow: hidden;
}
.index7::before {
  content: "";
  position: absolute;
  width: 87.13541666666667%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/index7_back.jpg") no-repeat center;
  background-size: cover;
}
.index7::after {
  content: "";
  position: absolute;
  width: 75.36458333333333%;
  height: 100%;
  right: 0;
  top: 0;
  background: url("../images/index7_back.png") no-repeat center;
  background-size: cover;
}
.index7 .content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 892px;
}
.index7 .title_before {
  font-family: PublicSans-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #fff;
}
.index7 .index7_title {
  margin-top: 26px;
  color: #fff;
}
.index7 .buttonBox {
  margin-top: 49px;
  justify-content: center;
}
.index7 .buttonBox a {
  background: #feb703;
  min-width: 166px;
}
@media screen and (min-width: 993px) {
  .index7 .buttonBox a:hover {
    background: #a10200;
  }
}
.index8 {
  padding: 67px 0px 73px;
}
.index8 .big_title {
  text-align: center;
}
.index8 .text {
  text-align: center;
  color: #666;
  margin-top: 18px;
}
.index8 .imgBox img {
  transition: all ease 600ms;
}
.index8 .sw_box {
  margin-top: 69px;
}
.index8 .swiper-slide {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index8 .swiper-slide:hover .imgBox img {
    transform: scale(1.1);
  }
  .index8 .swiper-slide:hover .container {
    transform: translateX(0px);
  }
  .index8 .swiper-slide:hover .hide_box {
    opacity: 1;
    visibility: initial;
  }
}
.index8 .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.8s ease;
  padding: 29px 38px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
}
.index8 .title {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
}
.index8 .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;
}
.index8 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index8 .links {
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a10200;
  margin-top: 20px;
}
.index8 .links:hover {
  background: #feb703;
}
.index8 .links img {
  width: auto;
}
.index8 .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.8s;
  transform: translateX(-38px);
}
.index8 .swiperindex8-pagination {
  position: relative;
  flex: 1;
  height: 2px;
  background: #d9d9d9;
  margin-bottom: 2px;
}
.index8 .swiper-pagination-progressbar-fill {
  height: 6px;
  background: #a10200;
  top: auto;
  bottom: 0;
}
.index8 .swiper_controls_box {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 59px;
}
.index9 {
  background: #a10200;
  padding: 32px 0px;
  overflow: hidden;
}
.index9 .scroll_container{
	height: 36px;
}
.index9_list {
  display: flex;
  flex-wrap: nowrap;
}
.index9_list li {
  font-family: PublicSans-Regular;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  white-space: nowrap;
  margin-right: 3.021%;
}
.index10_menu {
  display: flex;
  padding: 10px 11px;
  background: #f5f5f5;
  gap: 8px;
}
.index10_menu span {
  padding: 13px 18.5px 11px;
  display: block;
  font-family: PublicSans-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #343434;
  text-align: center;
  cursor: pointer;
}
.index10_menu span:hover {
  background: #a10200;
  color: #fff;
}
.index10_menu .active {
  background: #a10200;
  color: #fff;
}
.index10 {
  padding: 104px 0px 116px;
  overflow: hidden;
}
.index10_container {
  margin-top: 66px;
}
.index10_container .index10_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index10_container .l_box {
  width: 48%;
}
.index10_container .box {
  background: #fff;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
  padding: 26px 30px 18px 32px;
}
.index10_container .title {
  font-family: PublicSans-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
}
.index10_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;
}
.index10_container .title a:hover {
  color: #a10200;
}
.index10_container .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.index10_container .time {
  color: #666;
}
.index10_container .time_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 21px;
}
.index10_r {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index10_r figure {
  background: #f8f8f8;
  transition: 0.4s;
  position: relative;
  padding: 26px 29px 19px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 113px;
}
.index10_r figure::before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 4px;
  background: #a10200;
  transition: 0.4s;
}
.index10_r figure.active {
  background: #fff;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}
.index10_r figure.active::before {
  transform: translateY(-50%) scaleY(1);
}
.index10_r figure.active .index10_down {
  transform: rotate(180deg);
}
.index10_r .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 6px;
}
.index10_r .faq_a {
  padding-top: 4px;
  display: none;
}
.index10_r .describe {
  margin-top: 0px;
}
.index10_r .title {
  flex: 1;
}
.index10_r .index10_down {
  cursor: pointer;
}
.bannerBox {
  padding-top: 26.04166667%;
  position: relative;
  z-index: 1;
}
.bannerBox::before {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  z-index: 2;
}
.bannerBox .mbx {
  color: #fff;
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
}
.bannerBox .mbx a {
  color: #fff;
}
.oo {
  padding: 60px 0px 151px;
}
.oo .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oo1_title {
  font-family: PublicSans-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
}
.oo_r {
  width: 70.572%;
}
.oo1 {
  padding-top: 1px;
}
.oo1 .describe {
  color: #666;
  margin-top: 9px;
}
.oo2 {
  margin-top: 42px;
}
.oo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 2.6315%;
}
.oo2_list li {
  width: 31.579%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oo2_list .flex_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
}
.oo2_list .box {
  position: relative;
}
.oo2_list .links {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  aspect-ratio: 48/30;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a10200;
}
@media screen and (min-width: 993px) {
  .oo2_list .links:hover {
    background: #feb703;
  }
}
.oo2_list .title {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.oo2_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;
}
.oo2_list .title a:hover {
  color: #a10200;
}
.oo2_list .input_inquire {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}
.oo2_list .input_box {
  width: 36px;
  aspect-ratio: 1/1;
  border: 1px solid #a10200;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.oo2_list .input_box input {
  width: 12px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.oo2_list .input_box input:checked {
  opacity: 1;
}
.oo2_list .input_box input:checked + span {
  display: none;
}
.oo2_list .input_box span {
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #a10200;
}
@media screen and (min-width: 993px) {
  .oo2_list .input_box:hover {
    background: #feb703;
    border: 1px solid #feb703;
  }
  .oo2_list .input_box:hover span {
    border: 1px solid #feb703;
    background: #fff;
  }
}
.oo2_list .inquire {
  display: block;
  color: #a10200;
  border: 1px solid #a10200;
  padding: 3px 17px;
}
@media screen and (min-width: 993px) {
  .oo2_list .inquire:hover {
    color: #fff;
    border: 1px solid #feb703;
    background: #feb703;
  }
}
.ot1 {
  padding: 60px 0px 95px;
}
.ot1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ot1_l {
  width: 36.643%;
  position: relative;
}
.ot1_l .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ot1_l .mySwiperot1_2 {
  width: 87.72%;
  margin: 0px auto;
}
.ot1_l .mySwiperot1_2 .swiper-slide {
  cursor: pointer;
  border: 1px solid #cacaca;
}
.ot1_l .mySwiperot1_1 {
  overflow: hidden;
  border: 1px solid #cacaca;
}
.ot1_l .sw_box {
  position: relative;
  margin-top: 17px;
}
.ot1_l .mask_box {
  width: 5.459%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: #666;
}
.ot1_l .mask_box:hover {
  background: #a10200;
}
.ot1_l .mask_box.prev {
  left: 0;
  mask-image: url("../images/ot1_la.png");
  -webkit-mask-image: url("../images/ot1_la.png");
}
.ot1_l .mask_box.next {
  right: 0;
  mask-image: url("../images/ot1_lb.png");
  -webkit-mask-image: url("../images/ot1_lb.png");
}
.ot1_l .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ot1_l .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) {
  .ot1_l .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.ot1_r {
  width: 60.572%;
  padding-top: 4px;
}
.ot1_r .index7_title {
  color: #333;
}
.ot1_r .share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 33px;
}
.ot1_r .describe {
  color: #666;
  margin-top: 28px;
}
.ot1_r .buttonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 61px;
}
.ot1_r .buttonBox a {
  min-width: 166px;
}
.ot1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.178%;
  margin-top: 32px;
}
.ot1_list li {
  width: 32.548%;
  background: #f5f5f5;
}
.ot1_list .logo {
  width: 38px;
}
.ot1_list .same_style {
  padding: 27px 30px 28px;
  display: flex;
  align-items: center;
  gap: 21px;
}
.ot1_list .flex_box {
  flex: 1;
}
.ot1_list .li_name {
  font-family: PublicSans-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.ot1_list .text {
  color: #666;
  margin-top: 4px;
}
.ot1_list .dif_style {
  text-align: center;
  padding: 16px 16px 12px;
}
.ot1_list1 {
  display: flex;
  flex-wrap: wrap;
}
.ot1_list1 li {
  width: 25%;
  position: relative;
  padding: 0px 4px;
}
.ot1_list1 li::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  transform: translateY(-50%);
  right: 0;
  height: 15px;
  border-right: 1px solid #dadada;
}
.ot1_list1 li:nth-last-of-type(1)::before {
  display: none;
}
.ot1_list1 li.active .logo1 img {
  opacity: 1;
  filter: none;
}
.ot1_list1 li.active .name {
  color: #a10200;
}
.ot1_list1 .logo1 {
  width: 100%;
  max-width: 51px;
  aspect-ratio: 51/44;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.ot1_list1 .logo1 img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(100%);
  opacity: 0.55;
}
.ot1_list1 .name {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  position: relative;
  z-index: 1;
  margin-top: -9px;
}
.ot2 {
  padding-bottom: 101px;
}
.ot2_menu {
  display: flex;
  flex-wrap: wrap;
}
.ot2_menu figure {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  transition: 0.3s;
  padding: 36px 20px 34px;
  cursor: pointer;
  position: relative;
}
.ot2_menu figure::before {
  content: "";
  position: absolute;
  width: 22px;
  aspect-ratio: 1/1;
  background: url("../images/ot2_la.png") no-repeat center;
  background-size: cover;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 100%);
  opacity: 1;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .ot2_menu figure:hover {
    background: #a10200;
  }
  .ot2_menu figure:hover span {
    color: #fff;
  }
}
.ot2_menu span {
  text-align: center;
  font-family: PublicSans-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #343434;
}
.ot2_menu span::before {
  content: attr(title);
  font-family: PublicSans-Bold;
  display: block;
  height: 0px;
  overflow: hidden;
}
.ot2_menu figure.active {
  background: #a10200;
}
.ot2_menu figure.active span {
  font-family: PublicSans-Bold;
  color: #fff;
}
.ot2_menu figure.active::before {
  opacity: 1;
}
.ot2_container {
  background: #f5f5f5;
  margin-top: 42px;
}
.ot2_container .oo1_title {
  font-family: PublicSans-Bold;
  color: #343434;
}
.ot2_box {
  padding: 0px 56px;
}
.ot2_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 51px 0px 68px;
}
.ot2_1_list {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ot2_1_list li {
  color: #343434;
  display: block;
  position: relative;
  padding-left: 39px;
}
.ot2_1_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../images/ot2_lb.png") no-repeat center;
  background-size: cover;
  left: 0;
  top: 4px;
}
.ot2_2 {
  padding-bottom: 57px;
}
.ot2_2 .top_l {
  padding-top: 6px;
}
.ot2_2 .sw_box {
  margin-top: 33px;
}
.ot2_2 .swiper-slide {
  overflow: hidden;
}
.ot2_2 .swiper-slide img {
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .ot2_2 .swiper-slide img:hover {
    transform: scale(1.08);
  }
}
.ot2_3 {
  padding: 51px 0px 55px;
}
.ot2_4 {
  padding: 50px 0px 33px;
}
.ot2_4 .swiper_controls_box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 49px;
}
.ot2_4 .swiperot2_4-pagination {
  position: relative;
  flex: 1;
  height: 2px;
  background: #d9d9d9;
  margin-top: 4px;
}
.ot2_4 .swiper-pagination-progressbar-fill {
  height: 6px;
  background: #a10200;
  top: auto;
  bottom: 0;
}
.ot2_4 .swiper-slide {
  position: relative;
}
.ot2_4 .imgBox {
  position: relative;
}
.ot2_4 .imgBox::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.ot2_4 .title {
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0px 15px;
  width: 100%;
  z-index: 1;
}
.ot_title {
  color: #333;
  position: relative;
  padding-left: 44px;
}
.ot_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url("../images/title_la.png") no-repeat center;
  background-size: cover;
  width: 30px;
  aspect-ratio: 1/1;
}
.ot3 {
  padding-bottom: 101px;
}
.ot3 .text {
  color: #666;
  margin-top: 31px;
}
.ot3_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding: 68px 0px;
}
.ot3_box::before {
  content: "";
  position: absolute;
  width: 88.358%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #f5f5f5;
}
.ot3_box .l_box {
  width: 44.858%;
  position: relative;
  z-index: 1;
}
.ot3_box .l_box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #a10200;
}
.ot3_box .l_box .swiper {
  transform: translateX(20px);
}
.ot3_box .r_box {
  width: 43.143%;
  margin-right: 3.5%;
  padding-bottom: 18px;
}
.ot3_box .number {
  font-family: PublicSans-Bold;
  font-size: 64px;
  font-style: normal;
  font-weight: normal;
  line-height: 80px;
  color: #a10200;
}
.ot3_box .index7_title {
  color: #333;
  margin-top: 15px;
}
.ot3_box .describe {
  color: #666;
  margin-top: 23px;
}
.ot3_box .swiper_controls {
  margin-top: 58px;
}
.ot4 {
  padding-bottom: 125px;
}
.ot4 .describe {
  color: #666;
  margin-top: 44px;
  overflow: hidden;
}
.ot4 .hide_describe.describe {
  position: relative;
}
.ot4 .hide_describe.describe::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 1));
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ot4 .table table td {
  border: none !important;
  padding: 11px;
}
.ot4 .table table td:nth-of-type(1) {
  padding-left: 172px;
}
.ot4 .table table td:nth-last-of-type(1) {
  padding-right: 78px;
}
.ot4 .table table tr:nth-of-type(odd) {
  background: #e8e8e8;
}
.ot4 .table table tr:nth-of-type(1) {
  background: #a10200;
  color: #fff;
  font-family: PublicSans-Bold;
}
.ot4 .read {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.ot4 .more,
.ot4 .less {
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  padding: 9px 15px;
  gap: 10px;
  background: #a10200;
}
.ot4 .more:hover,
.ot4 .less:hover {
  background: #feb703;
  color: #fff;
}
.ot4 .less img {
  transform: rotate(180deg);
}
.ot5 {
  padding-bottom: 101px;
}
.ot5_container {
  position: relative;
  overflow: hidden;
  margin-top: 44px;
}
.ot5_container .hide_box {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.ot6_container {
  padding: 45px 50px;
  background: #f5f5f5;
  margin-top: 41px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.807%;
}
.ot6_container figure {
  width: 31.462%;
  background: #a10200;
  text-align: center;
  padding: 24px 20px 20px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .ot6_container figure:hover {
    background: #feb703;
  }
}
.ot6_container .logo {
  width: 56px;
  margin: 0px auto;
}
.ot6_container .name {
  font-family: PublicSans-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #fff;
  margin-top: 14px;
}
.ot7 {
  padding: 104px 0px 100px;
}
.ot7 .content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 892px;
}
.ot7 .title_before {
  font-family: PublicSans-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #343434;
}
.ot7 .big_title {
  margin-top: 26px;
  color: #343434;
}
.ot7 .buttonBox {
  margin-top: 49px;
  justify-content: center;
}
.ot7 .buttonBox a {
  background: #feb703;
  min-width: 166px;
}
@media screen and (min-width: 993px) {
  .ot7 .buttonBox a:hover {
    background: #a10200;
  }
}
.to1 {
  padding-top: 72px;
  position: relative;
  z-index: 1;
}
.to1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 96px);
  background: url("../images/to1_back.jpg") no-repeat center;
  background-size: cover;
  left: 0;
  top: 0;
}
.to1 .title_after {
  font-size: 18px;
  font-family: PublicSans-Regular;
  color: #a10200;
  margin-top: 15px;
}
.to1 .describe {
  color: #666;
  margin-top: 20px;
}
.to1 .buttonBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
  margin-top: 55px;
}
.to1_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to1_l {
  width: 45.715%;
  position: relative;
}
.to1_l .hide_box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.to1_r {
  width: 50%;
  text-align: right;
  padding-top: 4px;
}
.to1_list {
  background: #a10200;
  display: flex;
  margin-top: 85px;
}
.to1_list li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 19px 30px 31px;
}
@media screen and (min-width: 993px) {
  .to1_list li:hover {
    background: #feb703;
  }
  .to1_list li:hover .logo img {
    opacity: 1;
  }
  .to1_list li:hover .title::before {
    background: #a10200;
  }
}
.to1_list .logo {
  margin-top: 4px;
  width: 60px;
}
@media screen and (min-width: 993px) {
  .to1_list .logo img {
    opacity: 0.5;
    transition: 0.3s;
  }
}
.to1_list .title {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
  margin-top: 19px;
  padding-bottom: 14px;
  min-height: 27px;
  margin-bottom: 16px;
  position: relative;
}
.to1_list .title p {
  display: none;
}
.to1_list .title::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 32px;
  height: 2px;
  transform: translateX(-50%);
  bottom: 0;
  background: #feb703;
  transition: 0.3s;
}
.to1_list .text {
  color: #fff;
  margin-top: -1px;
}
.to2 {
  background: url("../images/to2_back.jpg") no-repeat center;
  background-size: cover;
  margin-top: -96px;
  padding: 205px 0px 123px;
}
.to2 .index7_title {
  font-family: PublicSans-Bold;
  color: #333;
  text-align: center;
}
.to2_container {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.to2_container::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #a10200;
  left: 0;
  top: 158px;
  z-index: -1;
}
.to2_container .swiper {
  padding: 20px 0px;
  width: calc(100% - 60px);
  max-width: 1272px;
  margin: 0px auto;
}
.to2_container .year {
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  transition: 0.3s;
}
.to2_container .describe {
  line-height: 28px;
  height: 84px;
  overflow: auto;
  color: #333;
  margin-top: -3px;
}
.to2_container .describe::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.to2_container .describe::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #a10200;
}
.to2_container .describe::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.to2_container .swiper-slide {
  position: relative;
  padding-left: 33px;
  padding-right: 4px;
}
.to2_container .swiper-slide::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid #a10200;
  left: 16px;
  top: 0;
}
@media screen and (min-width: 1481px) {
  .to2_container .swiper-slide:hover .year {
    color: #a10200;
    font-size: 48px;
    transform: translateY(-9px);
  }
}
@media screen and (max-width: 1480px) and (min-width: 993px) {
  .to2_container .swiper-slide:hover .year {
    color: #a10200;
    font-size: 28px;
    transform: translateY(-4px);
  }
}
@media screen and (min-width: 993px) {
  .to2_container .swiper-slide:hover .style::after {
    animation: transform 1.5s infinite;
  }
}
.to2_container .style {
  left: 13px;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
}
.to2_container .style::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  background: #a10200;
  opacity: 0.6;
  width: 17px;
  aspect-ratio: 1/1;
  z-index: 2;
}
.to2_container .style::after {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  left: -12px;
  top: -12px;
  transform: scale(0);
  background: #a10200;
  opacity: 0.4;
  border-radius: 50%;
  z-index: 1;
}
.to2_container .style span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #a10200;
  position: relative;
  z-index: 3;
}
.to2_container .swiper-slide:nth-of-type(odd) {
  padding-bottom: 17px;
}
.to2_container .swiper-slide:nth-of-type(odd) .style {
  bottom: 0;
  transform: translateY(50%);
}
.to2_container .swiper-slide:nth-of-type(even) {
  margin-top: 139px;
  padding-top: 13px;
  padding-bottom: 9px;
}
.to2_container .swiper-slide:nth-of-type(even) .style {
  top: 0;
  transform: translateY(-50%);
}
.to2_container .controls {
  position: absolute;
  top: 50%;
}
.to2_container .mask_box {
  width: 70px;
  aspect-ratio: 1/1;
  background: #666;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .to2_container .mask_box:hover {
    background: #a10200;
  }
}
.to2_container .controls.prev {
  left: -37px;
  transform: translate(-100%, -50%);
}
.to2_container .controls.prev .mask_box {
  mask-image: url("../images/to2_la.png");
  -webkit-mask-image: url("../images/to2_la.png");
}
.to2_container .controls.next {
  right: -37px;
  transform: translate(100%, -50%);
}
.to2_container .controls.next .mask_box {
  mask-image: url("../images/to2_lb.png");
  -webkit-mask-image: url("../images/to2_lb.png");
}
.to3 {
  background: url("../images/to3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 110px 0px 97px;
}
.to3_container {
  width: calc(100% - 180px);
  max-width: 1724px;
  margin: 0px auto;
  gap: 4.757%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.to3_l {
  width: 58.817%;
  display: flex;
  align-items: flex-start;
}
.to3_l figure {
  width: 19.724%;
  margin-left: -3.67%;
  display: flex;
  flex-direction: column;
}
.to3_l figure .imgBox:nth-of-type(2) {
  margin-top: -7px;
}
.to3_l figure:nth-of-type(1) {
  margin-left: 0px !important;
}
.to3_l figure:nth-of-type(1),
.to3_l figure:nth-of-type(3),
.to3_l figure:nth-of-type(5) {
  margin-top: 9.862%;
}
.to3_l figure:nth-of-type(6) {
  margin-top: 19.724%;
}
.to3_l .imgBox {
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
}
.to3_r {
  flex: 1;
  max-width: 466px;
  padding-bottom: 2.6%;
}
.to3_r .index7_title {
  font-family: PublicSans-Bold;
  color: #333;
}
.to3_r .describe {
  color: #666;
  margin-top: 16px;
}
.to4 {
  background: url("../images/to4_back.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 11.667% 0px 14.6875%;
}
.to4 .content {
  max-width: 1188px;
}
.to4 .index7_title {
  color: #fff;
}
.to4 .describe {
  color: #fff;
  margin-top: 42px;
}
.to5 {
  padding: 104px 0px 76px;
}
.to5 .index7_title {
  text-align: center;
  color: #333;
}
.to5 .title {
  color: #333;
  margin-top: 16px;
}
.to5 .sw_box {
  margin-top: 46px;
}
.to5 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.to5 .swiper_controls_box {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 29px;
}
.to5 .swiperto5-pagination {
  position: relative;
  flex: 1;
  height: 2px;
  background: #d9d9d9;
  margin-top: 8px;
}
.to5 .swiper-pagination-progressbar-fill {
  height: 6px;
  background: #a10200;
  top: auto;
  bottom: 0;
}
.to6 {
  padding: 8px 0px 58px;
  background: #efefef;
  overflow: hidden;
}
.to6 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.to6 .describe {
  color: #333;
  margin-top: 30px;
}
.to6 .swiper_controls {
  margin-top: 56px;
}
.to6_l {
  width: 34%;
  max-width: 385px;
  padding-top: 1.4%;
}
.to6_r {
  width: 63.143%;
}
.to6_r .turn_page {
  position: relative;
  z-index: 1;
  padding: 80px 0px;
}
.to6_r .turn_page #box {
  position: relative;
}
.to6_r .turn_page #box .box-list {
  position: relative;
  padding-bottom: 57.24%;
}
.to6_r .turn_page #box .box-list .list-item {
  position: absolute;
  width: 0;
  z-index: 0;
  overflow: initial;
  box-sizing: content-box !important;
  bottom: 50%;
  transform: translateY(50%);
}
.to6_r .turn_page #box .imgBox {
  opacity: 1 !important;
  position: relative;
  bottom: 0px !important;
}
.to6_r .turn_page #box li {
  transition: 0s;
  overflow: hidden;
  position: relative;
}
.to6_r .turn_page #box li:nth-of-type(3) .title {
  display: block;
}
.to6_r .title {
  display: none;
  position: absolute;
  width: max-content;
  max-width: 100%;
  left: 50%;
  bottom: -14px;
  transform: translate(-50%, 100%);
  color: #333;
  text-align: center;
}
.to7 {
  position: relative;
  z-index: 1;
  padding: 87px 0px 76px;
  overflow: hidden;
}
.to7::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 58.646%;
  aspect-ratio: 1126/684;
  background: url("../images/to7_back.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.to7 .text {
  margin-top: 11px;
  color: #666;
  text-align: center;
}
.to7 .index7_title {
  color: #333;
  text-align: center;
}
.to7_container {
  margin-top: 57px;
  position: relative;
}
.to7_container .hide_box {
  display: none;
}
.to7_box {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.to7_box figure {
  position: absolute;
  width: 3.572%;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  .to7_box figure:hover {
    z-index: 2;
  }
  .to7_box figure:hover .style_box {
    opacity: 1;
  }
  .to7_box figure:hover .figure_box {
    opacity: 1;
    visibility: initial;
  }
}
.to7_box .figure_box {
  width: 223px;
  position: absolute;
  left: calc(100% + 4px);
  top: calc(50% - 16px);
  transform: translateY(-50%);
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}
.to7_box .magnifier {
  margin-top: 4px;
  overflow: hidden;
}
.to7_box .magnifier img {
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .to7_box .magnifier img:hover {
    transform: scale(1.06);
  }
}
.to7_box .name {
  color: #333;
}
.to7_box .logo {
  position: relative;
  z-index: 4;
  animation: transform_logo 1.6s infinite;
}
.to7_box .style_box {
  position: absolute;
  width: 7px;
  aspect-ratio: 1/1;
  bottom: 3px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
}
.to7_box .style_box span {
  background: #a10200;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.to7_box .style_box::before {
  content: "";
  position: absolute;
  width: 17px;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
  background: #a10200;
  opacity: 0.6;
  border-radius: 50%;
}
.to7_box .style_box::after {
  content: "";
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 1;
  background: #a10200;
  opacity: 0.4;
  border-radius: 50%;
}
.to7_box figure:nth-of-type(1) {
  left: 10.55%;
  top: 38.2%;
}
.to7_box figure:nth-of-type(2) {
  left: 13.85%;
  top: 45%;
}
.to7_box figure:nth-of-type(3) {
  left: 25.8%;
  top: 76.15%;
}
.to7_box figure:nth-of-type(4) {
  left: 45.75%;
  top: 38.4%;
}
.to7_box figure:nth-of-type(5) {
  left: 55.4%;
  top: 67.55%;
}
.to7_box figure:nth-of-type(6) {
  left: 63.5%;
  top: 29%;
}
.to7_box figure:nth-of-type(7) {
  left: 81.1%;
  top: 18.8%;
}
.to7_box figure:nth-of-type(8) {
  left: 89.78%;
  top: 59.2%;
}
.tho1 {
  padding: 61px 0px 117px;
  overflow: hidden;
}
.tho1 .big_title {
  color: #333;
  text-align: center;
}
.tho1 .text {
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.tho1 .PageNumber {
  margin-top: 152px;
}
.tho1_container {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.tho1_container .title {
  font-family: PublicSans-Bold;
  color: #333;
}
.tho1_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;
}
@media screen and (min-width: 993px) {
  .tho1_container .title a:hover {
    color: #a10200;
  }
}
.tho1_container .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}
.tho1_container .container {
  width: 48.858%;
  padding: 71px 62px 70px;
}
.tho1_container .shadow_box {
  background: #fff;
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.tho1_container .buttonBox {
  margin-top: 31px;
}
.tho1_container figure {
  padding: 4.358% 0px;
  position: relative;
}
.tho1_container figure:nth-of-type(odd) .tho1_r {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 16.965% 100%);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tho1_container figure:nth-of-type(even) .tho1_r {
  clip-path: polygon(0% 0%, 100% 0%, 83.035% 100%, 0% 100%);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tho1_container figure:nth-of-type(even) .color_box {
  clip-path: polygon(0% 0%, 100% 0%, 82.947% 100%, 0% 100%);
}
.tho1_container figure:nth-of-type(even) .shadow_box {
  flex-direction: row-reverse;
}
.tho1_container .tho1_r {
  width: 48%;
  position: absolute;
  z-index: 1;
}
.tho1_container .color_box {
  background: #a10200;
  width: 49.429%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 17.053% 100%);
}
.tho2 {
  padding: 120px 0px 117px;
}
.tho2_container {
  margin-top: 66px;
}
.tht1 {
  padding: 60px 0px 64px;
}
.tht1 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tht1_l {
  width: 43.572%;
  position: relative;
  z-index: 1;
}
.tht1_l::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -6px;
  bottom: -6px;
  background: #a10200;
  border-radius: 20px;
  overflow: hidden;
}
.tht1_l .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.tht1_r {
  width: 53.786%;
  padding-top: 16px;
}
.tht1_r .index7_title {
  color: #333;
}
.tht1_r .share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 32px;
}
.tht1_r .describe {
  color: #666;
  margin-top: 66px;
}
.tht2 {
  padding-bottom: 126px;
}
.tht2 .title {
  font-family: PublicSans-Bold;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #a10200;
}
.tht2 .describe {
  color: #666;
}
.tht2 .describe1 {
  margin-top: 10px;
}
.tht2 .small_title {
  font-family: PublicSans-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
}
.tht2 .text {
  line-height: 46px;
  color: #666;
  margin-top: 11px;
}
.tht2 .text em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 24px;
}
.tht2 .text em::before {
  content: '';
  position: absolute;
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #666;
  left: 11px;
  top: 22px;
}
.tht2 .text1 {
  line-height: 46px;
  color: #666;
}
.tht2 .text1 em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 35px;
}
.tht2 .text1 em::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 20px;
  aspect-ratio: 1/1;
  background: url('../images/tht2_la.png') no-repeat center;
  background-size: cover;
}
.tht2 .describe2 {
  margin-top: 38px;
}
.tht2 .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.tht2 .small_title_top {
  margin-top: 20px;
}
.tht2 .describe3 {
  margin-top: 21px;
}
.tht2_flex_1 {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
}
.tht2_flex_1_l {
  width: 63.286%;
}
.tht2_flex_1_l_box {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4.75%;
}
.tht2_flex_1_l_box .l_box {
  width: 57.224%;
}
.tht2_flex_1_l_box .r_box {
  flex: 1;
  padding-right: 36px;
}
.tht2_flex_1_r {
  padding-left: 41px;
  flex: 1;
  border-left: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.7%;
}
.tht2_flex_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 27px;
}
.tht2_flex_2 .l_box {
  width: 50%;
  padding-bottom: 4.4%;
}
.tht2_flex_2 .r_box {
  width: 40%;
}
.tht2_flex_2 .text {
  margin-top: 0px;
}
.tht2_list {
  margin-top: 39px;
  display: flex;
  flex-direction: column;
  gap: 54px;
}
.tht2_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tht2_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.tht2_list .l_box {
  width: 45.715%;
}
.tht2_list .r_box {
  width: 51.429%;
}
.tht2_list .describe4 {
  margin-top: 9px;
}
.tht3 {
  padding: 86px 0px 72px;
  background: #F3F3F5;
}
.tht3 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.66666667%;
}
.tht3 .logo {
  width: 78px;
}
.tht3 figure {
  width: 23%;
  position: relative;
}
.tht3 figure::before {
  content: '';
  position: absolute;
  right: 0;
  top: -5px;
  width: 88px;
  aspect-ratio: 1/1;
}
.tht3 figure:nth-of-type(odd)::before {
  background: url('../images/tht3_ia.png') no-repeat center;
  background-size: cover;
}
.tht3 figure:nth-of-type(even)::before {
  background: url('../images/tht3_ib.png') no-repeat center;
  background-size: cover;
}
.tht3 figure:nth-last-of-type(1)::before {
  display: none;
}
.tht3 .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tht3 .title {
  font-family: PublicSans-Bold;
  color: #333;
  margin-top: 24px;
}
.tht3 .title span {
  display: inline;
  color: #a10200;
}
.tht3 .describe {
  color: #333;
  width: 100%;
  max-width: 266px;
  margin-top: 4px;
}
.fuo {
  padding: 61px 0px 105px;
}
.fuo .big_title {
  text-align: center;
  color: #333;
}
.fuo .text {
  margin-top: 18px;
  color: #666;
  text-align: center;
}
.fuo .PageNumber {
  margin-top: 80px;
}
.fuo_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.fuo_r {
  width: 76.143%;
}
.fuo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 0px;
}
.fuo_list li {
  width: 48.969%;
  background: #fff;
  border: 1px solid #DBDBDB;
  padding: 27px 27px 21px;
}
@media screen and (min-width: 993px) {
  .fuo_list li:hover {
    background: #FFF;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
  }
}
.fuo_list .imgBox {
  overflow: hidden;
  position: relative;
}
.fuo_list .imgBox::before {
  content: '';
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  pointer-events: none;
}
.fuo_list .imgBox img {
  cursor: pointer;
}
@media screen and (min-width: 993px) {
  .fuo_list .imgBox img:hover {
    transform: scale(1.06);
  }
}
.fuo_list .box {
  position: relative;
}
.fuo_list .logo {
  position: absolute;
  z-index: 1;
  right: 13px;
  bottom: 11px;
  width: 34px;
  cursor: pointer;
}
.fuo_list .title {
  font-family: PublicSans-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #343434;
  border-top: 1px solid #D3D3D3;
  margin-top: 28px;
  padding-top: 22px;
}
.fuo_list .title a {
  color: #343434;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fuo_list .title a:hover {
  color: #a10200;
}
.fuo_list .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.fo1 {
  padding: 61px 0px 93px;
}
.fo1 .index7_title {
  color: #333;
  text-align: center;
}
.fo1_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36px 0px;
  margin-top: 66px;
}
.fo1_container figure {
  width: 48.715%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 993px) {
  .fo1_container figure:hover .imgBox::before {
    opacity: 1;
  }
  .fo1_container figure:hover .hide_box {
    transform: translateY(0px);
    visibility: initial;
    opacity: 1;
  }
}
.fo1_container .imgBox {
  position: relative;
}
.fo1_container .imgBox::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.fo1_container .hide_box {
  position: absolute;
  width: 80.206%;
  height: 80.125%;
  background: rgba(161, 2, 0, 0.8);
  left: 9.897%;
  top: 9.9375%;
  z-index: 1;
  padding: 20px 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4%;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  transform: translateY(100%);
}
.fo1_container .l_box {
  flex: 1;
  padding-bottom: 5%;
}
.fo1_container .title {
  text-align: left;
  color: #fff;
}
.fo1_container .describe {
  color: #fff;
  margin-top: 26px;
}
.fo1_container .style_box {
  width: 8px;
  height: 3px;
  margin-left: 2px;
  margin-top: 22px;
  background: #fff;
}
.fo1_container .logo {
  width: 74px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 6px;
}
.fo2 {
  overflow: hidden;
}
.fo2 figure {
  position: relative;
  z-index: 1;
}
.fo2 figure:nth-of-type(odd) {
  padding: 82px 0px 78px;
}
.fo2 figure:nth-of-type(odd)::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  width: 100vw;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
  transform: translateX(-50%);
}
.fo2 figure:nth-of-type(odd) .l_box {
  float: left;
  margin-bottom: 5px;
  margin-right: 4.215%;
}
.fo2 figure:nth-of-type(even) {
  padding: 68px 0px 63px;
}
.fo2 figure:nth-of-type(even) .l_box {
  float: right;
  margin-bottom: 5px;
  margin-left: 4.215%;
}
.fo2 .l_box {
  width: 48.215%;
}
.fo2 .describe {
  color: #666;
  margin-top: 48px;
}
.fo2 .describe a {
  display: inline;
  word-break: break-all;
  color: #a10200;
  text-decoration: underline;
}
.fo2 .describe a:hover {
  text-decoration: none;
}
.fo2 .r_box {
  padding-top: 4.429%;
}
.fo3 {
  padding: 88px 0px 86px;
}
.fo3 .index7_title {
  color: #333;
}
.fo3 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.fo3 .swiper-slide a {
  display: flex;
  align-items: center;
  padding: 13px 12px 15px;
  background: #eee;
  gap: 23px;
}
@media screen and (min-width: 993px) {
  .fo3 .swiper-slide a:hover {
    background: #a10200;
  }
  .fo3 .swiper-slide a:hover .title {
    color: #fff;
  }
  .fo3 .swiper-slide a:hover .down {
    background: #feb703;
  }
}
.fo3 .down {
  width: 22px;
  aspect-ratio: 1/1;
  mask-image: url('../images/fo3_la.png');
  -webkit-mask-image: url('../images/fo3_la.png');
  background: #a10200;
  transition: 0.3s;
  margin-top: 18px;
}
.fo3 .title {
  color: #333;
  transition: 0.3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fo3 .l_box {
  width: 46.395%;
  max-width: 193px;
  border-radius: 8px;
  overflow: hidden;
}
.fo3 .r_box {
  flex: 1;
  padding-top: 2px;
}
.fo3 .swiper_controls_box {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 52px;
}
.fo3 .swiperfo3-pagination {
  position: relative;
  flex: 1;
  height: 2px;
  background: #d9d9d9;
  margin-top: 8px;
}
.fo3 .swiper-pagination-progressbar-fill {
  height: 6px;
  background: #a10200;
  top: auto;
  bottom: 0;
}
.fo3 .sw_box {
  margin-top: 39px;
}
.so1 {
  padding: 61px 0px 82px;
}
.so1 .big_title {
  color: #333;
  text-align: center;
}
.so1 .PageNumber {
  margin-top: 104px;
}
.so1_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}
.so1_container figure {
  display: flex;
  flex-wrap: wrap;
}
.so1_container .l_box {
  width: 36%;
  max-width: 448px;
  position: relative;
  z-index: 1;
}
.so1_container .r_box {
  flex: 1;
  background: #FFF;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
  padding: 22px 31px 10px 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.so1_container .title {
  font-family: PublicSans-Bold;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
}
.so1_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;
}
.so1_container .title a:hover {
  color: #a10200;
}
.so1_container .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 28px;
}
.so1_container .time {
  color: #666;
}
.so1_container .time_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 34px;
}
.st1 {
  padding-top: 61px;
}
.st1 .time {
  color: #666;
}
.st1 .share {
  color: #333;
  display: flex;
  align-items: center;
  gap: 9px;
}
.st1 .time_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 52px;
  margin-top: 28px;
}
.st1 .describe {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  color: #666;
  margin-top: 29px;
  padding: 46px 0px 59px;
}
.st1 .describe img {
  display: inline-block;
}
.seo1 {
  padding: 60px 0px 151px;
}
.seo1 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}
.seo1_l {
  padding: 2% 6.643% 5.6%;
  flex: 1;
}
.seo1_list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 53px;
}
.seo1_list li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 19px;
}
.seo1_list .text {
  flex: 1;
  color: #333;
}
.seo1_list .text a {
  color: #333;
}
.seo1_list .text a:hover {
  color: #a10200;
}
.seo1_list .logo {
  width: 28px;
}
.seo1_r {
  width: 57.143%;
}
.seo1_r iframe {
  display: block;
}
.seo2 {
  padding-bottom: 93px;
}
.seo2 .content {
  position: relative;
  background: #fff;
  background: #FFF;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.06);
  padding: 95px 87px 71px;
}
.seo2 .content::before {
  content: '';
  width: 73.215%;
  height: 12px;
  background: linear-gradient(90deg, #A10200 0%, rgba(161, 2, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.seo2 .index7_title {
  color: #333;
}
.seo2 .text {
  color: #666;
  margin-top: 5px;
  width: 60%;
}
.seo2 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 17px 0px;
  width: 100%;
  margin-top: 7.26%;
}
.seo2 form > * {
  width: 100%;
}
.seo2 form input,
.seo2 form textarea {
  border: none;
  background: #F1F1F1;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.seo2 form input::placeholder,
.seo2 form input::-webkit-input-placeholder,
.seo2 form textarea::placeholder {
  color: #666;
}
.seo2 form .int1 {
  width: 49.2%;
}
.seo2 form input {
  height: 54px;
}
.seo2 form textarea {
  height: 185px;
  padding-top: 12px !important;
}
.seo2 form .ttBox {
  width: 100%;
}
.seo2 form .yzm {
  position: relative;
  display: flex;
}
.seo2 form .yzm input {
  flex: 1;
  padding-right: 70px;
}
.seo2 form .yzm span {
  height: 15px;
  aspect-ratio: 37/15;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.seo2 form .yzm span img {
  height: 100%;
}
.seo2 form .afterBox {
  position: relative;
}
.seo2 form .afterBox::before {
  left: 10px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
.seo2 form .afterBox input,
.seo2 form .afterBox textarea {
  padding-left: 20px;
}
.seo2 form .ttBox::before {
  top: 28px;
}
.seo2 form .tj input {
  cursor: pointer;
  background: #a10200;
  border: 1px solid #a10200;
  color: #fff;
  transition: 0.3s;
}
.seo2 form .tj input:hover {
  background: #fff;
  color: #a10200;
}
.seo2_img {
  width: 32.072%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  transform: translateY(-36.212%);
  pointer-events: none;
}
.st_index10 {
  padding: 93px 0px 68px;
}
.project_menu {
  width: 21.429%;
}
.project_menu a {
  display: block;
  font-family: PublicSans-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  color: #343434;
  background: #EDEDED;
  padding: 27px 30px 24px;
}
@media screen and (min-width: 993px) {
  .project_menu a:hover {
    background: #a10200;
    color: #fff;
  }
}
.project_menu a.active {
  background: #a10200;
  color: #fff;
}
.fo_index7::before {
  background: url('../images/index7_back1.jpg') no-repeat center;
  background-size: cover;
}
@keyframes transform {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes transform_logo {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}
.public_pro {
  padding: 100px 0px 99px;
}
.public_pro figure {
  position: relative;
}
.public_pro .imgBox{
	background: #fff;
}
.public_pro .sw_box {
  margin-top: 49px;
}
.public_pro .title_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
@media screen and (min-width: 993px) {
  .public_pro .title_box:hover .title {
    color: #A10200;
  }
}
.public_pro .mask_box {
  width: 44px;
  aspect-ratio: 1/1;
  mask-image: url("../images/index4_la.png");
  -webkit-mask-image: url("../images/index4_la.png");
  transition: 0.3s;
  background: #a10200;
}
.public_pro .title {
  flex: 1;
  color: #343434;
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  transition: 0.3s;
  margin-left: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.public_pro .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.public_pro .swiper_controls_box {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 82px;
}
.public_pro .swiperindex4-pagination {
  position: relative;
  flex: 1;
  height: 2px;
  background: #d9d9d9;
  margin-top: 8px;
}
.public_pro .swiper-pagination-progressbar-fill {
  height: 6px;
  background: #a10200;
  top: auto;
  bottom: 0;
}
.color_back {
  background: #f3f3f3;
}
.public_menu {
  width: 26.572%;
}
.public_menu .menu_box {
  background: #e0e0e0;
  transition: 0.3s;
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 19px 17px;
}
.public_menu .menu_box a {
  color: #333;
  flex: 1;
}
.public_menu .mask_box {
  background: #333;
  width: 20px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  mask-image: url("../images/menu_la.png");
  -webkit-mask-image: url("../images/menu_la.png");
  cursor: pointer;
  margin-right: 12px;
}
.public_menu .menu_box.active {
  background: #a10200;
}
.public_menu .menu_box.active a {
  color: #fff;
}
.public_menu .menu_box.active .mask_box {
  background: #fff;
  transform: rotate(180deg);
}
.public_menu .menu_all {
  display: none;
  justify-content: space-between;
  align-items: center;
  font-family: PublicSans-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.public_menu .menu_all span {
  flex: 1;
  display: block;
}
.public_menu .menu_all .down {
  width: 8px;
}
.public_menu_list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.public_menu_list1 {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  color: #666;
  display: none;
  padding: 19px 0px 18px;
}
.public_menu_list1 a {
  padding: 0px 33px;
  display: block;
  color: #666;
  position: relative;
}
.public_menu_list1 a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #a10200;
  transition: 0.3s;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
}
@media screen and (min-width: 993px) {
  .public_menu_list1 a:hover {
    color: #a10200;
  }
}
.public_menu_list1 a.active {
  color: #a10200;
}
.public_menu_list1 a.active::before {
  transform: translateY(-50%) scaleX(1);
}
.public_top {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.public_top .top_l {
  flex: 1;
}
.swiper_controls {
  display: flex;
}
.swiper_controls .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a10200;
  width: 74px;
  aspect-ratio: 74/46;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_controls .controls img {
  width: 20px;
}
@media screen and (min-width: 993px) {
  .swiper_controls .controls:hover {
    background: #feb703;
  }
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 115px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.PageNumber .iconfont {
  font-size: 14px;
  transition: 0s;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 36px;
  height: 36px;
  background: #fff;
  border: solid 1px #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  color: #fff;
  background: #feb703;
  border: 1px solid #feb703;
}
.PageNumber .dif_style {
  background: #a10200;
  color: #fff;
  border: 1px solid #a10200;
}
.PageNumber .dif_style:hover {
  background: #feb703;
  border: 1px solid #feb703;
  color: #fff;
}
.PageNumber .active {
  color: #fff;
  background: #feb703;
  border: 1px solid #feb703;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.PageNumber input {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #a10200;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
}
.PageNumber input:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page_change_img {
  padding: 30px 0px 68px;
}
.page_change_img .content {
  display: flex;
  justify-content: space-between;
}
.page_change_img .box {
  width: 49%;
  background: #f5f5f5;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.page_change_img .imgBox {
  width: 33.493%;
}
.page_change_img .flex_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_change_img .title {
  font-family: PublicSans-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.page_change_img .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;
}
.page_change_img .title a:hover {
  color: #a10200;
}
.page_change_img .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
}
.page_change_img .buttonBox {
  margin-top: 19px;
}
.page_change_img .buttonBox > * {
  min-width: 139px;
}
.page_change_img .l_box .buttonBox img {
  transform: rotate(180deg);
}
.page_change_img .r_box {
  text-align: right;
}
.page_change_img .r_box .buttonBox {
  justify-content: flex-end;
}
.page_change {
  padding: 52px 0px 44px;
}
.page_change .content {
  display: flex;
  justify-content: space-between;
}
.page_change .box {
  width: 49%;
  background: #f5f5f5;
  padding: 27px 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_change .title {
  font-family: PublicSans-Bold;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #333;
}
.page_change .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;
}
.page_change .title a:hover {
  color: #a10200;
}
.page_change .describe {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.page_change .buttonBox {
  margin-top: 9px;
}
.page_change .buttonBox > * {
  min-width: 139px;
}
.page_change .l_box .buttonBox img {
  transform: rotate(180deg);
}
.page_change .r_box {
  text-align: right;
}
.page_change .r_box .buttonBox {
  justify-content: flex-end;
}
#alert_form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 20000000000000;
  display: none;
  align-items: center;
  justify-content: center;
}
.alert_form_container {
  background: #fff;
  max-height: 80vh;
  overflow: auto;
  position: relative;
  padding: 104px 0px 126px;
}
.alert_form_container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.alert_form_container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.alert_form_container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.alert_form_container .index7_title {
  font-family: PublicSans-Bold;
  color: #333;
}
.alert_form_container .container {
  position: relative;
  width: calc(100% - 100px);
  max-width: 894px;
  margin: 0px auto;
}
.alert_form_container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
  margin-top: 49px;
}
.alert_form_container form > * {
  width: 100%;
}
.alert_form_container form input,
.alert_form_container form textarea {
  background: transparent;
  border: 2px solid #d3d3d3;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 8px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
.alert_form_container form input::placeholder,
.alert_form_container form input::-webkit-input-placeholder,
.alert_form_container form textarea::placeholder {
  color: #999;
}
.alert_form_container form .int1 {
  width: 49%;
}
.alert_form_container form input {
  height: 50px;
}
.alert_form_container form .yzm {
  position: relative;
  display: flex;
}
.alert_form_container form .yzm input {
  padding-right: 100px;
}
.alert_form_container form .yzm span {
  height: 15px;
  aspect-ratio: 37/15;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.alert_form_container form .yzm span img {
  height: 100%;
}
.alert_form_container form .afterBox {
  position: relative;
}
.alert_form_container form .afterBox::before {
  left: 10px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
}
.alert_form_container form .afterBox input,
.alert_form_container form .afterBox textarea {
  padding-left: 18px;
}
.alert_form_container form .tj {
  width: auto;
  min-width: 261px;
  margin-top: 11px;
}
.alert_form_container form .tj input {
  font-family: PublicSans-Regular;
  cursor: pointer;
  background: #feb703;
  border: none;
  transition: 0.3s;
  color: #333;
}
.alert_form_container form .tj input:hover {
  background: #a10200;
  color: #fff;
}
.alert_form_close {
  position: absolute;
  top: 22px;
  right: 30px;
  transition: 0.3s;
  cursor: pointer;
  width: 30px;
}
.alert_form_close:hover {
  transform: rotate(90deg);
}
#alert_img {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 20000000000000;
  display: none;
  align-items: center;
  justify-content: center;
}
.alert_img_container {
  position: relative;
}
.alert_img_container .imgBox img {
  max-width: 80vw;
  max-height: 90vh;
}
.alert_img_close {
  position: absolute;
  top: 22px;
  right: 18px;
  transition: 0.3s;
  cursor: pointer;
  width: 30px;
}
.alert_img_close:hover {
  transform: rotate(90deg);
}
.white_back {
  background: transparent !important;
}
.seo_back {
  background: #F0F0F0;
}
footer {
  background: url("../images/footer_back.jpg") no-repeat center;
  background-size: cover;
  padding: 87px 0px 25px;
  overflow: hidden;
}
footer .dif_footer {
  font-family: PublicSans-Bold;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #a10200;
}
footer .dif_up {
  display: none;
}
footer .list {
  font-family: PublicSans-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #9e9e9e;
  margin-top: 31px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .list a {
  color: #9e9e9e;
}
footer .list a:hover {
  color: #a10200;
}
footer .flex_box {
  flex: 1;
}
footer .contact_list {
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 42px;
  color: #fff;
  margin-top: 31px;
}
footer .contact_list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
footer .contact_list a {
  color: #fff;
}
footer .contact_list a:hover {
  color: #a10200;
}
footer .logo {
  width: 18px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
footer form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 0px;
  width: 100%;
  margin-top: 31px;
}
footer form > * {
  width: 100%;
}
footer form input,
footer form textarea {
  border: none;
  background: rgba(255, 255, 255, 0.4);
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 10px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #fff;
}
footer form .int1 {
  width: 49.2%;
}
footer form input {
  height: 44px;
}
footer form textarea {
  height: 62px;
  padding-top: 12px !important;
}
footer form .ttBox {
  width: 100%;
}
footer form .yzm {
  position: relative;
  display: flex;
}
footer form .yzm input {
  flex: 1;
  padding-right: 120px;
}
footer form .yzm span {
  height: 100%;
  aspect-ratio: 120/47;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
footer form .yzm span img {
  height: 100%;
}
footer form .afterBox {
  position: relative;
}
footer form .afterBox::before {
  left: 10px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
}
footer form .afterBox input,
footer form .afterBox textarea {
  padding-left: 20px;
}
footer form .ttBox::before {
  top: 28px;
}
footer form .tj input {
  cursor: pointer;
  background: #a10200;
  border: 1px solid #a10200;
  color: #fff;
  transition: 0.3s;
}
footer form .tj input:hover {
  background: #fff;
  color: #a10200;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 18px;
}
footer .icBox a {
  width: 40px;
  aspect-ratio: 40/37;
  background: #a10200;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
footer .icBox a:hover {
  background: #feb703;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer_a .ul1 {
  max-width: 430px;
}
.footer_a .ul2 {
  margin-right: 12.9%;
}
.footer_a .form_box {
  max-width: 526px;
}
.footer_b {
  padding-top: 36px;
}
.footer_c {
  position: relative;
  margin-top: 56px;
  font-family: PublicSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  padding-top: 26px;
}
.footer_c a {
  color: #666;
  display: inline;
}
.footer_c a:hover {
  color: #a10200;
}
.footer_c img {
  display: inline;
}
.footer_c::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100vw;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #a10200;
}
.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: 999999;
  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;
  color: #333;
}
.describe a:hover {
  color: #a10200;
}
@media screen and (max-width: 993px) {
  .jqZoomPup,
  .zoomdiv {
    display: none !important;
  }
}
@media screen and (max-width: 1750px) {
  .to2_container .mask_box {
    width: 52px;
  }
  .to2_container .controls.prev {
    left: -20px;
  }
  .to2_container .controls.next {
    right: -20px;
  }
  .to7_box figure:nth-last-of-type(1) .figure_box {
    left: auto;
    right: calc(100% + 4px);
  }
}
@media screen and (max-width: 1500px) {
  .ot1_list {
    gap: 20px 4%;
  }
  .ot1_list .same_style {
    width: 48%;
  }
  .ot1_list .dif_style {
    width: 100%;
  }
}
@media screen and (max-width: 1480px) {
    footer form .yzm span{
        height: 30px;
    }
    footer form .yzm input{
        padding-right: 81px;
    }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .logoBox {
    width: 90px;
  }
  header .center {
    /*gap: 30px;*/
    gap: 74px;
  }
  header .search_lang {
    margin-left: 40px;
    padding-top: 20px;
  }
  header .menuOne > a {
    padding: 40px 0px 20px;
  }
  header .dif_ul{
    width: 860px;
  }
  header .dif_ul_l{
    width: 30%;
    font-size: 15px;
    line-height: 25px;
  }
  header .dif_ul_r{
    width: 70%;
  }
  header .dif_ul_l figure{
    margin-top: 6px;
    padding: 4px 20px;
  }
  .index_banner .banner_button a {
    gap: 14px;
    padding: 15px 36px;
  }
  .index_banner .banner_pagination .active {
    font-size: 20px;
  }
  .index_banner .swiper_button {
    gap: 2px;
    padding: 0px 28px;
  }
  .index_banner .swiperbanner-pagination {
    gap: 30px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .number {
    font-size: 24px;
    line-height: 32px;
  }
  .index1 .box {
    padding: 35px 25px 0px;
  }
  .index1 .title {
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
  }
  .index1 .describe {
    margin-top: 25px;
  }
  .index1 figure {
    gap: 80px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .index2 .title_after {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .index2 .describe {
    margin-top: 10px;
  }
  .index2 .buttonBox {
    margin-top: 25px;
  }
  .index2_r {
    padding-bottom: 0px;
  }
  .index3 .logo {
    width: 42px;
  }
  .index3 .title {
    font-size: 14px;
    line-height: 22px;
  }
  .index3 a {
    padding: 20px 12px;
    min-height: 115px;
  }
  .index4 {
    padding: 60px 0px;
    margin-top: 30px;
  }
  .index4 .sw_box {
    margin-top: 30px;
  }
  .index4 .title_box {
    margin-top: 6px;
  }
  .index4 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index4 .mask_box {
    width: 36px;
  }
  .index4 .swiper_controls_box {
    margin-top: 30px;
  }
  .index5 {
    padding: 60px 0px 0px;
  }
  .index5_list {
    margin-top: 30px;
  }
  .index5_list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index5_list .top_box {
    padding: 30px 20px;
  }
  .index5_list .index5_img {
    width: 840px;
  }
  .index5_list .hide_box {
    padding: 0px 40px 60px;
  }
  .index5_list .scroll_container{
	  height: 32px;
  }
  .index5_list li {
    font-size: 18px;
    line-height: 32px;
    margin-right: 30px;
  }
  .index6 {
    padding: 80px 0px;
  }
  .index6 .text {
    margin-top: 12px;
  }
  .index6_list {
    margin-top: 80px;
  }
  .index6_list .logo {
    width: 70px;
  }
  .index6_list .title {
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
  }
  .index6_list li {
    padding: 52px 20px 30px;
  }
  .index6_list .describe {
    margin-top: 15px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7 .title_before {
    font-size: 18px;
    line-height: 28px;
  }
  .index7 .index7_title {
    margin-top: 20px;
  }
  .index7 .buttonBox {
    margin-top: 30px;
  }
  .index7_title {
    font-size: 24px;
    line-height: 32px;
  }
  .index8 {
    padding: 60px 0px 40px;
  }
  .index8 .text {
    margin-top: 12px;
  }
  .index8 .sw_box {
    margin-top: 30px;
  }
  .index8 .swiper_controls_box {
    padding-top: 30px;
  }
  .index8 .hide_box {
    padding: 25px 30px;
  }
  .index8 .links {
    width: 38px;
    margin-top: 15px;
  }
  .index9 {
    padding: 24px 0px;
  }
  .index9_list li {
    font-size: 20px;
    line-height: 30px;
  }
  .index9 .scroll_container{
  	height: 30px;
  }
  .index10 {
    padding: 60px 0px 80px;
  }
  .index10_menu span {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 14px;
  }
  .index10_container {
    margin-top: 30px;
  }
  .index10_container .box {
    padding: 18px 25px;
  }
  .index10_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index10_container .time_button {
    margin-top: 15px;
  }
  .index10_r figure {
    padding: 20px 25px;
    min-height: 90px;
  }
  .bannerBox .mbx {
    font-size: 16px;
    line-height: 26px;
  }
  .bannerBox .content {
    bottom: 20px;
  }
  .oo {
    padding: 40px 0px 80px;
  }
  .oo1_title {
    font-size: 22px;
    line-height: 32px;
  }
  .oo1 {
    padding-top: 0px;
  }
  .oo1 .describe {
    margin-top: 4px;
  }
  .oo2 {
    margin-top: 30px;
  }
  .oo2_list {
    gap: 30px 2.6315%;
  }
  .oo2_list .links {
    width: 40px;
  }
  .oo2_list .title {
    font-size: 15px;
    line-height: 25px;
  }
  .oo2_list .input_inquire {
    margin-top: 12px;
    gap: 4px;
  }
  .oo2_list .inquire {
    padding: 2px 12px;
  }
  .oo2_list .input_box {
    width: 32px;
  }
  .oo2_list .flex_box {
    padding-top: 12px;
  }
  .ot1 {
    padding: 40px 0px 60px;
  }
  .ot1_r .share {
    margin-top: 15px;
  }
  .ot1_r .describe {
    margin-top: 20px;
  }
  .ot1_r .buttonBox {
    margin-top: 25px;
  }
  .ot1_list {
    margin-top: 20px;
  }
  .ot1_list .same_style {
    padding: 20px 24px;
    gap: 20px;
  }
  .ot1_list .logo {
    width: 32px;
  }
  .ot1_list .li_name {
    font-size: 16px;
    line-height: 26px;
  }
  .ot2 {
    padding-bottom: 60px;
  }
  .ot2_menu span {
    font-size: 18px;
    line-height: 26px;
  }
  .ot2_menu figure {
    padding: 20px;
  }
  .ot2_box {
    padding: 0px 30px;
  }
  .ot2_1 {
    padding: 30px 0px 40px;
  }
  .ot2_1_list {
    gap: 20px;
  }
  .ot2_1_list li::before {
    top: 2px;
  }
  .ot2_2 {
    padding-bottom: 40px;
  }
  .ot2_2 .sw_box {
    margin-top: 25px;
  }
  .ot2_3 {
    padding: 30px 0px;
  }
  .ot2_4 {
    padding: 30px 0px;
  }
  .ot2_4 .swiper_controls_box {
    margin-top: 30px;
  }
  .ot2_4 .title {
    bottom: 15px;
  }
  .ot_title {
    padding-left: 36px;
  }
  .ot_title::before {
    top: 4px;
    width: 24px;
  }
  .ot3 {
    padding-bottom: 60px;
  }
  .ot3 .text {
    margin-top: 15px;
  }
  .ot3_box {
    margin-top: 30px;
    padding: 40px 0px;
  }
  .ot3_box .number {
    font-size: 42px;
    line-height: 48px;
  }
  .ot3_box .index7_title {
    margin-top: 10px;
  }
  .ot3_box .describe {
    margin-top: 12px;
  }
  .ot3_box .swiper_controls {
    margin-top: 25px;
  }
  .ot3_box .r_box {
    padding-bottom: 0px;
  }
  .ot4 {
    padding-bottom: 60px;
  }
  .ot4 .describe {
    margin-top: 20px;
  }
  .ot4 .table table td:nth-of-type(1) {
    padding-left: 50px;
  }
  .ot4 .table table td:nth-of-last-type(1) {
    padding-right: 50px;
  }
  .ot4 .more,
  .ot4 .less {
    padding: 6px 14px;
    gap: 6px;
  }
  .ot4 .read {
    margin-top: 25px;
  }
  .ot5 {
    padding-bottom: 60px;
  }
  .ot5_container {
    margin-top: 25px;
  }
  .ot5_container .bofangBox {
    width: 62px;
  }
  .ot6_container {
    margin-top: 30px;
    padding: 30px;
  }
  .ot6_container .logo {
    width: 42px;
  }
  .ot6_container .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 8px;
  }
  .ot7 {
    padding: 60px 0px;
  }
  .ot7 .title_before {
    font-size: 18px;
    line-height: 28px;
  }
  .ot7 .big_title {
    margin-top: 20px;
  }
  .ot7 .buttonBox {
    margin-top: 30px;
  }
  .to1 {
    padding-top: 60px;
  }
  .to1_r .title_after {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .to1_r .describe {
    margin-top: 10px;
  }
  .to1_r .buttonBox {
    margin-top: 25px;
  }
  .to1_list {
    margin-top: 60px;
  }
  .to1_list .logo {
    width: 42px;
  }
  .to1_list .title {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    min-height: auto;
    margin-bottom: 8px;
  }
  .to1_list li {
    padding: 20px 12px;
  }
  .to2 {
    padding: 160px 0px 80px;
  }
  .to2_container {
    margin-top: 40px;
  }
  .to2_container::before {
    top: 150px;
  }
  .to2_container .year {
    font-size: 24px;
    line-height: 32px;
  }
  .to2_container .swiper-slide:nth-of-type(even) {
    margin-top: 130px;
  }
  .to2_container .controls.prev {
    left: -10px;
  }
  .to2_container .controls.next {
    right: -10px;
  }
  .to3 {
    padding: 60px 0px;
  }
  .to3_container {
    gap: 4%;
  }
  .to3_r .describe {
    margin-top: 8px;
  }
  .to4 {
    padding: 8% 0px 10%;
  }
  .to4 .describe {
    margin-top: 2%;
  }
  .to5 {
    padding: 60px 0px;
  }
  .to5 .title {
    margin-top: 12px;
  }
  .to5 .sw_box {
    margin-top: 30px;
  }
  .to5 .swiper_controls_box {
    margin-top: 30px;
  }
  .to6_l {
    padding-top: 0px;
  }
  .to6_l .describe {
    margin-top: 12px;
  }
  .to6_l .swiper_controls {
    margin-top: 25px;
  }
  .to7 {
    padding: 60px 0px;
  }
  .to7_container {
    margin-top: 30px;
  }
  .to7_box figure:nth-last-of-type(2) .figure_box {
    left: auto;
    right: calc(100% + 4px);
  }
  .tho1 {
    padding: 60px 0px;
  }
  .tho1 .PageNumber {
    margin-top: 6% !important;
  }
  .tho1_container {
    margin-top: 30px;
    gap: 40px;
  }
  .tho1_container .container {
    padding: 6% 36px;
  }
  .tht1 {
    padding: 40px 0px 60px;
  }
  .tht1_r {
    padding-top: 0px;
    width: 52%;
  }
  .tht1_r .share {
    margin-top: 15px;
  }
  .tht1_r .describe {
    margin-top: 20px;
  }
  .tht2 {
    padding-bottom: 60px;
  }
  .tht2 .content {
    gap: 30px;
  }
  .tht2 .title {
    font-size: 20px;
    line-height: 30px;
  }
  .tht2 .describe {
    margin-top: 10px !important;
  }
  .tht2 .text {
    line-height: 32px;
  }
  .tht2 .text em::before {
    top: 16px;
  }
  .tht2 .text1 {
    line-height: 32px;
  }
  .tht2 .text1 em {
    padding-left: 26px;
  }
  .tht2 .text1 em::before {
    top: 9px;
    width: 16px;
  }
  .tht2 .small_title {
    line-height: 28px;
  }
  .tht2 .small_title_top {
    margin-top: 12px;
  }
  .tht2_flex_1 {
    margin-top: 20px;
  }
  .tht2_list {
    margin-top: 30px;
    gap: 30px;
  }
  .tht3 {
    padding: 60px 0px;
  }
  .tht3 .logo {
    width: 56px;
  }
  .tht3 .title {
    margin-top: 15px;
  }
  .tht3 figure::before {
    width: 48px;
  }
  .fuo {
    padding: 40px 0px 60px;
  }
  .fuo .text {
    margin-top: 12px;
  }
  .fuo_box {
    margin-top: 30px;
  }
  .fuo_list .title {
    font-size: 20px;
    line-height: 32px;
    margin-top: 24px;
    padding-top: 18px;
  }
  .fuo_list .describe {
    margin-top: 6px;
  }
  .fo1 {
    padding: 40px 0px 60px;
  }
  .fo1_container {
    gap: 30px 0px;
    margin-top: 30px;
  }
  .fo1_container .hide_box {
    width: 86%;
    height: 86%;
    left: 7%;
    top: 7%;
    padding: 16px 32px;
  }
  .fo1_container .style_box {
    margin-top: 8px;
  }
  .fo1_container .describe {
    margin-top: 8px;
  }
  .fo1_container .logo {
    width: 52px;
    margin-right: 0px;
  }
  .fo2 figure {
    padding: 60px 0px !important;
  }
  .fo2 .describe {
    margin-top: 12px;
  }
  .fo3 {
    padding: 60px 0px;
  }
  .fo3 .sw_box {
    margin-top: 30px;
  }
  .fo3 .swiper_controls_box {
    margin-top: 30px;
  }
  .fo3 .swiper-slide a {
    gap: 15px;
  }
  .fo3 .down {
    margin-top: 12px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1_container {
    margin-top: 30px;
    gap: 30px;
  }
  .so1_container .r_box {
    padding: 14px 30px;
  }
  .so1_container .title {
    font-size: 20px;
    line-height: 32px;
  }
  .so1_container .describe {
    margin-top: 12px;
  }
  .so1_container .time_button {
    margin-top: 20px;
  }
  .st1 {
    padding-top: 40px;
  }
  .st1 .time_share {
    margin-top: 15px;
  }
  .st1 .describe {
    margin-top: 20px;
    padding: 20px 0px;
  }
  .seo1 {
    padding: 40px 0px 140px;
  }
  .seo1_l {
    padding: 0% 6.643%;
  }
  .seo1_list {
    margin-top: 20px;
    gap: 20px;
  }
  .seo1_list .logo {
    width: 26px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  .seo2 .content {
    padding: 8% 6% 70px;
  }
  .project_menu a {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 26px;
  }
  .public_pro {
    padding: 60px 0px;
  }
  .public_pro .sw_box {
    margin-top: 30px;
  }
  .public_pro .title_box {
    margin-top: 6px;
  }
  .public_pro .title {
    font-size: 18px;
    line-height: 28px;
    margin-left: 4px;
  }
  .public_pro .mask_box {
    width: 36px;
  }
  .public_pro .swiper_controls_box {
    margin-top: 30px;
  }
  .public_menu .mask_box {
    margin-right: 0px;
    width: 18px;
  }
  .public_menu .menu_box {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 15px;
  }
  .public_menu_list1 {
    font-size: 15px;
    line-height: 28px;
    padding: 12px 0px;
  }
  footer {
    padding: 60px 0px 25px;
  }
  footer .dif_footer {
    font-size: 24px;
    line-height: 32px;
  }
  footer .list {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  footer .contact_list {
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
  }
  footer .logo {
    margin-top: 9px;
  }
  .footer_a .ul1 {
    width: 30%;
  }
  .footer_a .form_box {
    width: 40%;
  }
  .footer_a .ul2 {
    margin-right: 0px;
  }
  .footer_a .form_box {
    width: 42%;
  }
  .footer_b {
    padding-top: 30px;
  }
  .footer_c {
    margin-top: 30px;
  }
  .buttonBox a,
  .buttonBox p {
    gap: 6px;
    padding: 6px 14px;
    min-width: auto !important;
  }
  .swiper_controls .controls {
    width: 66px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber .page_box {
    gap: 8px 10px;
  }
  .PageNumber .submit {
    gap: 6px;
  }
  .page_change {
    padding: 40px 0px;
  }
  .page_change .box {
    padding: 20px 28px;
  }
  .page_change .describe {
    margin-top: 4px;
  }
  .page_change .buttonBox > * {
    min-width: 115px !important;
  }
  .page_change_img {
    padding: 30px 0px;
  }
  .page_change_img .box {
    padding: 15px;
  }
  .page_change_img .describe {
    margin-top: 2px;
  }
  .page_change_img .buttonBox {
    margin-top: 10px;
  }
  .page_change_img .buttonBox > * {
    min-width: 115px !important;
  }
  .alert_form_container {
    padding: 60px 0px;
  }
  .alert_form_container form {
    margin-top: 30px;
  }
  .alert_form_container form .tj {
    margin-top: 0px;
  }
  header .ul li{
    font-size: 15px;
    line-height: 26px;
    margin-top: 6px;
  }
  header .ul li a{
    padding: 6px 20px;
  }
  header .dif_ul_r .swiper-slide{
      width: 196px;
  }
}
@media screen and (max-width: 1200px) {
    footer .content{
        width: calc(100% - 100px) !important;
    }
   header .dif_ul{
    width: 662px;
  }
  header .dif_ul_l{
    width: 32%;
  }
  header .dif_ul_r{
    width: 68%;
  }
  header .dif_ul_l figure{
    margin-top: 0px;
  }
  header .content {
    width: calc(100% - 60px) !important;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
  }
  header .menuOne > a {
    padding: 20px 0px;
  }
  header .menuOne > a::before {
    height: 4px;
  }
  header .center {
    /*gap: 24px;*/
    gap: 48px;
  }
  header .search_lang {
    padding-top: 0px;
    margin-left: 25px;
  }
  header .header_boxr {
    padding-right: 10px;
  }
  header .lang {
    margin-left: 15px;
    padding-left: 15px;
  }
  .tho1_container .container {
    padding: 4% 26px;
  }
  .tho1_container .describe {
    margin-top: 6px;
  }
  .tho1_container .buttonBox {
    margin-top: 20px;
  }
  .fuo_box {
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: column-reverse;
  }
  .fuo_r {
    width: 100%;
  }
  .project_menu {
    width: 100%;
  }
}
@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: 70%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #a10200 !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: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 12px 0px;
  }
  header .content {
    align-items: center;
  }
  header .header_boxr {
    padding-right: 40px;
  }
  header .center {
    display: none;
  }
  header .search_lang {
    margin-left: 0px;
  }
  header .sousuo {
    display: none;
  }
  header .lang {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }
  .index_banner .swiperbanner-pagination {
    display: none;
  }
  .index_banner .banner_button a {
    gap: 10px;
    padding: 8px 20px;
  }
  .index_banner .banner_pagination {
    padding: 0px 26px;
  }
  .index_banner .banner_pagination .active {
    font-size: 16px;
  }
  .index_banner .controls {
    width: 16px;
  }
  .index_banner .swiper_button {
    padding: 0px 22px;
  }
  .index1 {
    padding: 30px 0px;
  }
  .index1 figure {
    gap: 15px;
  }
  .index1 .box {
    padding: 15px 15px 0px;
  }
  .index1 .number {
    font-size: 18px;
    line-height: 26px;
  }
  .index1 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 4px;
  }
  .index1 .describe {
    margin-top: 4px;
  }
  .index1 .imgBox {
    opacity: 1;
  }
  .big_title {
    font-size: 20px;
    line-height: 32px;
  }
  .index2 {
    padding: 30px 0px;
  }
  .index2 .title_after {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
  }
  .index2 .describe {
    margin-top: 4px;
  }
  .index2 .buttonBox {
    margin-top: 15px;
  }
  .index2 .bofangBox {
    width: 42px;
  }
  .index3 .title {
    display: block;
  }
  .index3 a {
    min-height: auto;
    padding: 15px 12px;
  }
  .index3 .logo {
    width: 36px;
    margin-top: 0px;
  }
  .index4 {
    padding: 30px 0px;
    margin-top: 0px;
  }
  .index4 .sw_box {
    margin-top: 15px;
  }
  .index4 .swiper-slide {
    gap: 15px;
  }
  .index4 .title_box {
    position: relative;
	margin-top: 4px;
	min-height: 78px
  }
  .index4 .mask_box {
    width: 26px;
  }
  .index4 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index4 .swiper_controls_box {
    margin-top: 15px;
    gap: 15px;
  }
  .index4 .swiper-pagination-progressbar-fill {
    height: 4px;
  }
  .index5 {
    padding: 30px 0px 0px;
  }
  .index5_list {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .index5_list .top_box {
    display: none;
  }
  .index5_list figure {
    flex: none;
    width: 50%;
  }
  .index5_list .index5_img {
    width: 100%;
  }
  .index5_list .hide_box {
    opacity: 1;
    transform: none;
    visibility: initial;
    padding: 0px 20px 40px;
  }
  .index5_list .scroll_container{
	  height: 26px;
  }
  .index5_list li {
    font-size: 16px;
    line-height: 26px;
    margin-right: 20px;
  }
  .index5_list .scroll_container {
    bottom: 8px;
  }
  .index5_list .buttonBox {
    margin-top: 10px;
  }
  .index5_list .describe {
    margin-top: 2px;
  }
  .index6 {
    padding: 30px 0px;
  }
  .index6 .text {
    margin-top: 2px;
  }
  .index6_list {
    margin-top: 40px;
    gap: 40px 4%;
  }
  .index6_list li {
    width: 48%;
    padding: 30px 20px 20px;
  }
  .index6_list .logo {
    width: 52px;
  }
  .index6_list .title {
    font-size: 16px;
    line-height: 26px;
    padding: 0px;
    min-height: auto;
  }
  .index6_list .describe {
    margin-top: 2px;
  }
  .index7_title {
    font-size: 18px;
    line-height: 28px;
  }
  .index7 {
    padding: 6% 0px;
  }
  .index7 .title_before {
    font-size: 16px;
    line-height: 26px;
  }
  .index7 .index7_title {
    margin-top: 4px;
  }
  .index7 .buttonBox {
    margin-top: 15px;
  }
  .index8 {
    padding: 30px 0px;
  }
  .index8 .sw_box {
    margin-top: 15px;
  }
  .index8 .text {
    margin-top: 2px;
  }
  .index8 .swiper_controls_box {
    gap: 15px;
    padding-top: 15px;
  }
  .index8 .swiper-pagination-progressbar-fill {
    height: 4px;
  }
  .index8 .hide_box {
    opacity: 1;
    visibility: initial;
    padding: 18px 20px;
  }
  .index8 .links {
    width: 26px;
    margin-top: 10px;
  }
  .index8 .container {
    transform: none;
  }
  .index9 {
    padding: 18px 0px;
  }
  .index9_list li {
    font-size: 16px;
    line-height: 26px;
  }
  .index9 .scroll_container{
  	height: 26px;
  }
  .index10 {
    padding: 30px 0px;
  }
  .index10_menu span {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
  }
  .index10_container {
    margin-top: 15px;
  }
  .index10_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index10_container .box {
    padding: 12px 15px 15px;
  }
  .index10_container .describe {
    margin-top: 2px;
  }
  .index10_container .time_button {
    margin-top: 8px;
  }
  .index10_r {
    gap: 12px;
  }
  .index10_r figure {
    padding: 15px;
    min-height: 60px;
  }
  .index10_r .faq_q {
    margin-bottom: 0px;
  }
  .bannerBox .mbx {
    font-size: 15px;
    line-height: 24px;
  }
  .bannerBox .content {
    bottom: 15px;
  }
  .oo1_title {
    font-size: 20px;
    line-height: 28px;
  }
  .oo {
    padding: 20px 0px 30px;
  }
  .oo .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .oo_r {
    width: 100%;
  }
  .oo1 .describe {
    margin-top: 4px;
  }
  .oo2 {
    margin-top: 15px;
  }
  .oo2_list {
    gap: 20px 2%;
  }
  .oo2_list li {
    width: 32%;
  }
  .oo2_list .title {
    font-size: 14px;
    line-height: 24px;
  }
  .oo2_list .links {
    width: 36px;
  }
  .oo2_list .flex_box {
    padding-top: 8px;
  }
  .oo2_list .input_inquire {
    margin-top: 6px;
  }
  .oo2_list .inquire {
    padding: 0px 6px;
  }
  .oo2_list .input_box {
    width: 26px;
  }
  .oo2_list .input_box input {
    width: 10px;
    height: 10px;
  }
  .oo2_list .input_box span {
    width: 10px;
    height: 10px;
  }
  .ot1 {
    padding: 30px 0px;
  }
  .ot1 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .ot1_l {
    width: 100%;
    max-width: 512px;
    margin: 0px auto;
  }
  .ot1_r {
    width: 100%;
    padding-top: 0px;
  }
  .ot1_r .share {
    margin-top: 2px;
    gap: 6px;
  }
  .ot1_r .describe {
    margin-top: 10px;
  }
  .ot1_r .buttonBox {
    margin-top: 12px;
  }
  .ot1_list {
    margin-top: 15px;
    gap: 15px 4%;
  }
  .ot1_list .same_style {
    padding: 15px 24px;
    gap: 20px;
  }
  .ot1_list .li_name {
    font-size: 15px;
    line-height: 24px;
  }
  .ot1_list .text {
    margin-top: 2px;
  }
  .ot2_menu span {
    font-size: 16px;
    line-height: 24px;
  }
  .ot2_menu figure {
    padding: 10px 20px;
  }
  .ot2_menu figure::before {
    width: 18px;
    bottom: -2px;
  }
  .ot2_container {
    margin-top: 24px;
  }
  .ot2 {
    padding-bottom: 30px;
  }
  .ot2_1 {
    padding: 20px 0px;
  }
  .ot2_1_list {
    gap: 6px;
  }
  .ot2_1_list li {
    padding-left: 25px;
  }
  .ot2_1_list li::before {
    width: 16px;
    top: 3px;
  }
  .ot2_2 {
    padding-bottom: 20px;
  }
  .ot2_2 .public_top {
    align-items: center;
  }
  .ot2_2 .top_l {
    padding-top: 0px;
  }
  .ot2_2 .sw_box {
    margin-top: 15px;
  }
  .ot2_3 {
    padding: 20px 0px;
  }
  .ot2_4 {
    padding: 20px 0px;
  }
  .ot2_4 .title {
    bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 12px;
  }
  .ot2_4 .swiper_controls_box {
    margin-top: 15px;
  }
  .ot_title {
    padding-left: 24px;
  }
  .ot_title::before {
    width: 18px;
    top: 6px;
  }
  .ot3 {
    padding-bottom: 30px;
  }
  .ot3 .text {
    margin-top: 4px;
  }
  .ot3_box {
    margin-top: 15px;
    padding: 20px 0px;
  }
  .ot3_box .number {
    font-size: 24px;
    line-height: 28px;
  }
  .ot3_box .index7_title {
    margin-top: 2px;
  }
  .ot3_box .describe {
    margin-top: 4px;
  }
  .ot3_box .swiper_controls {
    margin-top: 15px;
  }
  .ot4 {
    padding-bottom: 30px;
  }
  .ot4 .describe {
    margin-top: 12px;
  }
  .ot4 .table table td {
    padding: 6px 25px !important;
  }
  .ot4 .read {
    margin-top: 12px;
  }
  .ot5 {
    padding-bottom: 30px;
  }
  .ot5_container {
    margin-top: 15px;
  }
  .ot5_container .bofangBox {
    width: 42px;
  }
  .ot6_container {
    margin-top: 12px;
    padding: 20px 30px;
  }
  .ot6_container figure {
    padding: 16px 20px;
  }
  .ot6_container .logo {
    width: 32px;
  }
  .ot6_container .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 4px;
  }
  .ot7 {
    padding: 30px 0px;
  }
  .ot7 .title_before {
    font-size: 16px;
    line-height: 26px;
  }
  .ot7 .big_title {
    margin-top: 4px;
  }
  .ot7 .buttonBox {
    margin-top: 15px;
  }
  .to1 {
    padding-top: 30px;
  }
  .to1::before {
    height: 100%;
  }
  .to1_l .bofangBox {
    width: 42px;
  }
  .to1_r .title_after {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
  }
  .to1_r .describe {
    margin-top: 4px;
  }
  .to1_r .buttonBox {
    margin-top: 15px;
  }
  .to1_list {
    flex-wrap: wrap;
    padding: 20px 0px;
    gap: 15px 0px;
    margin-top: 30px;
  }
  .to1_list .title {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 6px;
  }
  .to1_list .title p {
    display: block;
  }
  .to1_list .logo {
    width: 36px;
    margin-top: 0px;
  }
  .to1_list li {
    width: 33.3333%;
    flex: none;
    padding: 0px 10px;
  }
  .to2 {
    margin-top: 0px;
    padding: 30px 0px;
  }
  .to2_container {
    margin-top: 15px;
  }
  .to2_container::before {
    top: 112px;
  }
  .to2_container .swiper {
    padding: 0px;
  }
  .to2_container .year {
    font-size: 18px;
    line-height: 26px;
  }
  .to2_container .describe {
    line-height: 24px;
    height: 72px;
  }
  .to2_container .style {
    left: 6px;
  }
  .to2_container .swiper-slide {
    padding-left: 26px;
  }
  .to2_container .swiper-slide::before {
    left: 9px;
  }
  .to2_container .swiper-slide:nth-of-type(even) {
    margin-top: 113px;
  }
  .to2_container .controls {
    top: 49%;
  }
  .to2_container .mask_box {
    width: 42px;
  }
  .to2_container .controls.prev {
    left: 0px;
  }
  .to2_container .controls.next {
    right: 0px;
  }
  .to3 {
    padding: 30px 0px;
  }
  .to3_container {
    width: calc(100% - 100px);
    gap: 12px;
    flex-wrap: wrap;
  }
  .to3_l {
    width: 100%;
  }
  .to3_r {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding-bottom: 0px;
  }
  .to3_r .describe {
    margin-top: 4px;
  }
  .to4 {
    padding: 6% 0px;
  }
  .to5 {
    padding: 30px 0px;
  }
  .to5 .sw_box {
    margin-top: 15px;
  }
  .to5 .swiper-slide {
    gap: 15px;
  }
  .to5 .title {
    margin-top: 5px;
  }
  .to5 .swiper_controls_box {
    margin-top: 15px;
    gap: 15px;
  }
  .to5 .swiper-pagination-progressbar-fill {
    height: 4px;
  }
  .to6 {
    padding: 30px 0px;
  }
  .to6 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .to6 .swiper_controls {
    justify-content: center;
  }
  .to6_l {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .to6_l .swiper_controls {
    display: none;
  }
  .to6_l .describe {
    margin-top: 4px;
  }
  .to6_r {
    width: 100%;
  }
  .to6_r .swiper_controls {
    margin-top: 15px;
  }
  .to7 {
    padding: 30px 0px;
  }
  .to7 .text {
    margin-top: 2px;
  }
  .to7_container {
    margin-top: 15px;
  }
  .to7_container .hide_box {
    display: block;
  }
  .to7_container .show_box {
    display: none;
  }
  .to7_box {
    margin-top: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .to7_box .logo {
    display: none;
  }
  .to7_box .style_box {
    display: none;
  }
  .to7_box figure {
    position: relative !important;
    width: 32% !important;
    left: 0px !important;
    top: 0px !important;
  }
  .to7_box .figure_box {
    width: 100%;
    position: relative !important;
    left: 0 !important;
    right: 0px !important;
    top: 0px !important;
    transform: none !important;
    opacity: 1;
    visibility: initial;
  }
  .to7_box .figure_box img {
    width: 100%;
  }
  .tho1 {
    padding: 30px 0px;
  }
  .tho1 .text {
    margin-top: 4px;
  }
  .tho1 .PageNumber {
    margin-top: 25px !important;
  }
  .tho1_container {
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0px;
  }
  .tho1_container figure {
    width: 49%;
    padding: 0px !important;
    display: flex;
    flex-direction: column-reverse;
  }
  .tho1_container .tho1_r {
    width: 100%;
    clip-path: none !important;
    left: 0px !important;
    right: 0px !important;
    position: relative !important;
    transform: none !important;
    top: 0px !important;
  }
  .tho1_container .color_box {
    display: none;
  }
  .tho1_container .container {
    width: 100%;
    padding: 15px 26px 20px;
  }
  .tho1_container .describe {
    margin-top: 2px;
  }
  .tho1_container .buttonBox {
    margin-top: 12px;
  }
  .tht1 {
    padding: 20px 0px 30px;
  }
  .tht1_r .share {
    margin-top: 4px;
  }
  .tht1_r .describe {
    margin-top: 2px;
  }
  .tht2 {
    padding-bottom: 30px;
  }
  .tht2 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tht2 .describe {
    margin-top: 2px !important;
  }
  .tht2 .small_title_top {
    margin-top: 4px;
  }
  .tht2 .small_title {
    font-size: 15px;
    line-height: 24px;
  }
  .tht2 .text1 {
    line-height: 24px;
  }
  .tht2 .text1 em::before {
    top: 3px;
  }
  .tht2 .text {
    margin-top: 2px !important;
    line-height: 24px;
  }
  .tht2 .text em::before {
    top: 12px;
  }
  .tht2 .content {
    gap: 15px;
  }
  .tht2_flex_1 {
    margin-top: 8px;
    gap: 12px;
  }
  .tht2_flex_1_l {
    width: 100%;
  }
  .tht2_flex_1_l_box {
    gap: 20px;
  }
  .tht2_flex_1_l_box .l_box {
    max-width: 507px;
  }
  .tht2_flex_1_l_box .r_box {
    padding-right: 0px;
  }
  .tht2_flex_1_r {
    padding-left: 0px;
    border-left: none;
    padding-bottom: 0px;
  }
  .tht2_flex_2 {
    margin-top: 15px;
  }
  .tht2_flex_2 .l_box {
    padding-bottom: 0px;
  }
  .tht2_list {
    margin-top: 15px;
    gap: 15px;
  }
  .tht3 {
    padding: 30px 0px;
  }
  .tht3 .content {
    gap: 20px 4%;
    flex-wrap: wrap;
  }
  .tht3 figure {
    width: 48%;
  }
  .tht3 figure::before {
    display: none;
  }
  .tht3 .logo {
    width: 38px;
  }
  .tht3 .title {
    margin-top: 6px;
  }
  .tht3 .describe {
    margin-top: 2px;
  }
  .fuo {
    padding: 20px 0px 30px;
  }
  .fuo .text {
    margin-top: 2px;
  }
  .fuo_box {
    margin-top: 15px;
    gap: 26px;
  }
  .fuo_list {
    gap: 15px 0px;
  }
  .fuo_list li {
    padding: 20px;
  }
  .fuo_list .logo {
    width: 28px;
  }
  .fuo_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
    padding-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }
  .fuo_list .describe {
    margin-top: 2px;
  }
  .fo1 {
    padding: 20px 0px 30px;
  }
  .fo1_container {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .fo1_container figure {
    display: flex;
    flex-direction: column;
  }
  .fo1_container .hide_box {
    flex: 1;
    visibility: inherit;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 12px 20px 20px;
  }
  .fo1_container .logo {
    width: 36px;
  }
  .fo1_container .l_box {
    flex: none;
    width: 100%;
    padding: 0px;
  }
  .fo1_container .style_box {
    margin-top: 4px;
  }
  .fo1_container .describe {
    margin-top: 2px;
  }
  .fo2 figure {
    padding: 30px 0px !important;
  }
  .fo2 .r_box {
    padding-top: 0px !important;
  }
  .fo2 .describe {
    margin-top: 2px;
  }
  .fo3 {
    padding: 30px 0px;
  }
  .fo3 .sw_box {
    margin-top: 15px;
  }
  .fo3 .swiper-slide {
    gap: 15px;
  }
  .fo3 .swiper_controls_box {
    margin-top: 15px;
    gap: 15px;
  }
  .fo3 .swiper-pagination-progressbar-fill {
    height: 4px;
  }
  .so1 {
    padding: 20px 0px 30px;
  }
  .so1_container {
    margin-top: 15px;
    gap: 15px;
  }
  .so1_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .so1_container .describe {
    margin-top: 2px;
  }
  .so1_container .time_button {
    margin-top: 12px;
  }
  .st1 {
    padding-top: 20px;
  }
  .st1 .time_share {
    margin-top: 4px;
    gap: 4px 20px;
  }
  .st1 .describe {
    margin-top: 8px;
    padding: 6px 0px;
  }
  .seo1 {
    padding: 30px 0px;
  }
  .seo1 .content {
    flex-direction: column-reverse;
  }
  .seo1_r {
    width: 100%;
  }
  .seo1_r img {
    width: 100%;
  }
  .seo1_l {
    flex: none;
    width: 100%;
    padding: 20px 4% 30px;
  }
  .seo1_list {
    margin-top: 12px;
    gap: 6px;
  }
  .seo1_list .logo {
    width: 24px;
  }
  .seo1_list li {
    gap: 12px;
  }
  .seo2_img {
    display: none;
  }
  .seo2 {
    padding-bottom: 30px;
  }
  .seo2 .content {
    padding: 30px 5% 30px;
  }
  .seo2 .content::before {
    width: 100%;
  }
  .seo2 .text {
    width: 100%;
    margin-top: 2px;
  }
  .seo2 form {
    margin-top: 12px;
    gap: 12px 0px;
  }
  .seo2 form input {
    height: 40px;
  }
  .seo2 form input,
  .seo2 form textarea {
    font-size: 14px;
  }
  .seo2 form textarea {
    height: 100px;
  }
  .project_menu a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
  }
  .public_pro {
    padding: 30px 0px;
  }
  .public_pro .sw_box {
    margin-top: 15px;
  }
  .public_pro .swiper-slide {
    gap: 15px;
  }
  .public_pro .title_box {
    position: relative;
    margin-top: 4px;
  }
  .public_pro .mask_box {
    width: 26px;
  }
  .public_pro .title {
    font-size: 16px;
    line-height: 26px;
  }
  .public_pro .swiper_controls_box {
    margin-top: 15px;
    gap: 15px;
  }
  .public_pro .swiper-pagination-progressbar-fill {
    height: 4px;
  }
  .public_menu {
    width: 100%;
  }
  .public_menu .menu_all {
    display: flex;
  }
  .public_menu .menu_box {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
  }
  .public_menu_list {
    margin-top: 12px;
    display: none;
  }
  .public_menu_list > li:not(:nth-of-type(1)) {
    margin-top: 1px;
  }
  .public_menu_list1 {
    padding: 6px 0px;
    font-size: 14px;
    line-height: 25px;
  }
  footer {
    padding: 30px 0px 45px;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .dif_up {
    display: block;
    filter: brightness(0) invert(1);
  }
  footer .contact_list {
    font-size: 14px;
    line-height: 26px;
    margin-top: 4px;
  }
  footer .list {
    font-size: 14px;
    line-height: 26px;
    gap: 0px;
    margin-top: 4px;
  }
  footer .logo {
    width: 14px;
    margin-top: 6px;
  }
  footer form {
    margin-top: 12px;
    gap: 12px 0px;
  }
  footer form input {
    height: 36px;
  }
  footer form input,
  footer form textarea {
    font-size: 14px;
  }
  footer .icBox {
    gap: 6px;
  }
  footer .icBox a {
    width: 32px;
  }
  footer .icBox .iconfont {
    font-size: 16px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_a > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_b {
    padding-top: 15px;
  }
  .footer_c {
    margin-top: 15px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .swiper_controls .controls {
    width: 50px;
  }
  .PageNumber {
    margin-top: 20px !important;
    gap: 8px 10px;
  }
  .PageNumber .iconfont {
    font-size: 12px;
  }
  .PageNumber a {
    font-size: 14px;
    line-height: 24px;
    width: 28px;
    height: 28px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber .submit {
    gap: 4px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 24px;
  }
  .alert_form_close,
  .alert_img_close {
    top: 10px;
    right: 10px;
    width: 24px;
  }
  .alert_form_container {
    padding: 30px 0px;
  }
  .alert_form_container form {
    gap: 12px 0px;
    margin-top: 12px;
  }
  .alert_form_container form input,
  .alert_form_container form textarea {
    font-size: 14px;
    line-height: 26px;
  }
  .alert_form_container form input {
    height: 40px;
  }
  .page_change {
    padding: 20px 0px;
  }
  .page_change .box {
    padding: 15px 20px;
  }
  .page_change .title {
    font-size: 16px;
    line-height: 24px;
  }
  .page_change .describe {
    margin-top: 2px;
  }
  .page_change_img {
    padding: 20px 0px;
  }
  .page_change_img .box {
    padding: 15px 20px;
  }
  .page_change_img .imgBox {
    display: none;
  }
  .page_change_img .title {
    font-size: 16px;
    line-height: 24px;
  }
  .page_change_img .describe {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
    footer .content{
        width: calc(100% - 40px) !important;
    }
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header {
    padding: 10px 0px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  .index_banner .banner_pagination {
    display: none;
  }
  .index1 figure {
    width: 50%;
    padding: 5px;
  }
  .index1 figure:nth-of-type(2n + 1)::before {
    display: none;
  }
  .index2 .content {
    gap: 20px;
    flex-wrap: wrap;
  }
  .index2_l {
    width: 100%;
  }
  .index2_r {
    flex: none;
    width: 100%;
  }
  .index3 .content {
    flex-wrap: wrap;
  }
  .index3 figure {
    flex: none;
    width: 33.333%;
  }
  .index5_list figure {
    width: 100%;
  }
  .index10 .content {
    max-width: 670px;
  }
  .index10_container .l_box {
    width: 100%;
  }
  .index10_container .index10_box {
    gap: 20px;
  }
  .index10_r {
    width: 100%;
  }
  .bannerBox {
    padding-top: 200px;
  }
  .ot2_box {
    padding: 0px 20px;
  }
  .ot6_container {
    padding: 20px;
  }
  .to1_container {
    flex-wrap: wrap;
    gap: 15px;
  }
  .to1_l {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
  }
  .to1_r {
    width: 100%;
    padding: 0px !important;
    text-align: left;
  }
  .to1_r .buttonBox {
    justify-content: flex-start;
  }
  .to1_list li {
    width: 50%;
  }
  .to2_container .controls {
    position: relative !important;
    top: 0px !important;
    transform: none !important;
    left: 0px !important;
    right: 0px !important;
    width: 32px;
  }
  .to2_container .swiper_button {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 4px;
  }
  .to3_container {
    width: calc(100% - 40px);
  }
  .tho1_container .container {
    padding: 15px 20px 20px;
  }
  .so1_container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 0px;
    justify-content: space-between;
  }
  .so1_container .l_box {
    width: 100%;
  }
  .so1_container .r_box {
    width: 100%;
    flex: none;
    padding: 12px 16px 20px;
  }
  .so1_container figure {
    width: 49%;
  }
  .seo1_l {
    padding: 12px 20px 20px;
  }
  .seo2 .content {
    padding: 30px 20px;
  }
  .public_top {
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .public_top .top_l {
    text-align: center;
    width: 100%;
    flex: none;
    padding: 0px !important;
  }
  .public_top .top_r {
    padding: 0px !important;
  }
  .PageNumber {
    flex-direction: column;
  }
  .alert_form_container .container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 750px) {
  .index_banner {
    padding-top: 80% !important;
  }
}
@media screen and (max-width: 600px) {
  .oo2_list li {
    width: 49%;
  }
  .ot1_list .same_style {
    padding: 14px 20px;
    gap: 16px;
  }
  .ot2_menu span {
    font-size: 14px;
    line-height: 20px;
  }
  .ot2_1 {
    gap: 6px;
  }
  .ot2_1_list {
    width: 100%;
  }
  .ot2_4 .title {
    bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }
  .ot3_box {
    padding: 0px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .ot3_box::before {
    display: none;
  }
  .ot3_box .l_box {
    width: 100%;
  }
  .ot3_box .l_box::before {
    display: none;
  }
  .ot3_box .l_box .swiper {
    transform: none;
  }
  .ot3_box .r_box {
    width: 100%;
  }
  .ot4 table {
    min-width: 560px;
  }
  .to7_box figure {
    width: 49% !important;
  }
  .tht1 .content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .tht1_l {
    width: 100%;
  }
  .tht1_l::before {
    display: none;
  }
  .tht1_r {
    width: 100%;
  }
  .tht2_list li {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tht2_list .l_box {
    width: 100%;
  }
  .tht2_list .r_box {
    width: 100%;
    padding: 0px !important;
  }
  .tht2_flex_2 .r_box {
    width: 46%;
  }
  .fuo_list li {
    padding: 16px;
  }
  .fo1_container figure {
    width: 100%;
  }
  .fo2 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .fo2 .r_box {
    width: 100%;
    padding-top: 12px !important;
  }
  .so1_container .time_button {
    flex-direction: column;
    align-items: flex-start;
  }
  .page_change .content {
    gap: 15px;
    flex-wrap: wrap;
  }
  .page_change .box {
    text-align: left !important;
    width: 100%;
  }
  .page_change .buttonBox {
    justify-content: flex-start !important;
  }
  .page_change_img .content {
    gap: 15px;
    flex-wrap: wrap;
  }
  .page_change_img .box {
    text-align: left !important;
    width: 100%;
  }
  .page_change_img .buttonBox {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 480px) {
  .index6_list li {
    width: 100%;
  }
  .bannerBox {
    padding-top: 160px;
  }
  .ot1_list .logo {
    width: 26px;
  }
  .ot2_menu figure::before {
    display: none;
  }
  .ot2_container {
    margin-top: 15px;
  }
  .ot6_container {
    gap: 15px 2%;
  }
  .ot6_container figure {
    width: 100%;
  }
  .to2_container .swiper {
    width: 100%;
  }
  .to2_container::before {
    display: none;
  }
  .to2_container .style {
    display: none;
  }
  .to2_container .describe {
    height: auto;
  }
  .to2_container .swiper-slide {
    margin-top: 0px !important;
    padding: 0px !important;
  }
  .to2_container .swiper-slide::before {
    display: none;
  }
  .to1_list li {
    width: 100%;
  }
  .tho1_container figure {
    width: 100%;
  }
  .tht2_flex_1_l_box {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tht2_flex_1_l_box .l_box {
    width: 100%;
  }
  .tht2_flex_1_l_box .r_box {
    flex: none;
    width: 100%;
  }
  .tht2_flex_2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tht2_flex_2 .l_box {
    width: 100%;
  }
  .tht2_flex_2 .r_box {
    width: 100%;
  }
  .tht3 figure {
    width: 100%;
  }
  .tht3 .describe {
    max-width: 100%;
  }
  .fuo_list li {
    width: 100%;
  }
  .so1_container figure {
    width: 100%;
  }
  .seo2 form .int1 {
    width: 100%;
  }
  .alert_form_container form .int1 {
    width: 100%;
  }
  .alert_form_container form .tj {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index1 figure {
    margin: 0px auto;
    max-width: 350px;
    width: 100%;
  }
  .index1 figure::before {
    display: none;
  }
  .index3 figure {
    width: 50%;
  }
  .ot1_list .same_style {
    width: 100%;
  }
  .ot2_menu {
    flex-wrap: wrap;
  }
  .ot2_menu figure {
    width: 100%;
    flex: none;
  }
  footer form .int1 {
    width: 100%;
  }
}
@font-face {
  font-family: "PublicSans-Regular";
  src: url("../fonts/PublicSans-Regular.eot");
  src: url("../fonts/PublicSans-Regular.eot") format("embedded-opentype"), url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff"), url("../fonts/PublicSans-Regular.ttf") format("truetype"), url("../fonts/PublicSans-Regular.svg#PublicSans-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PublicSans-Bold";
  src: url("../fonts/PublicSans-Bold.eot");
  src: url("../fonts/PublicSans-Bold.eot") format("embedded-opentype"), url("../fonts/PublicSans-Bold.woff2") format("woff2"), url("../fonts/PublicSans-Bold.woff") format("woff"), url("../fonts/PublicSans-Bold.ttf") format("truetype"), url("../fonts/PublicSans-Bold.svg#PublicSans-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("iconfont.woff?t=1767681031498") format("woff"), url("iconfont.ttf?t=1767681031498") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fenxiang:before {
  content: "\e672";
}
.icon-Youtube:before {
  content: "\e880";
}
.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";
}
