@import url("swiper-bundle.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  transition: 0.5s;
  scroll-behavior: smooth;
  height: 100%;
}
html body {
  height: 100%;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Inter-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 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;
}
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: #c6c6c6;
  border: 1px solid #c6c6c6;
  position: relative;
  border-radius: 5px;
}
.rightMenu > *:hover {
  background: #0c4b9a;
  border: 1px solid #fff;
}
@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 > p {
  background: #0c4b9a;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.rightMenu .go_top {
  margin-top: 10px;
  background: #414141;
  border: none;
}
.rightMenu .go_top:hover {
  background: #0c4b9a;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #0c4b9a;
  right: 2.5%;
  top: 22px;
  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: 1101px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 18px;
  }
}
#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;
}
header::before {
  content: "";
  height: 3px;
  position: absolute;
  width: 100%;
  background: #0c4b9a;
  left: 0;
  top: 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1740px;
  margin: 0px auto;
}
header .center {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 238px;
  flex-shrink: 0;
  transition: 0.3s;
}
header .logoBox a {
  display: block;
}
header .logoBox img {
  width: 100%;
}
header .menuOne.active > a {
  font-family: Inter-Bold;
  color: #0c4b9a;
}
header .menuOne.active > a::after {
  height: 30px;
}
header .menuOne.menuactive > a {
  font-family: Inter-Bold;
  color: #0c4b9a;
}
header .menuOne.menuactive > a::after {
  height: 30px;
}
header .menuOne {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 69px;
  position: relative;
}
header .menuOne > a {
  color: #333333;
  padding: 40px 0px;
  position: relative; text-transform:uppercase;
}
header .menuOne > a::before {
  content: attr(title);
  font-family: Inter-Bold;
  display: block;
  height: 0px;
  visibility: hidden;
}
header .menuOne > a::after {
  content: "";
  background: #0c4b9a;
  height: 0px;
  width: 2px;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s;
}
header .menuOne > a:hover {
  font-family: Inter-Bold;
  color: #0c4b9a;
}
header .menuOne > a:hover::after {
  height: 30px;
}
header .menuOne .active > a {
  color: #0c4b9a;
}
header .menuOne .menuactive > a {
  color: #0c4b9a;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-left: 150px;
}
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: #0c4b9a;
}
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: #0c4b9a;
}
header .ul {
  min-width: 237px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background-color: #ffffff;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  padding: 20px 0px 22px;
}
header .ul li:nth-of-type(1) {
  margin-top: 0px;
}
header .ul li {
  text-align: center;
  font-family: Inter-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  margin-top: 4px;
}
header .ul li a {
  display: block;
  padding: 3px 20px;
  color: #333;
  white-space: nowrap;
  position: relative;
}
header .ul li a:hover {
  color: #0c4b9a;
}
header .ul1 {
  left: 50%;
  transform: translate(-50%);
  top: calc(100% - 10px);
  padding-left: 0px;
  padding-top: 1px !important;
}
header .buttonBox {
  margin-left: 30px;
}
header .buttonBox a {
  font-family: Inter-Medium;
  min-width: 198px;
  min-height: 60px; text-transform:uppercase;
}
header .r_box {
  display: flex;
  align-items: center;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
  padding: 5px 15px;
  cursor: pointer;
  background: rgba(12, 75, 154, 0.06);
  border-radius: 20px;
  overflow: hidden;
}
header .lang .lang_box:hover {
  background: #0c4b9a;
}
header .lang .lang_box:hover span {
  color: #fff;
}
header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
  filter: brightness(0) invert(1);
}
header .lang .lang_box .dq {
  width: 20px;
  transition: 0.1s;
  margin-right: 3px;
}
header .lang .lang_box .dq1 {
  width: 11px;
  transition: 0.1s;
}
header .lang .lang_box span {
  font-family: Inter-Medium;
  color: #333;
  transition: 0.1s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #0c4b9a;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #0c4b9a;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #0c4b9a;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .title {
  font-family: Inter-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #0c4b9a;
}
header .dif_ul {
  background: #fff;
  position: absolute;
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow: auto;
  left: 0;
  top: 100%;
  padding: 41px 0px 52px;
  box-shadow: 2px 4px 32px 0px #f0f1f2;
  display: none;
}
header .dif_ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header .dif_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
header .dif_ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .menu_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 21px;
  gap: 20px 8%;
}
header .right_img {
  width: 415px;
  padding-left: 85px;
  padding-bottom: 15px;
  border-left: 1px solid #d2d2d2;
}
header .right_img .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
header .name {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 19px;
}
header .name a {
  color: #333;
}
header .name a:hover {
  color: #0c4b9a;
}
header .link_box {
  font-family: Inter-Medium;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  margin-top: 21px;
}
header .link_box a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 9px;
}
header .link_box a:hover {
  color: #0c4b9a;
}
header .link_box span {
  transition: 0s;
}
header .logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 75, 154, 0.1);
}
header .left_menu {
  flex: 1;
  padding-top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 0px 17%;
}
header .menu1 {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 18px 0px;
  width: 41.5%;
}
header .menu1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #333;
}
header .menu1 a:hover {
  color: #0c4b9a;
}
header .menu1 .active a {
  color: #0c4b9a;
}
header .menu1 .active .logo1 {
  opacity: 1;
}
header .menu1 span {
  flex: 1;
  transition: 0s;
}
header .logo1 {
  width: 18px;
  opacity: 0;
}
header .menu2 {
  font-family: Inter-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  flex: 1;
}
header .menu2 a {
  color: #333;
  display: block;
}
header .menu2 a:hover {
  color: #0c4b9a;
}
header .menu2 figure {
  display: flex;
  flex-direction: column;
  gap: 18px 0px;
}
.fyhead .logoBox {
  width: 216px;
}
.fyhead .menuOne > a {
  padding: 35px 0px;

}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 197px;
  min-height: 57px;
  background: #0c4b9a;
  border-radius: 8px;
  border: 2px solid #0c4b9a;
  overflow: hidden;
  font-size: 18px;
  font-family: Inter-Bold;
  color: #fff;
  padding: 5px 12px;
  gap: 12px;
}
.buttonBox a:hover {
  background: #fff;
  color: #0c4b9a;
}
.buttonBox span {
  transition: 0s;
}
.buttonBox .logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6edf5;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  background: var(--i) no-repeat center;
  background-size: cover;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .banner_bt {
  font-family: Inter-Bold;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #ffffff;
}
.mbx {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 42px;
}
.mbx a {
  display: inline;
  color: #fff;
  text-underline-offset: 4px;
}
.mbx a:hover {
  text-decoration: underline;
}
.mbx .active {
  text-decoration: underline;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter-Regular;
  width: 100%;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333;
  width: 36px;
  height: 30px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #0c4b9a;
  color: #fff;
  border: 1px solid #0c4b9a;
}
.PageNumber a.no:hover {
  background: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
}
.PageNumber .active {
  background: #0c4b9a;
  color: #fff;
  border: 1px solid #0c4b9a;
}
.PageNumber .p_f ,.PageNumber .big{
  width: 79px;
}
.PageNumber .p_l {
  width: 61px;
}
.PageNumber input {
  font-family: Inter-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
  min-width: 144px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10px;
}
.PageNumber input:hover {
  background: #fff;
  color: #0c4b9a;
}
.PageNumber .submit {
  display: flex;
  align-items: flex-start;
}
.PageNumber .submit img {
  margin-top: 2px;
}
.padding_top {
  padding-top: 110px;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all 5s linear;
  transform: scale(1.2);
}
.index_banner .swiper-slide-active img,
.index_banner .swiper-slide-duplicate-active img {
  transform: scale(1);
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 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 \9;
  display: block \9\0;
}
@media screen and (max-width: 993px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: calc(100% - 40px);
  max-width: 1400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 33px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: Inter-Bold;
}
.index_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: block;
 /* font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #f4f5f7; */
  opacity: 0.4;
  background: #fff;
  margin: 0px !important;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
  /* font-size: 30px; */
}
.index_banner .sw_button div {
  cursor: pointer;
  transition: 0.2s;
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
}
.index_banner .sw_button div:hover {
  opacity: 1;
}
.index_banner .sw_button div:nth-of-type(1) {
  left: 6.771%;
}
.index_banner .sw_button div:nth-of-type(2) {
  right: 6.771%;
}
.index_banner .sw_button img {
  width: 100%;
}
.big_title {
  font-family: Inter-Bold;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #0c4b9a;
}
.big_title span {
  transition: 0s;
  color: #0c4b9a;
  display: inline;
}
.title_describe {
  color: #666;
  margin-top: 10px;
}
.index1 {
  background: #f5f8fb;
  padding: 63px 0px 80px;
  overflow: hidden;
}
.index1 .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5%;
}
.index1 .l_box {
  flex: 1;
}
.index1 .swiper_button {
  margin-bottom: 10px;
}
.index1 .sw_box {
  margin-top: 24px;
}
.mySwiperindex1_menu {
  position: relative;
  padding: 1px 0px;
}
.mySwiperindex1_menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0px;
  border-bottom: 1px solid #d2d2d2;
}
.mySwiperindex1_menu .swiper-slide {
  width: auto;
  font-family: Inter-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
  margin-right: 64.5px;
  position: relative;
  padding: 14px 0px;
}
.mySwiperindex1_menu .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: #0c4b9a;
  transition: 0.3s ease-in-out;
}
.mySwiperindex1_menu .swiper-slide:hover p {
  color: #0c4b9a;
}
.mySwiperindex1_menu p {
  color: #333;
  transition: 0.3s;
}
.mySwiperindex1_menu p::before {
  content: attr(title);
  display: block;
  height: 0px;
  font-family: Inter-Bold;
  visibility: hidden;
}
.mySwiperindex1_menu .active {
  font-family: Inter-Bold;
}
.mySwiperindex1_menu .active::before {
  width: 100%;
}
.mySwiperindex1_menu .active p {
  color: #0c4b9a;
}
.mySwiperindex1_menu .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px !important;
}
.index1_container {
  margin-top: 53px;
}
.index1_container .swiper-slide {
  padding: 16px;
  background: #fff;
  box-shadow: 2px 4px 32px 0px #f0f1f2;
  transition: 0.3s;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .index1_container .swiper-slide:hover {
    background: #0c4b9a;
  }
  .index1_container .swiper-slide:hover .title {
    color: #fff;
  }
  .index1_container .swiper-slide:hover .title a {
    color: #fff;
  }
  .index1_container .swiper-slide:hover .describe {
    color: #fff;
  }
  .index1_container .swiper-slide:hover .link_box span {
    color: #0bb1ee;
  }
  .index1_container .swiper-slide:hover .link_box .logo img:nth-of-type(1) {
    opacity: 0;
  }
  .index1_container .swiper-slide:hover .link_box .logo img:nth-of-type(2) {
    opacity: 1;
  }
}
.index1_container .swiper {
  overflow: initial;
}
.index1_container .title {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.index1_container .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;
  text-underline-offset: 4px;
}
.index1_container .title a:hover {
  text-decoration: underline;
}
.index1_container .box {
  padding: 16px 13px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index1_container .describe {
  line-height: 26px;
  color: #666666;
  transition: 0.3s;
  margin-top: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index1_container .link_box {
  font-family: Inter-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  margin-top: 23px;
}
.index1_container .link_box a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.index1_container .link_box a:hover span {
  text-decoration: underline;
}
.index1_container .link_box span {
  color: #0c4b9a;
  text-underline-offset: 2px;
}
.index1_container .logo {
  width: 16px;
  position: relative;
}
.index1_container .logo img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index2 {
  padding: 63px 0px 90px;
}
.index2 .big_title {
  text-align: center;
}
.index2 .title_describe {
  text-align: center;
}
.index2_container {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 1920px;
  margin: 44px auto 0px;
}
.index2_container figure {
  flex: 1;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index2_container figure:hover {
    flex: 2.624;
  }
  .index2_container figure:hover .imgBox::before {
    opacity: 0;
  }
  .index2_container figure:hover .imgBox::after {
    opacity: 1;
  }
  .index2_container figure:hover .describe {
    width: 100%;
    flex: 1;
  }
  .index2_container figure:hover .container {
    gap: 6%;
  }
}
.index2_container .imgBox {
  display: flex;
  justify-content: center;
  position: relative;
}
.index2_container .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s ease-in-out;
  opacity: 1;
}
.index2_container .imgBox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/index2_back.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 433px;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.index2_container .imgBox img {
  max-width: none;
  width: 745px;
}
.index2_container .box {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0px 22px;
}
.index2_container .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index2_container .title a {
  color: #fff;
  text-underline-offset: 4px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index2_container .title a:hover {
  text-decoration: underline;
}
.index2_container .links_box {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.index2_container .links_box:hover {
  background: #0c4b9a;
}
.index2_container .container {
  display: flex;
  align-items: flex-start;
  gap: 0%;
  margin-top: 22px;
  overflow: hidden;
  transition: 0.3s;
}
.index2_container .describe {
  line-height: 24px;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 0px;
  overflow: hidden;
  transition: 0.5s ease-in;
}
.index3 {
  position: relative;
}
.index3::before {
  content: "";
  width: 100%;
  height: 48.293%;
  background: #f1f4f9;
  left: 0;
  bottom: 0;
  position: absolute;
}
.index3_back {
  position: absolute;
  right: 0;
  width: calc(100% - 160px);
  height: 100%;
  background: #0c4b9a;
  border-radius: 72px 0px 0px 0px;
  overflow: hidden;
  z-index: 1;
}
.index3_back::before {
  content: "";
  width: 40%;
  max-width: 224px;
  height: 51.707%;
  background: #1a56a0;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0px 0px 72px 0px;
  z-index: -1;
}
.index3_back::after {
  content: "";
  width: 50%;
  max-width: 616px;
  height: 53.659%;
  /* background: #1a56a0; */
  background: url('../images/index3_back.png') no-repeat center;
  background-size: cover;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 72px 0px 0px 0px;
  z-index: -1;
}
.index3_container {
  padding: 34px 0px 52px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.index3_container .big_title {
  color: #fff;
}
.index3_container .big_title a {
  color: #fff;
  text-underline-offset: 4px;
}
.index3_container .big_title a:hover {
  text-decoration: underline;
}
.index3_container .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 25px;
}
.index3_container .describe em {
  font-family: Inter-Bold;
  font-size: 22px;
  font-style: normal;
}
.index3_container .buttonBox {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.index3_container .buttonBox a {
  border: 2px solid #fff;
  background: transparent;
  font-family: Inter-Bold;
  font-size: 16px;
  min-width: 196px;
  min-height: 54px;
}
.index3_container .buttonBox a:hover {
  background: #fff;
}
.index3_container .r_box {
  width: 30%;
  max-width: 324px;
}
.index3_container .l_box {
  width: 64%;
  padding-top: 4px;
}
.index4 {
  padding: 120px 0px 96px;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.index4::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f1f4f9;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: -1;
}
.index4 .l_box {
  width: 48%;
  max-width: 902px;
  float: left;
  position: relative;
  margin-right: 5.68%;
  margin-bottom: 6px;
}
.index4 .logo {
  width: 82px;
}
.index4 .logo img {
  width: 100%;
}
.index4 .imgBox {
  border-radius: 0px 81px 0px 0px;
  overflow: hidden;
}
.index4 .name {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 19px;
}
.index4 .box {
  position: absolute;
  right: -31px;
  bottom: 0;
  min-width: 324px;
  background-color: #0c4b9a;
  border-radius: 0px 48px 0px 0px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 20px 42px;
}
.index4 .color_text {
  font-family: Inter-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0c4b9a;
}
.index4 .big_title {
  margin-top: 10px;
}
.index4 .big_title a {
  display: block;
}
.index4 .content {
  padding: 3.073% 0px 0px;
}
.index4 .describe {
  color: #666666;
  margin-top: 31px;
}
.index4 .buttonBox {
  margin-top: 68px;
}
.index4 .buttonBox a {
  min-width: 196px;
  min-height: 56px;
}
.index5 {
  padding: 74px 0px 79px;
}
.index5 .color_text {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0c4b9a;
}
.index5 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 9px;
}
.index5 .title_describe {
  margin-top: 9px;
  flex: 1;
  margin-left: 7.5%;
}
.index5 .big_title {
  width: 350px;
}
.index5_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 81px;
  gap: 30px 3.428%;
}
.index5_list li {
  width: 22.429%;
  transition: 0.3s;
  padding: 57px 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  position: relative;
}
.index5_list li::before {
  content: "";
  width: 0%;
  height: 8px;
  background: #0c4b9a;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  transition: 0.3s ease-in;
}
.index5_list li:hover {
  box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
}
.index5_list li:hover::before {
  width: 100%;
}
.index5_list li:hover .name {
  color: #0c4b9a;
}
.index5_list .logo {
  height: 89px;
  display: flex;
  align-items: flex-start;
}
.index5_list .logo img {
  max-height: 100%;
}
.index5_list .name {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 33px;
  transition: 0.3s;
}
.index5_list .describe {
  line-height: 28px;
  color: #333333;
  margin-top: 27px;
}
.index6 {
  background: #f1f4f9;
  padding: 88px 0px 79px;
  overflow: hidden;
}
.index6 .content {
  position: relative;
}
.index6 .big_title {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 30px;
}
.index6 .big_title a {
  display: block;
  position: relative;
}
.index6 .big_title a::before {
  content: "“";
  position: absolute;
  left: 0;
  transform: translate(-100%);
  font-family: Inter-Bold;
  font-size: 186px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 106px;
  letter-spacing: 0px;
  color: #0c4b9a;
  opacity: 0.1;
}
.index6 .logo {
  width: 100%;
  max-width: 147px;
}
.index6 .sw_box {
  width: 62.5%;
  margin: 34px auto 0px;
  background: #f1f4f9;
  position: relative;
  z-index: 1;
}
.index6 .sw_box .swiper-slide {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.index6 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 30px;
}
.index6 .name {
  font-family: Inter-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 74px;
}
.index6 .text {
  color: #666;
  line-height: 26px;
}
.index6 .swiper_button {
  gap: 30px;
  justify-content: center;
  margin-top: 36px;
}
.index6 .sw_box1 {
  padding: 0px 34px;
  position: absolute;
  left: 0;
  top: 65.6%;
  width: 100%;
  transform: translateY(-50%);
}
.index6 .sw_box1 .swiper {
  overflow: initial;
}
.index6 .sw_box1 .swiper-slide {
  box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  overflow: hidden;
}
.index7 {
  padding: 72px 0px 139px;
  overflow: hidden;
}
.index7 .big_title {
  text-align: center;
}
.index7 .color_text {
  color: #0c4b9a;
  text-align: center;
  margin-top: 8px;
}
.index7 .swiper-slide {
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  height: auto;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.index7 .swiper-slide:hover .box::before {
  width: 100%;
}
.index7 .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  height:60px;
  letter-spacing: 0px;
  color: #333333;
}
.index7 .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 .title a:hover {
  color: #0c4b9a;
}
.index7 .describe {
  line-height: 28px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.index7 .box {
  padding: 39px 34px 40px;
  position: relative;
}
.index7 .box::before {
  content: "";
  width: 0%;
  height: 4px;
  background: #0c4b9a;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  position: absolute;
  transition: 0.3s;
}
.index7 .time {
  min-width: 144px;
  min-height: 45px;
  background-color: #0c4b9a;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(-65%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 15px;
}
.index7 .button {
  margin-top: 37px;
}
.index7 .button a {
  font-family: Inter-Medium;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  color: #333;
  padding: 4px 15px;
}
.index7 .button a:hover {
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
  color: #fff;
}
.index7 .button a:hover img {
  filter: brightness(0) invert(1);
}
.index7 .button img {
  width: 16px;
}
.index7 .sw_box {
  margin-top: 47px;
  position: relative;
}
.index7 .swiper_button div {
  position: absolute;
  z-index: 1;
  top: 49%;
}
.index7 .swiper_button div:nth-of-type(1) {
  left: -81px;
  transform: translate(-100%, -50%);
}
.index7 .swiper_button div:nth-of-type(2) {
  right: -81px;
  transform: translate(100%, -50%);
}
.index7 .swiper {
  overflow: initial;
}
.index7 .swiper-slide-active,
.index7 .swiper-slide-next,
.index7 .swiper-slide-next + .swiper-slide {
  opacity: 1;
  pointer-events: all;
}
.index8 .content {
  position: relative;
  z-index: 1;
  padding: 35px 0px 36px;
}
.index8 .content::before {
  content: "";
  width: calc(100% + 82px);
  height: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  background: #0c4b9a;
  z-index: -1;
  position: absolute;
}
.index8 .title {
  font-family: Inter-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index8 .describe {
  color: #fff;
  margin-top: 14px;
}
.index8 .buttonBox {
  margin-top: 6px;
}
.index8 .buttonBox a {
  border: 2px solid #fff;
  min-height: 54px;
  min-width: 196px;
}
.index8 .img_box {
  position: absolute;
  width: 156px;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
}
.index8 .r_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-left: 206px;
}
.index8 .box {
  flex: 1;
}
.index2_pub {
  padding: 72px 0px 79px;
}
.index2_pub .big_title {
  text-align: center;
}
.index2_pub .title_describe {
  text-align: center;
}
.index3_pub {
  position: relative;
}
.index3_pub::before {
  display: none;
}
.index7_pub {
  padding: 81px 0px 128px;
  overflow: hidden;
}
.index7_pub .big_title {
  text-align: center;
}
.index7_pub .color_text {
  color: #0c4b9a;
  text-align: center;
  margin-top: 8px;
}
.index7_pub .swiper-slide {
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  height: auto;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.index7_pub .swiper-slide:hover .box::before {
  width: 100%;
}
.index7_pub .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.index7_pub .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_pub .title a:hover {
  color: #0c4b9a;
}
.index7_pub .describe {
  line-height: 28px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.index7_pub .box {
  padding: 39px 34px 40px;
  position: relative;
}
.index7_pub .box::before {
  content: "";
  width: 0%;
  height: 4px;
  background: #0c4b9a;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  position: absolute;
  transition: 0.3s;
}
.index7_pub .time {
  min-width: 144px;
  min-height: 45px;
  background-color: #0c4b9a;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(-65%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 15px;
}
.index7_pub .button {
  margin-top: 37px;
}
.index7_pub .button a {
  font-family: Inter-Medium;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  color: #333;
  padding: 4px 15px;
}
.index7_pub .button a:hover {
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
  color: #fff;
}
.index7_pub .button a:hover img {
  filter: brightness(0) invert(1);
}
.index7_pub .button img {
  width: 16px;
}
.index7_pub .sw_box {
  margin-top: 47px;
  position: relative;
}
.index7_pub .swiper_button div {
  position: absolute;
  z-index: 1;
  top: 49%;
}
.index7_pub .swiper_button div:nth-of-type(1) {
  left: -81px;
  transform: translate(-100%, -50%);
}
.index7_pub .swiper_button div:nth-of-type(2) {
  right: -81px;
  transform: translate(100%, -50%);
}
.index7_pub .swiper {
  overflow: initial;
}
.index7_pub .swiper-slide-active,
.index7_pub .swiper-slide-next,
.index7_pub .swiper-slide-next + .swiper-slide {
  opacity: 1;
  pointer-events: all;
}
.to1 {
  background: #f5f8fb;
  padding: 69px 0px 90px;
}
.to1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pub_menu {
  width: 24%;
  max-width: 334px;
  padding-top: 1px;
}
.pub_menu .menu_all {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #f5f8fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0c4b9a;
  border-radius: 8px;
  overflow: hidden;
  gap: 20px;
  padding: 15px 28px 17px;
}
.pub_menu .menu_all p {
  flex: 1;
}
.pub_menu .menu_all .down {
  display: none;
}
.pub_menu .menuOne_box {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #d2d2d2;
  padding: 14px 0px 15px 28px;
  position: relative;
}
.pub_menu .menuOne_box::before {
  content: "";
  background: url("../images/pub_la.png") no-repeat center;
  background-size: cover;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}
.pub_menu .menuOne_box span {
  flex: 1;
  display: block;
  transition: 0s;
}
.pub_menu .menuOne_box:hover {
  color: #0c4b9a;
}
.pub_menu .menuOne_box:hover::before {
  opacity: 1;
}
.pub_menu .menuOne_box.active {
  color: #0c4b9a;
}
.pub_menu .menuOne_box.active::before {
  opacity: 1;
}
.pub_menu .list1 {
  padding-top: 19px;
}
.pub_menu .menuOne_box + ul {
  padding: 10px 20px 20px 50px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 41px;
  letter-spacing: 0px;
  color: #333333;
  display: none;
  border-bottom: 1px solid #d2d2d2;
}
.pub_menu .menuOne_box + ul a {
  color: #333333;
  position: relative;
}
.pub_menu .menuOne_box + ul a::before {
  content: "";
  position: absolute;
  left: -13px;
  transform: translate(-100%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  background: #0c4b9a;
  opacity: 0;
  transition: 0.3s;
}
.pub_menu .menuOne_box + ul a:hover {
  color: #0c4b9a;
}
.pub_menu .menuOne_box + ul a:hover::before {
  opacity: 1;
}
.pub_menu .menuOne_box + ul li.active a {
  color: #0c4b9a;
}
.pub_menu .menuOne_box + ul li.active a::before {
  opacity: 1;
}
.pub_menu .menu_box2 {
  margin-top: 33px;
}
.pub_menu .list2 {
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px 12px;
  margin-top: 20px;
}
.pub_menu .list2 a {
  display: block;
  background: #fff;
  color: #666;
  padding: 0px 11.5px;
}
.pub_menu .list2 a:hover {
  background: #0c4b9a;
  color: #fff;
}
.to1_title {
  font-family: Inter-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333;
}
.to1_title span {
  display: inline;
  color: #0c4b9a;
}
.to1_describe {
  color: #666;
  margin-top: 12px;
}
.to1_container {
  flex: 1;
  margin-left: 3.286%;
}
.to1_container form {
  margin-top: 44px;
}
.to1_container .PageNumber {
  margin-top: 50px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.7645%;
}
.to1_list li {
  width: 32.157%;
  padding: 16px 15px;
  background-color: #ffffff;
  box-shadow: 2px 4px 32px 0px #f0f1f2;
  transition: 0.3s;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .to1_list li:hover {
    background: #0c4b9a;
  }
  .to1_list li:hover .title {
    color: #fff;
  }
  .to1_list li:hover .title a {
    color: #fff;
  }
  .to1_list li:hover .describe {
    color: #fff;
  }
  .to1_list li:hover .links::before {
    opacity: 0;
  }
}
.to1_list .title {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.to1_list .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;
  text-underline-offset: 4px;
}
.to1_list .title a:hover {
  text-decoration: underline;
}
.to1_list .box {
  padding: 15px 0px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.to1_list .describe {
  line-height: 25px;
  color: #666666;
  transition: 0.3s;
  margin-top: 13px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.to1_list .link_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 13px;
  flex-wrap: wrap;
  margin-top: 21px;
}
.to1_list .link_box input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.to1_list .links {
  font-family: Inter-Medium;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  min-height: 55px;
  border-radius: 8px;
  position: relative;
}
.to1_list .links::before {
  content: "";
  width: 100%;
  max-width: 140px;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: -2px;
  position: absolute;
  background: #0c4b9a;
  transition: 0.3s;
}
.to1_list .links span {
  color: #333;
}
.to1_list .links:hover {
  border: 1px solid #fff;
  background: #0c4b9a;
  color: #fff;
}
.to1_list .links:hover span {
  color: #fff;
}
.to1_list .links:hover .logo {
  background: #fff;
}
.to1_list .logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6edf5;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.tth {
  background: #f5f8fb;
}
.tth1 {
  padding: 69px 0px 80px;
}
.tth1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.tth1 .r_box {
  width: 48.858%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 6px;
}
.tth1 .r_box img {
  transition: 0s;
}
.tth1 .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.tth1 .zoomPad > img {
  border-radius: 24px;
  overflow: hidden;
}
.tth1 .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tth1 .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair;
}
.tth1 .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.tth1 .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.tth1 .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.tth1 .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tth1 .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.tth1 .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.tth1 .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.tth1 .ft_box {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 9;
}
.tth1 .m-prob {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}
.tth1 .pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  width: 82.749%;
}
.tth1 .pic-big:hover .ft_box {
  display: none;
}
.tth1 .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.tth1 .big-img .zoomPad {
  float: none;
  z-index: 8;
}
.tth1 .zoomWrapperImage img {
  max-width: 1920px;
  z-index: 99;
}
.tth1 .pic-small {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1;
  margin-left: 3.217%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tth1 .pic-btn {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tth1 .pic-btn img {
  max-width: auto;
  filter: brightness(0) opacity(0.4);
}
.tth1 .pic-btn.prev {
  top: 0;
}
.tth1 .pic-btn.next {
  bottom: 0;
}
.tth1 .pic-btn:hover img {
  filter: none;
}
.tth1 .pic-list {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 35px);
}
.tth1 .pic-list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tth1 .list-item {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 12%;
}
.tth1 .list-item a {
  display: block;
}
.tth1 .item-pics img,
.tth1 .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.tth1 .item-pics,
.tth1 .item-video {
  position: relative;
  border: solid 1px #d2d2d2;
  border-radius: 12px;
  overflow: hidden;
}
.tth1 .item-pics.zoomThumbActive:before,
.tth1 .item-video.active:before {
  left: -8px;
}
.tth1 .m-propic2 {
  display: none;
}
.tth1 .provideo-box {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.tth1 .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.tth1 .provideo-box .provideo iframe,
.tth1 .pro2-box .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tth1 .provideo-box .provideo iframe body {
  margin: 0px !important;
}
.tth1 .item-pics:hover,
.tth1 .item-pics.active,
.tth1 .item-video:hover,
.tth1 .item-video.active {
  border: solid 1px #0c4b9a;
}
.tth1_l {
  margin-left: 5.429%;
  flex: 1;
  padding-bottom: 1px;
}
.tth1_l h1 {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.tth1_l .describe {
  line-height: 40px;
  color: #333;
  margin-top: 32px;
}
.tth1_l .describe em {
  color: #333;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 24px;
}
.tth1_l .describe em::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
  transition: 0.3s;
}
.tth1_l .describe em:hover {
  color: #0c4b9a;
}
.tth1_l .describe em:hover::before {
  background: #0c4b9a;
}
.tth1_l .share_box {
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
}
.tth1_l .buttonBox {
  gap: 10px 13px;
  flex-wrap: wrap;
  margin-top: 84px;
}
.tth1_l .buttonBox a {
  font-family: Inter-Medium;
  border: 1px solid #e0e0e0;
  background: transparent;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  min-width: 218px;
  min-height: 55px;
  border-radius: 8px;
  position: relative;
}
.tth1_l .buttonBox a span {
  color: #333;
}
.tth1_l .buttonBox a:hover {
  border: 1px solid #0c4b9a;
  background: #0c4b9a;
  color: #fff;
}
.tth1_l .buttonBox a:hover span {
  color: #fff;
}
.tth1_l .buttonBox a:hover .logo {
  background: #fff;
}
.tth_menu {
  background: #e7eef5;
  font-family: Inter-Medium;
  font-size: 18px;
  color: #333;
}
.tth_menu .content {
  display: flex;
  justify-content: space-between;
  gap: 0px 20px;
  overflow: auto;
}
.tth_menu .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tth_menu .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tth_menu .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tth_menu a {
  display: block;
  color: #333;
  position: relative;
  text-align: center;
  padding: 19px 19px 21px;
  white-space: nowrap;
}
.tth_menu a::before {
  content: attr(title);
  font-family: Inter-Bold;
  display: block;
  height: 0px;
  visibility: hidden;
}
.tth_menu a::after {
  content: "";
  width: 0px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  background: #0c4b9a;
  transition: 0.3s;
}
.tth_menu a:hover {
  color: #0c4b9a;
}
.tth_menu a:hover::after {
  width: 100%;
}
.tth_menu .active {
  font-family: Inter-Bold;
  color: #0c4b9a;
}
.tth_menu .active::after {
  width: 100%;
}
.tth_title {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #0c4b9a;
  display: flex;
  justify-content: flex-start;
}
.tth_title p {
  position: relative;
}
.tth_title p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background-color: #0c4b9a;
  opacity: 0.1;
}
.tth2 {
  padding: 73px 0px 0px;
}
.tth2 .text {
  font-family: Inter-Medium;
  color: #333;
  margin-top: 10px;
}
.tth2_container {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 34px 0px;
}
.tth2_container figure {
  overflow: hidden;
}
.tth2_container .l_box {
  width: 48.572%;
  margin-bottom: 5px;
  border-radius: 32px !important;
  position: relative;
}
.tth2_container .describe {
  color: #666;
  padding-left: 42px;
}
.tth2_container .describe em {
  color: #333;
  font-family: Inter-Medium;
  font-style: normal;
  display: block;
  position: relative;
}
.tth2_container .describe em::before {
  content: "";
  margin-left: -42px;
  width: 27px;
  height: 27px;
  background: url("../images/duigou.png") no-repeat center;
  background-size: cover;
  top: 1px;
  position: absolute;
}
.tth2_container .r_box {
  padding-top: 2.429%;
}
.tth2_container figure:nth-of-type(odd) .l_box {
  float: right;
  margin-left: 4%;
}
.tth2_container figure:nth-of-type(even) .l_box {
  float: left;
  margin-right: 7.1%;
}
.tth3 {
  padding-top: 58px;
}
.tth3 .describe {
  margin-top: 28px;
}
.tth4 {
  padding-top: 62px;
}
.tth4 .describe {
  color: #666;
  margin-top: 10px;
  font-family: Inter-Medium;
}
.tth4 .title_top {
  align-items: flex-start;
}
.tth4 .imgBox {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.tth4 .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.tth4 .sw_button {
  margin-top: 8px;
}
.tth4 .name {
  font-size: 18px;
  color: #333;
  font-family: Inter-Medium;
  padding: 0px 8px;
  margin-top: 14px;
}
.tth4 .sw_box {
  margin-top: 37px;
}
.tth5 {
  padding-top: 62px;
}
.tth5 .describe {
  color: #666;
  margin-top: 16px;
}
.tth5 .imgBox {
  box-shadow: 2px 4px 32px 0px #f0f1f2;
  border-radius: 16px;
  overflow: hidden;
}
.tth5 .name {
  font-family: Inter-Medium;
  font-size: 18px;
  color: #333;
  margin-top: 13px;
}
.tth5 figure:nth-of-type(2) {
  margin-top: 25px;
}
.tth5 .sw_box {
  margin-top: 35px;
}
.tth6 {
  padding-top: 58px;
}
.tth6 .describe {
  font-family: Inter-Medium;
  color: #666;
  margin-top: 10px;
}
.tth6 .title {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tth6 .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;
}
.tth6 .title a:hover {
  color: #0c4b9a;
}
.tth6 .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.tth6 .box {
  padding: 23px 10px 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tth6 .text {
  line-height: 28px;
  color: #333;
  transition: 0.3s;
  margin-top: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tth6 .imgBox {
  border-radius: 24px;
  overflow: hidden;
}
.tth6 .link_box {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.tth6 .links {
  font-family: Inter-Bold;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #0c4b9a;
}
.tth6 .links span {
  transition: 0s;
  text-underline-offset: 4px;
}
.tth6 .links:hover span {
  text-decoration: underline;
}
.tth6 .logo {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0c4b9a;
  overflow: hidden;
}
.tth6 .logo img {
  width: auto;
  height: auto;
}
.tth6 .sw_box {
  margin-top: 35px;
}
.tth7 {
  padding-top: 63px;
}
.tth7 .describe {
  color: #666;
  margin-top: 10px;
  font-family: Inter-Medium;
}
.tth7 .imgBox {
  border-radius: 16px;
  overflow: hidden;
}
.tth7 .name {
  font-size: 18px;
  color: #333;
  font-family: Inter-Medium;
  padding: 0px 8px;
  margin-top: 12px;
}
.tth7_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 2.213%;
  margin-top: 29px;
}
.tth7_list li {
  width: 31.858%;
}
.tth8 {
  padding-top: 65px;
}
.tth8 .content {
  overflow: hidden;
}
.tth8 .l_box {
  width: 48.572%;
  float: right;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 4.5%;
}
.tth8 .swipertth8-pagination {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 35px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  padding: 0px 4.4%;
}
.tth8 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d2d2d2;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 0px !important;
  position: relative;
  opacity: 0.8;
  z-index: 1;
}
.tth8 .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.tth8 .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.tth8 .swiper-pagination-bullet-active::before {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.tth8 .describe {
  font-family: Inter-Medium;
  color: #666;
  margin-top: 29px;
}
.tth8 .r_box {
  padding-top: 2.358%;
}
.tth9 {
  padding-top: 57px;
}
.tth9_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 38px;
}
.tth9_list li {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 24px 0px;
}
.tth9_list figure {
  background-color: #ffffff;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 4px 4px 32px 4px;
  padding: 25px 25px 5px 20px;
}
.tth9_list .title {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  padding-top: 4px;
  margin-left: 23px;
}
.tth9_list .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 20px;
  cursor: pointer;
}
.tth9_list .l_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.tth9_list .qa {
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  border: solid 2px #0c4b9a;
  border-radius: 50%;
  overflow: hidden;
  font-family: Inter-Bold;
  font-size: 18px;
  color: #0c4b9a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tth9_list .dianji {
  font-size: 42px;
}
.tth9_list .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tth9_list .bottom {
  display: none;
  padding-bottom: 23px;
}
.tth9_list .bottom .qa {
  background: #0c4b9a;
  color: #fff;
}
.tth9_list .describe {
  flex: 1;
  padding-top: 4px;
  margin-left: 23px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.tth10 {
  padding: 62px 0px 81px;
}
.tth10_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1.142%;
  margin-top: 36px;
}
.tth10_list .logo {
  width: 54px;
  height: 54px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.tth10_list .logo img {
  max-width: 100%;
  max-height: 100%;
}
.tth10_list li {
  width: 32.572%;
  background: #e7eef5;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px 29px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 120px;
}
.tth10_list .text {
  font-family: Inter-Medium;
  font-size: 18px;
  color: #333;
  flex: 1;
  margin-left: 38px;
}
.tth11 {
  position: relative;
}
.tth11::before {
  display: none;
}
.tth11_container {
  padding: 34px 0px 52px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.tth11_container .big_title {
  color: #fff;
}
.tth11_container .big_title a {
  color: #fff;
}
.tth11_container .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 25px;
}
.tth11_container .describe em {
  font-family: Inter-Bold;
  font-size: 22px;
  font-style: normal;
}
.tth11_container .buttonBox {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.tth11_container .buttonBox a {
  border: 2px solid #fff;
  background: #fff;
  font-family: Inter-Bold;
  font-size: 16px;
  min-width: 216px;
  min-height: 54px;
  color: #0c4b9a;
}
.tth11_container .buttonBox a:hover {
  background: #0c4b9a;
  color: #fff;
}
.tth11_container .r_box {
  width: 28%;
  max-width: 324px;
}
.tth11_container .l_box {
  width: 68%;
  padding-top: 4px;
}
.tth12 {
  padding: 40px 0px 81px;
}
.tth12 .title {
  font-family: Inter-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #0c4b9a;
  border-bottom: 1px solid #e0e1e2;
  padding: 11px 0px;
}
.tth12_list {
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px 12px;
  margin-top: 23px;
}
.tth12_list a {
  display: block;
  background: #fff;
  color: #666;
  padding: 0px 11.5px;
}
.tth12_list a:hover {
  background: #0c4b9a;
  color: #fff;
}
.tth13 {
  background: #fff;
  padding: 70px 0px 90px;
  overflow: hidden;
}
.tth13 .swiper_button {
  margin-bottom: 10px;
}
.tth13 .text {
  color: #666666;
  margin-top: 10px;
}
.tth13 .swiper-slide {
  padding: 16px;
  background: #fff;
  box-shadow: 2px 4px 32px 0px #f0f1f2;
  transition: 0.3s;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .tth13 .swiper-slide:hover {
    background: #0c4b9a;
  }
  .tth13 .swiper-slide:hover .title {
    color: #fff;
  }
  .tth13 .swiper-slide:hover .title a {
    color: #fff;
  }
  .tth13 .swiper-slide:hover .describe {
    color: #fff;
  }
  .tth13 .swiper-slide:hover .link_box span {
    color: #0bb1ee;
  }
  .tth13 .swiper-slide:hover .link_box .logo img:nth-of-type(1) {
    opacity: 0;
  }
  .tth13 .swiper-slide:hover .link_box .logo img:nth-of-type(2) {
    opacity: 1;
  }
}
.tth13 .swiper {
  overflow: initial;
}
.tth13 .title {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}
.tth13 .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;
  text-underline-offset: 4px;
}
.tth13 .title a:hover {
  text-decoration: underline;
}
.tth13 .box {
  padding: 16px 13px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tth13 .describe {
  line-height: 26px;
  color: #666666;
  transition: 0.3s;
  margin-top: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tth13 .link_box {
  font-family: Inter-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  display: flex;
  justify-content: flex-start;
  margin-top: 23px;
}
.tth13 .link_box a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tth13 .link_box a:hover span {
  text-decoration: underline;
}
.tth13 .link_box span {
  color: #0c4b9a;
  text-underline-offset: 2px;
}
.tth13 .logo {
  width: 16px;
  position: relative;
}
.tth13 .logo img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.tth13 .sw_box {
  margin-top: 54px;
}
.tho {
  background: #f5f8fb;
}
.tho1 {
  background: #fff;
  padding: 64px 0px 81px;
}
.tho1 .title_describe {
  text-align: center;
  margin-top: 8px;
}
.tho1 .big_title {
  text-align: center;
}
.tho1 .PageNumber {
  margin-top: 51px;
}
.tho1_list {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}
.tho1_list .imgBox {
  width: 40%;
  max-width: 460px;
  border-radius: 24px;
  overflow: hidden;
}
.tho1_list li {
  display: flex;
  flex-wrap: wrap;
}
.tho1_list .box {
  flex: 1;
  background-color: #f5f8fb;
  border-radius: 24px;
  padding: 2.6% 4.4% 2.9%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tho1_list .text {
  color: #333;
  transition: 0.3s;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tho1_list .title {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tho1_list .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;
}
.tho1_list .title a:hover {
  color: #0c4b9a;
}
.tho1_list .link_box {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.tho1_list .links {
  font-family: Inter-Medium;
  border: 1px solid #e0e0e0;
  background: transparent;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  min-height: 55px;
  border-radius: 8px;
  position: relative;
}
.tho1_list .links::before {
  content: "";
  width: 100%;
  max-width: 140px;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: -1px;
  position: absolute;
  background: #0c4b9a;
  transition: 0.3s;
}
.tho1_list .links span {
  color: #333;
}
.tho1_list .links:hover {
  border: 1px solid #fff;
  background: #0c4b9a;
  color: #fff;
}
.tho1_list .links:hover::before {
  opacity: 0;
}
.tho1_list .links:hover span {
  color: #fff;
}
.tho1_list .links:hover .logo {
  background: #fff;
}
.tho1_list .logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6edf5;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.tht1 {
  padding: 62px 0px 90px;
}
.tht1 h1 {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.tht1 .share_box {
  color: #666;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
}
.tht1 .describe {
  color: #666;
  border-top: 1px solid #d2d2d2;
  margin-top: 12px;
  padding-top: 21px;
}
.tht1 .describe img {
  display: inline-block;
  max-width: 100%;
}
.tht1 .describe1 {
  color: #666;
  padding-left: 36px;
  line-height: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 0px;
  margin-top: 24px;
}
.tht1 .describe1 p {
  width: 46.25%;
}
.tht1 .describe1 em {
  color: #666;
  font-style: normal;
  display: block;
  position: relative;
}
.tht1 .describe1 em::before {
  content: "";
  margin-left: -36px;
  width: 22px;
  height: 22px;
  background: url("../images/duigou1.png") no-repeat center;
  background-size: cover;
  top: 4px;
  position: absolute;
}
.tht1 .img_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 0px;
  margin-top: 35px;
}
.tht1 figure {
  width: 48.929%;
}
.tht1 .describe3 {
  color: #666;
}
.tht1_list {
  display: flex;
  flex-direction: column;
  gap: 35px 0px;
  margin-top: 40px;
}
.tht1_list li {
  overflow: hidden;
}
.tht1_list li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.tht1_list li:nth-of-type(odd) .r_box {
  margin-left: 2.142%;
  float: right;
}
.tht1_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.tht1_list li:nth-of-type(even) .r_box {
  margin-right: 2.142%;
  float: left;
}
.tht1_list .r_box {
  width: 48.929%;
  margin-bottom: 5px;
}
.tht2 {
  background: url("../images/tht2_back.jpg") no-repeat center top;
  background-size: cover;
}
.tht2 .tth13 {
  padding: 71px 0px 129px;
  background: transparent;
}
.pub_project {
  padding: 73px 0px 0px;
}
.pub_project .describe {
  color: #666;
  margin-top: 10px;
}
.pub_project .imgBox {
  width: 40%;
  max-width: 460px;
  border-radius: 24px;
  overflow: hidden;
}
.pub_project .box {
  flex: 1;
  background-color: #fff;
  border-radius: 24px;
  padding: 2.6% 4.4% 2.9%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pub_project .text {
  color: #333;
  transition: 0.3s;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pub_project .title {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_project .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;
}
.pub_project .title a:hover {
  color: #0c4b9a;
}
.pub_project .link_box {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.pub_project .links {
  font-family: Inter-Medium;
  border: 1px solid #e0e0e0;
  background: transparent;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  min-height: 55px;
  border-radius: 8px;
  position: relative;
}
.pub_project .links::before {
  content: "";
  width: 100%;
  max-width: 140px;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: -1px;
  position: absolute;
  background: #0c4b9a;
  transition: 0.3s;
}
.pub_project .links span {
  color: #333;
}
.pub_project .links:hover {
  border: 1px solid #fff;
  background: #0c4b9a;
  color: #fff;
}
.pub_project .links:hover::before {
  opacity: 0;
}
.pub_project .links:hover span {
  color: #fff;
}
.pub_project .links:hover .logo {
  background: #fff;
}
.pub_project .logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6edf5;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.pub_project .logo img {
  width: auto;
  height: auto;
}
.pub_project figure {
  display: flex;
  flex-wrap: wrap;
}
.pub_project .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}
.pub_project .sw_box {
  margin-top: 54px;
}
.fuo1 {
  padding: 72px 0px 50px;
}
.fuo1 .r_box {
  width: 48.572%;
  float: right;
  position: relative;
  margin-bottom: 40px;
  margin-left: 4%;
}
.fuo1 .r_box::before {
  content: "";
  width: 173px;
  height: 173px;
  background: url("../images/fuo1_back.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: -41px;
  bottom: -32px;
}
.fuo1 .box {
  border-radius: 100px 24px 24px 24px;
  overflow: hidden;
  position: relative;
}
.fuo1 .link_box {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.fuo1 .links {
  font-size: 18px;
  font-family: Inter-Medium;
  background: rgba(12, 75, 154, 0.9);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 237px;
  min-height: 73px;
  border-radius: 8px;
  position: relative;
  padding: 0px 15px;
}
.fuo1 .links span {
  color: #fff;
  text-underline-offset: 4px;
}
.fuo1 .links:hover {
  background: #0c4b9a;
  color: #fff;
}
.fuo1 .links:hover span {
  color: #fff;
  text-decoration: underline;
}
.fuo1 .links:hover .logo {
  background: #fff;
}
.fuo1 .logo {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.fuo1 .logo img {
  width: auto;
  height: auto;
}
.fuo1 .logo1 {
  width: 70px;
}
.fuo1 .logo1 img {
  max-width: 100%;
}
.fuo1 .l_box {
  padding-top: 29px;
}
.fuo1 .big_title {
  margin-top: 23px;
}
.fuo1 .describe {
  line-height: 32px;
  color: #666;
  margin-top: 38px;
}
.fuo2 {
  background: #f5f8fb;
  padding: 73px 0px 91px;
}
.fuo2_list {
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.2855%;
}
.fuo2_list li {
  width: 31.143%;
  position: relative;
  display: flex;
}
.fuo2_list li::after {
  content: "";
  width: 50%;
  height: 95%;
  background: #0c4b9a;
  border-radius: 66px 16px 16px 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (min-width: 993px) {
  .fuo2_list li:hover::after {
    transform-origin: left center;
    transform: rotate(5deg);
  }
  .fuo2_list li:hover .box {
    border: 1px solid #0c4b9a;
    box-shadow: none;
  }
  .fuo2_list li:hover .box::after {
    width: calc(100% - 40px);
  }
  .fuo2_list li:hover .box::before {
    opacity: 1;
  }
  .fuo2_list li:hover .title {
    color: #0c4b9a;
  }
  .fuo2_list li:hover .num{
    background: #0c4b9a;
    color: #fff;
  }
}
.fuo2_list .box {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 6px 46px 0px #e1e8f0;
  border-radius: 66px 16px 16px 16px;
  padding: 48px 33px;
  min-height: 494px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
.fuo2_list .box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/fuo2_back.jpg") no-repeat center bottom;
  background-size: cover;
  left: 0;
  top: 0;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
.fuo2_list .box::after {
  content: "";
  width: 0px;
  position: absolute;
  bottom: -1px;
  height: 3px;
  background: #0c4b9a;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.fuo2_list .num {
  width: 76px;
  height: 76px;
  background: #e6edf5;
  font-family: Inter-Bold;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #0c4b9a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 7px;
  transition: .3s;
}
.fuo2_list .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.fuo2_list .title {
  transition: 0.3s;
  font-family: Inter-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
}
.fuo2_list .describe {
  line-height: 28px;
  color: #666;
  margin-top: 29px;
}
.fuo3 {
  padding: 81px 0px 89px;
  overflow: hidden;
}
.fuo3 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 5%;
}
.fuo3 .l_box {
  flex: 1;
  padding-top: 3px;
}
.fuo3 .describe {
  width: 65.286%;
  color: #666;
}
.fuo3 .buttonBox {
  margin-top: 19.2%;
}
.fuo3 .buttonBox a {
  font-family: Inter-Medium;
  font-size: 16px;
  min-width: 199px;
  min-height: 55px;
}
.fuo3 .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 993px) {
  .fuo3 .swiper-slide:hover .hide_box {
    opacity: 1;
  }
}
.fuo3 .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.fuo3 .links {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fuo3 .links::before {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.3;
  transition: 0.3s;
}
.fuo3 .links img {
  width: auto;
  height: auto;
  transition: 0.2s;
}
.fuo3 .swiper {
  overflow: initial;
}
.fuo3 .sw_box {
  margin-top: 65px;
}
.fuo4 {
  padding: 72px 0px 95px;
}
.fuo4 .big_title {
  text-align: center;
}
.fuo4 .title_describe {
  color: #0c4b9a;
  text-align: center;
  margin-top: 8px;
}
.fuo4 .tth9_list {
  margin-top: 44px;
}
.fuo_back {
  background: #f5f8fb;
}
.fo_back {
  background: #f3f6f9;
}
.index4_pub {
  padding: 90px 0px 54px;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.index4_pub::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #f1f4f9;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: -1;
}
.index4_pub .l_box {
  width: 48%;
  max-width: 902px;
  float: left;
  position: relative;
  margin-right: 5.68%;
  margin-bottom: 6px;
}
.index4_pub .logo {
  width: 82px;
}
.index4_pub .logo img {
  width: 100%;
}
.index4_pub .imgBox {
  border-radius: 0px 81px 0px 0px;
  overflow: hidden;
}
.index4_pub .name {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 19px;
}
.index4_pub .name >a{ color: #ffffff !important;}
.index4_pub .box {
  position: absolute;
  right: -31px;
  bottom: 0;
  min-width: 324px;
  background-color: #0c4b9a;
  border-radius: 0px 48px 0px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 20px 42px;
}
.index4_pub .color_text {
  font-family: Inter-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0c4b9a;
}
.index4_pub .big_title {
  margin-top: 10px;
}
.index4_pub .big_title a {
  display: block;
}
.index4_pub .content {
  padding: 2.553% 0px 0px;
}
.index4_pub .describe {
  color: #666666;
  margin-top: 50px;
}
.index4_pub .buttonBox {
  margin-top: 68px;
}
.index4_pub .buttonBox a {
  min-width: 196px;
  min-height: 56px;
}
.fo1 {
  overflow: hidden;
  padding-bottom: 97px;
  max-width: 1920px;
  margin: 0px auto;
}
.fo1 .r_box {
  float: right;
  width: 48.125%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 5%;
  margin-bottom: 5px;
}
.fo1 .img_box {
  width: 63.745%;
  border-radius: 81px 0px 0px 0px;
  overflow: hidden;
}
.fo1 .color_text {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #0c4b9a;
}
.fo1 .describe {
  color: #666;
  margin-top: 40px;
}
.fo1 .big_title {
  margin-top: 1px;
}
.fo1 .box1 {
  width: 33.55%;
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
}
.fo1 .links {
  flex: 1;
  background: #0097cf;
  border-radius: 81px 0px 0px 0px;
  overflow: hidden;
  font-family: Inter-Bold;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 10px;
}
.fo1 .links span {
  font-size: 46px;
  display: block;
}
.fo1 .links:hover {
  background: #0c4b9a;
}
.fo1 .box3 {
  border-radius: 81px 0px 0px 0px;
  overflow: hidden;
}
.fo1 .content {
  padding-top: 3.386%;
}
.fo2 {
  padding: 79px 0px 92px;
  overflow: hidden;
}
.fo2 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 5%;
}
.fo2 .l_box {
  flex: 1;
  padding-top: 3px;
}
.fo2 .describe {
  width: 65.286%;
  color: #666;
}
.fo2 .buttonBox {
  margin-top: 11.2%;
}
.fo2 .buttonBox a {
  font-family: Inter-Medium;
  font-size: 16px;
  min-width: 199px;
  min-height: 55px;
}
.fo2 .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 993px) {
  .fo2 .swiper-slide:hover .hide_box {
    opacity: 1;
  }
}
.fo2 .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.fo2 .links {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fo2 .links::before {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.3;
  transition: 0.3s;
}
.fo2 .links img {
  width: auto;
  height: auto;
  transition: 0.2s;
}
.fo2 .sw_box {
  margin-top: 52px;
}
.fo3 {
  background: url("../images/fo3_back.jpg") no-repeat center top;
  background-size: cover;
  padding: 53px 0px 65px;
  overflow: hidden;
}
.fo3 .color_text {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0c4b9a;
}
.fo3 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 9px;
}
.fo3 .title_describe {
  margin-top: 9px;
  flex: 1;
  margin-left: 7.5%;
}
.fo3 .big_title {
  width: 350px;
}
.fo3 .swiper-slide {
  transition: 0.3s;
  padding: 49px 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 410px;
  position: relative;
  height: auto;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}
.fo3 .swiper-slide::before {
  content: "";
  width: 0%;
  height: 8px;
  background: #0c4b9a;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  transition: 0.3s ease-in;
}
.fo3 .swiper-slide:hover {
  box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.fo3 .swiper-slide:hover::before {
  width: 100%;
}
.fo3 .swiper-slide:hover .name {
  color: #0c4b9a;
}
.fo3 .logo {
  height: 89px;
  display: flex;
  align-items: flex-start;
}
.fo3 .logo img {
  max-height: 100%;
  width: auto;
  height: auto;
}
.fo3 .name {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  min-height: 48px;
  display: flex;
  align-items: center;
  margin-top: 23px;
  transition: 0.3s;
}
.fo3 .describe {
  line-height: 28px;
  color: #333333;
  margin-top: 17px;
}
.fo3 .swiper {
  overflow: initial;
  pointer-events: none;
}
.fo3 .sw_box {
  margin-top: 60px;
}
.fo3 .swiper-slide-active,
.fo3 .swiper-slide-next,
.fo3 .swiper-slide-next + .swiper-slide,
.fo3 .swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
  pointer-events: all;
}
.fo3 .swipertfo3-pagination {
  width: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 22px;
}
.fo3 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #b5b5b5;
  opacity: 0.6;
  display: block;
  margin: 0px !important;
  position: relative;
  z-index: 1;
}
.fo3 .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #0c4b9a;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.fo3 .swiper-pagination-bullet-active {
  background: #0c4b9a;
  opacity: 1;
}
.fo3 .swiper-pagination-bullet-active::before {
  width: 18px;
  height: 18px;
  opacity: 1;
}
.fo4 {
  background: url("../images/fo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 82px 0px 109px;
}
.fo4 .big_title {
  text-align: center;
}
.fo4 .color_text {
  font-family: Inter-Medium;
  color: #0c4b9a;
  text-align: center;
  margin-top: 8px;
}
.fo4_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
.fo4_container .img1 {
  width: 100%;
  overflow: hidden;
}
.fo4_center {
  width: 45.429%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fo4_center .name {
  font-family: Inter-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.fo4_center .text {
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 32px;
  max-height: 196px;
  overflow: auto;
}
.fo4_center .text::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fo4_center .text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.fo4_center .text::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}
.fo4_center .detail_box {
  position: absolute;
  width: 50%;
  max-width: 300px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.fo4_center .detail_box figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 0;
  width: 100%;
  transition: 0.2s;
}
.fo4_center .detail_box .active {
  opacity: 1;
  z-index: 2;
}
.fo4_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 88.5px 0px;
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}
.fo4_box .logo {
  width: 52px;
}
.fo4_box .logo img {
  max-width: 100%;
  transition: 0.2s;
}
.fo4_box .describe {
  text-align: center;
  margin-top: 25px;
  display: none;
}
.fo4_box figure {
  width: 365px;
  min-height: 100px;
  background-color: #ffffff;
  box-shadow: 1px 1px 0px 0px rgba(12, 75, 154, 0.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  padding: 8px 23px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .fo4_box .active {
    box-shadow: none;
    background: #235ca3;
    border: solid 1px #0097cf;
  }
  .fo4_box .active .title {
    color: #fff;
  }
  .fo4_box .active .logo img {
    filter: brightness(0) invert(1);
  }
  .fo4_box .active .img {
    opacity: 1;
  }
  .fo4_box .active .number {
    color: #ffffff;
    opacity: 0.2;
  }
}
.fo4_box .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.fo4_box .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  flex: 1;
  padding-left: 12px;
  padding-right: 8px;
}
.fo4_box .number {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #9fc5ea;
  opacity: 0.6;
}
.fo4_l {
  margin-left: 30px;
}
.fo4_l figure {
  transform: translateX(-20%);
}
.fo4_l figure:nth-of-type(1),
.fo4_l figure:nth-last-of-type(1) {
  transform: none !important;
}
.fo4_l .img {
  right: 0;
  transform: translate(100%, -50%);
}
.fo4_r {
  margin-right: 30px;
}
.fo4_r figure {
  transform: translateX(20%);
}
.fo4_r figure:nth-of-type(1) {
  margin-top: 0px;
}
.fo4_r figure:nth-of-type(1),
.fo4_r figure:nth-last-of-type(1) {
  transform: none !important;
}
.fo4_r .img {
  left: 0;
  transform: translate(-100%, -50%);
}
.fo5 {
  overflow: hidden;
  max-width: 1920px;
  margin: 0px auto;
}
.fo5 .content {
  padding: 3.855% 0px 30px;
}
.fo5 .l_box {
  width: 50.053%;
  float: left;
  margin-right: 3.7%;
}
.fo5 .buttonBox {
  margin-top: 72px;
}
.fo5 .buttonBox a {
  font-family: Inter-Medium;
  font-size: 16px;
  min-width: 199px;
  min-height: 55px;
}
.fo5 .describe {
  color: #666;
  margin-top: 53px;
}
.fo5 .to1_title {
  line-height: 44px;
}
.ft1 {
  padding: 63px 0px 101px;
}
.ft1 .l_box {
  padding-top: 2px;
}
.ft1 .top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 6%;
}
.ft1 .describe {
  flex: 1;
  color: #666;
}
.ft1 .PageNumber {
  margin-top: 59px;
}
.ft1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 1.7855%;
  margin-top: 64px;
}
.ft1_list li {
  width: 32.143%;
  border-radius: 24px;
  overflow: hidden;
}
.fth .big_title {
  line-height: 52px;
}
.fth1 {
  padding: 72px 0px 0px;
}
.fth1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fth1 .r_box {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.fth1 .l_box {
  width: 44%;
  position: relative;
}
.fth1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 54px;
}
.fth1 .box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 46.8%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
}
.fth1 .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fth1 .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fth1 .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fth2 {
  padding: 54px 0px 0px;
}
.fth2 .describe {
  color: #666;
  margin-top: 10px;
}
.fth2_list {
  gap: 15px 1.3333%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.fth2_list li {
  width: 24%;
  border-radius: 16px;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.fth3 {
  padding: 89px 0px 129px;
}
.fth3_list {
  display: flex;
  flex-direction: column;
  gap: 64px 0px;
}
.fth3_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fth3_list .l_box {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
.fth3_list .r_box {
  width: 45.45%;
  position: relative;
}
.fth3_list .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 54px;
}
.fth3_list .box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
}
.fth3_list .box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.fth3_list .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.fth3_list .box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.fth3_list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ffu1 {
  padding: 65px 0px 101px;
}
.ffu1 .big_title {
  text-align: center;
}
.ffu1 .PageNumber {
  margin-top: 59px;
}
.ffu1_llist {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 1.7855%;
  margin-top: 58px;
}
.ffu1_llist li {
  width: 32.143%;
  position: relative;
}
.so {
  background: #f5f8fb;
}
.so1 {
  background: #fff;
  padding: 64px 0px 70px;
}
.so1 .big_title {
  text-align: center;
}
.so1 .color_text {
  color: #0c4b9a;
  text-align: center;
  margin-top: 8px;
}
.so1 .PageNumber {
  margin-top: 60px;
}
.so1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.213%;
  margin-top: 57px;
}
.so1_list li {
  width: 31.858%;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  height: auto;
  transition: 0.3s;
}
.so1_list li:hover .box::before {
  width: 100%;
}
.so1_list .title {
  font-family: Inter-Bold;
  font-size: 18px;
  
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  height:60px;
  letter-spacing: 0px;
  color: #333333;
}
.so1_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;
}
.so1_list .title a:hover {
  color: #0c4b9a;
}
.so1_list .describe {
  line-height: 28px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.so1_list .box {
  padding: 39px 34px 40px;
  position: relative;
}
.so1_list .box::before {
  content: "";
  width: 0%;
  height: 4px;
  background: #0c4b9a;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  position: absolute;
  transition: 0.3s;
}
.so1_list .time {
  min-width: 144px;
  min-height: 45px;
  background-color: #0c4b9a;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(-65%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 15px;
}
.so1_list .button {
  margin-top: 37px;
}
.so1_list .button a {
  font-family: Inter-Medium;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  color: #333;
  padding: 4px 15px;
}
.so1_list .button a:hover {
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
  color: #fff;
}
.so1_list .button a:hover img {
  filter: brightness(0) invert(1);
}
.so1_list .button img {
  width: 16px;
}
.st1 {
  padding: 62px 0px 71px;
  background: #fff;
}
.st1 h1 {
  font-family: Inter-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.st1 .share_time {
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 30px;
  margin-top: 13px;
}
.st1 .share_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.st1_container {
  border-top: 1px solid #d2d2d2;
  margin-top: 10px;
  padding: 43px 0px 0px;
}
.st1_container .title {
  font-family: Inter-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.st1_container .describe {
  color: #666;
  margin-top: 18px;
}
.st1_container .describe em {
  padding-left: 36px;
  color: #666;
  font-style: normal;
  display: block;
  position: relative;
}
.st1_container .describe em::before {
  content: "";
  margin-left: -36px;
  width: 22px;
  height: 22px;
  background: url("../images/duigou1.png") no-repeat center;
  background-size: cover;
  top: 4px;
  position: absolute;
}
.st1_container .describe img {
  display: inline-block;
  max-width: 100%;
}
.st1_container1 {
  overflow: hidden;
  margin-top: 11px;
}
.st1_container1 .r_box {
  width: calc(50% - 1px);
  float: right;
  margin-bottom: 5px;
  margin-left: 3%;
}
.st1_container1 .title {
  font-family: Inter-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.st1_container1 .describe {
  color: #666;
  margin-top: 14px;
}
.st1_container1 .describe1 {
  color: #666;
  margin-top: 46px;
}
.st1_container1 .describe1 em {
  color: #666;
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 36px;
}
.st1_container1 .describe1 em::before {
  content: "";
  margin-left: -36px;
  width: 22px;
  height: 22px;
  background: url("../images/duigou1.png") no-repeat center;
  background-size: cover;
  top: 4px;
  position: absolute;
}
.st1_container1 .describe1 img {
  display: inline-block;
}
.st1_container1 .l_box {
  padding-top: 3%;
}
.st1_container2 {
  margin-top: 38px;
  padding-bottom: 10px;
}
.st1_container2 .title {
  font-family: Inter-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.st1_container2 .describe {
  margin-top: 18px;
  color: #666;
}
.st_back {
  background: url("../images/st_back.jpg") no-repeat center;
  background-size: cover;
}
.st_back .tth13 {
  background: transparent;
  padding: 31px 0px 137px;
}
.st_back .index7_pub {
  padding: 81px 0px 50px;
}
.st_back .index7_pub .title_describe {
  color: #666;
  text-align: center;
  padding-bottom: 8px;
}
.sth1 {
  padding: 64px 0px 100px;
}
.sth1 .big_title {
  text-align: center;
}
.sth1 .color_text {
  color: #0c4b9a;
  text-align: center;
  margin-top: 8px;
}
.sth1 .PageNumber {
  margin-top: 60px;
}
.sth1_list {
  display: flex;
  flex-direction: column;
  gap: 20px 0px;
  margin-top: 46px;
}
.sth1_list .links {
  font-family: Inter-Medium;
  border: 1px solid #e0e0e0;
  background: #f8fafc;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  min-height: 55px;
  border-radius: 8px;
  position: relative;
}
.sth1_list .links::before {
  content: "";
  width: 100%;
  max-width: 140px;
  height: 2px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0px;
  position: absolute;
  background: #0c4b9a;
  transition: 0.3s;
}
.sth1_list .links span {
  color: #333;
}
.sth1_list .links:hover {
  border: 1px solid #fff;
  background: #0c4b9a;
  color: #fff;
}
.sth1_list .links:hover span {
  color: #fff;
}
.sth1_list .links:hover .logo {
  background: #fff;
}
.sth1_list .logo {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e8f2;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.sth1_list li {
  background-color: #f5f8fb;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 8%;
}
.sth1_list .l_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.sth1_list .box {
  flex: 1;
}
.sth1_list .img_box {
  width: 90px;
  border-radius: 10px;
  overflow: hidden;
}
.sth1_list .title {
  font-family: Inter-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.sth1_list .describe {
  line-height: 26px;
  color: #666;
  margin-top: 8px;
}
.seo {
  background: #f5f8fb;
}
.seo1 {
  padding: 63px 0px 0px;
}
.seo1 .big_title {
  text-align: center;
}
.seo1 .describe {
  text-align: center;
  line-height: 28px;
  color: #666;
  margin-top: 11px;
}
.seo1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 44px;
}
.seo1_list .box {
  box-shadow: 2px 4px 32px 0px #f0f1f2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
}
.seo1_list .box2 {
  background: #0c4b9a;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateX(-180deg);
  z-index: -1;
}
.seo1_list .box2 .name {
  color: #fff;
}
.seo1_list .box2 .text {
  color: #fff;
}
.seo1_list .box2 .text p {
  color: #fff;
}
.seo1_list .box2 .text a {
  color: #fff;
}
.seo1_list .box2 .text1 {
  color: #fff;
}
.seo1_list .box2 .logo img {
  filter: brightness(0) invert(1);
}
.seo1_list .box2 .logo::before {
  opacity: 0;
}
.seo1_list .box2 .logo::after {
  opacity: 1;
}
.seo1_list li {
  width: 23.429%;
  display: flex;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media screen and (min-width: 993px) {
  .seo1_list li:hover .box1 {
    transform: rotateX(180deg);
    z-index: -1;
  }
  .seo1_list li:hover .box2 {
    transform: rotateX(0deg);
    z-index: 1;
  }
}
.seo1_list .box1 {
  min-height: 310px;
  background-color: #ffffff;
}
.seo1_list .logo {
  width: 111px;
  height: 110px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo1_list .logo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/seo1_ia.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 1;
}
.seo1_list .logo::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/seo1_ib.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}
.seo1_list .logo img {
  position: relative;
  z-index: 1;
}
.seo1_list .name {
  font-family: Inter-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
  margin-top: 33px;
}
.seo1_list .text1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #0c4b9a;
  transition: 0.3s;
  margin-top: 15px;
}
.seo1_list .text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0c4b9a;
  margin-top: 14px;
}
.seo1_list .text p {
  color: #0c4b9a;
  transition: 0.3s;
}
.seo1_list .text a {
  word-break: break-all;
  color: #0c4b9a;
  text-underline-offset: 4px;
}
.seo1_list .text a:hover {
  text-decoration: underline;
}
.seo1_list .add {
  flex: 1;
  max-width: 356px;
}
.seo1_list .add .name {
  margin-top: 23px;
}
.seo2 {
  padding: 68px 0px 100px;
}
.seo2 .content {
  display: flex;
  flex-wrap: wrap;
}
.seo2 .l_box {
  width: 35%;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  overflow: hidden;
}
.seo2 .l_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo2 .r_box {
  background-color: #ffffff;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  margin-left: 29px;
  padding: 45px 40px 40px;
}
.seo2 .title {
  text-align: center;
  font-family: Inter-Bold;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333333;
}
.seo2 .title span {
  color: #0c4b9a;
  display: inline;
}
.seo2 .color_text {
  color: #0c4b9a;
  text-align: center;
  margin-top: 9px;
}
.seo2 form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px 0px;
  margin-top: 36px;
}
.seo2 form input {
  height: 59px;
}
.seo2 form input,
.seo2 form textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  resize: none;
  outline: none;
  padding: 0px 24px;
}
.seo2 form input:focus,
.seo2 form textarea:focus {
  border: 1px solid #0c4b9a;
}
.seo2 form input:focus::placeholder,
.seo2 form textarea:focus::placeholder {
  color: #333;
}
.seo2 form input::placeholder,
.seo2 form input::-webkit-input-placeholder,
.seo2 form textarea::placeholder {
  color: #666;
}
.seo2 form .int1 {
  width: 48.9%;
}
.seo2 form .yz {
  position: relative;
}
.seo2 form .yz::before {
  content: "*";
  top: 53%;
  transform: translateY(-50%);
  left: 9px;
  position: absolute;
  color: #ff0000;
  font-size: 18px;
}
.seo2 form .int2 {
  width: 100%;
}
.seo2 form .int2::before {
  top: 32px;
}
.seo2 form .tijiao {
  position: relative;
  margin-top: 7px;
}
.seo2 form .tijiao input {
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  font-family: Inter-Bold;
}
.seo2 form .tijiao input:hover {
  color: #0c4b9a;
  background: #fff;
}
.seo2 form .yzm {
  position: relative;
}
.seo2 form .yzm input {
  flex: 1;
  padding-right: 100px;
}
.seo2 form .yzm a,
.seo2 form .yzm span {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  cursor: pointer;
}
.seo2 form .yzm a img,
.seo2 form .yzm span img {
  height: 100%;
}
.seo2 form textarea {
  height: 138px;
  padding-top: 15px !important;
}
#pop {
  display: none;
  position: fixed;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#pop .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  max-width: 648px;
  background: #ffffff;
  padding: 39px 58px 52px;
  max-height: 90%;
  border-radius: 10px;
  overflow: auto;
}
#pop .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#pop .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
#pop .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#pop .pop_title {
  font-family: Inter-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
#pop form {
  display: flex;
  flex-direction: column;
  gap: 11px 0px;
  padding-left: 12px;
  margin-top: 26px;
}
#pop form > div {
  width: 100%;
  display: block;
}
#pop form input {
  height: 46px;
}
#pop form input,
#pop form textarea {
  width: 100%;
  background-color: #ffffff;
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  resize: none;
  outline: none;
  padding: 0px 7px;
}
#pop form input::placeholder,
#pop form input::-webkit-input-placeholder,
#pop form textarea::placeholder {
  color: #999;
}
#pop form .yz {
  position: relative;
}
#pop form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -12px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
#pop form .int1 {
  width: 100%;
}
#pop form .int1::before {
  top: 24px;
}
#pop form .tijiao {
  width: 100%;
  margin-top: 3px;
}
#pop form .tijiao input {
  background-color: #0c4b9a;
  border: 1px solid #0c4b9a;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-family: Inter-Regular;
  height: 49px;
}
#pop form .tijiao input:hover {
  background-color: #fff;
  color: #0c4b9a;
}
#pop form .yzm {
  width: 100%;
  position: relative;
}
#pop form .yzm input {
  flex: 1;
  padding-right: 120px;
}
#pop form .yzm a,
#pop form .yzm span {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  cursor: pointer;
}
#pop form .yzm a img,
#pop form .yzm span img {
  height: 100%;
}
#pop form textarea {
  height: 93px;
  padding-top: 8px !important;
}
.close {
  width: 27px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 16px;
  transition: 0.3s;
}
.close img {
  width: 100%;
}
.close:hover {
  transform: rotate(30deg);
}
.page_change {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-top: 37px;
  border-top: 1px solid #e0e0e0;
}
.page_change .logo {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border: solid 1px #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.page_change .logo img {
  width: 23px;
  transition: 0.2s;
}
.page_change > * {
  max-width: 48%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.page_change > *:hover .logo {
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
}
.page_change > *:hover .logo img {
  filter: brightness(0) invert(1);
}
.page_change .box {
  line-height: 26px;
}
.page_change .title {
  font-family: Inter-Regular;
  color: #333;
  font-size: 18px;
}
.page_change .title + * {
  color: #666;
  font-family: Inter-Regular;
}
.page_change .title + * a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change .title + * a:hover {
  color: #0c4b9a;
}
.page_change > *:nth-of-type(2) {
  flex-direction: row-reverse;
}
.page_change > *:nth-of-type(2) .box {
  text-align: right;
}
.index1_pub {
  background: #f5f8fb;
  padding: 62px 0px 103px;
  overflow: hidden;
}
.index1_pub .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5%;
}
.index1_pub .l_box {
  flex: 1;
}
.index1_pub .swiper_button {
  margin-bottom: 10px;
}
.index1_pub .sw_box {
  margin-top: 24px;
}
.index1_pub .bottom {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.index1_pub .swiper-pagination-progressbar {
  position: relative;
  background: transparent !important;
}
.index1_pub .swiper-pagination-progressbar::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  height: 2px;
  background: #c9c9c9;
}
.index1_pub .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0c4b9a;
}
.title_top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.title_top .l_box {
  flex: 1;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper_button div {
  border: solid 1px #d2d2d2;
  background: #fff;
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_button div:hover {
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
}
.sw_button {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sw_button div {
  border: solid 1px #d2d2d2;
  background: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.sw_button div:hover {
  background: #0c4b9a;
  border: 1px solid #0c4b9a;
}
.sw_button div:hover img {
  filter: brightness(0) invert(1);
}
.sw_button img {
  transition: 0.2s;
}
footer {
  background: #1f1f1f;
  padding-bottom: 43px;
  overflow: hidden;
}
footer .contact_list {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 39px 0px;
  justify-content: space-between;
  gap: 20px;
}
footer .contact_list::before {
  position: absolute;
  content: "";
  width: calc(100% + 82px);
  height: 100%;
  background: #121212;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: -1;
}
footer .contact_list li {
  display: flex;
  align-items: center;
  padding: 2px 0px 5px;
  min-width: 27%;
}
footer .contact_list > span {
  border-left: 1px solid #313131;
  display: block;
}
footer .logo {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 23px;
}
footer .logo img {
  max-height: 100%;
}
footer .logo::before {
  content: "";
  width: 3px;
  height: 37px;
  background: #0097cf;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .box {
  flex: 1;
  margin-left: 30px;
}
footer .describe {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .describe a {
  color: #fff;
  word-break: break-all;
}
footer .describe a:hover {
  color: #0c4b9a;
}
footer .describe + p {
  font-family: Inter-Medium;
  color: #999;
  margin-top: 2px;
}
footer .logoBox {
  width: 100%;
  max-width: 238px;
  flex-shrink: 0;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .text {
  color: #999;
  margin-top: 25px;
}
footer .l_box {
  width: 23.215%;
}
footer .footer_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 61px;
  padding-bottom: 66px;
}
footer .dif_footer {
  font-family: Inter-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .dif_footer a {
  color: #fff;
  text-underline-offset: 4px;
}
footer .dif_footer a:hover {
  text-decoration: underline;
}
footer .dif_up {
  display: none;
  width: 8px;
  filter: brightness(0) invert(1);
}
footer .dif_footer + ul {
  line-height: 34px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 23px;
}
footer .dif_footer + ul a {
  text-underline-offset: 4px;
  color: rgba(255, 255, 255, 0.5);
}
footer .dif_footer + ul a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .r_box {
  display: flex;
  align-items: flex-start;
  flex: 1;
  justify-content: space-between;
  margin-left: 8%;
  gap: 10px 20px;
  padding-top: 22px;
}
footer .box2 {
  margin-right: 2.5%;
}
footer .box3 {
  width: 41%;
  max-width: 388px;
}
footer form {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 8px 0px;
  margin-top: 32px;
}
footer form input {
  height: 45px;
}
footer form input,
footer form textarea {
  width: 100%;
  background: rgba(49, 49, 49, 0.4);
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  display: block;
  border: none;
  border-radius: 5px;
  resize: none;
  outline: none;
  padding: 0px 20px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  color: #ccc;
}
footer form .message::before {
  top: 25px !important;
}
footer form .yz {
  width: 100%;
  position: relative;
}
footer form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -13px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
footer form .tijiao {
  width: 100%;
  margin-top: 2px;
}
footer form .tijiao input {
  background-color: #0c4b9a;
  border: 1px solid #0c4b9a;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px !important;
  font-family: Inter-Medium;text-transform:uppercase;
}
footer form .tijiao input:hover {
  background-color: #fff;
  color: #0c4b9a;
}
footer form .yzm {
  width: 100%;
  position: relative;
}
footer form .yzm input {
  flex: 1;
  padding-right: 120px;
}
footer form .yzm a,
footer form .yzm span {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 33px;
  cursor: pointer;
}
footer form .yzm a img,
footer form .yzm span img {
  height: 100%;
}
footer form textarea {
  height: 93px;
  padding-top: 10px !important;
}
footer .footer_b {
  border-top: 2px solid rgba(238, 238, 238, 0.1);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 37px;
  gap: 20px;
}
footer .link_box {
  display: flex;
  align-items: flex-start;
  gap: 0px 5px;
}
footer .link_box span {
  flex-shrink: 0;
  font-size: 14px;
}
footer .link_box a {
  margin-right: 10px;
}
footer .bottom_box1 {
  width: 57.143%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
}
footer .bottom_box1 p span {
  font-size: 16px;
}
footer .bottom_box1 a {
  color: #999;
  text-underline-offset: 4px;
}
footer .bottom_box1 a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .name {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 14px;
  margin-left: 40px;
  flex: 1;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
  color: #fff;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #363636;
  border-radius: 4px;
  color: #fff;
}
footer .icBox a:hover {
  background: #0c4b9a;
}
footer .bottom_box2 {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 6px 50px;
  border-right: 1px solid #dce6eb;
  background-color: #fbfcfd;
}
.table table tr:nth-of-type(odd) td {
  background: #e7eef5;
}
.table table td:nth-last-of-type(1) {
  border-right: none;
}
.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%;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #333;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 27px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.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: 1750px) {
  header .sousuo {
    margin-left: 50px;
  }
  header .menuOne {
    margin-right: 45px;
  }
  .buttonBox a {
    min-width: 160px !important;
    min-height: 48px !important;
    font-size: 16px !important;
  }
  footer .icBox {
    margin-left: 20px;
    gap: 10px;
  }
  .index3_back {
    width: calc(100% - 40px);
  }
  .index7 .swiper_button div:nth-of-type(1) {
    left: -12px;
  }
  .index7 .swiper_button div:nth-of-type(2) {
    right: -12px;
  }
  .index7_pub .swiper_button div:nth-of-type(1) {
    left: -12px;
  }
  .index7_pub .swiper_button div:nth-of-type(2) {
    right: -12px;
  }
}
@media screen and (max-width: 1480px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  header .logoBox {
    width: 160px !important;
  }
  header .menuOne.menuactive > a::after,
  header .menuOne.active > a::after {
    height: 24px !important;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
    margin-right: 22px;
  }
  header .menuOne > a {
    padding: 30px 0px !important;
  }
  header .menuOne > a:hover::after {
    height: 24px;
  }
  header .buttonBox {
    margin-left: 20px;
  }
  header .buttonBox a {
    min-width: 126px !important;
    min-height: 44px !important;
    font-size: 14px !important;
    padding: 2px 10px !important;
  }
  header .lang {
    margin-left: 20px;
  }
  header .lang .lang_box {
    gap: 4px;
    padding: 4px 12px;
  }
  header .sousuo {
    margin-left: 25px;
  }
  header .ul {
    min-width: 200px;
  }
  header .ul div {
    padding: 15px 0px;
  }
  header .ul li a {
    padding: 0px 12px;
  }
  header .content {
    width: calc(100% - 60px) !important;
  }
  header .title {
    font-size: 24px;
    line-height: 32px;
  }
  header .right_img {
    width: 310px;
    padding-left: 50px;
    padding-bottom: 0px;
  }
  header .menu_container {
    margin-top: 10px;
  }
  header .name {
    font-size: 18px;
    margin-top: 15px;
  }
  header .left_menu {
    padding-top: 0px;
    gap: 0px 12%;
  }
  header .menu1 {
    font-size: 16px;
    line-height: 26px;
    gap: 12px 0px;
    width: 45%;
  }
  header .menu2 {
    font-size: 16px;
    line-height: 26px;
  }
  header .menu2 figure {
    gap: 12px 0px;
  }
  header .link_box {
    margin-top: 10px;
    font-size: 15px;
  }
  header .dif_ul {
    padding: 30px 0px;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 20px;
    gap: 16px;
  }
  .index_banner .swiper-pagination-bullet {
    font-size: 20px;
  }
  .index_banner .swiper-pagination-bullet-active {
    font-size: 26px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .contact_list {
    padding: 30px 0px;
    gap: 15px;
  }
  footer .contact_list::before {
    width: calc(100% + 60px);
  }
  footer .logo {
    height: 30px;
    width: 40px;
    padding-right: 15px;
  }
  footer .logo img {
    max-width: 100%;
  }
  footer .box {
    margin-left: 20px;
  }
  footer .describe {
    font-size: 18px;
    line-height: 28px;
  }
  footer .footer_a {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  footer .logoBox {
    width: calc(100% - 20px);
  }
  footer .text {
    margin-top: 20px;
  }
  footer .r_box {
    margin-left: 5%;
  }
  footer .dif_footer {
    font-size: 18px;
    line-height: 28px;
  }
  footer .dif_footer + ul {
    margin-top: 15px;
  }
  footer .box2 {
    margin-right: 0px;
  }
  footer .box3 {
    width: 38%;
  }
  footer form {
    margin-top: 26px;
  }
  footer form input,
  footer form textarea {
    padding: 0px 15px;
  }
  footer .footer_b {
    padding-top: 30px;
  }
  .padding_top {
    padding-top: 86px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  .big_title {
    font-size: 30px;
    line-height: 42px !important;
  }
  .index1 {
    padding: 60px 0px 80px;
  }
  .index1 .sw_box {
    margin-top: 20px;
  }
  .index1_container {
    margin-top: 40px;
  }
  .index1_container .swiper-slide {
    padding: 10px;
  }
  .index1_container .box {
    padding: 10px 6px;
  }
  .index1_container .title {
    font-size: 18px;
  }
  .index1_container .describe {
    margin-top: 5px;
  }
  .index1_container .link_box {
    margin-top: 8px;
  }
  .mySwiperindex1_menu .swiper-slide {
    font-size: 18px;
    padding: 10px 0px;
  }
  .index2 {
    padding: 60px 0px 80px;
  }
  .index2_pub {
    padding: 60px 0px 80px;
  }
  .index2_container {
    margin: 30px auto 0px;
  }
  .index2_container .imgBox img {
    width: 576px;
  }
  .index2_container .container {
    margin-top: 15px;
  }
  .index2_container .links_box {
    width: 42px;
    height: 42px;
  }
  .index3_container .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
  }
  .index3_container .describe em {
    font-size: 18px;
  }
  .index3_container .buttonBox {
    margin-top: 20px;
  }
  .index4 {
    padding: 80px 0px;
  }
  .index4 .color_text {
    font-size: 18px;
  }
  .index4 .describe {
    margin-top: 20px;
  }
  .index4 .buttonBox {
    margin-top: 25px;
  }
  .index4 .box {
    min-width: 260px;
    padding: 20px;
  }
  .index4 .logo {
    width: 62px;
  }
  .index4 .name {
    font-size: 18px;
    margin-top: 10px;
  }
  .index4 .name >a{ color:#fff !important;}
  .index5 {
    padding: 60px 0px;
  }
  .index5 .color_text {
    font-size: 16px;
    line-height: 24px;
  }
  .index5 .big_title {
    width: 270px;
  }
  .index5 .title_describe {
    margin-top: 0px;
    margin-left: 5%;
  }
  .index5_list {
    margin-top: 50px;
    gap: 30px 2%;
  }
  .index5_list li {
    width: 23.5%;
    padding: 25px 15px 30px;
    min-height: 310px;
  }
  .index5_list .logo {
    height: 66px;
  }
  .index5_list .describe {
    line-height: 26px;
    margin-top: 15px;
  }
  .index5_list .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .index6 {
    padding: 60px 0px;
  }
  .index6 .big_title a::before {
    font-size: 130px;
    line-height: 80px;
  }
  .index6 .describe {
    line-height: 26px;
    margin-top: 20px;
    font-size: 16px;
  }
  .index6 .name {
    margin-top: 30px;
  }
  .index6 .sw_box1 {
    padding: 0px;
  }
  .index7 {
    padding: 60px 0px 100px;
  }
  .index7 .sw_box {
    margin-top: 30px;
  }
  .index7 .time {
    min-width: 130px;
    min-height: 40px;
  }
  .index7 .box {
    padding: 35px 26px;
  }
  .index7 .title {
    line-height: 28px;
	height:56px;
  }
  .index7 .describe {
    line-height: 26px;
    margin-top: 10px;
  }
  .index7 .button {
    margin-top: 25px;
  }
  .index7 .button a {
    min-height: 48px;
  }
  .index7_pub {
    padding: 60px 0px 100px;
  }
  .index7_pub .sw_box {
    margin-top: 30px;
  }
  .index7_pub .time {
    min-width: 130px;
    min-height: 40px;
  }
  .index7_pub .box {
    padding: 35px 26px;
  }
  .index7_pub .title {
    line-height: 28px;
  }
  .index7_pub .describe {
    line-height: 26px;
    margin-top: 10px;
  }
  .index7_pub .button {
    margin-top: 25px;
  }
  .index7_pub .button a {
    min-height: 48px;
  }
  .swiper_button {
    gap: 10px !important;
  }
  .swiper_button div {
    width: 48px;
    height: 48px;
  }
  .bannerBox {
    min-height: 290px;
  }
  .bannerBox .banner_bt {
    font-size: 32px;
    line-height: 42px;
  }
  .mbx {
    margin-top: 20px;
  }
  .to1 .content {
    width: calc(100% - 100px) !important;
  }
  .pub_menu .menu_all {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 25px;
  }
  .pub_menu .menuOne_box {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0px 10px 25px;
  }
  .pub_menu .menuOne_box::before {
    top: 50%;
  }
  .pub_menu .menuOne_box + ul {
    padding: 10px 20px 10px 30px;
    line-height: 32px;
  }
  .to1_title {
    font-size: 28px;
    line-height: 36px !important;
  }
  .to1 {
    padding: 60px 0px 80px;
  }
  .to1_list li {
    padding: 10px;
  }
  .to1_list .box {
    padding: 10px 0px;
  }
  .to1_list .title {
    font-size: 18px;
  }
  .to1_list .describe {
    margin-top: 5px;
  }
  .to1_list .link_box {
    margin-top: 8px;
  }
  .to1_list .links {
    min-width: 160px;
    min-height: 46px;
  }
  .tth1 {
    padding: 60px 0px 80px;
  }
  .tth1 .pic-list {
    height: 90%;
  }
  .tth1 .pic-small {
    margin-left: 3%;
  }
  .tth1 .list-item {
    margin-bottom: 31%;
  }
  .tth1_l h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .tth1_l .describe {
    line-height: 32px;
    margin-top: 15px;
  }
  .tth1_l .describe em::before {
    top: 12px;
  }
  .tth1_l .buttonBox {
    margin-top: 30px;
  }
  .tth1_l .buttonBox a {
    gap: 12px;
  }
  .tth_menu {
    font-size: 16px;
  }
  .tth_title {
    font-size: 24px;
    line-height: 34px;
  }
  .tth2 {
    padding-top: 60px;
  }
  .tth2_container .describe em::before {
    top: -1px;
  }
  .tth4 .sw_box {
    margin-top: 30px;
  }
  .tth4 .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .tth5 .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .tth6 .title {
    font-size: 20px;
  }
  .tth6 .text {
    line-height: 26px;
    margin-top: 10px;
  }
  .tth7 .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .tth8 {
    padding-top: 60px;
  }
  .tth9_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-left: 15px;
  }
  .tth9_list .qa {
    width: 36px;
    height: 36px;
  }
  .tth9_list .describe {
    line-height: 26px;
    margin-left: 15px;
  }
  .tth9_list .dianji {
    font-size: 32px;
  }
  .tth10 {
    padding: 60px 0px 80px;
  }
  .tth10_list li {
    padding: 25px;
  }
  .tth10_list .logo {
    width: 50px;
    height: 50px;
  }
  .tth10_list .text {
    font-size: 16px;
    margin-left: 25px;
  }
  .tth11_container .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
  }
  .tth11_container .describe em {
    font-size: 18px;
  }
  .tth11_container .buttonBox {
    margin-top: 20px;
  }
  .tth12 {
    padding: 40px 0px 60px;
  }
  .tth13 {
    padding: 60px 0px 80px;
  }
  .tth13 .sw_box {
    margin-top: 40px;
  }
  .tth13 .swiper-slide {
    padding: 10px;
  }
  .tth13 .box {
    padding: 10px 6px;
  }
  .tth13 .title {
    font-size: 18px;
  }
  .tth13 .describe {
    margin-top: 5px;
  }
  .tth13 .link_box {
    margin-top: 8px;
  }
  .tho1 {
    padding: 60px 0px 80px;
  }
  .tho1_list .text {
    margin-top: 14px;
  }
  .tho1_list .title {
    font-size: 20px;
  }
  .tho1_list .links {
    min-width: 160px;
    min-height: 46px;
  }
  .index1_pub {
    padding: 60px 0px 80px;
  }
  .index1_pub .sw_box {
    margin-top: 20px;
  }
  .page_change {
    margin-top: 25px;
    padding-top: 25px;
  }
  .page_change .logo {
    width: 44px;
    height: 44px;
  }
  .tht1 {
    padding: 60px 0px 80px;
  }
  .tht1 h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .tht1 .describe {
    margin-top: 10px;
    padding-top: 15px;
  }
  .tht1 .describe1 {
    line-height: 26px;
  }
  .tht1 .describe1 em::before {
    top: 2px;
  }
  .pub_project {
    padding: 60px 0px 0px;
  }
  .pub_project .text {
    margin-top: 14px;
  }
  .pub_project .title {
    font-size: 20px;
  }
  .pub_project .links {
    min-width: 160px;
    min-height: 46px;
  }
  .pub_project .sw_box {
    margin-top: 30px;
  }
  .tth2 .tth13 {
    padding: 60px 0px 100px;
  }
  .fuo1 {
    padding: 50px 0px;
  }
  .fuo1 .links {
    min-width: 230px;
    min-height: 46px;
  }
  .fuo1 .box {
    border-radius: 66px 24px 24px 24px;
  }
  .fuo1 .logo1 {
    width: 62px;
  }
  .fuo1 .describe {
    line-height: 28px;
    margin-top: 20px;
  }
  .fuo2 {
    padding: 60px 0px 80px;
  }
  .fuo2_list {
    margin-top: 40px;
    gap: 30px 3.2855%;
  }
  .fuo2_list .box {
    padding: 40px 20px;
  }
  .fuo2_list .num {
    width: 66px;
    height: 66px;
    font-size: 26px;
    line-height: 36px;
  }
  .fuo2_list .title {
    font-size: 20px;
    line-height: 28px;
  }
  .fuo2_list .top {
    gap: 15px;
  }
  .fuo2_list .describe {
    line-height: 26px;
    margin-top: 20px;
  }
  .fuo3 {
    padding: 60px 0px;
  }
  .fuo3 .sw_box {
    margin-top: 40px;
  }
  .fuo4 {
    padding: 60px 0px 80px;
  }
  .fuo4 .tth9_list {
    margin-top: 30px;
  }
  .index4_pub {
    padding: 60px 0px;
  }
  .index4_pub .color_text {
    font-size: 18px;
  }
  .index4_pub .describe {
    margin-top: 20px;
  }
  .index4_pub .buttonBox {
    margin-top: 25px;
  }
  .index4_pub .box {
    min-width: 260px;
    padding: 20px;
  }
  .index4_pub .logo {
    width: 62px;
  }
  .index4_pub .name {
    font-size: 18px;
    margin-top: 10px;
  }
  .fo1 {
    padding-bottom: 80px;
  }
  .fo1 .color_text {
    font-size: 16px;
    line-height: 26px;
  }
  .fo1 .links {
    font-size: 20px;
    line-height: 36px;
  }
  .fo1 .links span {
    font-size: 28px;
  }
  .fo1 .img_box,
  .fo1 .links,
  .fo1 .box3 {
    border-radius: 52px 0px 0px 0px;
  }
  .fo1 .r_box {
    width: 50%;
  }
  .fo1 .box1 {
    gap: 12px 0px;
  }
  .fo1 .links {
    padding: 10px 20px;
  }
  .fo1 .describe {
    margin-top: 20px;
  }
  .fo2 {
    padding: 60px 0px;
  }
  .fo2 .sw_box {
    margin-top: 40px;
  }
  .fo3 {
    padding: 60px 0px;
  }
  .fo3 .color_text {
    font-size: 16px;
    line-height: 24px;
  }
  .fo3 .big_title {
    width: 270px;
  }
  .fo3 .title_describe {
    margin-top: 0px;
    margin-left: 5%;
  }
  .fo3 .sw_box {
    margin-top: 30px;
  }
  .fo3 .swiper-slide {
    padding: 25px 15px 30px;
    min-height: 310px;
  }
  .fo3 .logo {
    height: 66px;
  }
  .fo3 .describe {
    line-height: 26px;
    margin-top: 15px;
  }
  .fo3 .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .fo4 {
    padding: 80px 0px;
  }
  .fo4 .img{
    display: none;
  }
  .fo4 .content {
    width: calc(100% - 60px) !important;
  }
  .fo4_box {
    gap: 140px 0px;
  }
  .fo4_box figure {
    width: 260px;
    min-height: 66px;
    padding: 10px 15px;
  }
  .fo4_box .number {
    font-size: 24px;
    line-height: 28px;
  }
  .fo4_box .title {
    font-size: 16px;
    padding: 0px 12px;
  }
  .fo4_box .logo {
    width: 42px;
  }
  .fo4_box .img img {
    width: 80px;
  }
  .fo4_l {
    margin-left: 15px;
  }
  .fo4_l figure {
    transform: translateX(-10%);
  }
  .fo4_r {
    margin-right: 15px;
  }

  .fo4_r figure {
    transform: translateX(10%);
  }
  .fo4_center .name {
    font-size: 20px;
    line-height: 28px;
  }
  .fo4_center .text {
    line-height: 24px;
    margin-top: 10px;
  }
  .fo5 .describe {
    margin-top: 25px;
  }
  .fo5 .buttonBox {
    margin-top: 30px;
  }
  .fth1 {
    padding: 60px 0px 0px;
  }
  .fth1 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .fth1 .l_box {
    width: 45%;
  }
  .fth2_list {
    margin-top: 30px;
  }
  .fth3 {
    padding: 80px 0px 100px;
  }
  .fth3 .describe {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .fth3 .r_box {
    width: 45%;
  }
  .ffu1 {
    padding: 60px 0px 100px;
  }
  .ffu1 .PageNumber {
    margin-top: 40px;
  }
  .ffu1_llist {
    margin-top: 40px;
  }
  .so1 {
    padding: 60px 0px 60px;
  }
  .so1 .PageNumber {
    margin-top: 40px;
  }
  .so1_list {
    gap: 30px 2%;
    margin-top: 30px;
  }
  .so1_list li {
    width: 32%;
  }
  .so1_list .time {
    min-width: 130px;
    min-height: 40px;
  }
  .so1_list .box {
    padding: 35px 26px;
  }
  .so1_list .title {
    line-height: 28px;
	height:56px;
  }
  .so1_list .describe {
    line-height: 26px;
    margin-top: 10px;
  }
  .so1_list .button {
    margin-top: 25px;
  }
  .so1_list .button a {
    min-height: 48px;
  }
  .st1 {
    padding: 50px 0px 60px;
  }
  .st1 h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .st1_container {
    padding: 20px 0px 0px;
  }
  .st1_container .title {
    font-size: 22px;
    line-height: 32px;
  }
  .st1_container .describe {
    line-height: 26px;
  }
  .st1_container .describe em::before {
    top: 2px;
  }
  .st1_container1 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .st1_container1 .describe1 {
    margin-top: 20px;
    line-height: 26px;
  }
  .st1_container1 .describe1 em::before {
    top: 2px;
  }
  .st1_container2 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .st_back .index7_pub {
    padding: 60px 0px 50px;
  }
  .st_back .tth13 {
    padding: 30px 0px 80px;
  }
  .sth1 {
    padding: 60px 0px 80px;
  }
  .sth1 .PageNumber {
    margin-top: 40px;
  }
  .sth1_list {
    margin-top: 40px;
  }
  .sth1_list .links {
    min-width: 160px;
    min-height: 46px;
  }
  .sth1_list li {
    padding: 20px;
  }
  .sth1_list .img_box {
    width: 70px;
  }
  .sth1_list .title {
    font-size: 16px;
    line-height: 28px;
  }
  .sth1_list .describe {
    line-height: 24px;
    margin-top: 2px;
  }
  #pop .pop_title {
    font-size: 26px;
    line-height: 36px;
  }
  .seo1 {
    padding: 50px 0px 0px;
  }
  .seo1 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .seo1_list {
    margin-top: 30px;
  }
  .seo1_list li {
    width: 22%;
  }
  .seo1_list .logo {
    width: 91px;
    height: 90px;
  }
  .seo1_list .name {
    font-size: 20px;
    margin-top: 20px !important;
  }
  .seo1_list .text {
    font-size: 18px;
    margin-top: 10px;
  }
  .seo1_list .text1 {
    margin-top: 10px;
  }
  .seo2 {
    padding: 60px 0px;
  }
  .seo2 .title {
    font-size: 28px;
    line-height: 38px;
  }
  .seo2 form {
    margin-top: 25px;
    gap: 12px 0px;
  }
  .seo2 form input {
    height: 50px;
  }
  .seo2 form input,
  .seo2 form textarea {
    font-size: 15px;
  }
  .seo2 form .yzm a,
  .seo2 form .yzm span {
    height: 34px;
  }
  .seo2 form .tijiao input {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  header {
    padding: 8px 0px;
  }
  header .center {
    display: none;
  }
  header .sousuo,
  header .buttonBox {
    display: none;
  }
  header .logoBox {
    width: 140px !important;
  }
  header .r_box {
    margin-right: 50px;
  }
  .padding_top {
    padding-top: 66.58px;
  }
  .fo4_box {
    gap: 60px 0px;
  }
}
@media screen and (max-width: 992px) {
	.index8 .content::before{
		width: calc(100% + 60px);
	}
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 20px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 80px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber input {
    font-size: 15px;
  }
  .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;
  }
  .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;
  }
  .index_banner .swiperbanner-pagination {
    bottom: 15px;
    /* gap: 20px; */
  }
  .index_banner .swiper-pagination-bullet {
    font-size: 18px;
    line-height: 26px;
  }
  .index_banner .swiper-pagination-bullet-active {
    font-size: 22px;
  }
  footer .contact_list {
    padding: 15px 0px;
    gap: 10px 4%;
    flex-wrap: wrap;
  }
  footer .contact_list li {
    min-width: auto;
    padding: 0px;
    min-width: 48%;
  }
  footer .contact_list > span {
    display: none;
  }
  footer .describe {
    font-size: 16px;
    line-height: 26px;
  }
  footer .footer_a {
    margin-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  footer .text {
    margin-top: 12px;
    text-align: center;
  }
  footer .l_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .logoBox {
    max-width: 160px;
  }
  footer .r_box {
    flex: none;
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .dif_up {
    display: block;
  }
  footer .box1,
  footer .box2,
  footer .box3 {
    width: 100%;
  }
  footer .dif_footer + ul {
    margin-top: 0px;
    padding-top: 2px;
    line-height: 26px;
    display: none;
  }
  footer .box3 .dif_footer {
    justify-content: center;
  }
  footer form {
    margin-top: 10px;
  }
  footer form input {
    height: 38px;
  }
  footer form .yzm a,
  footer form .yzm span {
    height: 26px;
  }
  footer .footer_b {
    flex-wrap: wrap;
    gap: 10px 0px;
    padding-top: 15px;
  }
  footer .bottom_box2 {
    flex: none;
    width: 100%;
  }
  footer .bottom_box1 {
    width: 100%;
  }
  html body {
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  .big_title {
    font-size: 22px;
    line-height: 30px !important;
  }
  .title_describe {
    margin-top: 4px;
  }
  .index1 {
    padding: 40px 0px;
  }
  .index1 .top {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .index1 .l_box {
    flex: none;
    width: 100%;
  }
  .index1 .swiper_button {
    margin-bottom: 0px;
  }
  .index1 .sw_box {
    margin-top: 5px;
  }
  .mySwiperindex1_menu .swiper-slide {
    font-size: 15px;
    padding: 4px 0px;
    line-height: 26px;
    margin-right: 40px;
  }
  .index1_container {
    margin-top: 25px;
  }
  .index1_container .title {
    font-size: 16px;
    line-height: 26px;
  }
  .index1_container .link_box {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index2 {
    padding: 40px 0px;
  }
  .index2_pub {
    padding: 40px 0px;
  }
  .index2_container {
    margin: 20px auto 0px;
    gap: 10px;
    flex-wrap: wrap;
  }
  .index2_container .imgBox img {
    width: 100%;
  }
  .index2_container .imgBox::before {
    display: none;
  }
  .index2_container .imgBox::after {
    opacity: 1;
  }
  .index2_container figure {
    width: calc(50% - 5px);
    flex: none !important;
  }
  .index2_container .container {
    gap: 6%;
    margin-top: 6px;
  }
  .index2_container .describe {
    width: 100%;
    flex: 1;
  }
  .index3_back {
    width: calc(100% - 10px);
  }
  .index3_container .describe {
    margin-top: 6px;
    font-size: 15px;
    line-height: 24px;
  }
  .index3_container .describe em {
    font-size: 16px;
  }
  .index4 {
    padding: 40px 0px;
  }
  .index4 .color_text {
    font-size: 16px;
    line-height: 24px;
  }
  .index4 .logo {
    width: 48px;
  }
  .index4 .name {
    font-size: 15px;
    margin-top: 6px;
    line-height: 24px;
  }
  .index4 .box {
    min-width: 196px;
    right: -15px;
  }
  .index4 .describe {
    margin-top: 8px;
  }
  .index4 .buttonBox {
    margin-top: 20px;
  }
  .index4 .big_title {
    margin-top: 4px;
  }
  .index5 {
    padding: 40px 0px;
  }
  .index5 .big_title {
    width: 100%;
  }
  .index5 .top {
    margin-top: 4px;
  }
  .index5 .title_describe {
    flex: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
  }
  .index5_list {
    margin-top: 20px;
  }
  .index5_list li {
    box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
  }
  .index5_list li::before {
    width: 100%;
  }
  .index5_list .logo {
    height: 52px;
  }
  .index5_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index5_list .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .index6 {
    padding: 40px 0px;
  }
  .index6 .sw_box {
    width: 100%;
    margin: 20px auto 0px;
  }
  .index6 .describe {
    line-height: 24px;
    margin-top: 15px;
    font-size: 15px;
  }
  .index6 .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .index6 .swiper_button {
    margin-top: 15px;
  }
  .index6 .sw_box1 {
    position: relative;
    top: 0;
    transform: none;
    margin-top: 20px;
  }
  .index7 {
    padding: 40px 0px 60px;
  }
  .index7 .color_text {
    margin-top: 4px;
  }
  .index7 .time {
    font-size: 14px;
    min-width: 110px;
    min-height: 32px;
    left: 10px;
    padding: 2px 10px;
  }
  .index7 .title {
    font-size: 16px;
    line-height: 25px;
	height:50px;
  }
  .index7 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .index7 .button {
    margin-top: 18px;
  }
  .index7 .button a {
    min-height: 42px;
  }
  .index7 .box {
    padding: 30px 20px;
  }
  .index7 .swiper_button {
    margin-top: 15px;
    justify-content: center;
  }
  .index7 .swiper_button div {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  .index7 .sw_box {
    margin-top: 20px;
  }
  .index7_pub {
    padding: 40px 0px 60px;
  }
  .index7_pub .color_text {
    margin-top: 4px;
  }
  .index7_pub .time {
    font-size: 14px;
    min-width: 110px;
    min-height: 32px;
    left: 10px;
    padding: 2px 10px;
  }
  .index7_pub .title {
    font-size: 16px;
    line-height: 25px;
  }
  .index7_pub .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .index7_pub .button {
    margin-top: 18px;
  }
  .index7_pub .button a {
    min-height: 42px;
  }
  .index7_pub .box {
    padding: 30px 20px;
  }
  .index7_pub .swiper_button {
    margin-top: 15px;
    justify-content: center;
  }
  .index7_pub .swiper_button div {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  .index7_pub .sw_box {
    margin-top: 20px;
  }
  .index8 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .index8 .describe {
    margin-top: 8px;
  }
  .buttonBox a {
    min-width: 140px !important;
    min-height: 42px !important;
    font-size: 14px !important;
  }
  .swiper_button {
    gap: 8px !important;
  }
  .swiper_button div {
    width: 38px;
    height: 38px;
  }
  .bannerBox {
    min-height: 200px;
  }
  .bannerBox .banner_bt {
    font-size: 24px;
    line-height: 32px;
  }
  .mbx {
    font-size: 15px;
    margin-top: 10px;
    line-height: 24px;
  }
  .pub_menu {
    width: 100%;
    max-width: 100%;
  }
  .pub_menu .menu_all {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 25px;
  }
  .pub_menu .menu_all .down {
    display: block;
    filter: brightness(0) invert(1);
  }
  .pub_menu .menu_box2 {
    margin-top: 20px;
  }
  .pub_menu .list1 {
    padding-top: 6px;
    display: none;
  }
  .to1 {
    padding: 30px 0px 40px;
  }
  .to1 .content {
    flex-direction: column-reverse;
    gap: 30px 0px;
  }
  .to1_container {
    flex: none;
    width: 100%;
    margin-left: 0px;
  }
  .to1_container form {
    margin-top: 20px;
  }
  .to1_title {
    font-size: 20px;
    line-height: 28px !important;
  }
  .to1_describe {
    margin-top: 6px;
  }
  .to1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tth1 {
    padding: 20px 0px 30px;
  }
  .tth1 .content {
    max-width: 800px !important;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .tth1 .r_box {
    width: 90%;
    max-width: 608px;
  }
  .tth1 .ft_box {
    display: none;
  }
  .tth1 .pic-list {
    height: 92%;
  }
  .tth1 .list-item {
    margin-bottom: 8%;
  }
  .tth1_l {
    flex: none;
    margin-left: 0px;
    width: 100%;
  }
  .tth1_l h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .tth1_l .describe {
    line-height: 26px;
    margin-top: 8px;
  }
  .tth1_l .describe em {
    padding-left: 20px;
  }
  .tth1_l .describe em::before {
    top: 9px;
  }
  .tth1_l .buttonBox {
    margin-top: 20px;
  }
  .tth1_l .share_box {
    margin-top: 15px;
  }
  .tth_menu {
    font-size: 15px;
  }
  .tth_menu a {
    padding: 15px;
  }
  .tth2 {
    padding-top: 40px;
  }
  .tth2_container {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .tth2_container .describe {
    padding-left: 32px;
  }
  .tth2_container .describe em::before {
    margin-left: -32px;
    width: 22px;
    height: 22px;
    top: 1px;
  }
  .tth2_container .bofangBox img {
    width: 60px;
  }
  .tth_title {
    font-size: 20px;
    line-height: 32px;
  }
  .tth3 {
    padding-top: 40px;
  }
  .tth3 .describe {
    margin-top: 20px;
  }
  .table table td {
    padding: 6px 25px;
  }
  .tth4 {
    padding-top: 40px;
  }
  .tth4 .bofangBox img {
    width: 60px;
  }
  .tth4 .sw_box {
    margin-top: 20px;
  }
  .tth4 .name {
    font-size: 15px;
    margin-top: 5px;
  }
  .sw_button div {
    width: 38px;
    height: 38px;
  }
  .tth5 {
    padding-top: 40px;
  }
  .tth5 .sw_box {
    margin-top: 20px;
  }
  .tth5 .name {
    font-size: 15px;
    margin-top: 5px;
  }
  .tth5 figure:nth-of-type(even) {
    margin-top: 15px;
  }
  .tth6 {
    padding-top: 40px;
  }
  .tth6 .sw_box {
    margin-top: 20px;
  }
  .tth6 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tth6 .box {
    padding: 10px 8px 0px;
  }
  .tth6 .text {
    line-height: 24px;
    margin-top: 6px;
  }
  .tth6 .link_box {
    margin-top: 8px;
  }
  .tth7 {
    padding-top: 40px;
  }
  .tth7_list {
    margin-top: 20px;
    gap: 15px 2.213%;
  }
  .tth7_list .name {
    font-size: 15px;
    margin-top: 5px;
  }
  .tth8 {
    padding-top: 40px;
  }
  .tth8 .describe {
    margin-top: 15px;
  }
  .tth9 {
    padding-top: 40px;
  }
  .tth9_list {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .tth9_list li {
    width: 100%;
    gap: 15px 0px;
  }
  .tth10 {
    padding: 40px 0px;
  }
  .tth10_list {
    margin-top: 20px;
    gap: 15px 2%;
  }
  .tth10_list li {
    width: 49%;
  }
  .tth11_container .describe {
    margin-top: 6px;
    font-size: 15px;
    line-height: 24px;
  }
  .tth11_container .describe em {
    font-size: 16px;
  }
  .tth12 {
    padding: 40px 0px;
  }
  .tth12 .title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0px 6px;
  }
  .tth12_list {
    margin-top: 15px;
  }
  .tth13 {
    padding: 40px 0px;
  }
  .tth13 .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tth13 .link_box {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .tth13 .sw_box {
    margin-top: 20px;
  }
  .tth8 .swipertth8-pagination {
    bottom: 15px;
    gap: 20px;
    padding: 0px 6%;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1_list {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .tho1_list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .tho1_list li {
    align-items: center;
  }
  .tho1_list .text {
    margin-top: 8px;
  }
  .index1_pub {
    padding: 40px 0px 60px;
  }
  .index1_pub .top {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .index1_pub .l_box {
    flex: none;
    width: 100%;
  }
  .index1_pub .swiper_button {
    margin-bottom: 0px;
  }
  .index1_pub .sw_box {
    margin-top: 5px;
  }
  .page_change {
    margin-top: 20px;
    padding-top: 20px;
  }
  .page_change .logo {
    width: 36px;
    height: 36px;
  }
  .page_change .logo img {
    width: 18px;
  }
  .page_change .box {
    line-height: 22px;
  }
  .page_change .title {
    font-size: 15px;
  }
  .page_change > * {
    gap: 10px;
  }
  .tht1 {
    padding: 30px 0px 40px;
  }
  .tht1 h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .tht1 .share_box {
    margin-top: 10px;
  }
  .tht1 .describe1 {
    line-height: 24px;
    margin-top: 15px;
  }
  .tht1 .describe1 em::before {
    top: 1px;
    gap: 8px 0px;
  }
  .tht1 .describe1 p {
    width: 100%;
  }
  .tht1 .img_box {
    margin-top: 20px;
  }
  .tht1_list {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .pub_project {
    padding: 40px 0px 0px;
  }
  .pub_project .sw_box {
    margin-top: 20px;
  }
  .pub_project .title {
    font-size: 16px;
    line-height: 26px;
  }
  .pub_project figure {
    align-items: center;
  }
  .pub_project .text {
    margin-top: 8px;
  }
  .pub_project .swiper-slide {
    gap: 15px 0px;
  }
  .tht2 .tth13 {
    padding: 40px 0px 60px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .l_box {
    padding-top: 0px;
  }
  .fuo1 .logo1 {
    width: 52px;
  }
  .fuo1 .big_title {
    margin-top: 10px;
  }
  .fuo1 .describe {
    line-height: 24px;
    margin-top: 10px;
  }
  .fuo1 .links {
    font-size: 15px;
    min-width: 180px;
  }
  .fuo2 {
    padding: 40px 0px;
  }
  .fuo2 .big_title {
    text-align: center;
  }
  .fuo2_list {
    gap: 20px 4%;
    margin-top: 20px;
  }
  .fuo2_list li {
    width: 48%;
  }
  .fuo2_list .num {
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 28px;
  }
  .fuo2_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo2_list .box {
    padding: 25px 20px 30px;
    border-radius: 36px 16px 16px 16px;
    min-height: auto;
  }
  .fuo2_list .describe {
    margin-top: 12px;
    line-height: 24px;
  }
  .fuo3 {
    padding: 40px 0px;
  }
  .fuo3 .buttonBox {
    margin-top: 10px;
  }
  .fuo3 .l_box {
    width: 100%;
    padding-top: 0px;
  }
  .fuo3 .big_title {
    text-align: center;
  }
  .fuo3 .buttonBox {
    justify-content: center;
  }
  .fuo3 .top {
    gap: 12px 0%;
  }
  .fuo3 .describe {
    width: 100%;
  }
  .fuo3 .sw_box {
    margin-top: 20px;
  }
  .fuo3 .swiper-slide {
    border-radius: 20px;
  }
  .fuo3 .hide_box {
    opacity: 1;
  }
  .fuo3 .links {
    width: 46px;
    height: 46px;
  }
  .fuo4 {
    padding: 40px 0px 60px;
  }
  .fuo4 .tth9_list {
    margin-top: 20px;
  }
  .index4_pub {
    padding: 40px 0px;
  }
  .index4_pub .color_text {
    font-size: 16px;
    line-height: 24px;
  }
  .index4_pub .logo {
    width: 48px;
  }
  .index4_pub .name {
    font-size: 15px;
    margin-top: 6px;
    line-height: 24px;
  }
  .index4_pub .box {
    min-width: 196px;
    right: -15px;
  }
  .index4_pub .describe {
    margin-top: 8px;
  }
  .index4_pub .buttonBox {
    margin-top: 20px;
  }
  .index4_pub .big_title {
    margin-top: 4px;
  }
  .fo1 {
    padding-bottom: 40px;
  }
  .fo1 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
    padding: 0px 20px;
  }
  .fo1 .describe {
    margin-top: 8px;
  }
  .fo2 {
    padding: 40px 0px;
  }
  .fo2 .buttonBox {
    margin-top: 10px;
  }
  .fo2 .l_box {
    width: 100%;
    padding-top: 0px;
  }
  .fo2 .big_title {
    text-align: center;
  }
  .fo2 .buttonBox {
    justify-content: center;
  }
  .fo2 .top {
    gap: 12px 0%;
  }
  .fo2 .describe {
    width: 100%;
  }
  .fo2 .sw_box {
    margin-top: 20px;
  }
  .fo2 .swiper-slide {
    border-radius: 20px;
  }
  .fo2 .hide_box {
    opacity: 1;
  }
  .fo2 .links {
    width: 46px;
    height: 46px;
  }
  .fo3 {
    padding: 40px 0px;
  }
  .fo3 .big_title {
    width: 100%;
  }
  .fo3 .top {
    margin-top: 4px;
  }
  .fo3 .title_describe {
    flex: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
  }
  .fo3 .sw_box {
    margin-top: 20px;
  }
  .fo3 .swiper-slide {
    box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
  }
  .fo3 .swiper-slide::before {
    width: 100%;
  }
  .fo3 .logo {
    height: 52px;
  }
  .fo3 .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .fo3 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo4 {
    padding: 40px 0px;
  }
  .fo4_center {
    display: none;
  }
  .fo4_container {
    margin-top: 20px;
    justify-content: space-between;
  }
  .fo4_box {
    margin: 0px !important;
    padding: 0px !important;
    width: 48%;
    gap: 20px 0px;
  }
  .fo4_box .img {
    display: none !important;
  }
  .fo4_box figure {
    width: 100%;
    flex-wrap: wrap;
  }
  .fo4_box .describe {
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: left;
  }
  .fo4_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .fo4_l figure {
    transform: none;
  }
  .fo4_r figure {
    transform: none;
  }
  .fo5 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo5 .buttonBox {
    margin-top: 20px;
  }
  .ft1 {
    padding: 30px 0px 60px;
  }
  .ft1 .big_title {
    text-align: center;
  }
  .ft1 .l_box {
    width: 100%;
  }
  .ft1 .describe {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .ft1_list {
    margin-top: 20px;
  }
  .fth1 {
    padding: 30px 0px 0px;
  }
  .fth1 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fth1 .box {
    top: 50%;
  }
  .fth2 {
    padding: 40px 0px 0px;
  }
  .fth2 .describe {
    margin-top: 8px;
  }
  .fth2_list {
    margin-top: 20px;
  }
  .fth3 {
    padding: 40px 0px 60px;
  }
  .fth3 .describe {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .fth3_list {
    gap: 25px 0px;
  }
  .ffu1 {
    padding: 30px 0px 60px;
  }
  .ffu1 .bofangBox img {
    width: 60px;
  }
  .ffu1_llist {
    margin-top: 20px;
    gap: 28px 1.7855%;
  }
  .so1 {
    padding: 30px 0px 40px;
  }
  .so1 .color_text {
    margin-top: 2px;
  }
  .so1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .so1_list .time {
    font-size: 14px;
    min-width: 110px;
    min-height: 32px;
    left: 10px;
    padding: 2px 10px;
  }
  .so1_list .title {
    font-size: 16px;
    line-height: 25px;
	height:50px;
	
  }
  .so1_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .so1_list .button {
    margin-top: 18px;
  }
  .so1_list .button a {
    min-height: 42px;
  }
  .so1_list .box {
    padding: 30px 20px;
  }
  .st1 {
    padding: 30px 0px 40px;
  }
  .st1 h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .st1 .share_time {
    margin-top: 8px;
  }
  .st1_container {
    padding: 15px 0px 0px;
  }
  .st1_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st1_container .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .st1_container .describe em::before {
    top: 1px;
    gap: 8px 0px;
  }
  .st1_container .describe p {
    width: 100%;
  }
  .st1_container1 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st1_container1 .describe {
    margin-top: 8px;
  }
  .st1_container1 .describe1 {
    line-height: 24px;
    margin-top: 8px;
  }
  .st1_container1 .describe1 em::before {
    top: 1px;
    gap: 8px 0px;
  }
  .st1_container1 .describe1 p {
    width: 100%;
  }
  .st1_container2 {
    margin-top: 15px;
    padding-bottom: 0px;
  }
  .st1_container2 .title {
    font-size: 18px;
    line-height: 28px;
  }
  .st1_container2 .describe {
    margin-top: 4px;
  }
  .st_back .index7_pub {
    padding: 40px 0px;
  }
  .st_back .tth13 {
    padding: 0px 0px 60px;
  }
  .sth1 {
    padding: 30px 0px 60px;
  }
  .sth1_list {
    margin-top: 20px;
  }
  .sth1_list li {
    padding: 15px;
  }
  .sth1_list .l_box {
    gap: 20px;
  }
  #pop .pop_title {
    font-size: 22px;
    line-height: 32px;
  }
  .seo1 {
    padding: 30px 0px 0px;
  }
  .seo1 .content {
    max-width: 800px !important;
  }
  .seo1_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .seo1_list li {
    flex: none !important;
    width: 32%;
  }
  .seo1_list .box1 {
    min-height: 180px;
  }
  .seo1_list .add {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .seo1_list .logo {
    width: 61px;
    height: 60px;
  }
  .seo1_list .logo img {
    max-height: 30px;
    max-width: 30px;
  }
  .seo1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px !important;
  }
  .seo1_list .text,
  .seo1_list .text1 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px !important;
  }
  .seo2 {
    padding: 40px 0px;
  }
  .seo2 .content {
    max-width: 800px !important;
  }
  .seo2 .l_box {
    display: none;
  }
  .seo2 form {
    margin-top: 20px;
    gap: 10px 0px;
  }
  .seo2 form input {
    height: 42px;
  }
  .seo2 form input,
  .seo2 form textarea {
    padding: 0px 20px;
  }
  .seo2 .r_box {
    flex: none;
    width: 100%;
    margin-left: 0px;
    padding: 30px 40px 40px;
  }
  .seo2 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .seo2 .color_text {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
	.index8 .content::before{
		width: calc(100% + 34px);
	}
  html body .content {
    width: calc(100% - 40px) !important;
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  header .logoBox {
    width: 120px !important;
  }
  .buttonBox .logo {
    display: none;
  }
  .padding_top {
    padding-top: 59.36px;
  }
  .index_banner .swiper-pagination-bullet {
    font-size: 16px;
  }
  .index_banner .swiper-pagination-bullet-active {
    font-size: 20px;
  }
  footer .contact_list::before {
    width: calc(100% + 40px);
  }
  .index2_container .box {
    bottom: 10px;
    padding: 0px 10px;
  }
  .index2_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index3_container {
    padding: 30px 0px 40px;
  }
  .index3_back {
    border-radius: 0px;
    width: 100%;
  }
  .index4 .r_box {
    padding-top: 10px;
  }
  .index5_list {
    gap: 20px 4%;
  }
  .index5_list li {
    width: 48%;
    min-height: auto;
  }
  .index6 .big_title a::before {
    font-size: 52px;
    line-height: 30px;
  }
  .index8 .content {
    padding: 30px 0px;
  }
  .to1 .content {
    width: calc(100% - 40px) !important;
  }
  .to1_list {
    gap: 20px;
  }
  .to1_list li {
    width: calc(50% - 10px);
  }
  .to1_list .links {
    min-width: 120px;
    min-height: 38px;
    font-size: 14px;
  }
  .to1_list .logo {
    display: none;
  }
  .tth1 .r_box {
    width: 100%;
  }
  .tth2 .text {
    text-align: center;
  }
  .tth4 .describe {
    text-align: center;
  }
  .tth6 .describe {
    text-align: center;
  }
  .tth6 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tth7 .describe {
    text-align: center;
  }
  .tth_menu .content {
    gap: 0px 12px;
  }
  .tth11_container {
    padding: 30px 0px 40px;
  }
  .title_top {
    flex-direction: column;
  }
  .title_top .l_box {
    flex: none;
    width: 100%;
  }
  .tth_title {
    justify-content: center;
  }
  .sw_button {
    width: 100%;
    justify-content: center;
  }
  .tth10_list li {
    flex-direction: column;
    align-items: center;
  }
  .tth10_list .text {
    flex: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
  }
  .tth8 .tth_title {
    justify-content: flex-start;
  }
  .tth13 .big_title {
    text-align: center;
  }
  .tth13 .text {
    text-align: center;
  }
  .tho1_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .tho1_list .imgBox {
    width: 100%;
  }
  .tho1_list .box {
    flex: none;
    width: 100%;
  }
  .tho1_list li {
    width: 49%;
  }
  .tho1_list .link_box {
    margin-top: 20px;
  }
  .tho1_list .links {
    min-width: 120px;
    min-height: 38px;
    font-size: 14px;
  }
  .tho1_list .logo {
    display: none;
  }
  .page_change {
    flex-wrap: wrap;
    gap: 8px;
  }
  .page_change > * {
    width: 100%;
    max-width: 100%;
  }
  .page_change > *:nth-of-type(2) {
    flex-direction: row;
  }
  .page_change > *:nth-of-type(2) .box {
    text-align: left;
  }
  .pub_project .big_title {
    text-align: center;
  }
  .pub_project .describe {
    text-align: center;
  }
  .pub_project .imgBox {
    width: 100%;
  }
  .pub_project .box {
    flex: none;
    width: 100%;
  }
  .pub_project .link_box {
    margin-top: 20px;
  }
  .pub_project .links {
    min-width: 120px;
    min-height: 38px;
    font-size: 14px;
  }
  .pub_project .logo {
    display: none;
  }
  .fuo1 .r_box::before {
    display: none;
  }
  .index4_pub .r_box {
    padding-top: 10px;
  }
  .fo1 .links {
    font-size: 15px;
    line-height: 24px;
  }
  .fo1 .links span {
    font-size: 20px;
  }
  .fo1 .img_box,
  .fo1 .links,
  .fo1 .box3 {
    border-radius: 32px 0px 0px 0px;
  }
  .fo3 .swipertfo3-pagination {
    gap: 16px;
  }
  .fo4 .content {
    width: calc(100% - 40px) !important;
  }
  .ft1_list {
    gap: 15px 4%;
  }
  .ft1_list li {
    width: 48%;
  }
  .so1_list {
    gap: 20px 4%;
  }
  .so1_list li {
    width: 48%;
  }
  .sth1_list li {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sth1_list .l_box {
    width: 100%;
    flex: none;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .fth1 .content {
    gap: 15px 0px;
  }
  .fth1 .r_box {
    width: 100%;
  }
  .fth1 .l_box {
    width: 100%;
  }
  .fth1 .box {
    position: relative;
    top: 0;
    transform: none;
  }
  .fth3_list li {
    gap: 15px 0px;
  }
  .fth3_list .l_box {
    width: 100%;
  }
  .fth3_list .r_box {
    width: 100%;
  }
  .fth3_list .box {
    position: relative;
    top: 0;
    transform: none;
  }
  .ffu1_llist {
    gap: 15px 4%;
  }
  .ffu1_llist li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .index3_container .r_box {
    display: none;
  }
  .index3_container .l_box {
    width: 100%;
  }
  .index4 .l_box {
    width: calc(100% - 15px);
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .index7 {
    padding: 40px 0px;
  }
  .index7_pub {
    padding: 40px 0px;
  }
  .index8 .r_box {
    padding-left: 0px;
  }
  .index8 .img_box {
    display: none;
  }
  .tth2_container .l_box {
    float: none !important;
    margin: 0px !important;
    width: 100%;
  }
  .tth2_container .r_box {
    padding-top: 12px !important;
    width: 100%;
  }
  .tth7_list {
    gap: 15px 2%;
  }
  .tth7_list li {
    width: 49%;
  }
  .tth8 .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .tth8 .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .tth8 .tth_title {
    justify-content: center;
  }
  .tth11_container .r_box {
    display: none;
  }
  .tth11_container .l_box {
    width: 100%;
  }
  .tth10_list li {
    padding: 25px 20px;
  }
  .tht1_list .l_box {
    width: 100%;
    margin-top: 15px;
  }
  .tht1_list .r_box {
    width: 100%;
    margin: 0px !important;
    float: none !important;
  }
  .fuo1 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fuo1 .l_box {
    margin-top: 15px;
  }
  .index4_pub .l_box {
    width: calc(100% - 15px);
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .fo3 .content{
    overflow: hidden;
    padding-bottom: 5px;
  }
  .fo4_container {
    gap: 20px 0px;
    flex-wrap: wrap;
  }
  .fo4_box {
    width: 100%;
  }
  .fo5 .l_box {
    float: none;
    margin: 0px !important;
    width: 100%;
  }
  .fo5 .content {
    padding: 15px 0px 40px;
  }
  .fth2_list {
    gap: 15px 2%;
  }
  .fth2_list li {
    width: 49%;
  }
  #pop .container {
    padding: 30px 30px 35px;
  }
  .close {
    width: 20px;
  }
  .seo2 .r_box {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  footer .bottom_box2 {
    gap: 6px 0px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  footer .icBox {
    width: 100%;
    margin-left: 0px;
    flex: none;
    justify-content: center;
  }
  footer .box4 {
    width: calc(100% - 20px);
  }
  header .r_box {
    margin-right: 35px;
  }
  .index2_container figure {
    width: 100%;
  }
  .index8 .box {
    flex: none;
    width: 100%;
  }
  .index8 .r_box {
    flex-wrap: wrap;
    gap: 20px;
  }
  .index8 .buttonBox {
    margin-top: 0px;
  }
  .tth1 .pic-list {
    height: 85%;
  }
  .tth1 .list-item {
    margin-bottom: 29%;
  }
  .tho1_list li {
    width: 100%;
  }
  .tht1 figure {
    width: 100%;
  }
  .fuo2_list li {
    width: 100%;
  }
  .fo1 .img_box {
    display: flex;
    align-items: flex-end;
  }
  #pop .container {
    width: calc(100% - 40px);
    padding: 30px 20px 30px;
  }
  #pop .tijiao input {
    font-size: 14px !important;
  }
  .seo1_list li {
    width: 100%;
  }
  .seo2 form .int1 {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .tth7_list li {
    width: 100%;
  }
  .ft1_list li {
    width: 100%;
  }
  .so1_list li {
    width: 100%;
  }
  .sth1_list .img_box {
    width: 50px;
  }
  .sth1_list .l_box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 0px;
  }
  .sth1_list .box {
    width: 100%;
    flex: none;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .index1_container {
    width: 100%;
    max-width: 300px;
    margin: 20px auto 0px;
  }
  .index5_list li {
    width: 100%;
  }
  .to1_list {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
  }
  .to1_list li {
    width: 100%;
  }
  .tth10_list li {
    width: 100%;
    min-height: auto;
  }
  .ffu1_llist li {
    width: 100%;
  }
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#0c4b9a}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #0c4b9a;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}


.pub_menu .list1 .down {
	width: 16px;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	transform: translateY(-50%);
	transition: 0.3s;
	opacity: 0;
}
.pub_menu .menuOne_box::before{
	display: none;
}
.pub_menu .menuOne_box:hover .down{
	opacity: 1;
}
.pub_menu .menuOne_box{
	position: relative;
}
.rightMenu>*{
	background: rgba(12,75,154,0.8) !important;
}

.rightMenu>*:hover{
	background: rgba(12,75,154,1) !important;
}

@media screen and (max-width: 992px){
	.pub_menu .list1 .down{
		opacity: 1;
	}
}


.index7 .swiper_button{
	display: block !important;
}
.index7 .swiper-button-lock{
	display: flex !important;
}


.m-clstext{
    padding-bottom: 20px;
    margin-top: 40px;
    color: #666;
}
.m-clstext .box-desc.hid {
  max-height: 180px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}


.m-clstext .box-desc.show {
  max-height: inherit;
  display: block;
}

.m-clstext .box-link {
  margin-top: 23px;
  display: none;
}

.m-clstext .box-link .span {
  display: inline-block;
  min-width: 140px;
  padding: 7px 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0073c3;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.m-clstext .box-link .span2 {
  display: none;
}

.m-clstext .box-link.active .span1 {
  display: none;
}

.m-clstext .box-link.active .span2 {
  display: inline-block;
}

.to1_describe a,.to1_describe a span,.to1_describe a strong,.to1_describe a em,.to1_describe a h2{ color:#0c4b9a;}
.describe3 a,.describe3 a span,.describe3 a strong,.describe3 a em,.describe3 a h2{ color:#0c4b9a;}
.text a,.text a span,.text a strong,.text a em,.text a h2{ color:#0c4b9a;}
.tth2_container .describe a,.tth2_container .describe a span,.tth2_container .describe a strong,.tth2_container .describe a em,.tth2_container .describe a h2{ color:#0c4b9a;}
.tht1 .describe a,.tht1 .describe a span,.tht1 .describe a strong,.tht1 .describe a em,.tht1 .describe a h2{ color:#0c4b9a;}
.st1_container .describe a,.st1_container .describe a span,.st1_container .describe a strong,.st1_container .describe a em,.st1_container .describe a h2{ color:#0c4b9a;}
.st1_container1 .describe a,.st1_container1 .describe a span,.st1_container1 .describe a strong,.st1_container1 .describe a em,.st1_container1 .describe a h2{ color:#0c4b9a;}
.st1_container2 .describe a,.st1_container2 .describe a span,.st1_container2 .describe a strong,.st1_container2 .describe a em,.st1_container2 .describe a h2{ color:#0c4b9a;}