body {
  --ww: 0.96rem;
  --bj: var(--ww);
  --top: 0.82rem;
  --color: #1d2088;
  --gap: 1rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f62: 0.62rem;
  --f64: 0.64rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
    --ww: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.36rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f62: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.4rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f62: 0.48rem;
    --f64: 0.5rem;
  }
}
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #1d2088;
}
body::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #1d2088 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
strong{
    color: #000;
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  opacity: 0.5;
}
.button-disabled {
  pointer-events: none;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -1 + 1px);
}
html,
body {
  scroll-behavior: smooth;
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f46);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f16);
  line-height: 2.25;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #1d2088;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f46);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #1d2088;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #1d2088;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #1d2088;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #1d2088;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #1d2088;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a + a {
  margin-top: 4px;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #1d2088;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compiler_style iframe,
.compiler_style video,
.compiler_style img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .compiler_style img,
  .compiler_style video {
    width: auto;
    height: auto;
  }
}
.compiler_style a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.compiler_style b,
.compiler_style strong {
  font-weight: bold;
}
.compiler_style i,
.compiler_style em {
  font-style: italic;
}
.compiler_style sup {
  vertical-align: super;
  font-size: smaller;
}
.compiler_style sub {
  vertical-align: sub;
  font-size: smaller;
}
.compiler_style h1,
.compiler_style h2,
.compiler_style h3,
.compiler_style h4,
.compiler_style h5,
.compiler_style h6 {
  font-weight: bold;
}
.compiler_style hr {
  display: block;
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  -webkit-margin-start: auto;
  -moz-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  -moz-margin-end: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
}
.compiler_style ul {
  padding-left: 22px;
}
.compiler_style ul li {
  list-style-type: disc;
}
.compiler_style ol {
  padding-left: 22px;
}
.compiler_style ol li {
  list-style-type: decimal;
}
.pu_search {
  --h: 0.6rem;
  display: none;
  position: fixed;
  top: var(--top);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.25rem 0;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pu_search .ch_box {
  width: min(7.2rem, 90vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_search .ch_box .form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(53, 53, 53, 0.1);
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form .item input {
  width: 100%;
  height: var(--h);
  border: none;
  background: none;
  color: #333;
}
.pu_search .ch_box .form form .item input::-webkit-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::-moz-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input:-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::placeholder {
  color: #999;
}
.pu_search .ch_box .form form .submit {
  cursor: pointer;
}
.pu_search .ch_box .form form .submit span {
  display: block;
  width: 22px;
}
.pu_search .ch_box .form form .submit span img {
  width: 100%;
}
.pu_search .ch_box .close {
  margin-left: 0.3rem;
  cursor: pointer;
}
.pu_search .ch_box .close i {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #1d2088;
}
@media (max-width: 1520px) {
  .pu_search {
    --h: 0.66rem;
  }
}
@media (max-width: 1200px) {
  .pu_search {
    --h: 0.7rem;
  }
}
@media (max-width: 750px) {
  .pu_search {
    --h: 0.86rem;
  }
  .pu_search .ch_box .form form .submit span {
    width: 20px;
  }
}
:root {
  --h82: 0.82rem;
}
.pc_header {
  --h1: 0.46rem;
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pc_header .he_box {
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  height: 0.31rem;
}
.pc_header .he_box .column .nav .item > p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: var(--top);
  color: #333;
  font-weight: bold;
}
.pc_header .he_box .column .nav .item .down1 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #f1f1f1;
}
.pc_header .he_box .column .nav .item .down1 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pc_header .he_box .column .nav .item .down1 > div a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  line-height: var(--h82);
  margin-right: 0.6rem;
}
.pc_header .he_box .column .nav .item .down1 > div a:last-child {
  margin-right: 0;
}
.pc_header .he_box .column .nav .item .down1 > div a.active,
.pc_header .he_box .column .nav .item .down1 > div a:hover {
  color: #1d2088;
}
.pc_header .he_box .column .nav .item .down2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 9rem;
  background: #f1f1f1;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box {
  width: 42%;
  padding: 0.48rem 0.8rem;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a {
  font-size: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a + a {
  margin-top: 0.32rem;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a span {
  -webkit-box-flex: 0.9;
  -webkit-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  font-size: 0.88em;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a.active,
.pc_header .he_box .column .nav .item .down2 > div .le_box a:hover {
  color: #1d2088;
}
.pc_header .he_box .column .nav .item .down2 > div .le_box a.active i,
.pc_header .he_box .column .nav .item .down2 > div .le_box a:hover i {
  opacity: 1;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box {
  width: 58%;
  background: #fbfbfb;
  padding: 0.48rem 0.9rem;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box .li {
  display: none;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box .li.active {
  display: block;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f16);
  color: #333;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box a:hover {
  color: #1d2088;
}
.pc_header .he_box .column .nav .item .down2 > div .ri_box a + a {
  margin-top: 0.2rem;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #1d2088;
}
.pc_header .he_box .column .nav .item:hover .down2,
.pc_header .he_box .column .nav .item:hover .down1 {
  display: block;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.64rem;
}
.pc_header .he_box .menu .lang {
  position: relative;
}
.pc_header .he_box .menu .lang p {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
}
.pc_header .he_box .menu .lang p img {
  width: var(--f18);
}
.pc_header .he_box .menu .lang p span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 6px;
  font-family: Medium;
  color: #030303;
}
.pc_header .he_box .menu .lang .post {
  display: none;
  position: absolute;
  min-width: 1.2rem;
  text-wrap: nowrap;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  text-align: center;
  padding: 10px;
}
.pc_header .he_box .menu .lang .post a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  line-height: 2.5;
}
.pc_header .he_box .menu .lang .post a:hover {
  color: #1d2088;
}
.pc_header .he_box .menu .lang:hover p span {
  color: #1d2088;
}
.pc_header .he_box .menu .lang:hover .post {
  display: block;
}
.pc_header .he_box .menu .search {
  margin-left: 0.4rem;
}
.pc_header .he_box .menu .search p {
  cursor: pointer;
  width: var(--h1);
  height: var(--h1);
  background: #1d2088;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pc_header .he_box .menu .search p img {
  margin: auto;
  max-width: 40%;
}
.pc_header.on {
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  transform: translateY(-105%);
}
.pc_header.active {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.08));
}
.pc_header.fixed {
  position: fixed;
}
.pc_footer {
  position: relative;
  font-size: var(--f18);
  background: #131566;
}
.pc_footer .ter_top {
  padding: 0.8rem 0 1.25rem;
}
.pc_footer .ter_top .le_box {
  width: 60%;
}
.pc_footer .ter_top .le_box .item .one {
  margin-bottom: 0.28rem;
}
.pc_footer .ter_top .le_box .item .one a {
  font-size: var(--f22);
  color: #fff;
}
.pc_footer .ter_top .le_box .item .two a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_top .le_box .item .two a + a {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .le_box .item .two a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box .item .one {
  margin-bottom: 0.28rem;
}
.pc_footer .ter_top .ri_box .item .one a {
  font-size: var(--f22);
  color: #fff;
}
.pc_footer .ter_top .ri_box .item .three .lxwm > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pc_footer .ter_top .ri_box .item .three .lxwm > div span {
  margin-right: 10px;
  width: 19px;
  height: calc(var(--f22) * 1.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pc_footer .ter_top .ri_box .item .three .lxwm > div span img {
  margin: auto;
  max-width: 100%;
}
.pc_footer .ter_top .ri_box .item .three .lxwm > div a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  font-size: var(--f22);
  line-height: 1.4;
}
.pc_footer .ter_top .ri_box .item .three .lxwm > div a:hover {
  color: #fff;
}
.pc_footer .ter_top .ri_box .item .three .lxwm > div + div {
  margin-top: 0.3rem;
}
.pc_footer .ter_top .ri_box .item .three .share {
  margin-top: 0.66rem;
}
.pc_footer .ter_top .ri_box .item .three .share .li {
  position: relative;
}
.pc_footer .ter_top .ri_box .item .three .share .li a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: flex;
}
.pc_footer .ter_top .ri_box .item .three .share .li a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
  opacity: 0.3;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 0.3rem;
  max-height: 0.3rem;
}
.pc_footer .ter_top .ri_box .item .three .share .li .post {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: -webkit-calc(112%);
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  padding: 3px;
  background: #fff;
  border-radius: 6px;
}
.pc_footer .ter_top .ri_box .item .three .share .li .post::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.pc_footer .ter_top .ri_box .item .three .share .li .post img {
  width: 1rem;
  max-width: initial;
}
.pc_footer .ter_top .ri_box .item .three .share .li + .li {
  margin-left: 0.14rem;
}
.pc_footer .ter_top .ri_box .item .three .share .li:hover a {
  background: #fff;
}
.pc_footer .ter_top .ri_box .item .three .share .li:hover a img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
  opacity: 1;
}
.pc_footer .ter_top .ri_box .item .three .share .li:hover .post {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_bot {
  padding: 0.45rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pc_footer .ter_bot .copy p {
  color: #999;
  margin-right: 6px;
}
.pc_footer .ter_bot .copy p:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .copy p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
}
.pc_footer .ter_bot .copy p a:hover {
  color: #fff;
}
.pc_footer .ter_bot .yszc a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #999;
  margin-right: 10px;
}
.pc_footer .ter_bot .yszc a:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .yszc a:hover {
  color: #fff;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  --w1: 0.6rem;
  --bg: #1d2088;
  --textys: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pu_link .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_link .a::before {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  content: "";
  position: absolute;
  width: var(--w1);
  height: 100%;
  top: 0;
  right: 0;
  background: var(--bg);
}
.pu_link .a span {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: var(--textys);
  font-size: var(--f20);
}
.pu_link .a p {
  z-index: 1;
  position: relative;
  margin-left: 0.3rem;
  width: var(--w1);
  height: var(--w1);
  background: var(--bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pu_link .a p svg {
  max-width: 40%;
  margin: auto;
}
.pu_link:hover .a::before,
.pu_link.active .a::before {
  width: 100%;
}
.pu_link:hover .a span,
.pu_link.active .a span {
  padding-left: 0.24rem;
  color: #fff;
}
.white {
  color: #fff;
}
.pu_text {
  --ys: #000;
}
.pu_text .t1 {
  color: var(--ys);
  font-size: var(--f24);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_text .t1 span {
  margin-left: 0.15rem;
  font-weight: bold;
}
.pu_text .t2 {
  margin-top: 0.3rem;
  font-size: var(--f46);
  line-height: 1.32;
  color: var(--ys);
  font-weight: bold;
  overflow: hidden;
}
.pu_text .t2 span {
  color: #1d2088;
}
.more_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f18);
}
.more_ p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  font-weight: bold;
}
.more_ span {
  margin-left: 0.12rem;
}
.more_ span img {
  width: 14px;
}
.more_:hover p {
  color: #1d2088;
}
.title_01 {
  font-size: var(--f46);
  line-height: 1.4;
  color: #000;
}
.mt {
  margin-top: 0.7rem;
}
.an_1 {
  --w1: 0.5rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: var(--w1);
  height: var(--w1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.an_1 svg {
  max-width: 40%;
  margin: auto;
}
.an_1 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.52rem var(--bj) 0;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  -webkit-transition: 0.5s 0.25s;
  -o-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  font-size: var(--f62);
  line-height: 1.38;
  font-weight: bold;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  -webkit-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  margin-top: 0.65rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 .pu_link {
  --textys: #fff;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2,
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0.66rem;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_banner .div_ .li {
  cursor: pointer;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_banner .div_ .li span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.index_banner .div_ .li p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.16rem;
  color: #fff;
  opacity: 0.5;
}
.index_banner .div_ .li + .li {
  margin-left: 0.5rem;
}
.index_banner .div_ .li.active span,
.index_banner .div_ .li.active p {
  opacity: 1;
}
.index_business {
  --h1: 6.1rem;
  position: relative;
}
.index_business .bu_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_business .bu_bk picture {
  -webkit-transition: 1.07s ease-in-out;
  -o-transition: 1.07s ease-in-out;
  transition: 1.07s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_business .bu_bk picture img {
  width: 100%;
  height: 100%;
}
.index_business .bu_bk picture.active {
  opacity: 1;
}
.index_business .bu_box {
  z-index: 1;
  position: relative;
  padding: var(--gap) var(--bj) 0.64rem;
}
.index_business .bu_box .box_top .pu_text {
  --ys: #fff;
}
.index_business .bu_box .box_bot .swiper .swiper-slide {
  position: relative;
  height: var(--h1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box1 {
  width: 100%;
  margin: auto 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.3rem;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box1 .text .t1 {
  font-size: var(--f22);
  font-weight: bold;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box1 .text .t2 {
  margin-top: 0.12rem;
  font-size: var(--f16);
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box1 .num {
  opacity: 0.4;
  margin-top: 0.34rem;
  font-size: var(--f18);
  font-family: Medium;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 {
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  bottom: -28%;
  left: 0;
  background: #fff;
  padding: 0.4rem 0.3rem 0.3rem;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t1 {
  color: #1d2088;
  font-size: var(--f22);
  font-weight: bold;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2 {
  margin-top: 0.28rem;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-size: var(--f16);
  line-height: 2;
  color: #333;
  padding-left: 14px;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--f16) - 6px / 2);
  width: 6px;
  height: 6px;
  background: #82c1ea;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2 a:hover {
  color: #1d2088;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .btn {
  margin-top: 0.64rem;
}
.index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .btn .num {
  line-height: 0.8;
  font-size: var(--f42);
  color: #1d2088;
  font-family: Regular;
}
.index_business .bu_box .box_bot .swiper .swiper-slide-active .box2 {
  opacity: 1;
  bottom: 0;
}
.index_business .bu_box .box_bot .div_ {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.index_business .bu_box .box_bot .div_ .prev,
.index_business .bu_box .box_bot .div_ .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
}
.index_business .bu_box .box_bot .div_ .prev i,
.index_business .bu_box .box_bot .div_ .next i {
  font-size: var(--f26);
  color: #fff;
  opacity: 0.5;
}
.index_business .bu_box .box_bot .div_ .prev:hover i,
.index_business .bu_box .box_bot .div_ .next:hover i {
  opacity: 1;
}
.index_business .bu_box .box_bot .div_ .prev {
  left: -webkit-calc(var(--bj) / 2 - var(--f26) / 2);
  left: calc(var(--bj) / 2 - var(--f26) / 2);
}
.index_business .bu_box .box_bot .div_ .next {
  right: -webkit-calc(var(--bj) / 2 - var(--f26) / 2);
  right: calc(var(--bj) / 2 - var(--f26) / 2);
}
.index_business .bu_box:hover .box_bot .div_ {
  opacity: 1;
}
.index_case {
  overflow: hidden;
}
.index_case .ca_bot {
  padding-left: var(--bj);
}
.index_case .ca_bot .swiper .swiper-slide {
  height: auto;
  background: #f1f1f1;
}
.index_case .ca_bot .swiper .swiper-slide a {
  padding: 0.2rem;
}
.index_case .ca_bot .swiper .swiper-slide a .le_box {
  width: 47%;
  padding: 0 0.77rem 0 0.36rem;
}
.index_case .ca_bot .swiper .swiper-slide a .le_box .svg {
  height: 0.91rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_case .ca_bot .swiper .swiper-slide a .le_box .svg img {
  margin: auto 0;
  max-height: 100%;
}
.index_case .ca_bot .swiper .swiper-slide a .le_box .text {
  margin-top: 0.5rem;
}
.index_case .ca_bot .swiper .swiper-slide a .le_box .text .t1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  font-size: var(--f32);
}
.index_case .ca_bot .swiper .swiper-slide a .le_box .text .t2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 6em;
}
@media screen and (max-width: 699px) {
  .index_case .ca_bot .swiper .swiper-slide a .le_box .text .t2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    height: 5.4em;
  }
}
.index_case .ca_bot .swiper .swiper-slide a .le_box .btn {
  margin-top: 0.4rem;
}
.index_case .ca_bot .swiper .swiper-slide a .ri_box {
  width: 53%;
  overflow: hidden;
}
.index_case .ca_bot .swiper .swiper-slide a .ri_box img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.index_case .ca_bot .swiper .swiper-slide a:hover .le_box .text .t1 {
  color: #000;
}
.index_case .ca_bot .swiper .swiper-slide a:hover .le_box .btn .an_1 {
  background: #1d2088;
}
.index_case .ca_bot .swiper .swiper-slide a:hover .le_box .btn .an_1 svg path {
  stroke: #fff;
}
.index_case .ca_bot .swiper .swiper-slide a:hover .ri_box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_case .ca_bot .div_ {
  width: 100%;
}
.index_case .ca_bot .div_ .swiper-pagination-progressbar {
  position: relative;
  width: min(6.68rem, 90vw);
  margin: 0 auto;
  height: 1px;
  background: #ccc;
}
.index_case .ca_bot .div_ .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #1d2088;
}
.index_about {
  position: relative;
  background: url("../images/7.jpg") no-repeat center / cover;
  overflow: hidden;
}
.index_about .ab_box {
  color: #fff;
}
.index_about .ab_box .le_box {
  width: 8.38rem;
}
.index_about .ab_box .le_box .content1 .pu_text {
  --ys: #fff;
}
.index_about .ab_box .le_box .content1 .desc {
  margin-top: 0.42rem;
  font-size: var(--f18);
  height: 9em;
  max-height: 9em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.index_about .ab_box .le_box .content1 .btn {
  margin-top: 0.7rem;
}
.index_about .ab_box .le_box .content1 .btn .pu_link {
  --bg: #82c1ea;
  --textys: #fff;
}
.index_about .ab_box .le_box .content2 {
  margin-top: 1.1rem;
}
.index_about .ab_box .le_box .content2 .tips {
  font-size: var(--f20);
  margin-bottom: 10px;
}
.index_about .ab_box .le_box .content2 p {
  font-size: 1rem;
  font-family: Bold;
  line-height: 0.8;
}
.index_about .ab_box .ri_box .item {
  text-align: right;
}
.index_about .ab_box .ri_box .item .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: var(--f40);
  line-height: 1;
}
.index_about .ab_box .ri_box .item .num p {
  font-family: Medium;
  font-size: 1.25em;
}
.index_about .ab_box .ri_box .item .desc {
  margin-top: 6px;
  font-size: var(--f20);
}
.index_about .ab_box .ri_box .item + .item {
  margin-top: 0.75rem;
}
.index_about .ab_bk {
  position: absolute;
  top: 0px;
  right: 16.5%;
  height: 100%;
}
.index_about .ab_bk svg {
  height: 100%;
}
.index_about .ab_bk svg path {
  stroke-dashoffset: 2700;
  stroke-dasharray: 2700;
}
.index_about.active .ab_bk svg path {
  -webkit-animation: line_1 3.6s linear forwards;
  animation: line_1 3.6s linear forwards;
}
@-webkit-keyframes line_1 {
  0% {
    stroke-dashoffset: 2700;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 5400;
    opacity: 1;
  }
}
@keyframes line_1 {
  0% {
    stroke-dashoffset: 2700;
  }
  100% {
    stroke-dashoffset: 5400;
  }
}
.index_news {
  overflow: hidden;
}
.index_news .ws_bot {
  display: grid;
  grid-template-columns: 1.21fr 1fr;
  gap: 0.2rem;
}
.index_news .ws_bot .item1 a {
  position: relative;
  height: 100%;
}
.index_news .ws_bot .item1 a .bk {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.index_news .ws_bot .item1 a .bk img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.index_news .ws_bot .item1 a .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.54%, rgba(29, 32, 136, 0)), color-stop(107.3%, #1d2088));
  background: -o-linear-gradient(top, rgba(29, 32, 136, 0) 42.54%, #1d2088 107.3%);
  background: linear-gradient(180deg, rgba(29, 32, 136, 0) 42.54%, #1d2088 107.3%);
  padding: 0.3rem 0.5rem 0.4rem;
}
.index_news .ws_bot .item1 a .post > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_news .ws_bot .item1 a .post > div .tips {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f16);
  background: #82c1ea;
  line-height: 2;
  padding: 0 15px;
  color: #fff;
}
.index_news .ws_bot .item1 a .post > div .text {
  color: #fff;
}
.index_news .ws_bot .item1 a .post > div .text .t1 {
  font-size: var(--f32);
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
}
.index_news .ws_bot .item1 a .post > div .text .t2 {
  margin-top: 0.16rem;
  font-family: Regular;
  font-size: var(--f18);
}
.index_news .ws_bot .item1 a:hover .bk img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index_news .ws_bot .item2 .scroll {
  height: 6.32rem;
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
}
.index_news .ws_bot .item2 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.index_news .ws_bot .item2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1d2088;
}
.index_news .ws_bot .item2 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .index_news .ws_bot .item2 .scroll {
    scrollbar-color: #1d2088 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
@media screen and (max-width: 750px) {
  .index_news .ws_bot .item2 .scroll {
    height: 7.12rem;
  }
}
.index_news .ws_bot .item2 a {
  height: 33.33%;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0.3rem 0.27rem 0.3rem 0.42rem;
}
.index_news .ws_bot .item2 a .box {
  width: 56%;
}
.index_news .ws_bot .item2 a .box .tips {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f16);
  background: #82c1ea;
  line-height: 2;
  padding: 0 15px;
  color: #fff;
}
.index_news .ws_bot .item2 a .box .text {
  margin-top: 0.18rem;
}
.index_news .ws_bot .item2 a .box .text .t1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  font-size: var(--f24);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.33;
  height: 2.66em;
}
.index_news .ws_bot .item2 a .box .text .t2 {
  margin-top: 0.15rem;
  font-family: Regular;
  font-size: var(--f16);
  color: #999;
}
.index_news .ws_bot .item2 a .img {
  width: 31.2%;
  overflow: hidden;
}
.index_news .ws_bot .item2 a .img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.index_news .ws_bot .item2 a:hover {
  background: #f1f1f1;
}
.index_news .ws_bot .item2 a:hover .box .text .t1 {
  color: #1d2088;
  font-weight: bold;
}
.index_news .ws_bot .item2 a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.pu_banner .ban_post > div .t1 {
  font-size: var(--f46);
  font-weight: bold;
  display: none;
}

.pu_banner .ban_post > div .t2 {
  /*margin-top: 0.1rem;*/
  /*font-size: var(--f32);*/
  
  font-size: var(--f46);
  font-weight: bold;
  
}


.pu_leval {
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f1f1f1;
  overflow: hidden;
}
.pu_leval > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--f18);
}
.pu_leval > div a {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  line-height: var(--h82);
  margin-right: 0.6rem;
}
.pu_leval > div a::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #1d2088;
}
.pu_leval > div a:last-child {
  margin-right: 0;
}
.pu_leval > div a.active,
.pu_leval > div a:hover {
  color: #1d2088;
}
.pu_leval > div a.active::before,
.pu_leval > div a:hover::before {
  width: 100%;
}
.about_01 .ab_top .div2 {
  margin-top: 0.4rem;
}
.about_01 .ab_top .div2 .le_box {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_01 .ab_top .div2 .le_box .text {
  font-size: var(--f20);
  line-height: 2.1;
  color: #000;
}
.about_01 .ab_top .div2 .le_box .desc .tips {
  font-size: var(--f20);
}
.about_01 .ab_top .div2 .le_box .desc .data span {
  font-size: 1.3rem;
  font-family: Bold;
  color: #1d2088;
  line-height: 1;
}
.about_01 .ab_top .div2 .ri_box {
  width: 50%;
  font-size: var(--f16);
  line-height: 2.25;
  color: #333;
}
.about_01 .ab_bot {
  margin-top: 1.88rem;
}
.about_01 .ab_bot .item .data {
  color: #1d2088;
  font-size: var(--f40);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_01 .ab_bot .item .data p {
  font-family: Bold;
  font-size: 1.25em;
  line-height: 0.8;
}
.about_01 .ab_bot .item .desc {
  margin-top: 0.16rem;
  font-size: var(--f20);
  color: #333;
}
.about_02 {
  position: relative;
  background: #f1f1f1;
  overflow: hidden;
}
.about_02 .ab_bot {
  margin-top: 0.62rem;
}
.about_02 .ab_bot .le_box {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_02 .ab_bot .le_box .item {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about_02 .ab_bot .le_box .item .div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_02 .ab_bot .le_box .item .div1 .svg {
  width: var(--f40);
}
.about_02 .ab_bot .le_box .item .div1 .svg img {
  max-width: 100%;
}
.about_02 .ab_bot .le_box .item .div1 .text {
  padding-left: 0.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about_02 .ab_bot .le_box .item .div1 .text .t1 {
  font-size: var(--f32);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_02 .ab_bot .le_box .item .div1 .text .t2 {
  margin-top: 6px;
  font-size: var(--f18);
  font-family: Medium;
  color: rgba(0, 0, 0, 0.4);
}
.about_02 .ab_bot .le_box .item .div2 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.about_02 .ab_bot .le_box .item .div2 > div {
  min-height: 0;
}
.about_02 .ab_bot .le_box .item .div2 > div .t1 {
  font-size: var(--f24);
}
.about_02 .ab_bot .le_box .item .div2 > div .t2 {
  margin-top: 0.12rem;
  font-size: var(--f18);
  line-height: 1.66;
}
.about_02 .ab_bot .le_box .item .div2 > div .t3 {
  display: none;
}
.about_02 .ab_bot .le_box .item .div2 > div .t3 img {
  width: 100%;
}
.about_02 .ab_bot .le_box .item.active .div1 .text .t1 {
  color: #1d2088;
}
.about_02 .ab_bot .le_box .item.active .div2 {
  margin-top: 0.34rem;
  grid-template-rows: 1fr;
}
.about_02 .ab_bot .le_box .item:first-child {
  padding: 0 0 0.5rem;
}
.about_02 .ab_bot .ri_box {
  position: relative;
  width: 54%;
}
.about_02 .ab_bot .ri_box p {
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  opacity: 0;
}
.about_02 .ab_bot .ri_box p img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
}
.about_02 .ab_bot .ri_box p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about_02 .ab_bot .ri_box p.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.about_03 {
  position: relative;
  background: url("../images/bk1.jpg") no-repeat center / cover;
  min-height: 100vh;
  overflow: hidden;
}
.about_03 .ab_bot {
  margin-top: 2rem;
  padding-left: var(--bj);
}
.about_03 .ab_bot .swiper {
  padding-right: var(--bj);
}
.about_03 .ab_bot .swiper .swiper-slide {
  background: #fff;
  padding: 0.5rem 0.7rem;
  height: auto;
  min-height: 2.7rem;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.about_03 .ab_bot .swiper .swiper-slide .t1 {
  font-size: var(--f26);
  position: relative;
}
.about_03 .ab_bot .swiper .swiper-slide .t1::before {
  content: "";
  position: absolute;
  left: -0.38rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: var(--f18);
  height: var(--f18);
  background: #1d2088;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.about_03 .ab_bot .swiper .swiper-slide .t2 {
  font-size: var(--f20);
  line-height: 1.6;
  margin-top: 0.15rem;
}
.about_03 .ab_bot .swiper .swiper-slide:hover {
  background: #1d2088;
  color: #fff;
}
.about_03 .ab_bot .swiper .swiper-slide:hover .t1::before {
  background: #82c1ea;
}
.about_03 .banner_button {
  margin-top: 1.5rem;
}
.about_03 .banner_button div {
  margin-top: 0 !important;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_button .button div {
  width: 60px;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 0.8rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_button .button div i {
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #1d2088;
}
.banner_button .button div:hover {
  background: #1d2088;
}
.banner_button .button div:hover i {
  color: #fff;
}
.banner_button .button .ml {
  margin-left: 0.18rem;
}
.banner_button2 .button div {
  background: #f1f1f1;
}
.m50 {
  margin-top: 0.5rem;
}
.about_04 {
  overflow: hidden;
}
.about_04 .box {
  padding-left: var(--bj);
}
.about_04 .box .swiper {
  padding-right: var(--bj);
}
.about_04 .box .swiper .swiper-slide {
  height: auto;
  background: #F1F1F1;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.about_04 .box .swiper .swiper-slide:hover {
  background: #1d2088;
}


.about_04 .box .swiper .item {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
}
.about_04 .box .swiper .item div,
.about_04 .box .swiper .item img,
.about_04 .box .swiper .item p,
.about_04 .box .swiper .item path {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.about_04 .box .swiper .item .boxLeft {
  width: 6.5rem;
  padding: 0.6rem 0.55rem 0;
}
.about_04 .box .swiper .item .boxLeft .content1 {
  font-size: var(--f16);
  color: #1d2088;
}
.about_04 .box .swiper .item .boxLeft .content2 {
  font-size: var(--f28);
  font-family: Bold;
  margin-top: 0.1rem;
  height: 1.3rem;
}
.about_04 .box .swiper .item .boxLeft .content3 p {
  font-family: Regular;
  position: relative;
  padding-left: 30px;
  color: #333;
  font-size: var(--f16);
  line-height: 1.8;
  margin-bottom: 2px;
}
.about_04 .box .swiper .item .boxLeft .content3 p svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about_04 .box .swiper .item .boxLeft .content3 p:first-child svg {
  top: 3px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about_04 .box .swiper .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about_04 .box .swiper .item .boxRight p {
  overflow: hidden;
  height: 100%;
}
.about_04 .box .swiper .item .boxRight p img {
  width: 100%;
  height: 100%;
}
.about_04 .box .swiper .item .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about_04 .box .swiper .swiper-slide:hover .item .boxLeft .content1 {
  color: #82c1ea;
}
.about_04 .box .swiper .swiper-slide:hover .item .boxLeft .content2 {
  color: #fff;
}
.about_04 .box .swiper .swiper-slide:hover .item .boxLeft .content3 p {
  color: #fff;
}
.about_04 .box .swiper .swiper-slide:hover .item .boxLeft .content3 p svg path {
  fill: #82c1ea;
}
.white {
  color: #fff;
}
.about_05 {
  background: url(../images/img2.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.about_05::after {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 1.95rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.38%, rgba(29, 32, 136, 0)), to(#1D2088));
  background: -o-linear-gradient(top, rgba(29, 32, 136, 0) 5.38%, #1D2088 100%);
  background: linear-gradient(180deg, rgba(29, 32, 136, 0) 5.38%, #1D2088 100%);
}
.about_05 .box .boxLeft {
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 2rem;
}
.about_05 .box .boxLeft .toggle_01 {
  margin-top: 0.4rem;
}
.about_05 .box .boxLeft .list .item {
  display: none;
}
.about_05 .box .boxLeft .list .item.active {
  display: block;
}
.about_05 .box .boxLeft .list .item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.about_05 .box .boxLeft .list .item > div:last-child {
  margin-bottom: 0;
}
.about_05 .box .boxLeft .list .item .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.about_05 .box .boxLeft .list .item .left p {
  width: 0.74rem;
  height: 0.74rem;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about_05 .box .boxLeft .list .item .left p img {
  margin: auto;
  max-width: 0.4rem;
}
.about_05 .box .boxLeft .list .item .right {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .about_05 .box .boxLeft .list .item .right {
    padding-right: 1rem;
  }
}
.about_05 .box .boxLeft .list .item .right .top {
  font-size: var(--f32);
}
.about_05 .box .boxLeft .list .item .right .bot {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.2rem;
}
.about_05 .box .boxRight {
  width: 6.2rem;
}
.about_05 .box .boxRight .list {
  height: 100vh;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .about_05 .box .boxRight .list {
    grid-template-columns: repeat(1, 1fr);
    width: calc(100% + 10vw);
    margin-left: -5vw;
  }
}
.about_05 .box .boxRight .list.active {
  display: grid;
}
.about_05 .box .boxRight .list ul {
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media screen and (min-width: 1200px) {
  .about_05 .box .boxRight .list ul {
    -webkit-animation-name: sx;
    animation-name: sx;
  }
}
@media screen and (max-width: 1200px) {
  .about_05 .box .boxRight .list ul {
    display: flex;
    width: max-content;
    -webkit-animation-name: hx;
    animation-name: hx;
  }
}
.about_05 .box .boxRight .list ul li {
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  .about_05 .box .boxRight .list ul li {
    width: 3.3rem;
    padding: 0px;
    margin: 0 6px;
    background: #fff;
  }
}
.about_05 .box .boxRight .list ul li img {
  width: 100%;
}
.about_05 .box .boxRight .list ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#images img {
  cursor: pointer;
}
.viewer-navbar {
  display: none;
}
@-webkit-keyframes sx {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes sx {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes hx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes hx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.toggle_01 ul li {
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.35rem;
  font-size: var(--f22);
  padding-bottom: 0.08rem;
  border-bottom: 2px solid transparent;
  position: relative;
  cursor: pointer;
}
.toggle_01 ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.toggle_01 ul li:hover::after {
  width: 100%;
}
.toggle_01 ul .active {
  opacity: 1;
}
.toggle_01 ul .active::after {
  width: 100%;
}
.toggle_02 ul li {
  color: #333;
  font-size: var(--f20);
  margin-right: 0.35rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.toggle_02 ul li:last-child {
  margin-right: 0;
}
.toggle_02 ul li:hover {
  color: #1d2088;
}
.toggle_02 ul .active {
  color: #1d2088;
}
.about_06 .toggle_02 {
  height: 0;
}
.about_06 .toggle_02 ul {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}
.about_06 .box .swiper .swiper-slide {
  height: auto;
  background: #f1f1f1;
  padding-bottom: 0.52rem;
}
.about_06 .box .swiper .swiper-slide .item figure {
  padding: 0.8rem 0.48rem 1rem;
  overflow: hidden;
}
.about_06 .box .swiper .swiper-slide .item figure div {
  height: 2.34rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_06 .box .swiper .swiper-slide .item figure p {
  position: relative;
}
.about_06 .box .swiper .swiper-slide .item figure p::before {
  content: '';
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
  position: absolute;
  background: url(../images/hbg1.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.about_06 .box .swiper .swiper-slide .item figure .shu::before {
  background: url(../images/hbg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.about_06 .box .swiper .swiper-slide .item figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  object-fit: fill;
  max-height: 2.34rem;
  position: relative;
  z-index: 2;
}
.about_06 .box .swiper .swiper-slide .item figcaption {
  font-size: var(--f24);
  text-align: center;
  line-height: 1.2;
  height: 2.4em;
  padding: 0 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.about_06 .box .swiper .swiper-slide:hover .item figcaption {
  color: #1d2088;
}
.about_07 {
  background: #f1f1f1;
}
.about_07 .box {
  margin-top: 0.8rem;
}
.about_07 .box .banner {
  overflow: hidden;
}
.about_07 .box .banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: hx;
  animation-name: hx;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about_07 .box .banner ul li {
  height: 80px;
  width: 1.98rem;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin: 0 10px;
}
.about_07 .box .banner ul li img {
  margin: auto;
  max-height: 100%;
}
.about_07 .box .banner:nth-child(2) {
  margin-top: 20px;
}
.about_07 .box:hover ul {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes hx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes hx {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.bgColor {
  background: #f1f1f1;
}
img {
  max-width: 100%;
}
.Business_01 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.Business_01 .box .list .item {
  background: #f1f1f1;
  padding: 0 0.4rem;
  position: relative;
}
.Business_01 .box .list .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: #1d2088;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Business_01 .box .list .item figure {
  height: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.25rem;
  overflow: hidden;
}
.Business_01 .box .list .item figure img {
  margin: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  max-height: 100%;
}
.Business_01 .box .list .item figcaption {
  padding-top: 0.4rem;
  padding-bottom: 0.25rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Business_01 .box .list .item figcaption .content1 {
  font-size: var(--f24);
  color: #000;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Business_01 .box .list .item figcaption .content2 {
  font-size: var(--f16);
  color: #333;
  height: 6.8em;
  max-height: 6.8em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.25rem;
}
.Business_01 .box .list .item figcaption .content3 {
  margin-top: 0.3rem;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.Business_01 .box .list .item figcaption .content3 .pu_link {
  min-height: 0;
}
@media screen and (min-width: 750px) {
  .Business_01 .box .list .item:hover::after {
    width: 100%;
  }
  .Business_01 .box .list .item:hover figcaption {
    margin-top: -0.6rem;
  }
  .Business_01 .box .list .item:hover figcaption .content1 {
    color: #1d2088;
  }
  .Business_01 .box .list .item:hover figcaption .content3 {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.Business_02 .box {
  display: grid;
  gap: 0.3rem;
}
.Business_02 .box .item {
  background: #f1f1f1;
  padding: 0.8rem;
  padding-left: 0;
}
.Business_02 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.3rem 0 1rem;
}
.Business_02 .box .item .boxLeft p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.Business_02 .box .item .boxLeft p img {
  margin: auto;
  max-height: 5.3rem;
}
.Business_02 .box .item .boxRight {
  width: 7.3rem;
  color: #333;
}
.Business_02 .box .item .boxRight .content1 {
  font-size: var(--f32);
  color: #000;
}
.Business_02 .box .item .boxRight .content2 {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.26rem;
}
.Business_02 .box .item .boxRight .content3 {
  font-size: var(--f22);
  margin-top: 0.4rem;
  margin-bottom: 0.18rem;
}
.Business_02 .box .item .boxRight .content4 {
  line-height: 1.6;
  position: relative;
}
.Business_02 .box .item .boxRight .content4 p {
  font-size: var(--f18);
  margin-bottom: 0.15rem;
  padding-left: 20px;
  position: relative;
}
.Business_02 .box .item .boxRight .content4 p::before {
  content: '';
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background: #82c1ea;
  top: 9px;
}
.Business_02 .box .item .boxRight .content4 p:last-child {
  margin-bottom: 0;
}
.Business_02 .box .item .boxRight .content4::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(to bottom, transparent, #f1f1f1);
  background: -webkit-linear-gradient(to bottom, transparent, #f1f1f1);
}
.Business_02 .box .item .boxRight .content4 > div {
  max-height: calc(1.6em * 10 + 0.45rem);
  overflow: auto;
  padding-right: 0.1rem;
  padding-bottom: 0.2rem;
}
.Business_02 .box .item .boxRight .content4 > div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Business_02 .box .item .boxRight .content4 > div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1d2088;
}
.Business_02 .box .item .boxRight .content4 > div::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Business_02 .box .item .boxRight .content4 > div {
    scrollbar-color: #1d2088 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.Business_02 .box .item .boxRight .content5 {
  margin-top: 0.56rem;
}
.Case_04 .box .item .boxRight .content4 > div {
  height: calc(1.6em * 6 + 0.45rem);
}
.Case_01 .box .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Case_01 .box .list .item {
  background: #f1f1f1;
}
.Case_01 .box .list .item figure {
  overflow: hidden;
}
.Case_01 .box .list .item figure img {
  width: 100%;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
.Case_01 .box .list .item figcaption {
  padding: 0.3rem;
  padding-bottom: 0.15rem;
}
.Case_01 .box .list .item figcaption .content1 {
  font-size: var(--f20);
  color: #000;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_01 .box .list .item figcaption .content2 {
  margin-top: 0.1rem;
}
.Case_01 .box .list .item figcaption .content2 .left {
  font-size: var(--f18);
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Case_01 .box .list .item figcaption .content2 .left svg {
  margin-left: 0.1rem;
}
.Case_01 .box .list .item figcaption .content2 .right {
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Case_01 .box .list .item figcaption .content2 .right img {
  max-height: 100%;
}
.Case_01 .box .list .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_01 .box .list .item:hover figcaption .content1 {
  color: #1d2088;
}
.pu_page {
  margin-top: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_page a {
  width: 50px;
  height: 50px;
  font-family: Bold;
  font-size: var(--f18);
  color: #333;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a i {
  font-weight: bold;
}
.pu_page .prev a i,
.pu_page .next a i {
  color: #666;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #1d2088;
}
.pu_page .number {
  margin: 0 0.3rem;
}
.pu_page .number a:hover {
  color: #1d2088;
}
.pu_page .number .active {
  background: #1d2088;
  color: #fff !important;
}
.mbx {
  padding: 0.4rem 0;
}
.mbx .box {
  color: #666;
}
.mbx .box a {
  display: inline-block;
  line-height: 1.8;
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:first-child {
  margin-right: 0.1rem;
}
.mbx .box a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.mbx .box a:hover {
  color: #1d2088;
}
.mbx .box i {
  font-size: 14px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  display: inline-block;
}
.mbx .box span {
  color: #1d2088;
}
.Case_02 .box {
  width: min(100%, 11rem);
  padding-top: 0.1rem;
}
.Case_02 .box .content1 img {
  max-height: 0.6rem;
}
.Case_02 .box .content2 {
  margin-top: 0.35rem;
  font-size: var(--f32);
}
.Case_02 .box .content3 {
  margin-top: 0.3rem;
}
.Case_02 .box .content4 {
  font-size: var(--f0);
  color: #333;
  margin-top: 0.45rem;
}
.Case_03 .box .boxLeft {
  padding-top: 0.7rem;
  width: min(100%, 11rem);
}
.Case_03 .box .boxLeft .content1 {
  border-top: 1px solid #CCCCCC;
  font-size: var(--f16);
  color: #333;
  line-height: 2.25;
  padding-top: 0.58rem;
}
.Case_03 .box .boxLeft .content1 img,
.Case_03 .box .boxLeft .content1 video {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .Case_03 .box .boxLeft .content1 img,
  .Case_03 .box .boxLeft .content1 video {
    width: auto !important;
    height: auto !important;
  }
}
.Case_03 .box .boxLeft .content2 {
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  border-top: 1px solid #D9D9D9;
}
.Case_03 .box .boxLeft .content2 ._left {
  max-width: 70%;
}
.Case_03 .box .boxLeft .content2 ._left a {
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #666;
  margin-bottom: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_03 .box .boxLeft .content2 ._left a:last-child {
  margin-bottom: 0;
}
.Case_03 .box .boxLeft .content2 ._left a span {
  color: #333;
  margin-right: 0.15rem;
}
.Case_03 .box .boxLeft .content2 ._left a:hover {
  color: #1d2088;
}
.Case_03 .box .boxLeft .content2 ._right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Case_03 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.74rem;
}
.Case_03 .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--top);
}
.Case_03 .box .boxRight .sticky .h5 {
  font-size: var(--f24);
  line-height: 0.7rem;
  border-bottom: 1px solid #CCCCCC;
}
.Case_03 .box .boxRight .sticky .list {
  margin-top: 0.2rem;
  display: grid;
  gap: 0.4rem;
}
.Case_03 .box .boxRight .sticky .list .item .left {
  width: 1.65rem;
  overflow: hidden;
}
.Case_03 .box .boxRight .sticky .list .item .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.Case_03 .box .boxRight .sticky .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Case_03 .box .boxRight .sticky .list .item .right > div {
  width: 100%;
}
.Case_03 .box .boxRight .sticky .list .item .right .content1 {
  font-size: var(--f20);
  color: #333;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Case_03 .box .boxRight .sticky .list .item .right .content2 {
  font-size: var(--f18);
  color: #333;
  margin-top: 0.26rem;
}
.Case_03 .box .boxRight .sticky .list .item .right .content2 svg {
  margin-left: 0.1rem;
}
.Case_03 .box .boxRight .sticky .list .item .right .content3 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.15rem;
}
.Case_03 .box .boxRight .sticky .list .item:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_03 .box .boxRight .sticky .list .item:hover .content1 {
  color: #1d2088;
}
.Case_04 .box {
  display: block !important;
}
.Case_04 .box .div_ {
  width: 100%;
}
.Case_04 .box .div_ .swiper-pagination-progressbar {
  position: relative;
  width: min(6.68rem, 90vw);
  margin: 0 auto;
  height: 1px;
  background: #ccc;
}
.Case_04 .box .div_ .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #1d2088;
  top: -1px;
}
.News_01 {
  padding-bottom: 0.8rem;
}
.News_01 .box {
  position: relative;
  --w: 9.3rem;
}
.News_01 .box .swiper-slide{
    height: auto;
}
.News_01 .box .item {
  background: #f1f1f1;
  height: 100%;
}
.News_01 .box .item .boxLeft {
  width: var(--w);
  overflow: hidden;
  height: 6.3rem;
}
.News_01 .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.News_01 .box .item .boxRight {
  padding: 0.75rem 0.8rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_01 .box .item .boxRight .content1 {
  font-size: var(--f32);
  color: #333;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.News_01 .box .item .boxRight .content2 {
  font-size: var(--f18);
  font-family: Regular;
  color: #333;
  margin: 0.15rem 0 0.22rem;
}
.News_01 .box .item .boxRight .content3 {
  font-size: var(--f18);
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #666;
}
.News_01 .box .item .boxRight .content4 {
  padding-top: 0.3rem;
  border-top: 1px solid #CCCCCC;
  margin-top: 0.4rem;
}
.News_01 .box .item:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .box .item:hover .boxRight .content1 {
  color: #1d2088;
}
.News_01 .page {
  position: absolute;
  left: var(--w);
  bottom: 0.48rem;
  z-index: 2;
  padding: 0 0.8rem;
}
.News_01 .page div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_01 .page div span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #1d2088;
  opacity: 0.2;
  margin: 0 0.15rem 0 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
.News_02 .box .list {
  display: grid;
  gap: 0.2rem;
}
.News_02 .box .list .item {
  background: #f1f1f1;
  padding: 0.3rem 0.4rem 0.3rem 0.8rem;
}
.News_02 .box .list .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.9rem;
}
.News_02 .box .list .item .boxLeft .content1 {
  font-size: var(--f24);
  color: #333;
  height: 1.3em;
  max-height: 1.3em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .list .item .boxLeft .content2 {
  font-size: var(--f16);
  color: #999;
  margin-top: 0.2rem;
}
.News_02 .box .list .item .boxLeft .content3 {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.16rem;
}
.News_02 .box .list .item .boxLeft .content4 {
  margin-top: 0.35rem;
}
.News_02 .box .list .item .boxLeft .content4 p {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .list .item .boxLeft .content4 p svg {
  margin: auto;
  stroke: #1d2088;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_02 .box .list .item .boxRight {
  width: 3.26rem;
  overflow: hidden;
  height: 2.3rem;
}
.News_02 .box .list .item .boxRight img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.News_02 .box .list .item:hover .boxLeft .content1 {
  color: #1d2088;
}
.News_02 .box .list .item:hover .boxLeft .content4 p {
  background: #1d2088;
}
.News_02 .box .list .item:hover .boxLeft .content4 p svg {
  stroke: #fff;
}
.News_02 .box .list .item:hover .boxRight img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.HumanResources_01 {
  overflow: hidden;
}
.HumanResources_01 .box .boxLeft {
  padding-right: 1.3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HumanResources_01 .box .boxLeft > div {
  width: 100%;
}
.HumanResources_01 .box .boxLeft .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
  margin-top: 0.38rem;
}
.HumanResources_01 .box .boxLeft .link {
  margin-top: 0.7rem;
}
.HumanResources_01 .box .boxRight {
  width: 8.6rem;
  overflow: hidden;
}
.HumanResources_01 .box .boxRight p {
  overflow: hidden;
}
.HumanResources_01 .box .boxRight p img {
  width: 100%;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.HumanResources_01 .box .boxRight p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.HumanResources_02 {
  overflow: hidden;
  background: #f1f1f1;
}
@media screen and (min-width: 1200px) {
  .HumanResources_02 .banner_button .button div {
    margin-top: 0;
  }
}
.HumanResources_02 .box .swiper .swiper-slide .item {
  text-align: center;
}
.HumanResources_02 .box .swiper .swiper-slide .item figure {
  overflow: hidden;
}
.HumanResources_02 .box .swiper .swiper-slide .item figure img {
  width: 100%;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.HumanResources_02 .box .swiper .swiper-slide .item figcaption {
  font-size: var(--f24);
  color: #000;
  margin-top: 0.7rem;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.HumanResources_02 .box .swiper .swiper-slide .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.HumanResources_02 .box .swiper .swiper-slide-active .item figcaption {
  opacity: 1;
}
.desc_01 {
  font-size: var(--f22);
  margin-top: 0.1rem;
}
.HumanResources_03 .box .swiper-slide {
  height: auto;
}
.HumanResources_03 .box .item {
  height: 100%;
  background: #f1f1f1;
  padding: 0.8rem 0.36rem 0.54rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HumanResources_03 .box .item .content1 p {
  position: relative;
  height: 0.54rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.HumanResources_03 .box .item .content1 p img {
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HumanResources_03 .box .item .content1 p .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(100);
  filter: brightness(100);
  opacity: 0;
}
.HumanResources_03 .box .item div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HumanResources_03 .box .item .content2 {
  font-size: var(--f24);
  margin-top: 0.6rem;
}
.HumanResources_03 .box .item .content3 {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-top: 0.25rem;
}
.HumanResources_03 .box .item:hover {
  background: #1d2088;
}
.HumanResources_03 .box .item:hover .content1 p .img1 {
  opacity: 0;
}
.HumanResources_03 .box .item:hover .content1 p .img2 {
  opacity: 1;
}
.HumanResources_03 .box .item:hover .content2 {
  color: #fff;
}
.HumanResources_03 .box .item:hover .content3 {
  color: #fff;
}
.HumanResources_04 {
  background: #f1f1f1;
}
.HumanResources_04 .box .item {
  position: relative;
}
.HumanResources_04 .box .item figure {
  overflow: hidden;
}
.HumanResources_04 .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.HumanResources_04 .box .item figcaption {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  padding: 0 0.4rem;
  color: #fff;
}
.HumanResources_04 .box .item figcaption .content1 {
  font-size: var(--f24);
}
.HumanResources_04 .box .item figcaption .content2 {
  font-size: var(--f18);
  margin-top: 0.2rem;
  line-height: 1.8;
  height: 3.6em;
}
.HumanResources_04 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.HumanResources_05 .box {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 3rem;
}
.HumanResources_05 .box .item .icon {
  width: 0.4rem;
}
.HumanResources_05 .box .item .icon img {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  max-height: 0.4rem;
}
.HumanResources_05 .box .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f24);
  line-height: 1.7;
  padding-left: 0.16rem;
}
.HumanResources_05 .box1 {
  padding: 0 2.7rem;
  text-align: center;
  font-size: var(--f18);
  color: #333;
  margin-top: 1.3rem;
  line-height: 1.8;
}
.HumanResources_06 {
  background: #f1f1f1;
}
.HumanResources_06 .box .list {
  display: grid;
  gap: 0.2rem;
}
.HumanResources_06 .box .item {
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HumanResources_06 .box .item .content2 {
  font-size: var(--f20);
  width: 2.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.HumanResources_06 .box .item .content2 svg {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 0.1rem;
}
.HumanResources_06 .box .item .top {
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.4rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HumanResources_06 .box .item .top div,
.HumanResources_06 .box .item .top p,
.HumanResources_06 .box .item .top path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.HumanResources_06 .box .item .top .content1 {
  font-size: var(--f24);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .HumanResources_06 .box .item .top .show {
    display: none;
  }
}
.HumanResources_06 .box .item .top .content3 {
  margin-left: 2.1rem;
}
.HumanResources_06 .box .item .top .content3 p {
  width: 0.22rem;
  height: 0.02rem;
  background: #1d2088;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.HumanResources_06 .box .item .top .content3 p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.HumanResources_06 .box .item .top:hover .content1 {
  color: #1d2088;
}
.HumanResources_06 .box .item .bottom {
  padding: 0.6rem 0.4rem;
  display: none;
}
.HumanResources_06 .box .item .bottom .hide {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1200px) {
  .HumanResources_06 .box .item .bottom .hide {
    display: grid;
  }
}
.HumanResources_06 .box .item .bottom .tit {
  font-size: var(--f24);
}
.HumanResources_06 .box .item .bottom .desc {
  font-size: var(--f18);
  color: #333;
  line-height: 1.8;
  margin-top: 0.18rem;
}
.HumanResources_06 .box .item .bottom .pu_link {
  margin-top: 0.7rem;
  cursor: pointer;
}
.HumanResources_06 .box .item.active .top {
  color: #fff;
  background: #1d2088;
}
.HumanResources_06 .box .item.active .top path {
  fill: #fff;
}
.HumanResources_06 .box .item.active .top .content1 {
  color: #fff !important;
}
.HumanResources_06 .box .item.active .top .content3 p {
  background: #fff;
}
.HumanResources_06 .box .item.active .top .content3 p::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(6rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #1d2088;
}
.Layer_Upload .box .content1 {
  font-size: var(--f32);
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.4rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.3rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #1d2088;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Layer_Upload .box .content2 .upload p:hover {
  background: #1d2088;
  color: #fff;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.4rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #1d2088;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Contact_01 {
  overflow: hidden;
}
.Contact_01 .box {
  background: #f1f1f1;
}
.Contact_01 .box .boxLeft {
  width: 7.9rem;
  overflow: hidden;
}
.Contact_01 .box .boxLeft img,
.Contact_01 .box .boxLeft a {
  width: 100%;
  height: 100%;
}
.Contact_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 0.8rem;
}
.Contact_01 .box .boxRight .content1 {
  font-size: var(--f32);
  border-bottom: 1px solid #1d2088;
  padding-bottom: 0.3rem;
}
.Contact_01 .box .boxRight .content2 {
  margin-top: 0.32rem;
}
.Contact_01 .box .boxRight .content2 .item .icon {
  width: 20px;
  line-height: 2.5;
}
.Contact_01 .box .boxRight .content2 .item .text {
  padding-left: 0.18rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f20);
  color: #333;
  line-height: 2;
}
.Contact_01 .box .boxRight .share {
  margin-top: 0.66rem;
}
.Contact_01 .box .boxRight .share .li {
  position: relative;
}
.Contact_01 .box .boxRight .share .li a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  background: rgba(29, 32, 136, 0.1);
  border-radius: 6px;
  display: flex;
  position: relative;
}
.Contact_01 .box .boxRight .share .li a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.Contact_01 .box .boxRight .share .li a .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
  opacity: 0;
}
.Contact_01 .box .boxRight .share .li .post {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: -webkit-calc(112%);
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  padding: 3px;
  background: #fff;
  border-radius: 6px;
}
.Contact_01 .box .boxRight .share .li .post::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.Contact_01 .box .boxRight .share .li .post img {
  width: 1rem;
  max-width: initial;
}
.Contact_01 .box .boxRight .share .li + .li {
  margin-left: 0.14rem;
}
.Contact_01 .box .boxRight .share .li:hover a {
  background: #1d2088;
}
.Contact_01 .box .boxRight .share .li:hover a .img1 {
  opacity: 0;
}
.Contact_01 .box .boxRight .share .li:hover a .img2 {
  opacity: 1;
}
.Contact_01 .box .boxRight .share .li:hover .post {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.Contact_02 {
  background: #f1f1f1;
}
.Contact_02 .center {
  text-align: center;
}
.Contact_02 .box {
  width: min(1020px, 100%);
  margin: auto;
}
.Contact_02 .box input,
.Contact_02 .box textarea {
  width: 100%;
  background: #fff;
  border: 0;
  height: 0.64rem;
  padding: 0 0.2rem;
  font-size: var(--f18);
  color: #999;
  resize: none;
}
.Contact_02 .box .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_02 .box .list2 {
  margin-top: 0.2rem;
}
.Contact_02 .box .list2 .item textarea {
  height: 1.7rem;
  padding: 0.15rem 0.2rem;
}
.Contact_02 .box .list4 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.Contact_02 .box .list4 p {
  margin-left: 0.06rem;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .box .list4 p a {
  display: inline-block;
  color: #1d2088;
}
.Contact_02 .box .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #1d2088 !important;
  background: var(--gradient);
}
.Contact_02 .box .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-color: #1d2088;
}
.Contact_02 .box .list4 .layui-form-checked[lay-skin=primary] i {
  background: #1d2088;
}
.Contact_02 .box .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .box .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.Contact_02 .box .list4 a:hover {
  color: #1d2088;
}
.Contact_02 .box .list5 {
  margin-top: 0.4rem;
}
.Contact_02 .box .list5 p {
  background: #1d2088;
  color: #fff;
  font-size: var(--f20);
  text-align: center;
  line-height: 0.6rem;
  cursor: pointer;
}
.Search_01 {
  background: url(../images/img42.jpg) no-repeat 50% 50% / cover;
}
.Search_01 ._box {
  padding: 0.3rem 0 1rem;
}
.Search_01 ._box .title {
  font-size: var(--f46);
  text-align: center;
  color: #333;
}
.Search_01 ._box form {
  width: min(5.9rem, 100%);
  background: #fff;
  margin: 0.36rem auto 0;
  padding: 0 0.25rem;
  border-radius: 10px;
  overflow: hidden;
}
.Search_01 ._box form .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_01 ._box form .left input {
  display: block;
  width: 100%;
  background: none;
  height: 0.74rem;
  border: 0;
  font-size: 16px;
}
.Search_01 ._box form .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_01 ._box form .right label {
  cursor: pointer;
}
.Search_02 {
  padding-top: 0.3rem;
}
.Search_02 .box {
  color: #333;
  font-size: var(--f20);
  font-family: Regular;
}
.Search_02 .box span {
  color: #1d2088;
}
@media (min-width: 1921px) {
  .index_about .ab_bk {
    right: 24%;
  }
}
@media (max-width: 1600px) {
  .Business_02 .box .item .boxRight .content4 p::before {
    top: 6px;
  }
  .News_02 .box .list .item .boxRight {
    width: 3.56rem;
  }
  .News_02 .box .list .item .boxLeft .content4 p {
    width: 45px;
    height: 45px;
  }
  .banner_button .button div {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1500px) {
  .index_news .ws_bot .item2 a {
    padding: 0.25rem 0.2rem 0.25rem 0.3rem;
  }
  .index_news .ws_bot .item2 a .box .text .t1 {
    font-size: var(--f22);
  }
  .pc_footer .ter_top .ri_box .item .three .share .li .post img,
  .Contact_01 .box .boxRight .share .li .post img {
    width: 1.2rem;
  }
  .about_04 .box .swiper .item .boxLeft {
    width: 6.3rem;
    padding: 0.6rem 0.5rem 0.4rem;
  }
  .about_04 .box .swiper .item .boxLeft .content2 {
    height: 1.1rem;
  }
  .HumanResources_05 .box {
    margin-top: 1rem;
    gap: 0.8rem 2rem;
  }
  .Layer_Upload .box .content2 .upload {
    width: 2.6rem;
  }
  .pu_link .a span {
    font-size: var(--f18);
  }
  .index_about .ab_bk {
    right: 9%;
  }
}
@media (max-width: 1400px) {
  .Business_02 .box .item .boxRight .content4 p::before {
    top: 8px;
  }
  .Case_03 .box .boxRight .sticky .list .item .left {
    width: 1.75rem;
  }
  .News_01 .page {
    bottom: 0.4rem;
  }
  .News_02 .box .list .item .boxRight {
    width: 3.9rem;
  }
  .News_02 .box .list .item .boxLeft {
    padding-right: 1.4rem;
  }
  .HumanResources_03 .box .item .content3 {
    font-size: var(--f16);
  }
  .index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2 a {
    font-size: var(--f14);
  }
  .HumanResources_04 .box .item figcaption .content2 br {
    display: none;
  }
}
@media (max-width: 1300px) {
  .pc_header .he_box .menu .lang .post a {
    line-height: 2;
    font-size: 14px;
  }
  .pc_footer {
    font-size: var(--f16);
  }
  .about_05 .box .boxLeft .list .item > div {
    margin-bottom: 0.7rem;
  }
  .about_05 .box .boxLeft .list .item > div {
    margin-bottom: 0.7rem;
  }
  .News_01 .box .item .boxRight .content4 {
    padding-top: 0.4rem;
    margin-top: 0.5rem;
  }
  .Case_03 .box .boxLeft {
    width: min(100%, 10rem);
  }
  .HumanResources_01 .box .boxRight {
    width: 8rem;
  }
  .HumanResources_05 .box .item .text {
    font-size: var(--f20);
  }
  .HumanResources_05 .box1 {
    padding: 0 1.8rem;
  }
  .Layer_Upload .box .content2 .upload p {
    line-height: 30px;
  }
  .index_about .ab_bk {
    right: 4.7%;
  }
}
@media (max-width: 1200px) {
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 55vh;
  }
  .index_banner .div_ {
    bottom: 0.3rem;
  }
  .index_business .bu_box .box_bot .swiper .swiper-slide .box2 {
    opacity: 1;
    bottom: 0;
  }
  .index_about .ab_box .ri_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .index_about .ab_box .ri_box .item {
    text-align: left;
    margin-top: 0 !important;
  }
  .index_about .ab_box .ri_box .item .num {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .index_about .ab_box .le_box .content2 {
    display: none;
  }
  .index_about .ab_box .le_box .content1 .btn {
    margin-top: 0.3rem;
  }
  .index_about .ab_bk {
    right: 5vw;
  }
  .index_news .ws_bot .item1 a .post {
    padding: 0.3rem 0.3rem 0.4rem;
  }
  .pc_footer .ter_top .le_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
  }
  .pc_footer .ter_top .ri_box {
    width: 50%;
  }
  .pc_footer .ter_top .le_box .item .two,
  .about_01 .ab_top .div2 .le_box .desc,
  .about_02 .ab_bot .ri_box {
    display: none;
  }
  .pc_footer .ter_bot {
    font-size: 12px;
    line-height: 2;
  }
  .pc_footer .ter_top {
    padding: 0.8rem 0 0.9rem;
  }
  .index_banner .swiper .swiper-slide .slide_post > div .content1 {
    font-size: var(--f48);
  }
  .pu_leval > div a {
    margin-right: 0.3rem;
  }
  .about_01 .ab_bot {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .about_01 .ab_bot {
    margin-top: 0.8rem;
  }
  .about_02 .ab_bot .le_box .item .div2 > div .t3 {
    display: block;
    margin-top: 0.3rem;
  }
  .about_02 .ab_bot .le_box .item .div1 .svg {
    width: 40px;
  }
  .about_03 {
    min-height: auto;
  }
  .about_04 .box .swiper .item {
    height: auto;
  }
  .about_05 .box .boxRight .list {
    height: auto;
  }
  .about_05::after {
    height: 1.2rem;
  }
  .Business_01 .box .list .item figcaption .content3 {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .Business_01 .box .list .item figcaption {
    padding-top: 0;
  }
  .Business_02 .box .item {
    padding: 0.5rem;
  }
  .pu_page a {
    width: 40px;
    height: 40px;
  }
  .Case_02 .box .content1 img {
    max-height: 0.8rem;
  }
  .News_01 .page {
    position: initial;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.5rem;
  }
  .News_01 .page div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .News_02 .box .list .item .boxLeft {
    padding-right: 0.5rem;
  }
  .News_02 .box .list .item {
    padding: 0.3rem;
  }
  .HumanResources_05 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
  .HumanResources_05 .box1 {
    padding: 0;
    margin-top: 0.8rem;
  }
  .banner_button .button div {
    margin-top: 0.5rem;
  }
  .Business_01 .box .list,
  .Case_01 .box .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .index_news .ws_bot .item2 a .box .text .t1 {
    font-size: var(--f24);
  }
  .index_news .ws_bot .item1 a .post > div .text .t1,
  .about_04 .box .swiper .item .boxLeft .content2 {
    font-size: var(--f26);
  }
  .Case_03 .box .boxRight .sticky .h5 {
    font-size: var(--f28);
  }
  .index_case .ca_bot .swiper .swiper-slide a,
  .about_04 .box .swiper .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .index_case .ca_bot .swiper .swiper-slide a .le_box,
  .about_04 .box .swiper .item .le_box,
  .index_case .ca_bot .swiper .swiper-slide a .boxLeft,
  .about_04 .box .swiper .item .boxLeft {
    width: 100%;
    padding: 0.3rem;
  }
  .index_case .ca_bot .swiper .swiper-slide a .ri_box,
  .about_04 .box .swiper .item .ri_box,
  .index_case .ca_bot .swiper .swiper-slide a .boxRight,
  .about_04 .box .swiper .item .boxRight {
    width: 100%;
  }
  .index_case .ca_bot .div_ {
    padding-right: 5vw;
  }
  .index_news .ws_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_leval {
    display: none;
  }
  .index_about .ab_box .le_box,
  .about_01 .ab_top .div2 .le_box,
  .about_02 .ab_bot .le_box,
  .about_05 .box .le_box,
  .Business_02 .box .item .le_box,
  .Case_03 .box .le_box,
  .News_01 .box .item .le_box,
  .HumanResources_01 .box .le_box,
  .Contact_01 .box .le_box,
  .index_about .ab_box .boxLeft,
  .about_01 .ab_top .div2 .boxLeft,
  .about_02 .ab_bot .boxLeft,
  .about_05 .box .boxLeft,
  .Business_02 .box .item .boxLeft,
  .Case_03 .box .boxLeft,
  .News_01 .box .item .boxLeft,
  .HumanResources_01 .box .boxLeft,
  .Contact_01 .box .boxLeft {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }
  .index_about .ab_box .ri_box,
  .about_01 .ab_top .div2 .ri_box,
  .about_02 .ab_bot .ri_box,
  .about_05 .box .ri_box,
  .Business_02 .box .item .ri_box,
  .Case_03 .box .ri_box,
  .News_01 .box .item .ri_box,
  .HumanResources_01 .box .ri_box,
  .Contact_01 .box .ri_box,
  .index_about .ab_box .boxRight,
  .about_01 .ab_top .div2 .boxRight,
  .about_02 .ab_bot .boxRight,
  .about_05 .box .boxRight,
  .Business_02 .box .item .boxRight,
  .Case_03 .box .boxRight,
  .News_01 .box .item .boxRight,
  .HumanResources_01 .box .boxRight,
  .Contact_01 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .News_01 .box .item .boxRight,
  .Contact_01 .box .boxRight {
    margin-top: 0;
    padding: 0.5rem;
  }
  .an_1 {
    --w1: 45px;
  }
  .about_05 .box .boxLeft {
    padding-bottom: 0.7rem;
  }
  .about_05 .box .boxLeft .list {
    margin-top: 1rem;
  }
  .about_02 .ab_bot .le_box .item .div2 > div .t2 {
    margin-top: 0.3rem;
  }
}
@media (max-width: 750px) {
  .pu_link .a p svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .pu_text .t1 {
    font-size: 14px;
  }
  .pu_text .t2 {
    font-size: 18px;
  }
  .more_ span img {
    width: 10px;
  }
  .index_business .bu_box .box_bot .swiper {
    width: -webkit-calc(105%);
    width: calc(100% + 5vw);
  }
  .index_case .ca_bot {
    padding-right: 5vw;
  }
  .index_about .ab_bk,
  .pc_footer .ter_top .le_box {
    display: none;
  }
  .index_news .ws_bot .item2 a .img {
    width: 40%;
  }
  .index_news .ws_bot .item2 a .box {
    width: 56%;
  }
  .pc_footer .ter_top .ri_box {
    width: 100%;
  }
  .pc_footer .ter_top .ri_box .item .three .share .li a {
    width: 35px;
    height: 35px;
  }
  .pc_footer .ter_top .ri_box .item .three .share .li a img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .index_news .ws_bot .item2 a {
    background: #f1f1f1;
    margin-bottom: 0.2rem;
    height: auto;
  }
  .index_news .ws_bot .item2 a:last-child {
    margin-bottom: 0;
  }
  .index_news .ws_bot .item2 a {
    padding: 0.2rem 0.3rem;
  }
  .pu_banner .ban_bk img {
    min-height: 220px;
  }
  .about_03 .ab_bot {
    margin-top: 1rem;
  }
  .banner_button .button div {
    width: 40px;
    height: 40px;
  }
  .about_03 .ab_bot .swiper .swiper-slide .t1::before {
    width: 10px;
    height: 10px;
  }
  .about_04 .box .swiper .item .boxLeft .content2 {
    word-break: break-all;
  }
  .about_07 .box .banner ul li {
    height: 56px;
  }
  .Business_01 .box .list,
  .Case_01 .box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .pu_banner .ban_post > div .t2 {
    margin-top: 0.2rem;
  }
  .Case_01 .box .list .item figcaption .content2 .right {
    height: 0.8rem;
  }
  .pu_page a {
    width: 32px;
    height: 32px;
    margin: 0;
  }
  .Case_03 .box .boxRight .sticky .list .item .left {
    width: 2.4rem;
  }
  .Case_03 .box .boxRight .sticky .h5 {
    line-height: 1rem;
  }
  .News_02 .box .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .News_02 .box .list .item .boxLeft {
    width: 100%;
    padding-right: 0;
    margin-top: 0.4rem;
  }
  .News_02 .box .list .item .boxRight {
    width: 100%;
  }
  .Case_03 .box .boxLeft .content2 ._left {
    width: 100%;
    max-width: 100%;
  }
  .Case_03 .box .boxLeft .content2 ._right {
    display: none;
  }
  .HumanResources_05 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .HumanResources_05 .box .item .icon img {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    max-height: 0.4rem;
  }
  .HumanResources_06 .box .item .top {
    height: 0.9rem;
  }
  .Layer_Upload .box .content2 .upload {
    width: 3.3rem;
  }
  .Layer_Upload .box .content2 .upload p {
    line-height: 22px;
    font-size: 12px;
  }
  .pu_link {
    --w1: 0.8rem;
  }
  .pc_footer .ter_bot {
    font-size: 10px;
  }
  .Contact_01 .box .boxRight .share .li a {
    width: 40px;
    height: 40px;
  }
  .Contact_01 .box .boxRight .share .li a img {
    width: 18px;
  }
  .Contact_02 .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_02 .box input {
    height: 0.8rem;
  }
  .Contact_02 .box .list5 p {
    line-height: 0.8rem;
  }
  .Search_01 ._box form .left input {
    height: 0.84rem;
  }
  .about_02 .ab_bot .le_box .item .div2 > div .t1 {
    line-height: 1.4;
  }
  .index_about .ab_box .ri_box .item .desc,
  .index_news .ws_bot .item2 a .box .text .t2,
  .index_news .ws_bot .item1 a .post > div .text .t2,
  .index_news .ws_bot .item2 a .box .tips,
  .index_news .ws_bot .item1 a .post > div .tips,
  .about_01 .ab_bot .item .desc {
    font-size: 12px;
  }
  .index_news .ws_bot .item2 a .box .text .t1,
  .about_05 .box .boxLeft .list .item .right .bot,
  .index_news .ws_bot .item1 a .post > div .text .t1 {
    font-size: 14px;
  }
  .pu_banner .ban_post > div .t2,
  .HumanResources_06 .box .item .top .content1 {
    font-size: 16px;
  }
  .index_about .ab_box .ri_box .item .num,
  .about_01 .ab_bot .item .data,
  .Search_01 ._box .title,
  .index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t1 {
    font-size: 18px;
  }
  .Contact_01 .box .boxRight .content1 {
    font-size: var(--f26);
  }
  .about_03 .ab_bot .swiper .swiper-slide .t1,
  .about_05 .box .boxLeft .list .item .right .top {
    font-size: var(--f28);
  }
  .about_01 .ab_top .div2 .ri_box,
  .about_01 .ab_top .div2 .le_box .text,
  .Case_03 .box .boxLeft .content1 ,
  .Privacy_Policy .box_ .content3{
    line-height: 1.8;
  }
  .Contact_01 .box .boxRight .content2 .item .icon svg {
    transform: translateY(-2px);
  }
  .HumanResources_03 .box .item .content1 p img {
    max-height: 100%;
  }
  .HumanResources_03 .box .item .content1 p {
    height: 0.84rem;
  }
  .index_banner .div_ .li + .li {
    margin-left: 0.1rem;
  }
  .index_banner .div_ .li p {
    margin-left: 0.1rem;
  }
  .index_banner .div_ .li + .li {
    margin-left: 0.2rem;
  }
  .index_business {
    --h1: 7.1rem;
  }
  .index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2 a {
    font-size: 12px;
  }
  .pu_text .t2 {
    font-size: 17px;
  }
  .Business_01 .box .list .item figure {
    height: auto;
  }
  .about_05 .box .boxRight .list ul li {
    width: 2.8rem;
  }
  .index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2{
      min-height: 2rem;
  }
  .index_business .bu_box .box_bot .swiper .swiper-slide .box2 > div .text .t2 a::before {
    top: calc(var(--f16) - 9px / 2);
}

  .News_02 .box .list .item .boxRight{
        height: 4.2rem;
    }
    .News_01 .box .item .boxLeft{
        height: 4.5rem;
    }
    


}
/*# sourceMappingURL=./style.css.map */