@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: Microsoft YaHei, "寰蒋闆呴粦", Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  color: #333;
  letter-spacing: 0px;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
  max-width: 100%;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
  outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1600px;
  width: calc(100% - 160px);
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 4;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  gap: 21px;
  top: 50%;
}
.rightMenu > * {
  flex-direction: column;
  cursor: pointer;
  width: 54px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1eaf8;
  position: relative;
}
.rightMenu > * img {
  transition: 0.2s;
}
.rightMenu > *:hover {
  background: #1b54ab;
}
.rightMenu > *:hover .logo img {
  filter: brightness(0) invert(1);
}
@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: #1b54ab;
  white-space: nowrap;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: #1b54ab;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 20px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox a img:hover {
  transform: scale(1.05);
}
.imgBox img {
  max-width: 100%;
  margin: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  background-color: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .center {
  display: flex;
  align-items: center;
  margin-right: 52px;
}
header .l_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 21px;
}
header .logo_text {
  color: #333333;
  line-height: 24px;
  transition: 0.3s;
}
header .logo_text em {
  font-style: normal;
  font-weight: bold;
}
header .logoBox {
  width: 58px;
  flex-shrink: 0;
  margin-bottom: 6px;
}
header .logoBox a {
  display: block;
  position: relative;
}
header .logoBox img {
  width: 100%;
  opacity: 0;
}
header .logoBox img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
header .menuOne.active > a::before {
  opacity: 0.1;
}
header .menuOne.active > a::after {
  width: calc(100% + 51px);
}
header .menuOne.menuactive > a::before {
  opacity: 0.1;
}
header .menuOne.menuactive > a::after {
  width: calc(100% + 51px);
}
header .menuOne {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333;
  margin-right: 48px;
  position: relative;
}
header .menuOne > a {
  color: #333;
  padding: 46px 0px 43px;
  position: relative;
}
header .menuOne > a::before {
  position: absolute;
  content: "";
  width: calc(100% + 51px);
  max-width: 230px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s;
  background-color: #1b54ab;
  z-index: -1;
  opacity: 0;
}
header .menuOne > a::after {
  content: "";
  position: absolute;
  width: 0px;
  max-width: 230px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 5px;
  background-color: #1b54ab;
  transition: 0.3s;
}
header .menuOne > a:hover::before {
  opacity: 0.1;
}
header .menuOne > a:hover::after {
  width: calc(100% + 51px);
}
header .menuOne .active > a {
  background: rgba(33, 90, 138, 0.17);
  box-shadow: 0px 8px 8px 0px rgba(4, 39, 72, 0.07);
  color: #1b54ab;
}
header .menuOne .menuactive > a {
  background: rgba(33, 90, 138, 0.17);
  box-shadow: 0px 8px 8px 0px rgba(4, 39, 72, 0.07);
  color: #1b54ab;
}
header .menuOne:nth-last-of-type(1) {
  margin-right: 0px !important;
}
header .sousuo {
  margin-right: 4px;
}
header .sousuo .search {
  cursor: pointer;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.85;
}
header .sousuo .search:hover {
  filter: none;
  opacity: 1;
}
header .sousuo .form_zz {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
header .sousuo .form_box {
  padding: 6% 30px;
  background: #fafafa;
  z-index: 2;
  position: relative;
}
header .sousuo .search_hide {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 5px;
  cursor: pointer;
  color: #333;
}
header .sousuo .search_hide:hover {
  color: #1b54ab;
}
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: #1b54ab;
}
header .ul {
  /*min-width: 200px;*/
  width: 360px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  padding-left: 5px;
}
header .ul div {
  background: #fff;
}
header .ul li {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
}
header .ul li a {
  display: block;
  padding: 7px 31px;
  color: #333333;
  /*white-space: nowrap;*/
  position: relative;
}
header .ul li a:hover {
  background: rgba(33, 90, 138, 0.17);
  box-shadow: 0px 8px 8px 0px rgba(4, 39, 72, 0.07);
  color: #1b54ab;
}
header .ul1 {
  left: -31px;
  top: 100%;
  padding-left: 0px;
  padding-top: 0px !important;
}
header .lang {
  position: relative;
  cursor: pointer;
}
header .lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  overflow: hidden;
}
header .lang .lang_box:hover span {
  color: #1b54ab;
}
header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
  filter: none;
  opacity: 1;
}
header .lang .lang_box .dq {
  width: 20px;
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.85;
}
header .lang .lang_box span {
  color: #333;
  transition: 0.2s;
  line-height: normal;
  font-size: 18px;
  line-height: 28px;
}
header .lang > ul {
  display: none;
  position: absolute;
  width: 120px;
  background-color: #fff;
  border: 1px solid #1b54ab;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 1;
}
header .lang > ul li {
  border-bottom: 1px dashed #1b54ab;
  padding: 6px 0px;
}
header .lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
}
header .lang > ul li a:hover {
  color: #1b54ab;
}
header .lang > ul li:nth-last-of-type(1) {
  border-bottom: none;
}
header .lang_sousuo {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
header .xian {
  display: block;
  border-left: 1px solid #333333;
}
header .r_box {
  display: flex;
  align-items: center;
}
header .dif_ul {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  border-top: 1px solid #dddddd;
  max-height: 80vh;
  overflow: auto;
}
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 .container1 {
  display: flex;
  justify-content: space-between;
  gap: 0px 7.7%;
}
header .head_container {
  width: 50%;
  background: #1b54ab;
  padding: 34px 28px 26px;
  display: flex;
  align-items: center;
}
header .head_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 34px;
}
header .img_box {
  width: 48.522%;
}
header .title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
header .title a {
  color: #fff;
  text-underline-offset: 4px;
}
header .title a:hover {
  text-decoration: underline;
}
header .describe {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-top: 12px;
}
header .img_r {
  flex: 1;
  margin-top: 25px;
}
header .name {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333333;
}
header .name a {
  color: #333;
}
header .name a:hover {
  color: #1b54ab;
}
header .diful_l {
  flex: 1;
  padding: 36px 0px 30px;
}
header .head_menu1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0px;
}
header .head_menu1 figure{
    width: 48%;
}
header .name + ul {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 14px;
}
header .name + ul a {
  color: #666;
}
header .name + ul a:hover {
  color: #1b54ab;
}
header .head_menu2 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
header .head_menu2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0px;
}
header .head_menu2 ul li{
  width: 48%;
}
header .head_menu2 a {
  color: #333;
}
header .head_menu2 a:hover {
  color: #1b54ab;
}
@media screen and (min-width: 993px) {
  .header {
    background: transparent;
    transition: 0.3s;
  }
  .header .logoBox img {
    opacity: 1;
  }
  .header .logoBox img:nth-of-type(2) {
    opacity: 0;
  }
  .header .logo_text {
    color: #fff;
  }
  .header .menuOne.active > a::before {
    opacity: 0.2;
    background: #fff;
  }
  .header .menuOne.menuactive > a::before {
    opacity: 0.2;
    background: #fff;
  }
  .header .menuOne > a {
    color: #fff;
  }
  .header .sousuo .search {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  .header .xian {
    border-left: 1px solid #fff;
  }
  .header .lang .lang_box .dq {
    filter: brightness(0) invert(1);
    opacity: 1;
  }
  .header .lang .lang_box span {
    color: #fff;
  }
}
.buttonBox {
  display: flex;
  justify-content: flex-start;
}
.buttonBox a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 160px;
  min-height: 48px;
  background-color: #1b54ab;
  color: #ffffff;
  padding: 5px 16px;
  border: 1px solid #1b54ab;
  gap: 15px;
}
.buttonBox a:hover {
  background: #fff;
  color: #1b54ab;
}
.buttonBox a:hover img {
  filter: none;
}
.buttonBox span {
  transition: 0s !important;
}
.buttonBox img {
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
.bofangBox {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.clear {
  clear: both;
}
.bannerBox img {
  width: 100%;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 93px;
}
.PageNumber .page_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.PageNumber a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999;
  width: 39px;
  height: 39px;
  border: solid 1px #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.PageNumber a:hover {
  background: #1b54ab;
  border: 1px solid #1b54ab;
  color: #fff;
}
.PageNumber .active {
  background: #1b54ab;
  border: 1px solid #1b54ab;
  color: #fff;
}
.PageNumber input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1b54ab;
  cursor: pointer;
  transition: 0.3s;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  min-width: 144px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0px 10px;
}
.PageNumber input:hover {
  background: #1b54ab;
  border: 1px solid #1b54ab;
  color: #fff;
}
.PageNumber .submit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.PageNumber .submit img {
  margin-bottom: 2px;
}
.padding_top {
  padding-top: 115px;
}
.small_title {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1b54ab;
  display: flex;
  align-items: center;
  gap: 6px;
}
.small_title::after {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #1b54ab;
  display: block;
  margin-top: 2px;
}
.big_title {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 7px;
}
.big_title a {
  color: #333;
}
.big_title a:hover {
  color: #1b54ab;
}
.big_bt {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #333333;
}
.bt_box {
  position: relative;
  padding-bottom: 6px;
}
.bt_box::before {
  content: "";
  width: 100%;
  max-width: 60px;
  height: 4px;
  background-color: #1b54ab;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_banner .mySwiperbanner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index_banner .swiper-slide {
  position: relative;
  display: flex;
}
.index_banner .swiper-slide a {
  display: block;
}
.index_banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-transition: all 6s linear;
  -o-transition: all 6s linear;
  -moz-transition: all 6s linear;
  transition: all 6s linear;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index_banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.index_banner .swiper-notification {
  display: none;
}
.index_banner .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_banner .swiper-slide video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none;
  display: block;
}
@media screen and (max-width: 992px) {
  .index_banner .swiper-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index_banner .swiperbanner-pagination {
  display: flex;
  margin-bottom: 46px;
  gap: 12px;
  width: auto;
}
.index_banner .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  /* min-width: 90px; */
  background: #fff !important;
  display: block;
  opacity: 0.5;
  margin: 0px !important;
  position: relative;
  /* border-bottom: 1px solid #fff; */
  border-radius: 0px;
  color: #fff;
  padding: 2px 0px;
  font-weight: bold;
}
.index_banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_banner .content1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index_banner .down {
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}
.index_banner .down::after {
  content: "";
  display: block;
  height: 63px;
  border-left: 1px solid #fff;
  border-radius: 1px;
  opacity: 0.6;
}
.index1 {
  background: #f7f7f7;
  padding: 99px 0px 110px;
}
.index1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index1 .l_box {
  width: 39%;
  margin-top: 28px;
}
.index1 .r_box {
  width: 50%;
  position: relative;
}
.index1 .describe {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 33px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.index1 .buttonBox {
  margin-top: 44px;
}
.index1 .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #1b54ab;
  margin-top: 32px;
}
.index2 {
  padding: 50px 0px 0px;
}
.index2 .content {
  max-width: 1662px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index2 .l_box {
  flex: 1;
  transform: translateX(31px);
  margin-bottom: 3.069%;
}
.index2 .r_box {
  width: 61.433%;
  margin-right: 31px;
}
.index2 .describe {
  line-height: 26px;
  color: #333;
  margin-top: 29px;
}
.index3 {
  margin-top: -9px;
  padding-bottom: 91px;
}
.index3 .top {
  width: 100%;
  max-width: 900px;
}
.index3 .describe {
  line-height: 26px;
  color: #333;
  margin-top: 29px;
}
.index3_list {
  display: flex;
  gap: 15px;
  margin-top: 31px;
}
.index3_list li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media screen and (min-width: 993px) {
  .index3_list li:hover {
    flex: 3.071;
  }
  .index3_list li:hover .hide_box {
    pointer-events: none;
    opacity: 0;
  }
  .index3_list li:hover .index3_container {
    width: 100%;
  }
}
.index3_list .index3_img {
  width: 951px;
  max-width: none;
}
.index3_list .hide_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 38px 20px;
  transition: 0.3s;
}
.index3_list .menu {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.index3_list .menu a {
  color: #fff;
}
.index3_container {
  position: absolute;
  width: 0%;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
}
.index3_container .box {
  width: 100%;
  padding: 34px 5.9%;
}
.index3_container .logo {
  width: 60px;
}
.index3_container .title {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 14px;
}
.index3_container .title a {
  color: #fff;
}
.index3_container .title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.index3_menu {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 18px;
  gap: 5px 14px;
}
.index3_menu a {
  color: #fff;
  text-underline-offset: 4px;
  position: relative;
}
.index3_menu a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 17px;
  background: #fff;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.index3_menu a:hover {
  text-decoration: underline;
}
.index3_menu a:nth-last-of-type(1)::before {
  display: none;
}
.index4 {
  background: url("../images/index4_back.jpg") no-repeat center;
  background-size: cover;
}
.index4 .describe {
  line-height: 26px;
  color: #fff;
  margin-top: 37px;
}
.index4 .big_title {
  color: #fff;
}
.index4 .big_title a {
  color: #fff;
  text-underline-offset: 6px;
}
.index4 .big_title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.index4 .small_title {
  color: #fff;
}
.index4 .small_title::after {
  background: #fff;
}
.index4_container {
  width: 100%;
  max-width: 580px;
  padding: 81px 0px 122px;
}
.index5 {
  padding: 75px 0px 116px;
}
.index5 .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 5%;
}
.index5 .l_box {
  flex: 1;
}
.index5_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 6px;
}
.index5_menu li {
  min-width: 150px;
  min-height: 48px;
  background-color: #f2f2f2;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 20px;
}
.index5_menu li:hover {
  background: #1b54ab;
  color: #fff;
}
.index5_menu .active {
  background: #1b54ab;
  color: #fff;
}
.index5_container {
  margin-top: 38px;
}
.index5_container .swiper-slide {
  height: auto;
  background: #f7f7f7;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .index5_container .swiper-slide:hover {
    background: #1b54ab;
  }
  .index5_container .swiper-slide:hover .time {
    color: #fff;
  }
  .index5_container .swiper-slide:hover .describe {
    color: #fff;
  }
  .index5_container .swiper-slide:hover .title {
    color: #fff;
  }
  .index5_container .swiper-slide:hover .title a {
    color: #fff;
  }
}
.index5_container .time {
  color: #666;
  transition: 0.3s;
}
.index5_container .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
}
.index5_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;
  text-underline-offset: 4px;
}
.index5_container .title a:hover {
  text-decoration: underline;
}
.index5_container .describe {
  line-height: 28px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  margin-top: 14px;
}
.index5_container .box {
  padding: 28px 30px 33px 23px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index5_container .swiper_box {
  padding: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 31px;
}
.index5_container .swiper-pagination-progressbar {
  position: relative;
  height: 3px;
  background: #dddddd;
  flex: 1;
}
.index5_container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1b54ab;
}
.bannerBox {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.6%;
}
.bannerBox .banner_bt {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #ffffff;
}
.bannerBox .banner_title {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 6px;
}
.mbx_menu {
  background: #f2f2f2;
}
.mbx_menu .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  gap: 0px 4%;
  min-height: 56px;
}
.mbx_menu .list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 38px;
  /*flex: 1;*/
  width:100%;
}
.mbx_menu .list a {
  color: #333;
  display: block;
  position: relative;
  padding: 6px 0px 14px;
}
.mbx_menu .list a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 0px;
  height: 2px;
  background-color: #1b54ab;
}
.mbx_menu .list a:hover {
  color: #1b54ab;
}
.mbx_menu .list a:hover::before {
  width: 100%;
}
.mbx_menu .list .active a {
  color: #1b54ab;
}
.mbx_menu .list .active a::before {
  width: 100%;
}
.mbx {
  line-height: 26px;
  color: #999999;
  padding-top: 8px;
}
.mbx a {
  display: inline;
  color: #999999;
}
.mbx a:hover {
  color: #1b54ab;
}
.mbx .active {
  color: #1b54ab;
}
.mbx img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.to1 {
  padding: 61px 0px 86px;
}
.to1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 5%;
}
.to1 .describe {
  color: #333;
  flex: 1;
  max-width: 1002px;
  padding-top: 3px;
}
.to2 {
  padding: 82px 0px 219px;
  background: url("../images/to2_back.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.to2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.to2 .content {
  position: relative;
  z-index: 1;
}
.to2_container {
  width: 100%;
  max-width: 752px;
}
.to2_container .big_bt {
  color: #fff;
}
.to2_container .bt_box {
  padding-bottom: 7px;
}
.to2_container .bt_box::before {
  background: #fff;
  height: 2px;
}
.to2_container .describe {
  color: #fff;
  margin-top: 26px;
}
.to2_container .bofangBox {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  width: 80px;
  margin-top: 84px;
}
.to3 {
  padding: 84px 0px 53px;
}
.to3 .big_bt {
  text-align: center;
}
.to3 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.to3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 1.71875%;
  margin-top: 33px;
  justify-content: space-around;
}
.to3_list .logo {
  height: 54px;
}
.to3_list .logo img {
  max-height: 100%;
}
.to3_list li {
  width: 45%;
  background-color: #f2f2f2;
  padding: 54px 33px 40px;
  min-height: 360px;
}
.to3_list .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #1b54ab;
  margin-top: 16px;
}
.to3_list .describe {
  color: #333;
  margin-top: 23px;
}
.to4 {
  padding-bottom: 112px;
}
.tt_menu {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 59px;
}
.tt_menu a {
  color: #333;
  text-align: center;
  position: relative;
  padding: 8px 0px;
}
.tt_menu a::before {
  content: attr(title);
  font-weight: bold;
  display: block;
  height: 0px;
  overflow: hidden;
}
.tt_menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  transition: 0.3s;
  height: 4px;
  background-color: #1b54ab;
}
.tt_menu a:hover {
  color: #1b54ab;
}
.tt_menu a:hover::after {
  width: 100%;
}
.tt_menu .active {
  font-weight: bold;
}
.tt_menu .active a {
  color: #1b54ab;
}
.tt_menu .active a::after {
  width: 100%;
}
.tt1 {
  padding: 46px 0px 98px;
}
.tt1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.640625%;
  margin-top: 38px;
}
.tt1_list li {
  width: 18.6875%;
}
.tt1_list .name {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
  margin-top: 17px;
}
.tth1 {
  padding: 46px 0px 98px;
}
.tth1 .PageNumber {
  margin-top: 69px;
}
.tth1_list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 1.08333%;
  margin-top: 37px;
}
.tth1_list li {
  width: 15.1875%;
}
.tth1_list .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  padding: 0px 20px;
  margin-top: 10px;
}
.tfu_container {
  padding: 128px 0px 120px;
  background: url("../images/tfu_back.jpg") no-repeat center;
  background-size: cover;
}
.tfu_list {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
}
.tfu_list .year {
  width: 128px;
  min-height: 51px;
  background-color: #1b54ab;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #ffffff;
  overflow: hidden;
}
.tfu_list .l_box {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 4;
}
.tfu_list .xian {
  display: block;
  width: 74px;
  border-bottom: 1px solid #1b54ab;
}
.tfu_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 25px;
  padding-bottom: 19px;
  position: relative;
}
.tfu_list li::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 63px;
  top: 0;
  background: #1b54ab;
}
.tfu_list .dian {
  position: absolute;
  background: rgba(27, 84, 171, 0.21);
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50%;
  left: 54px;
  top: calc(50% + 25.5px);
  transform: translateY(-50%);
}
.tfu_list .dian::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #8da9d5;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.tfu_list li:nth-last-of-type(1) {
  padding-bottom: 0px;
}
.tfu_list li:nth-last-of-type(1)::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 19px;
  left: 53px;
  bottom: -13px;
  background: url("../images/tfu_ib.png") no-repeat center;
  background-size: cover;
}
.tfu_list .r_box {
  background-color: #f7f7f7;
  border-radius: 4px;
  overflow: hidden;
  flex: 1;
  padding: 22px 30px 22px;
}
.tfu_list .img_box {
  float: right;
  width: 40%;
  max-width: 257px;
  border-radius: 4px;
  overflow: hidden;
  margin-left: 3%;
}
.tfu_list .describe {
  color: #666;
  /*margin-top: 4.8%;*/
}
.tfu_list .describe em {
  font-style: normal;
  color: #1b54ab;
}
.tf_container {
  padding: 59px 0px 62px;
}
.tf_container .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tf_container .container {
  width: 85.75%;
  padding: 31px 0px;
}
.tf_container .swiper-slide {
  background: #f7f7f7;
  height: auto;
  display: flex;
  flex-direction: column;
}
.tf_container .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
}
.tf_container .describe {
  color: #666666;
  margin-top: 11px;
}
.tf_container .box1 {
  padding: 32px 26px 41px;
  flex: 1;
}
.tf_container .sw_box {
  position: relative;
  margin-top: 14px;
}
.tf_container .swiper_button div {
  position: absolute;
  top: 36.3%;
  transform: translateY(-50%);
  z-index: 1;
}
.tf_container .swiper_button div:nth-of-type(1) {
  left: 25px;
}
.tf_container .swiper_button div:nth-of-type(2) {
  right: 25px;
}
.ts_container {
  padding: 52px 0px 108px;
}
.ts_container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ts_container .PageNumber {
  margin-top: 83px;
}
.ts_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.ts_menu a {
  min-width: 150px;
  min-height: 48px;
  background-color: #f2f2f2;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 20px;
}
.ts_menu a:hover {
  background: #1b54ab;
  color: #fff;
}
.ts_menu .active {
  background: #1b54ab;
  color: #fff;
}
.ts_list {
  width: 100%;
  display: flex;
  gap: 26px 1.15625%;
  flex-wrap: wrap;
  margin-top: 44px;
}
.ts_list li {
  width: 32.5625%;
  background: #f7f7f7;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .ts_list li:hover {
    background: #1b54ab;
  }
  .ts_list li:hover .time {
    color: #fff;
  }
  .ts_list li:hover .describe {
    color: #fff;
  }
  .ts_list li:hover .title {
    color: #fff;
  }
  .ts_list li:hover .title a {
    color: #fff;
  }
}
.ts_list .time {
  color: #666;
  transition: 0.3s;
}
.ts_list .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
}
.ts_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;
  text-underline-offset: 4px;
}
.ts_list .title a:hover {
  text-decoration: underline;
}
.ts_list .describe {
  line-height: 28px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  margin-top: 14px;
}
.ts_list .box {
  padding: 28px 30px 33px 23px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tse1 {
  padding: 63px 0px 94px;
}
.tse1 .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 5%;
}
.tse1_container {
  flex: 1;
  max-width: 1174px;
}
.tse1_container h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
}
.tse1_container .text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 24px;
  color: #666666;
  margin-top: 14px;
}
.tse1_container .detail {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  border-top: 1px solid #dddddd;
  margin-top: 11px;
  padding-top: 29px;
}
.tse1_container .detail img {
  display: inline-block;
  max-width: 100%;
}
.page_change {
  border-top: 1px solid #dddddd;
  color: #666666;
  margin-top: 70px;
  padding-top: 14px;
}
.page_change section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page_change a,
.page_change span {
  flex: 1;
}
.page_change a {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_change a:hover {
  color: #1b54ab;
}
.pub_new {
  width: 22%;
  max-width: 321px;
  position: sticky;
  padding-top: 4px;
}
.pub_new .pub_title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.pub_new .list {
  display: flex;
  flex-direction: column;
  gap: 47px 0px;
  margin-top: 14px;
}
.pub_new li {
  border-top: 2px solid #333;
  padding-top: 16px;
}
.pub_new li:hover {
  border-top: 2px solid #1b54ab;
}
.pub_new .title {
  font-weight: bold;
  color: #0a0204;
  padding-right: 10px;
  margin-top: 10px;
}
.pub_new .title a {
  color: #0a0204;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pub_new .title a:hover {
  color: #1b54ab;
}
.pub_new .time {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}
.pub_new .imgBox {
  margin-top: 16px;
}
.tse2 {
  background: #f7f7f7;
  padding: 75px 0px 105px;
}
.tse2 .big_title {
  text-align: center;
  font-weight: bold;
}
.tse2 .bt_box {
  padding-bottom: 14px;
}
.tse2 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.tse2 .text {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
}
.tse2 .index3_list {
  margin-top: 27px;
}
.tho1 {
  padding: 57px 0px 42px;
}
.tho1 .bt_box {
  padding-bottom: 15px;
}
.tho1 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 27px;
}
.tho2 .bt_box {
  padding-bottom: 15px;
}
.tho2 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 27px;
}
.tho2 .buttonBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 23px;
}
.tho2 .buttonBox a {
  background: #fff;
  border: solid 2px #86a4d3;
  color: #1b54ab;
  min-width: 162px;
  min-height: 50px;
}
.tho2 .buttonBox a:hover {
  border: 2px solid #1b54ab;
  background: #1b54ab;
  color: #fff;
}
.tho2 .buttonBox a:hover img {
  filter: brightness(0) invert(1);
}
.tho2 .buttonBox img {
  filter: none;
}
.tho3 {
  padding: 100px 0px 113px;
}
.tho3 .list {
  display: flex;
  flex-direction: column;
  gap: 73px 0px;
}
.tho3 .l_box {
  width: 54.4375%;
}
.tho3 li {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 993px) {
  .tho3 li:hover .r_box {
    background: #e1ebfa;
  }
}
.tho3 .title {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 42px;
  color: #1b54ab;
}
.tho3 .title a {
  color: #1b54ab;
  text-underline-offset: 4px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tho3 .title a:hover {
  text-decoration: underline;
}
.tho3 .describe {
  color: #333;
  margin-top: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tho3 .r_box {
  width: 53.875%;
  position: absolute;
  top: 54.3%;
  transform: translateY(-50%);
  right: 0;
  background: #f7f7f7;
  transition: 0.3s;
  z-index: 1;
  padding: 3.6875% 65px 6.625%;
}
.tho3 li:nth-of-type(even) {
  justify-content: flex-end;
}
.tho3 li:nth-of-type(even) .r_box {
  right: auto;
  left: 0;
}
.tho3 .buttonBox {
  margin-top: 41px;
}
.tht1 {
  padding: 47px 0px 95px;
}
.tht1 .content {
  overflow: hidden;
}
.tht1 .l_box {
  width: 54.4375%;
  float: right;
  margin-left: 3%;
  margin-bottom: 5px;
}
.tht1 .bt_box {
  padding-bottom: 15px;
}
.tht1 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 27px;
}
.tht1 .r_box {
  padding-top: 37px;
}
.tht2 {
  background: url("../images/tht2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 93px 0px 140px;
}
.tht2 .big_bt {
  text-align: center;
  color: #fff;
}
.tht2 .bt_box {
  padding-bottom: 15px;
}
.tht2 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.tht2 .describe {
  line-height: 26px;
  color: #fff;
  margin-top: 27px;
}
.tht3 {
  padding: 66px 0px 139px;
}
.tht3 .bt_box {
  padding-bottom: 15px;
  text-align: center;
}
.tht3 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.tht3 .sw_box {
  margin-top: 8px;
}
.tht3 .sw_box .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
}
.tht3 .sw_box .mySwipertht3_22 .swiper-slide{
  justify-content: center;
}
.tht3 .l_box {
  width: 50.9375%;
  position: relative;
}
.tht3 .logo_img {
  width: 70%;
  max-width: 512px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
}
.tht3 .r_box {
  flex: 1;
  position: relative;
}
.tht3 .container {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 52px 46px 40px;
}
.tht3 .container::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.tht3 .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.tht3 .container::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tht3 .title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #1b54ab;
}
.tht3 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 26px 0px;
}
.tht3 .describe2 {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 16px;
}
.tht3 .container2{
  width: 80%;
}
.tht3 .describe p {
  position: relative;
  padding-left: 26px;
}
.tht3 .describe p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url("../images/duigou.png") no-repeat center;
  background-size: cover;
}
.tht3 .num {
  font-size: 80px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 80px;
  color: #1b54ab;
  opacity: 0.1;
  position: absolute;
  right: 16px;
  top: 7px;
}
.tht3 .sw_box1 {
  margin-top: 39px;
  position: relative;
}
.tht3 .sw_box1::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 11px;
  height: 2px;
  background: #1b54ab;
}
.tht3 .sw_box1 .swiper-slide {
  width: auto;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  text-align: center;
  padding-bottom: 29px;
  cursor: pointer;
  transition: 0.3s;
}
.tht3 .sw_box1 .swiper-slide::before {
  content: attr(title);
  font-weight: bold;
  display: block;
  height: 0px;
  overflow: hidden;
}
.tht3 .sw_box1 .swiper-slide:hover {
  color: #1b54ab;
}
.tht3 .sw_box1 .active {
  font-weight: bold;
  color: #1b54ab;
}
.tht3 .sw_box1 .active .dian::before {
  width: 100%;
  height: 100%;
}
.tht3 .dian {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.tht3 .dian::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background-color: #1b54ab;
  opacity: 0.5;
  transition: 0.3s;
}
.tht3 .dian::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #1b54ab;
  border-radius: 50%;
  overflow: hidden;
}
.tht4 {
  background: #f7f7f7;
  padding: 87px 0px 135px;
}
.tht4 .bt_box {
  padding-bottom: 15px;
  text-align: center;
}
.tht4 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.tht4_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0px;
  margin-top: 42px;
}
.tht4_list li {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .tht4_list li:hover .box {
    background-color: #1b54ab;
    box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.1);
  }
  .tht4_list li:hover .title {
    color: #fff;
  }
  .tht4_list li:hover .title a {
    color: #fff;
  }
  .tht4_list li:hover .describe {
    color: #fff;
  }
  .tht4_list li:hover .buttonBox a {
    border: 1px solid #fff;
  }
  .tht4_list li:hover .describe1 {
    color: #fff;
  }
  .tht4_list li:hover .describe1 p::before {
    background: #fff;
  }
  .tht4_list li:hover .describe1 a {
    color: #fff;
  }
}
.tht4_list .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
}
.tht4_list .title a {
  color: #333;
  text-underline-offset: 4px;
}
.tht4_list .title a:hover {
  text-decoration: underline;
}
.tht4_list .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  transition: 0.3s;
}
.tht4_list .box {
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.1);
  transition: 0.3s;
  flex: 1;
}
.tht4_list .container1 {
  padding: 26px 11px 40px;
}
.tht4_list .buttonBox {
  margin-top: 36px;
}
.tht4_list .container2 {
  padding: 29px 23px 30px;
}
.tht4_list .describe1 {
  line-height: 32px;
  letter-spacing: 0px;
  color: #333;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 11px;
}
.tht4_list .describe1 p {
  position: relative;
  padding-left: 10px;
  width: 40%;
}
.tht4_list .describe1 p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 13px;
}
.tht4_list .describe1 a {
  color: #333;
  text-underline-offset: 4px;
}
.tht4_list .describe1 a:hover {
  text-decoration: underline;
}
.thth1 {
  padding: 57px 0px 0px;
}
.thth1 .bt_box {
  padding-bottom: 15px;
}
.thth1 .describe {
  margin-top: 27px;
  line-height: 26px;
  color: #666;
}
.thth2 {
  padding: 49px 0px 82px;
}
.thth2 .content {
  display: flex;
  flex-direction: column;
  gap: 44px 0px;
}
.thth2 figure {
  gap: 28px;
  display: flex;
  flex-wrap: wrap;
}
.thth2 .l_box {
  width: 20%;
  max-width: 288px;
  position: relative;
  display: flex;
}
.thth2 .l_box::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.thth2 .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.868%;
}
.thth2 .list .buttonBox {
  margin-top: 27px;
}
.thth2 li {
  width: 32.088%;
}
.thth2 .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #222222;
}
.thth2 .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.thth2 .title a:hover {
  color: #1b54ab;
}
.thth2 .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  color: #666666;
  margin-top: 8px;
}
.thth2 .box {
  background: #f7f7f7;
  padding: 25px 24px 31px;
}
.thth2 .imgBox {
  border: 1px solid #ddd;
}
.thth2 .container {
  position: relative;
  z-index: 1;
  padding: 45px 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px 0px;
}
.thth2 .name {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #ffffff;
}
.thth2 .name a {
  color: #fff;
  text-underline-offset: 4px;
}
.thth2 .name a:hover {
  text-decoration: underline;
}
.thth2 .text {
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.thfu1 {
  padding: 57px 0px 0px;
}
.thfu1 .bt_box {
  padding-bottom: 15px;
}
.thfu1 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 27px;
}
.thfu1 .buttonBox {
  margin-top: 28px;
}
.thfu2 {
  padding: 49px 0px 88px;
}
.thfu2 .PageNumber {
  margin-top: 90px;
}
.thfu2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 1.333%;
}
.thfu2_list li {
  width: 24%;
}
.thfu2_list .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 28px;
  color: #222222;
}
.thfu2_list .title a {
  color: #222;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.thfu2_list .title a:hover {
  color: #1b54ab;
}
.thfu2_list .describe {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  color: #666666;
  margin-top: 8px;
}
.thfu2_list .box {
  background: #f7f7f7;
  padding: 27px 26px 19px;
}
.thfu2_list .buttonBox {
  margin-top: 27px;
}
.thfu2_list .imgBox {
  border: 1px solid #ddd;
}
.thf1 {
  padding: 68px 0px 89px;
}
.thf1 .content {
  overflow: hidden;
}
.thf1 .l_box {
  width: 35.0625%;
  float: left;
  margin-right: 4.65%;
  margin-bottom: 5px;
}
.thf1 .r_box {
  padding-top: 11px;
}
.thf1 .title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #222222;
}
.thf1 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 13px;
  min-height: 172px;
}
.thf1 .buttonBox {
  margin-top: 30px;
}
.thf2 {
  background: url("../images/thf2_back.jpg") no-repeat center;
  background-size: cover;
  padding: 82px 0px 80px;
}
.thf2 .bt_box {
  padding-bottom: 15px;
}
.thf2 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #333;
  margin-top: 27px;
}
.thf2 .describe em {
  display: block;
  padding-left: 18px;
  position: relative;
  font-style: normal;
}
.thf2 .describe em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 12px;
  background: url("../images/star.png") no-repeat center;
  background-size: cover;
}
.thf .table {
  width: 100%;
  max-width: 782px;
}
.thf table tr:nth-of-type(1) {
  font-weight: bold;
}
.thf table td {
  padding: 8.5px 26px !important;
  border: 1px solid #dddddd !important;
}
.thf3 {
  background: #f7f7f7;
  padding: 61px 0px 78px;
}
.thf3 .bt_box {
  padding-bottom: 15px;
}
.thf3 .describe {
  margin-top: 27px;
  color: #333;
}
.thf4 {
  padding: 61px 0px 101px;
}
.thf4 .describe {
  color: #333;
  line-height: 26px;
  margin-top: 30px;
}
.thf4 .bt_box {
  padding-bottom: 15px;
}
.fo1 {
  padding: 84px 0px 0px;
}
.fo1 .bt_box {
  padding-bottom: 15px;
}
.fo1 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 28px;
}
.fo1_container {
  background: url("../images/fo1_back.jpg") no-repeat center;
  background-size: cover;
  min-height: 506px;
  margin-top: 31px;
  padding: 97px 42px 80px;
}
.fo1_container .container {
  width: 100%;
  max-width: 454px;
}
.fo1_container .name {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #ffffff;
}
.fo1_container .text {
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 13px;
}
.fo2 {
  padding: 66px 0px 0px;
}
.fo2 .content {
  background: #f7f7f7;
  overflow: hidden;
}
.fo2 .l_box {
  width: 48.625%;
  float: right;
  margin-left: 10%;
}
.fo2 .title {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #222222;
}
.fo2 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 13px;
}
.fo2 .r_box {
  padding: 4.5% 31px 40px;
}
.fo3 {
  padding: 100px 0px 105px;
}
.fo3 .bt_box {
  text-align: center;
  padding-bottom: 15px;
}
.fo3 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.fo3_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 72px;
}
.fo3_list li {
  width: 25%;
  border: 1px solid #ddd;
  border-left: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 72px 45px 21px;
  position: relative;
}
.fo3_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1b54ab;
  opacity: 0;
  transition: 0.3s;
  z-index: 4;
}
.fo3_list li > * {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 993px) {
  .fo3_list li:hover .logo img {
    filter: brightness(0) invert(1);
  }
  .fo3_list li:hover .name {
    color: #fff;
  }
  .fo3_list li:hover .describe {
    color: #fff;
  }
}
@media screen and (min-width: 1580px) {
  .fo3_list li:hover::before {
    opacity: 1;
    transform: scale(1.135);
  }
}
.fo3_list li:nth-of-type(4n + 1) {
  border-left: 1px solid #ddd;
}
.fo3_list .logo {
  height: 60px;
}
.fo3_list .logo img {
  max-height: 100%;
  transition: 0.2s;
}
.fo3_list .name {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #222222;
  margin-top: 16px;
  transition: 0.3s;
}
.fo3_list .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 19px;
  transition: 0.3s;
}
.fo4 {
  background: url("../images/fo4_back.jpg") no-repeat center;
  background-size: cover;
  padding: 59px 0px 80px;
}
.fo4 .big_bt {
  color: #fff;
}
.fo4 .bt_box {
  padding-bottom: 15px;
  text-align: center;
}
.fo4 .bt_box::before {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.fo4 .describe {
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 1090px;
  margin: 25px auto 0px;
}
.fo4 .buttonBox {
  justify-content: center;
  margin-top: 43px;
}
.so1 {
  padding: 62px 0px 51px;
}
.so1 .bt_box {
  text-align: center;
}
.so1 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.so1 .describe {
  line-height: 26px;
  color: #666;
  text-align: center;
  margin-top: 25px;
}
.so1 .so1_img {
  margin-top: 31px;
}
.so1 .so1_img a {
  width: 50%;
  max-width: 539px;
  margin: 0px auto;
}
.so1 .so1_img a:hover img {
  transform: none;
}
.so1 .so1_img img {
  background: url("../images/so1_back.jpg") no-repeat center fixed;
}
.so2 {
  background: #f7f7f7;
  padding: 64px 0px 103px;
}
.so2 .bt_box {
  text-align: center;
}
.so2 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.so2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 1.5%;
  margin-top: 30px;
}
.so2_list li {
  width: 23.875%;
}
.so3 {
  padding: 76px 0px 92px;
}
.so3 .bt_box {
  text-align: center;
}
.so3 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.so3 .buttonBox {
  justify-content: center;
  margin-top: 39px;
}
.so3_list {
  width: 100%;
  display: flex;
  gap: 26px 1.15625%;
  flex-wrap: wrap;
  margin-top: 43px;
}
.so3_list li {
  width: 32.5625%;
  background: #f7f7f7;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  .so3_list li:hover {
    background: #1b54ab;
  }
  .so3_list li:hover .time {
    color: #fff;
  }
  .so3_list li:hover .describe {
    color: #fff;
  }
  .so3_list li:hover .title {
    color: #fff;
  }
  .so3_list li:hover .title a {
    color: #fff;
  }
}
.so3_list .time {
  color: #666;
  transition: 0.3s;
}
.so3_list .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
}
.so3_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;
  text-underline-offset: 4px;
}
.so3_list .title a:hover {
  text-decoration: underline;
}
.so3_list .describe {
  line-height: 28px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  margin-top: 14px;
}
.so3_list .box {
  padding: 28px 30px 33px 23px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.so4 {
  background: #f7f7f7;
  padding: 67px 0px 60px;
}
.so4 .bt_box {
  text-align: center;
}
.so4 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.so4 .name {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  padding: 0px 20px;
  margin-top: 10px;
}
.so4 .sw_box {
  margin-top: 42px;
  position: relative;
}
.so4 .swiper_button div {
  position: absolute;
  top: 40.8%;
  z-index: 1;
}
.so4 .swiper_button div:nth-of-type(1) {
  left: -27px;
  transform: translate(-100%, -50%);
}
.so4 .swiper_button div:nth-of-type(2) {
  right: -27px;
  transform: translate(100%, -50%);
}
.so5 {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.so5 .content {
  padding: 71px 0px 60px;
}
.so5 .l_box {
  width: 50%;
  float: left;
  margin-right: 4.9%;
}
.so5 .bt_box {
  display: flex;
}
.so5 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 22px;
}
.so5_container {
  margin-top: 30px;
}
.so5_container figure {
  padding-bottom: 25px;
}
.so5_container .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #1b54ab;
}
.so5_container section {
  width: 179px;
  min-height: 47px;
  background-color: #ffffff;
  border: solid 1px #1b54ab;
  font-size: 18px;
  line-height: 26px;
  color: #1b54ab;
  padding: 5px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.so5_container .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin-top: 21px;
}
.so6 {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}
.so6 .l_box {
  width: 50%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  margin-left: 5%;
}
.so6 figure {
  width: 50%;
}
.so6 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 27px;
}
.so6 .content {
  padding: 106px 0px 60px;
}
.so6_num {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 46px 0px;
  margin-top: 44px;
}
.so6_num figure {
  width: 50%;
  padding-right: 30px;
}
.so6_num .big_num {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #1b54ab;
}
.so6_num .num_text {
  line-height: 26px;
  letter-spacing: 0px;
  color: #222222;
  margin-top: 4px;
}
.so7 {
  background: #f7f7f7;
  padding: 78px 0px 81px;
}
.so7 .bt_box {
  text-align: center;
}
.so7 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.so7 .describe {
  line-height: 26px;
  color: #666;
  text-align: center;
  width: 100%;
  max-width: 1106px;
  margin: 27px auto 0px;
}
.so7_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 0px 30px;
  margin-top: 57px;
}
.so7_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.so7_list .logo {
  height: 50px;
}
.so7_list .logo img {
  max-height: 100%;
}
.so7_list .name {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 16px;
}
.so8 {
  padding: 72px 0px 66px;
}
.so8 .bt_box {
  text-align: center;
}
.so8 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.so8_menu {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 61px;
  margin-top: 31px;
}
.so8_menu li {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 15px 5px 16px;
}
.so8_menu li::before {
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  max-height: 26px;
  border-left: 1px solid #ddd;
}
.so8_menu li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 2px;
  background-color: #1b54ab;
  transition: 0.3s;
}
.so8_menu li:hover {
  color: #1b54ab;
}
.so8_menu li:nth-last-of-type(1)::before {
  display: none;
}
.so8_menu li.active {
  color: #1b54ab;
  font-weight: bold;
}
.so8_menu li.active::after {
  width: 100%;
}
.so8_container {
  margin-top: 30px;
}
.so8_container .box {
  display: none;
}
.so8_container table {
  text-align: center;
}
.so8_container td {
  border: none !important;
  padding: 16px 10px 18px !important;
}
.so8_container tr {
  border-bottom: 1px solid #dddddd;
}
.so8_container tr:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-bottom: none !important;
}
.so8_container tr:nth-of-type(1) td {
  border-bottom: none;
  background: #1b54ab;
}
.so8_container .show {
  font-size: 26px;
  cursor: pointer;
}
.so8_container .answer {
  background: #f7f7f7;
}
.so8_container .describe {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;
  text-align: left;
  padding: 10px 90px 14px;
}
.so8_container .describe em {
  font-size: 20px;
  font-style: normal;
  color: #222;
}
.so9 {
  padding-bottom: 84px;
}
.so9 .content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.so9 .l_box {
  width: 45.4375%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0%;
}
.so9 .l_box figure {
  width: 49.382%;
}
.so9 .r_box {
  width: 50%;
  padding-top: 6px;
}
.so9 .list {
  width: 100%;
  max-width: 757px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.so9 .list li {
  color: #222222;
  width: calc(calc(100% - 28px) / 3);
}
.so9 .box {
  margin-top: 8px;
}
.so9 .logo {
  width: 22px;
  flex-shrink: 0;
}
.so9 .list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 48px;
  margin-top: 13px;
}
.so9 .list1 li {
  display: flex;
  gap: 6px;
  align-items: center;
}
.so10 {
  background: #f7f7f7;
  padding: 64px 0px 78px;
}
.so10 .swiper-slide {
  overflow: hidden;
}
.so10 .l_box {
  width: 44%;
  float: left;
  margin-right: 5.9375%;
}
.so10 .bt_box {
  display: flex;
}
.so10 .describe {
  line-height: 26px;
  color: #666;
  margin-top: 19px;
}
.so10 .list {
  width: 100%;
  max-width: 706px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
  margin-top: 40px;
}
.so10 .list li {
  width: 48.442%;
}
.so10 .sw_box {
  position: relative;
}
.so10 .swiper_button div {
  position: absolute;
  top: 54%;
  z-index: 1;
}
.so10 .swiper_button div:nth-of-type(1) {
  left: -26px;
  transform: translate(-100%, -50%);
}
.so10 .swiper_button div:nth-of-type(2) {
  right: -26px;
  transform: translate(100%, -50%);
}
.so11 {
  padding: 56px 0px 96px;
}
.so11 .bt_box {
  text-align: center;
}
.so11 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.so11 .top {
  padding: 15px 14px;
  background: #f7f7f7;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.so11 .l_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 11px;
}
.so11 .show {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
}
.so11 .title {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  flex: 1;
}
.so11 .logo {
  width: 28px;
  height: 28px;
  background-color: #dce8fb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.so11 .bottom {
  padding: 0px 14px;
  margin-top: 10px;
  display: none;
}
.so11 .bottom .logo {
  background: #1b54ab;
  color: #fff;
}
.so11 .so11_list {
  margin-top: 41px;
  display: flex;
  flex-direction: column;
  gap: 21px 0px;
}
.so11 .describe {
  color: #666;
  line-height: 28px;
  flex: 1;
}
.so11 .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.seo1 {
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  overflow: hidden;
}
.seo1 .content {
  padding: 3.178% 0px 5%;
}
.seo1 .l_box {
  width: 54.53125%;
  float: left;
  margin-right: 5.625%;
}
.seo1 .r_box {
  display: flex;
  flex-direction: column;
}
.seo1 .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 13px;
}
.seo1 .list {
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 24px;
}
.seo1 .list a,
.seo1 .list span {
  display: inline;
}
.seo1 .list a {
  color: #333;
}
.seo1 .list a:hover {
  color: #1b54ab;
}
.seo2 {
  padding: 75px 0px 80px;
}
.seo2 .bt_box {
  text-align: center;
}
.seo2 .bt_box::before {
  left: 50%;
  transform: translateX(-50%);
}
.seo2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 4.25%;
  margin-top: 36px;
}
.seo2_list li {
  width: 30.5%;
  position: relative;
  padding: 24px 0px 0px;
  z-index: 1;
}
.seo2_list li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: calc(100% + 36px);
  box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.1);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (min-width: 993px) {
  .seo2_list li:hover::before {
    opacity: 1;
  }
}
.seo2_list .logo {
  width: 27px;
  margin-top: 1px;
}
.seo2_list .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #333333;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 0px 8px 15px;
  border-bottom: 1px solid #dddddd;
}
.seo2_list .title p {
  flex: 1;
}
.seo2_list .list {
  padding: 31px 22px 36px;
  line-height: 30px;
  color: #333;
}
.seo3 {
  background: url("../images/seo3_back.png") no-repeat center;
  background-size: cover;
  padding: 141px 0px 104px;
}
.seo3_container {
  width: 100%;
  max-width: 1034px;
  background: #fff;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.05);
  margin: 0px auto;
  padding: 44px 72px 97px;
}
.seo3_container .title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 46px;
  color: #333333;
  text-align: center;
}
.seo3_container .text {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 32px;
  color: #666666;
  margin-top: 8px;
}
.seo3_container form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 31px 0px;
  margin-top: 35px;
}
.seo3_container form > div {
  width: 100%;
  display: block;
}
.seo3_container form input {
  height: 59px;
}
.seo3_container form input,
.seo3_container form textarea {
  width: 100%;
  background-color: #f6f6f6;
  font-family: Microsoft YaHei, "寰蒋闆呴粦";
  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;
}
.seo3_container form input::placeholder,
.seo3_container form input::-webkit-input-placeholder,
.seo3_container form textarea::placeholder {
  color: #999999;
}
.seo3_container form .yz {
  position: relative;
}
.seo3_container form .yz::before {
  content: "*";
  top: 55%;
  transform: translateY(-50%);
  left: -12px;
  position: absolute;
  color: #ff0000;
  font-size: 16px;
}
.seo3_container form .int1 {
  width: 100%;
}
.seo3_container form .int1::before {
  top: 24px;
}
.seo3_container form .int2 {
  width: 48.417%;
}
.seo3_container form .tijiao {
  min-width: 227px;
  width: auto;
  margin-left: 30px;
}
.seo3_container form .tijiao input {
  background-color: #1b54ab;
  border: 1px solid #1b54ab;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.seo3_container form .tijiao input:hover {
  background-color: #fff;
  color: #1b54ab;
}
.seo3_container form .yzm {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 572px;
}
.seo3_container form .yzm input {
  flex: 1;
}
.seo3_container form .yzm a,
.seo3_container form .yzm span {
  height: 45px;
  cursor: pointer;
  margin-left: 27px;
}
.seo3_container form .yzm a img,
.seo3_container form .yzm span img {
  height: 100%;
}
.seo3_container form textarea {
  height: 210px;
  padding-top: 11px !important;
}
.swiper_button {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.swiper_button div {
  width: 52px;
  height: 52px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.swiper_button div:hover {
  background: #1b54ab;
}
.swiper_button div:hover img {
  filter: brightness(0) invert(1);
}
.swiper_button img {
  transition: 0.2s;
  filter: none;
}
.tf_menu {
  flex: 1;
  min-height: 712px;
  border-left: 2px solid #dddddd;
  margin-left: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 27px 0px;
  padding-bottom: 2.6%;
}
.tf_menu figure {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
  padding: 20px 16px;
  position: relative;
}
.tf_menu figure::before {
  content: attr(title);
  font-size: 26px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  height: 0px;
}
.tf_menu figure::after {
  content: "";
  width: 4px;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #1b54ab;
  height: 0%;
  transition: 0.3s;
}
.tf_menu figure:hover {
  color: #1b54ab;
}
.tf_menu .active {
  font-size: 26px;
  color: #1b54ab;
  font-weight: bold;
}
.tf_menu .active::after {
  height: 100%;
}
.pub_button {
  width: 17px;
  cursor: pointer;
}
.pub_button img {
  transition: 0.2s;
  filter: brightness(0);
  opacity: 0.45;
}
.pub_button:hover img {
  filter: none;
  opacity: 1;
}
footer {
  background: url("../images/footer_back.jpg") no-repeat center;
  background-size: cover;
}
footer .l_box {
  border-right: 1px solid #313030;
  padding: 80px 20px 70px 0px;
  width: 31.75%;
}
footer .logoBox {
  width: 113px;
}
footer .logoBox a {
  display: block;
}
footer .logoBox img {
  width: 100%;
}
footer .title {
  font-weight: bold;
  color: #fff;
}
footer .contact_list {
  color: #666666;
  display: flex;
  align-items: flex-start;
  gap: 20px 7.7%;
  margin-top: 8px;
}
footer section {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 2px;
  min-width:200px;
}
footer section a {
  color: #fff;
}
footer section a:hover {
  color: #1b54ab;
}
footer .contact {
  margin-top: 41px;
}
footer .r_box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 0px 5%;
  max-width: 1000px;
  padding: 82px 0px 60px 20px;
}
footer .r_box .ul2{
    max-width: 300px;
}
footer .footer_a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .dif_up {
  width: 8px;
  filter: brightness(0) invert(1);
  display: none;
}
footer .dif_footer {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .dif_footer a {
  color: #fff;
}
footer .dif_footer a:hover {
  color: #1b54ab;
}
footer .list {
  color: #d4d4d4;
  line-height: 30px;
  margin-top: 9px;
}
footer .list a {
  color: #d4d4d4;
}
footer .list a:hover {
  color: #1b54ab;
}
footer .footer_b {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 22px;
  color: #d4d4d4;
  border-top: 1px solid #313030;
  padding: 27px 0px;
  display: flex;
  justify-content: space-between;
}
footer .footer_b a {
  color: #d4d4d4;
  text-underline-offset: 2px;
}
footer .footer_b a:hover {
  color: #fff;
  text-decoration: underline;
}
.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: #1b54ab;
}
.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: 1800px) {
  .index2 .content {
    max-width: 1600px;
  }
  .index2 .r_box {
    margin-right: 0px;
  }
  .index2 .l_box {
    transform: none;
  }
}
@media screen and (max-width: 1580px) {
  .rightMenu {
    gap: 10px;
  }
  .rightMenu .logo img {
    max-width: 55%;
  }
  .rightMenu > * {
    width: 42px;
    height: 42px;
  }
  html body {
    font-size: 15px;
    line-height: 26px;
  }
  header .center {
    margin-right: 30px;
  }
  header .content {
    width: calc(100% - 40px) !important;
  }
  header .menuOne.active > a::before,
  header .menuOne.menuactive > a::before,
  header .menuOne.active > a::after,
  header .menuOne.menuactive > a::after {
    width: calc(100% + 28px);
  }
  header .menuOne {
    font-size: 16px;
    margin-right: 32px;
  }
  header .menuOne > a {
    padding: 32px 0px;
  }
  header .menuOne > a:hover::before,
  header .menuOne > a:hover::after {
    width: calc(100% + 28px);
  }
  header .logoBox {
    width: 52px;
  }
  header .l_box {
    gap: 12px;
  }
  header .logo_text {
    line-height: 22px;
  }
  header .lang .lang_box span {
    font-size: 16px;
  }
  header .lang > ul {
    width: 108px;
    left: auto;
    transform: none;
    right: 0;
  }
  header .lang > ul li a {
    line-height: 24px;
  }
  header .head_container {
    padding: 25px 20px;
  }
  header .img_r {
    margin-top: 0px;
  }
  header .title {
    font-size: 18px;
  }
  header .describe {
    font-size: 15px;
    line-height: 25px;
    margin-top: 8px;
  }
  header .head_box {
    gap: 20px;
    align-items: center;
  }
  header .container1 {
    gap: 0px 30px;
  }
  header .name {
    font-size: 16px;
  }
  header .head_menu1{
      gap: 12px 0px;
  }
  header .name + ul {
    font-size: 15px;
    line-height: 28px;
    margin-top: 6px;
  }
  header .head_container {
    width: 48%;
  }
  header .diful_l {
    padding: 30px 0px;
  }
  header .head_menu2 {
    font-size: 16px;
    line-height: 30px;
  }
  .index_banner .down::after {
    height: 45px;
  }
  .index_banner .swiperbanner-pagination {
    margin-bottom: 35px;
  }
  .big_title {
    font-size: 32px;
    line-height: 42px;
  }
  .big_bt {
    font-size: 26px;
    line-height: 40px;
  }
  .index1 {
    padding: 60px 0px;
  }
  .index1 .describe {
    font-size: 16px;
    margin-top: 12px;
  }
  .index1 .buttonBox {
    margin-top: 30px;
  }
  .index1 .text {
    font-size: 16px;
    margin-top: 15px;
  }
  .index1 .l_box {
    width: 45%;
    margin-top: 0px;
  }
  .index2 {
    padding: 50px 0px 30px;
  }
  .index2 .describe {
    margin-top: 15px;
  }
  .index3 {
    margin-top: 0px;
    padding-bottom: 60px;
  }
  .index3 .describe {
    margin-top: 15px;
  }
  .index3_list {
    gap: 10px;
    margin-top: 20px !important;
  }
  .index3_list .index3_img {
    width: 800px;
  }
  .index3_list .menu {
    font-size: 18px;
  }
  .index3_list .hide_box {
    padding: 30px 15px;
  }
  .index3_container .box {
    padding: 30px 20px;
  }
  .index3_container .title {
    font-size: 24px;
    margin-top: 10px;
  }
  .index3_menu {
    margin-top: 10px;
  }
  .index4 .describe {
    margin-top: 25px;
  }
  .index4_container {
    padding: 80px 0px 100px;
  }
  .index5 {
    padding: 60px 0px 80px;
  }
  .index5_container .box {
    padding: 20px 20px 25px;
  }
  .index5_container .title {
    font-size: 18px;
    margin-top: 6px;
  }
  .index5_container .describe {
    margin-top: 10px;
    line-height: 26px;
  }
  .index5_container .swiper_box {
    gap: 20px;
  }
  .index5_menu li {
    min-width: 130px;
    min-height: 42px;
  }
  .pub_button {
    width: 14px;
  }
  .padding_top {
    padding-top: 90px;
  }
  .bannerBox {
    min-height: 320px;
  }
  .bannerBox .banner_bt {
    font-size: 18px;
  }
  .bannerBox .banner_title {
    font-size: 28px;
    line-height: 40px;
  }
  .mbx_menu .content {
    min-height: 54px;
  }
  .mbx_menu .list {
    gap: 5px 30px;
  }
  .to1 {
    padding: 60px 0px;
  }
  .to1 .describe {
    padding-top: 0px;
  }
  .to2 {
    padding: 60px 0px 160px;
  }
  .to2_container .describe {
    margin-top: 20px;
  }
  .to2_container .bofangBox {
    margin-top: 50px;
  }
  .to3 {
    padding: 60px 0px;
  }
  .to3_list {
    gap: 30px 1.71875%;
  }
  .to3_list li {
    padding: 30px 25px 40px;
  }
  .to3_list .logo {
    height: 44px;
  }
  .to3_list .title {
    font-size: 18px;
    margin-top: 12px;
  }
  .to3_list .describe {
    margin-top: 15px;
  }
  .to4 {
    padding-bottom: 40px;
  }
  .to4 .index2 {
    padding: 0px !important;
  }
  .tt1 {
    padding: 40px 0px 60px;
  }
  .tt_menu {
    font-size: 18px;
    line-height: 28px;
  }
  .tt1_list {
    margin-top: 30px;
  }
  .tt1_list .name {
    margin-top: 10px;
    font-size: 16px;
  }
  .tth1 {
    padding: 40px 0px 60px;
  }
  .tth1_list {
    gap: 25px 1.08333%;
    margin-top: 30px;
  }
  .tth1_list .name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
  }
  .tfu_container {
    padding: 80px 0px;
  }
  .tfu_list .year {
    font-size: 22px;
  }
  .tfu_list .r_box {
    padding: 20px 30px;
  }
  .tfu_list .describe {
    margin-top: 2%;
  }
  .tf_container {
    padding: 60px 0px;
  }
  .tf_container .content {
    width: calc(100% - 100px);
  }
  .tf_container .container {
    width: 84%;
  }
  .tf_container .box1 {
    padding: 20px 25px 30px;
  }
  .tf_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .tf_menu {
    min-height: 150px;
  }
  .tf_menu figure {
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
  }
  .tf_menu .active {
    font-size: 22px;
  }
  footer .content {
    width: calc(100% - 100px) !important;
  }
  footer .l_box {
    padding: 60px 20px 40px 0px;
  }
  footer .r_box {
    padding: 80px 0px 40px 30px;
  }
  footer .r_box .ul2{
      max-width: none;
  }
  footer .logoBox {
    width: 92px;
  }
  footer .contact {
    margin-top: 25px;
  }
  footer .contact_list {
    flex-wrap: wrap;
    gap: 10px 5%;
    margin-top: 5px;
  }
  footer section {
    font-size: 18px;
    margin-top: 0px;
  }
  footer .dif_footer {
    font-size: 18px;
  }
  .PageNumber {
    margin-top: 40px !important;
  }
  .ts_menu a {
    min-width: 130px;
    min-height: 42px;
  }
  .ts_container {
    padding: 50px 0px 80px;
  }
  .ts_list {
    margin-top: 30px;
  }
  .ts_list .box {
    padding: 20px 20px 25px;
  }
  .ts_list .title {
    font-size: 18px;
    margin-top: 6px;
  }
  .ts_list .describe {
    margin-top: 10px;
    line-height: 26px;
  }
  .tse1 {
    padding: 40px 0px 60px;
  }
  .tse1 .content {
    gap: 20px 4%;
  }
  .tse2 {
    padding: 60px 0px 80px;
  }
  .tho1 {
    padding: 40px 0px;
  }
  .tho1 .describe {
    margin-top: 20px;
  }
  .tho2 .describe {
    margin-top: 20px;
  }
  .tho3 {
    padding: 80px 0px;
  }
  .tho3 .r_box {
    padding: 3% 40px 4%;
  }
  .tho3 .title {
    font-size: 24px;
    line-height: 36px;
  }
  .tho3 .describe {
    margin-top: 15px;
  }
  .tho3 .buttonBox {
    margin-top: 20px;
  }
  .tho3 .list {
    gap: 40px 0px;
  }
  .tht1 {
    padding: 40px 0px 60px;
  }
  .tht1 .r_box {
    padding-top: 20px;
  }
  .tht1 .describe {
    margin-top: 15px;
  }
  .tht2 {
    padding: 60px 0px 80px;
  }
  .tht2 .describe {
    margin-top: 18px;
  }
  .tht3 {
    padding: 60px 0px 80px;
  }
  .tht3 .sw_box1 {
    margin-top: 25px;
  }
  .tht3 .sw_box1 .swiper-slide {
    font-size: 18px;
    line-height: 30px;
  }
  .tht3 .container {
    padding: 30px;
  }
  .tht3 .title {
    font-size: 20px;
  }
  .tht3 .describe {
    gap: 15px 0px;
  }
  .tht3 .num {
    font-size: 60px;
    line-height: 60px;
  }
  .tht4 {
    padding: 60px 0px 80px;
  }
  .tht4_list {
    margin-top: 30px;
  }
  .tht4_list .title {
    font-size: 18px;
    line-height: 30px;
  }
  .tht4_list .container1 {
    padding: 20px 12px 30px;
  }
  .tht4_list .describe {
    margin-top: 8px;
  }
  .tht4_list .buttonBox {
    margin-top: 20px;
  }
  .tht4_list .container2 {
    padding: 20px;
  }
  .tht4_list .describe1 {
    line-height: 28px;
    margin-top: 8px;
    padding-left: 0px;
  }
  .tht4_list .describe1 p {
    width: 46%;
  }
  .thth1 {
    padding: 40px 0px 0px;
  }
  .thth1 .describe {
    margin-top: 20px;
  }
  .buttonBox a {
    min-width: 140px !important;
    min-height: 42px !important;
  }
  .thth2 {
    padding: 40px 0px 60px;
  }
  .thth2 .content {
    gap: 30px 0px;
  }
  .thth2 figure {
    gap: 20px;
  }
  .thth2 .l_box {
    width: 26%;
  }
  .thth2 .container {
    padding: 30px 20px;
  }
  .thth2 .name {
    font-size: 22px;
    line-height: 32px;
  }
  .thth2 .text {
    margin-top: 8px;
  }
  .thth2 .box {
    padding: 20px 20px 25px;
  }
  .thth2 .title {
    font-size: 18px;
    line-height: 26px;
  }
  .thfu1 {
    padding: 40px 0px 0px;
  }
  .thfu1 .describe {
    margin-top: 20px;
  }
  .thfu2 {
    padding: 40px 0px 80px;
  }
  .thfu2_list .box {
    padding: 20px 20px 20px;
  }
  .thfu2_list .buttonBox {
    margin-top: 20px;
  }
  .thfu2_list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .thf1 {
    padding: 40px 0px 60px;
  }
  .thf1 .r_box {
    padding-top: 0px;
  }
  .thf1 .describe {
    min-height: auto;
  }
  .thf1 .title {
    font-size: 22px;
    line-height: 34px;
  }
  .thf2 {
    padding: 60px 0px;
  }
  .thf2 .describe {
    margin-top: 20px;
  }
  .thf3 {
    padding: 40px 0px 60px;
  }
  .thf4 {
    padding: 40px 0px 60px;
  }
  .thf4 .describe {
    margin-top: 20px;
  }
  .fo1 {
    padding: 60px 0px 0px;
  }
  .fo1 .describe {
    margin-top: 20px;
  }
  .fo1_container {
    margin-top: 30px;
    padding: 60px 40px;
    min-height: 360px;
  }
  .fo1_container .name {
    font-size: 22px;
  }
  .fo2 {
    padding: 60px 0px 0px;
  }
  .fo2 .l_box {
    margin-left: 6%;
  }
  .fo2 .title {
    font-size: 22px;
    line-height: 34px;
  }
  .fo2 .describe {
    margin-top: 10px;
  }
  .fo3 {
    padding: 60px 0px;
  }
  .fo3_list {
    margin-top: 40px;
  }
  .fo3_list .logo {
    height: 52px;
  }
  .fo3_list li {
    padding: 30px 26px;
  }
  .fo3_list .name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }
  .fo3_list .describe {
    margin-top: 12px;
  }
  .fo4 {
    padding: 40px 0px 60px;
  }
  .fo4 .describe {
    margin: 20px auto 0px;
  }
  .fo4 .buttonBox {
    margin-top: 30px;
  }
  .so1 {
    padding: 40px 0px;
  }
  .so2 {
    padding: 60px 0px 80px;
  }
  .so3 {
    padding: 60px 0px;
  }
  .so3 .buttonBox {
    margin-top: 30px;
  }
  .so3_list {
    margin-top: 30px;
  }
  .so3_list .box {
    padding: 20px 20px 25px;
  }
  .so3_list .title {
    font-size: 18px;
    margin-top: 6px;
  }
  .so3_list .describe {
    margin-top: 10px;
    line-height: 26px;
  }
  .so4 {
    padding: 40px 0px;
  }
  .so4 .sw_box {
    margin-top: 30px;
  }
  .so4 .swiper_button div:nth-of-type(1) {
    left: -5px;
  }
  .so4 .swiper_button div:nth-of-type(2) {
    right: -5px;
  }
  .so4 .name {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
  }
  .so5 .content {
    padding: 20px 0px 40px;
  }
  .so5 .describe {
    margin-top: 15px;
  }
  .so5_container {
    margin-top: 20px;
  }
  .so5_container figure {
    padding-bottom: 15px;
  }
  .so5_container section {
    font-size: 16px;
    line-height: 24px;
    width: 154px;
    min-height: 42px;
  }
  .so5_container .list {
    gap: 12px;
    margin-top: 12px;
  }
  .so5_container .list img {
    width: 8px;
  }
  .so5_container .title {
    font-size: 22px;
    line-height: 32px;
  }
  .so6 .content {
    padding: 20px 0px 40px;
  }
  .so6 .describe {
    margin-top: 15px;
  }
  .so6_num {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .so6_num .big_num {
    font-size: 28px;
    line-height: 36px;
  }
  .so7 {
    padding: 60px 0px;
  }
  .so7 .describe {
    margin: 15px auto 0px;
  }
  .so7_list {
    padding: 0px;
    margin-top: 20px;
    gap: 20px 10px;
  }
  .so7_list .logo {
    height: 42px;
  }
  .so7_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .so8 {
    padding: 50px 0px;
  }
  .so8_menu {
    gap: 41px;
    margin-top: 25px;
  }
  .so8_menu li {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 5px;
  }
  .so8_menu li::before {
    right: -20px;
  }
  .so8_container tr:nth-of-type(1) {
    font-size: 16px;
  }
  .so8_container td {
    padding: 10px 10px !important;
  }
  .so8_container .describe {
    font-size: 15px;
    line-height: 26px;
    padding: 10px 2%;
  }
  .so8_container .describe em {
    font-size: 18px;
  }
  .so9 {
    padding-bottom: 50px;
  }
  .so9 .r_box {
    padding-top: 0px;
  }
  .so9 .box {
    margin-top: 4px;
  }
  .so9 .list1 {
    margin-top: 8px;
    gap: 12px 30px;
  }
  .so9 .logo {
    width: 20px;
  }
  .so10 {
    padding: 50px 0px;
  }
  .so10 .describe {
    margin-top: 10px;
  }
  .so10 .list {
    margin-top: 20px;
  }
  .so10 .swiper_button div:nth-of-type(1) {
    left: -5px;
  }
  .so10 .swiper_button div:nth-of-type(2) {
    right: -5px;
  }
  .so11 {
    padding: 40px 0px 60px;
  }
  .so11 .so11_list {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .so11 .title {
    font-size: 16px;
  }
  .pub_new .list {
    gap: 30px 0px;
  }
  .pub_new .time {
    line-height: 24px;
  }
  .pub_new li {
    padding-top: 10px;
  }
  .pub_new .title {
    margin-top: 5px;
    padding-right: 0px;
  }
  .pub_new .imgBox {
    margin-top: 8px;
  }
  .seo1 .list {
    line-height: 28px;
    margin-top: 16px;
  }
  .seo2 {
    padding: 60px 0px 80px;
  }
  .seo2_list .list {
    padding: 20px 15px;
  }
  .seo2_list .title {
    font-size: 20px;
    line-height: 30px;
  }
  .seo2_list .logo {
    width: 25px;
  }
  .seo3 {
    padding: 80px 0px;
  }
  .seo3_container {
    padding: 30px 60px 50px;
  }
  .seo3_container .title {
    font-size: 28px;
    line-height: 40px;
  }
  .seo3_container .text {
    line-height: 30px;
    margin-top: 5px;
  }
  .seo3_container form {
    margin-top: 25px;
    gap: 20px 0px;
  }
  .seo3_container form input {
    height: 50px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1580px) {
  .fo3_list li:hover::before {
    opacity: 1;
    transform: scale(1.08);
  }
}
@media screen and (max-width: 992px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .rightMenu {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0%;
    flex-direction: row;
    padding: 0px;
    gap: 0px;
  }
  .rightMenu .logo img {
    max-height: 80%;
  }
  .rightMenu > * {
    flex: 1;
    height: 35px;
    border-bottom: none;
    border-radius: 0px;
    border: none;
  }
  .rightMenu > *:hover {
    background: #1b54ab !important;
  }
  .rightMenu .hide_box {
    top: auto;
    transform: translateX(50%);
    bottom: calc(100% + 5px);
    right: 50%;
    padding-right: 0px;
  }
  .rightMenu .go_top {
    display: flex;
    margin-top: 0px;
  }
  html body {
    font-size: 14px;
    line-height: 24px;
  }
  html body .content {
    width: calc(100% - 100px);
  }
  header {
    padding: 8px 0px;
  }
  header .center {
    display: none;
  }
  header .logoBox {
    width: 40px;
    margin-bottom: 0px;
  }
  header .logo_text {
    line-height: 20px;
  }
  header .r_box {
    padding-right: 50px;
  }
  header .sousuo,
  header .xian {
    display: none;
  }
  header .lang > ul {
    right: 50%;
    transform: translateX(50%);
  }
  .buttonBox a {
    min-width: 126px !important;
    min-height: 38px !important;
    gap: 15px !important;
  }
  .small_title {
    font-size: 16px;
    gap: 5px;
  }
  .big_title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 2px !important;
  }
  .big_bt {
    font-size: 22px;
    line-height: 32px;
  }
  .bt_box {
    padding-bottom: 5px !important;
  }
  .bt_box::before {
    height: 2px;
  }
  .index_banner {
    height: auto !important;
    padding-top: 49.948%;
  }
  .index_banner .down {
    display: none;
  }
  .index_banner .content1 {
    justify-content: center;
  }
  .index_banner .swiperbanner-pagination {
    margin-bottom: 15px;
    text-align: center;
  }
  .index_banner .swiper-pagination-bullet {

  }
  .index {
    padding-top: 64.27px;
  }
  .index1 {
    padding: 30px 0px 40px;
  }
  .index1 .describe {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .index1 .buttonBox {
    margin-top: 20px;
  }
  .index1 .text {
    font-size: 15px;
    line-height: 26px;
    margin-top: 6px;
  }
  .index2 {
    padding: 40px 0px 20px;
  }
  .index2 .content {
    gap: 20px;
    flex-wrap: wrap;
  }
  .index2 .l_box {
    width: 100%;
    flex: none;
    margin-bottom: 0px;
  }
  .index2 .r_box {
    width: 100%;
  }
  .index2 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .index3 {
    padding-bottom: 40px;
  }
  .index3 .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .index3_list {
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  .index3_list .index3_img {
    width: 100%;
  }
  .index3_list li {
    flex: none !important;
    width: 49%;
  }
  .index3_list .hide_box {
    display: none;
  }
  .index3_container {
    width: 100%;
  }
  .index3_container .box {
    padding: 20px 15px;
  }
  .index3_container .title {
    font-size: 18px;
    margin-top: 5px;
    line-height: 26px;
  }
  .index3_container .logo {
    width: 42px;
  }
  .index3_menu {
    gap: 2px 14px;
    margin-top: 4px;
  }
  .index4 .describe {
    line-height: 24px;
    margin-top: 5px;
  }
  .index4_container {
    padding: 40px 0px;
  }
  .index5 {
    padding: 40px 0px;
  }
  .index5 .small_title {
    justify-content: center;
  }
  .index5 .big_title {
    text-align: center;
  }
  .index5 .top {
    justify-content: center;
  }
  .index5 .l_box {
    flex: none;
    width: 100%;
  }
  .index5_menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
    gap: 8px;
  }
  .index5_menu li {
    min-width: 120px;
    min-height: 38px;
  }
  .pub_button {
    width: 10px;
  }
  .index5_container {
    margin-top: 20px;
  }
  .index5_container .box {
    padding: 15px 15px 20px;
  }
  .index5_container .title {
    font-size: 16px;
    margin-top: 0px;
  }
  .index5_container .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .index5_container .swiper_box {
    margin-top: 15px;
    gap: 14px;
  }
  .padding_top {
    padding-top: 64.27px;
  }
  .bannerBox {
    padding-bottom: 0px;
    min-height: 220px;
  }
  .bannerBox .banner_bt {
    font-size: 16px;
    line-height: 24px;
  }
  .bannerBox .banner_title {
    font-size: 22px;
    line-height: 32px;
  }
  .mbx_menu {
    padding-top: 6px;
  }
  .mbx_menu .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 5px 4%;
    min-height: auto;
  }
  .mbx_menu .list {
    gap: 4px 20px;
    /*justify-content: center;*/
  }
  .mbx_menu .list a {
    padding: 0px 0px 6px;
  }
  .to1 {
    padding: 30px 0px;
  }
  .to1 .content {
    gap: 12px 4%;
  }
  .to1 .l_box {
    width: 100%;
  }
  .to1 .describe {
    max-width: 100%;
    flex: none;
  }
  .to2 {
    padding: 30px 0px;
  }
  .to2 .describe {
    margin-top: 6px;
  }
  .to2_container .bofangBox {
    width: 60px;
    margin-top: 16px;
  }
  .to3 {
    padding: 30px 0px;
  }
  .to3_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .to3_list li {
    width: 49%;
    min-height: auto;
    padding: 20px 25px 30px;
  }
  .to3_list .logo {
    height: 36px;
  }
  .to3_list .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .to3_list .describe {
    margin-top: 6px;
  }
  .to4 {
    padding-bottom: 30px;
  }
  .tt1 {
    padding: 30px 0px;
  }
  .tt_menu {
    font-size: 16px;
    line-height: 24px;
    gap: 4px 30px;
  }
  .tt_menu a {
    padding: 5px 0px;
  }
  .tt_menu a::after {
    height: 2px;
  }
  .tt1_list {
    margin-top: 20px;
    gap: 15px 2%;
  }
  .tt1_list li {
    width: 23.5%;
  }
  .tt1_list .name {
    font-size: 15px;
    line-height: 24px;
    margin-top: 6px;
  }
  .tth1 {
    padding: 30px 0px;
  }
  .tth1_list {
    margin-top: 20px;
    gap: 15px 2%;
  }
  .tth1_list li {
    width: 23%;
  }
  .tfu_container {
    padding: 30px 0px 60px;
  }
  .tfu_list .xian {
    display: none;
  }
  .tfu_list .year {
    font-size: 18px;
    line-height: 26px;
    width: 100px;
    min-height: 42px;
  }
  .tfu_list li::before {
    left: 49px;
  }
  .tfu_list .dian {
    left: 40px;
    top: calc(50% + 21px);
  }
  .tfu_list li:nth-last-of-type(1)::after {
    left: 39px;
  }
  .tf_container {
    padding: 30px 0px;
  }
  .tf_container .container {
    flex: none;
    width: 100%;
    padding: 0px;
  }
  .tf_container .big_bt {
    text-align: center;
  }
  .tf_container .box1 {
    padding: 15px 20px 20px;
  }
  .tf_container .describe {
    margin-top: 6px;
  }
  .tf_container .swiper_button div:nth-of-type(1) {
    left: 15px;
  }
  .tf_container .swiper_button div:nth-of-type(2) {
    right: 15px;
  }
  .tf_menu {
    width: 100%;
    margin: 0px;
    min-height: auto;
    flex-direction: row;
    border-left: none;
    gap: 5px 20px;
    padding-bottom: 15px;
  }
  .tf_menu figure {
    font-size: 18px !important;
    padding: 5px 0px;
    line-height: 28px;
  }
  .tf_menu figure::before {
    display: none;
  }
  .tf_menu figure::after {
    height: 2px;
    width: 0px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .tf_menu .active {
    font-weight: normal;
  }
  .tf_menu .active::after {
    width: 100%;
    height: 2px;
  }
  .swiper_button div {
    width: 38px;
    height: 38px;
  }
  .swiper_button img {
    width: 10px;
  }
  .PageNumber {
    margin-top: 30px !important;
    gap: 8px 20px;
  }
  .PageNumber a {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .PageNumber .p_f {
    width: 80px;
  }
  .PageNumber .p_l {
    width: 56px;
  }
  .PageNumber input {
    font-size: 15px;
  }
  footer .logoBox {
    width: 60px;
    margin: 0px auto;
  }
  footer .l_box {
    width: 100%;
    padding: 30px 0px 0px;
  }
  footer .r_box {
    flex: none;
    width: 100%;
    max-width: none;
    padding: 20px 0px 20px;
  }
  footer .contact {
    margin-top: 15px;
  }
  footer .contact_list {
    margin-top: 4px;
    gap: 4px 5%;
  }
  footer section {
    font-size: 16px;
  }
  footer .list {
    line-height: 26px;
    margin-top: 6px;
  }
  footer .footer_b {
    padding: 15px 0px 50px;
  }
  .ts_menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
    gap: 8px;
  }
  .ts_menu a {
    min-width: 120px;
    min-height: 38px;
  }
  .ts_container {
    padding: 30px 0px 40px;
  }
  .ts_list {
    margin-top: 20px;
    gap: 20px 1.15625%;
  }
  .ts_list .box {
    padding: 15px 15px 20px;
  }
  .ts_list .title {
    font-size: 16px;
    margin-top: 0px;
  }
  .ts_list .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .tse1 {
    padding: 30px 0px;
  }
  .tse1 h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .tse1_container {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .tse1_container .text {
    margin-top: 4px;
  }
  .tse1_container .detail {
    line-height: 24px;
    margin-top: 6px;
    padding-top: 10px;
  }
  .pub_new {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .pub_new .pub_title {
    font-size: 22px;
    line-height: 32px;
  }
  .pub_new .list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 2%;
    margin-top: 8px;
  }
  .pub_new li {
    width: 32%;
  }
  .pub_new .title {
    margin-top: 0px;
    line-height: 20px;
  }
  .pub_new .imgBox {
    margin-top: 4px;
  }
  .page_change {
    margin-top: 20px !important;
    padding-top: 10px;
  }
  .tse2 {
    padding: 30px 0px;
  }
  .tse2 .text {
    margin-top: 6px;
  }
  .tho1 {
    padding: 30px 0px;
  }
  .tho1 .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .tho2 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .tho2 .buttonBox {
    margin-top: 20px;
    gap: 10px 15px;
  }
  .tho3 {
    padding: 30px 0px;
  }
  .tho3 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .tho3 .describe {
    margin-top: 6px;
  }
  .tho3 .r_box {
    top: 50%;
    padding: 3% 30px 4%;
  }
  .tho3 .list {
    gap: 30px 0px;
  }
  .tht1 {
    padding: 30px 0px;
  }
  .tht1 .r_box {
    padding-top: 0px;
  }
  .tht1 .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .tht2 {
    padding: 30px 0px;
  }
  .tht2 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .tht3 {
    padding: 30px 0px;
  }
  .tht3 .sw_box1 {
    margin-top: 12px;
  }
  .tht3 .sw_box1 .swiper-slide {
    font-size: 16px;
    line-height: 28px;
  }
  .tht3 .container {
    padding: 20px;
  }
  .tht3 .title {
    font-size: 18px;
    line-height: 30px;
  }
  .tht3 .describe {
    line-height: 24px;
    margin-top: 10px;
    gap: 10px 0px;
  }
  .tht3 .describe2 {
    line-height: 24px;
    margin-top: 10px;
  }
  .tht3 .describe p::before {
    top: 3px;
    width: 18px;
    height: 18px;
  }
  .tht3 .num {
    font-size: 42px;
    line-height: 52px;
  }
  .tht4 {
    padding: 30px 0px;
  }
  .tht4_list {
    margin-top: 20px;
    gap: 20px 0px;
  }
  .tht4_list .describe {
    line-height: 24px;
    margin-top: 6px;
  }
  .tht4_list .describe1 {
    line-height: 24px;
    margin-top: 6px;
  }
  .tht4_list .describe1 p::before {
    top: 9px;
  }
  .tht4_list .buttonBox {
    margin-top: 15px;
  }
  .thth1 {
    padding: 30px 0px 0px;
  }
  .thth1 .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .thth2 {
    padding: 30px 0px 40px;
  }
  .thth2 .content {
    gap: 20px 0px;
  }
  .thth2 .l_box {
    width: 100%;
    max-width: 100%;
  }
  .thth2 .container {
    padding: 20px 20px 25px;
    gap: 15px 0px;
  }
  .thth2 .name {
    font-size: 20px;
    line-height: 28px;
  }
  .thth2 .text {
    margin-top: 6px;
    line-height: 24px;
  }
  .thth2 .box {
    padding: 15px 15px 20px;
  }
  .thth2 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .thth2 .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .thth2 .list .buttonBox {
    margin-top: 15px;
  }
  .thfu1 {
    padding: 30px 0px 0px;
  }
  .thfu1 .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .thfu1 .buttonBox {
    margin-top: 15px;
  }
  .thfu2 {
    padding: 30px 0px 40px;
  }
  .thfu2_list {
    gap: 20px 2%;
  }
  .thfu2_list li {
    width: 32%;
  }
  .thfu2_list .box {
    padding: 15px 15px 20px;
  }
  .thfu2_list .title {
    font-size: 16px;
    line-height: 24px;
  }
  .thfu2_list .describe {
    line-height: 24px;
    margin-top: 4px;
  }
  .thfu2_list .buttonBox {
    margin-top: 15px;
  }
  .thf1 {
    padding: 30px 0px;
  }
  .thf1 .title {
    font-size: 20px;
    line-height: 28px;
  }
  .thf1 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .thf1 .buttonBox {
    margin-top: 15px;
  }
  .thf2 {
    padding: 30px 0px;
  }
  .thf2 .describe {
    margin-top: 12px;
    line-height: 24px;
  }
  .thf2 .describe em::before {
    top: 6px;
  }
  .thf3 {
    padding: 30px 0px;
  }
  .thf3 .describe {
    margin-top: 12px;
  }
  .thf4 {
    padding: 30px 0px;
  }
  .thf4 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo1 {
    padding: 30px 0px 0px;
  }
  .fo1 .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .fo1_container {
    margin-top: 20px;
    padding: 30px;
    min-height: 250px;
  }
  .fo1_container .name {
    font-size: 20px;
    line-height: 32px;
  }
  .fo1_container .text {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo2 {
    padding: 30px 0px 0px;
  }
  .fo2 .r_box {
    padding: 20px 20px 25px;
  }
  .fo2 .title {
    font-size: 20px;
    line-height: 32px;
  }
  .fo2 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .fo3 {
    padding: 30px 0px;
  }
  .fo3_list {
    margin-top: 20px;
  }
  .fo3_list .logo {
    height: 42px;
  }
  .fo3_list .name {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }
  .fo3_list .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .fo3_list li {
    width: 50%;
  }
  .fo3_list li:nth-of-type(2n + 1) {
    border-left: 1px solid #ddd;
  }
  .fo3_list li:nth-of-type(n + 3) {
    border-top: none;
  }
  .fo4 {
    padding: 30px 0px;
  }
  .fo4 .describe {
    margin: 8px auto 0px;
    line-height: 24px;
  }
  .fo4 .buttonBox {
    margin-top: 15px;
  }
  .so1 {
    padding: 30px 0px;
  }
  .so1 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .so1 .so1_img {
    margin-top: 15px;
  }
  .so1 .so1_img a {
    width: 50%;
  }
  .so2 {
    padding: 30px 0px;
  }
  .so2_list {
    margin-top: 20px;
    gap: 20px 2%;
  }
  .so2_list li {
    width: 32%;
  }
  .so3 {
    padding: 30px 0px;
  }
  .so3 .buttonBox {
    margin-top: 15px;
  }
  .so3_list {
    margin-top: 20px;
    gap: 20px 1.15625%;
  }
  .so3_list .box {
    padding: 15px 15px 20px;
  }
  .so3_list .title {
    font-size: 16px;
    margin-top: 0px;
  }
  .so3_list .describe {
    margin-top: 6px;
    line-height: 24px;
  }
  .so4 {
    padding: 30px 0px;
  }
  .so4 .sw_box {
    margin-top: 20px;
  }
  .so4 li {
    width: 32%;
  }
  .so5 .l_box {
    width: calc(100% - 100px);
    margin: 0px auto;
    float: none;
  }
  .so5 .describe {
    margin-top: 8px;
    line-height: 24px;
  }
  .so5_container {
    margin-top: 15px;
  }
  .so5_container section {
    font-size: 14px;
    line-height: 22px;
    width: 130px;
    min-height: 38px;
  }
  .so5_container .list {
    margin-top: 6px;
  }
  .so5_container figure {
    padding-bottom: 10px;
  }
  .so5_container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .so6 .l_box {
    width: calc(100% - 100px);
    float: none;
    margin: 0px auto;
  }
  .so6 .describe {
    margin-top: 8px;
  }
  .so6_num {
    gap: 12px 0px;
  }
  .so6_num .big_num {
    font-size: 24px;
    line-height: 30px;
  }
  .so7 {
    padding: 30px 0px;
  }
  .so7 .describe {
    margin: 8px auto 0px;
  }
  .so7_list {
    gap: 20px 2.5%;
    flex-wrap: wrap;
  }
  .so7_list li {
    width: 18%;
  }
  .so8 {
    padding: 30px 0px;
  }
  .so8_menu {
    justify-content: center;
    margin-top: 15px;
  }
  .so8_menu li {
    font-size: 15px;
    line-height: 24px;
    padding: 8px 5px;
  }
  .so8_container {
    margin-top: 15px;
  }
  .so8_container td {
    padding: 6px 10px !important;
  }
  .so8_container tr:nth-of-type(1) {
    font-size: 15px;
  }
  .so8_container .describe em {
    font-size: 16px;
  }
  .so9 {
    padding-bottom: 30px;
  }
  .so10 {
    padding: 30px 0px;
  }
  .so10 .describe {
    line-height: 24px;
    margin-top: 8px;
  }
  .so11 {
    padding: 30px 0px;
  }
  .so11 .so11_list {
    margin-top: 15px;
  }
  .seo1 .l_box {
    margin-right: 4%;
  }
  .seo1 .title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 8px;
  }
  .seo1 .list {
    line-height: 26px;
    margin-top: 10px;
  }
  .seo2 {
    padding: 30px 0px;
  }
  .seo2_list {
    margin-top: 20px;
    gap: 20px 4%;
  }
  .seo2_list li {
    padding: 0px;
    width: 48%;
  }
  .seo2_list li::before {
    display: none;
  }
  .seo2_list .title {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 8px 8px;
  }
  .seo2_list .logo {
    width: 24px;
    margin-top: 0px;
  }
  .seo2_list .list {
    padding: 12px 8px;
    line-height: 26px;
  }
  .seo3 {
    padding: 30px 0px;
  }
  .seo3_container {
    padding: 20px 40px 30px;
  }
  .seo3_container .title {
    font-size: 20px;
    line-height: 32px;
  }
  .seo3_container .text {
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
  }
  .seo3_container form {
    margin-top: 20px;
    gap: 15px 0px;
  }
  .seo3_container form input {
    height: 46px;
  }
  .seo3_container form input,
  .seo3_container form textarea {
    font-size: 15px;
  }
  .seo3_container form textarea {
    height: 150px;
  }
  .seo3_container form .yzm a,
  .seo3_container form .yzm span {
    height: 38px;
    margin-left: 15px;
  }
  .seo3_container form .tijiao {
    min-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu .hide_box {
    top: auto;
    transform: none;
    left: 0%;
    right: auto;
  }
  html body .content {
    width: calc(100% - 40px) !important;
  }
  .index1 .l_box {
    width: 100%;
  }
  .index1 .r_box {
    width: 100%;
    margin-top: 25px;
  }
  .index3_list li {
    width: 100%;
  }
  .bannerBox {
    min-height: 180px;
  }
  .tfu_list li {
    flex-wrap: wrap;
    padding-bottom: 20px;
    gap: 8px;
    justify-content: center;
  }
  .tfu_list li::before,
  .tfu_list li::after {
    display: none;
  }
  .tfu_list .r_box {
    width: 100%;
    flex: none;
  }
  .tfu_list .dian {
    display: none;
  }
  .tfu_list .year {
    font-size: 15px;
  }
  footer .r_box {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }
  footer .r_box ul {
    width: 100%;
  }
  footer .dif_up {
    display: block;
  }
  footer .list {
    margin-top: 2px;
  }
  footer .dif_footer {
    font-size: 16px;
  }
  .ts_list {
    gap: 20px 2%;
  }
  .ts_list li {
    width: 49%;
  }
  .tho3 li {
    flex-wrap: wrap;
  }
  .tho3 .l_box {
    width: 100%;
  }
  .tho3 .list {
    gap: 20px 0px;
  }
  .tho3 .r_box {
    width: 100%;
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    transform: none !important;
    padding: 3% 20px 4%;
  }
  .tht3 .sw_box1 .swiper-slide {
    padding: 8px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: 22px;
  }
  .tht3 .sw_box1 .swiper-slide::before {
    display: none;
  }
  .tht3 .sw_box1::before {
    bottom: 0;
  }
  .tht3 .dian {
    display: none;
  }
  .tht3 .sw_box .swiper-slide {
    flex-wrap: wrap;
  }
  .tht3 .container {
    position: relative;
    height: auto;
  }
  .tht3 .l_box {
    width: 100%;
  }
  .tht3 .r_box {
    width: 100%;
    flex: none;
  }
  .thth2 .list {
    gap: 15px 4%;
  }
  .thth2 li {
    width: 48%;
  }
  .thf table td {
    padding: 4px 16px !important;
  }
  .thfu2_list {
    gap: 15px 4%;
  }
  .thfu2_list li {
    width: 48%;
  }
  .so3_list {
    gap: 20px 2%;
  }
  .so3_list li {
    width: 49%;
  }
  .so4 .swiper_button {
    justify-content: center;
    margin-top: 10px;
  }
  .so4 .swiper_button div {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  .so5 .l_box {
    width: calc(100% - 40px);
  }
  .so5_container .list {
    gap: 4px;
  }
  .so6 .l_box {
    width: calc(100% - 40px);
  }
  .so8_container table {
    min-width: 800px;
  }
  .so9 .l_box {
    width: 100%;
  }
  .so9 .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .so10 .swiper_button {
    justify-content: center;
    margin-top: 10px;
  }
  .so10 .swiper_button div {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
  .seo1 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .seo1 .content {
    padding: 15px 0px 20px;
  }
  .seo3_container {
    padding: 20px 20px 30px;
  }
  .seo3_container form .yzm {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  .seo3_container form .yzm a,
  .seo3_container form .yzm span {
    width: 98px;
  }
  .seo3_container form .tijiao {
    min-width: 100%;
    margin: 0px;
  }
}
@media screen and (max-width: 600px) {
  .to3_list li {
    width: 100%;
  }
  .tt1_list li {
    width: 32%;
  }
  .tth1_list li {
    width: 49%;
  }
  .tht4_list li {
    width: 100%;
  }
  .pub_new li {
    width: 49%;
  }
  .fo2 .l_box {
    float: none;
    margin: 0px;
    width: 100%;
  }
  .fo2 .r_box {
    width: 100%;
  }
  .so2_list li {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  header .r_box {
    padding-right: 38px;
  }
  .tt1_list li {
    width: 49%;
  }
  .tfu_list .r_box {
    padding: 15px 20px;
  }
  .tfu_list .describe {
    margin-top: 0px;
  }
  .tf_menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .tf_menu figure {
    width: 48%;
    max-width: 80px;
    text-align: center;
  }
  .ts_list li {
    width: 100%;
  }
  .tho3 .r_box {
    padding: 12px 20px 20px;
  }
  .tht1 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .tht1 .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .thth2 .list {
    gap: 15px 2%;
  }
  .thth2 li {
    width: 49%;
  }
  .thfu2_list {
    gap: 15px 2%;
  }
  .thfu2_list li {
    width: 49%;
  }
  .thf1 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .thf1 .r_box {
    width: 100%;
    padding-top: 12px;
  }
  .fo1_container {
    padding: 20px;
    min-height: 200px;
  }
  .fo3_list li {
    width: 100%;
    border-left: 1px solid #ddd;
  }
  .fo3_list li:nth-of-type(n + 1) {
    border-top: none;
  }
  .so1 .so1_img a {
    width: 80%;
  }
  .so3_list li {
    width: 100%;
  }
  .so7_list {
    gap: 20px 2%;
  }
  .so7_list li {
    width: 32%;
  }
  .so8_menu {
    gap: 0px 15px;
  }
  .so8_menu li::before {
    right: -7px;
  }
  .so10 .l_box {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .so10 .r_box {
    width: 100%;
    padding-top: 15px;
  }
  .seo2_list li {
    width: 100%;
  }
  .seo3_container form .int2 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .thth2 li {
    width: 100%;
  }
  .thfu2_list li {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .tth1_list li {
    width: 100%;
  }
  .tf_menu {
    width: 100%;
    max-width: 270px;
    margin: 0px auto;
  }
  .so2_list li {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .pub_new li {
    width: 100%;
  }
}
@font-face {
  font-family: "iconfont";
  /* Project id 4647297 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACXsAAsAAAAAQFgAACWdAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACMJgrifNAdATYCJAOCDAuBCAAEIAWEZweFSxuuNWUHiIWNAzDLnsNEVIzqsv//lKAOGeQeWxUiJZuQGXYc1oqOrNvYVV8juILrRUhMvssPD617MxACHk/uk5461tljq0BSuWuK/oIz6abYUMrh+W32/gdEQVBCVFSQkBAQCW2kWlFRUdGJ0QuX6kIWtzldlW59tQ5vrtPdLfJOd+uQHiAAwE4gjLV7V8wsd2KBmDekzc+/0M+XU/uZ7m1m96MgtoOvsRPLBUpSIBCUMFlkX6Sr9P9NYIjjglEOOYCGUIk10uHygdC8Xl5UhtYBVxIACuBtO6TqAXi+b+5zN3s4m+T/fyhMa2zPmMARBIocM2NnbJID4grXV0WwzFatjty9aE/RrDD/3mqvfWCCjBAWwloEQBSX8v+njAc4tmlgUS31/iyl01OKtoaZgMU8GG0NNBPAsITY8/c6y9Y6lI6iS0W4WAWKhrjr35d8Xj3JXvvbeyBrCfzXB9KhFEKqcHp9HVmH0gFCFeKiSZVJ0aXo0pd7XSZF20V1xWinPs3awc4jxOg1pnWLmlJ1jKImFiwBQjhsJd7XWwAEAMCAeJABYJ3B5gT4Rs/oYYAKkMDchAC490ONdTUe4L/NA2RGPwT8AQT8iu5E+kPzBgUAPDMXAABz8feh50AK+QMAAxQCmHs5qvWV4Eg/eD6Pt94BxF0wmd8SbIcBACgAAAIAIJSsAA9mO9CX4eeE2MaQ3j3oAgAgE6gACuD7oX5Uv39/MAqaaDHEFFRMshQoVqtvICZJCaWmbNX27rGB0wNnBy4P3B54NPBk4OXA4J/GfdO/83xefUA/4GWgLbKbHW30MRNGKlq5f+3RgZPe896f5txfMVsQyAQOy8ix8t2u6CJfGaiPHAZGgNFgLGj1TvFO+yM8C3FrbGjenVdd6E2RmKggUWfBrCLX35J79OTZi0VLlq1YteZenaG1YdOWbTt2HdtzYt+BU4eOnDtz4dKVazf6BmocqTKTDYUq9LaB0q7WfUcAG24JCMYECoYEGuYJf7gjguEVQYYGRAiMCAq8IWhQhYgWWcoGQaMxABUIMRQgFFCCUMEDYYQFwgSzRBYUIQqgB1GcUFtrAdoQfTBHMuGRZMETyYZnMgZeSCEskiJYIuNgmRTDChkPq6QE1sgEv3sS6pAKaEJmCPlUCQJ0JQjQVSBA/wLYJg/DDtkLu+RROCaPwR55UsitpwD2ydNwQJ4V6uh5gEPygqgKvQhwTl4SKutlgAvyNlySj4SmTwCuyZdwQ/6EPjkIA34A1OAnDrrwswlm+LkDZfifW9WyaCRhQgfwAZ1PX69wjL/NZrHtOVRcwnK81iXC1mKcYIuLSfpcF5nOOlpxypwMVZGm1QVK4bidE862SrTRsaE4WkXxj1kvSdYGBCRRmRhMqCAqAEmoDkRGUwIIMYiQEDyebEWQyYHIEJ8fGAQx4JCQyAgeJRdJoBL8yX6BAn8SMQqTzIgMiYsjmJ8WEEDGUYMlZJQ/yi8GBwVDHFYsiyXGk3RUbDAyIACpskolYSQcjiuWQCk0lD8Gr4hWQBouhxmACcNioYAAEikgEEdAImmYcORXIG40EhcYNUWSgmv0g8isEHoIjTy+M29xeNcK4ebk/ZiOw5TVsRuxoTecV5w3GCv5G7DYxfzFXWHLhOuT17MdEDrikMm4kmeBW1XegUMvEMEIZrGw+R31Pcstj3bbIRP1MWN665cvfDzzEgttyJROx3dVtTP1A/VAel2Cc9EjKSm2OiPPilppsvSD4uaMh+G/f6KLeM8dIBH4kjYMVrp7uw+02DIhWDryHUL1WIkRv3u8rtNNx2uVojIKQ+y6iudphIBV51tL2lMgHVhGHMO2w3QOQB/KqBEUCqkUP8cFuYilyGLf853FSvMKw3GjfHQL7tRlWqiyUdU9vervO1FVlE5XqiAOliDYQ/zKkclr7a0H2y1ePKoATf6EvxrXb00MKDBW2fMd81i2zbalwEv+oHzU3svvriXGeNXkCujAKm5JHXZSDRXfWjX4AiGCu1qqmQSkcTpXOA6wIdbYX4sYmsXieZBcF/HJZyU0X59Bteo6k1tnu1CmFSACAeicfIXY9fMbPMHSYJaniBUbXtjkgTuaQJ55IxP2LRTimN7e/ml3BjOb/Z+0FGNWR8dnXW8w1fD5Vv1aFwZhouogvpSpPKhq9Ye1z1X3g1DqeVkcsOK8c6IDte4nIhSKRW2ZqDQ6spCqdk0KRBAoQ3um6y2e8v0nM8Xzg5UXnK20PvL9wn84LN9v0K/8dPz0ebgIOnCwRe5A7sejsUcB67vbtcLemc8awEE989WtSqZuljkTGrLy0b+w44C2ctcblYLtRvp3lbG7/NIDxlWoDwrfM7zDnT6/YO5AjxvyvJxQd/QZ8vnF2GqMvxQuDds4tKMxBFFgU6B5Sbn63FhRG8Y2GIEogLHR1GZFS2aHfHcz9c1gGN9rhVoyPwJNUjK9z0y4OF2CmrhOuJL8AVBYnGYlx+V38nvsyccojJtBrR2US9cghwfd7J66lqDLaTNJYjyv2B16QwsxWghKuaixUlhpJUVQoCG2bzCtgAOaKoVzcMJxGvsFkM33OfOnwZCwvZfYPPu0yzBAgLSwmxqcCP040He3r5yw/QyMKuAKUDYABwxoq+kQ4dAN3Fg+ZuTZFivB2GOBh152HtKOPS/Xxe+soJ254YFAcnM6kIbLCbsfOcDK2ot/hOF+M09KSvCU9HTa8ZBGBP7Zd/yogNpttDM1N1xZYdPB/PNFeeFZ6A8wtG746Y7GmG9VakFdi4i7kYBHEklCTX5b7YwBhb6ipGg4VIVhDbVVSBtYIhB/57meIL4EQJP269imGiIP22vth4E33a74RD3o8BOvGvtb+wE2PWhKve4iwmPtiCdNv21Jr06fWpoffq00jrBpUv2ch4BTQqRiBjcSLOIYi88AISjEErByBFI6VVC5BNQUKHXQC6tIIWIGWrzos4Ol5ZZX/LDrmJOaXFHTj7bJZNuT7X1xQV0T3WUivHIQh/olMBwS8/ZAtD+s4jE9k2PEH2l30xYQGH+tXkglrQiUlaJcQKCwoNpQA9tKCY+1JV3RO6/IFDWFa7I4GGkoG6A/rS4m09tyumzUzDuW392SknWZihILPcliFC0WEcMoJhzIarUg0/eak2yhlXQ81jfPKlarc6aHWl3hepvHefdArmqRnwKzIoeTzon0HSu1dJ9LMtLhYumfdgSlObRrb3UmUZ4GWUfRkYdJFqedRZNfLYAOXHyNW/J2GXbS0pu7GiGy48wRnC9kHflsQhM2aIOipB7zkq4OZUd2+8dKERSOVeBgU4qOB2ex9EzvAAdbMu0riI/nQiaX85v+hAsN6C9D9c3JliQUW/fZKHCw/Dzk5Tg0NPbi93vThu7tUodFbjVf5f1s1smkVJneYmwlwpMjf6uhWRNQQ9lnry5q85UdB83UGT1OE1JspVzxGxbN9gneOXhw6Hz9SMBilkaxZGMnBz8xXnJboyfv1Jjevi++JiZ+w3TP0578nf72TCgXyvAVB5qhOR4pYdlVHNxOX9w3FB46VQyy1higTZ9+d2Sa1jQDe8IGhZYZAxJjMipymaJ0gLROC+nDjKG4iTF1CFGmg3+rcwg01ZB/06nPlSZ3Fqps8WEji63CKm5IxEpCbd2SoT8VNiirJTkNoPw3gEzSqAFzA+RO89cQWx8DfazqPHX7ypNZC8oqahaQroMZtgpYDmXKKykWFEukkfK0lmwG3C6ZFYuBd6DSQX3zZBISZ+YEvXcwrQgqfc7BWMvC+AlLJ2rfZLaO98SQddVUrD/UmlLXqnJF+rTde8LH5067IueApXVjyuaR9aVIvUSP233VtWWAW/UtGSq+b5Gceh20AjDNjmA5NrvrdbgKcGehc2brs14ivCZYvB3zkSRrcvZ2Zi4UMlEZa4AxSi8gqENTp93z8FfkNisl1pKVNM/6mOuG19U4m9HbC2sGHYBN5Y1EiPLhJ5zZUYNgwmSmXNXZouscQLRwsCXnOXMqjh3xJO/fAhGKvvho5bZGtmV9hg8aNFqRrkksbDKQ5Fz3Xw5f8MXDxkAgrwIuHSbZZMe898VfeK42/KjFO8BiUYtC6sFgZaZX5RdaYw2x+sT6p9FbHu53L3bnDlGdGVz4yGYGZXgumoadc3GI298g5l/xDvgj+xt7KKkNYs9deit5Hl9wEJ9m7qz5VkR0JSUQYMYgeR89LNvojryujHWBDQ2+xVbZ6RX/QfoI8BjholaCdJpv0MlXAAXhFmBnQXXvOhtxAeCu1+tUJ/wfRRc6C0PBmFozEabKQPDN+nyENii9U6eAvTq9uGt2WzZIz3A/zVrPJoPGsedGQ+xLuIp7m318/HX1dUB/6h1s0deyvAJtSP1OsIbtxMJ7L5rMoL6w0lgphTKqjNVePAmJdc5MQMIyWSxmsdSXZfGwStgusvz6eZfwmc7KrxC/sO252VfHTgKZF+QJn9Sn5tKEtNo+x8MiPNUIQgC2kiuDzoNsfT05l8mvV41iC065hHe8WuijNFTNP3LXjbmh9Lqk33VPuzUQz+FjvsEmsONsuDHPJtlSRz44u4sTKYUEdBYa+sNVQeggpWxHPlKv6R9vI22Ef1aHdvHN6d0DNidpeJ1P88OW9C0VMWOOoIA1/zQ4uY3sI8JkADCZXLOiCKdSJ2d3z0kqytHBJALJbe7xKaRACM2zmTH9Nlfb/iKK/7WU1BgawMe7XVk6i+3Suo+cdXGB61fnlPmbN3W56/pDEZfWE9SR22cwwfK0R4i+H1i+rdoTvpL+IBwsCL3jilzV6koNeevX9xd2gIMEWzVnxYOG3KtyBbmBdrl2xXorb62CIO9m3HL/J3r/l8h/Bec/kie5rug4PCGCd3n+JTvDTCvsFSir7Fs/Aj2fy9DAd03gd23l3Pe4JR/phz+KC82u9pb+2xyVXAam0w2F2fxoaRbBMAPUthAIUcYw5cbW8YzNspZqFtLqzZGKsKTVP+1U2Bn91FBNrfxyjXtvX8Seo4AJjXezL9WiKX7vQXqNOL3NoMlG+jODl0FBOcUwuaXhufHYocf6fbLuOdrRhOu+mWJztps80VRY1sJxZdBtZNvFyzSdKhezGmtZyfSj5sQAwyS6zRKbFyaDhhGPy1RjDKiFOEhed760vH5ZsiwWdmk/S0d5i9ABG98PVuQmIAGbMIlvtR6gBzYpDdeVZqALfzNxCn3iNbzb9bhr8n1Tqi3lk+VOXLAsck3kiivy3brd7I4OzB+JpxL3XqOtYq6iTp4MLaf/Sl99PWmfcR+3s2SEilPUceOG9+bNzlu3Jvf1VXjX/9bxR+sik7x/Q5WjujKnojq3qia72FrlmRifqKEt5b94Phy0PvdgO63nsxaHeMaLtxMs7W5do6sfaq/Ykn+dxiq4lbVWvxfFn7m69zXTlFWLO5cf8KIuHbENsJc0fWKtpFyp6pp8sGPXLepqJvXe0PblW+JkHZkq1T2OSmRDYw7k0jB9G17P1a5+vBL9H6nMn5hyqspqC2zBVJtaM+oLChqHvmurzHAUs5z0/LTsJKMxMyutOKMs0k2vwjpxJWr1vQYfI+hY/+V3ERVK04VX7s+4IyjZS6LlNQl0H2tjE9uZaJSydKa2vbrmUW7c8JnCe4Sc3AngHSuknd/FD+eF7xCFLOOH6aswb+b1OKmgNMtSI5yGCDI1jLUzshiFlXmxObx4o8SUb9C3aiS04tR26XbJ6BSmH7wuzP/K2xxnYc44oSZ0N/NzoViDQGtnCCiW2Yr61eOlfOQ5twYNovsfLyKbWtKM1a2Glue0pB/ddFxS8YPWkFTNJNcEy18rTCwzu8DWnlxS8cIB6VhaVuZYPa0eZmBDF777j4XyZHGP9+KrI2vw5CVRSzb7PBBz3ZP36FF7RHu13XPw4N69x8iPHzV7QOr8v5VjuTFlwBVr5Zn0AqNgvaGBcOKOvWzWx1Z0hk891BIe85mtzmJrPln75z7i9mzRKIbXq5R7QKI3dOkrLmvIIzY70fAj9d2y/xdoYUBul1lWFfdfME+lxTDNLLPMLOUKfocsm9pWG32Q3kg/GF1LP4ehvtUgmuStK+UWc2bP5hRxS2sb+GU898LZpWyM+0Taz6T01khW+7ZwOvldNHGoau95vSugOSzOlBpbr0tPLC2TKw0OUVJVSnSI+l1+6P9+I0femzws3MHJ5ei4RjMvS1jvmmvnq/m63ALd/A3PrFw14wy95YbUYaHYa4cILMUU8UqvGhr2MVvMGcKtBVKZZUXu1LlBKR+UocoV9asmfVDfZZ8l5Avuu4FyzTisq6HVGfLkxq4z+gJsaz3FqVQln3Fii0dOcJGuHWee0RdjJ4wkueLSGWcAs8Aca4zlc57mAqV4TGHhGLGywBJrt2wVmCNn5L8rP1Wt0SO1CXmIPJeZZ6E109a2T04odicMA8UJCe4kdJR5hpkGMtaN877yj9qFLISz80AFsCBqUHz/V/NCWr+GtMz76+bXIM2ISigPCEhSBOR6eSktX6tDZJhlQM6Ix8xxJCBQKUx6xJZzEczfHr+Y+IqPLeCvy4l/SO8vzIEZlOnM/mrJC8wVzAsJmNRy9UnI9W4U20Uiu7hhvtQuEoe6yaPYnKreQRKHIKB0V9pgcrpIGsKaMY9KR76nkxole+7qC6i14SJTWmydTtGUp2QYyqIWmBpNVsGG0H+EN1826aLJlBDUn2fjafhaZ5TbwHccLQ0GWMQ4kU0otInWiCa1Cd27hOyrxWuih3+KZtun4dH+n5n9x92U+6j0w/eX3+995zrRn/5r7/TecrEl+4GF1ccwZr/6m6HToX25wn/tTT/R/87Vu/z+4fvp91HegGfAxxDwWxgoiPh/c8A30jdixOZ/IivPgf6IntuRgsjbPREDr1Cn9r5EgRtt2SbjG29PSB5z5qFeH993+swyVjblrve1Jw+VzyIYCKxNqzJInDcLJL5vSi5LLClJLEt+DGjYL59c9jjmu/qdJyc+Ky4uKz7nWEDksuLOhz+m+ZketXnbJs0Ih8LbCVlqDofQ7ajdNrE9jBDWXmrztocD/bs92BaVUoDW/TlMs751BnalL70kTirNdsYFH80UxVkD6WCIav/VtOWuc6ov67/fDfBHEj4sfbhk04flBLAOM3ZVB13x/jEddbJq+uf9h15o3nnMISB+YfO6sgSrcPTu0D0rrvZcXbF3xfSRbRPqiyigheA4+3PfIh71cJK2yphKCxDW5WQ28BZkzi5OqVLlxc1ZdjDJMWJ7t7PI76V+SmjwttofhOgkmk4QlG7NIA8jDkcuYBvy2HV1zOlglJ2zttQsN0ode0e6SrtyRC7xsConw0qbIY3QrAKPys54z9RmeQ7T+eJY8aWmd50hqpDOd8k5l59Ytb+fTmEfXGc2Fw14H1adbEw5aZ60bZChLQPvAdf6Ia5c9MFmt30QXZ6PVtw5bjx3rL3P5qvsUfdkl0ggAhOE7pOFy+hXI6kHlVQplSONEZJJadyFMQtTtQ+6krtaGnPKIpE6v3xIckUy10Dnhwhs6uKQlJpgbldZJEKHTpTRCGwHl6gCxopm4tNVyaq0hG1LR0tpVxMq7BF3ZReIsKAYN6SHj/Iz59Aj5kRIx0jHT4qkj28D3F+qSgmXSpQjo2T+EUj8KntW8QeRR/iv2+b+IEx9oxvHoeB6NhzCUYDy8V/Lbr3/vuu6Efc2j1GMyBEmmYlFW7yoptRhyZllR9CJkuLN0fsRkth8W9rX50+zGhwa0PCLyBg+xSj6TZzXOSahXpJVaHbyGjg19UT03W1ADsYFr1tXrdZcYJOrf/v9366knLZGZa1CUadsGFQ2Kmo3nMbgXqtFpbYCuiPKvi+sHS+nyfHtLWujdHRG0EEMmlFRF6XFbxxSVygvkEoL5IXXXFuaXyArlF2T8mW08NqhUkG+tFAOApZAAMAEPq9EJLwXAUSA8ktLL8Ye4r7AY5nkg7xDZCYu8B7vHPdiqVtGgggwAEpPHRz8xE2HIL/BN23NuvSuNN3Ojf1rOndsdKZtSNcBgCecPmdSc5u4cWcd/cYd+rTuGxzh9VxoU0ybZjAOmrDg/jgFYMm8sURyCGCtDWcDdvhaFmCvDQCfgLXrEpNL5EnFjYbWRkBLDCHRtZdHeEU4EjxYLCv4nMg5y9TRGXlm/hbK5S/ibqfonD3YiyPiOZKJ+5LgiTjAeu8FP9b8AAJptK19LknAm701bc0xxe1baQqDZGnsVwl+x6pRHrSOXTZpzQ3Pbwv+lCTHgRT4RTQt8lrUYNS1SJq/7olgCC4weGAArU2W+Yp8g6RnWD6NEMxBv84lGvQbaRvn9gf0JxMdOq6aw9HwdI4CsVFksLKKqfMn8vJ4rsqAi6R7AUMT3fLCQrk7odGh42lylbjaNVxdo2YBcGXRtE0aTdMMy03qGZr6BoQ3aXT4ojHMw6xKS0r276UB9+i3ZV3xgRwliCltrk3wOJosgSrMivHCExsvbhqCSma36TwxLrbzl2n5rEL2SUDD/hDbGeM6TqicWxb2e5lkWHN1WkVKqie96mVAQMBZeFOzP1GlVY3NYIxG3BT0LDv+aVzMhhxJ38ajs8y/aTDtiuwh6caIvHtKRB3EzItiqgwXbjIKJtymrPzwYGDunwdPhr+RnfoKkAthRhWErIDOoFmIKkDgEBNhv6HabAT6PIbZJcX6yaRSeDjMqATIcvg0monMh6AEUgyMbjy+AHnG7yTQomC8FIYfNF3YSDROZPhocQYE4rRYWdyRrBPMceeTBrWKLK5FmGhE2/IoSzpvvR8LJughhBx9EdOS77qL8GMxSbDUT44AcDUCYloLF7f4IQmDwkzZtiFsnB+KPgXJyQg/DIJwCIKRfichTSiOiZRWI/yY8zNRFep8zFE0E1Z8uBxRAbv9ZHAwA42YE0dOWVQt360OZIy7MnLq1HGyB5E5lvnXdjFlKI6WQMkE8doWUuAb7D7sm0ASFmAuSNBMZU5969eF78LZF0FN7YjIT85PHKDP/Hlm1RnwYqTw9pOyFuvophlNoy2tIRkri/Yh5rct/SM6qvs1I6h+fli03z9xFyoL5CsrKv6Rjc67CB7N9kSHU39/SxxcT4uua/kcrh5/LH1E4yijx82OilCH89Gud3yL9MDrbw3816dh6dr14OL41cfx0HaXCFILKyG9SCO1IPGK/8/cnXq6YhoLRZSfw3XKF66jTxuxMFwVSf8O3iurxzSDFPV+Uclh3SEPXwYk7vK40qAafwWjykviASvVc0i2yi2WSl+FplS05mVmTuY3c6mtvCn8rKyu4e6w5lOPU2uII1r2uk1AFBKm23D+O4866k1MerNeN2An9Nu0ujxqGGE0lff9XLeWT44CZvee1rIawvTd3dTrZDxxGkFvkefmiutSOWOdnWJZroWgn0bEk69XX3hb+xvi9VwkbTm9m76chmzzIb5cb6pi9Ty+IRfQWad/S74v8vnWpK3Pk529AdIIJjVzUnpjSl2FolrZTL9+1GBVcW+yNWxtFjD6pFAbmVEXaETZhtzHVm8PsHri6wd2hkCd8I05MszeoagZFmmMsgAHXcloW5Aiouf0GnWSfzyFd0WOrR0W4cymZzLnofGwH1OnuchmApvqZQsXjl4J806T43eO0NoJ++21I2nN0ee5EdmjueJ9uSdDQ8kdZPGT+kPCrwYwojUKLP5fmeZ/d35atOuUja6iLpgaZ5I5FMwwVe4v9HC05xDNEjJpuAnq0kM15FBz2t9RrNSZkoWM6u4m4zXXzqKeIjhEtA1Ul3AKOZ0dMUVcd012mC3MfD/j4NH007NjLdUl3MKYzs6YQm7JRWyTmKLOjkJOCQdAQ/paPGua6HV2jR1LQaUgkMpgGIJJiBTUsNuxzZ41cLZs+tZyZ5BzwuefEc4G8TuIjCU5K8SfPJTJGw/MC5QOiby0eOwlAt0cFWNKaYp6KMolm3gCczyv06+5eQhl61ObXC1gOH/2oEgMNC19dd6I+IJQk0hge1Vat3BhXb5WHhtfusk8YbxpU2n8Ork2n3CGafwE87qA2iQs3lHQ680OMt/6kUgJ32AJFaYXxc4jefkfVyE0hx4IpxhenAk2qedtqwlyYKUSo8tWQ5oCF5kW/q0RbFQLnhoXIopGIhgonElqlIK0rUbDzhfqqpP34kvSTMnc2y/+Bcu22JI1A9sr80oyN7/80qDaPubjltcmXoUpDNZOju/IwmkCc/jqaKNU5t/0ipiwclJf3qYAcZFjw1+vRChU4KKTRZOMNACm1x9UccfKTHAxN9XYumjPk19GymLwiLDd3/J6xFMcW/z8Hu7+PHGyTTJ6x984R6ZYrFUWIEak2etW7b4V2tJbr4jEPhV3MydzgCwnPjY4N0ObrimKKeHUjjpampiVklvpFJpiDY6E2EkLDTk1J66OIgsaRYmk0pJuhyBHOGEE9bngudwWayXXUa2xsyiPURIeWW1x6t5l1oISG8fCzvN2CR8bZmHbOEX0FkxtUkT5VuaEQw1BfwYGLQwm3wq9dTp4JxFIG0YCgdFRGxUb0roU3V9p3Yqu9A2Kjb7SqZ6GBk+XNnXBFBfhC68Q9Z/6WW6LmT96DDr80m6UHH44rNCzlYY87QK+CUfSaMip/f0k0HDneHomTkD0OHwHmkgiWmV53gMckUrE+RZ9LaM06moHws3uXILBXeIeNbLEgJs0CdceDHEuK+HmcQe0tA5PB6bqSAdJsCjROvG6TtIhUokBc4F8AVNUGjqURCcd2F+SDl+Ju+TpU250wB0S1qEBRwWzz69SrleuavrzD//M+kygfOvlvOI4y7A5banzxHdATJDGODtsWOS45HGRI4ZtH5s8NrKpKbLmPKlpRCT/zwtmAN2UghPlU1SNaLryz/P4YJBlOZZIlqsnUuZD11L3/oG98rnohDr64q8z0AEKJrFbomnKo6jYhrv38hLTHWlFWYuZDl4gkTQzbDnkOUFg/GLdfHfu3HePOocHlwPZIlUR329MYuI1clPinld14OHNnf83SRl4tD8lDIJj54+e7Igbx8qlUnUhNQyNZxso3ycH0YiJFSraDgNcw7XbuTWwgUpHnkLSqbCBW2O313AN8A6a6lSmFEG7Li1i/cqLy9lH1jaVRhKO9lOogewT7EAqpf8oIXKYZ+0RBP8lz7DR/4VKof9JpU1FjyXul27dvcm6fZdoq3GcXj9ujqGzc1A0FIaA7WX0fieEs2Qy4Jve2+tOrFHfOuBrPrIvbbd9HJrjRCyIb/Ju56Ysi6V8/xSmpRpsv5YKpYknlypd59KksqSRmus75Swm5XvX0a6W7gjFNXKN3CXJy5e45JcNDRtO87K8YC9LXTJNFgSiFgDFG8v+/T5mDttZOiGjPr2mJr0+46uBubSaU/vKfFr1dR0m2gyhutBNh3raI4jUFKJ/Q4Jb7nLJixNuoXahXOZKdPdBYyFatz53gksudyW4Qep2ZFCQmzdMUSS0C6vHahHYRXtZ2yoQWEX2PUC0oshFitHOE0FB48LeUGTqt/aQmq1SsdWc5eR9tCndHM2Qj5pQ94M25NUPxvu+1+x4OACAeX02Qo93NwgRAwAACDocCICvzSbePMwbQHj3/Xt9ZyGRE4E6ABKC+8+dqREx6qfNVo8YBwAA8KZMxoS2ACHCpyL8oS8fbvdFMyp/9g0uKz8aIZI9tEY0WFNgwJpiBS6vDkZkizDXmiQTPuCJLOhc5B0Nv/JAklZ+6Sc0L+t7VoL+E9fxTRWFGC/8YkyUyQAohay2kDyKbYrDMwCAGMxL1cb2mFReExZRIosxiModohEtYHwB7AeDDIP/GUdSRQt3cbpsQqs1x344d6qv2srbWqlQBoMGOFV2VbYuPnEaj6HrLR/7wvp3FT4BAGQ+PL0oQS8CcDsmtGl/1RRE64MMHDb+FzHlol1k/7keCGZN/9u0oPSP/ljkdSp4/M/jiZh0j2Jbd+ToAv4ATkPo7PTWOzfy0SHx/u7+L70LAC1Siibfd3wX+1n4fPf7Co/4iHR/0AvhD8bA44ETJ0DCH48mKuvRmOFBsExqxZyvBT7QYjAAAGM9CYD/c28jgvvVlyEVVhz0DyU3VTBAg4gqBPAHTAE5NLYKBbBAWuUH/IGiCgMEQL90LCCBEQABIGQAAIADpn5VQSAYbKiCAR4cQARp6GlEwtBbVShAAQPoB0N/VmFAPoSLhgUc6AStTQiMvVA34TUF40bGn/U32jJBSir9x5Q9eoWMi49O/YUBE4uQfLYdsxEm0Sx+GquH00QiJhpQ894xx68HcTUp9l7TvPiWEBh7oW7OJb2mYB6ew7+/32jLBKmg8N9MWVPQZxdyfywg/DJCobuVxJvPtmNkGmFjQlNm8XNr4nQqk4hkNqA+WXtHweLXg/VwpqixF5+Ze66h3d2juQIfHGGKlChToUqNOv8H7URg0aZDl54fhFGcpFlelFXd9PqDdjgaT6az+WK5Wm+2u/3heDpfrrf7o3u+3p+vWqPVib2oew/BFagu6K8+tNdHtDe/ru6p3HyQ7TTMEXtffIhcxoSZ5RO+eN6uxy7gpXvwITPYBHPX3KhwUSgfPBzYvImpPA+4O03x9oJB3QsRzJNHoU8b3kbUPHcSNKF79UZk3zHBWB4yzcsb33n0/SOtWiR0906K4VTCLlBiV9m8y1d+42jGxoBGRTS2fBsbxTK11Jma14ZWyluLaTOh4W3y1vG6RFkrYqZZbpMKsjIukKsSq2xbCUey4jKrKW1xBj/VmgKD5ubigDPEuDZwrWZSfsI141RFRwHlNo+3iG2OgqyehFaTmFydTptiKGsJdeYa1DPmDBYbDROGHlLrTSfXTHFb2bTbOG/qVuexcVAqMPTT4E9DPs3jU52p5ELvKzzusSgX") format("woff2"), url("../fonts/iconfont.woff?t=1723085310190") format("woff"), url("../fonts/iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e62f";
}
.icon-weixin:before {
  content: "\e64f";
}
.icon-xiangxia2:before {
  content: "\e63d";
}
.icon-douyin1:before {
  content: "\e8db";
}
.icon-linkedin1:before {
  content: "\e625";
}
.icon-pinterest1:before {
  content: "\e61e";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-home:before {
  content: "\e624";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.wuone{
margin-top: 50px;
}


.index5 {
	padding: 75px 0px 62px;
}
.index6 {
	padding: 20px 0px 86px;
  overflow: hidden;
}
.index6  .swiper{
  overflow: initial;
}
.index6 .swiper-slide {
	pointer-events: none;
}
.index6 .swiper-slide img {
	opacity: 0;
}
.index6 .swiper-slide:hover img {
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
}
.index6 .swiper-slide-visible {
	pointer-events: all;
}
.index6 .swiper-slide-visible img {
	opacity: 1;
}
@media screen and (max-width: 1580px) {
	.index5 {
		padding: 60px 0px;
	}
	.index6 {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 992px) {
	.index5 {
		padding: 40px 0px;
	}
	.index6 {
		padding-bottom: 40px;
	}
}