@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
  scroll-padding-top: 140px;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  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% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(62, 58, 57, 0.3);
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #2a5caa;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #2a5caa;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #2a5caa;
  right: 2.5%;
  top: 20px;
  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: 20px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}
header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 193px;
  flex-shrink: 0;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #3e3a39;
  margin-right: 32px;
  position: relative;
}
header .menuOne > a {
  color: #3e3a39;
  padding: 36px 0px 34px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: 0%;
  max-width: 50px;
  height: 4px;
  background-color: #2a5caa;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.4s;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #fff;
  background: #2a5caa;
}
header .menuOne .menuactive > a {
  color: #fff;
  background: #2a5caa;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-left: 108px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
}
header .sousuo .search:hover {
  filter: none;
  opacity: 1;
}
/* 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: #2a5caa;
}
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: #2a5caa;
} */
header .ul {
  min-width: 320px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background-color: #ffffff;
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
header .ul li:nth-of-type(1) a {
  border-radius: 10px 10px 0px 0px;
}
header .ul li:nth-last-of-type(1) a {
  border-radius: 0px 0px 10px 10px;
  border-bottom: none;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 10px 27px;
  color: #333;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
header .ul li a:hover {
  background: #2a5caa;
  color: #fff;
}
header .ul1 {
  left: -40px;
  top: 100%;
  padding-left: 0px;
  padding-top: 5px !important;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  background-color: #2a5caa;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  padding: 5px 20px;
}
.buttonBox a:hover {
  background: #fff;
  color: #2a5caa;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerBox .content {
  margin: 0px !important;
  padding-top: 0.4%;
}
.bannerBox .banner_bt {
  font-family: Poppins-SemiBold;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 0px;
  color: #ffffff;
      text-transform: uppercase;
}
.padding_top {
  padding-top: 100px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .banner_container{
	width: 80%;
	max-width: 700px;
}
.index_banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  width: 27px;
}
.index_banner .button img {
  opacity: 0.8;
}
.index_banner .button:hover img {
  opacity: 1;
}
.index_banner .swiperbanner-button-prev.button {
  left: 50px;
}
.index_banner .swiperbanner-button-next.button {
  right: 50px;
}
.index_banner .content {
  position: absolute;
  left: 50%;
  top: 50.5%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index_banner .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 36px;
  	letter-spacing: 0px;
  	color: #ffffff;
  margin-top: 15px;
}
.index_banner .banner_bt {
  font-family: Poppins-SemiBold;
  font-size: 48px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 60px;
  	letter-spacing: 0px;
  	color: #ffffff;
}
.index_banner .banner_bt a {
  color: #fff;
}
.index_banner .banner_bt a:hover {
  color: #2a5caa;
}
.index_banner .buttonBox {
  margin-top: 62px;
}
.big_title {
  font-family: Poppins-SemiBold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #2a5caa;
}
.small_title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.small_title a {
  color: #333;
}
.small_title a:hover {
  color: #2a5caa;
}
.index1 {
  padding: 62px 0px 74px;
}
.index1 .big_title {
  text-align: center;
}
.index1 .text {
  line-height: 26px;
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 1110px;
  margin: 8px auto 0px;
}
.index1 .small_title a {
  display: block;
}
.index1_list {
  margin-top: 37px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.index1_list li {
  padding: 49px 30px 46px;
  background-color: #e8f2fc;
  border-radius: 20px;
  overflow: hidden;
}
.index1_list .l_box {
  width: 40%;
  max-width: 401px;
  margin-bottom: 5px;
  margin-top: 31px;
  position: relative;
}
.index1_list .r_box {
  padding: 0px 13px;
}
.index1_list .describe {
  color: #666;
  margin-top: 15px;
}
.index1_list .sw_box {
  border-radius: 20px;
  overflow: hidden;
}
.index1_list li:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 63px;
}
.index1_list li:nth-of-type(even) .l_box {
  float: right;
  margin-left: 63px;
}
.index1_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.index1_list .box {
  margin-top: 8px;
}
.index1_list .logo_box {
  display: flex;
  align-items: center;
  gap: 10px 26px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.index1_list .buttonBox_links {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 15px 22px;
  flex-wrap: wrap;
}
.index1_list .buttonBox a {
  background: #fff;
  color: #2a5caa;
}
.index1_list .buttonBox a:hover {
  background: #2a5caa;
  color: #fff;
}
.index1_list .links {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 9px;
}
.index1_list .links span {
  transition: 0s;
}
.index1_list .links:hover {
  color: #2a5caa;
}
.index1_list .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.index1_list .swiper_button div:nth-of-type(1) {
  left: 0;
  transform: translate(-50%, -50%);
}
.index1_list .swiper_button div:nth-of-type(2) {
  right: 0;
  transform: translate(50%, -50%);
}
.index2 {
  padding-bottom: 30px;
}
.index2 .big_title {
  text-align: center;
}
.index2 .box1 {
  width: 66%;
  max-width: 157px;
  box-shadow: 0px 17px 49px 0px rgba(16, 19, 63, 0.12);
  border-radius: 10px;
  overflow: hidden;
  margin: 25px auto 0px;
}
.index2 .swiper-slide {
  padding-bottom: 53px;
}
.index2 .sw_box {
  margin-top: 28px;
}
.index3 {
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
  padding: 73px 0px 80px;
}
.index3 .big_title {
  text-align: center;
}
.index3 .big_text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 9px;
}
.index3_title {
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.index3_title a {
  color: #333;
}
.index3_title a:hover {
  color: #2a5caa;
}
.index3_container {
  padding: 59px 127px 53px;
  background-color: #ffffff;
  box-shadow: 0px 7px 46px 0px rgba(4, 16, 33, 0.1);
  border-radius: 30px;
  margin-top: 36px;
  position: relative;
}
.index3_container .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.index3_container .title a {
  color: #333;
}
.index3_container .title a:hover {
  color: #2a5caa;
}
.index3_container .boxs {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 39px 0px;
}
.index3_container .box {
  width: 45.376%;
}
.index3_container figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  margin-top: 13px;
}
.index3_container section {
  width: 48.654%;
  border-radius: 10px;
  border: solid 1px #cccccc;
  overflow: hidden;
}
.index3_container .index3_text {
  color: #333;
  text-align: center;
  margin-top: 35px;
}
.index3_container .index3_text span {
  display: inline;
  font-family: Poppins-SemiBold;
}
.index3_container .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.index3_container .swiper_button div:nth-of-type(1) {
  left: 0;
  transform: translate(-50%, -50%);
}
.index3_container .swiper_button div:nth-of-type(2) {
  right: 0;
  transform: translate(50%, -50%);
}
.index4 {
  padding: 81px 0px 53px;
}
.index4 .content {
  overflow: hidden;
}
.index4 .l_box {
  width: 48.929%;
  border-radius: 10px;
  overflow: hidden;
  float: right;
  margin-bottom: 5px;
  margin-left: 5%;
}
.index4 .r_box {
  padding-top: 4.5%;
}
.index4 .title_text {
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 8px;
}
.index4 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 24px;
}
.index4 .buttonBox {
  margin-top: 49px;
}
.index4 .buttonBox a {
  border: 1px solid #2a5caa;
}
.index5 {
  padding-bottom: 45px;
}
.index5_list {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  gap: 30px;
}
.index5_list li {
  text-align: center;
  max-width: 290px;
}
.index5_list .big_num {
  font-family: Poppins-SemiBold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: inline;
}
.index5_list .big_num + p {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 36px;
  display: inline;
}
.index5_list .text {
  color: #666;
  margin-top: 9px;
  line-height: 24px;
}
.index6 {
  background: #f8f8f8;
  padding: 74px 0px 78px;
}
.index6 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.index6 .small_title {
  color: #333333;
}
.index6 .small_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.index6 .small_title a:hover {
  color: #2a5caa;
}
.index6 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.index6 .box {
  padding: 27px 0px 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index6 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.index6 .text {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #333333;
  margin-top: 26px;
}
.index6 .big_title {
  flex: 1;
}
.index6 .big_title a {
  color: #333;
}
.index6 .big_title a:hover {
  color: #2a5caa;
}
.index6 .big_title a:hover span {
  color: #2a5caa;
}
.index6 .big_title span {
  transition: 0.3s;
  color: #a4a9af;
  display: inline;
}
.index6 .button {
  width: 45px;
  aspect-ratio: 1/1;
  border: solid 1px #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.index6 .button img {
  transition: 0.2s;
}
.index6 .button:hover {
  background: #2a5caa;
  border: 1px solid #2a5caa;
}
.index6 .button:hover img {
  filter: brightness(0) invert(1);
}
.index6 .swiperindex6-pagination {
  width: auto;
  max-width: none;
  position: relative;
  left: 0;
  transform: none;
  bottom: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Regular;
  font-size: 20px;
  line-height: 26px;
  color: #999999;
  gap: 2px;
}
.index6 .swiperindex6-pagination .active {
  color: #333;
}
.index6 .swiper_box {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-top: 4px;
}
.index6 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.index6 .sw_box {
  margin-top: 31px;
}
.index7 {
  padding: 59px 0px 88px;
}
.index7_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.8565%;
  margin-top: 29px;
}
.index7_list li {
  width: 31.429%;
}
.index7_list .img_box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index7_list .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 24px;
}
.index7_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;
}
.index7_list .title a:hover {
  color: #2a5caa;
}
.index7_list .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.index7_list .time {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding: 3px 11.5px 2px;
}
.mbx {
  color: #999;
  padding-top: 25px;
}
.mbx a {
  color: #999;
  display: inline;
}
.mbx a:hover {
  color: #333;
}
.mbx .active {
  color: #333;
}
.oo1 {
  padding: 27px 0px 40px;
}
.oo1_list .l_box {
  width: 40%;
  max-width: 401px;
  margin-bottom: 5px;
}
.oo1_list li:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 68px;
}
.oo1_list li:nth-of-type(even) {
  padding-left: 0px !important;
}
.oo1_list li:nth-of-type(even) .l_box {
  float: right;
  margin-left: 63px;
}
.oo1_list .l_container {
  position: relative;
}
.oo1_list .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.oo1_list .swiper_button div:nth-of-type(1) {
  left: 0;
  transform: translate(-50%, -50%);
}
.oo1_list .swiper_button div:nth-of-type(2) {
  right: 0;
  transform: translate(50%, -50%);
}
.oo1_list li {
  padding: 21px 24px 80px;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.oo1_list li:nth-last-of-type(1) {
  border-bottom: none;
}
.oo1_list .r_box {
  padding-top: 57px;
  padding-right: 25px;
}
.oo1_list .logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 26px;
  flex-wrap: wrap;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.oo1_list .describe {
  color: #666;
  margin-top: 15px;
}
.oo1_list .buttonBox_links {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 15px 25px;
  flex-wrap: wrap;
}
.oo1_list .buttonBox {
  flex-wrap: wrap;
  gap: 8px 20px;
}
.oo1_list .buttonBox a {
  background: #fff;
  color: #2a5caa;
}
.oo1_list .buttonBox a:hover {
  background: #2a5caa !important;
  color: #fff !important;
}
.oo1_list .buttonBox a:nth-of-type(1) {
  background: #eeeeee;
}
.oo1_list .buttonBox a:nth-of-type(2) {
  border: 1px solid #2a5caa;
}
.oo1_list .links {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 9px;
}
.oo1_list .links span {
  transition: 0s;
}
.oo1_list .links:hover {
  color: #2a5caa;
}
.ot_back {
  background: #f5f5f5;
}
.ot table td {
  text-align: center;
  border: 1px solid #999999 !important;
  padding: 4.76px 2px !important;
}
.ot1 {
  padding: 39px 0px 55px;
}
.ot1 .l_box {
  width: 36%;
  max-width: 488px;
  margin-right: 4%;
  margin-bottom: 5px;
  margin-left: 24px;
  position: relative;
  float: left;
}
.ot1 .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.ot1 .swiper_button div:nth-of-type(1) {
  left: 0;
  transform: translate(-50%, -50%);
}
.ot1 .swiper_button div:nth-of-type(2) {
  right: 0;
  transform: translate(50%, -50%);
}
.ot1 .sw_box {
  border-radius: 20px;
  overflow: hidden;
}
.ot1 .describe {
  line-height: 26px;
  color: #333;
  margin-top: 20px;
}
.ot1 .l_box {
  margin-top: 5px;
}
.ot1 .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.ot1 .box {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 26px;
  padding: 19px 0px 22px;
}
.ot1 .logo_box {
  display: flex;
  align-items: center;
  gap: 10px 26px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.ot1 .links {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #cccccc;
  padding: 21px 0px 18px;
}
.ot1 .links a {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 9px;
}
.ot1 .links a span {
  transition: 0s;
}
.ot1 .links a:hover {
  color: #2a5caa;
}
.ot1 .buttonBox_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.ot1 .buttonBox a {
  border: 1px solid #2a5caa;
}
.ot1 .share_box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ot_menu {
  background: #2a5caa;
}
.ot_menu .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 20px;
}
.ot_menu .active {
  background: rgba(0, 0, 0, 0.2);
}
.ot_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 220px;
  min-height: 80px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px 20px;
}
.ot_menu a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ot2 {
  padding-top: 64px;
}
.ot2 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 20px;
}
.ot2 .sw_box {
  position: relative;
  margin-top: 40px;
}
.ot2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.ot2 .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.ot2 .swiper_button div:nth-of-type(1) {
  left: 0;
  transform: translate(-50%, -50%);
}
.ot2 .swiper_button div:nth-of-type(2) {
  right: 0;
  transform: translate(50%, -50%);
}
.ot3 {
  padding-top: 61px;
}
.ot3_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}
.ot3_container .describe {
  font-size: 14px;
}
.ot3_container .describe img {
  display: inline-block;
}
.ot3_container .l_box {
  width: 50.572%;
}
.ot3_container .r_box {
  width: 44.858%;
  padding-top: 1.5%;
}
.ot3_container .r_box .describe {
  margin-top: 15px;
}
.ot3_container .title {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.ot4 {
  padding-top: 51px;
}
.ot4 .text {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}
.ot4_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0.952%;
  margin-top: 19px;
}
.ot4_list li {
  width: 24.286%;
  background-color: #2a5caa;
  border-radius: 10px;
  overflow: hidden;
  padding: 19px 39px 18px;
}
.ot4_list .describe {
  color: #fff;
}
.ot4_list .describe em {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-style: normal;
}
.ot5 {
  padding: 54px 0px 70px;
}
.ot5 .big_title {
  line-height: 49px;
}
.ot5 .buttonBox {
  margin-top: 46px;
}
.ot5 .buttonBox a {
  border: 1px solid #2a5caa;
}
.ot5_list .logo {
  width: 15px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.ot5_list .logo img:nth-of-type(2) {
  display: none;
}
.ot5_list .active.top .logo img:nth-of-type(1) {
  display: none;
}
.ot5_list .active.top .logo img:nth-of-type(2) {
  display: block;
}
.ot5_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.ot5_list .top {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.ot5_list li {
  border-bottom: 1px solid #999999;
  padding: 20px 0px 19px;
}
.ot5_list .bottom {
  padding: 16px 27px 9px;
  display: none;
}
.ot5_list .describe em {
  font-family: Poppins-Medium;
  font-style: normal;
}
.ot5_list .bottom_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.9904%;
  padding: 16px 0px 18px;
}
.fuo1_list .bottom_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.9904%;
  padding: 16px 0px 18px;
}
.ot5_list figure {
  width: 15.008%;
  border-radius: 10px;
  overflow: hidden;
}
.fuo1_list figure {
  width: 15.008%;
  border-radius: 10px;
  overflow: hidden;
}
.pub1 {
  background: #f8f8f8;
  padding: 63px 0px 80px;
  overflow: hidden;
}
.pub1 .swiper {
  overflow: initial;
  pointer-events: none;
}
.pub1 .swiper-slide {
  pointer-events: none;
  display: flex;
  height: auto;
}
.pub1 .swiper-slide .container {
  background-color: #ffffff;
  opacity: 0;
  transition: 0.3s;
  flex: 1;
}
@media screen and (min-width: 993px) {
  .pub1 .swiper-slide .container:hover {
    box-shadow: 0px 7px 46px 0px rgba(8, 30, 63, 0.12);
  }
}
.pub1 .title {
  text-align: center;
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.pub1 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub1 .title a:hover {
  color: #2a5caa;
}
.pub1 .links {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
.pub1 .links a {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pub1 .links a:hover {
  color: #2a5caa;
}
.pub1 .links span {
  transition: 0s;
}
.pub1 .links img {
  width: auto;
  height: auto;
}
.pub1 .box {
  text-align: center;
  padding: 18px 20px 34px;
}
.pub1 .sw_box {
  position: relative;
  margin-top: 34px;
}
.pub1 .swiper-slide-visible {
  pointer-events: all;
}
.pub1 .swiper-slide-visible .container {
  opacity: 1;
}
.pub1 .swiper_button div {
  position: absolute;
  top: 50%;
  z-index: 1;
}
.pub1 .swiper_button div:nth-of-type(1) {
  left: 0;
  transform: translate(-50%, -50%);
}
.pub1 .swiper_button div:nth-of-type(2) {
  right: 0;
  transform: translate(50%, -50%);
}
.to1 {
  padding: 48px 0px 0px;
}
.to1 .title_text {
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 9px;
}
.to1 .describe {
  color: #666;
  line-height: 26px;
  margin-top: 25px;
}
.to2 {
  margin-top: 45px;
}
.to2 .content {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.to2 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.to2_list {
  display: flex;
  justify-content: space-between;
  padding: 34px 20px 23px;
  gap: 30px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.to2_list li {
  text-align: center;
  max-width: 290px;
}
.to2_list .big_num {
  font-family: Poppins-SemiBold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #fff;
  display: inline;
}
.to2_list .big_num + p {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #fff;
  line-height: 36px;
  display: inline;
}
.to2_list .text {
  color: #fff;
  margin-top: 9px;
  line-height: 24px;
}
.to3 {
  margin-top: 49px;
}
.to3 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.321%;
}
.to3 figure {
  width: 31.786%;
  background-color: #f2f4f6;
  border-radius: 10px;
  overflow: hidden;
  padding: 33px 35px 42px;
}
.to3 .logo {
  width: 42px;
  display: flex;
  justify-content: flex-start;
}
.to3 .top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.to3 .title {
  flex: 1;
  font-family: Poppins-SemiBold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.to3 .describe {
  color: #666;
  line-height: 26px;
  margin-top: 28px;
}
.to3 .describe em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  color: #666;
}
.to4 {
  background: #f5f5f5;
  margin-top: 78px;
  padding: 63px 0px 17px;
}
.to4 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 13px;
}
.to4 .box1 {
  width: 66%;
  max-width: 157px;
  box-shadow: 0px 17px 49px 0px rgba(16, 19, 63, 0.12);
  border-radius: 10px;
  overflow: hidden;
  margin: 25px auto 0px;
}
.to4 .swiper-slide {
  padding-bottom: 53px;
}
.to4 .sw_box {
  margin-top: 31px;
}
.to5 {
  padding: 76px 0px 70px;
}
.to5 .content {
  display: flex;
  flex-direction: column;
  gap: 55px 0px;
}
.to5 .l_box {
  border-radius: 10px;
  overflow: hidden;
  width: 67.929%;
}
.to5 figure {
  position: relative;
  display: flex;
}
.to5 figure:nth-of-type(odd) {
  justify-content: flex-end;
}
.to5 figure:nth-of-type(odd) .container {
  padding: 26px 40px 30px 0px;
}
.to5 figure:nth-of-type(odd) .describe {
  margin-top: 20px;
}
.to5 figure:nth-of-type(odd) .r_box {
  width: 49.429%;
  left: 0;
}
.to5 figure:nth-of-type(even) {
  justify-content: flex-start;
}
.to5 figure:nth-of-type(even) .r_box {
  right: 0;
  width: 43.143%;
}
.to5 figure:nth-of-type(even) .container {
  padding: 26px 86px 36px;
}
.to5 .title_text {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #2a5caa;
  margin-top: 1px;
}
.to5 .r_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 83.943%;
  z-index: 2;
  background: #fff;
}
.to5 .describe {
  color: #666;
}
.to5 .container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  width: 100%;
  overflow: auto;
}
.to5 .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to5 .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.to5 .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.to5 .describe1 {
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 34px;
}
.to5 .buttonBox {
  margin-top: 42px;
}
.to5 .buttonBox a {
  border: 1px solid #2a5caa;
  text-transform: uppercase;
}
.to6_title {
  font-family: Poppins-SemiBold;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 0px;
  color: #ffffff;
}
.to6 {
  padding: 123px 0px 201px;
  background: url("../images/to6_back.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.to6 .back_img {
  width: 75%;
  max-width: 1431px;
  position: absolute;
  left: 50%;
  top: 28.1%;
  transform: translateX(-50%);
}
.to6 .to6_title {
  text-align: center;
  position: relative;
  z-index: 2;
}
.to6 .swiper-slide {
  padding: 0px 30px;
}
.to6 .describe {
  color: #fff;
  margin-top: 38px;
}
.to6 .year {
  width: 98px;
  aspect-ratio: 1/1;
  background: #2a5caa;
  font-family: Poppins-SemiBold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.to6 .sw_box {
  position: relative;
  margin-top: 94px;
  z-index: 3;
}
.to6 .sw_box::before {
  content: "";
  width: 100%;
  border-top: 1px solid #999999;
  position: absolute;
  left: 0;
  top: 50px;
}
.to6 .swiper_button div {
  position: absolute;
  top: 50px;
  z-index: 1;
  border: 1px solid #ccc;
  background: transparent;
}
.to6 .swiper_button div img {
  filter: brightness(0) invert(1);
}
.to6 .swiper_button div:hover {
  background: #fff;
}
.to6 .swiper_button div:hover img {
  filter: none;
}
.to6 .swiper_button div:nth-of-type(1) {
  left: 0;
  transform: translate(-100%, -50%);
}
.to6 .swiper_button div:nth-of-type(2) {
  right: 0;
  transform: translate(100%, -50%);
}
.to7 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.to7::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.to7 .r_box {
  width: 50%;
  float: right;
  position: relative;
  margin-left: 50px;
}
.to7 .sw_button {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  z-index: 1;
}
.to7 .sw_button div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  background: #fff;
  aspect-ratio: 1/1;
  transition: 0.3s;
  cursor: pointer;
}
.to7 .sw_button div:hover {
  background: #2a5caa;
}
.to7 .sw_button div:hover img {
  filter: brightness(0) invert(1);
}
.to7 .sw_button img {
  transition: 0.2s;
}
.to7 .describe {
  color: #666;
  margin-top: 20px;
}
.to7 .container {
  padding: 8.572% 0px 70px;
}
.to7 .buttonBox {
  margin-top: 33px;
}
.to7 .buttonBox a {
  border: 1px solid #2a5caa;
}
.to8 {
  padding: 63px 0px 0px;
}
.to8 .title_text {
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 9px;
}
.to8 .describe {
  color: #666;
  line-height: 26px;
  margin-top: 25px;
}
.to8_container {
  margin-top: 42px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.to8_list {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
}
.to8_list li {
  width: 33.3333%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5.286% 30px 4.2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 993px) {
  .to8_list li:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .to8_list li:hover .describe_box {
    flex: 1;
  }
}
.to8_list li:nth-of-type(3) {
  border-right: none;
}
.to8_list .small_title {
  color: #fff;
  font-family: Poppins-Medium;
}
.to8_list .text {
  font-size: 18px;
  color: #fff;
}
.to8_list .describe_box {
  height: 0px;
  transition: 0.4s;
  position: relative;
  margin-top: 31px;
  overflow: hidden;
}
.to8_list .describe1 {
  position: absolute;
  line-height: 26px;
  max-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  overflow: auto;
}
.to8_list .describe1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.to8_list .describe1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.to8_list .describe1::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.to8_list .describe1 em {
  font-style: normal;
  font-family: Poppins-SemiBold;
  font-size: 18px;
}
.to9 {
  padding: 61px 0px 31px;
}
.to9 .l_box {
  width: 45.715%;
}
.to9 .r_box {
  width: 45%;
}
.to9 .big_title {
  font-size: 36px;
  line-height: 46px;
}
.to9 .title_text {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.to9 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.to9 .describe {
  color: #666;
  line-height: 26px;
  position: relative;
  margin-top: 24px;
  padding-top: 37px;
}
.to9 .describe::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 89px;
  height: 5px;
  background-color: #cccccc;
  border-radius: 2px;
}
.to9 .describe1 {
  line-height: 26px;
  color: #666;
}
.to9 .describe1 em {
  font-style: normal;
  display: block;
  position: relative;
}
.to9 .describe1 em::before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url("../images/to9_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -42px;
  top: -2px;
}
.to9 .describe1 strong {
  font-family: Poppins-SemiBold;
  font-style: normal;
  font-size: 18px;
  color: #333;
}
.to10 {
  padding-bottom: 76px;
}
.to10 .big_title {
  font-size: 36px;
  line-height: 46px;
}
.to10 .describe {
  color: #666;
  line-height: 26px;
  margin-top: 27px;
}
.to .index6 {
  background: #f5f5f5;
  padding: 65px 0px 65px;
}
.tho1 {
  padding: 56px 0px 88px;
}
.tho1 .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.tho1 figure {
  overflow: hidden;
}
.tho1 figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 5.143%;
}
.tho1 figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 5.143%;
}
.tho1 .l_box {
  width: 40%;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.tho1 .describe {
  color: #333;
  margin-top: 22px;
}
.tho1 .describe em {
  font-style: normal;
  font-family: Poppins-Medium;
  font-size: 18px;
}
.tho1 .buttonBox {
  margin-top: 35px;
}
.tho1 .buttonBox a {
  background-color: #eeeeee;
  color: #2a5caa;
}
.tho1 .buttonBox a:hover {
  background: #2a5caa;
  color: #fff;
}
.tho1 .small_title a {
  display: block;
}
.tho1 .r_box {
  padding-top: 29px;
}
.tht1 {
  padding: 48px 0px 75px;
}
.tht1 .share_box {
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
}
.tht1 .describe {
  color: #333;
  line-height: 26px;
  margin-top: 35px;
}
.tht1 .describe em {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  font-style: normal;
}
.tht1 .describe strong {
  font-family: Poppins-SemiBold;
  font-weight: normal;
}
.tht1_menu {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #eeeeee;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0px 42px;
  gap: 54px;
  overflow: auto;
  margin-top: 21px;
}
.tht1_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tht1_menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tht1_menu::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tht1_menu li {
  cursor: pointer;
  position: relative;
  padding: 20px 0px 22px;
}
.tht1_menu li::before {
  content: "";
  width: 0%;
  max-width: 43px;
  height: 4px;
  background-color: #2a5caa;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
.tht1_menu li:hover::before {
  width: 100%;
}
.tht1_menu li.active::before {
  width: 100%;
}
.tht1_box {
  margin-top: 44px;
}
.tht1_box .imgBox {
  border-radius: 10px;
  border: solid 1px #cccccc;
  overflow: hidden;
}
.tht1_box .name {
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-top: 16px;
}
.tht1_box .sw_button div {
  position: absolute;
  top: 40.5%;
  z-index: 1;
  cursor: pointer;
}
.tht1_box .sw_button div img {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.6;
}
.tht1_box .sw_button div:hover img {
  filter: none;
  opacity: 1;
}
.tht1_box .sw_button div:nth-of-type(1) {
  left: -36px;
  transform: translate(-100%, -50%);
}
.tht1_box .sw_button div:nth-of-type(2) {
  right: -36px;
  transform: translate(100%, -50%);
}
.tht1_box .sw_box {
  position: relative;
}
.tht1_container {
  margin-top: 56px;
}
.tht1_container .title {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.fuo1 {
  padding: 55px 0px 70px;
}
.fuo1 .bt {
  font-family: Poppins-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #999999;
  padding-bottom: 23px;
}
.fuo1_list {
  margin-top: 2px;
}
.fuo1_list .logo {
  width: 15px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.fuo1_list .logo img:nth-of-type(2) {
  display: none;
}
.fuo1_list .active.top .logo img:nth-of-type(1) {
  display: none;
}
.fuo1_list .active.top .logo img:nth-of-type(2) {
  display: block;
}
.fuo1_list .title {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.fuo1_list .top {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.fuo1_list li {
  border-bottom: 1px solid #999999;
  padding: 20px 0px 19px;
}
.fuo1_list .bottom {
  padding: 5px 27px 0px;
  display: none;
}
.fuo1_list .describe {
  color: #333;
}
.fuo1_list .describe em {
  font-family: Poppins-Medium;
  font-style: normal;
}
.fuo1_list figure {
  width: 15.008%;
  border-radius: 10px;
  overflow: hidden;
}
.fo1 {
  padding: 55px 0px 75px;
}
.fo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 67px 2.8565%;
}
.fo1_list li {
  width: 31.429%;
}
.fo1_list .img_box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.fo1_list .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 24px;
}
.fo1_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;
}
.fo1_list .title a:hover {
  color: #2a5caa;
}
.fo1_list .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.fo1_list .time {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding: 3px 11.5px 2px;
}
.ft1 {
  padding: 51px 0px 0px;
}
.ft1 .time_share {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 33px;
  margin-top: 28px;
}
.ft1 .share_box {
  display: flex;
  align-items: center;
  gap: 11px;
}
.ft1 .describe {
  line-height: 26px;
  margin-top: 35px;
}
.ft1 .describe img {
  display: inline-block;
}
.ft1 .page_change {
  margin-top: 36px !important;
}
.ft2 {
  padding: 64px 0px 77px;
}
.ft2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.8565%;
  margin-top: 29px;
}
.ft2_list li {
  width: 31.429%;
}
.ft2_list .img_box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ft2_list .title {
  font-family: Poppins-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 24px;
}
.ft2_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;
}
.ft2_list .title a:hover {
  color: #2a5caa;
}
.ft2_list .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.ft2_list .time {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding: 3px 11.5px 2px;
}
.so1 {
  padding: 48px 0px 69px;
}
.so1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.so1_l {
  width: 42%;
  max-width: 505px;
}
.so1_l .add {
  margin-top: 14px;
}
.so1_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.so1_list li {
  width: 46%;
}
.so1_container {
  margin-top: 38px;
}
.so1_container .logo {
  width: 50px;
}
.so1_container .box {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  padding-top: 1px;
}
.so1_container .box a {
  color: #333;
}
.so1_container .box a:hover {
  color: #2a5caa;
}
.so1_container .name {
  font-family: Poppins-Medium;
  font-size: 18px;
}
.so1_container figure {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 22px;
}
.so1_container li {
  display: flex;
  flex-direction: column;
  gap: 45px 0px;
}
.so1_container .img_box {
  width: 100%;
  max-width: 123px;
  margin-top: 6px;
}
.so1_container .img_box img {
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.so1_r {
  width: 51.143%;
  padding-top: 10px;
}
.so1_r .text {
  line-height: 24px;
  margin-top: 15px;
}
.so1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  margin-top: 22px;
}
.so1_r form > * {
  width: 100%;
}
.so1_r form .int1 {
  width: 48.9%;
}
.so1_r form input {
  height: 50px;
}
.so1_r form .yzm {
  width: 100%;
  position: relative;
}
.so1_r form .yzm input {
  padding-right: 120px;
}
.so1_r form .yzm span {
  height: 36px;
  aspect-ratio: 70/24;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.so1_r form .yzm span img {
  height: 100%;
}
.so1_r form .ttBox::before {
  top: 21px;
}
.so1_r form .tj {
  width: 100%;
  max-width: 120px;
}
.so1_r form .tj input {
  font-family: Poppins-Regular;
  font-size: 16px;
  background: #2a5caa;
  border: 1px solid #2a5caa !important;
  color: #fff;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.so1_r form .tj input:hover {
  background: #fff;
  color: #2a5caa;
}
.so1_r form input,
.so1_r form textarea {
  font-family: Poppins-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 14px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  background-color: #f2f2f2;
  border-radius: 10px;
  border: none;
  display: block;
}
.so1_r form input::placeholder,
.so1_r form input::-webkit-input-placeholder,
.so1_r form textarea::placeholder {
  color: #4a4949;
}
.so1_r form textarea {
  height: 135px;
  padding-top: 14px;
}
.so2 {
  padding-bottom: 86px;
}
.so2 .imgBox {
  border-radius: 10px;
  overflow: hidden;
}
.so2 iframe {
  display: block;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Poppins-Regular;
  width: 100%;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 56px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666;
  width: 30px;
  height: 30px;
  background-color: #eeeeee;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.PageNumber a:hover {
  color: #fff;
  background: #005ca7;
  border: 1px solid #2a5caa;
}
.PageNumber .active {
  color: #fff;
  background: #005ca7;
  border: 1px solid #2a5caa;
}
.PageNumber input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.PageNumber input:hover + .submit_box {
  background: #fff;
  color: #2a5caa;
}
.PageNumber input:hover + .submit_box img {
  filter: none;
}
.PageNumber .submit_box {
  font-size: 14px;
  color: #fff;
  min-width: 193px;
  height: 39px;
  background-color: #005ca7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0px 12px;
  pointer-events: none;
  border: 1px solid #2a5caa;
  transition: 0.3s;
}
.PageNumber .submit_box img {
  filter: brightness(0) invert(1);
}
.PageNumber .submit {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.page_change {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #999;
  padding: 22px 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 71px;
}
.page_change section > * {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.page_change a {
  color: #999;
}
.page_change a:hover {
  color: #333;
}
.page_change span {
  transition: 0s;
}
.page_change span + span {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.swiper_button div {
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border: solid 1px #cccccc;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.swiper_button div:hover {
  border: 1px solid #2a5caa;
  background: #2a5caa;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
}
footer {
  background: url("../images/footer_back.png") no-repeat center;
  background-size: cover;
  padding: 54px 0px 21px;
}
footer .list {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #cccccc;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
}
footer .list a {
  color: #cccccc;
}
footer .list a:hover {
  color: #fff;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 18px;
  margin-top: 2px;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 20px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
footer .icBox a:hover {
  color: #999;
}
.footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 34px;
}
.footer_a .l_box {
  width: 15%;
  max-width: 210px;
}
.footer_a .logoBox {
  width: 80%;
  max-width: 108px;
  flex-shrink: 0;
}
.footer_a .logoBox a {
  display: block;
}
.footer_a .logoBox img {
  width: 100%;
}
.footer_a .contact_box {
  display: flex;
  flex-direction: column;
  gap: 18px 0px;
  margin-top: 28px;
}
.footer_a section {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer_a section a {
  color: #fff;
}
.footer_a section a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer_a .name {
  font-family: Poppins-Regular;
  font-size: 16px;
}
.footer_r {
  flex: 1;
  padding-top: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 1069px;
}
.footer_r .box {
  width: 483px;
}
.footer_r .dif_footer {
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer_r .dif_footer a {
  color: #ffffff;
}
.footer_r .dif_footer a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_r .dif_up {
  width: 8px;
  filter: brightness(0) invert(1);
  display: none;
}
.footer_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 13px 0px;
  margin-top: 18px;
}
.footer_r form > * {
  width: 100%;
}
.footer_r form .int1 {
  width: 48.5%;
}
.footer_r form input {
  height: 46px;
}
.footer_r form .ttBox {
  width: 100%;
}
.footer_r form .form_box {
  width: 100%;
}
.footer_r form .yzm {
  width: 100%;
  position: relative;
}
.footer_r form .yzm input {
  padding-right: 102px;
}
.footer_r form .yzm span {
  height: 36px;
  aspect-ratio: 87/36;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.footer_r form .yzm span img {
  height: 100%;
}
.footer_r form .ttBox::before {
  top: 21px;
}
.footer_r form .tj {
  width: 100%;
  max-width: 120px;
  margin-top: 11px;
}
.footer_r form .tj input {
  font-family: Poppins-Regular;
  font-size: 16px;
  background: #fff;
  color: #333;
  transition: 0.3s;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  height: 40px;
      text-transform: uppercase;
}
.footer_r form .tj input:hover {
  background: #2a5caa;
  color: #fff;
}
.footer_r form input,
.footer_r form textarea {
  background: transparent;
  font-family: Poppins-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 0px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  display: block;
}
.footer_r form input::placeholder,
.footer_r form input::-webkit-input-placeholder,
.footer_r form textarea::placeholder {
  color: #cccccc;
}
.footer_r .ul2 {
  margin-left: 2.7%;
}
.footer_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 4%;
  padding-top: 22px;
}
.footer_b .l_box {
  color: #cccccc;
  flex: 1;
}
.footer_b .l_box a {
  color: #cccccc;
}
.footer_b .l_box a:hover {
  color: #fff;
}
.footer_b .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
}
.footer_b .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
}
.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: #2a5caa;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1480px) {
	.index_banner .buttonBox{
		margin-top: 30px;
	}
  .oo1_list .logo_box{
    gap: 10px 8px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 160px;
  }
  header .sousuo {
    margin-left: 40px;
  }
  header .menuOne {
    margin-right: 12px;
            font-size: 14px;
  }
  header .menuOne > a {
    padding: 24px 0px;
  }
  header .ul li {
    line-height: 26px;
  }
  .padding_top {
    padding-top: 78px;
  }
  .index_banner .banner_bt {
    font-size: 42px;
    line-height: 52px;
  }
  .index_banner .swiperbanner-button-prev.button {
    left: 20px;
  }
  .index_banner .swiperbanner-button-next.button {
    right: 20px;
  }
  .index_banner .button {
    width: 20px;
  }
  .index_banner .describe {
    font-size: 18px;
    line-height: 28px;
    margin-top: 18px;
  }
  .buttonBox a {
    min-width: 172px !important;
    min-height: 42px !important;
    font-size: 16px !important;
  }
  html {
    scroll-padding-top: 100px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .big_title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  .small_title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1_list li {
    padding: 40px 30px;
  }
  .index1_list .l_box {
    margin-top: 15px;
  }
  .index1_list .links {
    font-size: 16px;
  }
  .swiper_button div {
    width: 40px;
  }
  .index2 .box1 {
    box-shadow: 0px 10px 20px 0px rgba(16, 19, 63, 0.12);
  }
  .index2 .swiper-slide {
    padding-bottom: 30px;
  }
  .index3_title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .index3 {
    padding: 60px 0px;
  }
  .index3_container {
    padding: 40px 8%;
  }
  .index3_container .boxs {
    padding-right: 1px;
    margin-top: 30px;
    gap: 30px 0px;
  }
  .index3_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .index3_container .index3_text {
    margin-top: 30px;
  }
  .index4 {
    padding: 60px 0px;
  }
  .index4 .title_text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 4px;
  }
  .index4 .describe {
    margin-top: 12px;
  }
  .index4 .buttonBox {
    margin-top: 30px;
  }
  .index5_list {
    padding: 0px;
    gap: 20px 2%;
  }
  .index5_list li {
    width: 23.5%;
  }
  .index5_list .big_num {
    font-size: 34px;
  }
  .index5_list .big_num + p {
    font-size: 22px;
  }
  .index5_list .num {
    white-space: nowrap;
  }
  .index6 {
    padding: 60px 0px !important;
  }
  .index6 .swiperindex6-pagination {
    font-size: 18px;
  }
  .index6 .swiper_box {
    gap: 20px;
  }
  .index6 .button {
    width: 38px;
  }
  .index6 .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
  }
  .index6 .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .index6 .box {
    padding: 15px 0px 0px;
  }
  .index7 {
    padding: 60px 0px;
  }
  .index7_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .bannerBox {
    min-height: 320px;
  }
  .bannerBox .banner_bt {
    font-size: 42px;
    line-height: 48px;
  }
  .oo1 {
    padding: 20px 0px 30px;
  }
  .oo1_list li {
    padding: 20px 20px 40px;
  }
  .oo1_list .buttonBox_links {
    margin-top: 30px;
  }
  .oo1_list .links {
    font-size: 16px;
  }
  .oo1_list .r_box {
    padding-top: 30px;
  }
  .ot1 {
    padding: 30px 0px 40px;
  }
  .ot1 .l_box {
    margin-left: 20px;
  }
  .ot1 .describe {
    margin-top: 10px;
  }
  .ot1 .box {
    padding: 12px 0px;
    margin-top: 15px;
  }
  .ot1 .links {
    padding: 12px 0px;
  }
  .ot1 .links a {
    font-size: 16px;
  }
  .ot_menu a {
    min-width: 150px;
    min-height: 62px;
    font-size: 16px;
  }
  .ot2 .describe {
    margin-top: 15px;
  }
  .ot2 .sw_box {
    margin-top: 20px;
  }
  .ot3_container {
    margin-top: 20px;
  }
  .ot3_container .title {
    font-size: 20px;
    line-height: 28px;
  }
  .ot4 .text {
    font-size: 16px;
    margin-top: 10px;
  }
  .ot4_list {
    margin-top: 15px;
  }
  .ot4_list li {
    padding: 15px 20px;
  }
  .ot4_list .describe em {
    font-size: 16px;
  }
  .ot5 {
    padding: 50px 0px 60px;
  }
  .ot5 .buttonBox {
    margin-top: 30px;
  }
  .ot5_list .title {
    font-size: 16px;
  }
  .ot5_list li {
    padding: 16px 0px;
  }
  .to1 {
    padding: 30px 0px 0px;
  }
  .to1 .title_text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .to1 .describe {
    margin-top: 12px;
  }
  .to2 {
    margin-top: 30px;
  }
  .to2_list {
    padding: 20px 8px;
    gap: 20px 2%;
  }
  .to2_list li {
    width: 23.5%;
  }
  .to2_list .big_num {
    font-size: 34px;
  }
  .to2_list .big_num + p {
    font-size: 22px;
  }
  .to2_list .num {
    white-space: nowrap;
  }
  .to3 {
    margin-top: 40px;
  }
  .to3 .title {
    font-size: 20px;
  }
  .to3 figure {
    padding: 25px 26px 30px;
  }
  .to3 .describe {
    margin-top: 12px;
  }
  .to4 {
    margin-top: 40px;
    padding: 50px 0px 15px;
  }
  .to4 .box1 {
    box-shadow: 0px 10px 20px 0px rgba(16, 19, 63, 0.12);
  }
  .to4 .swiper-slide {
    padding-bottom: 30px;
  }
  .to5 figure:nth-of-type(odd) .container {
    padding: 20px 30px 30px 0px;
  }
  .to5 figure:nth-of-type(odd) .describe {
    margin-top: 12px;
  }
  .to5 figure:nth-of-type(even) .container {
    padding: 20px 0px 30px 30px;
  }
  .to5 .describe1 {
    line-height: 30px;
    margin-top: 12px;
  }
  .to5 .buttonBox {
    margin-top: 15px;
  }
  .to6 {
    padding: 80px 0px 120px;
  }
  .to6 .sw_box {
    margin-top: 50px;
  }
  .to6 .swiper-slide {
    padding: 0px;
  }
  .to6 .describe {
    margin-top: 20px;
  }
  .to6_title {
    font-size: 42px;
    line-height: 46px;
  }
  .to7 .container {
    padding: 40px 0px 60px;
  }
  .to7 .l_box {
    margin-left: 50px;
  }
  .to7 .describe {
    margin-top: 12px;
  }
  .to7 .sw_button div {
    width: 40px;
  }
  .to7 .sw_button div img {
    width: 10px;
  }
  .to8 {
    padding: 60px 0px 0px;
  }
  .to8 .title_text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .to8 .describe {
    margin-top: 12px;
  }
  .to8_container {
    margin-top: 20px;
  }
  .to8_list .text {
    font-size: 16px;
  }
  .to8_list li {
    padding: 4% 30px 5% !important;
  }
  .to8_list .describe_box {
    margin-top: 12px;
  }
  .to8_list .describe1 em {
    font-size: 16px;
  }
  .to9 .title_text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
  }
  .to10 {
    padding-bottom: 60px;
  }
  .to10 .describe {
    margin-top: 15px;
  }
  .tho1 {
    padding: 40px 0px 60px;
  }
  .tho1 .content {
    gap: 30px;
  }
  .tho1 .r_box {
    padding-top: 20px;
  }
  .tho1 .describe {
    margin-top: 12px;
  }
  .tho1 .describe em {
    font-size: 16px;
  }
  .tho1 .buttonBox {
    margin-top: 30px;
  }
  .tht1 {
    padding: 30px 0px 60px;
  }
  .tht1 .describe {
    margin-top: 16px;
  }
  .tht1 .describe em {
    font-size: 16px;
  }
  .tht1_container {
    margin-top: 30px;
  }
  .tht1_container .title {
    font-size: 22px;
    line-height: 32px;
  }
  .tht1_menu {
    font-size: 16px;
    margin-top: 15px;
    padding: 0px 30px;
    gap: 30px;
  }
  .tht1_menu li {
    padding: 16px 0px;
  }
  .tht1_box {
    margin-top: 30px;
  }
  .tht1_box .name {
    margin-top: 12px;
  }
  .tht1_box .sw_button div:nth-of-type(1) {
    left: -15px;
  }
  .tht1_box .sw_button div:nth-of-type(2) {
    right: -15px;
  }
  .fuo1 {
    padding: 30px 0px 50px;
  }
  .fuo1 .bt {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;
  }
  .fuo1_list .title {
    font-size: 16px;
  }
  .fuo1_list li {
    padding: 16px 0px;
  }
  .fo1 {
    padding: 30px 0px 50px;
  }
  .fo1_list {
    gap: 30px 2.8565%;
  }
  .fo1_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .ft1 {
    padding: 30px 0px 0px;
  }
  .ft1 .time_share {
    margin-top: 12px;
  }
  .ft1 .describe {
    margin-top: 12px;
  }
  .ft2 {
    padding: 30px 0px 40px;
  }
  .ft2_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .so1 {
    padding: 30px 0px 40px;
  }
  .so1_list li {
    width: 48%;
  }
  .so1_l {
    width: 44%;
  }
  .so1_r form {
    margin-top: 12px;
    gap: 12px 0px;
  }
  .so1_container .logo {
    width: 42px;
  }
  .so1_container figure {
    gap: 12px;
  }
  .so1_container .box {
    font-size: 14px;
  }
  .so1_container .name {
    font-size: 16px;
  }
  .so2 {
    padding-bottom: 60px;
  }
  .page_change {
    margin-top: 30px !important;
    gap: 0px;
    padding: 5px 0px;
  }
  .pub1 {
    padding: 60px 0px;
  }
  .pub1 .sw_box {
    margin-top: 20px;
  }
  .pub1 .box {
    padding: 10px 5px 20px;
  }
  .pub1 .title {
    font-size: 18px;
    line-height: 26px;
  }
  footer {
    padding: 40px 0px 20px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .list {
    margin-top: 12px;
  }
  .footer_a .l_box {
    width: 25%;
  }
  .footer_a section {
    font-size: 16px;
  }
  .footer_a .contact_box {
    gap: 10px 0px;
    margin-top: 20px;
  }
  .footer_r {
    gap: 20px;
  }
  .footer_r .box {
    width: 40%;
    max-width: 380px;
  }
  .footer_r .ul2 {
    margin-left: 0px;
  }
  .footer_r form {
    margin-top: 12px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    background: #919699 !important;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu > *:hover {
    background: #2a5caa !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 {
    scroll-padding-top: 80px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 12px 0px;
  }
  header .head_boxr {
    display: none;
  }
  header .logoBox {
    width: 140px;
  }
  .padding_top {
    padding-top: 63.89px;
  }
  .index_banner .banner_bt {
    font-size: 24px;
    line-height: 32px;
  }
  .index_banner .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index_banner .buttonBox {
    margin-top: 25px;
  }
  .index_banner .button {
    width: 16px;
  }
  .index_banner .button img {
    opacity: 1 !important;
  }
  .index_banner .swiperbanner-button-next.button {
    right: 15px;
  }
  .index_banner .swiperbanner-button-prev.button {
    left: 15px;
  }
  .buttonBox a {
    min-width: 140px !important;
    min-height: 38px !important;
    font-size: 14px !important;
  }
  .big_title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .small_title,
  .index3_title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .index1 {
    padding: 30px 0px 40px;
  }
  .index1 .text {
    line-height: 24px;
    margin: 4px auto 0px;
  }
  .index1_list {
    margin-top: 20px;
    gap: 15px;
  }
  .index1_list li {
    padding: 30px;
  }
  .index1_list .describe {
    margin-top: 6px;
  }
  .index1_list .title {
    font-size: 16px;
  }
  .index1_list .l_box {
    margin-top: 0px;
  }
  .index1_list .r_box {
    padding: 0px;
  }
  .index1_list li:nth-of-type(odd) .l_box {
    margin-right: 40px;
  }
  .index1_list li:nth-of-type(even) .l_box {
    margin-left: 40px;
  }
  .index1_list .links {
    font-size: 15px;
  }
  .index2 {
    padding-bottom: 15px;
  }
  .index2 .sw_box {
    margin-top: 15px;
  }
  .index2 .box1 {
    margin: 15px auto 0px;
  }
  .index2 .swiper-slide {
    padding-bottom: 25px;
  }
  .index3 {
    padding: 30px 0px 40px;
  }
  .index3 .big_text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 2px;
  }
  .index3_container {
    padding: 30px 30px 30px;
    margin-top: 15px;
  }
  .index3_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index3_container .boxs {
    margin-top: 12px;
    gap: 15px 0px;
  }
  .index3_container figure {
    margin-top: 8px;
  }
  .index3_container .index3_text {
    margin-top: 15px;
  }
  .index4 {
    padding: 30px 0px 40px;
  }
  .index4 .r_box {
    padding-top: 0px;
  }
  .index4 .title_text {
    font-size: 15px;
    line-height: 24px;
  }
  .index4 .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .index4 .buttonBox {
    margin-top: 20px;
  }
  .index5 {
    padding-bottom: 30px;
  }
  .index5_list .big_num {
    font-size: 24px;
    line-height: 30px;
  }
  .index5_list .big_num + p {
    font-size: 18px;
    line-height: 30px;
  }
  .index5_list .text {
    line-height: 22px;
    margin-top: 2px;
  }
  .index6 {
    padding: 30px 0px 40px !important;
  }
  .index6 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .index6 .top {
    flex-wrap: wrap;
    gap: 8px;
  }
  .index6 .swiper_box {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .index6 .swiperindex6-pagination {
    font-size: 15px;
  }
  .index6 .button {
    width: 30px;
  }
  .index6 .button img {
    width: 10px;
  }
  .index6 .sw_box {
    margin-top: 20px;
  }
  .index6 .describe {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index6 .text {
    font-size: 15px;
    margin-top: 6px;
  }
  .index7 {
    padding: 30px 0px 40px;
  }
  .index7_list {
    margin-top: 10px;
  }
  .index7_list .time {
    left: 10px;
    top: 10px;
    padding: 0px 12px;
  }
  .index7_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .index7_list .describe {
    line-height: 24px;
  }
  .bannerBox {
    min-height: 160px;
  }
  .bannerBox .banner_bt {
    font-size: 24px;
    line-height: 32px;
  }
  .mbx {
    padding-top: 8px;
  }
  .oo1 {
    padding: 0px 0px 30px;
  }
  .oo1_list li {
    padding: 20px 16px 30px;
  }
  .oo1_list .r_box {
    padding-top: 0px;
    padding-right: 0px !important;
  }
  .oo1_list .describe {
    margin-top: 6px;
  }
  .oo1_list li:nth-of-type(odd) .l_box {
    margin-right: 40px;
  }
  .oo1_list li:nth-of-type(even) .l_box {
    margin-left: 40px;
  }
  .oo1_list .links {
    font-size: 15px;
  }
  .oo1_list .buttonBox_links {
    margin-top: 20px;
  }
  .ot1 {
    padding: 20px 0px 30px;
  }
  .ot1 .l_box {
    margin-left: 16px;
    margin-top: 0px;
  }
  .ot1 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .ot1 .links a {
    font-size: 15px;
  }
  .ot1 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .ot1 .buttonBox_share {
    margin-top: 20px;
  }
  .ot_menu a {
    min-width: 130px;
    min-height: 52px;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 15px;
  }
  .ot_menu .content {
    gap: 0px 10px;
  }
  .ot2 {
    padding-top: 30px;
  }
  .ot2 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .ot3 {
    padding-top: 30px;
  }
  .ot3_container {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .ot3_container .l_box {
    width: 100%;
  }
  .ot3_container .r_box {
    width: 100%;
    padding-top: 20px;
  }
  .ot3_container .r_box .describe {
    margin-top: 6px;
  }
  .ot4 {
    padding-top: 30px;
  }
  .ot4 .text {
    font-size: 14px;
    margin-top: 4px;
    line-height: 24px;
  }
  .ot4_list li {
    padding: 12px 16px;
  }
  .ot4_list .describe em {
    font-size: 15px;
  }
  .ot5 {
    padding: 30px 0px 40px;
  }
  .ot5 .buttonBox {
    margin-top: 20px;
  }
  .ot5_list li {
    padding: 10px 0px;
  }
  .ot5_list .top {
    gap: 8px;
  }
  .ot5_list .logo {
    margin-bottom: 2px;
  }
  .ot5_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .ot5_list .bottom_list {
    padding: 12px 0px;
  }
  .fuo1_list .bottom_list {
    padding: 12px 0px;
  }
  .ot5_list .bottom {
    padding: 8px 27px;
  }
  .to1 {
    padding: 20px 0px 0px;
  }
  .to1 .title_text {
    font-size: 15px;
    line-height: 24px;
  }
  .to1 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .to2 {
    margin-top: 20px;
  }
  .to2_list {
    position: relative;
    background: transparent;
  }
  .to2_list .big_num {
    color: #333;
    font-size: 24px;
    line-height: 30px;
  }
  .to2_list .big_num + p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
  }
  .to2_list .text {
    line-height: 22px;
    margin-top: 2px;
    color: #333;
  }
  .to3 {
    margin-top: 0px;
  }
  .to3 figure {
    padding: 30px 16px;
  }
  .to3 .logo {
    width: 30px;
  }
  .to3 .title {
    font-size: 16px;
  }
  .to3 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .to4 {
    padding: 30px 0px 15px;
  }
  .to4 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .to4 .sw_box {
    margin-top: 15px;
  }
  .to4 .box1 {
    margin: 15px auto 0px;
  }
  .to4 .swiper-slide {
    padding-bottom: 25px;
  }
  .to5 {
    padding: 30px 0px 40px;
  }
  .to5 .content {
    gap: 20px;
  }
  .to5 .describe {
    margin-top: 6px !important;
    line-height: 24px !important;
  }
  .to5 .title_text {
    font-size: 16px;
    line-height: 24px;
  }
  .to5 .describe1 {
    line-height: 24px;
    margin-top: 6px;
  }
  .to6 {
    padding: 60px 0px 80px;
  }
  .to6 .sw_box {
    margin-top: 20px;
  }
  .to6 .sw_box::before {
    top: 36px;
  }
  .to6 .year {
    width: 72px;
    font-size: 20px;
    line-height: 24px;
  }
  .to6 .swiper_button div {
    top: 36px;
  }
  .to6 .describe {
    margin-top: 6px;
  }
  .to7 .container {
    padding: 30px 0px 40px;
  }
  .to7 .buttonBox {
    margin-top: 15px;
  }
  .to7 .sw_button div {
    width: 32px;
  }
  .to7 .sw_button div img {
    width: 8px;
  }
  .to7 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .to8 {
    padding: 40px 0px 0px;
  }
  .to8 .title_text {
    font-size: 15px;
    line-height: 24px;
  }
  .to8 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .to8_container {
    background: url("../images/to8_ia.jpg") no-repeat center;
    background-size: cover;
  }
  .to8_container li {
    border-right: none !important;
    width: 100%;
    padding: 0px !important;
  }
  .to8_container .img_box {
    display: none;
  }
  .to8_container .describe_box {
    height: auto;
    margin-top: 6px;
  }
  .to8_container .describe1 {
    position: relative;
    line-height: 24px;
  }
  .to8_container .describe1 em {
    font-size: 15px;
  }
  .to8_list {
    position: relative;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.2);
    gap: 20px 0px;
    padding: 30px 20px;
  }
  .to8_list .text {
    font-size: 15px;
  }
  .to9 {
    padding: 30px 0px;
  }
  .to9 .title_text {
    font-size: 15px;
    line-height: 24px;
  }
  .to9 .l_box {
    width: 100%;
  }
  .to9 .r_box {
    width: 100%;
    padding-left: 32px;
    padding-top: 20px;
  }
  .to9 .describe {
    margin-top: 6px;
    padding-top: 0px;
    line-height: 24px;
  }
  .to9 .describe::before {
    display: none;
  }
  .to9 .describe1 {
    line-height: 24px;
  }
  .to9 .describe1 em::before {
    width: 24px;
    top: 0;
    left: -32px;
  }
  .to9 .describe1 strong {
    font-size: 16px;
  }
  .to10 {
    padding-bottom: 30px;
  }
  .to10 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tho1 {
    padding: 20px 0px 40px;
  }
  .tho1 .content {
    gap: 20px;
  }
  .tho1 .r_box {
    padding-top: 0px;
  }
  .tho1 .describe {
    margin-top: 6px;
  }
  .tho1 .describe em {
    font-size: 15px;
  }
  .tho1 .buttonBox {
    margin-top: 20px;
  }
  .tht1 {
    padding: 20px 0px 40px;
  }
  .tht1 .share_box {
    margin-top: 6px;
  }
  .tht1 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .tht1 .describe em {
    font-size: 15px;
  }
  .tht1_container {
    margin-top: 20px;
  }
  .tht1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tht1_menu {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    padding: 0px 15px;
    gap: 12px;
  }
  .tht1_menu li {
    padding: 10px 0px;
  }
  .tht1_box {
    margin-top: 20px;
  }
  .tht1_box .name {
    margin-top: 8px;
    line-height: 22px;
  }
  .tht1_box .sw_button div {
    width: 10px;
    top: 36%;
  }
  .tht1_box .sw_button div:nth-of-type(1) {
    left: -8px;
  }
  .tht1_box .sw_button div:nth-of-type(2) {
    right: -8px;
  }
  .fuo1 {
    padding: 20px 0px 40px;
  }
  .fuo1 .bt {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo1_list li {
    padding: 10px 0px;
  }
  .fuo1_list .top {
    gap: 8px;
  }
  .fuo1_list .logo {
    margin-bottom: 2px;
  }
  .fuo1_list .title {
    font-size: 15px;
    line-height: 24px;
  }
  .fo1 {
    padding: 20px 0px 40px;
  }
  .fo1_list {
    gap: 20px 2.8565%;
  }
  .fo1_list .time {
    left: 10px;
    top: 10px;
    padding: 0px 12px;
  }
  .fo1_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fo1_list .describe {
    line-height: 24px;
  }
  .ft1 {
    padding: 20px 0px 0px;
  }
  .ft1 .time_share {
    margin-top: 8px;
    gap: 8px 15px;
  }
  .ft1 .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .ft1 .page_change {
    margin-top: 30px !important;
  }
  .ft2 {
    padding: 40px 0px 40px;
  }
  .ft2_list {
    margin-top: 10px;
  }
  .ft2_list .time {
    left: 10px;
    top: 10px;
    padding: 0px 12px;
  }
  .ft2_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .ft2_list .describe {
    line-height: 24px;
  }
  .so1 {
    padding: 20px 0px 30px;
  }
  .so1_container {
    margin-top: 20px;
  }
  .so1_l {
    width: 100%;
    max-width: 100%;
  }
  .so1_r {
    width: 100%;
    padding-top: 30px;
  }
  .so1_r .text {
    margin-top: 6px;
  }
  .so1_r form {
    margin-top: 8px;
    gap: 8px 0px;
  }
  .so1_r form input {
    height: 40px;
  }
  .so1_r form input,
  .so1_r form textarea {
    font-size: 14px !important;
  }
  .so1_r form .yzm a,
  .so1_r form .yzm span {
    /* height: 20px; */
  }
  .so1_r form .tj {
    margin-top: 0px;
  }
  .so1_r form .tj input {
    height: 36px;
    font-size: 14px;
  }
  .so2 {
    padding-bottom: 40px;
  }
  .page_change {
    margin-top: 20px !important;
  }
  .pub1 {
    padding: 30px 0px 40px;
  }
  .pub1 .title {
    font-size: 15px;
    line-height: 24px;
  }
  .pub1 .box {
    padding: 10px 5px 12px;
  }
  .swiper_button div {
    width: 32px;
  }
  .swiper_button div img {
    width: 8px;
  }
  footer {
    padding: 30px 0px 45px;
  }
  footer .list {
    line-height: 26px;
    margin-top: 6px;
  }
  .footer_a {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
  }
  .footer_a .l_box {
    flex: none;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_a .logoBox {
    max-width: 80px;
  }
  .footer_a .contact_box {
    margin-top: 15px;
    gap: 0px;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
  }
  .footer_a section {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  .footer_r {
    padding-top: 0px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer_r > * {
    width: 100% !important;
    max-width: none !important;
  }
  .footer_r .dif_up {
    display: block;
  }
  .footer_r .dif_footer {
    font-size: 16px;
    line-height: 22px;
  }
  .footer_r .box {
    margin-top: 4px;
  }
  .footer_r .box .dif_footer {
    justify-content: center;
    text-align: center;
  }
  .footer_r form {
    margin-top: 8px;
    gap: 8px 0px;
  }
  .footer_r form input {
    height: 40px;
  }
  .footer_r form .yzm a,
  .footer_r form .yzm span {
    height: 32px;
  }
  .footer_r form .tj {
    margin-top: 0px;
  }
  .footer_r form .tj input {
    height: 36px;
    font-size: 14px;
  }
  .footer_b {
    flex-direction: column-reverse;
    gap: 12px 0px;
    padding-top: 10px;
  }
  .footer_b .icBox {
    width: 100%;
    gap: 5px 8px;
    margin-top: 0px;
    justify-content: center;
  }
  .footer_b .icBox .iconfont {
    font-size: 16px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  html body .content {
    width: calc(100% - 40px) !important;
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .index_banner .describe {
    font-size: 14px;
    line-height: 22px;
  }
  .index_banner .buttonBox {
    margin-top: 10px;
  }
  .index_banner .content {
    width: calc(100% - 60px) !important;
  }
  .index_banner .button {
    width: 10px;
  }
  .index_banner .swiperbanner-button-next.button {
    right: 8px;
  }
  .index_banner .swiperbanner-button-prev.button {
    left: 8px;
  }
  .index3_container .box {
    width: 48%;
  }
  .index5_list {
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .index5_list li {
    width: 48%;
    text-align: center;
    max-width: none;
  }
  .to2_list {
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .to2_list li {
    width: 48%;
    text-align: center;
    max-width: none;
  }
  .to3 .content {
    gap: 20px 2%;
  }
  .to3 figure {
    width: 49%;
  }
  .to5 .l_box {
    width: 100%;
  }
  .to5 .r_box {
    position: relative !important;
    width: 100% !important;
    top: 0px;
    transform: none;
  }
  .to5 .container {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    padding: 20px 0px 0px !important;
  }
  .to5 figure {
    flex-wrap: wrap;
  }
  .to6 .swiper_button div:nth-of-type(1) {
    transform: translate(-50%, -50%);
  }
  .to6 .swiper_button div:nth-of-type(2) {
    transform: translate(50%, -50%);
  }
  .to7 {
    padding-top: 20px;
  }
  .to7 .r_box {
    float: none;
    width: calc(100% - 40px);
    margin: 0px auto;
  }
  .to7 .sw_button {
    left: 50%;
    transform: translateX(-50%);
  }
  .to7 .container {
    padding: 20px 0px 30px;
  }
  .index7_list {
    gap: 20px 4%;
  }
  .index7_list li {
    width: 48%;
  }
  .ot1 .l_box {
    width: 100%;
    float: none;
    margin: 0px auto !important;
  }
  .ot1 .r_box {
    padding-top: 15px;
  }
  .ot_menu .content {
    gap: 0px;
    justify-content: space-between;
  }
  .ot_menu a {
    min-width: auto;
    width: 48%;
  }
  .ot3_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .ot4_list {
    gap: 15px 2%;
  }
  .ot4_list li {
    width: 49%;
  }
  .ot5_list {
    gap: 12px 2%;
  }
  .ot5_list figure {
    width: 23.5%;
  }
  .fuo1_list figure {
    width: 23.5%;
  }
  .tht1_box .sw_button div:nth-of-type(1) {
    left: 0px;
  }
  .tht1_box .sw_button div:nth-of-type(2) {
    right: 0px;
  }
  .fo1_list {
    gap: 20px 4%;
  }
  .fo1_list li {
    width: 48%;
  }
  .ft2_list {
    gap: 20px 4%;
  }
  .ft2_list li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .index1_list .l_box {
    width: 100% !important;
    float: none !important;
    margin: 0px auto !important;
  }
  .index1_list .r_box {
    padding-top: 15px !important;
  }
  .oo1_list li {
    padding: 20px 0px 30px !important;
  }
  .oo1_list .l_box {
    width: calc(100% - 32px) !important;
    float: none !important;
    margin: 0px auto !important;
  }
  .oo1_list .r_box {
    padding-top: 15px !important;
  }
  .oo1_list .logo_box {
    margin: 0px;
  }
  .index3_container {
    padding: 30px 20px;
  }
  .index3_container .box {
    width: 100%;
  }
  .index4 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .index4 .r_box {
    width: 100%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .index7_list li {
    width: 100%;
  }
  .ot4_list li {
    width: 100%;
  }
  .ot5_list figure {
    width: 32%;
  }
  .fuo1_list figure {
    width: 32%;
  }
  .to3 figure {
    width: 100%;
  }
  .tho1 .content {
    gap: 25px;
  }
  .tho1 .l_box {
    width: 100%;
    float: none !important;
    margin: 0px !important;
  }
  .tho1 .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .tho1 .buttonBox {
    margin-top: 15px;
  }
  .fo1_list li {
    width: 100%;
  }
  .ft2_list li {
    width: 100%;
  }
  .so1_container {
    margin-top: 6px;
  }
  .so1_list {
    flex-wrap: wrap;
    gap: 12px;
  }
  .so1_list li {
    width: 100%;
    gap: 12px;
  }
}
@media screen and (max-width: 440px) {
  .index5_list li {
    width: 100%;
  }
  .to2_list li {
    width: 100%;
  }
  .footer_a .contact_box {
    flex-direction: column;
    gap: 12px;
  }
  .footer_r form .int1 {
    width: 100%;
  }
  .so1_r form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .ot_menu a {
    width: 100%;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}


@media screen and (min-width: 1480px) {
  .ot1_container{
    display: flex;
    flex-direction: column;
  }
  .index1 .container{
    display: flex;
    flex-direction: column;
  }
}

footer .m-formcountry .drop-btn i, footer .m-formcountry .drop-btn svg{
  color: #fff;
}

header .sousuo{
	position: relative;
}
header .sousuo form {
	width: 220px;
	background-color: #fff;
	border-radius: 25px;
	border: solid 1px #040000;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	display: none;
}

header .sousuo form input:nth-of-type(1) {
	width: 100%;
	height: 36px;
	font-family: Inter-Regular;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	background: none;
	padding-right: 50px;
	padding-left: 20px;
}

header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
	color: #666;
}

header .sousuo form input:nth-of-type(2) {
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	background: none;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	cursor: pointer;
	transition: 0.3s;
}

header .sousuo form input:nth-of-type(2):hover {
	color: #2a5caa;
}

.tht1_box .swiper-slide{
	padding-left: 1px;
}

@media screen and (max-width: 481px){
	.index_banner .describe{
		display: none;
	}
	.index_banner .buttonBox{
		display: none;
	}
}




.lanauage_wrap {
  margin-right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #333;
  margin-left: 45px;
}

.lanauage_wrap .lanauage {
  position: relative;
  transition: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}

.lanauage_wrap .lanauage>i {
  font-size: 18px;
  margin-right: 8px;
  color: #fff;
}

.lanauage_wrap .lanbox {
  display: flex;
  align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
  font-size: 24px;
  color: #000000 !important;
  margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
  color: #333;
  font-size: 12px;
  margin-left: 12px;
}

.lanauage_wrap .lanauage img {
  margin-right: 10px;
  width: 27px;
  height: 14px;
}

.lanauage_wrap .lanbox a {
  font-size: 16px;
  color: #333;
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
}


.lanauage_wrap .lanauage:hover .lanbox i {
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
  transition: none;
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff !important;
  text-align: center;
  min-width: 100px;
  width: 120px;
  max-width: 200px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
  right: 0px;
  margin-top: 14px;
  z-index: 100;
}

.lanauage_wrap .lanauage .silde-down a {
  color: #333;
  padding: 6px 0px;
  display: inline-block;
  width: 100%;
  font-size: 16px !important;
  font-size: 14px;
  font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
}

.lanauage .silde-down li:hover {
  background-color: #2a5caa;
}

.lanauage .silde-down li:hover a {
  color: #fff;
}

.lanauage_wrap .lanauage:hover .name {
  color: #2a5caa !important;
}

@media(max-width:1480px) {
  .lanauage_wrap {
    margin-left: 30px;
  }
}

@media(max-width:992px) {

  .lanauage_wrap .lanauage .silde-down a {
    padding: 7px 0px;
    font-size: 14px !important;
  }

  .lanauage_wrap {
    width: auto;
    height: 40px;
    margin-left: 0px;
    padding-left: 0;
    margin-right: 60px;
    background-color: transparent;
  }

  .lanauage_wrap .lanauage .lanbox i {
    font-size: 12px;
    margin-left: 5px;
  }

  .lanauage_wrap::after {
    display: none;
  }

  .lanauage_wrap .name {
    color: #333 !important;
  }

  .lanauage_wrap .lanauage .lanbox i {
    color: #333;
  }
}

@media(max-width:768px) {
  .lanauage_wrap .lanauage .silde-down a {
    padding: 5px 0px;
    font-size: 14px !important;
  }

  .lanauage_wrap {
    width: auto;
    height: 35px;
    margin-left: 10px;
    margin-right: 40px;
  }
}