@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: Roboto-Regular, Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 11;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 2px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.rightMenu > *:hover {
  background: #023287;
}
@media screen and (min-width: 992px) {
  .rightMenu > *:hover .hide_box {
    display: block;
  }
}
.rightMenu .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu .logo img {
  max-width: 90%;
}
.rightMenu .hide_box {
  position: absolute;
  right: 100%;
  padding-right: 10px;
  border-bottom: none;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.rightMenu .hide_box img {
  max-width: none;
}
.rightMenu .hide_box > p {
  background: #023287;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
.fp-viewing-0 .rightMenu {
  right: -200px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #023287;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 12px;
  }
}
#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: 1000000;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
header .con1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .lang {
  position: relative;
  cursor: pointer;
  margin-left: 45px;
  z-index: 4;
}
header .lang:hover span {
  color: #333;
  transition: 0s;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: 0.2s;
  cursor: pointer;
}
header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
  filter: none;
  opacity: 1;
}
header .lang .lang_box:hover span {
  color: #023287;
}
header .lang .lang_box .dq {
  width: 18px;
  transition: 0.2s;
  filter: brightness(0);
  margin-right: 4px;
  opacity: 0.8;
}
header .lang .lang_box .dq1 {
  width: 12px;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
}
header .lang .lang_box span {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  transition: 0.2s;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #023287;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #023287;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #023287;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .sousuo {
  margin-left: 44px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
header .sousuo .search:hover {
  color: #023287 !important;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #023287;
}
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: #023287;
}
header .head_boxr {
  display: flex;
  align-items: center;
}
header .logoBox {
  width: 234px;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
  transition: 0.2s;
}
header .logoBox img:nth-of-type(1) {
  opacity: 0;
}
header .logoBox img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
}
header .center {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  padding-top: 29px;
  transition: 0.4s ease-in-out;
}
header .center::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.4s;
  z-index: -1;
}
header .menuOne.active > a::before {
  width: 100%;
}
header .menuOne.menuactive > a::before {
  width: 100%;
}
header .menuOne {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  margin-right: 54px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  position: relative;
  padding-bottom: 20px;
}
header .menuOne > a::before {
  content: "";
  width: 0%;
  max-width: 47px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background: #023287;
  transition: 0.3s ease-out;
}
header .menuOne > a:hover::before {
  width: 100%;
}
header .menuOne .active > a {
  color: #023287;
}
header .menuOne .menuactive > a {
  color: #023287;
}
header .dif_ul {
  position: absolute;
  width: 100vw;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: #fff;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333;
  padding: 52px 0px 104px;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 180px);
}
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 .dif_ul a {
  color: #333;
}
header .dif_ul a:hover {
  color: #023287;
}
header .dif_ul > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 54px;
}
header .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  flex: 1;
}
header .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
header .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cdcdcd;
  color: #666;
}
header .icBox a:hover {
  background: #023287;
  color: #fff;
}
.head_menu_all {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: calc(100% + 1px);
  background: #fff;
  height: calc(100vh - 101px);
  transform: translateX(-50%);
  padding-top: 110px;
  z-index: 2;
  display: none;
}
.head_menu_all .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.head_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.head_box .list {
  color: #666;
  margin-top: 11px;
  padding-bottom: 8px;
  display: none;
}
.head_box .list:hover {
  color: #023287;
}
.head_bt {
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 32px;
}
.head_bt a {
  color: #333;
}
.head_bt a:hover {
  color: #023287;
}
.head_bt img {
  opacity: 0;
}
.head_bt.active img {
  opacity: 1;
}
.head_container {
  flex: 1;
  position: relative;
}
.head_box {
  position: absolute;
  left: 0;
  top: 0;
  max-height: calc(100% - 100px);
  overflow: auto;
  width: 100%;
}
.head_box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.head_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.head_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.menu_close {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 57px;
  top: 45px;
  z-index: 2;
  cursor: pointer;
}
.menu_close img {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.5;
}
.menu_close p {
  color: #999;
  transition: 0.3s;
}
.menu_close:hover p {
  color: #023287;
}
.menu_close:hover img {
  opacity: 1;
  filter: none;
}
.head_menu {
  font-size: 18px;
  font-family: Roboto-Medium;
  color: #333;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  margin-left: 5px;
  padding: 35px 0px;
  transition: 0.3s;
}
.head_menu img {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.8;
}
.head_menu:hover {
  color: #023287;
}
.head_menu:hover img {
  filter: none;
  opacity: 1;
}
.head_icBox {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 29px 0px;
}
.head_icBox::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ebebeb;
  z-index: -1;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .center::before {
    background: transparent;
  }
  .header .logoBox img:nth-of-type(1) {
    opacity: 1;
  }
  .header .logoBox img:nth-of-type(2) {
    opacity: 0;
  }
  .header .head_menu {
    color: #fff;
  }
  .header .head_menu img {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  .header .lang .lang_box .dq,
  .header .lang .lang_box .dq1 {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  .header .lang .lang_box span {
    color: #fff;
  }
  .header .sousuo .search {
    color: #fff;
  }
  .header .menuOne {
    color: #fff;
  }
  .header .menuOne > a {
    color: #fff;
  }
  .header .menuOne > a::before {
    background: #fff;
  }
}
.show_center .center {
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  padding-left: 120px;
}
.show_center .center::before {
  background: transparent !important;
}
header.show_menu .head_menu {
  opacity: 0;
  pointer-events: none;
}
header.show_menu .logoBox {
  left: 0;
  transform: translateY(-50%);
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 194px;
  min-height: 57px;
  border-radius: 29px;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 20px;
}
.buttonBox a:hover {
  background: #c90916;
  border: 1px solid #c90916;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox {
  position: relative;
  text-align: center;
}
.bannerBox .banner_bt {
  font-family: Roboto-Bold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #ffffff;
}
.bannerBox .content {
  position: absolute;
  left: 50%;
  top: 60.5%;
  transform: translate(-50%, -50%);
}
.mbx {
  color: #fff;
  text-align: center;
  margin-top: 28px;
}
.mbx a {
  display: inline;
  color: #fff;
}
.mbx a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto-Regular;
  width: 100%;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  width: 40px;
  height: 40px;
  border: solid 1px #999999;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #023287;
  color: #fff;
  border: 1px solid #023287;
}
.PageNumber .active {
  background: #023287;
  color: #fff;
  border: 1px solid #023287;
}
.PageNumber .p_f,.PageNumber .big {
  width: 100px;
}
.PageNumber .p_l {
  width: 69px;
}
.PageNumber input {
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  background: #023287;
  border: 1px solid #023287;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 24px;
  border-radius: 4px;
}
.PageNumber input:hover {
  background: #fff;
  color: #023287;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 14px;
}
.index_banner {
  position: relative;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_banner .swiper-slide {
  display: flex;
  overflow: hidden;
}
.index_banner .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.index_banner .swiper-slide img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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: 991px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  width: auto;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  left: auto;
  right: 57px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.index_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0px !important;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
}
.index_banner .swiper-pagination-bullet-active {
  background: transparent;
}
.index1 {
  background: url("../images/index1_back.jpg") no-repeat center;
  background-size: cover;
}
.index1_container {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  height: 100%;
}
.index1_container figure {
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 170px;
}
@media screen and (min-width: 993px) {
  .index1_container figure:hover {
    background: rgba(2, 50, 135, 0.8);
  }
  .index1_container figure:hover .title {
    color: #fff;
  }
  .index1_container figure:hover .describe {
    color: #fff;
  }
  .index1_container figure:hover .title a {
    color: #fff;
  }
  .index1_container figure:hover .number {
    border-top: 2px solid #fff;
    color: #fff;
  }
  .index1_container figure:hover .number img {
    opacity: 1;
  }
}
.index1_container figure:nth-last-of-type(1) {
  border-right: none;
}
.index1_container .box {
  width: 80%;
  max-width: 300px;
}
.index1_container .describe{
    width: 80%;
}
.index1_container .title {
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  max-width: 210px;
}
.index1_container .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;*/
}
.index1_container .title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index1_container .number {
  display: flex;
  align-items: center;
  font-family: Roboto-Bold;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 0.2);
  transition: 0.3s;
  gap: 25px;
  border-top: 2px solid transparent;
  margin-top: 31px;
  padding-top: 23px;
}
.index1_container .number img {
  transition: 0.3s;
  opacity: 0;
}
.big_title {
  font-family: Roboto-Bold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #023287;
}
.white_big_title {
  color: #fff;
}
.white_big_title a {
  color: #fff;
}
.white_big_title a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.index2_container {
  width: 100%;
  /*max-width: 1920px;*/
  background: url("../images/index2_back.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index2_container .l_box {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .index2_container .l_box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index2_container .l_box a img:hover {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .index2_container .l_box img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.index2_container .r_box {
  width: calc(50% - 80px);
  max-width: 800px;
  padding-top: 100px;
  padding-left: 4.13%;
  padding-bottom: 5.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index2_container .title_text {
  font-family: Roboto-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 11px;
}
.index2_container .describe {
  color: #ffffff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 24px;
}
.index2_container .buttonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 33px;
}
.index2_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 108px;
}
.index2_list .big_num {
  font-family: Roboto-Bold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index2_list .text {
  line-height: 26px;
  color: #fff;
  margin-top: 19px;
  max-width: 170px;
}
.index2_list .big_num + p {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
}
.index2_list .num {
  display: flex;
  align-items: flex-end;
}
.index2_list .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.index3 {
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
}
.index3_container {
  padding-top: 101px;
  height: 100%;
}
.index3_container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 14px;
}
.index3_container .l_box {
  width: 46%;
  max-width: 602px;
}
.index3_container .r_box {
  width: 48.75%;
}
.index3_container .sw_box {
  margin-top: 37px;
  position: relative;
}
.index3_container .swiper_button {
  position: absolute;
  right: 23px;
  bottom: 35px;
  z-index: 1;
}
.index3_container .swiper-slide {
  position: relative;
}
.index3_container .title {
  width: 100%;
  position: absolute;
  left: 20px;
  bottom: 40px;
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-right: 200px;
}
.index3_container .title a {
  color: #fff;
  /*text-overflow: -o-ellipsis-lastline;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*-webkit-box-orient: vertical;*/
}
.index3_container .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.index3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 5.1485%;
  margin-top: 41px;
}
.index3_list li {
  width: 29.901%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px 20px 10px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .index3_list li:hover {
    background: #023287;
  }
  .index3_list li:hover .logo img {
    filter: brightness(0) invert(1);
  }
  .index3_list li:hover .name {
    color: #fff;
  }
  .index3_list li:hover .name a {
    color: #fff;
  }
}
.index3_list .logo {
  width: 74px;
  aspect-ratio: 74/62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index3_list .logo img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.2s;
}
.index3_list .name {
  font-family: Roboto-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
}
.index3_list .name a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index3_list .name a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
}
.index4_container {
  height: 100%;
  padding-top: 101px;
}
.index4_container .content {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.index4_container .sw_box {
  width: 50%;
}
.index4_container .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6.9%;
}
.index4_container .big_title {
  position: relative;
  padding-bottom: 19px;
}
.index4_container .big_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index4_container .big_title::before {
  content: "";
  width: 100%;
  max-width: 85px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #023287;
}
.index4_container .r_box {
  width: 50%;
  padding: 0px 6.25% 3.2%;
}
.index4_container .describe {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 41px;
}
.index4_container .box {
  display: none;
}
.index4_container .swiper_button {
  margin-top: 52px;
}
.index4_container .name {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  transition: 0.3s;
}
.index4_container .sw_box1 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 54px;
  width: 100%;
}
.index4_container .sw_box1 .swiper-slide {
  cursor: pointer;
  padding-bottom: 33px;
}
.index4_container .sw_box1 .swiper-slide::before {
  content: "";
  border-bottom: 2px solid #023287;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 0%;
  transition: 0.3s;
}
.index4_container .sw_box1::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.index4_container .swiper-slide-thumb-active {
  position: relative;
}
.index4_container .swiper-slide-thumb-active .name {
  color: #023287;
}
.index4_container .swiper-slide-thumb-active::before {
  width: 100% !important;
}
.index5 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
}
.index5_container {
  padding-top: 101px;
  height: 100%;
}
.index5_container .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 14px;
}
.index5_container .describe {
  line-height: 26px;
  color: #fff;
  margin-top: 18px;
}
.index5_container .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index5_container .l_box {
  width: 63.75%;
}
.index5_container .button {
  margin-top: 9px;
  display: flex;
  justify-content: flex-start;
}
.index5_container .button a {
  min-width: 162px;
  min-height: 50px;
  padding: 4px 20px;
  background: #023287;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.index5_container .button a:hover {
  background: #c90916;
}
.index5_container .button span {
  transition: 0s;
}
.index5_container .container {
  margin-top: 59px;
}
.index6 {
  background: url("../images/index6_back.jpg") no-repeat center;
  background-size: cover;
  overflow-y: auto;
}
.index6_container {
  height: 100%;
  padding-top: 101px;
}
.index6_container .content {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5.6%;
}
.index6_container .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 2%;
  width: 100%;
}
.index6_l {
  flex: 1;
  padding-top: 12px;
}
.index6_menu {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  margin-top: 64px;
}
.index6_menu li {
  color: #fff;
  position: relative;
  cursor: pointer;
}
.index6_menu li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  border-bottom: 1px solid #fff;
  transition: 0.4s ease-in-out;
}
.index6_menu li:hover::before {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .index6_menu li.active {
    font-family: Roboto-Medium;
  }
}
.index6_menu li.active::before {
  width: 100%;
}
.index6_r {
  width: 74.875%;
}
.index6_list {
  gap: 20px 3.1715%;
  flex-wrap: wrap;
  display: none;
}
.index6_list li {
  width: 31.219%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.index6_list .box {
  flex: 1;
  padding: 18px 24px 39px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index6_list .time {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.index6_list .title {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
}
.index6_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;
}
.index6_list .title a:hover {
  color: #023287;
}
.index6_list .describe {
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
.oo_menu {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333;
  margin-top: 88px;
}
.oo_menu a {
  color: #333;
  padding: 0px 5px 28px;
  position: relative;
  white-space: nowrap;
}
.oo_menu a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translate(-50%);
  width: 0px;
  transition: 0.4s ease-in-out;
  height: 3px;
  background: #023287;
}
.oo_menu a:hover {
  color: #023287;
}
.oo_menu a:hover::before {
  width: 100%;
}
.oo_menu .active a {
  color: #023287;
}
.oo_menu .active a::before {
  width: 100%;
}
.oo_menu .list {
  gap: 57px;
  display: flex;
  position: relative;
  overflow: auto;
}
.oo_menu .list::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.oo_menu .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.oo_menu .list::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.oo_menu .list::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 5px;
}
.oo_menu li:nth-of-type(1) {
  margin-left: auto;
}
.oo_menu li:nth-last-of-type(1) {
  margin-right: auto;
}
.oo1 {
  padding-top: 74px;
}
.oo1 .content {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.oo1 .l_box {
  width: 48.75%;
  float: left;
  margin-right: 3.25%;
}
.oo1 .r_box {
  flex: 1;
  padding-bottom: 20px;
}
.oo1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 30px;
}
.oo1 .describe em {
  font-style: normal;
  display: block;
  position: relative;
  padding-left: 46px;
}
.oo1 .describe em::before {
  content: "";
  width: 21px;
  aspect-ratio: 1/1;
  background: url("../images/oo1_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 11.5px;
}
.oo2 {
  padding: 67px 0px 95px;
}
.oo2 .PageNumber {
  margin-top: 96px;
}
.oo2 .PageNumber .sc{
  width: 200px;
}
.oo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 67px 1.6666%;
}
.oo2_list li {
  width: 23.75%;
}
@media screen and (min-width: 1025px) {
  .oo2_list li:hover .imgBox {
    box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.1);
  }
}
.oo2_list .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.oo2_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo2_list .title a:hover {
  color: #023287;
}
.oo2_list .links {
  min-width: 130px;
  min-height: 40px;
  border-radius: 5px;
  border: solid 1px #023287;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #023287;
}
.oo2_list .links:hover {
  background: #023287;
  color: #fff;
}
.oo2_list .input_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 21px;
}
.oo2_list .input_links input {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.oo2_list .imgBox {
  transition: 0.3s;
}
.oo3 {
  padding-bottom: 125px;
}
.oo3 .content {
  background: #023287;
  padding: 41px 58px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
.oo3 .buttonBox {
  margin-top: 8px;
}
.oo3 .buttonBox a {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
}
.oo3 .buttonBox a:hover {
  background: #023287;
  color: #fff;
}
.oo3 .title_text {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 15px;
}
.oo3 .l_box {
  flex: 1;
}
.oo4 {
  padding: 159px 0px 170px;
  background: url("../images/index3_back.jpg") no-repeat center;
  background-size: cover;
}
.oo4 .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oo4 .l_box {
  width: 46%;
  max-width: 602px;
}
.oo4 .r_box {
  width: 48.75%;
}
.oo4 .sw_box {
  margin-top: 37px;
  position: relative;
}
.oo4 .swiper_button {
  position: absolute;
  right: 23px;
  bottom: 35px;
  z-index: 1;
}
.oo4 .swiper-slide {
  position: relative;
}
.oo4 .title {
  width: 100%;
  position: absolute;
  left: 20px;
  bottom: 40px;
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-right: 200px;
}
.oo4 .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.oo4 .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.oo5 {
  background: url("../images/oo5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 123px 0px 137px;
}
.oo5 .sw_box {
  width: 50%;
}
.oo5 .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.oo5 .big_title {
  position: relative;
  padding-bottom: 19px;
}
.oo5 .big_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.oo5 .big_title::before {
  content: "";
  width: 100%;
  max-width: 85px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #023287;
}
.oo5 .r_box {
  width: 50%;
  padding: 0px 6.25% 3.2%;
}
.oo5 .describe {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 41px;
}
.oo5 .box {
  display: none;
}
.oo5 .swiper_button {
  margin-top: 52px;
}
.oo5 .name {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  transition: 0.3s;
}
.oo5 .sw_box1 {
  margin-top: 99px;
  position: relative;
}
.oo5 .sw_box1 .swiper-slide {
  cursor: pointer;
  padding-bottom: 33px;
}
.oo5 .sw_box1 .swiper-slide::before {
  content: "";
  border-bottom: 2px solid #023287;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 0%;
  transition: 0.3s;
}
.oo5 .sw_box1::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.oo5 .swiper-slide-thumb-active {
  position: relative;
}
.oo5 .swiper-slide-thumb-active .name {
  color: #023287;
}
.oo5 .swiper-slide-thumb-active::before {
  width: 100% !important;
}
.ot1 {
  padding: 81px 0px 96px;
}
.ot1 .content {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: center;
}
.ot1_l {
  flex: 1;
  padding-bottom: 3.7%;
}
.ot1_l h1 {
  font-family: Roboto-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
  max-width: 250px;
}
.ot1_l .describe {
  color: #333;
}
.ot1_l .describe em {
  font-family: Roboto-Bold;
  font-style: normal;
}
.ot1_l .share_box {
  color: #999999;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
}
.ot1_l .describe {
  margin-top: 23px;
}
.ot1_l .buttonBox {
  margin-top: 109px;
}
.ot1_l .buttonBox a {
  border: 1px solid #023287;
  background: #023287;
  color: #fff;
  min-width: 216px;
}
.ot1_l .buttonBox a:hover {
  background: #c90916;
  border: 1px solid #c90916;
}
.ot1_r {
  width: 70.625%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 20px;
}
.ot1_r .sw_box {
  /*flex: 1;*/
  width: 76%;
  max-width: 660px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.ot1_r .sw_box .swiper-slide {
  background: #f7f8fa;
  position: relative;
}
.ot1_r .sw_box .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.8s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ot1_r .sw_box .swiper-slide-active img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ot1_r .button {
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot1_r .button img {
  transition: 0.2s;
}
.ot1_r .button:hover {
  background: #023287;
  border: 1px solid #023287;
}
.ot1_r .button:hover img {
  filter: brightness(0) invert(1);
}
.ot1_r .box {
  height: 502px;
}
.ot1_r .box .swiper-slide {
  cursor: pointer;
}
.ot1_r .box .active {
  border: 1px solid #023287;
}
.ot1_r .sw_box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  margin-right: 68px;
}
.ot_menu {
  background: #f5f5f5;
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  position: sticky;
  z-index: 10;
  top: 101px;
}
.ot_menu .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.ot_menu a {
  color: #333;
  position: relative;
  padding: 37px 0px 35px;
}
.ot_menu a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  background: #023287;
  height: 5px;
  width: 0%;
  transition: 0.3s ease-in-out;
}
.ot_menu a:hover::before {
  width: 100%;
}
.ot_menu .active::before {
  width: 100%;
}
.ot2 {
  margin-top: 58px;
}
.ot2 .big_title {
  text-align: center;
}
.ot2 .title_text {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 32px;
}
.ot2 .describe1 {
  width: 100%;
  max-width: 1405px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin: 18px auto 0px;
}
.ot2 .describe img {
  display: inline-block;
}
.ot2 .describe em {
  font-family: Roboto-Bold;
  font-style: normal;
}
.ot2 table td {
  padding: 19px 0px 11px !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.ot2 table td:nth-of-type(1) {
  padding-left: 50px !important;
}
.ot2 table td:nth-last-of-type(1) {
  padding-right: 50px !important;
}
.ot2_1 {
  padding-bottom: 30px;
}
.ot2_1 .describe {
  margin-top: 36px;
}
.ot2_2 .describe {
  margin-top: 59px;
}
.small_title {
  font-family: Roboto-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.ot3 {
  padding: 83px 0px 118px;
}
.ot3 .small_title {
  text-align: center;
}
.ot3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.5625%;
  margin-top: 62px;
}
.ot3_list li {
  width: 18.75%;
  background-color: #f7f7f7;
  padding: 41px 25px 40px;
}
@media screen and (min-width: 1025px) {
  .ot3_list li:hover {
    background: #023287;
  }
  .ot3_list li:hover .title {
    color: #fff;
  }
  .ot3_list li:hover .title::before {
    background: url("../images/ot3_ib.png") no-repeat center;
    background-size: cover;
  }
  .ot3_list li:hover .describe {
    color: #fff;
  }
}
.ot3_list .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  padding-left: 40px;
  min-height: 52px;
}
.ot3_list .title::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 1px;
  background: url("../images/ot3_ia.jpg") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.ot3_list .describe {
  line-height: 26px;
  color: #333;
  transition: 0.3s;
  margin-top: 11px;
}
.to1 {
  padding: 64px 0px 95px;
}
.to1 .PageNumber {
  margin-top: 74px;
}
.to1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 41px 3.125%;
}
.to1_list li {
  width: 31.25%;
}
.to1_list .title {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
}
.to1_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.to1_list .title a:hover {
  color: #023287;
}
.tt1 {
  padding: 77px 0px 84px;
}
.tt1 .big_title {
  text-align: center;
}
.tt1 .title_text {
  font-family: Roboto-Medium;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.tt1 .describe {
  width: 100%;
  max-width: 1360px;
  margin: 28px auto 0px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.tt1 .describe em {
  font-family: Roboto-Bold;
  font-style: normal;
}
.tt2 {
  background: url("../images/tt2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 65px 0px 316px;
}
.tt2_container {
  margin-top: 78px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tt2_l {
  width: 31.25%;
  background: #fff;
  padding: 17px 11px 30px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-height: 456px;
}
.tt2_l figure {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding: 18px 18px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.tt2_l figure p:nth-of-type(1) {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tt2_l .number {
  font-family: Roboto-Medium;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
  position: absolute;
  z-index: -1;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.tt2_l .active {
  background: #023287;
  color: #fff;
}
.tt2_l .active .number {
  opacity: 0.08;
}
.tt2_r {
  width: 66.25%;
}
.tt2_r .imgBox {
  position: relative;
}
.tt2_r .imgBox::before {
  content: "";
  width: 100%;
  height: 90%;
  max-height: 367px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/tt2_back1.png") no-repeat center;
  background-size: cover;
}
.tt2_r .hide_box {
  padding: 0px 38px 25px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tt2_r .box {
  display: none;
  position: relative;
}
.tt2_r .title {
  font-family: Roboto-Medium;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.tt2_r .title a {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tt2_r .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tt2_r .describe {
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 2px;
}
.tt3 {
  position: relative;
  z-index: 1;
  margin-top: -278px;
}
.tt3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tt3 .swiper_button {
  margin-top: 4px;
}
.tt3 .l_box {
  flex: 1;
}
.tt3 .title {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
}
.tt3 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tt3 .title a:hover {
  color: #023287;
}
.tt3 .sw_box {
  margin-top: 57px;
}
.tt4 {
  padding: 122px 0px 0px;
}
.tt4 .content {
  overflow: hidden;
}
.tt4 .r_box {
  width: 37.5%;
  float: right;
  margin-bottom: 5px;
  margin-left: 8%;
}
.tt4 .describe {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
}
.tt4 .describe em {
  font-family: Roboto-Bold;
  font-style: normal;
}
.tt4 .title_text {
  font-family: Roboto-Bold;
  background: #023287;
  font-size: 18px;
  color: #fff;
  display: flex;
  max-width: 824px;
  padding: 11px 19px;
  margin-top: 25px;
}
.tt4 .title_text em {
  font-size: 24px;
  font-style: normal;
}
.tt4 .l_box {
  padding-top: 45px;
}
.tt4 .buttonBox {
  margin-top: 85px;
}
.tt4 .buttonBox a {
  background: #c90916;
  min-height: 59px;
}
.tt4 .buttonBox a:hover {
  background: #023287;
}
.tt5 {
  padding: 72px 0px 97px;
}
.tho1 {
  overflow: hidden;
  padding: 81px 0px 90px;
}
.tho1 .PageNumber {
  margin-top: 94px;
}
.tho1_container {
  display: flex;
  gap: 64px;
  flex-direction: column;
}
.tho1_container figure {
  display: flex;
  justify-content: space-between;
}
.tho1_container figure:nth-of-type(even) {
  position: relative;
  flex-direction: row-reverse;
  z-index: 1;
  padding: 69px 0px;
}
.tho1_container figure:nth-of-type(even)::before {
  content: "";
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #f7f7f7;
  z-index: -1;
  position: absolute;
}
.tho1_container .l_box {
  width: 50%;
}
.tho1_container .r_box {
  width: 46.37%;
  padding: 58px 38px 67px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tho1_container .big_title {
  position: relative;
  padding-bottom: 19px;
}
.tho1_container .big_title a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tho1_container .big_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 85px;
  height: 5px;
  background-color: #023287;
}
.tho1_container .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  margin-top: 42px;
}
.tho1_container .buttonBox a {
  min-height: 59px;
  background: #023287;
}
.tho1_container .buttonBox a:hover {
  background: #c90916;
}
.tht1 {
  padding: 75px 0px 77px;
}
.tht1 h1 {
  font-family: Roboto-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.tht1 .share_box {
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
}
.tht1 .describe {
  color: #333;
  margin-top: 37px;
}
.tht1 .describe img {
  display: inline-block;
}
.fuo1 {
  padding: 83px 0px 63px;
}
.fuo1 .content {
  overflow: hidden;
}
.fuo1 .l_box {
  padding-top: 16px;
}
.fuo1 .describe {
  color: #333;
  margin-top: 31px;
}
.fuo1 .r_box {
  width: 54.375%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 10px;
  float: right;
  margin-left: 7%;
}
.fuo1 .sw_box {
  width: 100%;
  position: relative;
}
.fuo1 .swiper_button {
  margin-top: 27px;
  gap: 7px;
  margin-right: 36px;
}
.fuo1 .swiper_button div {
  background: #fff !important;
}
.fuo1 .swiper_button div:hover img {
  filter: none;
  opacity: 1;
}
.fuo1 .swiper_button img {
  filter: brightness(0);
  opacity: 0.6;
  transition: 0.2s;
}
.fuo1 .back_img {
  width: calc(100% - 160px);
  max-width: 688px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(80px);
}
.fuo1_list {
  padding: 14px 0px 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 61px;
}
.fuo1_list::before {
  content: "";
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
.fuo1_list .big_num {
  font-family: Roboto-Bold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #023287;
}
.fuo1_list .text {
  line-height: 26px;
  margin-top: 16px;
}
.fuo1_list .logo {
  width: 70px;
  aspect-ratio: 70/72;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuo1_list .logo img {
  max-width: 100%;
  max-height: 100%;
}
.fuo1_list figure {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 48%;
}
.fuo1_list .box {
  padding-top: 10px;
  flex: 1;
  max-width: 142px;
}
.fuo2 .content {
  overflow: hidden;
}
.fuo2 .l_box {
  width: 54.375%;
  float: left;
  margin-bottom: 5px;
  margin-right: 31px;
}
.fuo2 .describe {
  color: #333;
}
.fuo2 .describe1 {
  line-height: 28px;
  margin-top: 28px;
}
.fuo2 .describe1 p {
  display: flex;
}
.fuo2 .describe1 strong {
  font-weight: normal;
  font-family: Roboto-Bold;
}
.fuo2 .describe1 em {
  display: block;
  position: relative;
  font-style: normal;
  padding-left: 37px;
}
.fuo2 .describe1 em::before {
  content: "";
  width: 19px;
  aspect-ratio: 1/1;
  background: url("../images/fuo2_la.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px;
}
.fuo2 .r_box {
  padding-top: 21px;
}
.fuo3 {
  position: relative;
  z-index: 1;
  margin-top: 139px;
  padding: 81px 0px 144px;
}
.fuo3::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 586px;
  left: 0;
  top: 0;
  background: url("../images/fuo3_back.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
}
.fuo3 .big_title {
  text-align: center;
}
.fuo3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 61px 2.5%;
  margin-top: 85px;
}
.fuo3_list li {
  width: 48.75%;
  background: #fafafa;
}
.fuo3_list .box {
  padding: 44px 38px 36px;
}
.fuo3_list .title {
  font-family: Roboto-Bold;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.fuo3_list .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fuo3_list .title a:hover {
  color: #023287;
}
.fuo3_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 12px;
  height: 120px;
}
.fut1 {
  padding: 81px 0px 0px;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.fut1 .l_box {
  width: 50%;
  position: relative;
}
.fut1 .hide_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.fut1 figure {
  overflow: hidden;
  margin-bottom: 11px;
}
.fut1 figure:nth-of-type(odd) .l_box {
  float: left;
  margin-right: 60px;
}
.fut1 figure:nth-of-type(odd) .describe {
  margin-top: 48px;
}
.fut1 figure:nth-of-type(odd) .content {
  padding-top: 5.573%;
}
.fut1 figure:nth-of-type(even) .l_box {
  float: right;
  margin-left: 60px;
}
.fut1 figure:nth-of-type(even) .content {
  padding-top: 4.323%;
}
.fut1 .small_title {
  color: #023287;
  margin-top: 11px;
}
.fut1 .describe em {
  font-style: normal;
  font-family: Roboto-Bold;
}
.fut1_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 65px;
}
.fut1_list .big_num {
  font-family: Roboto-Bold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #023287;
}
.fut1_list .text {
  line-height: 26px;
  color: #666;
  margin-top: 19px;
  max-width: 170px;
}
.fut1_list .big_num + p {
  font-size: 24px;
  color: #023287;
  line-height: 32px;
}
.fut1_list .num {
  display: flex;
  align-items: flex-end;
}
.fut1_list .j-hdata1::before {
  content: attr(title);
  height: 0px;
  display: block;
  overflow: hidden;
}
.fut2 {
  padding: 62px 0px 83px;
}
.fut2 .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 26px;
}
.fut2 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.fut2 .title a:hover {
  color: #023287;
}
.fut2 .sw_box {
  position: relative;
}
.fut2 .swiper_button div {
  position: absolute;
  z-index: 1;
  top: 46.5%;
}
.fut2 .swiper_button div:nth-of-type(1) {
  left: -37px;
  transform: translate(-100%, -50%);
}
.fut2 .swiper_button div:nth-of-type(2) {
  right: -37px;
  transform: translate(100%, -50%);
}
.fut3 {
  background: url("../images/index5_back.jpg") no-repeat center;
  background-size: cover;
  padding: 110px 0px 146px;
}
.fut3 .describe {
  line-height: 26px;
  color: #fff;
  margin-top: 18px;
}
.fut3 .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fut3 .l_box {
  width: 63.75%;
}
.fut3 .button {
  margin-top: 9px;
  display: flex;
  justify-content: flex-start;
}
.fut3 .button a {
  min-width: 162px;
  min-height: 50px;
  padding: 4px 20px;
  background: #023287;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.fut3 .button a:hover {
  background: #c90916;
}
.fut3 .button span {
  transition: 0s;
}
.fut3 .container {
  margin-top: 59px;
}
.fut4 {
  padding: 96px 0px 98px;
}
.fut4 .content {
  overflow: hidden;
}
.fut4 .l_box {
  padding-top: 5px;
}
.fut4 .describe {
  margin-top: 26px;
}
.fut4 .swiper_button {
  margin-top: 56px;
}
.fut4 .r_box {
  width: 60.125%;
  float: right;
  margin-bottom: 5px;
  margin-left: 6%;
}
.fut4 .name {
  font-family: Roboto-Bold;
  text-align: center;
  margin-top: 13px;
}
.so .pub1_pub,
.st .pub1_pub {
  padding-bottom: 77px;
}
.so1 {
  padding: 59px 0px 97px;
}
.so1 .PageNumber {
  margin-top: 67px;
}
.so1_list {
  gap: 46px 2.1666%;
  flex-wrap: wrap;
  display: flex;
}
.so1_list li {
  width: 23.375%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.so1_list li:hover {
  box-shadow: 0px 0px 49px 0px rgba(11, 11, 11, 0.14);
}
.so1_list .box {
  flex: 1;
  padding: 18px 24px 39px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.so1_list .time {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.so1_list .title {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
}
.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: #023287;
}
.so1_list .describe {
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 19px;
}
.st1 {
  padding: 76px 0px 77px;
}
.st1 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.st1_container {
  flex: 1;
  margin-right: 3.4375%;
}
.st1_container h1 {
  font-family: Roboto-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.st1_container .share_time {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px 17px;
  margin-top: 10px;
}
.st1_container .share {
  display: flex;
  align-items: center;
  gap: 6px;
}
.st1_container .describe {
  color: #333;
  margin-top: 16px;
}
.st1_container .describe img {
  display: inline-block;
}
.st1_container .page_change {
  margin-top: 51px;
  padding-top: 33px;
}
.seo1 {
  padding: 69px 0px 83px;
}
.seo1 .title {
  font-family: Roboto-Bold;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}
.seo1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.seo1_l {
  width: 46.875%;
}
.seo1_l .logo {
  width: 70px;
}
.seo1_l .name {
  font-family: Roboto-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.seo1_l .text {
  font-size: 18px;
  color: #333;
  margin-top: 1px;
}
.seo1_l .text a {
  color: #333;
}
.seo1_l .text a:hover {
  color: #023287;
}
.seo1_l li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}
.seo1_l .box {
  flex: 1;
  margin-top: 10px;
}
.seo1_l .list {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.seo1_r {
  width: 47.5%;
}
.seo1_r .describe {
  font-size: 18px;
  line-height: 28px;
  margin-top: 32px;
}
.seo1_r form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 23px 0px;
  margin-top: 44px;
}
.seo1_r form input {
  height: 64px;
}
.seo1_r form input,
.seo1_r form textarea {
  width: 100%;
  background-color: #f0f0f0;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: none;
  resize: none;
  outline: none;
  padding: 0px 9px;
}
.seo1_r form input::placeholder,
.seo1_r form input::-webkit-input-placeholder,
.seo1_r form textarea::placeholder {
  color: #666666;
}
.seo1_r form .yz {
  position: relative;
}
.seo1_r form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: 10px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.seo1_r form .yz input,
.seo1_r form .yz textarea {
  padding-left: 20px;
}
.seo1_r form .int1 {
  width: 48.1%;
}
.seo1_r form .int2 {
  width: 100%;
}
.seo1_r form .int2::before {
  top: 24px;
}
.seo1_r form .tijiao {
  min-width: 299px;
}
.seo1_r form .tijiao input {
  background-color: #023287;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
.seo1_r form .tijiao input:hover {
  background-color: #c90916;
}
.seo1_r form .yzm {
  flex: 1;
  margin-right: 9px;
  position: relative;
}
.seo1_r form .yzm input {
  flex: 1;
  padding-right: 100px;
}
.seo1_r form .yzm a,
.seo1_r form .yzm span {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  aspect-ratio: 71/35;
  cursor: pointer;
}
.seo1_r form .yzm a img,
.seo1_r form .yzm span img {
  height: 100%;
}
.seo1_r form textarea {
  height: 128px;
  padding-top: 10px !important;
}
.seo2 {
  padding-bottom: 126px;
}
.seo2 iframe {
  display: block;
}
.pub_bt {
  font-family: Roboto-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_menu {
  width: 24%;
  max-width: 371px;
  padding-top: 2px;
  position: sticky;
  top: 0;
}
.new_box .list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 23px;
}
.new_box li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.new_box .title {
  font-family: Roboto-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.new_box .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;
}
.new_box .title a:hover {
  color: #023287;
}
.new_box .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 17px;
}
.new_box .time {
  display: flex;
  align-items: center;
  color: #023287;
  gap: 14px;
  margin-top: 17px;
}
.menu_form_box {
  margin-top: 20px;
}
.menu_form_box .text {
  margin-top: 13px;
}
.menu_form_box form {
  display: flex;
  flex-direction: column;
  gap: 15px 0px;
  margin-top: 23px;
}
.menu_form_box form > div {
  width: 100%;
  display: block;
}
.menu_form_box form input {
  height: 48px;
}
.menu_form_box form input,
.menu_form_box form textarea {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 8px;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  display: block;
  border: none;
  resize: none;
  outline: none;
  padding: 0px 14px;
}
.menu_form_box form input::placeholder,
.menu_form_box form input::-webkit-input-placeholder,
.menu_form_box form textarea::placeholder {
  color: #666666;
}
.menu_form_box form .yz {
  position: relative;
}
.menu_form_box form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: 14px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.menu_form_box form .yz input,
.menu_form_box form .yz textarea {
  padding-left: 25px;
}
.menu_form_box form .int1 {
  width: 100%;
}
.menu_form_box form .int1::before {
  top: 24px;
}
.menu_form_box form .tijiao {
  width: 100%;
}
.menu_form_box form .tijiao input {
  background-color: #023287;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  height: 48px;
}
.menu_form_box form .tijiao input:hover {
  background-color: #c90916;
}
.menu_form_box form .yzm {
  width: 100%;
  position: relative;
}
.menu_form_box form .yzm input {
  flex: 1;
  padding-right: 100px;
}
.menu_form_box form .yzm a,
.menu_form_box form .yzm span {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  aspect-ratio: 71/35;
  cursor: pointer;
}
.menu_form_box form .yzm a img,
.menu_form_box form .yzm span img {
  height: 100%;
}
.menu_form_box form textarea {
  height: 93px;
  padding-top: 10px !important;
}
.tt .oo3_pub {
  padding-bottom: 97px;
}
.tho .oo3_pub {
  padding-bottom: 90px;
}
.oo3_pub {
  padding-bottom: 49px;
}
.pub1 {
  padding-bottom: 151px;
}
.pub1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pub1 .swiper_button {
  margin-top: 4px;
}
.pub1 .l_box {
  flex: 1;
}
.pub1 .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
}
.pub1 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub1 .title a:hover {
  color: #023287;
}
.pub1 .sw_box {
  margin-top: 35px;
}
.pub2 {
  padding-bottom: 133px;
}
.pub2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pub2 .swiper_button {
  margin-top: 4px;
}
.pub2 .l_box {
  flex: 1;
}
.pub2 .title {
  font-family: Roboto-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
}
.pub2 .title a {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pub2 .title a:hover {
  color: #023287;
}
.pub2 .sw_box {
  margin-top: 45px;
}
.pub1_pub {
  padding-bottom: 122px;
}
.page_change {
  margin-top: 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 83px;
  padding-top: 33px;
}
.page_change p {
  color: #333;
}
.page_change section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.page_change p + * {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
  flex: 1;
}
.page_change a {
  color: #333;
}
.page_change a:hover {
  color: #023287;
}
.swiper_button {
  display: flex;
  align-items: center;
  gap: 7px;
}
.swiper_button div {
  width: 46px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.swiper_button div:hover {
  background: #023287;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
}
.swiper_button_border div {
  border: 1px solid #023287;
}
#indexBody footer {
  position: relative;
  height: auto !important;
  max-height: 100%;
}
#indexBody footer .fp-tableCell {
  height: auto !important;
  max-height: 100vh !important;
}
footer {
  background: url("../images/footer_back.jpg") no-repeat center;
  background-size: cover;
}
footer .logoBox {
  width: 359px;
  padding-bottom: 15px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
  flex: 1;
}
footer .icBox .iconfont {
  transition: 0s;
  font-size: 16px;
}
footer .icBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cdcdcd;
  color: #888888;
}
footer .icBox a:hover {
  background: #023287;
  color: #fff;
}
.footer_a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding: 75px 0px 51px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer_b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 70px 0px 100px;
}
.footer_b .dif_footer {
  font-family: Roboto-Medium;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer_b .dif_footer a {
  color: #333333;
}
.footer_b .dif_footer a:hover {
  color: #023287;
}
.footer_b .box {
  width: 437px;
}
.footer_b .dif_up {
  width: 8px;
  filter: brightness(0) invert(1);
  display: none;
}
.footer_b form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 16px;
  gap: 11px 0px;
  margin-top: 54px;
}
.footer_b form .int1 {
  width: 46.794%;
}
.footer_b form input {
  height: 43px;
}
.footer_b form textarea {
  height: 67px;
  padding-top: 7px !important;
}
.footer_b form .ttBox {
  width: 100%;
}
.footer_b form .form_box {
  width: 100%;
}
.footer_b form .yzm {
  flex: 1;
  position: relative;
  display: flex;
}
.footer_b form .yzm input {
  flex: 1;
}
.footer_b form .yzm span {
  height: 43px;
  aspect-ratio: 110/43;
  cursor: pointer;
  margin-left: 10px;
}
.footer_b form .yzm span img {
  height: 100%;
}
.footer_b form .afterBox {
  position: relative;
}
.footer_b form .afterBox::before {
  left: -15px;
  position: absolute;
  content: "*";
  font-size: 16px;
  color: #ff0000;
  top: 50%;
  transform: translateY(-50%);
}
.footer_b form .ttBox::before {
  top: 21px;
}
.footer_b form .tj {
  min-width: 113px;
  margin-left: 10px;
}
.footer_b form .tj input {
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  background: #023287;
  border: 1px solid #023287;
  transition: 0.3s;
  cursor: pointer;
}
.footer_b form .tj input:hover {
  background: #fff;
  color: #023287;
}
.footer_b form input,
.footer_b form textarea {
  background: rgba(255, 255, 255, 0.5);
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  padding: 0px 12px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  display: block;
}
.footer_b form input::placeholder,
.footer_b form input::-webkit-input-placeholder,
.footer_b form textarea::placeholder {
  color: #666666;
}
.footer_b .list {
  color: #333;
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer_b .list a {
  color: #333;
}
.footer_b .list a:hover {
  color: #023287;
}
.footer_b .ul2 {
  margin-left: 2%;
}
.footer_b .ul3 {
  margin-left: 4%;
}
.footer_b .ul3 .list a,
.footer_b .ul3 .list span {
  display: inline;
}
.footer_c {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 47px 0px 86px;
}
.footer_c a {
  color: #fff;
}
.footer_c a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer_c::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #023287;
  position: absolute;
  z-index: -1;
}
.footer_c .links {
  display: flex;
  align-items: flex-start;
  gap: 0px 15px;
  margin-top: 4px;
}
.footer_c .links figure {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.m-formcountry {
  position: relative;
}
.m-formcountry .drop-btn {
  position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #023287;
}
.m-formcountry .drop-list li {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
}
.m-formcountry .drop-list li.on {
  background-color: #e0e0e0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.table {
  overflow: auto;
}
.table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
  display: none !important;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1680px) {
  .fut2 .swiper_button div:nth-of-type(1) {
    left: -20px;
  }
  .fut2 .swiper_button div:nth-of-type(2) {
    right: -20px;
  }
}
@media screen and (max-width: 1600px) {
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .logoBox {
    width: 186px;
  }
  header .center {
    padding-top: 20px;
  }
  header .center::before {
    left: -20px;
    transform: none;
  }
  header .menuOne {
    font-size: 16px;
    line-height: 26px;
    margin-right: 30px;
  }
  header .dif_ul {
    left: -20px;
    transform: none;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0px 40px;
  }
  header .dif_ul > div {
    gap: 10px 30px;
  }
  .head_menu {
    font-size: 16px;
    margin-left: 0px;
    padding: 22px 0px;
  }
  .head_menu_all {
    height: calc(100vh - 71px);
    left: -20px;
    transform: none;
    padding-top: 65px;
  }
  .menu_close {
    right: 20px;
    top: 20px;
  }
  .head_bt {
    font-size: 24px;
    line-height: 32px;
    gap: 20px;
  }
  .head_box {
    gap: 16px;
  }
  .index_banner .swiperbanner-pagination {
    right: 40px;
    gap: 15px;
  }
  .index1_container figure {
    padding-top: 111px;
  }
  .index1_container .title {
    font-size: 32px;
    line-height: 42px;
    max-width: 160px;
  }
  .index1_container .number {
    font-size: 32px;
    line-height: 42px;
    margin-top: 18px;
    padding-top: 16px;
  }
  .big_title {
    font-size: 36px;
    line-height: 46px;
  }
  .bannerBox .banner_bt {
    font-size: 36px;
    line-height: 46px;
  }
  .mbx {
    margin-top: 10px;
  }
  .index2_container .r_box {
    width: calc(50% - 50px);
    padding-top: 71px;
    padding-bottom: 20px;
    padding-left: 3%;
  }
  .index2_container .title_text {
    font-size: 24px;
    line-height: 30px;
  }
  .index2_container .describe {
    margin-top: 16px;
  }
  .index2_container .buttonBox {
    margin-top: 30px;
  }
  .index2_list {
    margin-top: 50px;
    gap: 15px;
  }
  .index2_list .big_num {
    font-size: 32px;
    line-height: 36px;
  }
  .index2_list .big_num + p {
    font-size: 20px;
    line-height: 28px;
  }
  .index2_list .text {
    margin-top: 8px;
  }
  .buttonBox a {
    min-width: 156px !important;
    min-height: 46px !important;
  }
  .index3_container {
    padding-top: 71px;
  }
  .index3_container .title {
    font-size: 24px;
    line-height: 30px;
    bottom: 22px;
  }
  .index3_container .swiper_button {
    bottom: 20px;
  }
  .index3_list {
    gap: 16px 5%;
    margin-top: 20px;
  }
  .index3_list li {
    width: 30%;
    min-height: 100px;
    padding: 15px;
  }
  .index3_list .name {
    font-size: 15px;
    margin-top: 8px;
  }
  .index3_list .logo {
    width: 52px;
  }
  .index4_container {
    padding-top: 71px;
  }
  .index4_container .name {
    font-size: 18px;
    line-height: 26px;
  }
  .index4_container .sw_box1 {
    bottom: 30px;
  }
  .index4_container .sw_box1 .swiper-slide {
    padding-bottom: 20px;
  }
  .index4_container .describe {
    margin-top: 20px;
  }
  .index4_container .swiper_button {
    margin-top: 30px;
  }
  .index4_container .r_box {
    padding: 0px 6%;
  }
  .index5_container {
    padding-top: 71px;
  }
  .index5_container .content {
    padding-bottom: 0px;
  }
  .index5_container .describe {
    margin-top: 8px;
  }
  .index5_container .container {
    margin-top: 20px;
  }
  .index6_container {
    padding-top: 71px;
  }
  .index6_container .content {
    padding-bottom: 0px;
  }
  .index6_r {
    width: 74%;
  }
  .index6_list .box {
    padding: 16px 20px 30px;
  }
  .index6_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .index6_list .describe {
    margin-top: 10px;
  }
  .index6_menu {
    font-size: 18px;
    margin-top: 32px;
  }
  .oo_menu {
    margin-top: 50px;
    font-size: 16px;
    line-height: 24px;
  }
  .oo_menu .list {
    gap: 25px;
  }
  .oo_menu a {
    padding: 0px 5px 15px;
  }
  .oo1 {
    padding-top: 60px;
  }
  .oo1 .describe {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
  }
  .oo1 .describe em {
    padding-left: 35px;
  }
  .oo1 .describe em::before {
    top: 4.5px;
  }
  .oo2 {
    padding: 40px 0px 60px;
  }
  .oo2_list {
    gap: 40px 1.6666%;
  }
  .oo2_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .oo2_list .links {
    min-width: 116px;
    min-height: 34px;
  }
  .oo2_list .input_links {
    margin-top: 15px;
  }
  .oo3 {
    padding-bottom: 80px;
  }
  .oo3 .content {
    padding: 30px 30px;
  }
  .oo3 .title_text {
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
  }
  .oo4 {
    padding: 80px 0px;
  }
  .oo4 .title {
    font-size: 24px;
    line-height: 30px;
    bottom: 22px;
  }
  .oo4 .swiper_button {
    bottom: 20px;
  }
  .oo5 {
    padding: 80px 0px;
  }
  .oo5 .name {
    font-size: 18px;
    line-height: 26px;
  }
  .oo5 .sw_box1 {
    margin-top: 40px;
  }
  .oo5 .sw_box1 .swiper-slide {
    padding-bottom: 20px;
  }
  .oo5 .describe {
    margin-top: 20px;
  }
  .oo5 .swiper_button {
    margin-top: 30px;
  }
  .oo5 .r_box {
    padding: 0px 6%;
  }
  .ot1 {
    padding: 50px 0px 60px;
  }
  .ot1 .content {
    gap: 3%;
  }
  .ot1_r {
    width: 66%;
  }
  .ot1_r .sw_box1 {
    margin-right: 20px;
  }
  .ot1_r .box {
    height: 400px;
  }
  .ot1_l h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .ot1_l .buttonBox {
    margin-top: 40px;
  }
  .ot_menu {
    top: 71px;
  }
  .ot_menu a {
    padding: 22px 0px;
  }
  .ot_menu a::before {
    bottom: 12px;
  }
  .ot2 .title_text {
    margin-top: 10px;
  }
  .ot2 .describe1 {
    font-size: 16px;
    line-height: 26px;
    margin: 10px auto 0px;
  }
  .ot2 .table table td {
    padding: 12px 30px !important;
  }
  .ot2_1 .describe {
    margin-top: 30px;
  }
  .ot2_2 .describe {
    margin-top: 30px;
  }
  .small_title {
    font-size: 24px;
    line-height: 32px;
  }
  .ot3 {
    padding: 60px 0px;
  }
  .ot3_list {
    margin-top: 30px;
  }
  .ot3_list li {
    padding: 20px 20px 30px;
  }
  .ot3_list .title {
    font-size: 16px;
    padding-left: 25px;
  }
  .ot3_list .title::before {
    width: 18px;
    top: 3px;
  }
  .to1 {
    padding: 40px 0px 60px;
  }
  .to1_list {
    gap: 30px 3.125%;
  }
  .to1_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .tt1 {
    padding: 50px 0px 60px;
  }
  .tt1 .title_text {
    font-size: 30px;
    line-height: 38px;
    margin-top: 6px;
  }
  .tt1 .describe {
    margin: 15px auto 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .tt2 {
    padding: 60px 0px 250px;
  }
  .tt2_container {
    margin-top: 40px;
  }
  .tt2_l {
    min-height: auto;
    gap: 0px;
  }
  .tt2_l figure {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .tt2_l .number {
    font-size: 32px;
    line-height: 36px;
    right: 8px;
  }
  .tt2_r .title {
    font-size: 24px;
    line-height: 32px;
  }
  .tt2_r .hide_box {
    padding: 0px 30px 20px;
  }
  .tt3 {
    margin-top: -180px;
  }
  .tt3 .sw_box {
    margin-top: 30px;
  }
  .tt3 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .tt4 {
    padding: 60px 0px 0px;
  }
  .tt4 .l_box {
    padding-top: 10px;
  }
  .tt4 .title_text {
    font-size: 16px;
    margin-top: 15px;
  }
  .tt4 .title_text em {
    font-size: 18px;
  }
  .tt4 .describe {
    font-size: 16px;
    margin-top: 20px;
  }
  .tt4 .buttonBox {
    margin-top: 40px;
  }
  .tt5 {
    padding: 60px 0px;
  }
  .tho1 {
    padding: 40px 0px 60px;
  }
  .tho1_container {
    gap: 40px;
  }
  .tho1_container figure:nth-of-type(even) {
    padding: 40px 0px;
  }
  .tho1_container .r_box {
    padding: 2% 30px;
  }
  .tho1_container .describe {
    font-size: 16px;
    margin-top: 20px;
  }
  .tht1 {
    padding: 40px 0px 60px;
  }
  .tht1 h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .tht1 .share_box {
    margin-top: 12px;
  }
  .tht1 .describe {
    margin-top: 15px;
  }
  .fuo1 {
    padding: 40px 0px 60px;
  }
  .fuo1 .r_box {
    margin-left: 4%;
  }
  .fuo1 .back_img {
    transform: translateY(46px);
  }
  .fuo1 .swiper_button {
    margin-top: 6px;
  }
  .fuo1 .describe {
    margin-top: 20px;
  }
  .fuo1_list {
    margin-top: 30px;
  }
  .fuo1_list .logo {
    width: 52px;
  }
  .fuo1_list .big_num {
    font-size: 40px;
    line-height: 46px;
  }
  .fuo1_list .text {
    margin-top: 6px;
  }
  .fuo1_list figure {
    max-width: none;
  }
  .fuo2 .describe1 {
    margin-top: 15px;
  }
  .fuo3 {
    margin-top: 80px;
    padding: 60px 0px 80px;
  }
  .fuo3::before {
    height: 480px;
  }
  .fuo3_list {
    gap: 40px 2.5%;
    margin-top: 40px;
  }
  .fuo3_list .describe {
    height: 104px;
    margin-top: 8px;
  }
  .fuo3_list .title {
    font-size: 28px;
    line-height: 38px;
  }
  .fuo3_list .box {
    padding: 30px 35px;
  }
  .fut1 {
    padding: 40px 0px 0px;
  }
  .fut1 figure .content {
    padding-top: 2% !important;
  }
  .fut1 figure:nth-of-type(odd) .l_box {
    margin-right: 4%;
  }
  .fut1 figure:nth-of-type(odd) .describe {
    margin-top: 20px;
  }
  .fut1 figure:nth-of-type(even) .l_box {
    margin-left: 4%;
  }
  .fut1_list {
    margin-top: 50px;
    gap: 15px;
  }
  .fut1_list .big_num {
    font-size: 32px;
    line-height: 36px;
  }
  .fut1_list .big_num + p {
    font-size: 20px;
    line-height: 28px;
  }
  .fut1_list .text {
    margin-top: 8px;
  }
  .fut2 {
    padding: 40px 0px 60px;
  }
  .fut2 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .fut3 {
    padding: 80px 0px;
  }
  .fut3 .describe {
    margin-top: 8px;
  }
  .fut3 .container {
    margin-top: 20px;
  }
  .fut4 {
    padding: 60px 0px 80px;
  }
  .fut4 .describe {
    margin-top: 15px;
  }
  .fut4 .swiper_button {
    margin-top: 30px;
  }
  .so1 {
    padding: 40px 0px 60px;
  }
  .so1_list {
    gap: 30px 2.1666%;
  }
  .so1_list .box {
    padding: 16px 20px 30px;
  }
  .so1_list .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
  }
  .so1_list .describe {
    margin-top: 10px;
  }
  .st1 {
    padding: 60px 0px;
  }
  .st1 .content {
    width: calc(100% - 100px) !important;
  }
  .st1_container h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .seo1 {
    padding: 40px 0px 60px;
  }
  .seo1 .title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .seo1_l .list {
    margin-top: 20px;
    gap: 20px;
  }
  .seo1_l .logo {
    width: 60px;
  }
  .seo1_l .name {
    font-size: 18px;
  }
  .seo1_l .text {
    font-size: 16px;
  }
  .seo1_l .box {
    margin-top: 6px;
  }
  .seo1_r .describe {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
  }
  .seo1_r form {
    gap: 15px 0px;
    margin-top: 15px;
  }
  .seo1_r form input {
    height: 46px;
    font-size: 15px !important;
  }
  .seo1_r form .tijiao {
    min-width: 150px;
  }
  .seo1_r form textarea {
    height: 100px;
  }
  .seo1_r form .yzm a,
  .seo1_r form .yzm span {
    height: 30px;
  }
  .seo2 {
    padding-bottom: 60px;
  }
  .pub_bt {
    font-size: 28px;
    line-height: 38px;
  }
  .new_box .list {
    gap: 20px;
  }
  .new_box li {
    padding-bottom: 15px;
  }
  .new_box .describe {
    margin-top: 8px;
  }
  .new_box .time {
    margin-top: 8px;
  }
  .menu_form_box form input,
  .menu_form_box form textarea {
    font-size: 15px;
  }
  .menu_form_box form .yz::before {
    left: 8px;
  }
  .menu_form_box form .yz input,
  .menu_form_box form .yz textarea {
    padding-left: 18px;
  }
  .menu_form_box form input {
    height: 38px !important;
  }
  .menu_form_box form .yzm input {
    padding-right: 80px;
  }
  .menu_form_box form .yzm a,
  .menu_form_box form .yzm span {
    right: 8px;
    height: 30px;
  }
  .menu_form_box form .tijiao {
    margin-top: 0px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 12px !important;
  }
  .pub1 {
    padding-bottom: 80px;
  }
  .pub1 .sw_box {
    margin-top: 30px;
  }
  .pub1 .title {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .pub2 {
    padding-bottom: 80px;
  }
  .pub2 .sw_box {
    margin-top: 30px;
  }
  .pub2 .title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
  .oo3_pub {
    padding-bottom: 40px !important;
  }
  footer .logoBox {
    width: 240px;
    padding-bottom: 0px;
  }
  footer .icBox {
    gap: 10px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  .footer_a {
    padding: 40px 0px 25px;
  }
  .footer_b {
    padding: 30px 0px;
  }
  .footer_b .dif_footer {
    font-size: 20px;
    line-height: 26px;
  }
  .footer_b .list {
    margin-top: 16px;
    gap: 2px;
  }
  .footer_b .ul2 {
    margin-left: 0px;
    min-width: 175px;
  }
  .footer_b .ul3 {
    margin-left: 0px;
  }
  .footer_b .box {
    width: 44%;
    max-width: 437px;
  }
  .footer_b form {
    margin-top: 20px;
  }
  .footer_c {
    padding: 20px 0px 40px;
  }
  .swiper_button div {
    width: 38px;
  }
  .swiper_button img {
    width: 8px;
  }
  .PageNumber {
    margin-top: 40px !important;
    gap: 8px 12px;
  }
  .PageNumber .page_box {
    gap: 8px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber .p_f {
    width: 82px;
  }
  .PageNumber input {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .oo1 .content {
    display: block;
  }
  .oo1 .r_box {
    flex: none;
    padding-bottom: 0px;
  }
  .oo1 .describe p {
    display: flex;
  }
  .fuo1_list::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .ot3_list {
    gap: 30px 2%;
  }
  .ot3_list li {
    width: 32%;
  }
  .ot3_list .title {
    min-height: auto;
  }
  .ot3_list .describe {
    margin-top: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 94%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
    background: #919699 !important;
  }
  .rightMenu > *::before {
    border-radius: 0px;
  }
  .rightMenu > *:hover {
    background: #023287 !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  .zping {
    height: auto !important;
    overflow: visible;
  }
  .zping .fp-tableCell {
    height: auto !important;
  }
  .index_banner .swiper-slide img {
    position: relative;
    width: 100%;
    min-height: auto;
    left: 0px;
    top: 0;
    transform: none;
  }
  .head_menu_all {
    display: none;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 8px 0px;
  }
  header .con1 {
    flex-direction: row-reverse;
    padding-right: 50px;
  }
  header .center {
    display: none;
  }
  header .sousuo {
    display: none;
  }
  header .logoBox {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
  .head_menu {
    display: none;
  }
  .padding_top {
    padding-top: 64.69px;
  }
  .index_banner .swiperbanner-pagination {
    right: 20px;
    gap: 6px;
  }
  .index1_container .title {
    font-size: 20px;
    line-height: 32px;
    min-width: auto;
  }
  .index1_container .number {
    font-size: 20px;
    line-height: 32px;
    border-top: none;
    margin-top: 6px;
    padding-top: 0px;
  }
  .index1_container figure {
    padding-top: 30px;
  }
  .big_title {
    font-size: 22px;
    line-height: 30px;
  }
  .bannerBox .banner_bt {
    font-size: 24px;
    line-height: 30px;
  }
  .mbx {
    margin-top: 2px;
  }
  .index2_container {
    padding: 30px 50px 0px;
  }
  .index2_container .l_box {
    width: 100%;
  }
  .index2_container .r_box {
    width: 100%;
    max-width: 100%;
    padding: 20px 0px 30px;
  }
  .index2_container .title_text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
  }
  .index2_container .describe {
    margin-top: 5px;
  }
  .index2_container .buttonBox {
    margin-top: 20px;
    gap: 8px 20px;
  }
  .index2_list {
    margin-top: 30px;
  }
  .index2_list .big_num {
    font-size: 24px;
    line-height: 26px;
  }
  .index2_list .big_num + p {
    font-size: 16px;
    line-height: 20px;
  }
  .index2_list .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .index3_container {
    padding: 30px 0px 40px;
  }
  .index3_container .content {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .index3_container .l_box {
    width: 100%;
    max-width: 100%;
  }
  .index3_container .r_box {
    padding-top: 30px;
    width: 100%;
  }
  .index3_container .sw_box {
    margin-top: 20px;
  }
  .index3_container .title {
    font-size: 16px;
    line-height: 24px;
  }
  .index4_container {
    padding: 40px 0px;
  }
  .index4_container .content {
    flex-direction: column;
  }
  .index4_container .container {
    margin-bottom: 0px;
  }
  .index4_container .sw_box1 {
    position: relative;
    margin-top: 20px;
    bottom: 0;
  }
  .index4_container .sw_box1 .swiper-slide {
    padding-bottom: 10px;
  }
  .index4_container .name {
    font-size: 16px;
    line-height: 24px;
  }
  .index4_container .big_title {
    padding-bottom: 10px;
  }
  .index4_container .describe {
    margin-top: 6px;
  }
  .index4_container .r_box {
    padding: 0px 4%;
  }
  .index4_container .swiper_button {
    margin-top: 15px;
  }
  .index5_container {
    padding: 40px 0px;
  }
  .index5_container .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .index5_container .button a {
    min-width: 120px;
    min-height: 38px;
    gap: 8px;
  }
  .index5_container .l_box {
    width: 70%;
  }
  .index6_container {
    padding: 30px 0px 40px;
  }
  .index6_l {
    flex: none;
    width: 100%;
    padding-top: 0px;
  }
  .index6_menu {
    font-size: 16px;
    margin-top: 6px;
    gap: 5px 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .index6_r {
    width: 100%;
    padding-top: 20px;
  }
  .index6_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .index6_list .box {
    padding: 16px 20px 22px;
  }
  .oo_menu {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .oo_menu .list {
    gap: 30px;
  }
  .oo_menu .list::before {
    display: none;
  }
  .oo_menu a {
    padding-bottom: 5px;
  }
  .oo_menu a::before {
    display: none;
  }
  .oo1 {
    padding-top: 30px;
  }
  .oo1 .describe {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
  }
  .oo1 .describe em {
    padding-left: 22px;
  }
  .oo1 .describe em::before {
    width: 16px;
    top: 5px;
  }
  .oo2 {
    padding: 30px 0px 40px;
  }
  .oo2_list {
    gap: 20px 1.6666%;
  }
  .oo2_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .oo2_list .input_links {
    margin-top: 10px;
    gap: 8px;
  }
  .oo2_list .input_links input {
    width: 14px;
    height: 14px;
  }
  .oo2_list .links {
    padding: 2px 10px;
    min-width: 98px;
    min-height: 30px;
  }
  .oo3 {
    padding-bottom: 40px;
  }
  .oo3 .content {
    padding: 25px 30px;
  }
  .oo3 .title_text {
    font-size: 16px;
    line-height: 24px;
  }
  .oo4 {
    padding: 30px 0px 40px;
  }
  .oo4 .content {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
  .oo4 .l_box {
    width: 100%;
    max-width: 100%;
  }
  .oo4 .r_box {
    padding-top: 30px;
    width: 100%;
  }
  .oo4 .sw_box {
    margin-top: 20px;
  }
  .oo4 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .oo5 {
    padding: 40px 0px;
  }
  .oo5 .content {
    flex-direction: column;
  }
  .oo5 .container {
    margin-bottom: 0px;
  }
  .oo5 .sw_box1 {
    position: relative;
    margin-top: 20px;
  }
  .oo5 .sw_box1 .swiper-slide {
    padding-bottom: 10px;
  }
  .oo5 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .oo5 .big_title {
    padding-bottom: 10px;
  }
  .oo5 .describe {
    margin-top: 6px;
  }
  .oo5 .r_box {
    padding: 0px 4%;
  }
  .oo5 .swiper_button {
    margin-top: 15px;
  }
  .ot1 {
    padding: 30px 0px 40px;
  }
  .ot1 .content {
    gap: 15px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .ot1_l {
    width: 100%;
    flex: none;
    padding-bottom: 0px;
  }
  .ot1_l h1 {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .ot1_l .share_box {
    margin-top: 10px;
  }
  .ot1_l .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .ot1_l .buttonBox {
    margin-top: 15px;
  }
  .ot1_r {
    width: 100%;
    max-width: 700px;
  }
  .ot1_r .button {
    width: 32px;
  }
  .ot1_r .button img {
    width: 12px;
  }
  .ot1_r .sw_box1 {
    gap: 12px;
  }
  .ot_menu {
    font-size: 16px;
    line-height: 24px;
    top: 64.69px;
  }
  .ot_menu a {
    padding: 16px 0px;
  }
  .ot_menu a::before {
    height: 3px;
  }
  .ot2 {
    margin-top: 30px;
  }
  .ot2 .title_text {
    margin-top: 4px;
    font-size: 15px;
    line-height: 25px;
  }
  .ot2 .describe1 {
    font-size: 15px;
    line-height: 24px;
    margin: 8px auto 0px;
  }
  .ot2 .describe {
    margin-top: 8px !important;
  }
  .ot2 .table table td {
    padding: 6px 15px !important;
  }
  .ot3 {
    padding: 40px 0px;
  }
  .small_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ot3_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .ot3_list .title {
    font-size: 15px;
    line-height: 22px;
  }
  .ot3_list .title::before {
    top: 2px;
  }
  .to1 {
    padding: 20px 0px 40px;
  }
  .to1_list {
    gap: 15px 2%;
  }
  .to1_list li {
    width: 32%;
  }
  .to1_list .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tt1 {
    padding: 30px 0px 40px;
  }
  .tt1 .title_text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
  }
  .tt1 .describe {
    font-size: 15px;
    line-height: 24px;
    margin: 5px auto 0px;
  }
  .tt2 {
    padding: 30px 0px 40px;
  }
  .tt2_l {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 24px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tt2_l figure {
    width: 50%;
    padding: 6px 12px;
  }
  .tt2_r {
    width: 100%;
  }
  .tt2_r .hide_box {
    padding: 0px 20px 12px;
  }
  .tt2_r .title {
    font-size: 20px;
    line-height: 28px;
  }
  .tt2_container {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .tt3 {
    padding-top: 40px;
    margin-top: 0px;
  }
  .tt3 .big_title {
    color: #333;
  }
  .tt3 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .tt3 .sw_box {
    margin-top: 16px;
  }
  .tt4 {
    padding: 40px 0px 0px;
  }
  .tt4 .l_box {
    padding-top: 0px;
  }
  .tt4 .title_text {
    font-size: 15px;
  }
  .tt4 .title_text em {
    font-size: 16px;
  }
  .tt4 .describe {
    font-size: 15px;
    margin-top: 8px;
  }
  .tt4 .buttonBox {
    margin-top: 20px;
  }
  .tt5 {
    padding: 40px 0px;
  }
  .tho1 {
    padding: 30px 0px 40px;
  }
  .tho1_container {
    gap: 20px;
  }
  .tho1_container figure {
    gap: 30px;
  }
  .tho1_container figure:nth-of-type(even) {
    padding: 20px 0px;
  }
  .tho1_container .r_box {
    padding: 0px;
    width: 50%;
    justify-content: center;
  }
  .tho1_container .big_title {
    padding-bottom: 0px;
  }
  .tho1_container .big_title::before {
    display: none;
  }
  .tho1_container .describe {
    font-size: 15px;
    margin-top: 8px;
  }
  .tho1_container .buttonBox {
    margin-top: 20px;
  }
  .tht1 {
    padding: 30px 0px 40px;
  }
  .tht1 h1 {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .tht1 .share_box {
    margin-top: 10px;
  }
  .tht1 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .fuo1 {
    padding: 30px 0px 40px;
  }
  .fuo1 .back_img {
    width: calc(100% - 142px);
    transform: translateY(40px);
  }
  .fuo1 .l_box {
    padding-top: 0px;
  }
  .fuo1 .describe {
    margin-top: 5px;
  }
  .fuo1_list {
    padding: 0px;
    align-items: flex-start;
    gap: 4%;
    margin-top: 20px;
  }
  .fuo1_list figure {
    width: 48%;
    gap: 8px;
  }
  .fuo1_list .logo {
    width: 38px;
  }
  .fuo1_list .big_num {
    font-size: 24px;
    line-height: 32px;
  }
  .fuo1_list .text {
    line-height: 20px;
    margin-top: 4px;
  }
  .fuo2 .r_box {
    padding-top: 0px;
  }
  .fuo2 .describe1 {
    margin-top: 8px;
    line-height: 24px;
  }
  .fuo2 .describe1 em::before {
    top: 2px;
  }
  .fuo3 {
    margin-top: 40px;
    padding: 30px 0px 40px;
  }
  .fuo3::before {
    height: 300px;
  }
  .fuo3_list {
    gap: 20px 2.5%;
    margin-top: 20px;
  }
  .fuo3_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .fuo3_list .describe {
    height: 96px;
    margin-top: 4px;
  }
  .fuo3_list .box {
    padding: 12px 20px 20px;
  }
  .fut1 figure .content {
    padding-top: 0px !important;
  }
  .fut1 .small_title {
    margin-top: 4px;
  }
  .fut1 figure:nth-of-type(odd) .describe {
    margin-top: 5px;
  }
  .fut1_list {
    margin-top: 20px;
  }
  .fut1_list .big_num {
    font-size: 24px;
    line-height: 26px;
  }
  .fut1_list .big_num + p {
    font-size: 16px;
    line-height: 20px;
  }
  .fut1_list .text {
    line-height: 24px;
    margin-top: 4px;
  }
  .fut2 {
    padding: 30px 0px 40px;
  }
  .fut2 .swiper_button {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .fut2 .swiper_button div {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  .fut2 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .fut3 {
    padding: 40px 0px;
  }
  .fut3 .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .fut3 .button a {
    min-width: 120px;
    min-height: 38px;
    gap: 8px;
  }
  .fut3 .l_box {
    width: 70%;
  }
  .fut4 {
    padding: 30px 0px 40px;
  }
  .fut4 .describe {
    margin-top: 4px;
  }
  .fut4 .swiper_button {
    margin-top: 15px;
  }
  .fut4 .name {
    margin-top: 2px;
  }
  .so1 {
    padding: 20px 0px 40px;
  }
  .so1_list {
    gap: 20px 2%;
  }
  .so1_list li {
    width: 32%;
    box-shadow: none;
  }
  .so1_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .so1_list .box {
    padding: 16px 12px 0px;
  }
  .st1 {
    padding: 30px 0px 40px;
  }
  .st1 .content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .st1_container {
    width: 100%;
  }
  .st1_container h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .seo1 {
    padding: 30px 0px 40px;
  }
  .seo1 .content {
    gap: 30px;
    flex-wrap: wrap;
  }
  .seo1 .title {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 4px;
  }
  .seo1_l {
    width: 100%;
  }
  .seo1_l .list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 4%;
  }
  .seo1_l li {
    min-width: 48%;
  }
  .seo1_l .logo {
    width: 48px;
  }
  .seo1_l .name {
    font-size: 16px;
    line-height: 24px;
  }
  .seo1_l .text {
    font-size: 15px;
    margin-top: 1px;
  }
  .seo1_l .box {
    margin-top: 3px;
  }
  .seo1_r {
    width: 100%;
  }
  .seo1_r .describe {
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
  }
  .seo1_r form {
    gap: 8px 0px;
  }
  .seo1_r form input {
    height: 42px;
  }
  .seo2 {
    padding-bottom: 40px;
  }
  .pub_bt {
    font-size: 22px;
    line-height: 30px;
  }
  .pub_menu {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
  }
  .new_box {
    margin-top: 4px;
  }
  .new_box .list {
    gap: 15px;
    margin-top: 8px;
  }
  .new_box .title {
    font-size: 16px;
    line-height: 24px;
  }
  .new_box .describe {
    margin-top: 4px;
  }
  .new_box .time {
    margin-top: 4px;
  }
  .new_box li {
    padding-bottom: 8px;
  }
  .menu_form_box .text {
    margin-top: 4px;
  }
  .menu_form_box form {
    gap: 12px;
  }
  .page_change {
    margin-top: 15px !important;
    padding-top: 8px !important;
  }
  .pub1 {
    padding-bottom: 40px;
  }
  .pub1 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .pub1 .sw_box {
    margin-top: 16px;
  }
  .pub2 {
    padding-bottom: 40px;
  }
  .pub2 .title {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .pub2 .sw_box {
    margin-top: 16px;
  }
  .swiper_button div {
    width: 32px;
  }
  .swiper_button img {
    width: 8px;
  }
  .buttonBox a {
    min-width: 128px !important;
    min-height: 38px !important;
  }
  footer .logoBox {
    width: 162px;
  }
  footer .icBox {
    gap: 6px;
  }
  footer .icBox a {
    width: 36px;
  }
  .footer_a {
    align-items: center;
    padding: 30px 0px 20px;
  }
  .footer_b {
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0px 30px;
  }
  .footer_b .list {
    margin-top: 5px;
  }
  .footer_b > * {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer_b .dif_footer {
    font-size: 18px;
    line-height: 26px;
  }
  .footer_b .dif_up {
    display: block;
    filter: brightness(0);
  }
  .footer_b .box .dif_footer {
    text-align: center;
    justify-content: center;
  }
  .footer_b form {
    margin-top: 15px;
  }
  .footer_b form input,
  .footer_b form textarea {
    font-size: 14px !important;
  }
  .footer_c .links {
    margin-top: 0px;
  }
  .PageNumber {
    margin-top: 30px !important;
  }
  .PageNumber input {
    padding: 0px 12px;
  }
  .PageNumber .submit {
    gap: 8px;
  }
  .PageNumber .submit img {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px) !important;
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  header .logoBox {
    width: 120px;
  }
  header .lang .lang_box .dq {
    margin-right: 0px;
  }
  header .lang .lang_box span {
    font-size: 14px;
  }
  .padding_top {
    padding-top: 47.77px;
  }
  .index1_container {
    flex-wrap: wrap;
  }
  .index1_container figure {
    flex: none;
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .index1_container figure:nth-of-type(2n) {
    border-right: none;
  }
  .index2_container {
    padding: 30px 20px 0px;
  }
  .index3_list {
    margin-top: 15px;
  }
  .index3_container .sw_box {
    margin-top: 15px;
  }
  .index4_container .sw_box {
    width: 100%;
  }
  .index4_container .r_box {
    width: 100%;
    padding: 15px 0px 0px;
  }
  .index5_container .top {
    flex-wrap: wrap;
    gap: 12px;
  }
  .index5_container .l_box {
    width: 100%;
  }
  .index5_container .button {
    margin-top: 0px;
  }
  .index5_container .button a {
    padding: 4px 16px;
    background: #c90916;
  }
  .index6_list {
    gap: 15px 2%;
  }
  .index6_list li {
    width: 49%;
  }
  .oo_menu .list {
    gap: 15px;
  }
  .oo2_list {
    gap: 20px 2%;
  }
  .oo2_list li {
    width: 32%;
  }
  .oo4 .sw_box {
    margin-top: 15px;
  }
  .oo5 .sw_box {
    width: 100%;
  }
  .oo5 .r_box {
    width: 100%;
    padding: 15px 0px 0px;
  }
  .ot1_r .box {
    height: 340px;
  }
  .ot_menu {
    top: 47.77px;
  }
  .ot_menu .content {
    gap: 30px;
  }
  .to1_list li {
    width: 49%;
  }
  .fuo1 .r_box {
    width: 100%;
    margin: 0px !important;
    float: none;
  }
  .fuo1 .l_box {
    width: 100%;
    padding-top: 15px;
  }
  .fuo2 .l_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fuo2 .r_box {
    padding-top: 15px;
  }
  .fuo3_list .box {
    padding: 8px 16px 20px;
  }
  .fut1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .fut1 .l_box {
    width: calc(100% - 40px);
    margin: 0px auto !important;
    float: none !important;
  }
  .fut1 figure {
    margin-bottom: 0px !important;
  }
  .fut1 figure .content {
    padding-top: 12px !important;
  }
  .fut3 .top {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fut3 .l_box {
    width: 100%;
  }
  .fut3 .button {
    margin-top: 0px;
  }
  .fut3 .button a {
    padding: 4px 16px;
    background: #c90916;
  }
  .fut4 .content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .fut4 .r_box {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
  .fut4 .name {
    margin-top: 5px;
  }
  .fut4 .l_box {
    width: 100%;
  }
  .st1 .content {
    width: calc(100% - 40px) !important;
  }
  .so1_list {
    gap: 15px 2%;
  }
  .so1_list li {
    width: 49%;
  }
  .footer_a {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .footer_a .icBox {
    width: 100%;
    justify-content: center;
    flex: none;
  }
}
@media screen and (max-width: 600px) {
  .oo1 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .oo1 .r_box {
    width: 100%;
    padding-top: 10px;
  }
  .oo3 .content {
    flex-wrap: wrap;
    text-align: center;
  }
  .oo3 .title_text {
    margin-top: 2px;
  }
  .oo3 .buttonBox {
    width: 100%;
    justify-content: center;
  }
  .oo3 .l_box {
    flex: none;
    width: 100%;
  }
  .ot1_r .box {
    height: 260px;
  }
  .ot3_list li {
    width: 49%;
  }
  .tt4 .r_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .tt4 .l_box {
    padding-top: 15px;
    width: 100%;
  }
  .tho1_container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 2%;
  }
  .tho1_container figure {
    width: 49%;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0px !important;
  }
  .tho1_container figure::before {
    display: none;
  }
  .tho1_container .l_box {
    width: 100%;
  }
  .tho1_container .r_box {
    width: 100%;
  }
  .tho1_container .big_title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  header .lang {
    margin-left: 0px;
  }
  header .con1 {
    padding-right: 34px;
  }
  .bannerBox {
    min-height: 200px;
  }
  .bannerBox .content {
    top: 50%;
  }
  .index1_container .title {
    font-size: 18px;
    line-height: 26px;
  }
  .index2_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 4%;
  }
  .index2_list li {
    width: 48%;
  }
  .index2_list .text {
    max-width: 100%;
  }
  .index3_list {
    gap: 15px 2%;
  }
  .index3_list li {
    width: 32%;
  }
  .oo2_list li {
    width: 49%;
  }
  .ot3_list li {
    width: 100%;
  }
  .tt2_l figure {
    width: 100%;
  }
  .fuo3_list li {
    width: 100%;
  }
  .fut1 .bofangBox img {
    width: 42px;
  }
  .fut1_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 4%;
  }
  .fut1_list li {
    width: 48%;
  }
  .fut1_list .text {
    max-width: 100%;
  }
  .seo1_l li {
    width: 100%;
  }
  .seo1_r form .int1 {
    width: 100%;
  }
  .seo1_r form .tijiao {
    width: 100%;
  }
  .seo1_r form .yzm {
    flex: none;
    width: 100%;
    margin-right: 0px;
  }
  .pub1 .top,
  .pub2 .top,
  .tt3 .top {
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pub1 .big_title,
  .pub2 .big_title,
  .tt3 .big_title {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .footer_b form {
    padding-left: 10px;
  }
  .footer_b form .int1 {
    width: 100%;
  }
  .footer_b form input {
    height: 36px !important;
  }
  .footer_b form .yzm {
    width: 100%;
    flex: none;
  }
  .footer_b form .yzm a,
  .footer_b form .yzm span {
    height: 36px;
  }
  .footer_b form .tj {
    width: 100%;
    min-width: none;
    margin-left: 0px;
  }
}
@media screen and (max-width: 440px) {
  .ot1_r .box {
    height: 160px;
  }
  .tho1_container figure {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .index3_list li {
    width: 49%;
  }
  .index3_container .swiper_button {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .index3_container .title {
    bottom: 12px;
    width: 100%;
    padding: 0px 12px;
    left: 0;
  }
  .index6_list li {
    width: 100%;
  }
  .oo4 .swiper_button {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
  .oo4 .title {
    bottom: 12px;
    width: 100%;
    padding: 0px 12px;
    left: 0;
  }
  .to1_list li {
    width: 100%;
  }
  .fuo1_list {
    flex-wrap: wrap;
  }
  .fuo1_list figure {
    width: auto;
  }
  .so1_list li {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .oo2_list li {
    width: 100%;
  }
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
  content: "\e714";
}
.icon-diqiu:before {
  content: "\e60a";
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-facebook1:before {
  content: "\e621";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
