body {
  --ww: 1.92rem;
  --bj: var(--ww);
  --top: 0.8rem;
  --color: #135b99;
  --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;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --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;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 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;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f64: 0.5rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #135b99;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #135b99 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
.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(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #135b99;
}
.Search_List .box2 .item a:hover .right i {
  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(--f32);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #135b99;
}
.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 {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #135b99;
}
.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 {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #135b99;
}
.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;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #135b99;
}
.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: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  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 {
  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 {
  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: #135b99;
}
.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: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  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 {
  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 {
  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: #135b99;
}
@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;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
  padding: 5px;
}
.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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_search .ch_box .form {
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  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::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;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #135b99;
}
@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;
  }
}
.pc_header {
  position: sticky;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.pc_header .he_box {
  font-size: var(--f16);
}
.pc_header .he_box .logo a img {
  height: 0.6rem;
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  color: #000;
  font-family: Medium;
  line-height: var(--top);
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.5rem;
}
.pc_header .he_box .column .nav .item.item2:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #135b99;
}
.pc_header .he_box .column .menu {
  margin-left: 1.5rem;
}
.pc_header .he_box .column .menu .lang a {
  cursor: pointer;
  font-family: Medium;
}
.pc_header .he_box .column .menu .lang a i {
  font-size: 0.78em;
  color: #135b99;
  font-weight: bold;
}
.pc_header .he_box .column .menu .search {
  margin-left: 0.4rem;
}
.pc_header .he_box .column .menu .search p {
  cursor: pointer;
}
.pc_header .he_box .column .menu .search p img {
  width: 15px;
}
.pc_footer {
  position: relative;
  background: #fff;
  font-size: var(--f16);
}
.pc_footer .box {
  padding: 0.5rem var(--bj) 0.3rem;
}
.pc_footer .ter_top .le_box .logo a img {
  height: 0.76rem;
}
.pc_footer .ter_top .le_box .lxwm {
  margin-top: 0.36rem;
}
.pc_footer .ter_top .le_box .lxwm div p {
  color: #999;
}
.pc_footer .ter_top .le_box .lxwm div a {
  margin-top: 4px;
  transition: 0.4s;
  font-size: var(--f20);
  color: #333;
  font-family: Medium;
}
.pc_footer .ter_top .le_box .lxwm div a:hover {
  color: #135b99;
}
.pc_footer .ter_top .le_box .lxwm div + div {
  margin-left: 0.62rem;
}
.pc_footer .ter_top .ri_box {
  width: 5.24rem;
}
.pc_footer .ter_top .ri_box .nav a {
  transition: 0.4s;
  font-size: var(--f20);
  font-family: Medium;
}
.pc_footer .ter_top .ri_box .nav a:hover {
  color: #135b99;
}
.pc_footer .ter_top .ri_box .nav a + a {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .ri_box .yszc a {
  transition: 0.4s;
  color: #666;
}
.pc_footer .ter_top .ri_box .yszc a:hover {
  color: #135b99;
}
.pc_footer .ter_top .ri_box .yszc a + a {
  margin-top: 0.2rem;
}
.pc_footer .ter_bot {
  margin-top: 0.7rem;
}
.pc_footer .ter_bot .copy p {
  color: #666;
  margin-right: 0.48rem;
}
.pc_footer .ter_bot .copy p a {
  transition: 0.4s;
  color: #666;
}
.pc_footer .ter_bot .copy p a:hover {
  color: #135b99;
}
.pc_footer .ter_bot .share > div {
  position: relative;
}
.pc_footer .ter_bot .share > div a {
  transition: 0.6s;
  cursor: pointer;
  width: var(--h50);
  height: var(--h50);
  display: flex;
  background: #f0f0f0;
  border-radius: var(--r);
}
.pc_footer .ter_bot .share > div a img {
  max-width: 56%;
  transition: 0.4s;
  margin: auto;
  filter: brightness(0.8);
}
.pc_footer .ter_bot .share > div .post {
  transition: 0.4s;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  background: #f0f0f0;
  border-radius: var(--r);
  padding: 5px;
}
.pc_footer .ter_bot .share > div .post::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #f0f0f0;
}
.pc_footer .ter_bot .share > div .post img {
  width: 1.2rem;
}
.pc_footer .ter_bot .share > div + div {
  margin-left: 10px;
}
.pc_footer .ter_bot .share > div:hover a {
  background: #135b99;
}
.pc_footer .ter_bot .share > div:hover a img {
  filter: brightness(1);
}
.pc_footer .ter_bot .share > div:hover .post {
  transform: translateX(-50%) scale(1);
}
:root {
  --r: 6px;
  --r10: 10px;
  --h50: 0.5rem;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  width: fit-content;
}
.pu_link .a {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f16);
}
.pu_link .a p {
  transition: 0.6s;
  min-width: 1.7rem;
  color: #fff;
  border: 1px solid #135b99;
  line-height: var(--h50);
  border-radius: var(--r);
  padding: 0 0.36rem;
  font-family: Bold;
  color: #333;
  text-align: center;
}
.pu_link .a span {
  margin-left: var(--r);
  width: calc(var(--h50) + 2px);
  line-height: var(--h50);
  background: #45b74a;
  border: 1px solid #45b74a;
  border-radius: var(--r);
  display: flex;
}
.pu_link .a span svg {
  width: 12px;
  margin: auto;
}
.pu_link .a:hover p {
  background: #135b99;
  color: #fff;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
  overflow: hidden;
  clip-path: polygon(0% 0%, 110% 0%, 100% 100%, 0% 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: flex;
  padding: 0.72rem var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto 0 0;
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  font-size: var(--f38);
  line-height: 1.36;
  font-family: Bold;
  transform: translateY(0.6rem);
  opacity: 0;
  transition: 0.5s;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  transition: 0.5s;
  transform: translateY(0.6rem);
  opacity: 0;
  margin-top: 0.46rem;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 .pu_link .a p {
  color: #fff;
  border-color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 .pu_link .a:hover p {
  background: #fff;
  color: #135b99;
}
.index_banner .swiper .swiper-slide-active .slide_img {
  animation: donghua2 1.2s ease forwards;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1,
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  transform: translateY(0);
  opacity: 1;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 {
  transition-delay: 1.2s;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  transition-delay: 1.45s;
}
.index_banner .div_ {
  transition: 0.6s;
  opacity: 0;
}
.index_banner .div_ .prev,
.index_banner .div_ .next {
  cursor: pointer;
  z-index: 2;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--h50) + 2px);
  height: calc(var(--h50) + 2px);
  border: 1px solid #fff;
  display: flex;
}
.index_banner .div_ .prev svg,
.index_banner .div_ .next svg {
  margin: auto;
  width: 12px;
}
.index_banner .div_ .prev svg path,
.index_banner .div_ .next svg path {
  transition: 0.4s;
}
.index_banner .div_ .prev:hover,
.index_banner .div_ .next:hover {
  background: #fff;
}
.index_banner .div_ .prev:hover svg path,
.index_banner .div_ .next:hover svg path {
  fill: #45b74a;
}
.index_banner .div_ .prev {
  left: calc((var(--bj) - var(--h50)) / 2);
}
.index_banner .div_ .next {
  right: calc((var(--bj) - var(--h50)) / 2);
}
.index_banner .div_ .next svg {
  transform: rotate(270deg);
}
.index_banner:hover .div_ {
  opacity: 1;
}
@keyframes donghua2 {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, -8% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 110% 0%, 100% 100%, 0% 100%);
  }
}
.title_01 .t1 {
  font-size: var(--f24);
  color: #135b99;
  font-family: Bold;
  margin-bottom: 0.16rem;
}
.title_01 .t2 {
  font-size: var(--f38);
  font-family: Bold;
  line-height: 1.36;
}
.index_about {
  position: relative;
  background: #f0f0f0;
}
.index_about .ab_top .title_01 {
  width: 48%;
}
.index_about .ab_top .desc {
  margin-top: calc(var(--f24) * 1.2 + 0.16rem);
  width: 44%;
  font-size: var(--f18);
  color: #666;
  line-height: 1.77;
}
.index_about .ab_cen {
  margin-top: 1.1rem;
}
.index_about .ab_cen .content1 {
  font-size: var(--f34);
  color: #333;
  font-family: Bold;
}
.index_about .ab_cen .content2 {
  margin-top: 0.4rem;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a {
  background: #fff;
  border-radius: var(--r10);
  overflow: hidden;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a .img {
  width: 100%;
  border-radius: var(--r10) var(--r10) 0 0;
  overflow: hidden;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a .img img {
  border-radius: inherit;
  width: 100%;
  transition: 0.4s;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a .box {
  padding: 0.4rem 0.35rem;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a .box .text .t1 {
  color: #666;
  transition: 0.4s;
  font-size: var(--f24);
}
.index_about .ab_cen .content2 .swiper .swiper-slide a .box .text .t2 {
  margin-top: 0.12rem;
  color: #666;
  transition: 0.4s;
  font-size: var(--f18);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  height: 1.2em;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a .box .btn {
  margin-top: 0.56rem;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.index_about .ab_cen .content2 .swiper .swiper-slide a:hover .box .text .t1 {
  font-family: Bold;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a:hover .box .text .t2,
.index_about .ab_cen .content2 .swiper .swiper-slide a:hover .box .text .t1 {
  color: #333;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a:hover .box .btn .more_01 p {
  font-family: Bold;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a:hover .box .btn .more_01 span {
  background: #45b74a;
}
.index_about .ab_cen .content2 .swiper .swiper-slide a:hover .box .btn .more_01 span svg path {
  fill: #fff;
}
.index_about .ab_bot {
  margin-top: 0.9rem;
  text-align: center;
}
.index_about .ab_bot .content2 {
  padding: 0 0.72rem;
}
.index_about .ab_bot .content2 div {
  font-size: var(--f24);
  font-family: Bold;
  line-height: 1.5;
  color: #999;
}
.index_about .ab_bot .content2 div span {
  transition: 0.4s;
  color: #999;
  display: inline-block;
}
.index_about .ab_bot .content2 div .on {
  color: #333;
}
.index_about .ab_bot .content3 {
  margin-top: 0.56rem;
  display: flex;
  justify-content: center;
}
.more_01 {
  --h1: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.more_01 p {
  transition: 0.4s;
  font-size: var(--f16);
  font-family: Medium;
  color: #333;
}
.more_01 span {
  transition: 0.4s;
  margin-left: 0.18rem;
  width: var(--h1);
  height: var(--h1);
  border: 1px solid #45b74a;
  border-radius: 2px;
  display: flex;
}
.more_01 span svg {
  width: 8px;
  margin: auto;
}
.more_01 span svg path {
  transition: 0.4s;
}
.index_technology {
  position: relative;
}
.index_technology .gy_box .le_box {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_technology .gy_box .le_box .content1 .desc {
  margin-top: 0.28rem;
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.index_technology .gy_box .le_box .content2 .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--r10);
  padding: 0.25rem 0.35rem;
  transition: 0.4s;
}
.index_technology .gy_box .le_box .content2 .item a .svg {
  width: 0.64rem;
  text-align: center;
}
.index_technology .gy_box .le_box .content2 .item a .svg img {
  max-width: 100%;
}
.index_technology .gy_box .le_box .content2 .item a .text {
  padding: 0 0.2rem 0 0.3rem;
  flex: 1;
  font-size: var(--f24);
  line-height: 1.4;
  color: #666;
  font-family: Medium;
  transition: 0.4s;
  min-height: calc(var(--f24) * 1.4 * 3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_technology .gy_box .le_box .content2 .item a .btn {
  transition: 0.4s;
  opacity: 0;
  width: calc(var(--h50) + 2px);
  height: calc(var(--h50) + 2px);
  background: #45b74a;
  border-radius: var(--r);
  display: flex;
}
.index_technology .gy_box .le_box .content2 .item a .btn svg {
  margin: auto;
  width: 12px;
}
.index_technology .gy_box .le_box .content2 .item a .img {
  display: none;
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.index_technology .gy_box .le_box .content2 .item a .img img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.index_technology .gy_box .le_box .content2 .item + .item {
  margin-top: 10px;
}
.index_technology .gy_box .le_box .content2 .item.active a {
  border-color: #135b99;
}
.index_technology .gy_box .le_box .content2 .item.active a .text {
  color: #333;
}
.index_technology .gy_box .le_box .content2 .item.active a .btn {
  opacity: 1;
}
.index_technology .gy_box .ri_box {
  width: 47.5%;
  position: relative;
}
.index_technology .gy_box .ri_box p {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0.2rem;
  overflow: hidden;
  z-index: -1;
}
.index_technology .gy_box .ri_box p img {
  transition: 0.4s;
  width: 100%;
}
.index_technology .gy_box .ri_box p.active {
  opacity: 1;
  position: initial;
  animation: fadeInUp 1s forwards;
}
.index_news {
  background: #f0f0f0;
}
.index_news .ws_bot {
  margin-top: 0.6rem;
}
.index_news .ws_bot .swiper .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.index_news .ws_bot .swiper .swiper-slide a .le_box {
  border-radius: 0.2rem 0 0 0.2rem;
  overflow: hidden;
  width: 50%;
}
.index_news .ws_bot .swiper .swiper-slide a .le_box img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.index_news .ws_bot .swiper .swiper-slide a .ri_box {
  width: 50%;
  padding: 20px 0.7rem;
  display: flex;
}
.index_news .ws_bot .swiper .swiper-slide a .ri_box > div {
  margin: auto;
  width: 100%;
  font-size: var(--f18);
}
.index_news .ws_bot .swiper .swiper-slide a .ri_box > div .text .t1 {
  color: #135b99;
}
.index_news .ws_bot .swiper .swiper-slide a .ri_box > div .text .t2 {
  margin-top: 0.12rem;
  font-size: var(--f22);
  font-family: Medium;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.36;
  height: 4.08em;
}
.index_news .ws_bot .swiper .swiper-slide a .ri_box > div .desc {
  margin-top: 0.36rem;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.77;
  height: 5.31em;
}
.index_news .ws_bot .swiper .swiper-slide a .ri_box > div .btn {
  margin-top: 0.4rem;
}
.index_news .ws_bot .swiper .swiper-slide a:hover .le_box img {
  transform: scale(1.05);
}
.index_news .ws_bot .swiper .swiper-slide a:hover .ri_box > div .btn .more_01 p {
  font-family: Bold;
}
.index_news .ws_bot .swiper .swiper-slide a:hover .ri_box > div .btn .more_01 span {
  background: #45b74a;
}
.index_news .ws_bot .swiper .swiper-slide a:hover .ri_box > div .btn .more_01 span svg path {
  fill: #fff;
}
.index_news .ws_bot .div_ {
  margin-top: 10px;
  text-align: center;
}
.pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 2px;
}
.pagination .swiper-pagination-bullet-active {
  background: #45b74a;
}
.index_business {
  position: relative;
  background: url("../images/9.jpg") no-repeat;
  background-size: cover;
}
.index_business .bu_box {
  color: #fff;
  padding: 0.62rem 0;
}
.index_business .bu_box .le_box {
  width: 54%;
}
.index_business .bu_box .le_box .content1 .t1 {
  font-size: var(--f32);
  font-family: Bold;
}
.index_business .bu_box .le_box .content2 {
  margin-top: 0.5rem;
}
.index_business .bu_box .le_box .content2 a {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f20);
  line-height: 1.8;
}
.index_business .bu_box .le_box .content2 a p {
  max-width: calc(100% - 20px);
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.7);
}
.index_business .bu_box .le_box .content2 a span {
  margin-left: 8px;
  height: calc(var(--f20) * 1.8);
  display: flex;
}
.index_business .bu_box .le_box .content2 a span svg {
  margin: auto;
  transition: 0.4s;
  width: 12px;
  opacity: 0;
}
.index_business .bu_box .le_box .content2 a:hover p {
  color: #fff;
}
.index_business .bu_box .le_box .content2 a:hover span svg {
  opacity: 1;
}
.index_business .bu_box .ri_box > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index_business .bu_box .ri_box > div .svg {
  width: 0.63rem;
}
.index_business .bu_box .ri_box > div .svg img {
  width: 100%;
}
.index_business .bu_box .ri_box > div .text {
  margin-left: 0.34rem;
}
.index_business .bu_box .ri_box > div .text a {
  color: #fff;
  font-size: var(--f20);
  font-family: Bold;
}
.index_business .bu_box .ri_box > div .text p {
  margin-top: 0.1rem;
  font-size: var(--f14);
}
.business_pop {
  display: none;
  z-index: 5;
  position: fixed;
  width: var(--vw);
  height: var(--vh);
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.business_pop .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(6.6rem, 90vw);
  border-radius: 0.1rem;
  background: #fff;
  padding: 0.46rem 0.62rem;
}
.business_pop .box .close {
  position: absolute;
  right: 0.18rem;
  top: 0.18rem;
  cursor: pointer;
}
.business_pop .box .close svg {
  width: 14px;
}
.business_pop .box .close svg path {
  transition: 0.4s;
}
.business_pop .box .close svg:hover path {
  fill-opacity: 1;
  fill: #135b99;
}
.business_pop .box .main .item {
  display: none;
}
.business_pop .box .main .item .t1 {
  text-align: center;
  font-size: var(--f30);
  font-family: Bold;
  color: #333;
}
.business_pop .box .main .item .t2 {
  margin-top: 0.4rem;
  font-size: var(--f18);
  line-height: 1.77;
  color: #666;
}
.business_pop .box .main .item.active {
  display: block;
}
.pu_cookie {
  z-index: 5;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #135b99;
  padding: 0.25rem var(--bj);
}
.pu_cookie .box {
  position: relative;
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.9);
}
.pu_cookie .box .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pu_cookie .box .close svg {
  width: 12px;
  cursor: pointer;
}
.pu_cookie .box .close svg path {
  transition: 0.4s;
}
.pu_cookie .box .close svg:hover path {
  fill-opacity: 1;
}
.pu_cookie .box .main {
  padding-right: 0.6rem;
}
.pu_cookie .box .main .le_box {
  flex: 0.9;
}
.pu_cookie .box .main .le_box p a {
  transition: 0.4s;
  display: inline;
  color: rgba(255, 255, 255, 0.9);
}
.pu_cookie .box .main .le_box p a:hover {
  color: #fff;
}
.pu_cookie .box .main .ri_box p {
  cursor: pointer;
  position: relative;
}
.pu_cookie .box .main .ri_box p::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 0%;
  height: 1px;
  background: #45b74a;
}
.pu_cookie .box .main .ri_box p + p {
  margin-left: 0.4rem;
}
.pu_cookie .box .main .ri_box p:hover::before {
  left: 0;
  width: 100%;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
  overflow: hidden;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: flex;
}
.pu_banner .ban_post > div {
  width: 100%;
  margin: auto;
}
.pu_banner .ban_post > div p {
  color: #fff;
  font-family: Bold;
  font-size: var(--f46);
}
@keyframes scaleImg {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.technology_01 {
  background: #fff url("../images/99.svg") no-repeat;
  background-size: cover;
}
.technology_01 .gy_box {
  width: 54%;
}
.technology_01 .gy_box .content2 {
  margin-top: 0.58rem;
}
.technology_01 .gy_box .content2 p {
  font-size: var(--f20);
}
.technology_01 .gy_box .content2 p span {
  display: inline-block;
  transition: 0.4s;
  color: #666;
  line-height: 1.8;
}
.technology_01 .gy_box .content2 p span.on {
  color: #000;
}
.technology_02 {
  position: relative;
  background: #f0f0f0;
}
.technology_02 .gy_top {
  width: min(10.24rem, 100%);
  margin: auto;
}
.technology_02 .gy_top p {
  text-align: center;
  font-size: var(--f22);
  line-height: 1.4;
  font-family: Medium;
}
.technology_02 .gy_cen {
  margin: 0.74rem 0 0.58rem;
}
.technology_02 .gy_cen .item {
  z-index: 1;
  position: sticky;
  top: 0;
}
.technology_02 .gy_cen .item a {
  padding: 0.3rem;
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.technology_02 .gy_cen .item a .le_box {
  width: 42.5%;
  padding: 0 0 0 0.5rem;
  display: flex;
}
.technology_02 .gy_cen .item a .le_box > div {
  width: 100%;
  margin: auto;
}
.technology_02 .gy_cen .item a .le_box > div .t1 {
  font-size: var(--f24);
  line-height: 1.4;
  font-family: Bold;
}
.technology_02 .gy_cen .item a .le_box > div .t2 {
  margin-top: 0.32rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.77;
}
.technology_02 .gy_cen .item a .ri_box {
  width: 48%;
  border-radius: 0.16rem;
  overflow: hidden;
}
.technology_02 .gy_cen .item a .ri_box img {
  border-radius: inherit;
  transition: 0.4s;
  width: 100%;
}
.technology_02 .gy_cen .item a .ri_box:hover img {
  transform: scale(1.05);
}
.technology_02 .gy_cen .item + .item {
  margin-top: 0.3rem;
}
.technology_02 .gy_bot {
  width: min(10.24rem, 100%);
  margin: auto;
}
.technology_02 .gy_bot p {
  text-align: center;
  font-size: var(--f18);
  line-height: 1.66;
  color: #666;
}
@media (max-width: 1500px) {
  :root {
    --r: 6px;
    --r10: 10px;
    --h50: 0.56rem;
  }
  .technology_01 .gy_box,
  .index_business .bu_box .le_box {
    width: 60%;
  }
  .business_pop .box {
    width: min(7.6rem, 90vw);
  }
}
@media (max-width: 1200px) {
  :root {
    --r: 6px;
    --r10: 10px;
    --h50: 0.56rem;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: auto;
    min-height: 6rem;
  }
  .pu_banner .ban_bk img {
    min-height: 4rem;
  }
  .index_about .ab_bot .content2 {
    padding: 0;
  }
  .index_technology .gy_box .le_box .content2 .item a {
    border-color: #135b99;
  }
  .index_technology .gy_box .le_box .content2 .item a .text {
    font-family: Bold;
    color: #333;
  }
  .index_technology .gy_box .le_box .content2 .item a .btn {
    opacity: 1;
  }
  .index_technology .gy_box .le_box .content2 .item a .img {
    margin-top: 0.35rem;
    text-align: center;
  }
  .index_technology .gy_box .le_box .content2 .item a .img img {
    width: 50%;
  }
  .index_news .ws_bot .swiper .swiper-slide a .le_box {
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .index_news .ws_bot .swiper .swiper-slide a .ri_box {
    padding: 0.5rem;
  }
  .pc_footer .ter_top .ri_box .yszc {
    display: flex;
    margin-top: 0.4rem;
  }
  .pc_footer .ter_top .ri_box .yszc a + a {
    margin-top: 0;
    margin-left: 0.4rem;
  }
  .MobileMain .HeaderMobile .box .button .Language > a i {
    color: #45b74a;
    font-weight: bold;
    font-size: 0.78em;
  }
  .pc_footer .ter_bot .copy p {
    margin-right: 8px;
  }
  .pu_cookie .box .main .ri_box {
    margin-top: 0.14rem;
  }
  .technology_02 .gy_cen .item {
    position: relative;
  }
  .technology_02 .gy_cen .item a .le_box {
    order: 1;
    padding: 0.3rem 0 0;
  }
  .index_business .bu_box .ri_box,
  .index_technology .gy_box .le_box .content2 .item {
    margin-top: 0.6rem;
  }
  .technology_02 .gy_cen .item a .le_box > div .t1 br,
  .pu_cookie .box .close,
  .pc_footer .ter_top .ri_box .nav,
  .index_technology .gy_box .ri_box {
    display: none;
  }
  .technology_02 .gy_cen .item a .ri_box,
  .technology_02 .gy_cen .item a .le_box,
  .technology_01 .gy_box,
  .pc_footer .ter_top .ri_box,
  .pu_cookie .box .main .ri_box,
  .pu_cookie .box .main .le_box,
  .index_business .bu_box .ri_box,
  .index_business .bu_box .le_box,
  .index_news .ws_bot .swiper .swiper-slide a .ri_box,
  .index_news .ws_bot .swiper .swiper-slide a .le_box,
  .index_technology .gy_box .le_box,
  .index_about .ab_top .desc,
  .index_about .ab_top .title_01 {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 750px) {
  :root {
    --r: 6px;
    --r10: 10px;
    --h50: 0.72rem;
  }
  .more_01 {
    --h1: 0.55rem;
  }
  .index_banner .swiper .swiper-slide .slide_post > div .content1 br {
    display: none;
  }
  .index_technology .gy_box .le_box .content2 .item a .svg {
    text-align: left;
    width: 0.88rem;
  }
  .index_technology .gy_box .le_box .content2 .item a .text {
    padding: 0.4rem 0;
  }
  .index_business .bu_box .ri_box > div .text {
    flex: 1;
  }
  .pc_footer .ter_top .le_box .lxwm div + div {
    margin-left: 0;
    margin-top: 10px;
  }
  .pc_footer .ter_top .ri_box .yszc a + a {
    margin-left: 10px;
  }
  .pc_footer .ter_bot .copy {
    line-height: 1.6;
  }
  .pc_footer .ter_bot .share {
    margin-bottom: 0.2rem;
    order: -1;
    justify-content: center;
    width: 100%;
  }
  .pc_footer .ter_bot .share > div .post img {
    width: 1.6rem;
  }
  .pc_footer .ter_top .le_box .lxwm > div,
  .index_technology .gy_box .le_box .content2 .item a .text {
    width: 100%;
    flex: auto;
  }
}
