@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 5.625rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -5.625rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #1DB0A4;
}
.c {
  color: #1DB0A4;
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(239, 160, 2, 0.3);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #1DB0A4;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot.white {
  background: #F7F7F7;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #1DB0A4;
}
.search_more:hover::before {
  background: #1DB0A4;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro {
  position: absolute;
  width: 40rem;
  left: -10rem;
  background: rgba(4, 4, 4, 0.5);
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}
.er-ul-pro .xian {
  padding-top: 1.875rem;
  padding-bottom: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.er-ul-pro .xian::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.er-ul-pro .container {
  padding: 0 var(--container);
}
.er-ul-pro .ul1 {
  width: 50%;
  padding-right: 3.375rem;
  position: relative;
}
.er-ul-pro .ul1 > li {
  line-height: 2.625rem;
}
.er-ul-pro .ul1 > li:not(:last-child) {
  margin-bottom: 1rem;
}
.er-ul-pro .ul1 > li .ul2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 100%;
  padding: 0 0 0 3.375rem;
  display: none;
}
.er-ul-pro .ul1 > li .ul2 > li.active,
.er-ul-pro .ul1 > li .ul2 > li:hover {
  background: rgba(0, 166, 152, 0.4);
}
.er-ul-pro .ul1 > li .ul2 > li.active .ul3 {
  display: block;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 {
  position: absolute;
  top: 0;
  width: calc(100vw - var(--container) * 2 - 18.75rem * 2);
  left: 100%;
  padding: 0 3.375rem;
  display: none;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 .aa {
  width: calc(18.75rem - 3.375rem * 2);
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li {
  display: flex;
  align-items: flex-start;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li:hover .tupian,
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li.active .tupian {
  display: flex;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li .tupian {
  width: calc(100% - 18.75rem + 3.375rem * 2);
  display: flex;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li .tupian .over {
  width: 15rem;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li .tupian .over img {
  object-fit: contain;
  width: 100%;
  height: 15.0625rem;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li .tupian .more_about {
  display: flex;
  width: calc(100% - 15rem);
  line-height: 1.25rem;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li .tupian .more_about div {
  width: 2.875rem;
  height: 2.875rem;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li .tupian .more_about div img {
  height: 1rem;
}
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li.active .aa,
.er-ul-pro .ul1 > li .ul2 > li .ul3 > li:hover .aa {
  background: rgba(0, 166, 152, 0.4);
}
.er-ul-pro .ul1 > li a {
  color: #FFF;
  font-size: 1rem;
  display: block;
  text-align: center;
}
.er-ul-pro .ul1 > li:hover,
.er-ul-pro .ul1 > li.active {
  background: rgba(0, 166, 152, 0.4);
}
.er-ul-pro .ul1 > li:hover .ul2,
.er-ul-pro .ul1 > li.active .ul2 {
  display: block;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: rgba(4, 4, 4, 0.5);
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li a {
  color: #fff;
}
.er-ul > li:hover a {
  color: #1DB0A4;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .center > ul > li:hover .er-ul-pro {
  transform: scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_p {
  padding-top: 6.25rem;
}
@media (max-width: 990px) {
  .container.container_p {
    padding-top: 0;
  }
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #1DB0A4;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #1DB0A4;
  color: #fff;
  background: #1DB0A4;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #1DB0A4;
}
.searchbox {
  border-color: #1DB0A4;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #1DB0A4;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #1DB0A4;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #1DB0A4;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1DB0A4;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
  filter: brightness(0) invert(0.8);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.right_divaa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  padding: 0.625rem 1rem;
  background: #fff;
  color: #6a6a6a;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1.875rem;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.rightfix li > .ta {
  border: 1px solid #fff;
  border-radius: 50%;
}
.rightfix li > .ta img {
  height: 2rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #1DB0A4;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 9990;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active::before {
  background: rgba(15, 15, 15, 0.7);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.4);
  backdrop-filter: blur(0.375rem);
  z-index: -1;
}
header .search {
  width: 11.5rem;
}
header .search input {
  width: 100%;
  line-height: 2.5rem;
  border: 1px solid #1DB0A4;
  padding: 0 2.875rem 0 0.875rem;
  border-radius: 3.125rem;
  background: transparent;
  font-size: 0.875rem;
  color: #fff;
}
header .search button {
  background: transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border: none;
}
header .search button img {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 2.5rem;
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  color: #1DB0A4;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #1DB0A4;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .scroll {
  position: absolute;
  bottom: 2.0625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
  cursor: pointer;
}
.banner .scroll img {
  height: 2.5rem;
}
@keyframes xiangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 5rem;
  margin-top: 1.25rem;
}
.banner .hover .content {
  padding-left: 1.25rem;
  position: relative;
}
.banner .hover .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-slide video,
.banner .swiper-slide img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 6.25rem;
  padding-right: var(--container);
  width: auto;
  left: auto;
  right: 0;
}
.banner .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #fff;
  background: transparent !important;
  opacity: 1;
  margin: 0 1.125rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.125rem;
}
.banner .swiper-pagination-bullet-active {
  width: 2.1875rem;
  border-radius: 3.125rem;
  background: #fff !important;
}
.nyban .img img{
    height: 32rem;
    object-fit: cover;
}
.nyban .scroll {
  position: absolute;
  bottom: 6.25rem;
  right: var(--container);
  animation: xiangxia 2s infinite;
  cursor: pointer;
}
.nyban .scroll img {
  height: 2.5625rem;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.5rem;
}
.nyban .hover .p1 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  color: transparent;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5rem;
  text-transform: capitalize;
  font-family: Poppins !important;
  margin-bottom: 1rem;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 5.625rem;
  left: 0;
  width: 100%;
}
.bread span {
  color: #fff;
  margin: 0 0.625rem;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #1DB0A4;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.625rem;
}
.number_ul li {
  text-align: center;
}
.number_ul li:first-child .num span {
  color: #1DB0A4;
  font-size: 8rem;
}
.number_ul li:first-child .num sub {
  color: #1DB0A4;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: #FFF;
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
.number_ul li .num sub {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  height: 2rem;
  position: relative;
  bottom: 0;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.number_ul li > div {
  display: inline-block;
}
.title {
  color: #00A698;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.title.c4 {
  color: #474747;
}
.subtitle {
  color: #00A698;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.text {
  color: #353535;
  font-size: 1rem;
  line-height: 1.75rem;
}
.swiper_pag.color .swiper-pagination-bullet {
  background: var(--swiper_pag_c);
}
.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  background: #BBD5D3;
  margin: 0 0.8125rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #1DB0A4;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 13.125rem;
  line-height: 3.75rem;
  border-radius: 3.125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more:hover {
  border-color: #1DB0A4;
}
.more:hover div {
  color: #fff;
}
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1.5rem;
}
.more > div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: #1DB0A4;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #1DB0A4;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #1DB0A4;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #1DB0A4;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.more.borg {
  border-color: #1DB0A4;
}
.more.borg div {
  color: #1DB0A4;
}
.more.borg:hover div {
  color: #fff;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #1DB0A4;
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.index .flex_title .subtitle {
  font-size: 1.25rem;
  font-weight: 400;
}
.flex_title {
  display: flex;
  align-items: flex-end;
}
.flex_title .subtitle {
  margin-left: 1.125rem;
  font-size: 1.5rem;
}
.flex_title .title {
  font-size: 2.75rem;
}
.return_list {
  margin-bottom: 3.4375rem;
  color: #727272;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.return_list .iconfont {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 3.4375rem;
  color: #1DB0A4;
}
.return_list a {
  color: #727272;
}
.return_list:hover a {
  color: #1DB0A4;
}
.show_news .data {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00A698;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}
.show_news .data .share {
  margin: 0 1rem 0 2rem;
}
.show_news .data .pr:hover .fenxiang {
  display: block;
}
.show_news .data .fenxiang {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
.show_news .data .fenxiang ul {
  display: flex;
}
.show_news .data .fenxiang .social-share li,
.show_news .data .fenxiang .social-share li a {
  line-height: 1.875rem;
  color: #1DB0A4;
}
.show_news .data .fenxiang.nobor .social-share li {
  margin-right: 0.625rem;
}
.show_news .text {
  color: #353535;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 6.875rem;
  text-align: justify;
  line-height: 1.875rem;
}
.show_news .text strong {
  font-weight: 700;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-top: 10rem;
}
.show_news .shangxia .tr a {
  justify-content: flex-end;
}
.show_news .shangxia .tr a .iconfont {
  margin: 0 0 0 1.5625rem;
}
.show_news .shangxia a {
  display: flex;
  align-items: center;
  color: #1DB0A4;
}
.show_news .shangxia a .iconfont {
  margin-right: 1.5625rem;
  color: #1DB0A4;
}
.show_news .shangxia a div {
  width: calc(100% - 2.5rem);
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.list_case .top li {
  display: none;
}
.list_case .top li.active {
  display: block;
}
.list_case .center {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 5.625rem;
}
.list_case .center li {
  text-align: center;
  flex: 1 0 0;
  cursor: pointer;
}
.list_case .center li.active .icon,
.list_case .center li:hover .icon {
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .center li.active .icon img,
.list_case .center li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.list_case .center li .icon {
  width: 6.0625rem;
  height: 6.0625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #1DB0A4;
}
.list_case .center li .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 3.125rem;
}
.list_case .center li .name {
  color: #00A698;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}
.list_case .bottom .swiper-slide .text {
  margin-top: 1.5625rem;
  text-align: justify;
}
footer {
  background: url(https://cloud-1251007531.bcdn8.com/jizhan0603/uploads/20250619/4dabe49389862dc014f66e8b7519507e.png) no-repeat;
  background-size: cover;
}
footer .top {
  padding: 3rem 0 2rem;
}
footer .left {
  width: 42.5rem;
}
footer .left .logo img {
  height: 2.125rem;
}
footer .left .t {
  margin: 2.5rem 0;
}
footer .left .t li {
  display: flex;
}
footer .left .t li:not(:last-child) {
  margin-bottom: 0.75rem;
}
footer .left .t li .icon {
  width: 1.75rem;
  height: 1.75rem;
}
footer .left .t li .con {
  width: calc(100% - 1.75rem);
  padding-left: 1rem;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .left .t li .con span {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  display: inline-block;
  width: 6.875rem;
}
footer .left .t li .con p {
  width: calc(100% - 6.875rem);
}
footer .left .ewm {
  display: flex;
}
footer .left .ewm li {
  text-align: center;
}
footer .left .ewm li:not(:last-child) {
  margin-right: 2.1875rem;
}
footer .left .ewm li img {
  width: 6.25rem;
  height: 6.25rem;
}
footer .left .ewm li .name {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.5rem;
}
footer .right {
  width: calc(100% - 42.5rem);
}
footer .right ul {
  display: flex;
  justify-content: space-between;
}
footer .right ul li {
  text-align: center;
}
footer .right ul li .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
footer .right ul li .text {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 0.75rem;
}
footer .right ul li .text:hover {
  color: #1DB0A4;
}
footer .fenxiang {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .fenxiang .social-share li a {
  border-color: #fff;
  color: #fff;
}
footer .beian {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .beian .text {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_contact .flex {
  margin-bottom: 3.375rem;
}
.list_contact .flex svg {
  width: 2.625rem;
}
.list_contact .flex .title {
  width: calc(100% - 2.625rem);
  padding-left: 1.25rem;
}
.list_contact .ul {
  display: flex;
  justify-content: space-between;
  padding: 4rem 8.75rem 6.25rem;
}
.list_contact .ul li {
  display: flex;
  align-items: center;
}
.list_contact .ul li:nth-child(1),
.list_contact .ul li:nth-child(2) {
  margin-right: 5rem;
}
.list_contact .ul li:nth-child(3) {
  white-space: nowrap;
}
.list_contact .ul li .icon {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  border: 1px solid #1DB0A4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact .ul li .icon img {
  height: 2.375rem;
}
.list_contact .ul li .con {
  padding-left: 2rem;
}
.list_contact .ul li .con p {
  color: #474747;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_contact .ul li .con div {
  color: #00A698;
  font-size: 1rem;
  line-height: 1.875rem;
  white-space: nowrap;
}
.list_contact .ul li:last-child {
  display: flex;
  justify-content: space-between;
  margin: 0 0.875rem;
}
.list_contact .ul li:last-child div {
  padding: 0 0.875rem;
}
.list_contact .ul li:last-child div img {
  height: 6.875rem;
}
form button {
  background: transparent;
}
form input {
  width: 100%;
  border-radius: 0.9375rem;
  background: rgba(0, 166, 152, 0.05);
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
}
form input::placeholder {
  color: #7B7B7B;
}
form textarea {
  width: 100%;
  display: block;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  color: #000;
  border-radius: 0.9375rem;
  background: rgba(0, 166, 152, 0.05);
  font-size: 1rem;
  height: 8.9375rem;
  border: none;
}
form textarea::placeholder {
  color: #7B7B7B;
}
.list_join .ul {
  margin-top: 3.75rem;
}
.list_join .ul li a {
  line-height: 3.75rem;
  display: flex;
  justify-content: space-between;
  padding: 0 6.25rem;
}
.list_join .ul li a .left {
  width: calc((100% - 8.75rem) / 3);
}
.list_join .ul li a .right {
  width: 8.75rem;
}
.list_join .ul li.li1 {
  color: #383838;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  border-bottom: 0.125rem solid #00A698;
}
.list_join .ul li:not(.li1) {
  border-radius: 0.625rem;
  background: rgba(0, 166, 152, 0.05);
  color: #383838;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 3.75rem;
  margin-top: 1.25rem;
}
.list_join .ul li:not(.li1):hover {
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .ul li:not(.li1):hover a,
.list_join .ul li:not(.li1):hover div {
  color: #fff;
}
.list_join .ul li:not(.li1) a {
  color: #383838;
}
.show_join .content {
  border-radius: 1.25rem;
  background: rgba(0, 166, 152, 0.05);
  padding: 2.8125rem 3.75rem 0;
  margin-top: 4rem;
}
.show_join .top {
  display: flex;
  justify-content: space-between;
  color: #323232;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #1DB0A4;
}
.show_join .bot {
  padding: 4.375rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_join .emile {
  margin-top: 6.25rem;
}
.show_join .emile a {
  text-align: right;
}
.show_join .emile a div {
  color: #00A698;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.show_join .emile a div img {
  height: 1.75rem;
  width: 1.75rem;
  margin-right: 1rem;
}
.show_join .emile a p {
  color: #00A698;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.25rem;
}
.nyerji {
  display: flex;
  margin: 0 -1.875rem;
  justify-content: center;
}
.nyerji.pro > li .pr > a {
  font-size: 1.125rem;
}
.nyerji > li {
  padding: 0 1.875rem;
  flex: 1 0 0;
  text-align: center;
  position: relative;
}
.nyerji > li:hover .ul2 {
  transform: scaleY(1);
  opacity: 1;
}
.nyerji > li .ul2 {
  position: absolute;
  top: calc(100% - 1.875rem);
  left: 0;
  width: 100%;
  background: #fff;
  filter: drop-shadow(0px 12px 25px rgba(0, 108, 99, 0.2));
  z-index: 99;
  padding: 1.875rem 1.25rem 0;
  transform-origin: top center;
  opacity: 0;
  transform: scaleY(0);
  border-radius: 0 0 8px 8px;
}
.nyerji > li .ul2 > li {
  position: relative;
}
.nyerji > li .ul2 > li:hover > a {
  color: #1DB0A4;
}
.nyerji > li .ul2 > li:hover .ul3 {
  display: block;
}
.nyerji > li .ul2 > li > a {
  line-height: 100%;
  text-align: center;
  color: #474747;
  font-size: 1rem;
  line-height: 2.9375rem;
}
.nyerji > li .ul2 > li:not(:last-child) {
  border-bottom: 1px solid #1DB0A4;
}
.nyerji > li .ul2 > li .ul3 {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 100%;
  padding: 0 1rem 0;
  display: none;
}
.nyerji > li .ul2 > li .ul3 li:not(:last-child) {
  border-bottom: 1px solid #1DB0A4;
}
.nyerji > li .ul2 > li .ul3 li:hover a,
.nyerji > li .ul2 > li .ul3 li.active a {
  color: #1DB0A4;
}
.nyerji > li .ul2 > li .ul3 li a {
  line-height: 100%;
  text-align: center;
  color: #474747;
  font-size: 1rem;
  line-height: 2.9375rem;
}
.nyerji > li .pr > a {
  border-radius: 6.25rem;
  line-height: 4rem;
  text-align: center;
  border: 1px solid #00A698;
  width: 100%;
  font-size: 1.5rem;
  color: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  z-index: 100;
  background: #fff;
}
.nyerji > li.active .pr > a,
.nyerji > li:hover .pr > a {
  background: #1DB0A4;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul {
  margin: 6.25rem -1.25rem 0;
}
.list_news .ul li {
  padding: 0 1.25rem;
  margin-bottom: 4rem;
}
.list_news .ul li:hover a {
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a .flex.a .data,
.list_news .ul li:hover a .flex.b .data,
.list_news .ul li:hover a .flex.a .name,
.list_news .ul li:hover a .flex.b .name,
.list_news .ul li:hover a .flex.a .text,
.list_news .ul li:hover a .flex.b .text {
  color: #fff;
}
.list_news .ul li:hover a .flex.a .more_a div,
.list_news .ul li:hover a .flex.b .more_a div {
  border-color: #fff;
}
.list_news .ul li:hover a .flex.a .more_a div img,
.list_news .ul li:hover a .flex.b .more_a div img {
  filter: brightness(0) invert(1);
}
.list_news .ul li:hover a .over img {
  transform: scale(1.1);
}
.list_news .ul li a {
  border: 1px solid #1DB0A4;
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_news .ul li .content {
  padding: 1rem 1.375rem 1.875rem;
}
.list_news .ul li .flex.a {
  margin-bottom: 1.25rem;
}
.list_news .ul li .flex.a .name {
  color: #00A698;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  width: calc(100% - 7.6875rem);
}
.list_news .ul li .flex.a .data {
  color: #00A698;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 7.6875rem;
  text-align: right;
}
.list_news .ul li .flex.b {
  margin-top: 1.25rem;
}
.list_news .ul li .flex.b .text {
  width: calc(100% - 7.6875rem);
  color: #00A698;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_news .ul li .flex.b .more_a {
  width: 7.6875rem;
}
.list_news .ul li .flex.b .more_a div {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #1DB0A4;
  justify-content: center;
  margin: 0 0 0 auto;
}
.list_news .ul li .flex.b .more_a div img {
  height: 1.875rem;
  width: 1.875rem;
}
.show_news .title {
  color: #000;
}
.list_product .ul {
  margin: 6.25rem -1.875rem 0;
}
.list_product .ul li {
  margin-bottom: 3.75rem;
}
.squera_pro {
  padding: 0 1.875rem;
}
.squera_pro:hover .over img {
  transform: scale(1.1);
}
.squera_pro:hover .over::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover .content .name {
  color: #1DB0A4;
}
.squera_pro:hover .content .more_a {
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover .content .more_a img {
  filter: brightness(0) invert(1);
}
.squera_pro a {
  padding: 2.1875rem 2rem 2rem;
  border-radius: var(--bors);
  background: rgba(0, 166, 152, 0.1);
}
.squera_pro .over {
  position: relative;
  padding: 1rem;
  background: #fff;
}
.squera_pro .over img {
  height: 19.25rem;
  object-fit: contain;
}
.squera_pro .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 166, 152, 0.35) 100%);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro .content {
  padding-top: 1.5625rem;
}
.squera_pro .content .name {
  color: #434343;
  font-size: 1.375rem;
  line-height: 1.875rem;
  height: 4.8125rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1DB0A4;
}
.squera_pro .content .flex {
  padding-top: 2.1875rem;
  align-items: flex-end;
}
.squera_pro .content .flex .text {
  color: #7D7D7D;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.squera_pro .content .flex .more_a {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  border: 1px solid #1DB0A4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.squera_pro .content .flex .more_a img {
  height: 2rem;
  width: 2rem;
}
.name_title {
  border-radius: 2.3125rem 0px 0px 0px;
  background: linear-gradient(90deg, rgba(0, 166, 152, 0.8) 0%, rgba(141, 215, 209, 0.8) 39.42%, rgba(255, 255, 255, 0.8) 100%);
  width: 50%;
  line-height: 3.625rem;
  display: flex;
  align-items: center;
  padding: 0 2.1875rem;
  margin-bottom: 3.125rem;
}
.name_title div {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
}
.name_title p {
  color: #FFF;
  font-size: 1rem;
  text-transform: capitalize;
  margin-left: 1.875rem;
}
.show_product table td {
  line-height: 1.875rem;
  padding: 1rem;
  text-align: center;
  color: #3F3F3F;
  font-size: 1.125rem;
  border: 1px solid #00A698;
  vertical-align: middle;
}
.show_product table td span {
  margin-left: 2rem;
}
.show_product .list1 .left {
  padding-right: 9rem;
}
.show_product .list1 .return_list {
  margin-bottom: 6rem;
}
.show_product .list1 .name {
  color: #00A698;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1.25rem;
}
.show_product .list1 .swiper_pag {
  justify-content: center;
}
.show_product .list1 .text {
  color: #353535;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.show_product .list1 .right .pr {
  display: flex;
  align-items: center;
}
.show_product .list1 .right .pr .iconfont {
  font-size: 3rem;
  color: #1DB0A4;
}
.show_product .list1 .right .pr .swiper-button-prev,
.show_product .list1 .right .pr .swiper-button-next {
  width: 15%;
  position: static;
  background-image: none;
  margin-top: 0;
  height: auto;
}
.show_product .list1 .right .content {
  width: 70%;
  margin: 0 auto;
  border: 2px solid #00A698;
  border-radius: var(--bors);
}
.show_product .list {
  margin-bottom: 8.75rem;
}
.show_product .list6 {
  overflow: hidden;
}
.show_product .list6 .margin {
  margin: 0 -1.875rem;
}
.list_about {
  background: url(../img/about.png) no-repeat;
  background-size: cover;
}
.list_about .title {
  color: #474747;
}
.list_about .swiper-pagination {
  bottom: 0;
  position: static;
  margin-top: 3.125rem;
}
.list_about .text {
  color: #3D3D3D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
.list_about .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_about .swiper-slide .over,
.list_about .swiper-slide .over img {
  border-radius: var(--bors);
}
.list_about .swiper-pagination-bullet {
  width: 4.5rem;
  height: 0.1875rem;
  background: rgba(0, 166, 152, 0.2);
  margin: 0 0.9375rem;
  opacity: 1;
  border-radius: 0;
}
.list_about .swiper-pagination-bullet-active {
  background: #1DB0A4;
}
.list_about .right {
  padding-left: 2.8125rem;
}
.list_about .left {
  padding-right: 5.9375rem;
  padding-top: 1.25rem;
}
.list_about_two {
  background: url(../img/gcsl.png) no-repeat;
  background-size: cover;
}
.list_about_two .title {
  position: absolute;
  top: 7.5rem;
  left: 0;
  width: 100%;
}
.list_about_two ul {
  display: flex;
  justify-content: space-between;
}
.list_about_two ul li {
  flex: 1 0 0;
  height: calc(100vh - var(--header_h));
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.list_about_two ul li::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 166, 152, 0.5) 100%);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li > div {
  text-align: center;
}
.list_about_two ul li:hover::before {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover .icon {
  background: #1DB0A4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #1DB0A4;
}
.list_about_two ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .icon {
  width: 8.125rem;
  height: 8.125rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.list_about_two ul li .icon img {
  width: 4rem;
  height: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 2.5rem 0 4.375rem;
}
.list_about_two ul li .num {
  color: #FFF;
}
.list_about_two ul li .num span {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}
.list_about_two ul li .num sub {
  font-size: 2rem;
  bottom: 0;
}
.list_about_two ul li .num sub sub {
  font-size: 1rem;
  bottom: 0.625rem;
}
.list_about_three {
  background: url(../img/history.png) no-repeat;
  background-size: cover;
  padding-bottom: 12.5rem;
  background-attachment: fixed;
}
.list_about_three .swiper_his_top {
  margin: 8.75rem 0 7.5rem;
}
.list_about_three .swiper_his_top .swiper-slide {
  opacity: 0 !important;
}
.list_about_three .swiper_his_top .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.list_about_three .swiper_his_top .year {
  color: #00A698;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
}
.list_about_three .swiper_his_top .text {
  color: #474747;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_about_three .swiper_his_bot {
  position: relative;
}
.list_about_three .swiper_his_bot::before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.list_about_three .swiper_his_bot .swiper-slide.swiper-slide-thumb-active .dian {
  border-color: #1DB0A4;
}
.list_about_three .swiper_his_bot .swiper-slide.swiper-slide-thumb-active .dian::before {
  background: #1DB0A4;
}
.list_about_three .swiper_his_bot .swiper-slide.swiper-slide-thumb-active .year {
  font-size: 1.875rem;
  color: #1DB0A4;
}
.list_about_three .swiper_his_bot .dian {
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.list_about_three .swiper_his_bot .dian::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  transform: translate(-50%, -50%);
  border: 1px solid #1DB0A4;
  border-radius: 50%;
  background: #fff;
}
.list_about_three .swiper_his_bot .year {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}
.list_about_four {
  background: url(../img/honor.png) no-repeat;
  background-size: cover;
}
.list_about_four .margin {
  margin: 6.25rem 0 0;
}
.list_about_four .margin .swiper-slide-next + .swiper-slide > div {
  transform-origin: left;
}
.list_about_four .margin .swiper-slide {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 1rem 0;
}
.list_about_four .margin .swiper-slide > div {
  transform: scale(0.7);
  transform-origin: right;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .margin .swiper-slide > div img {
  opacity: 0.5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .margin .swiper-slide.swiper-slide-prev > div,
.list_about_four .margin .swiper-slide.swiper-slide-next > div {
  transform-origin: center;
  transform: scale(0.8);
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 66, 61, 0.25);
}
.list_about_four .margin .swiper-slide.swiper-slide-prev > div img,
.list_about_four .margin .swiper-slide.swiper-slide-next > div img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0.8;
}
.list_about_four .margin .swiper-slide > div {
  padding: 1.125rem;
  background: #fff;
}
.list_about_four .margin .swiper-slide-active > div,
.list_about_four .margin .swiper-slide-duplicate-active > div {
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 66, 61, 0.25);
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .margin .swiper-slide-active > div img,
.list_about_four .margin .swiper-slide-duplicate-active > div img {
  opacity: 1;
}
.list_about_four .swiper-button-next,
.list_about_four .swiper-button-prev {
  background-image: none;
  height: auto;
}
.list_about_four .swiper-button-next img,
.list_about_four .swiper-button-prev img {
  width: 2.375rem;
}
.list_about_four .swiper_pag {
  margin-top: 7.5rem;
}
.section02 {
  background: url(https://cloud-1251007531.bcdn8.com/jizhan0603/uploads/20250619/b0d91e074e7808fd403bfb8d734615f1.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section02 .top .text {
  color: #fff;
  width: calc(100% - 15.9375rem);
}
.section02 .top .tr img {
  height: 20.3125rem;
}
.section03 {
  background: url(https://cloud-1251007531.bcdn8.com/jizhan0603/uploads/20250619/9f3e6a19b569495dab5a7ef51b92ecaf.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section03 video {
  height: 80vh;
  object-fit: contain;
}
.more_about {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 15.9375rem;
  justify-content: flex-end;
}
.more_about:hover span {
  color: #1DB0A4;
}
.more_about:hover div {
  background: #1DB0A4;
}
.more_about:hover div img {
  transform: rotate(38deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_about span {
  position: relative;
  margin-right: 1.5625rem;
  padding-bottom: 0.625rem;
}
.more_about span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1DB0A4;
}
.more_about div {
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_about div img {
  width: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 {
  background: url(https://cloud-1251007531.bcdn8.com/jizhan0603/uploads/20250619/5ea7291984ee4628a71fba336d90a413.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section04 .left .swiper-slide {
  width: 60%;
  opacity: 0 !important;
}
.section04 .left .swiper-slide.swiper-slide-prev,
.section04 .left .swiper-slide.swiper-slide-next {
  opacity: 0.7 !important;
}
.section04 .left .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.section04 .left .swiper-slide a {
  text-align: center;
  border-radius: 1.875rem;
  background: #FFF;
  padding: 3rem 3.125rem 0;
}
.section04 .left .swiper-slide a img {
  height: 20.5rem;
  object-fit: contain;
  object-position: center;
}
.section04 .left .swiper-slide a .name {
  color: #00A698;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 1rem 0 1.25rem;
  border-top: 1px solid #1DB0A4;
  margin-top: 2rem;
}
.section04 .right .sum {
  margin-top: 6rem;
}
@media (max-width: 768px){
  .section04 .right .sum {
    margin-top: 20px;
  }
}
.section04 .right .sum > div {
  display: none;
}
.section04 .right .sum > div.active {
  display: block;
}
.section04 .right .en_name {
  color: #00A698;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 2.8125rem;
}
.section04 .right .name {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-align: right;
  margin: 0.625rem 0 1.5rem;
}
.section04 .right .text {
  color: #FFF;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 60%;
  margin: 0 0 0 auto;
}
.section04 .hover_pag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.8125rem;
}
.section04 .hover_pag > div {
  position: static;
  margin-top: 0;
  background-image: none;
  height: auto;
}
.section04 .hover_pag > div .iconfont {
  font-size: 2rem;
  color: #fff;
}
.section04 .hover_pag .swiper-button-prev,
.section04 .hover_pag .swiper-button-next {
  width: 5rem;
  position: relative;
  top: 1.25rem;
}
.section04 .hover_pag .swiper-button-next {
  text-align: right;
}
.section04 .hover_pag .swiper-pagination {
  width: calc(100% - 10rem);
  position: relative;
  display: flex;
}
.section04 .hover_pag .swiper-pagination .swiper-pagination-bullet {
  flex: 1 0 0;
  background: transparent;
  position: relative;
  color: #fff;
  padding-bottom: 2.75rem;
  opacity: 1;
}
.section04 .hover_pag .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1DB0A4;
}
.section04 .hover_pag .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
}
.section04 .hover_pag .swiper-pagination::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
.section04 .flex_title,
.section04 .more_about {
  justify-content: flex-end;
}
.section04 .tr {
  display: flex;
  justify-content: flex-end;
  margin-top: 8.75rem;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: rgba(255, 255, 255, 0.5);
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
  transform: translate(-50%, -50%);
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0;
}
#fp-nav ul li:not(:last-child),
.fp-slidesNav ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  position: relative;
}
#fp-nav ul li a.active::before,
.fp-slidesNav ul li a.active::before {
  opacity: 1;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
}
#fp-nav ul li a::before,
.fp-slidesNav ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: 0;
}
.section05 {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.section05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  opacity: 0.7;
  z-index: 1;
}
.section05 .container {
  position: relative;
  z-index: 9;
}
.section05 .swiper-container {
  margin-top: 5.625rem;
}
.section05 .swiper-slide {
  height: 21.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.section05 .swiper-slide .icon {
  width: 7.125rem;
  height: 7.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.section05 .swiper-slide .icon img {
  height: 3.125rem;
  filter: brightness(0) invert(1);
}
.section05 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.section05 .swiper-slide .content {
  overflow: hidden;
  height: 3.75rem;
}
.section05 .swiper-slide .content > div {
  position: relative;
  bottom: -3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .swiper-slide.active::before {
  opacity: 0.65;
  background: linear-gradient(180deg, #00A698 31.25%, rgba(255, 255, 255, 0) 100%);
}
.section05 .swiper-slide.active .icon {
  border: 1px solid #fff;
  margin-bottom: 2.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .swiper-slide.active .content {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .swiper-slide.active .content > div {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .swiper-slide.active .jiantou {
  opacity: 1;
  transform: rotate(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .swiper-slide .jiantou {
  position: absolute;
  top: 2.1875rem;
  right: 1.875rem;
  transform: rotate(35deg);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section05 .swiper-slide .jiantou img {
  height: 1.875rem;
}
.section05 .swiper-slide .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.section05 .swiper-slide .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.section05 .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section05 .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.section05 .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section06 {
  background: url(https://cloud-1251007531.bcdn8.com/jizhan0603/uploads/20250619/a264c39cb5e107d8aebfa2ca8b67f43c.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section06 .margin {
  margin-top: 5rem;
}
.section06 .swiper-slide {
  background: #fff;
  padding: 1.25rem 0;
  text-align: center;
  z-index: 9;
}
.section06 .swiper-slide img {
  height: 5.125rem;
}
.section06 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 166, 152, 0.2);
  backdrop-filter: blur(5px);
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section06 .swiper-slide:hover::before {
  opacity: 1;
}
.section06 .swiper-button-next {
  right: -5rem;
}
.section06 .swiper-button-prev {
  left: -5rem;
}
.section06 .swiper-pagination {
  margin-top: 5rem;
}
.section06 .swiper-pagination-bullet {
  width: 10rem;
  margin: 0 1.875rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 0;
}
.section06 .swiper-pagination-bullet-active {
  background: #1DB0A4;
}
.section06 .swiper_btn {
  border: none;
}
.section06 .swiper_btn:hover {
  background: transparent;
}
.section06 .swiper_btn:hover .iconfont {
  color: #1DB0A4;
}
.section06 .swiper_btn .iconfont {
  font-size: 2rem;
}
.section07 {
  background: url(https://cloud-1251007531.bcdn8.com/jizhan0603/uploads/20250619/2dfe11441ba43d39c608accd56195967.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section07 .row {
  margin: 2.5rem -3.125rem 0;
}
.section07 .row > div {
  padding: 0 3.125rem;
}
.section07 .left ul li {
  border-bottom: 1px solid #CECECE;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
.section07 .left ul li.active::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section07 .left ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 166, 152, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
  backdrop-filter: blur(7.5px);
  left: -100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section07 .left ul li a {
  padding: 1.75rem 0;
  display: flex;
  align-items: center;
}
.section07 .left ul li a .data {
  width: 6.5rem;
  padding-right: 1.25rem;
  position: relative;
}
.section07 .left ul li a .data::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 3.75rem;
  background: #fff;
}
.section07 .left ul li a .data div {
  color: #FFF;
  text-align: right;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 3rem;
}
.section07 .left ul li a .data p {
  color: #FFF;
  text-align: right;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: 1.25rem;
}
.section07 .left ul li a .center {
  width: calc(100% - 6.5rem);
  padding-left: 1.375rem;
}
.section07 .left ul li a .center .name {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  width: 80%;
}
.section07 .left ul li a .center .jiantou {
  width: 20%;
}
.section07 .left ul li a .center .jiantou img {
  width: 1.25rem;
}
.section07 .left ul li a .center .text {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1.25rem;
}
.section07 .right .over,
.section07 .right .over img {
  border-radius: 1rem;
}
.section07 .right .swiper-pagination-bullet {
  width: 4.625rem;
  height: 2px;
  background: #FFF;
  margin: 0 0.9375rem;
  border-radius: 0;
}
.section07 .right .swiper-pagination-bullet-active {
  background: #1DB0A4;
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 4rem;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 2rem !important;
}
.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  margin-bottom: 0.625rem;
}
.zd_erha .aat_list li:hover > a {
  background: #1DB0A4;
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.zd_erha .aat_list li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1DB0A4;
  background: #1DB0A4;
  width: 4rem;
  height: 4rem;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  height: 3rem;
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
